You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

250 lines
2.7 MiB

<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 100%;
height: 100vh;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 100vh;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#6b156f", "created_at": 1752884027, "description": "**Shi Ningzhong (\u53f2\u5b81\u4e2d)** is a distinguished Chinese mathematician, scholar, and educator renowned for his extensive contributions to mathematical philosophy, mathematics education, and curriculum development. His work spans foundational mathematical ideas, statistical methods, and the integration of geometry and algebra, with a particular focus on improving primary, middle, and high school mathematics teaching. \n\nHe has authored influential books such as *18 Lectures on Basic Mathematical Ideas* (\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b) and *Integration of Numbers and Shapes with Mathematical Models* (\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b), which address core issues in mathematics education and mathematical modeling. As a curriculum reform advocate, he has played a key role in revising mathematics curriculum standards in China. \n\nBeyond mathematics, Shi Ningzhong has explored philosophy, logic, and ancient Chinese thought, applying these insights to mathematical reasoning and cognitive processes in education. His research also touches on instinct-based cognition and its implications for teaching methodologies. \n\nWhile one source mistakenly associates him with historical research (\u300a\u5386\u53f2\u7814\u7a76\u300b), the majority of evidence confirms his primary expertise lies in mathematics and education. His multifaceted career reflects a commitment to bridging theoretical mathematics, pedagogical innovation, and practical classroom improvements.", "entity_id": "\u53f2\u5b81\u4e2d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53f2\u5b81\u4e2d", "label": "\u53f2\u5b81\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**Shi Ningzhong (\u53f2\u5b81\u4e2d)** is a distinguished Chinese mathematician, scholar, and educator renowned for his extensive contributions to mathematical philosophy, mathematics education, and curriculum development. His work spans foundational mathematical ideas, statistical methods, and the integration of geometry and algebra, with a particular focus on improving primary, middle, and high school mathematics teaching. \n\nHe has authored influential books such as *18 Lectures on Basic Mathematical Ideas* (\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b) and *Integration of Numbers and Shapes with Mathematical Models* (\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b), which address core issues in mathematics education and mathematical modeling. As a curriculum reform advocate, he has played a key role in revising mathematics curriculum standards in China. \n\nBeyond mathematics, Shi Ningzhong has explored philosophy, logic, and ancient Chinese thought, applying these insights to mathematical reasoning and cognitive processes in education. His research also touches on instinct-based cognition and its implications for teaching methodologies. \n\nWhile one source mistakenly associates him with historical research (\u300a\u5386\u53f2\u7814\u7a76\u300b), the majority of evidence confirms his primary expertise lies in mathematics and education. His multifaceted career reflects a commitment to bridging theoretical mathematics, pedagogical innovation, and practical classroom improvements."}, {"color": "#93d7d3", "created_at": 1752884027, "description": "**Higher Education Press (\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e)** is a publishing house based in Beijing, specializing in the editing and publication of educational materials. It is responsible for producing a wide range of academic and instructional resources, including works by authors such as Shi Ningzhong. Among its published titles are *Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching* and *\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b (Integration of Numbers and Shapes: Mathematical Models)*. The press plays a significant role in disseminating educational content, catering to both primary and advanced learning needs.", "entity_id": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "label": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "**Higher Education Press (\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e)** is a publishing house based in Beijing, specializing in the editing and publication of educational materials. It is responsible for producing a wide range of academic and instructional resources, including works by authors such as Shi Ningzhong. Among its published titles are *Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching* and *\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b (Integration of Numbers and Shapes: Mathematical Models)*. The press plays a significant role in disseminating educational content, catering to both primary and advanced learning needs."}, {"color": "#482ffd", "created_at": 1752884027, "description": "Wang Wenying is an editor at Higher Education Press who proposed the idea of writing separate books for middle and high school mathematics teachers.", "entity_id": "\u738b\u6587\u9896", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u6587\u9896", "label": "\u738b\u6587\u9896", "shape": "dot", "size": 10, "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Wang Wenying is an editor at Higher Education Press who proposed the idea of writing separate books for middle and high school mathematics teachers."}, {"color": "#4db36c", "created_at": 1752884027, "description": "The *Compulsory Education Mathematics Curriculum Standards (2022 Edition)* (\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)) is a Chinese educational policy document that outlines the goals, content, and teaching approaches for mathematics in compulsory education. It serves as an updated version of previous standards, emphasizing continuity while expanding traditional frameworks with new pedagogical and structural developments. \n\nKey focuses of the 2022 edition include: \n1. **Content Integration**: The standards integrate probability into statistics education, reinforcing decision-making skills under the \"Statistics and Probability\" learning domain. Stepwise calculation of sample mean and moving percentage are introduced as part of this approach. \n2. **Cognitive Development**: Emphasis is placed on fostering logical thinking, algebraic proofs, and geometric reasoning to strengthen students\u0027 mathematical foundations. \n3. **Structural Design**: The document highlights the importance of abstract structures and structured curriculum design, promoting a holistic and coherent learning progression. \n4. **Teaching Methodology**: A step-by-step implementation strategy is advocated, ensuring gradual and systematic instruction aligned with students\u0027 developmental stages. \n\nOverall, the standards aim to refine mathematics education by balancing theoretical rigor, practical application, and structured pedagogical delivery.", "entity_id": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "label": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-2e4972ad6e1759c82b71b7eb4bf1ccd8\u003cSEP\u003echunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The *Compulsory Education Mathematics Curriculum Standards (2022 Edition)* (\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)) is a Chinese educational policy document that outlines the goals, content, and teaching approaches for mathematics in compulsory education. It serves as an updated version of previous standards, emphasizing continuity while expanding traditional frameworks with new pedagogical and structural developments. \n\nKey focuses of the 2022 edition include: \n1. **Content Integration**: The standards integrate probability into statistics education, reinforcing decision-making skills under the \"Statistics and Probability\" learning domain. Stepwise calculation of sample mean and moving percentage are introduced as part of this approach. \n2. **Cognitive Development**: Emphasis is placed on fostering logical thinking, algebraic proofs, and geometric reasoning to strengthen students\u0027 mathematical foundations. \n3. **Structural Design**: The document highlights the importance of abstract structures and structured curriculum design, promoting a holistic and coherent learning progression. \n4. **Teaching Methodology**: A step-by-step implementation strategy is advocated, ensuring gradual and systematic instruction aligned with students\u0027 developmental stages. \n\nOverall, the standards aim to refine mathematics education by balancing theoretical rigor, practical application, and structured pedagogical delivery."}, {"color": "#c2464d", "created_at": 1752884027, "description": "A book by Shi Ningzhong focusing on fundamental concepts and operational rules in primary school mathematics education.", "entity_id": "\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\uff1a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\uff1a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "label": "\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\uff1a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "A book by Shi Ningzhong focusing on fundamental concepts and operational rules in primary school mathematics education."}, {"color": "#14e862", "created_at": 1752884027, "description": "A book by Shi Ningzhong addressing the integration of numbers and shapes, and mathematical models in high school mathematics education.", "entity_id": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\uff1a\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\uff1a\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "label": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\uff1a\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "A book by Shi Ningzhong addressing the integration of numbers and shapes, and mathematical models in high school mathematics education."}, {"color": "#a8d1c9", "created_at": 1752884027, "description": "**\u56db\u57fa (The Four Basics)** is a foundational concept in Chinese mathematics education, encompassing four core components: **basic knowledge**, **basic skills**, **basic thinking**, and **basic experience**. Originally an extension of the traditional \"dual basics\" (knowledge and skills), the framework was expanded to include **basic mathematical thinking** and **basic activity experience**, emphasizing a more holistic approach to learning. These elements collectively aim to strengthen students\u0027 mathematical proficiency by integrating theoretical understanding, practical application, critical thought, and hands-on engagement. The concept is consistently defined across descriptions, highlighting its role as a structured pedagogical model in modern Chinese math education.", "entity_id": "\u56db\u57fa", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u57fa", "label": "\u56db\u57fa", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "**\u56db\u57fa (The Four Basics)** is a foundational concept in Chinese mathematics education, encompassing four core components: **basic knowledge**, **basic skills**, **basic thinking**, and **basic experience**. Originally an extension of the traditional \"dual basics\" (knowledge and skills), the framework was expanded to include **basic mathematical thinking** and **basic activity experience**, emphasizing a more holistic approach to learning. These elements collectively aim to strengthen students\u0027 mathematical proficiency by integrating theoretical understanding, practical application, critical thought, and hands-on engagement. The concept is consistently defined across descriptions, highlighting its role as a structured pedagogical model in modern Chinese math education."}, {"color": "#f5eeea", "created_at": 1752884027, "description": "A key educational framework focusing on four abilities: problem discovery, problem analysis, problem solving, and reflection.\u003cSEP\u003eRefers to the four key abilities in mathematics education: ability to ask questions, analyze problems, solve problems, and apply knowledge.", "entity_id": "\u56db\u80fd", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u80fd", "label": "\u56db\u80fd", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "A key educational framework focusing on four abilities: problem discovery, problem analysis, problem solving, and reflection.\u003cSEP\u003eRefers to the four key abilities in mathematics education: ability to ask questions, analyze problems, solve problems, and apply knowledge."}, {"color": "#b14600", "created_at": 1752884028, "description": "Refers to the three core literacy skills in mathematics education: understanding, reasoning, and applying mathematical concepts.\u003cSEP\u003eThe \u0027three abilities\u0027 in recent Chinese math curriculum: using mathematical perspectives to observe, think about, and express the real world.", "entity_id": "\u4e09\u4f1a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u4f1a", "label": "\u4e09\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Refers to the three core literacy skills in mathematics education: understanding, reasoning, and applying mathematical concepts.\u003cSEP\u003eThe \u0027three abilities\u0027 in recent Chinese math curriculum: using mathematical perspectives to observe, think about, and express the real world."}, {"color": "#5b709e", "created_at": 1752884029, "description": "**\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b** (*Compulsory Education Mathematics Curriculum Standards (2022 Edition)*) is a Chinese national educational standard issued by the Ministry of Education and published by Beijing Normal University Press. It serves as a foundational framework for mathematics education in compulsory education (primary and secondary schools), outlining content requirements, pedagogical approaches, and learning objectives. \n\nThe 2022 edition emphasizes **mathematical reasoning, logical thinking, and real-world application**, with notable adjustments to the curriculum. Key updates include: \n- **Algebraic reasoning** introduced in secondary school, while **primary school focuses on foundational reasoning methods** (e.g., induction, analogy). \n- **Geometric constructions**, such as compass-and-straightedge techniques, are integrated into elementary education, alongside enhanced **spatial awareness and motion of shapes**. \n- **Proof by contradiction** is introduced in geometry (e.g., parallel line theorems). \n- **Statistical survey teaching cases** are updated to reflect modern applications. \n- **Equation instruction** has been shifted to secondary school with redefined approaches. \n\nThe standard also highlights **mathematical thinking** (e.g., problem-solving, abstraction) and the importance of connecting concepts to practical contexts. It serves as an official guide for teachers, providing clarity on content delivery and implementation strategies. \n\nOverall, the 2022 edition builds on previous iterations by refining subject matter distribution, strengthening reasoning skills, and ensuring alignment with contemporary educational goals.", "entity_id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "label": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f93ea4d651934743a1c0c3eefd7ac60\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8\u003cSEP\u003echunk-8fa86b63766e4b57fc4a84950863b6e9\u003cSEP\u003echunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b** (*Compulsory Education Mathematics Curriculum Standards (2022 Edition)*) is a Chinese national educational standard issued by the Ministry of Education and published by Beijing Normal University Press. It serves as a foundational framework for mathematics education in compulsory education (primary and secondary schools), outlining content requirements, pedagogical approaches, and learning objectives. \n\nThe 2022 edition emphasizes **mathematical reasoning, logical thinking, and real-world application**, with notable adjustments to the curriculum. Key updates include: \n- **Algebraic reasoning** introduced in secondary school, while **primary school focuses on foundational reasoning methods** (e.g., induction, analogy). \n- **Geometric constructions**, such as compass-and-straightedge techniques, are integrated into elementary education, alongside enhanced **spatial awareness and motion of shapes**. \n- **Proof by contradiction** is introduced in geometry (e.g., parallel line theorems). \n- **Statistical survey teaching cases** are updated to reflect modern applications. \n- **Equation instruction** has been shifted to secondary school with redefined approaches. \n\nThe standard also highlights **mathematical thinking** (e.g., problem-solving, abstraction) and the importance of connecting concepts to practical contexts. It serves as an official guide for teachers, providing clarity on content delivery and implementation strategies. \n\nOverall, the 2022 edition builds on previous iterations by refining subject matter distribution, strengthening reasoning skills, and ensuring alignment with contemporary educational goals."}, {"color": "#1b17cd", "created_at": 1752884029, "description": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u662f\u53f2\u5b81\u4e2d\u7684\u53e6\u4e00\u90e8\u8457\u4f5c\uff0c\u5df2\u4fee\u8ba2\u4e3a\u7b2c\u4e8c\u7248\uff0c\u53ef\u80fd\u4f5c\u4e3a\u672c\u4e66\u7684\u53c2\u8003\u3002", "entity_id": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "label": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u662f\u53f2\u5b81\u4e2d\u7684\u53e6\u4e00\u90e8\u8457\u4f5c\uff0c\u5df2\u4fee\u8ba2\u4e3a\u7b2c\u4e8c\u7248\uff0c\u53ef\u80fd\u4f5c\u4e3a\u672c\u4e66\u7684\u53c2\u8003\u3002"}, {"color": "#0d45b9", "created_at": 1752884029, "description": "\u957f\u6625\u662f\u53f2\u5b81\u4e2d\u64b0\u5199\u672c\u4e66\u7684\u5730\u70b9\u3002\u003cSEP\u003e\u957f\u6625\u662f\u5409\u6797\u7701\u7684\u7701\u4f1a\u57ce\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a783\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3907\u4e07\u3002", "entity_id": "\u957f\u6625", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u957f\u6625", "label": "\u957f\u6625", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660", "title": "\u957f\u6625\u662f\u53f2\u5b81\u4e2d\u64b0\u5199\u672c\u4e66\u7684\u5730\u70b9\u3002\u003cSEP\u003e\u957f\u6625\u662f\u5409\u6797\u7701\u7684\u7701\u4f1a\u57ce\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a783\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3907\u4e07\u3002"}, {"color": "#9117cb", "created_at": 1752884029, "description": "**\u521d\u4e2d\u6570\u5b66 (Junior High School Mathematics)** is a critical stage in secondary education that builds upon elementary mathematical concepts while introducing greater abstraction, formal reasoning, and advanced problem-solving techniques. The curriculum emphasizes both algebraic and geometric reasoning, serving as a bridge to higher mathematical study. \n\nIn **Number and Algebra**, students expand their understanding of rational and negative numbers, algebraic expressions, and equations. The subject introduces formal algebra, relationships between quantities (e.g., absolute value), and rigorous deductive logic, including proofs of divisibility conditions. The number system is extended to real numbers, with discussions on the equivalence of finite/repeating decimals and fractions, incorporating foundational concepts of limits. \n\nIn **Geometry**, the focus shifts to spatial reasoning, transformations (e.g., similarity, reflections), and coordinate systems. The curriculum incorporates axiomatic thinking, notably through Euclidean geometry and its parallel postulate, while moving from intuitive understanding to formal definitions and geometric proofs. \n\n**\u521d\u4e2d\u6570\u5b66** also introduces functions based on variable relationships, though definitions may be initially constrained. The subject emphasizes logical reasoning, structured problem-solving, and the transition from concrete arithmetic to abstract mathematical thinking. Overall, it serves as a comprehensive foundation for further study in mathematics, combining theoretical rigor with practical applications. \n\n*(Note: Contradictions in the descriptions were resolved by consolidating overlapping themes\u2014e.g., algebraic and geometric content\u2014and clarifying progression from concrete to abstract concepts.)*", "entity_id": "\u521d\u4e2d\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u4e2d\u6570\u5b66", "label": "\u521d\u4e2d\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-7c1da99214930a89bb109a0f6bdc6596\u003cSEP\u003echunk-0f93ea4d651934743a1c0c3eefd7ac60\u003cSEP\u003echunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-a48b8be14cbd9c4d38521dbf6a089e16\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "**\u521d\u4e2d\u6570\u5b66 (Junior High School Mathematics)** is a critical stage in secondary education that builds upon elementary mathematical concepts while introducing greater abstraction, formal reasoning, and advanced problem-solving techniques. The curriculum emphasizes both algebraic and geometric reasoning, serving as a bridge to higher mathematical study. \n\nIn **Number and Algebra**, students expand their understanding of rational and negative numbers, algebraic expressions, and equations. The subject introduces formal algebra, relationships between quantities (e.g., absolute value), and rigorous deductive logic, including proofs of divisibility conditions. The number system is extended to real numbers, with discussions on the equivalence of finite/repeating decimals and fractions, incorporating foundational concepts of limits. \n\nIn **Geometry**, the focus shifts to spatial reasoning, transformations (e.g., similarity, reflections), and coordinate systems. The curriculum incorporates axiomatic thinking, notably through Euclidean geometry and its parallel postulate, while moving from intuitive understanding to formal definitions and geometric proofs. \n\n**\u521d\u4e2d\u6570\u5b66** also introduces functions based on variable relationships, though definitions may be initially constrained. The subject emphasizes logical reasoning, structured problem-solving, and the transition from concrete arithmetic to abstract mathematical thinking. Overall, it serves as a comprehensive foundation for further study in mathematics, combining theoretical rigor with practical applications. \n\n*(Note: Contradictions in the descriptions were resolved by consolidating overlapping themes\u2014e.g., algebraic and geometric content\u2014and clarifying progression from concrete to abstract concepts.)*"}, {"color": "#26cc44", "created_at": 1752884100, "description": "**Beijing Normal University Press (\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e)** is a university press and publishing house based in Beijing, specializing in academic and educational materials. It is associated with Beijing Normal University and is recognized for its contributions to both scholarly and curriculum-based publications. Among its notable works are the *Compulsory Education Mathematics Curriculum Standards (2022 Edition)* (*\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)*), a key resource in mathematics education. Additionally, the press has published several works by **\u53f2\u5b81\u4e2d (Shi Ningzhong)**, including *\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2 (Eighteen Lectures on Basic Mathematical Ideas)*. As a leading educational publisher, Beijing Normal University Press plays a significant role in disseminating academic research and standardized curriculum materials in China.", "entity_id": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "label": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**Beijing Normal University Press (\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e)** is a university press and publishing house based in Beijing, specializing in academic and educational materials. It is associated with Beijing Normal University and is recognized for its contributions to both scholarly and curriculum-based publications. Among its notable works are the *Compulsory Education Mathematics Curriculum Standards (2022 Edition)* (*\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)*), a key resource in mathematics education. Additionally, the press has published several works by **\u53f2\u5b81\u4e2d (Shi Ningzhong)**, including *\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2 (Eighteen Lectures on Basic Mathematical Ideas)*. As a leading educational publisher, Beijing Normal University Press plays a significant role in disseminating academic research and standardized curriculum materials in China."}, {"color": "#26c2e7", "created_at": 1752884100, "description": "**\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b (18 Lectures on Basic Mathematical Ideas)** is a book authored by Shi Ningzhong (\u53f2\u5b81\u4e2d) and published by Beijing Normal University Press (also referred to as Beijing Normal University Publishing House). The work presents a series of lectures focused on foundational and fundamental concepts in mathematics. It serves as an educational text, offering a structured exploration of key mathematical ideas. The book is consistent in its theme across all descriptions, emphasizing its role as a comprehensive resource on core mathematical principles.", "entity_id": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "label": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b (18 Lectures on Basic Mathematical Ideas)** is a book authored by Shi Ningzhong (\u53f2\u5b81\u4e2d) and published by Beijing Normal University Press (also referred to as Beijing Normal University Publishing House). The work presents a series of lectures focused on foundational and fundamental concepts in mathematics. It serves as an educational text, offering a structured exploration of key mathematical ideas. The book is consistent in its theme across all descriptions, emphasizing its role as a comprehensive resource on core mathematical principles."}, {"color": "#57abf7", "created_at": 1752884102, "description": "Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching is a text by Shi Ningzhong, published by Higher Education Press.", "entity_id": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219--\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219--\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "label": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219--\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching is a text by Shi Ningzhong, published by Higher Education Press."}, {"color": "#a3cf46", "created_at": 1752884199, "description": "Shi Ningzhong\u0027s work explores the integration of geometry and algebra in mathematical education.", "entity_id": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b", "label": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Shi Ningzhong\u0027s work explores the integration of geometry and algebra in mathematical education."}, {"color": "#2b41bc", "created_at": 1752884105, "description": "A work on mathematical education by Shi Ningzhong.\u003cSEP\u003eA work on mathematics education by Shi Ningzhong, published by Higher Education Press.", "entity_id": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b--\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b--\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "label": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b--\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "A work on mathematical education by Shi Ningzhong.\u003cSEP\u003eA work on mathematics education by Shi Ningzhong, published by Higher Education Press."}, {"color": "#961edc", "created_at": 1752884105, "description": "A work on statistical theory and methods by Shi Ningzhong, published by Science Press.", "entity_id": "\u300a\u7edf\u8ba1\u68c0\u9a8c\u7684\u7406\u8bba\u4e0e\u65b9\u6cd5\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7edf\u8ba1\u68c0\u9a8c\u7684\u7406\u8bba\u4e0e\u65b9\u6cd5\u300b", "label": "\u300a\u7edf\u8ba1\u68c0\u9a8c\u7684\u7406\u8bba\u4e0e\u65b9\u6cd5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A work on statistical theory and methods by Shi Ningzhong, published by Science Press."}, {"color": "#63ad3d", "created_at": 1752884058, "description": "\u516c\u5b59\u9f99\u5b50is an ancient Chinese philosopher whose works, such as \u0027\u6307\u7269\u8bba\u0027, are analyzed in academic texts.\u003cSEP\u003e\u516c\u5b59\u9f99\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5bb6\uff0c\u4ee5\u63d0\u51fa\u2018\u767d\u9a6c\u975e\u9a6c\u2019\u547d\u9898\u548c\u8ba8\u8bba\u5b9a\u4e49\u95ee\u9898\u95fb\u540d\u3002", "entity_id": "\u516c\u5b59\u9f99\u5b50", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u5b59\u9f99\u5b50", "label": "\u516c\u5b59\u9f99\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873", "title": "\u516c\u5b59\u9f99\u5b50is an ancient Chinese philosopher whose works, such as \u0027\u6307\u7269\u8bba\u0027, are analyzed in academic texts.\u003cSEP\u003e\u516c\u5b59\u9f99\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5bb6\uff0c\u4ee5\u63d0\u51fa\u2018\u767d\u9a6c\u975e\u9a6c\u2019\u547d\u9898\u548c\u8ba8\u8bba\u5b9a\u4e49\u95ee\u9898\u95fb\u540d\u3002"}, {"color": "#ed9d3c", "created_at": 1752884106, "description": "\u53e4\u4ee3\u6587\u660eis a journal where\u53f2\u5b81\u4e2dpublished \u0027\u8bba\u5b9a\u4e49\u4e2d\u7684\u6b8a\u76f8\u4e0e\u5171\u76f8-\u516c\u5b59\u9f99\u5b50\u300a\u6307\u7269\u8bba\u300b\u8bc4\u6790\u0027.", "entity_id": "\u53e4\u4ee3\u6587\u660e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u4ee3\u6587\u660e", "label": "\u53e4\u4ee3\u6587\u660e", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u53e4\u4ee3\u6587\u660eis a journal where\u53f2\u5b81\u4e2dpublished \u0027\u8bba\u5b9a\u4e49\u4e2d\u7684\u6b8a\u76f8\u4e0e\u5171\u76f8-\u516c\u5b59\u9f99\u5b50\u300a\u6307\u7269\u8bba\u300b\u8bc4\u6790\u0027."}, {"color": "#81423a", "created_at": 1752884106, "description": "\u54f2\u5b66\u7814\u7a76is a journal where\u53f2\u5b81\u4e2dpublished articles on ancient Chinese philosophy.", "entity_id": "\u54f2\u5b66\u7814\u7a76", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u54f2\u5b66\u7814\u7a76", "label": "\u54f2\u5b66\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u54f2\u5b66\u7814\u7a76is a journal where\u53f2\u5b81\u4e2dpublished articles on ancient Chinese philosophy."}, {"color": "#68fc49", "created_at": 1752884101, "description": "Journal of Mathematics Education, an academic publication.\u003cSEP\u003e\u6570\u5b66\u6559\u80b2\u5b66\u62a5is a journal where\u53f2\u5b81\u4e2dpublished \u0027\u8bd5\u8bba\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u6027\u0027.", "entity_id": "\u6570\u5b66\u6559\u80b2\u5b66\u62a5", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6559\u80b2\u5b66\u62a5", "label": "\u6570\u5b66\u6559\u80b2\u5b66\u62a5", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Journal of Mathematics Education, an academic publication.\u003cSEP\u003e\u6570\u5b66\u6559\u80b2\u5b66\u62a5is a journal where\u53f2\u5b81\u4e2dpublished \u0027\u8bd5\u8bba\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u6027\u0027."}, {"color": "#7cffe8", "created_at": 1752884108, "description": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b\u662f\u53f2\u5b81\u4e2d\u6240\u8457\u7684\u6570\u5b66\u6559\u80b2\u4e66\u7c4d\uff0c\u7531\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e\u51fa\u7248\u3002", "entity_id": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b", "label": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b\u662f\u53f2\u5b81\u4e2d\u6240\u8457\u7684\u6570\u5b66\u6559\u80b2\u4e66\u7c4d\uff0c\u7531\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e\u51fa\u7248\u3002"}, {"color": "#932ab9", "created_at": 1752884081, "description": "\u4e2d\u56fd\u53e4\u4ee3\u5730\u7406\u6982\u5ff5\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u653f\u6cbb\u6587\u5316\u4e2d\u5fc3\u6982\u5ff5\uff0c\u88ab\u89c6\u4e3a\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\uff0c\u662f\u6781\u5750\u6807\u7cfb\u539f\u70b9\u7684\u6587\u5316\u539f\u578b\u3002", "entity_id": "\u5730\u4e2d", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u4e2d", "label": "\u5730\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u4e2d\u56fd\u53e4\u4ee3\u5730\u7406\u6982\u5ff5\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u653f\u6cbb\u6587\u5316\u4e2d\u5fc3\u6982\u5ff5\uff0c\u88ab\u89c6\u4e3a\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\uff0c\u662f\u6781\u5750\u6807\u7cfb\u539f\u70b9\u7684\u6587\u5316\u539f\u578b\u3002"}, {"color": "#df135b", "created_at": 1752884027, "description": "The \u0027Compulsory Education Mathematics Curriculum Standards (2011 Edition)\u0027 is an educational framework that adopts Hilbert\u0027s axioms for geometric foundations.\u003cSEP\u003eThe 2011 edition of the Compulsory Education Mathematics Curriculum Standards is a national educational policy document that influenced teacher training and curriculum development.", "entity_id": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)", "label": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The \u0027Compulsory Education Mathematics Curriculum Standards (2011 Edition)\u0027 is an educational framework that adopts Hilbert\u0027s axioms for geometric foundations.\u003cSEP\u003eThe 2011 edition of the Compulsory Education Mathematics Curriculum Standards is a national educational policy document that influenced teacher training and curriculum development."}, {"color": "#1915ed", "created_at": 1752884083, "description": "Hilbert is a mathematician known for his work on geometric foundations, including the development of axiomatic systems.", "entity_id": "Hilbert", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Hilbert", "label": "Hilbert", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert is a mathematician known for his work on geometric foundations, including the development of axiomatic systems."}, {"color": "#455a28", "created_at": 1752884083, "description": "The foundational level of mathematics education where axiomatic systems are first encountered.", "entity_id": "Elementary Mathematics Education", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Elementary Mathematics Education", "label": "Elementary Mathematics Education", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "The foundational level of mathematics education where axiomatic systems are first encountered."}, {"color": "#9433ca", "created_at": 1752884027, "description": "Function Relations and Geometric Proofs is a core topic in middle school mathematics education, focusing on mathematical reasoning and conceptual understanding.", "entity_id": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "label": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Function Relations and Geometric Proofs is a core topic in middle school mathematics education, focusing on mathematical reasoning and conceptual understanding."}, {"color": "#fd85dd", "created_at": 1752884028, "description": "**\u6570\u4e0e\u4ee3\u6570 (Numbers and Algebra)** is a core and foundational area in mathematics education, primarily focusing on numbers, algebraic operations, and structures. It encompasses a broad range of topics, from basic arithmetic operations to more advanced concepts such as algebraic expressions, equations, inequalities, and the introduction of functions. The domain also emphasizes algebraic proofs and logical reasoning, fostering a deeper understanding of mathematical relationships. \n\nIn elementary mathematics, \u6570\u4e0e\u4ee3\u6570 is often condensed into two key themes: **\"Numbers \u0026 Operations\"** (covering the expansion of number concepts, including rational numbers) and **\"Quantitative Relationships\"** (exploring algebraic patterns and connections). As a major section in mathematics curricula and textbooks, it serves as a critical building block for students\u0027 mathematical development, bridging foundational arithmetic with more abstract algebraic thinking. \n\nThe descriptions collectively highlight its significance as both a practical and theoretical domain, essential for developing problem-solving and analytical skills in mathematics.", "entity_id": "\u6570\u4e0e\u4ee3\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u4e0e\u4ee3\u6570", "label": "\u6570\u4e0e\u4ee3\u6570", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "**\u6570\u4e0e\u4ee3\u6570 (Numbers and Algebra)** is a core and foundational area in mathematics education, primarily focusing on numbers, algebraic operations, and structures. It encompasses a broad range of topics, from basic arithmetic operations to more advanced concepts such as algebraic expressions, equations, inequalities, and the introduction of functions. The domain also emphasizes algebraic proofs and logical reasoning, fostering a deeper understanding of mathematical relationships. \n\nIn elementary mathematics, \u6570\u4e0e\u4ee3\u6570 is often condensed into two key themes: **\"Numbers \u0026 Operations\"** (covering the expansion of number concepts, including rational numbers) and **\"Quantitative Relationships\"** (exploring algebraic patterns and connections). As a major section in mathematics curricula and textbooks, it serves as a critical building block for students\u0027 mathematical development, bridging foundational arithmetic with more abstract algebraic thinking. \n\nThe descriptions collectively highlight its significance as both a practical and theoretical domain, essential for developing problem-solving and analytical skills in mathematics."}, {"color": "#d17ae5", "created_at": 1752884028, "description": "**\u56fe\u5f62\u4e0e\u51e0\u4f55 (Shapes and Geometry)** is a fundamental area in mathematics education that focuses on the study of shapes, sizes, spatial relationships, and geometric proofs. It serves as a core component of school curricula, building upon intuitive perceptions developed in elementary school and progressing to more formalized concepts. The subject integrates two key themes\u2014**Shape Recognition** and **Shape Measurement**\u2014into a unified framework, fostering an understanding of defined geometric objects, their properties, and their interactions. \n\nAs students advance, **\u56fe\u5f62\u4e0e\u51e0\u4f55** introduces deductive reasoning, including the use of axioms such as the parallel postulate and proof techniques like proof by contradiction. The discipline emphasizes both abstraction and spatial thinking, bridging concrete observations with theoretical foundations. By combining practical exploration with rigorous logical structures, it prepares learners to analyze and interpret geometric problems at varying levels of complexity. \n\nOverall, **\u56fe\u5f62\u4e0e\u51e0\u4f55** encompasses a broad spectrum of geometric concepts, from elementary shape identification to advanced proofs, while maintaining a focus on clarity, coherence, and mathematical reasoning.", "entity_id": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "label": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "**\u56fe\u5f62\u4e0e\u51e0\u4f55 (Shapes and Geometry)** is a fundamental area in mathematics education that focuses on the study of shapes, sizes, spatial relationships, and geometric proofs. It serves as a core component of school curricula, building upon intuitive perceptions developed in elementary school and progressing to more formalized concepts. The subject integrates two key themes\u2014**Shape Recognition** and **Shape Measurement**\u2014into a unified framework, fostering an understanding of defined geometric objects, their properties, and their interactions. \n\nAs students advance, **\u56fe\u5f62\u4e0e\u51e0\u4f55** introduces deductive reasoning, including the use of axioms such as the parallel postulate and proof techniques like proof by contradiction. The discipline emphasizes both abstraction and spatial thinking, bridging concrete observations with theoretical foundations. By combining practical exploration with rigorous logical structures, it prepares learners to analyze and interpret geometric problems at varying levels of complexity. \n\nOverall, **\u56fe\u5f62\u4e0e\u51e0\u4f55** encompasses a broad spectrum of geometric concepts, from elementary shape identification to advanced proofs, while maintaining a focus on clarity, coherence, and mathematical reasoning."}, {"color": "#c54d27", "created_at": 1752884028, "description": "A core area in mathematics education focusing on statistics and probability.\u003cSEP\u003eThe \u0027Statistics and Probability\u0027 category addresses the needs of the big data era, including distributed computing of averages and percentages, data classification, and the development of data analysis skills and model thinking.", "entity_id": "\u7edf\u8ba1\u4e0e\u6982\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7edf\u8ba1\u4e0e\u6982\u7387", "label": "\u7edf\u8ba1\u4e0e\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "A core area in mathematics education focusing on statistics and probability.\u003cSEP\u003eThe \u0027Statistics and Probability\u0027 category addresses the needs of the big data era, including distributed computing of averages and percentages, data classification, and the development of data analysis skills and model thinking."}, {"color": "#131d2e", "created_at": 1752884028, "description": "The \u0027Comprehensive and Practical\u0027 category integrates interdisciplinary learning and project-based learning, focusing on real-world problem-solving and fostering application and innovation awareness.", "entity_id": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "label": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The \u0027Comprehensive and Practical\u0027 category integrates interdisciplinary learning and project-based learning, focusing on real-world problem-solving and fostering application and innovation awareness."}, {"color": "#1f4d60", "created_at": 1752884028, "description": "Algebraic proof is a new requirement in the 2022 curriculum, involving proofs of algebraic propositions such as the effects of adding positive or negative numbers and divisibility rules.", "entity_id": "\u4ee3\u6570\u8bc1\u660e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u8bc1\u660e", "label": "\u4ee3\u6570\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Algebraic proof is a new requirement in the 2022 curriculum, involving proofs of algebraic propositions such as the effects of adding positive or negative numbers and divisibility rules."}, {"color": "#4d4696", "created_at": 1752884028, "description": "**Compass-and-Straightedge Construction (\u5c3a\u89c4\u4f5c\u56fe)** is a classical geometric method that employs only an unmarked straightedge and a compass, adhering to strict operational limitations rooted in Euclid\u0027s first three postulates. This technique, discussed by Descartes in relation to algebraic equations, has profoundly influenced both ancient Greek and modern mathematics education, particularly in China, where it remains a cornerstone of the curriculum. \n\nWhile celebrated for its educational value\u2014fostering geometric intuition, spatial imagination, and a deeper understanding of geometric principles\u2014it is also recognized for its inherent limitations. For instance, it has been proven insufficient for tasks like trisecting a 60-degree angle. Modern pedagogical approaches emphasize its role in developing conceptual skills rather than mere technical proficiency, with content progressively introduced from elementary to middle school to align with higher learning goals. \n\nDespite its constraints, compass-and-straightedge construction endures as a foundational tool in mathematics, bridging historical traditions and contemporary educational objectives. Its legacy lies in cultivating abstract reasoning and problem-solving abilities through hands-on geometric exploration.", "entity_id": "\u5c3a\u89c4\u4f5c\u56fe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3a\u89c4\u4f5c\u56fe", "label": "\u5c3a\u89c4\u4f5c\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "**Compass-and-Straightedge Construction (\u5c3a\u89c4\u4f5c\u56fe)** is a classical geometric method that employs only an unmarked straightedge and a compass, adhering to strict operational limitations rooted in Euclid\u0027s first three postulates. This technique, discussed by Descartes in relation to algebraic equations, has profoundly influenced both ancient Greek and modern mathematics education, particularly in China, where it remains a cornerstone of the curriculum. \n\nWhile celebrated for its educational value\u2014fostering geometric intuition, spatial imagination, and a deeper understanding of geometric principles\u2014it is also recognized for its inherent limitations. For instance, it has been proven insufficient for tasks like trisecting a 60-degree angle. Modern pedagogical approaches emphasize its role in developing conceptual skills rather than mere technical proficiency, with content progressively introduced from elementary to middle school to align with higher learning goals. \n\nDespite its constraints, compass-and-straightedge construction endures as a foundational tool in mathematics, bridging historical traditions and contemporary educational objectives. Its legacy lies in cultivating abstract reasoning and problem-solving abilities through hands-on geometric exploration."}, {"color": "#02c97b", "created_at": 1752884028, "description": "**Summary for \u767e\u5206\u6570 (Percentage)** \n\n\u767e\u5206\u6570 is a statistical measure used to determine thresholds, such as the jump rope standard, reflecting frequency and probability estimation. In the new curriculum, its calculation has been shifted from the \"Number and Algebra\" domain to \"Statistics and Probability,\" highlighting its applications in real-time computation and decision-making. \n\nTo accommodate large-scale data processing, modern enhancements incorporate distributed computing approaches for more efficient percentage calculations. \n\nIn statistical contexts, \u767e\u5206\u6570 is divided into two interpretations: \n1. **Algebraic Meaning (Stable Ratio)** \u2013 Represents fixed proportions, often used in deterministic calculations. \n2. **Statistical Meaning (Random Ratio)** \u2013 Reflects probabilistic estimation, applied in scenarios involving randomness and uncertainty. \n\nThese distinct interpretations allow \u767e\u5206\u6570 to be applied across different use cases, from stable comparisons to dynamic probability-based decision-making. The integration of computational advancements and curriculum updates underscores its evolving role in both theoretical and practical statistical applications.", "entity_id": "\u767e\u5206\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u767e\u5206\u6570", "label": "\u767e\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-2e4972ad6e1759c82b71b7eb4bf1ccd8\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "**Summary for \u767e\u5206\u6570 (Percentage)** \n\n\u767e\u5206\u6570 is a statistical measure used to determine thresholds, such as the jump rope standard, reflecting frequency and probability estimation. In the new curriculum, its calculation has been shifted from the \"Number and Algebra\" domain to \"Statistics and Probability,\" highlighting its applications in real-time computation and decision-making. \n\nTo accommodate large-scale data processing, modern enhancements incorporate distributed computing approaches for more efficient percentage calculations. \n\nIn statistical contexts, \u767e\u5206\u6570 is divided into two interpretations: \n1. **Algebraic Meaning (Stable Ratio)** \u2013 Represents fixed proportions, often used in deterministic calculations. \n2. **Statistical Meaning (Random Ratio)** \u2013 Reflects probabilistic estimation, applied in scenarios involving randomness and uncertainty. \n\nThese distinct interpretations allow \u767e\u5206\u6570 to be applied across different use cases, from stable comparisons to dynamic probability-based decision-making. The integration of computational advancements and curriculum updates underscores its evolving role in both theoretical and practical statistical applications."}, {"color": "#82a146", "created_at": 1752884054, "description": "Sample mean calculation with stepwise computation requirements in the 2022 compulsory education curriculum.\u003cSEP\u003eThe sample mean is an estimate of the population mean, calculated from a subset of data.", "entity_id": "\u6837\u672c\u5747\u503c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6837\u672c\u5747\u503c", "label": "\u6837\u672c\u5747\u503c", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Sample mean calculation with stepwise computation requirements in the 2022 compulsory education curriculum.\u003cSEP\u003eThe sample mean is an estimate of the population mean, calculated from a subset of data."}, {"color": "#1b2ffc", "created_at": 1752884061, "description": "Mathematics educators who need to understand advanced mathematical concepts for effective teaching.", "entity_id": "\u6570\u5b66\u6559\u5e08", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6559\u5e08", "label": "\u6570\u5b66\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Mathematics educators who need to understand advanced mathematical concepts for effective teaching."}, {"color": "#5ae33c", "created_at": 1752884057, "description": "Random decision-making refers to choices made based on probabilistic assessments rather than deterministic certainty.\u003cSEP\u003e\u968f\u673a\u51b3\u7b56\u662f\u4e00\u79cd\u51b3\u7b56\u65b9\u6cd5\uff0c\u6ca1\u6709\u7edd\u5bf9\u7684\u5bf9\u9519\uff0c\u53ea\u6709\u65b9\u6cd5\u7684\u597d\u574f\u4e4b\u5206\u3002", "entity_id": "\u968f\u673a\u51b3\u7b56", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u51b3\u7b56", "label": "\u968f\u673a\u51b3\u7b56", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Random decision-making refers to choices made based on probabilistic assessments rather than deterministic certainty.\u003cSEP\u003e\u968f\u673a\u51b3\u7b56\u662f\u4e00\u79cd\u51b3\u7b56\u65b9\u6cd5\uff0c\u6ca1\u6709\u7edd\u5bf9\u7684\u5bf9\u9519\uff0c\u53ea\u6709\u65b9\u6cd5\u7684\u597d\u574f\u4e4b\u5206\u3002"}, {"color": "#041335", "created_at": 1752884096, "description": "Abstract structure is a concept in mathematics representing the research objects and foundational frameworks in mathematical studies.", "entity_id": "\u62bd\u8c61\u7ed3\u6784", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62bd\u8c61\u7ed3\u6784", "label": "\u62bd\u8c61\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Abstract structure is a concept in mathematics representing the research objects and foundational frameworks in mathematical studies."}, {"color": "#8b27b2", "created_at": 1752884199, "description": "The 2022 curriculum standards emphasize a holistic design and step-by-step implementation in teaching mathematics.", "entity_id": "\u6574\u4f53\u8bbe\u8ba1\uff0c\u5206\u6b65\u5b9e\u65bd", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6574\u4f53\u8bbe\u8ba1\uff0c\u5206\u6b65\u5b9e\u65bd", "label": "\u6574\u4f53\u8bbe\u8ba1\uff0c\u5206\u6b65\u5b9e\u65bd", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "The 2022 curriculum standards emphasize a holistic design and step-by-step implementation in teaching mathematics."}, {"color": "#5fe20a", "created_at": 1752884034, "description": "**\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b (Compulsory Education Mathematics Curriculum Standards, 2011 Edition)** is a Chinese national educational standard document that outlines the core competencies, curriculum framework, and pedagogical guidelines for mathematics in compulsory education. It emphasizes fundamental mathematical concepts and skills, expanding the traditional \"dual basics\" (basic knowledge and basic skills) to \"four basics,\" which additionally include basic mathematical thinking and basic practical experience. \n\nThe standard places significant emphasis on **compass-and-straightedge constructions** as part of the geometry curriculum and introduces **classification concepts** in primary education. It also includes **statistical survey teaching cases** to enhance data literacy. While the 2011 edition strengthened core mathematical competencies, it **lacked explicit emphasis on algebraic reasoning** compared to later revisions. Additionally, during its development, there were discussions about whether to include the **axiom of similar polygon existence**, reflecting the careful consideration of foundational mathematical principles. \n\nOverall, this standard served as a key framework for mathematics education in China, balancing foundational skills, problem-solving, and conceptual understanding while guiding instructional practices in compulsory education.", "entity_id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "label": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-d2d1fa534f69129f1d307d4162d5e6e4\u003cSEP\u003echunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "**\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b (Compulsory Education Mathematics Curriculum Standards, 2011 Edition)** is a Chinese national educational standard document that outlines the core competencies, curriculum framework, and pedagogical guidelines for mathematics in compulsory education. It emphasizes fundamental mathematical concepts and skills, expanding the traditional \"dual basics\" (basic knowledge and basic skills) to \"four basics,\" which additionally include basic mathematical thinking and basic practical experience. \n\nThe standard places significant emphasis on **compass-and-straightedge constructions** as part of the geometry curriculum and introduces **classification concepts** in primary education. It also includes **statistical survey teaching cases** to enhance data literacy. While the 2011 edition strengthened core mathematical competencies, it **lacked explicit emphasis on algebraic reasoning** compared to later revisions. Additionally, during its development, there were discussions about whether to include the **axiom of similar polygon existence**, reflecting the careful consideration of foundational mathematical principles. \n\nOverall, this standard served as a key framework for mathematics education in China, balancing foundational skills, problem-solving, and conceptual understanding while guiding instructional practices in compulsory education."}, {"color": "#5d8ebf", "created_at": 1752884043, "description": "Mathematical abstraction refers to the process of extracting mathematical concepts from concrete problems, identified as a key development area in Chinese mathematics education.\u003cSEP\u003eMathematical abstraction refers to the process of generalizing concrete problems into symbolic representations, a key concept discussed in the text regarding the development of mathematics.\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u5305\u62ec\u4ece\u611f\u6027\u5177\u4f53\u5230\u7406\u6027\u4e00\u822c\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u6700\u7ec8\u5b9e\u73b0\u7b26\u53f7\u5316\u548c\u5f62\u5f0f\u5316\u3002", "entity_id": "\u6570\u5b66\u62bd\u8c61", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u62bd\u8c61", "label": "\u6570\u5b66\u62bd\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "Mathematical abstraction refers to the process of extracting mathematical concepts from concrete problems, identified as a key development area in Chinese mathematics education.\u003cSEP\u003eMathematical abstraction refers to the process of generalizing concrete problems into symbolic representations, a key concept discussed in the text regarding the development of mathematics.\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u5305\u62ec\u4ece\u611f\u6027\u5177\u4f53\u5230\u7406\u6027\u4e00\u822c\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u6700\u7ec8\u5b9e\u73b0\u7b26\u53f7\u5316\u548c\u5f62\u5f0f\u5316\u3002"}, {"color": "#36cdb9", "created_at": 1752884043, "description": "The traditional \u0027dual basics\u0027 in Chinese math education referring to basic knowledge and basic skills, later expanded to \u0027four basics\u0027.\u003cSEP\u003eTraditional Chinese mathematics education focused on two basics: basic knowledge and basic skills.", "entity_id": "\u53cc\u57fa", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cc\u57fa", "label": "\u53cc\u57fa", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "The traditional \u0027dual basics\u0027 in Chinese math education referring to basic knowledge and basic skills, later expanded to \u0027four basics\u0027.\u003cSEP\u003eTraditional Chinese mathematics education focused on two basics: basic knowledge and basic skills."}, {"color": "#18d526", "created_at": 1752884028, "description": "The concept of **\u6570\u5f62\u7ed3\u5408 (Integration of Numbers and Shapes)** is a fundamental mathematical methodology that bridges algebraic and geometric representations. It unifies numerical and geometric methods in mathematics, emphasizing the correspondence between numbers and points, as well as quantities and distances. This approach typically begins in middle school, where students explore the relationship between numbers and shapes through foundational tools such as the number line and absolute value. A key aspect of this integration is the consistency between absolute value\u0027s algebraic interpretation (as a numerical magnitude) and its geometric interpretation (as a distance on the number line). Overall, \u6570\u5f62\u7ed3\u5408 serves as a core principle in mathematics, facilitating deeper understanding by linking abstract algebraic concepts with visual geometric representations.", "entity_id": "\u6570\u5f62\u7ed3\u5408", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5f62\u7ed3\u5408", "label": "\u6570\u5f62\u7ed3\u5408", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "The concept of **\u6570\u5f62\u7ed3\u5408 (Integration of Numbers and Shapes)** is a fundamental mathematical methodology that bridges algebraic and geometric representations. It unifies numerical and geometric methods in mathematics, emphasizing the correspondence between numbers and points, as well as quantities and distances. This approach typically begins in middle school, where students explore the relationship between numbers and shapes through foundational tools such as the number line and absolute value. A key aspect of this integration is the consistency between absolute value\u0027s algebraic interpretation (as a numerical magnitude) and its geometric interpretation (as a distance on the number line). Overall, \u6570\u5f62\u7ed3\u5408 serves as a core principle in mathematics, facilitating deeper understanding by linking abstract algebraic concepts with visual geometric representations."}, {"color": "#fcf624", "created_at": 1752884028, "description": "Negative numbers, known as \"\u8d1f\u6570\" in Chinese, are a fundamental concept in mathematics representing values less than zero, opposite in meaning to positive numbers. They were first introduced in ancient times, with their addition and subtraction methods documented in the Chinese text *\"Nine Chapters on the Mathematical Art\" (\u4e5d\u7ae0\u7b97\u672f)*, while their multiplication and division operations were later refined in India. These numbers were abstracted from real-world quantities, such as trade and transactional problems. \n\nNegative numbers are taught to deepen conceptual understanding and are included in the \"Number and Algebra\" category, expanding numerical concepts and enabling operations involving values below zero. Their development and application in practical scenarios highlight their significance in mathematics, with contributions from both ancient Chinese and Indian scholars. This comprehensive framework integrates historical origins, theoretical foundations, and practical uses.", "entity_id": "\u8d1f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d1f\u6570", "label": "\u8d1f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "Negative numbers, known as \"\u8d1f\u6570\" in Chinese, are a fundamental concept in mathematics representing values less than zero, opposite in meaning to positive numbers. They were first introduced in ancient times, with their addition and subtraction methods documented in the Chinese text *\"Nine Chapters on the Mathematical Art\" (\u4e5d\u7ae0\u7b97\u672f)*, while their multiplication and division operations were later refined in India. These numbers were abstracted from real-world quantities, such as trade and transactional problems. \n\nNegative numbers are taught to deepen conceptual understanding and are included in the \"Number and Algebra\" category, expanding numerical concepts and enabling operations involving values below zero. Their development and application in practical scenarios highlight their significance in mathematics, with contributions from both ancient Chinese and Indian scholars. This comprehensive framework integrates historical origins, theoretical foundations, and practical uses."}, {"color": "#8551c7", "created_at": 1752884028, "description": "Algebraic expression operations involve extending arithmetic operations from numbers to letters, forming the basis of algebra.", "entity_id": "\u4ee3\u6570\u5f0f\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u5f0f\u8fd0\u7b97", "label": "\u4ee3\u6570\u5f0f\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Algebraic expression operations involve extending arithmetic operations from numbers to letters, forming the basis of algebra."}, {"color": "#3a9f4c", "created_at": 1752884028, "description": "**Functions (\u51fd\u6570)** are a fundamental concept in mathematics, particularly in algebra and mathematical analysis, representing relationships between variables, inputs, and outputs. Each input to a function corresponds to a unique output, forming the basis of variable dependencies and algebraic expressions. The concept of functions is central to mathematical modeling across various disciplines, as they provide structured patterns for analyzing real-world phenomena. \n\nThe historical development of functions includes an evolution from formal descriptions to variable-based interpretations, particularly concerning real-number mappings. The term **\u51fd\u6570 (Functions)** was introduced to Chinese mathematics through translations by **Li Shanlan** and **Alexander Wylie**, integrating the concept into East Asian mathematical discourse. \n\nIn educational contexts, functions are taught with varying definitions at different levels\u2014junior high school introduces them as foundational algebraic relationships, while senior high school and advanced studies explore more rigorous definitions, such as real-valued mappings in mathematical analysis. Thus, functions serve as a unifying mathematical construct with broad theoretical and practical significance.", "entity_id": "\u51fd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51fd\u6570", "label": "\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859", "title": "**Functions (\u51fd\u6570)** are a fundamental concept in mathematics, particularly in algebra and mathematical analysis, representing relationships between variables, inputs, and outputs. Each input to a function corresponds to a unique output, forming the basis of variable dependencies and algebraic expressions. The concept of functions is central to mathematical modeling across various disciplines, as they provide structured patterns for analyzing real-world phenomena. \n\nThe historical development of functions includes an evolution from formal descriptions to variable-based interpretations, particularly concerning real-number mappings. The term **\u51fd\u6570 (Functions)** was introduced to Chinese mathematics through translations by **Li Shanlan** and **Alexander Wylie**, integrating the concept into East Asian mathematical discourse. \n\nIn educational contexts, functions are taught with varying definitions at different levels\u2014junior high school introduces them as foundational algebraic relationships, while senior high school and advanced studies explore more rigorous definitions, such as real-valued mappings in mathematical analysis. Thus, functions serve as a unifying mathematical construct with broad theoretical and practical significance."}, {"color": "#5dfc9c", "created_at": 1752884096, "description": "\u62bd\u8c61\u4ee3\u6570(Abstract Algebra) studies algebraic structures like rings, groups, and fields based on operations and laws.", "entity_id": "\u62bd\u8c61\u4ee3\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62bd\u8c61\u4ee3\u6570", "label": "\u62bd\u8c61\u4ee3\u6570", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u62bd\u8c61\u4ee3\u6570(Abstract Algebra) studies algebraic structures like rings, groups, and fields based on operations and laws."}, {"color": "#b80893", "created_at": 1752884028, "description": "The **Parallel Line Axiom (\u5e73\u884c\u7ebf\u516c\u7406)**, also known as the **Parallel Postulate**, is a foundational concept in geometry that plays a critical role in defining geometric relationships and proofs. It serves as a core postulate in **Euclidean geometry**, originally formulated by Euclid and later reformulated by **Playfair**, whose version became more widely recognized. This axiom distinguishes classical Euclidean geometry from **non-Euclidean geometric systems**, as its modification or rejection leads to the development of alternative geometries, such as hyperbolic and elliptic geometries. The principle underscores the uniqueness and properties of parallel lines, making it a pivotal element in both theoretical and applied geometric studies. \n\n(Note: The summary resolves minor redundancies and integrates all descriptions into a coherent narrative while preserving key details about the axiom\u0027s historical significance, mathematical role, and impact on different geometric frameworks.)", "entity_id": "\u5e73\u884c\u7ebf\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u7ebf\u516c\u7406", "label": "\u5e73\u884c\u7ebf\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "The **Parallel Line Axiom (\u5e73\u884c\u7ebf\u516c\u7406)**, also known as the **Parallel Postulate**, is a foundational concept in geometry that plays a critical role in defining geometric relationships and proofs. It serves as a core postulate in **Euclidean geometry**, originally formulated by Euclid and later reformulated by **Playfair**, whose version became more widely recognized. This axiom distinguishes classical Euclidean geometry from **non-Euclidean geometric systems**, as its modification or rejection leads to the development of alternative geometries, such as hyperbolic and elliptic geometries. The principle underscores the uniqueness and properties of parallel lines, making it a pivotal element in both theoretical and applied geometric studies. \n\n(Note: The summary resolves minor redundancies and integrates all descriptions into a coherent narrative while preserving key details about the axiom\u0027s historical significance, mathematical role, and impact on different geometric frameworks.)"}, {"color": "#a80f93", "created_at": 1752884028, "description": "The sum of a triangle\u0027s interior angles (180 degrees) is a key geometric theorem proven through deductive reasoning.\u003cSEP\u003e\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u4e3a180\u5ea6\u662f\u4e00\u4e2a\u51e0\u4f55\u5b9a\u7406\uff0c\u7528\u4e8e\u6f14\u7ece\u63a8\u7406\u7b49\u8170\u4e09\u89d2\u5f62\u7684\u5e95\u89d2\u6027\u8d28\u3002", "entity_id": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "label": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b", "title": "The sum of a triangle\u0027s interior angles (180 degrees) is a key geometric theorem proven through deductive reasoning.\u003cSEP\u003e\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u4e3a180\u5ea6\u662f\u4e00\u4e2a\u51e0\u4f55\u5b9a\u7406\uff0c\u7528\u4e8e\u6f14\u7ece\u63a8\u7406\u7b49\u8170\u4e09\u89d2\u5f62\u7684\u5e95\u89d2\u6027\u8d28\u3002"}, {"color": "#fe52f6", "created_at": 1752884028, "description": "**Euclidean Geometry (\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55)** is a classical mathematical system attributed to the ancient Greek mathematician Euclid, based on his foundational work incorporating five postulates (including the parallel postulate) and five axioms. It serves as the basis of traditional geometric study, focusing on the properties and relations of points, lines, planes, and figures in both two-dimensional (plane) and three-dimensional (space) contexts. Euclidean geometry preserves distances and angles under rigid transformations and emphasizes proofs of congruence, similarity, and commensurable ratios of shapes. \n\nKey aspects include: \n- **Axiomatic Structure**: The system relies on definitions, postulates (e.g., the parallel postulate, which states that through a point not on a line, exactly one parallel line can be drawn), and theorems derived through deductive reasoning, influenced by Pythagorean methods. \n- **Historical Influence**: It historically equated geometric proof with axiomatic reasoning, though modern mathematics treats axioms as assumptions rather than self-evident truths. \n- **Core Concepts**: It studies spatial definitions, scale-invariant properties (e.g., triangle angles summing to 180\u00b0), and foundational elements like points and lines that resist further definition. Euclidean geometry also involves ruler-and-compass constructions and the movement of figures. \n- **Legacy**: It provided the basis for later formalizations, such as Hilbert\u0027s axiomatic geometry, though its fifth postulate (or axioms like \"the whole is greater than the part\") does not hold in non-Euclidean or infinite-set contexts. \n\nEuclidean geometry remains central to mathematical education and spatial reasoning, emphasizing logical proof and classical geometric principles.", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "label": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-30c648659bc2a2999312fff54eb5d51a\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-a48b8be14cbd9c4d38521dbf6a089e16\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-d2d1fa534f69129f1d307d4162d5e6e4\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "**Euclidean Geometry (\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55)** is a classical mathematical system attributed to the ancient Greek mathematician Euclid, based on his foundational work incorporating five postulates (including the parallel postulate) and five axioms. It serves as the basis of traditional geometric study, focusing on the properties and relations of points, lines, planes, and figures in both two-dimensional (plane) and three-dimensional (space) contexts. Euclidean geometry preserves distances and angles under rigid transformations and emphasizes proofs of congruence, similarity, and commensurable ratios of shapes. \n\nKey aspects include: \n- **Axiomatic Structure**: The system relies on definitions, postulates (e.g., the parallel postulate, which states that through a point not on a line, exactly one parallel line can be drawn), and theorems derived through deductive reasoning, influenced by Pythagorean methods. \n- **Historical Influence**: It historically equated geometric proof with axiomatic reasoning, though modern mathematics treats axioms as assumptions rather than self-evident truths. \n- **Core Concepts**: It studies spatial definitions, scale-invariant properties (e.g., triangle angles summing to 180\u00b0), and foundational elements like points and lines that resist further definition. Euclidean geometry also involves ruler-and-compass constructions and the movement of figures. \n- **Legacy**: It provided the basis for later formalizations, such as Hilbert\u0027s axiomatic geometry, though its fifth postulate (or axioms like \"the whole is greater than the part\") does not hold in non-Euclidean or infinite-set contexts. \n\nEuclidean geometry remains central to mathematical education and spatial reasoning, emphasizing logical proof and classical geometric principles."}, {"color": "#82b5f7", "created_at": 1752884030, "description": "**\u5c0f\u5b66\u6570\u5b66 (Elementary School Mathematics)** is a foundational stage of education that covers essential arithmetic and early algebraic concepts, serving as the basis for more advanced studies such as middle school mathematics (\u521d\u4e2d\u6570\u5b66\u6559\u80b2\u7684\u57fa\u7840\u9636\u6bb5). It emphasizes the development of core skills, conceptual understanding, and real-world applications across several key areas: \n\n1. **Number and Operations** \u2013 Includes basic arithmetic (e.g., addition, subtraction, multiplication, division), the correspondence between rational numbers and points on a number line, and the equivalence between fractions and division (e.g., understanding division as the inverse of multiplication). Algorithmic and reasoning skills are highlighted, such as methods for multi-digit multiplication (\u591a\u4f4d\u6570\u4e58\u6cd5\u7684\u8ba1\u7b97\u65b9\u6cd5). \n\n2. **Quantitative Relationships** \u2013 Introduces early algebraic reasoning, problem-solving, and the exploration of mathematical relationships (e.g., properties of equations). \n\n3. **Geometry and Spatial Awareness** \u2013 Develops intuitive understanding through classifying 3D objects, abstracting shapes (e.g., points, lines, planes), and fostering geometric intuition. \n\n4. **Conceptual Foundations** \u2013 Prioritizes both procedural fluency (e.g., calculations) and deep comprehension of underlying principles (\u7b97\u7406), ensuring students grasp the \"why\" behind mathematical operations. \n\nWhile descriptions vary slightly\u2014some emphasizing arithmetic, others geometry or algebra\u2014the overarching focus remains on building a strong, versatile foundation for future learning. Contradictions are minimal, as all descriptions align in highlighting\u5c0f\u5b66\u6570\u5b66\u0027s role in nurturing foundational skills, problem-solving, and logical reasoning.", "entity_id": "\u5c0f\u5b66\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c0f\u5b66\u6570\u5b66", "label": "\u5c0f\u5b66\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-0f93ea4d651934743a1c0c3eefd7ac60\u003cSEP\u003echunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**\u5c0f\u5b66\u6570\u5b66 (Elementary School Mathematics)** is a foundational stage of education that covers essential arithmetic and early algebraic concepts, serving as the basis for more advanced studies such as middle school mathematics (\u521d\u4e2d\u6570\u5b66\u6559\u80b2\u7684\u57fa\u7840\u9636\u6bb5). It emphasizes the development of core skills, conceptual understanding, and real-world applications across several key areas: \n\n1. **Number and Operations** \u2013 Includes basic arithmetic (e.g., addition, subtraction, multiplication, division), the correspondence between rational numbers and points on a number line, and the equivalence between fractions and division (e.g., understanding division as the inverse of multiplication). Algorithmic and reasoning skills are highlighted, such as methods for multi-digit multiplication (\u591a\u4f4d\u6570\u4e58\u6cd5\u7684\u8ba1\u7b97\u65b9\u6cd5). \n\n2. **Quantitative Relationships** \u2013 Introduces early algebraic reasoning, problem-solving, and the exploration of mathematical relationships (e.g., properties of equations). \n\n3. **Geometry and Spatial Awareness** \u2013 Develops intuitive understanding through classifying 3D objects, abstracting shapes (e.g., points, lines, planes), and fostering geometric intuition. \n\n4. **Conceptual Foundations** \u2013 Prioritizes both procedural fluency (e.g., calculations) and deep comprehension of underlying principles (\u7b97\u7406), ensuring students grasp the \"why\" behind mathematical operations. \n\nWhile descriptions vary slightly\u2014some emphasizing arithmetic, others geometry or algebra\u2014the overarching focus remains on building a strong, versatile foundation for future learning. Contradictions are minimal, as all descriptions align in highlighting\u5c0f\u5b66\u6570\u5b66\u0027s role in nurturing foundational skills, problem-solving, and logical reasoning."}, {"color": "#97b493", "created_at": 1752884096, "description": "\u51e0\u4f55\u7a7a\u95f4(Geometric Spaces) encompasses Euclidean, Banach, and Hilbert spaces defined by distance metrics.", "entity_id": "\u51e0\u4f55\u7a7a\u95f4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u7a7a\u95f4", "label": "\u51e0\u4f55\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u51e0\u4f55\u7a7a\u95f4(Geometric Spaces) encompasses Euclidean, Banach, and Hilbert spaces defined by distance metrics."}, {"color": "#7b572a", "created_at": 1752884028, "description": "A statistical measure representing the average value of a dataset, discussed here in the context of parallel computation methods.\u003cSEP\u003eAverage calculation is expanded in statistics to include distributed computing methods for big data applications.\u003cSEP\u003e\u5e73\u5747\u6570\u662f\u6700\u5e38\u7528\u7684\u6570\u636e\u96c6\u4e2d\u8d8b\u52bf\u6307\u6807\uff0c\u7528\u4e8e\u91cf\u5316\u6570\u636e\u7684\u5178\u578b\u7279\u5f81\uff0c\u5982\u73ed\u7ea7\u5e73\u5747\u5206\u53cd\u6620\u5b66\u4e60\u72b6\u51b5\u3002", "entity_id": "\u5e73\u5747\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u5747\u6570", "label": "\u5e73\u5747\u6570", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-bda14592dbaa2fe2c2ce2a81645fcbdc\u003cSEP\u003echunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "A statistical measure representing the average value of a dataset, discussed here in the context of parallel computation methods.\u003cSEP\u003eAverage calculation is expanded in statistics to include distributed computing methods for big data applications.\u003cSEP\u003e\u5e73\u5747\u6570\u662f\u6700\u5e38\u7528\u7684\u6570\u636e\u96c6\u4e2d\u8d8b\u52bf\u6307\u6807\uff0c\u7528\u4e8e\u91cf\u5316\u6570\u636e\u7684\u5178\u578b\u7279\u5f81\uff0c\u5982\u73ed\u7ea7\u5e73\u5747\u5206\u53cd\u6620\u5b66\u4e60\u72b6\u51b5\u3002"}, {"color": "#9da88c", "created_at": 1752884028, "description": "Data classification involves developing criteria for categorizing information, focusing on binary classification systems.", "entity_id": "\u6570\u636e\u5206\u7c7b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u636e\u5206\u7c7b", "label": "\u6570\u636e\u5206\u7c7b", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Data classification involves developing criteria for categorizing information, focusing on binary classification systems."}, {"color": "#a47663", "created_at": 1752884029, "description": "Interdisciplinary learning integrates multiple subject areas, implemented through theme-based and project-based approaches.", "entity_id": "\u8de8\u5b66\u79d1\u5b66\u4e60", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8de8\u5b66\u79d1\u5b66\u4e60", "label": "\u8de8\u5b66\u79d1\u5b66\u4e60", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Interdisciplinary learning integrates multiple subject areas, implemented through theme-based and project-based approaches."}, {"color": "#def6db", "created_at": 1752884029, "description": "Project-based learning engages students in solving real-world problems through structured projects resembling scientific research.", "entity_id": "\u9879\u76ee\u5f0f\u5b66\u4e60", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9879\u76ee\u5f0f\u5b66\u4e60", "label": "\u9879\u76ee\u5f0f\u5b66\u4e60", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Project-based learning engages students in solving real-world problems through structured projects resembling scientific research."}, {"color": "#eab5b8", "created_at": 1752884045, "description": "Geometric intuition, cultivated through hands-on construction activities in mathematics education.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u6570\u5b66\u62bd\u8c61\u7684\u6838\u5fc3\u8981\u7d20\uff0c\u6b27\u62c9\u901a\u8fc7\u70b9\u548c\u7ebf\u7684\u62bd\u8c61\u63ed\u793a\u4e86\u95ee\u9898\u7684\u672c\u8d28\u3002\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u901a\u8fc7\u56fe\u8868\u63cf\u8ff0\u548c\u5206\u6790\u95ee\u9898\u7684\u80fd\u529b\uff0c\u6709\u52a9\u4e8e\u628a\u63e1\u95ee\u9898\u672c\u8d28\u548c\u660e\u6670\u601d\u7ef4\u8def\u5f84\u3002", "entity_id": "\u51e0\u4f55\u76f4\u89c2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u76f4\u89c2", "label": "\u51e0\u4f55\u76f4\u89c2", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "Geometric intuition, cultivated through hands-on construction activities in mathematics education.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u6570\u5b66\u62bd\u8c61\u7684\u6838\u5fc3\u8981\u7d20\uff0c\u6b27\u62c9\u901a\u8fc7\u70b9\u548c\u7ebf\u7684\u62bd\u8c61\u63ed\u793a\u4e86\u95ee\u9898\u7684\u672c\u8d28\u3002\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u901a\u8fc7\u56fe\u8868\u63cf\u8ff0\u548c\u5206\u6790\u95ee\u9898\u7684\u80fd\u529b\uff0c\u6709\u52a9\u4e8e\u628a\u63e1\u95ee\u9898\u672c\u8d28\u548c\u660e\u6670\u601d\u7ef4\u8def\u5f84\u3002"}, {"color": "#1e068c", "created_at": 1752884031, "description": "**Euclid (\u6b27\u51e0\u91cc\u5f97)** was an ancient Greek mathematician active around 325\u2013265 BCE, renowned for his foundational contributions to mathematics, particularly geometry and deductive reasoning. He is best known for his seminal work *Elements* (*\u51e0\u4f55\u539f\u672c* or *\u539f\u672c*), which systematically compiled and expanded the principles of classical geometry, establishing an axiomatic framework that influenced mathematics and science for millennia. \n\nIn *Elements*, Euclid defined geometric concepts such as points, lines, and congruence, and introduced axiomatic deductive reasoning, including axioms like \"things equal to the same thing are equal.\" His work bridged early algebra and geometry by emphasizing commensurable ratios of line segments and provided geometric explanations for irrational numbers. Euclid is credited with pioneering proof techniques, including proof by contradiction (\u53cd\u8bc1\u6cd5), which he demonstrated in seminal proofs such as the infinitude of prime numbers and the irrationality of \u221a2. \n\nWhile highly influential, Euclid\u0027s definitions\u2014such as his attempt to define a \"point\" as \"that which has no part\"\u2014have faced criticism, notably from later mathematicians like David Hilbert, who questioned their foundational rigor. Despite this, his logical approach, possibly influenced by Aristotle\u0027s syllogisms, cemented his legacy as the father of Euclidean geometry. Euclid was associated with the Library of Alexandria, where he consolidated and advanced mathematical knowledge, shaping the trajectory of mathematical thought for centuries. \n\nIn summary, Euclid\u0027s *Elements* not only laid the groundwork for classical geometry but also established enduring methodologies in mathematical proof and logical reasoning. His work remains a cornerstone of mathematics, despite later critiques of its definitions and assumptions.", "entity_id": "\u6b27\u51e0\u91cc\u5f97", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97", "label": "\u6b27\u51e0\u91cc\u5f97", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "**Euclid (\u6b27\u51e0\u91cc\u5f97)** was an ancient Greek mathematician active around 325\u2013265 BCE, renowned for his foundational contributions to mathematics, particularly geometry and deductive reasoning. He is best known for his seminal work *Elements* (*\u51e0\u4f55\u539f\u672c* or *\u539f\u672c*), which systematically compiled and expanded the principles of classical geometry, establishing an axiomatic framework that influenced mathematics and science for millennia. \n\nIn *Elements*, Euclid defined geometric concepts such as points, lines, and congruence, and introduced axiomatic deductive reasoning, including axioms like \"things equal to the same thing are equal.\" His work bridged early algebra and geometry by emphasizing commensurable ratios of line segments and provided geometric explanations for irrational numbers. Euclid is credited with pioneering proof techniques, including proof by contradiction (\u53cd\u8bc1\u6cd5), which he demonstrated in seminal proofs such as the infinitude of prime numbers and the irrationality of \u221a2. \n\nWhile highly influential, Euclid\u0027s definitions\u2014such as his attempt to define a \"point\" as \"that which has no part\"\u2014have faced criticism, notably from later mathematicians like David Hilbert, who questioned their foundational rigor. Despite this, his logical approach, possibly influenced by Aristotle\u0027s syllogisms, cemented his legacy as the father of Euclidean geometry. Euclid was associated with the Library of Alexandria, where he consolidated and advanced mathematical knowledge, shaping the trajectory of mathematical thought for centuries. \n\nIn summary, Euclid\u0027s *Elements* not only laid the groundwork for classical geometry but also established enduring methodologies in mathematical proof and logical reasoning. His work remains a cornerstone of mathematics, despite later critiques of its definitions and assumptions."}, {"color": "#642d54", "created_at": 1752884045, "description": "\u60f3\u8c61\u80fd\u529b\u662f\u6307\u5728\u64cd\u4f5c\u524d\u9884\u60f3\u64cd\u4f5c\u7ed3\u679c\u7684\u80fd\u529b\uff0c\u5305\u62ec\u8bbe\u8ba1\u64cd\u4f5c\u6d41\u7a0b\u3001\u9a8c\u8bc1\u9884\u60f3\u4ee5\u53ca\u53cd\u601d\u5408\u7406\u6027\u7684\u80fd\u529b\u3002", "entity_id": "\u60f3\u8c61\u80fd\u529b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u60f3\u8c61\u80fd\u529b", "label": "\u60f3\u8c61\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u60f3\u8c61\u80fd\u529b\u662f\u6307\u5728\u64cd\u4f5c\u524d\u9884\u60f3\u64cd\u4f5c\u7ed3\u679c\u7684\u80fd\u529b\uff0c\u5305\u62ec\u8bbe\u8ba1\u64cd\u4f5c\u6d41\u7a0b\u3001\u9a8c\u8bc1\u9884\u60f3\u4ee5\u53ca\u53cd\u601d\u5408\u7406\u6027\u7684\u80fd\u529b\u3002"}, {"color": "#44e98b", "created_at": 1752884040, "description": "**Ren\u00e9 Descartes (\u7b1b\u5361\u5c14)** was a renowned 17th-century French philosopher, mathematician, and scientist. He is best known for his foundational contributions to **analytic geometry**, including the development of the **Cartesian coordinate system** (\u76f4\u89d2\u5750\u6807\u7cfb), as detailed in his work *La G\u00e9om\u00e9trie* (*Descartes\u0027 Geometry*). Descartes also made significant methodological and philosophical advancements, famously articulating the principle **\"Cogito, ergo sum\" (I think, therefore I am)** in *Discourse on the Method*, emphasizing intuition and deductive reasoning. \n\nIn mathematics, Descartes explored polyhedra, noting relationships between vertices, edges, and faces (1640), and he referred to negative roots of equations as \"false roots\" (*\u5047\u6839*), reflecting contemporary skepticism toward negative numbers in Western mathematics. His interdisciplinary legacy spans **geometry** (as the founder of analytic geometry), **philosophy** (with influences on rationalism and epistemology), and **science**, bridging abstract theory with practical applications. \n\nHis name, rendered as **\u7b1b\u5361\u5c14** in Chinese, remains synonymous with the integration of algebraic and geometric principles, as well as his enduring philosophical insights.", "entity_id": "\u7b1b\u5361\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7b1b\u5361\u5c14", "label": "\u7b1b\u5361\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "**Ren\u00e9 Descartes (\u7b1b\u5361\u5c14)** was a renowned 17th-century French philosopher, mathematician, and scientist. He is best known for his foundational contributions to **analytic geometry**, including the development of the **Cartesian coordinate system** (\u76f4\u89d2\u5750\u6807\u7cfb), as detailed in his work *La G\u00e9om\u00e9trie* (*Descartes\u0027 Geometry*). Descartes also made significant methodological and philosophical advancements, famously articulating the principle **\"Cogito, ergo sum\" (I think, therefore I am)** in *Discourse on the Method*, emphasizing intuition and deductive reasoning. \n\nIn mathematics, Descartes explored polyhedra, noting relationships between vertices, edges, and faces (1640), and he referred to negative roots of equations as \"false roots\" (*\u5047\u6839*), reflecting contemporary skepticism toward negative numbers in Western mathematics. His interdisciplinary legacy spans **geometry** (as the founder of analytic geometry), **philosophy** (with influences on rationalism and epistemology), and **science**, bridging abstract theory with practical applications. \n\nHis name, rendered as **\u7b1b\u5361\u5c14** in Chinese, remains synonymous with the integration of algebraic and geometric principles, as well as his enduring philosophical insights."}, {"color": "#2e60b8", "created_at": 1752884175, "description": "Descartes linked traditional geometric constructions with solutions to algebraic equations.", "entity_id": "\u4ee3\u6570\u65b9\u7a0b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u65b9\u7a0b", "label": "\u4ee3\u6570\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes linked traditional geometric constructions with solutions to algebraic equations."}, {"color": "#cca076", "created_at": 1752884044, "description": "The square root of 2 (\u221a2) is an irrational mathematical constant, approximately equal to 1.4142135, that cannot be expressed as a ratio of integers. Its irrationality was first proven by Euclid using a proof by contradiction. Additionally, ancient Greek scholars explained \u221a2 geometrically through compass and straightedge constructions, demonstrating its properties in the context of early mathematical exploration. The number is frequently discussed in mathematical literature, particularly in relation to classical proofs of irrationality. Collectively, these descriptions highlight \u221a2 as a historically significant and well-studied irrational number with both algebraic and geometric importance.", "entity_id": "\u221a2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u221a2", "label": "\u221a2", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The square root of 2 (\u221a2) is an irrational mathematical constant, approximately equal to 1.4142135, that cannot be expressed as a ratio of integers. Its irrationality was first proven by Euclid using a proof by contradiction. Additionally, ancient Greek scholars explained \u221a2 geometrically through compass and straightedge constructions, demonstrating its properties in the context of early mathematical exploration. The number is frequently discussed in mathematical literature, particularly in relation to classical proofs of irrationality. Collectively, these descriptions highlight \u221a2 as a historically significant and well-studied irrational number with both algebraic and geometric importance."}, {"color": "#71bc78", "created_at": 1752884086, "description": "A field of mathematics that uses algebraic methods to study geometric problems, mentioned as a modern development.", "entity_id": "\u4ee3\u6570\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u51e0\u4f55", "label": "\u4ee3\u6570\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "A field of mathematics that uses algebraic methods to study geometric problems, mentioned as a modern development."}, {"color": "#45767d", "created_at": 1752884086, "description": "A famous unsolvable problem in geometry involving dividing an arbitrary angle into three equal parts using only a compass and straightedge.\u003cSEP\u003eThe problem of dividing an angle into three equal parts, demonstrated as impossible with compass and straightedge.", "entity_id": "\u4e09\u7b49\u5206\u89d2", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u7b49\u5206\u89d2", "label": "\u4e09\u7b49\u5206\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "A famous unsolvable problem in geometry involving dividing an arbitrary angle into three equal parts using only a compass and straightedge.\u003cSEP\u003eThe problem of dividing an angle into three equal parts, demonstrated as impossible with compass and straightedge."}, {"color": "#5eb004", "created_at": 1752884086, "description": "The famous geometric problem of dividing an angle into three equal parts, proven impossible for arbitrary angles under compass-and-straightedge rules.", "entity_id": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "label": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "The famous geometric problem of dividing an angle into three equal parts, proven impossible for arbitrary angles under compass-and-straightedge rules."}, {"color": "#5866fc", "created_at": 1752884086, "description": "Rational roots of a polynomial equation, specifically analyzed in the context of cubic equations for angle trisection.\u003cSEP\u003eRational roots of polynomial equations, whose existence determines whether solutions are compass-and-straightedge constructible.", "entity_id": "\u6709\u7406\u6839", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6839", "label": "\u6709\u7406\u6839", "shape": "dot", "size": 10, "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "Rational roots of a polynomial equation, specifically analyzed in the context of cubic equations for angle trisection.\u003cSEP\u003eRational roots of polynomial equations, whose existence determines whether solutions are compass-and-straightedge constructible."}, {"color": "#83c2cf", "created_at": 1752884086, "description": "A cubic equation that is analyzed for rational roots in the context of angle trisection.", "entity_id": "\u4e09\u6b21\u65b9\u7a0b(3)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u6b21\u65b9\u7a0b(3)", "label": "\u4e09\u6b21\u65b9\u7a0b(3)", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "A cubic equation that is analyzed for rational roots in the context of angle trisection."}, {"color": "#f97209", "created_at": 1752884087, "description": "Fundamental theorem used to prove the impossibility of certain geometric constructions like angle trisection.", "entity_id": "\u57fa\u672c\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u672c\u5b9a\u7406", "label": "\u57fa\u672c\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Fundamental theorem used to prove the impossibility of certain geometric constructions like angle trisection."}, {"color": "#ef371c", "created_at": 1752884028, "description": "The **\u6570\u8f74 (number line)** is a fundamental mathematical concept and visual tool that geometrically represents numbers, serving as a bridge between algebra and geometry. In Chinese educational contexts, it is particularly emphasized for explaining negative numbers, absolute values, and the integration of numerical and geometric concepts. The number line\u2019s primary function is to illustrate the relationship between numbers and their positions, where the absolute value corresponds to the distance between points. \n\nInitially introduced in middle school curricula, the number line is extended to include negative numbers and absolute values, reinforcing its role in foundational mathematics. It is widely recognized as a key tool for understanding the abstract relationships between arithmetic operations and geometric interpretations. By providing a clear visual framework, the number line aids in simplifying complex concepts, making it indispensable in both theoretical and practical applications. \n\nOverall, the \u6570\u8f74 unifies numerical and spatial reasoning, enhancing comprehension of mathematical principles across educational levels.", "entity_id": "\u6570\u8f74", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u8f74", "label": "\u6570\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "The **\u6570\u8f74 (number line)** is a fundamental mathematical concept and visual tool that geometrically represents numbers, serving as a bridge between algebra and geometry. In Chinese educational contexts, it is particularly emphasized for explaining negative numbers, absolute values, and the integration of numerical and geometric concepts. The number line\u2019s primary function is to illustrate the relationship between numbers and their positions, where the absolute value corresponds to the distance between points. \n\nInitially introduced in middle school curricula, the number line is extended to include negative numbers and absolute values, reinforcing its role in foundational mathematics. It is widely recognized as a key tool for understanding the abstract relationships between arithmetic operations and geometric interpretations. By providing a clear visual framework, the number line aids in simplifying complex concepts, making it indispensable in both theoretical and practical applications. \n\nOverall, the \u6570\u8f74 unifies numerical and spatial reasoning, enhancing comprehension of mathematical principles across educational levels."}, {"color": "#da25ae", "created_at": 1752884029, "description": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c\u662f\u6570\u5f62\u7ed3\u5408\u7684\u53d1\u7aef\uff0c\u8868\u8fbe\u4e86\u6570\u91cf\u7684\u591a\u5c11\uff0c\u5e76\u5efa\u7acb\u4e86\u6570\u4e0e\u70b9\u7684\u5bf9\u5e94\u5173\u7cfb\u3002", "entity_id": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c", "label": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c\u662f\u6570\u5f62\u7ed3\u5408\u7684\u53d1\u7aef\uff0c\u8868\u8fbe\u4e86\u6570\u91cf\u7684\u591a\u5c11\uff0c\u5e76\u5efa\u7acb\u4e86\u6570\u4e0e\u70b9\u7684\u5bf9\u5e94\u5173\u7cfb\u3002"}, {"color": "#b08a0a", "created_at": 1752884044, "description": "Weierstrass was a German mathematician who introduced the absolute value symbol in 1841 to represent the magnitude of complex numbers.\u003cSEP\u003e\u9b4f\u5c14\u65af\u7279\u62c9\u65afis a mathematician being commemorated in a conference where Hilbert delivered his famous speech \u0027On the Infinite\u0027.", "entity_id": "\u9b4f\u5c14\u65af\u7279\u62c9\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9b4f\u5c14\u65af\u7279\u62c9\u65af", "label": "\u9b4f\u5c14\u65af\u7279\u62c9\u65af", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Weierstrass was a German mathematician who introduced the absolute value symbol in 1841 to represent the magnitude of complex numbers.\u003cSEP\u003e\u9b4f\u5c14\u65af\u7279\u62c9\u65afis a mathematician being commemorated in a conference where Hilbert delivered his famous speech \u0027On the Infinite\u0027."}, {"color": "#b5e537", "created_at": 1752884044, "description": "The Cartesian coordinate system extends the idea of the number line to two dimensions, enabling the graphical representation of functions and relationships.", "entity_id": "\u7b1b\u5361\u5c14\u76f4\u89d2\u5750\u6807\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b1b\u5361\u5c14\u76f4\u89d2\u5750\u6807\u7cfb", "label": "\u7b1b\u5361\u5c14\u76f4\u89d2\u5750\u6807\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "The Cartesian coordinate system extends the idea of the number line to two dimensions, enabling the graphical representation of functions and relationships."}, {"color": "#1236db", "created_at": 1752884031, "description": "**\u51e0\u4f55\u5b66 (Geometry)** is a branch of mathematics primarily concerned with the properties, relations, and measurements of points, lines, surfaces, solids, and spatial configurations. It deals with the study of shapes, sizes, and the logical structure of space, often introduced formally during middle school education. \n\nOriginating in **ancient Egypt**, geometry emerged from practical needs such as land measurement, particularly due to the annual flooding of the Nile River, which necessitated precise boundary demarcation. Over time, it evolved from an intuitive, applied discipline into a formalized, **axiomatic system**, heavily influenced by **ancient Greek scholars**, who regarded it as more logically rigorous than algebra. \n\nGeometry encompasses both theoretical and practical aspects, examining spatial relationships and transformations while serving as a foundational pillar in mathematics. Its development reflects a progression from empirical methods to structured deductive reasoning, shaping fields ranging from architecture to modern physics.", "entity_id": "\u51e0\u4f55\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u5b66", "label": "\u51e0\u4f55\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433", "title": "**\u51e0\u4f55\u5b66 (Geometry)** is a branch of mathematics primarily concerned with the properties, relations, and measurements of points, lines, surfaces, solids, and spatial configurations. It deals with the study of shapes, sizes, and the logical structure of space, often introduced formally during middle school education. \n\nOriginating in **ancient Egypt**, geometry emerged from practical needs such as land measurement, particularly due to the annual flooding of the Nile River, which necessitated precise boundary demarcation. Over time, it evolved from an intuitive, applied discipline into a formalized, **axiomatic system**, heavily influenced by **ancient Greek scholars**, who regarded it as more logically rigorous than algebra. \n\nGeometry encompasses both theoretical and practical aspects, examining spatial relationships and transformations while serving as a foundational pillar in mathematics. Its development reflects a progression from empirical methods to structured deductive reasoning, shaping fields ranging from architecture to modern physics."}, {"color": "#d87067", "created_at": 1752884028, "description": "The **absolute value** (\u7edd\u5bf9\u503c) is a fundamental mathematical concept that represents the magnitude or distance of a real or complex number from zero. It is defined as the square root of the sum of the squares of its real and imaginary parts in the case of complex numbers. For real numbers, the absolute value signifies the non-negative distance of a number from zero on the number line, thereby bridging numerical and geometric interpretations. \n\nIntroduced in middle school mathematics, the absolute value is essential for understanding key properties of numbers, including their magnitude and positional relationships. It plays a crucial role in quantity representation and serves as the foundation for connecting algebraic and geometric concepts. Overall, the absolute value is a versatile and widely applicable mathematical tool used to analyze distance, magnitude, and numerical characteristics.", "entity_id": "\u7edd\u5bf9\u503c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7edd\u5bf9\u503c", "label": "\u7edd\u5bf9\u503c", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "The **absolute value** (\u7edd\u5bf9\u503c) is a fundamental mathematical concept that represents the magnitude or distance of a real or complex number from zero. It is defined as the square root of the sum of the squares of its real and imaginary parts in the case of complex numbers. For real numbers, the absolute value signifies the non-negative distance of a number from zero on the number line, thereby bridging numerical and geometric interpretations. \n\nIntroduced in middle school mathematics, the absolute value is essential for understanding key properties of numbers, including their magnitude and positional relationships. It plays a crucial role in quantity representation and serves as the foundation for connecting algebraic and geometric concepts. Overall, the absolute value is a versatile and widely applicable mathematical tool used to analyze distance, magnitude, and numerical characteristics."}, {"color": "#ec3acb", "created_at": 1752884080, "description": "The **\u76f4\u89d2\u5750\u6807\u7cfb (Rectangular Coordinate System)**, also known as the **Cartesian Coordinate System**, is a fundamental method for expressing geometric coordinates in mathematics. Invented by **Descartes (\u7b1b\u5361\u5c14)**, it serves as the foundation of **analytic geometry**, bridging algebra and geometry by transforming geometric problems into algebraic ones. This system is widely used and is one of the most common coordinate systems in mathematics. It can be interconverted with polar coordinates through transformation formulas, allowing for flexible applications in different mathematical contexts. \n\nIn summary, the **\u76f4\u89d2\u5750\u6807\u7cfb** is a key mathematical framework developed by Descartes, enabling the algebraic representation of geometric shapes and providing a versatile tool for coordinate transformations.", "entity_id": "\u76f4\u89d2\u5750\u6807\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u89d2\u5750\u6807\u7cfb", "label": "\u76f4\u89d2\u5750\u6807\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "The **\u76f4\u89d2\u5750\u6807\u7cfb (Rectangular Coordinate System)**, also known as the **Cartesian Coordinate System**, is a fundamental method for expressing geometric coordinates in mathematics. Invented by **Descartes (\u7b1b\u5361\u5c14)**, it serves as the foundation of **analytic geometry**, bridging algebra and geometry by transforming geometric problems into algebraic ones. This system is widely used and is one of the most common coordinate systems in mathematics. It can be interconverted with polar coordinates through transformation formulas, allowing for flexible applications in different mathematical contexts. \n\nIn summary, the **\u76f4\u89d2\u5750\u6807\u7cfb** is a key mathematical framework developed by Descartes, enabling the algebraic representation of geometric shapes and providing a versatile tool for coordinate transformations."}, {"color": "#7a9d38", "created_at": 1752884037, "description": "Positive numbers are numbers greater than zero, representing quantities or magnitudes.", "entity_id": "\u6b63\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u6570", "label": "\u6b63\u6570", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Positive numbers are numbers greater than zero, representing quantities or magnitudes."}, {"color": "#b956b1", "created_at": 1752884038, "description": "**\u300a\u4e5d\u7ae0\u7b97\u672f\u300b** (also known as *The Nine Chapters on the Mathematical Art* or *Jiuzhang Suanshu*) is an ancient Chinese mathematical text and a foundational work from the Han Dynasty. It is one of the most significant mathematical treatises in Chinese history, representing the high-level achievements of ancient Chinese mathematics. \n\nThe text systematically documents a wide range of mathematical problems and their solutions, including early fractional representations of division, the naming of decimal places for numbers less than one, and the application of negative numbers. It also introduces methods for solving systems of equations. Additionally, the *Jiuzhang Suanshu* discusses various units of measurement and provides detailed computational techniques. \n\nAs a comprehensive mathematical classic, it was the first to systematically propose and describe concepts such as fractions and negative numbers, along with their operational methods. Its contributions laid the groundwork for later developments in Chinese mathematics and remain a vital part of mathematical history.", "entity_id": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "label": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "**\u300a\u4e5d\u7ae0\u7b97\u672f\u300b** (also known as *The Nine Chapters on the Mathematical Art* or *Jiuzhang Suanshu*) is an ancient Chinese mathematical text and a foundational work from the Han Dynasty. It is one of the most significant mathematical treatises in Chinese history, representing the high-level achievements of ancient Chinese mathematics. \n\nThe text systematically documents a wide range of mathematical problems and their solutions, including early fractional representations of division, the naming of decimal places for numbers less than one, and the application of negative numbers. It also introduces methods for solving systems of equations. Additionally, the *Jiuzhang Suanshu* discusses various units of measurement and provides detailed computational techniques. \n\nAs a comprehensive mathematical classic, it was the first to systematically propose and describe concepts such as fractions and negative numbers, along with their operational methods. Its contributions laid the groundwork for later developments in Chinese mathematics and remain a vital part of mathematical history."}, {"color": "#7b6749", "created_at": 1752884040, "description": "\u5370\u5ea6\u5728\u516c\u5143\u4e03\u4e16\u7eaa\u5de6\u53f3\u63d0\u51fa\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\uff0c\u5bf9\u6570\u5b66\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u5728\u516c\u5143\u4e03\u4e16\u7eaa\u5de6\u53f3\u5b8c\u5584\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\u3002", "entity_id": "\u5370\u5ea6", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5370\u5ea6", "label": "\u5370\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u5370\u5ea6\u5728\u516c\u5143\u4e03\u4e16\u7eaa\u5de6\u53f3\u63d0\u51fa\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\uff0c\u5bf9\u6570\u5b66\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u5728\u516c\u5143\u4e03\u4e16\u7eaa\u5de6\u53f3\u5b8c\u5584\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\u3002"}, {"color": "#f1e73b", "created_at": 1752884040, "description": "The arithmetic axiom system is a foundational framework used to establish natural numbers and extend to real numbers.\u003cSEP\u003e\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u5b9a\u4e49\u81ea\u7136\u6570\u548c\u52a0\u6cd5\u7b49\u57fa\u672c\u6982\u5ff5\u7684\u516c\u7406\u5316\u7cfb\u7edf\u3002\u003cSEP\u003e\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u7684\u57fa\u7840\uff0c\u5b9a\u4e49\u4e86\u81ea\u7136\u6570\u3001\u6574\u6570\u7b49\u6982\u5ff5\uff0c\u5e76\u901a\u8fc7\u8fd0\u7b97\u5b9e\u73b0\u6570\u57df\u7684\u6269\u5145\u3002", "entity_id": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "label": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b\u003cSEP\u003echunk-f379ebb8f8dc44a54c681880caf478eb", "title": "The arithmetic axiom system is a foundational framework used to establish natural numbers and extend to real numbers.\u003cSEP\u003e\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u5b9a\u4e49\u81ea\u7136\u6570\u548c\u52a0\u6cd5\u7b49\u57fa\u672c\u6982\u5ff5\u7684\u516c\u7406\u5316\u7cfb\u7edf\u3002\u003cSEP\u003e\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u7684\u57fa\u7840\uff0c\u5b9a\u4e49\u4e86\u81ea\u7136\u6570\u3001\u6574\u6570\u7b49\u6982\u5ff5\uff0c\u5e76\u901a\u8fc7\u8fd0\u7b97\u5b9e\u73b0\u6570\u57df\u7684\u6269\u5145\u3002"}, {"color": "#f4bbf6", "created_at": 1752884041, "description": "\u4e2d\u56fd\u5f00\u59cb\u7cfb\u7edf\u4f7f\u7528\u8d1f\u6570\u7684\u5386\u53f2\u65f6\u671f\u003cSEP\u003e\u6c49\u4ee3\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u671d\u4ee3\uff0c\u5218\u5fbd\u5728\u6b64\u65f6\u671f\u6ce8\u91ca\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u3002", "entity_id": "\u6c49\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6c49\u4ee3", "label": "\u6c49\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "\u4e2d\u56fd\u5f00\u59cb\u7cfb\u7edf\u4f7f\u7528\u8d1f\u6570\u7684\u5386\u53f2\u65f6\u671f\u003cSEP\u003e\u6c49\u4ee3\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u671d\u4ee3\uff0c\u5218\u5fbd\u5728\u6b64\u65f6\u671f\u6ce8\u91ca\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u3002"}, {"color": "#ceb665", "created_at": 1752884037, "description": "Ancient Greece (\u53e4\u5e0c\u814a) was a historical civilization renowned for its profound contributions to mathematics, philosophy, and intellectual thought. Geographically and culturally distinct, it served as the origin of many foundational mathematical discoveries, including the works of Archimedes and the systematization of geometric knowledge into formal theories. The Pythagorean school, emerging from this civilization, made significant strides in mathematics and the study of musical intervals. \n\nAncient Greece was also the cultural and intellectual context where Aristotle developed his logical frameworks, emphasizing rigorous reasoning and debate. The civilization is celebrated for its vibrant discourse culture and the establishment of democratic institutions, which deeply influenced Western philosophy and political thought. \n\nWhile Ancient Greece excelled in logical reasoning and formalized many mathematical concepts, it did not develop the notion of negative numbers. Its legacy remains distinct from other ancient civilizations, marked by unparalleled advancements in both theoretical and applied knowledge.", "entity_id": "\u53e4\u5e0c\u814a", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a", "label": "\u53e4\u5e0c\u814a", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Ancient Greece (\u53e4\u5e0c\u814a) was a historical civilization renowned for its profound contributions to mathematics, philosophy, and intellectual thought. Geographically and culturally distinct, it served as the origin of many foundational mathematical discoveries, including the works of Archimedes and the systematization of geometric knowledge into formal theories. The Pythagorean school, emerging from this civilization, made significant strides in mathematics and the study of musical intervals. \n\nAncient Greece was also the cultural and intellectual context where Aristotle developed his logical frameworks, emphasizing rigorous reasoning and debate. The civilization is celebrated for its vibrant discourse culture and the establishment of democratic institutions, which deeply influenced Western philosophy and political thought. \n\nWhile Ancient Greece excelled in logical reasoning and formalized many mathematical concepts, it did not develop the notion of negative numbers. Its legacy remains distinct from other ancient civilizations, marked by unparalleled advancements in both theoretical and applied knowledge."}, {"color": "#371d78", "created_at": 1752884096, "description": "\u6570\u5b66\u5206\u6790(Mathematical Analysis) includes branches like real analysis and probability theory, built on measure theory.", "entity_id": "\u6570\u5b66\u5206\u6790", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5206\u6790", "label": "\u6570\u5b66\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u6570\u5b66\u5206\u6790(Mathematical Analysis) includes branches like real analysis and probability theory, built on measure theory."}, {"color": "#8bc3ac", "created_at": 1752884033, "description": "**\u5b9e\u6570 (Real Numbers)** \n\n\u5b9e\u6570\u662f\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u4ee3\u8868\u6240\u6709\u5b9e\u6570\u7684\u96c6\u5408\uff0c\u5728\u6570\u5b66\u63a8\u7406\u4e2d\u5e38\u7528\u4e8e\u8ba8\u8bba\u6027\u8d28\u3001\u6bd4\u8f83\u4ee5\u53ca\u547d\u9898\u793a\u4f8b\u3002\u5b9e\u6570\u6784\u6210\u4e00\u4e2a\u8fde\u7eed\u7edf\uff0c\u5e76\u901a\u8fc7\u5eb7\u6258\u5c14\u7684\u5bf9\u89d2\u7ebf\u8bba\u8bc1\u6cd5\u88ab\u8bc1\u660e\u4e3a\u4e0d\u53ef\u6570\u65e0\u9650\u96c6\u3002\u5b83\u4eec\u5305\u62ec\u6709\u7406\u6570\uff08\u5982\u5206\u6570\u548c\u6574\u6570\uff09\u548c\u65e0\u7406\u6570\uff08\u5982\u221a2\u6216\u03c0\uff09\uff0c\u5171\u540c\u6784\u6210\u4e00\u4e2a\u5b8c\u5907\u7684\u6709\u5e8f\u57df\uff08complete ordered field\uff09\uff0c\u8fd9\u610f\u5473\u7740\u5b9e\u6570\u96c6\u5728\u6781\u9650\u8fd0\u7b97\u4e0b\u5c01\u95ed\u4e14\u6ee1\u8db3\u5168\u5e8f\u5173\u7cfb\u3002 \n\n\u5b9e\u6570\u7684\u7edd\u5bf9\u503c\u5b9a\u4e49\u4e3a\uff1a\u5bf9\u4e8e\u975e\u8d1f\u6570\uff0c\u7edd\u5bf9\u503c\u662f\u5176\u672c\u8eab\uff1b\u5bf9\u4e8e\u8d1f\u6570\uff0c\u7edd\u5bf9\u503c\u662f\u5176\u76f8\u53cd\u6570\u3002\u5b9e\u6570\u53ef\u4ee5\u901a\u8fc7\u57fa\u672c\u5e8f\u5217\uff08\u67ef\u897f\u5e8f\u5217\uff09\u6765\u4e25\u683c\u5b9a\u4e49\uff0c\u5e76\u7531\u6b64\u6269\u5c55\u6709\u7406\u6570\u7684\u8fd0\u7b97\u89c4\u5219\u3002\u6b64\u5916\uff0c\u5b9e\u6570\u7684\u5c0f\u6570\u5f62\u5f0f\uff08\u5305\u62ec\u6709\u9650\u5c0f\u6570\u548c\u65e0\u9650\u5c0f\u6570\uff09\u662f\u5176\u5341\u8fdb\u5236\u8868\u8fbe\u7684\u57fa\u7840\uff0c\u8fdb\u4e00\u6b65\u4f53\u73b0\u4e86\u5b9e\u6570\u7684\u8fde\u7eed\u6027\u548c\u5e7f\u6cdb\u9002\u7528\u6027\u3002 \n\n\u7efc\u4e0a\uff0c\u5b9e\u6570\u5728\u6570\u5b66\u5206\u6790\u3001\u903b\u8f91\u63a8\u7406\u4ee5\u53ca\u5b9e\u9645\u95ee\u9898\u5efa\u6a21\u4e2d\u626e\u6f14\u6838\u5fc3\u89d2\u8272\uff0c\u517c\u5177\u62bd\u8c61\u6027\u4e0e\u5b9e\u7528\u6027\u3002", "entity_id": "\u5b9e\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u6570", "label": "\u5b9e\u6570", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**\u5b9e\u6570 (Real Numbers)** \n\n\u5b9e\u6570\u662f\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u4ee3\u8868\u6240\u6709\u5b9e\u6570\u7684\u96c6\u5408\uff0c\u5728\u6570\u5b66\u63a8\u7406\u4e2d\u5e38\u7528\u4e8e\u8ba8\u8bba\u6027\u8d28\u3001\u6bd4\u8f83\u4ee5\u53ca\u547d\u9898\u793a\u4f8b\u3002\u5b9e\u6570\u6784\u6210\u4e00\u4e2a\u8fde\u7eed\u7edf\uff0c\u5e76\u901a\u8fc7\u5eb7\u6258\u5c14\u7684\u5bf9\u89d2\u7ebf\u8bba\u8bc1\u6cd5\u88ab\u8bc1\u660e\u4e3a\u4e0d\u53ef\u6570\u65e0\u9650\u96c6\u3002\u5b83\u4eec\u5305\u62ec\u6709\u7406\u6570\uff08\u5982\u5206\u6570\u548c\u6574\u6570\uff09\u548c\u65e0\u7406\u6570\uff08\u5982\u221a2\u6216\u03c0\uff09\uff0c\u5171\u540c\u6784\u6210\u4e00\u4e2a\u5b8c\u5907\u7684\u6709\u5e8f\u57df\uff08complete ordered field\uff09\uff0c\u8fd9\u610f\u5473\u7740\u5b9e\u6570\u96c6\u5728\u6781\u9650\u8fd0\u7b97\u4e0b\u5c01\u95ed\u4e14\u6ee1\u8db3\u5168\u5e8f\u5173\u7cfb\u3002 \n\n\u5b9e\u6570\u7684\u7edd\u5bf9\u503c\u5b9a\u4e49\u4e3a\uff1a\u5bf9\u4e8e\u975e\u8d1f\u6570\uff0c\u7edd\u5bf9\u503c\u662f\u5176\u672c\u8eab\uff1b\u5bf9\u4e8e\u8d1f\u6570\uff0c\u7edd\u5bf9\u503c\u662f\u5176\u76f8\u53cd\u6570\u3002\u5b9e\u6570\u53ef\u4ee5\u901a\u8fc7\u57fa\u672c\u5e8f\u5217\uff08\u67ef\u897f\u5e8f\u5217\uff09\u6765\u4e25\u683c\u5b9a\u4e49\uff0c\u5e76\u7531\u6b64\u6269\u5c55\u6709\u7406\u6570\u7684\u8fd0\u7b97\u89c4\u5219\u3002\u6b64\u5916\uff0c\u5b9e\u6570\u7684\u5c0f\u6570\u5f62\u5f0f\uff08\u5305\u62ec\u6709\u9650\u5c0f\u6570\u548c\u65e0\u9650\u5c0f\u6570\uff09\u662f\u5176\u5341\u8fdb\u5236\u8868\u8fbe\u7684\u57fa\u7840\uff0c\u8fdb\u4e00\u6b65\u4f53\u73b0\u4e86\u5b9e\u6570\u7684\u8fde\u7eed\u6027\u548c\u5e7f\u6cdb\u9002\u7528\u6027\u3002 \n\n\u7efc\u4e0a\uff0c\u5b9e\u6570\u5728\u6570\u5b66\u5206\u6790\u3001\u903b\u8f91\u63a8\u7406\u4ee5\u53ca\u5b9e\u9645\u95ee\u9898\u5efa\u6a21\u4e2d\u626e\u6f14\u6838\u5fc3\u89d2\u8272\uff0c\u517c\u5177\u62bd\u8c61\u6027\u4e0e\u5b9e\u7528\u6027\u3002"}, {"color": "#52da8c", "created_at": 1752884029, "description": "**\u65b9\u7a0b (Equations)** \n\n\u65b9\u7a0b are mathematical statements that assert the equality of two algebraic expressions, often containing one or more unknown variables. They serve as fundamental tools for modeling real-world problems across various disciplines, allowing the representation and analysis of relationships between quantities. \n\nIn mathematics education, equations are introduced early, particularly in primary school, where students learn their nature and basic solving methods. They form a core concept in algebra, where their solutions help determine unknown values by manipulating variables within the given relationships. \n\nWhile traditionally defined as an equality containing unknowns, some critiques argue that this definition lacks precision. Equations refine quantitative relationships by distinguishing between general and specific cases, as well as exploring methods for formulating them (e.g., setting up equations from word problems). \n\nOverall, equations function both as abstract mathematical patterns and practical problem-solving tools, bridging theoretical concepts with real-world applications.", "entity_id": "\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65b9\u7a0b", "label": "\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "**\u65b9\u7a0b (Equations)** \n\n\u65b9\u7a0b are mathematical statements that assert the equality of two algebraic expressions, often containing one or more unknown variables. They serve as fundamental tools for modeling real-world problems across various disciplines, allowing the representation and analysis of relationships between quantities. \n\nIn mathematics education, equations are introduced early, particularly in primary school, where students learn their nature and basic solving methods. They form a core concept in algebra, where their solutions help determine unknown values by manipulating variables within the given relationships. \n\nWhile traditionally defined as an equality containing unknowns, some critiques argue that this definition lacks precision. Equations refine quantitative relationships by distinguishing between general and specific cases, as well as exploring methods for formulating them (e.g., setting up equations from word problems). \n\nOverall, equations function both as abstract mathematical patterns and practical problem-solving tools, bridging theoretical concepts with real-world applications."}, {"color": "#4a5a94", "created_at": 1752884134, "description": "\u83b1\u5e03\u5c3c\u8328\u521b\u9020\u4e86\u51fd\u6570\u4e00\u8bcd\u5e76\u7cfb\u7edf\u9610\u8ff0\u4e86\u5fae\u79ef\u5206\u7406\u8bba\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u5fae\u79ef\u5206\u7684\u57fa\u7840\u3002", "entity_id": "\u83b1\u5e03\u5c3c\u5179", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u83b1\u5e03\u5c3c\u5179", "label": "\u83b1\u5e03\u5c3c\u5179", "shape": "dot", "size": 10, "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u83b1\u5e03\u5c3c\u8328\u521b\u9020\u4e86\u51fd\u6570\u4e00\u8bcd\u5e76\u7cfb\u7edf\u9610\u8ff0\u4e86\u5fae\u79ef\u5206\u7406\u8bba\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u5fae\u79ef\u5206\u7684\u57fa\u7840\u3002"}, {"color": "#d4e6f2", "created_at": 1752884031, "description": "**\u5fae\u79ef\u5206 (Calculus)** is a branch of mathematics that emerged in the 17th century, primarily developed by **Isaac Newton** and **Gottfried Wilhelm Leibniz**, though its conceptual foundations can be traced back to earlier work, such as **Galileo\u0027s** studies on motion and changing quantities. The invention of calculus was influenced by **Descartes\u0027** ideas on analytic geometry. \n\nAs a powerful mathematical tool, calculus revolutionized the study of continuous change and accumulation, enabling advancements in physics, engineering, and other sciences. However, its early theoretical foundations were not rigorously defined, leading mathematicians to reconsider fundamental mathematical concepts and objects. Notably, calculus predated the formal development of rigorous number systems, highlighting its groundbreaking yet initially intuitive nature. \n\nIn summary, calculus is a transformative mathematical discipline with profound practical applications, shaped by historical contributions and later refined through deeper theoretical scrutiny.", "entity_id": "\u5fae\u79ef\u5206", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5fae\u79ef\u5206", "label": "\u5fae\u79ef\u5206", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae", "title": "**\u5fae\u79ef\u5206 (Calculus)** is a branch of mathematics that emerged in the 17th century, primarily developed by **Isaac Newton** and **Gottfried Wilhelm Leibniz**, though its conceptual foundations can be traced back to earlier work, such as **Galileo\u0027s** studies on motion and changing quantities. The invention of calculus was influenced by **Descartes\u0027** ideas on analytic geometry. \n\nAs a powerful mathematical tool, calculus revolutionized the study of continuous change and accumulation, enabling advancements in physics, engineering, and other sciences. However, its early theoretical foundations were not rigorously defined, leading mathematicians to reconsider fundamental mathematical concepts and objects. Notably, calculus predated the formal development of rigorous number systems, highlighting its groundbreaking yet initially intuitive nature. \n\nIn summary, calculus is a transformative mathematical discipline with profound practical applications, shaped by historical contributions and later refined through deeper theoretical scrutiny."}, {"color": "#497ce4", "created_at": 1752884043, "description": "\u53d8\u91cfrefers to variables in mathematics, particularly in the context of function definitions in junior high school.\u003cSEP\u003e\u53d8\u91cf\u662f\u6570\u5b66\u6a21\u578b\u4e2d\u7528\u4e8e\u8868\u793a\u73b0\u5b9e\u4e16\u754c\u4e2d\u53ef\u91cf\u5316\u56e0\u7d20\u7684\u57fa\u672c\u5143\u7d20\uff0c\u901a\u8fc7\u6570\u5b66\u8bed\u8a00\u8868\u8fbe\u5176\u5173\u7cfb\u3002", "entity_id": "\u53d8\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53d8\u91cf", "label": "\u53d8\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "\u53d8\u91cfrefers to variables in mathematics, particularly in the context of function definitions in junior high school.\u003cSEP\u003e\u53d8\u91cf\u662f\u6570\u5b66\u6a21\u578b\u4e2d\u7528\u4e8e\u8868\u793a\u73b0\u5b9e\u4e16\u754c\u4e2d\u53ef\u91cf\u5316\u56e0\u7d20\u7684\u57fa\u672c\u5143\u7d20\uff0c\u901a\u8fc7\u6570\u5b66\u8bed\u8a00\u8868\u8fbe\u5176\u5173\u7cfb\u3002"}, {"color": "#ecfc9a", "created_at": 1752884043, "description": "\u5bf9\u5e94\u5173\u7cfbrefers to the correspondence or mapping between elements in function definitions, emphasized in senior high school mathematics.", "entity_id": "\u5bf9\u5e94\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5bf9\u5e94\u5173\u7cfb", "label": "\u5bf9\u5e94\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "\u5bf9\u5e94\u5173\u7cfbrefers to the correspondence or mapping between elements in function definitions, emphasized in senior high school mathematics."}, {"color": "#921029", "created_at": 1752884043, "description": "The Bourbaki School is a group of mathematicians known for their formal and abstract approach to mathematical concepts, including functions.", "entity_id": "Bourbaki School", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Bourbaki School", "label": "Bourbaki School", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "The Bourbaki School is a group of mathematicians known for their formal and abstract approach to mathematical concepts, including functions."}, {"color": "#cba3c2", "created_at": 1752884096, "description": "Mathematical patterns are the results of mathematical research, representing the outcomes and models derived from abstract structures.\u003cSEP\u003e\u6570\u5b66\u6a21\u5f0f(Mathematical Patterns) are generalized mathematical constructs used to understand and express problems, bridging internal mathematical concepts and external real-world applications.\u003cSEP\u003e\u6570\u5b66\u6a21\u5f0f(Mathematical Patterns) refers to the study of patterns in data, structures, and abstract relationships, central to modern math.", "entity_id": "\u6570\u5b66\u6a21\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6a21\u5f0f", "label": "\u6570\u5b66\u6a21\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "Mathematical patterns are the results of mathematical research, representing the outcomes and models derived from abstract structures.\u003cSEP\u003e\u6570\u5b66\u6a21\u5f0f(Mathematical Patterns) are generalized mathematical constructs used to understand and express problems, bridging internal mathematical concepts and external real-world applications.\u003cSEP\u003e\u6570\u5b66\u6a21\u5f0f(Mathematical Patterns) refers to the study of patterns in data, structures, and abstract relationships, central to modern math."}, {"color": "#f86708", "created_at": 1752884034, "description": "John Playfair was a British geologist and mathematician who provided a classic reformulation of the parallel postulate.\u003cSEP\u003e\u666e\u83b1\u8d39\u5c14\u662f16\u4e16\u7eaa\u82f1\u56fd\u5730\u8d28\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u4fee\u6539\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7b2c\u4e94\u516c\u8bbe\u3002", "entity_id": "\u666e\u83b1\u8d39\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u83b1\u8d39\u5c14", "label": "\u666e\u83b1\u8d39\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "John Playfair was a British geologist and mathematician who provided a classic reformulation of the parallel postulate.\u003cSEP\u003e\u666e\u83b1\u8d39\u5c14\u662f16\u4e16\u7eaa\u82f1\u56fd\u5730\u8d28\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u4fee\u6539\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7b2c\u4e94\u516c\u8bbe\u3002"}, {"color": "#408a19", "created_at": 1752884033, "description": "**Lobachevskian Geometry (\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55)** is a non-Euclidean geometric system that challenges and modifies Euclid\u0027s parallel postulate. Unlike Euclidean geometry, which assumes only one parallel line can be drawn through a point not on a given line, Lobachevskian geometry allows for infinitely many parallel lines to exist under the same conditions. This system is characterized by its study of surfaces with constant negative Gaussian curvature, where geometric properties differ significantly from Euclidean norms\u2014for instance, the sum of angles in a triangle is always less than 180 degrees. \n\nLobachevskian geometry serves as a foundational framework for various mathematical and theoretical applications, including polar coordinate systems and geometric reasoning. It has practical implications in fields like astronomy, where it helps explain phenomena such as the apparent parallelism of rays from Polaris (the North Star) observed in the Northern Hemisphere. The geometry is frequently referenced in mathematical discourse as an example of alternative axiomatic systems and non-Euclidean reasoning. \n\nIn summary, Lobachevskian geometry is a pivotal non-Euclidean system that redefines parallelism, explores negatively curved spaces, and provides tools for both theoretical and observational disciplines.", "entity_id": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "label": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f", "title": "**Lobachevskian Geometry (\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55)** is a non-Euclidean geometric system that challenges and modifies Euclid\u0027s parallel postulate. Unlike Euclidean geometry, which assumes only one parallel line can be drawn through a point not on a given line, Lobachevskian geometry allows for infinitely many parallel lines to exist under the same conditions. This system is characterized by its study of surfaces with constant negative Gaussian curvature, where geometric properties differ significantly from Euclidean norms\u2014for instance, the sum of angles in a triangle is always less than 180 degrees. \n\nLobachevskian geometry serves as a foundational framework for various mathematical and theoretical applications, including polar coordinate systems and geometric reasoning. It has practical implications in fields like astronomy, where it helps explain phenomena such as the apparent parallelism of rays from Polaris (the North Star) observed in the Northern Hemisphere. The geometry is frequently referenced in mathematical discourse as an example of alternative axiomatic systems and non-Euclidean reasoning. \n\nIn summary, Lobachevskian geometry is a pivotal non-Euclidean system that redefines parallelism, explores negatively curved spaces, and provides tools for both theoretical and observational disciplines."}, {"color": "#47158a", "created_at": 1752884034, "description": "**Riemannian Geometry (\u9ece\u66fc\u51e0\u4f55)** is a form of **non-Euclidean geometry** that modifies the traditional Euclidean parallel postulate, resulting in a geometric system where **no parallel lines exist**. Developed by Bernhard Riemann, it serves as a mathematical framework for **curved spaces**, particularly those with **positive Gaussian curvature**, such as spherical surfaces. Key characteristics include: \n- The shortest distance between points is measured along **great circle arcs (\u5927\u5706\u52a3\u5f27)**. \n- The sum of angles in a triangle **exceeds 180 degrees**, contrasting with Euclidean geometry. \n- It is foundational to **Einstein\u2019s theory of general relativity**, providing the mathematical tools to describe spacetime curvature. \n\nRiemannian geometry is often discussed alongside other non-Euclidean systems, emphasizing its role in expanding geometric concepts beyond flat (Euclidean) spaces. While descriptions vary slightly in phrasing, they consistently highlight its **rejection of parallel lines**, **spherical/curved space applications**, and **physics relevance**.", "entity_id": "\u9ece\u66fc\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ece\u66fc\u51e0\u4f55", "label": "\u9ece\u66fc\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae", "title": "**Riemannian Geometry (\u9ece\u66fc\u51e0\u4f55)** is a form of **non-Euclidean geometry** that modifies the traditional Euclidean parallel postulate, resulting in a geometric system where **no parallel lines exist**. Developed by Bernhard Riemann, it serves as a mathematical framework for **curved spaces**, particularly those with **positive Gaussian curvature**, such as spherical surfaces. Key characteristics include: \n- The shortest distance between points is measured along **great circle arcs (\u5927\u5706\u52a3\u5f27)**. \n- The sum of angles in a triangle **exceeds 180 degrees**, contrasting with Euclidean geometry. \n- It is foundational to **Einstein\u2019s theory of general relativity**, providing the mathematical tools to describe spacetime curvature. \n\nRiemannian geometry is often discussed alongside other non-Euclidean systems, emphasizing its role in expanding geometric concepts beyond flat (Euclidean) spaces. While descriptions vary slightly in phrasing, they consistently highlight its **rejection of parallel lines**, **spherical/curved space applications**, and **physics relevance**."}, {"color": "#beb3b3", "created_at": 1752884061, "description": "An isosceles triangle with less symmetry than regular polygons but more than general triangles.\u003cSEP\u003eIsosceles triangle properties used in Archimedes\u0027 trisection method demonstration.\u003cSEP\u003e\u7b49\u8170\u4e09\u89d2\u5f62\u662f\u5177\u6709\u4e24\u4e2a\u76f8\u7b49\u5e95\u89d2\u7684\u4e09\u89d2\u5f62\uff0c\u5176\u5e95\u89d2\u6027\u8d28\u53ef\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u5f97\u51fa\u3002", "entity_id": "\u7b49\u8170\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u8170\u4e09\u89d2\u5f62", "label": "\u7b49\u8170\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-b90ad7d27f890f150949c43063702ff8", "title": "An isosceles triangle with less symmetry than regular polygons but more than general triangles.\u003cSEP\u003eIsosceles triangle properties used in Archimedes\u0027 trisection method demonstration.\u003cSEP\u003e\u7b49\u8170\u4e09\u89d2\u5f62\u662f\u5177\u6709\u4e24\u4e2a\u76f8\u7b49\u5e95\u89d2\u7684\u4e09\u89d2\u5f62\uff0c\u5176\u5e95\u89d2\u6027\u8d28\u53ef\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u5f97\u51fa\u3002"}, {"color": "#98fa6f", "created_at": 1752884030, "description": "**Mathematical Reasoning (\u6570\u5b66\u63a8\u7406)** \n\nMathematical reasoning is a core competency in junior high school mathematics education, encompassing the process of deriving new propositions from known ones through logical deduction. It typically involves conditional propositions, argumentative propositions, and concluding propositions, forming a structured chain of logical connections. Unlike axiomatic reasoning, mathematical reasoning emphasizes rigorous processes and includes algebraic reasoning based on foundational facts. This method cultivates critical thinking skills by systematically analyzing relationships between propositions, ensuring both precision and coherence in problem-solving. The discipline highlights the importance of logical deduction while distinguishing itself from other forms of reasoning by its structured, step-by-step approach. \n\n(Note: Contradictions were resolved by integrating distinct aspects\u2014such as educational relevance, formal logic components, and comparisons with axiomatic reasoning\u2014into a unified description.)", "entity_id": "\u6570\u5b66\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u63a8\u7406", "label": "\u6570\u5b66\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "**Mathematical Reasoning (\u6570\u5b66\u63a8\u7406)** \n\nMathematical reasoning is a core competency in junior high school mathematics education, encompassing the process of deriving new propositions from known ones through logical deduction. It typically involves conditional propositions, argumentative propositions, and concluding propositions, forming a structured chain of logical connections. Unlike axiomatic reasoning, mathematical reasoning emphasizes rigorous processes and includes algebraic reasoning based on foundational facts. This method cultivates critical thinking skills by systematically analyzing relationships between propositions, ensuring both precision and coherence in problem-solving. The discipline highlights the importance of logical deduction while distinguishing itself from other forms of reasoning by its structured, step-by-step approach. \n\n(Note: Contradictions were resolved by integrating distinct aspects\u2014such as educational relevance, formal logic components, and comparisons with axiomatic reasoning\u2014into a unified description.)"}, {"color": "#172372", "created_at": 1752884031, "description": "**David Hilbert (\u5e0c\u5c14\u4f2f\u7279)** was a renowned German mathematician and one of the greatest mathematicians of the 20th century, celebrated for his foundational contributions to geometry, logic, and the axiomatization of mathematics. \n\nHilbert redefined and expanded Euclid\u0027s geometric axioms in his seminal work *Foundations of Geometry*, creating a more abstract and rigorous system. He introduced the concept of *nominal definitions*, emphasizing that the relationships between mathematical objects are more important than their definitions themselves. His axiomatic approach contrasted with intuitive geometric methods and reinforced Euclid\u0027s interpretations of numerical ratios while advancing the formalization of mathematical axioms. \n\nBeyond geometry, Hilbert is famous for proposing *Hilbert\u0027s 23 Problems* in 1900, a set of influential unsolved mathematical challenges that shaped 20th-century mathematics. The first problem addressed the *continuum hypothesis*, while others included questions on transcendence and the shortest distance between two points. His *Hilbert\u0027s Hotel* thought experiment illustrated the logic of infinite sets, further demonstrating his deep engagement with foundational mathematical concepts. \n\nHilbert also advocated for the *formalization of mathematics* through his ambitious *Hilbert\u0027s Program*, which sought to establish mathematics on a complete and consistent logical foundation. His 1924 lectures and writings underscored his commitment to clarity and rigor in mathematical reasoning. \n\nIn summary, Hilbert was a pivotal figure in modern mathematics, advancing geometry, logic, and axiomatic systems while leaving a lasting legacy through his 23 problems and formalist philosophy.", "entity_id": "\u5e0c\u5c14\u4f2f\u7279", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u5c14\u4f2f\u7279", "label": "\u5e0c\u5c14\u4f2f\u7279", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "**David Hilbert (\u5e0c\u5c14\u4f2f\u7279)** was a renowned German mathematician and one of the greatest mathematicians of the 20th century, celebrated for his foundational contributions to geometry, logic, and the axiomatization of mathematics. \n\nHilbert redefined and expanded Euclid\u0027s geometric axioms in his seminal work *Foundations of Geometry*, creating a more abstract and rigorous system. He introduced the concept of *nominal definitions*, emphasizing that the relationships between mathematical objects are more important than their definitions themselves. His axiomatic approach contrasted with intuitive geometric methods and reinforced Euclid\u0027s interpretations of numerical ratios while advancing the formalization of mathematical axioms. \n\nBeyond geometry, Hilbert is famous for proposing *Hilbert\u0027s 23 Problems* in 1900, a set of influential unsolved mathematical challenges that shaped 20th-century mathematics. The first problem addressed the *continuum hypothesis*, while others included questions on transcendence and the shortest distance between two points. His *Hilbert\u0027s Hotel* thought experiment illustrated the logic of infinite sets, further demonstrating his deep engagement with foundational mathematical concepts. \n\nHilbert also advocated for the *formalization of mathematics* through his ambitious *Hilbert\u0027s Program*, which sought to establish mathematics on a complete and consistent logical foundation. His 1924 lectures and writings underscored his commitment to clarity and rigor in mathematical reasoning. \n\nIn summary, Hilbert was a pivotal figure in modern mathematics, advancing geometry, logic, and axiomatic systems while leaving a lasting legacy through his 23 problems and formalist philosophy."}, {"color": "#05a65b", "created_at": 1752884034, "description": "The parallel postulate in Euclid\u0027s \u0027Elements\u0027 was historically problematic, leading to non-Euclidean geometries.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7b2c\u4e94\u516c\u8bbe\uff0c\u56e0\u8868\u8ff0\u590d\u6742\u5f15\u53d1\u540e\u4e16\u6570\u5b66\u5bb6\u7814\u7a76\uff0c\u6700\u7ec8\u5bfc\u81f4\u975e\u6b27\u51e0\u4f55\u7684\u4ea7\u751f\u3002", "entity_id": "\u5e73\u884c\u7ebf\u516c\u8bbe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u7ebf\u516c\u8bbe", "label": "\u5e73\u884c\u7ebf\u516c\u8bbe", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "The parallel postulate in Euclid\u0027s \u0027Elements\u0027 was historically problematic, leading to non-Euclidean geometries.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7b2c\u4e94\u516c\u8bbe\uff0c\u56e0\u8868\u8ff0\u590d\u6742\u5f15\u53d1\u540e\u4e16\u6570\u5b66\u5bb6\u7814\u7a76\uff0c\u6700\u7ec8\u5bfc\u81f4\u975e\u6b27\u51e0\u4f55\u7684\u4ea7\u751f\u3002"}, {"color": "#bf5990", "created_at": 1752884034, "description": "Middle school mathematics education incorporates foundational geometric concepts, including Euclid\u0027s postulates.\u003cSEP\u003e\u521d\u4e2d\u6570\u5b66\u6559\u5b66\u867d\u4e0d\u8981\u6c42\u6df1\u5165\u7406\u89e3\u5b9e\u6570\uff0c\u4f46\u6559\u5e08\u9700\u8981\u5f62\u5f0f\u4e0a\u8ba4\u8bc6\u5b9e\u6570\u3002", "entity_id": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "label": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07", "title": "Middle school mathematics education incorporates foundational geometric concepts, including Euclid\u0027s postulates.\u003cSEP\u003e\u521d\u4e2d\u6570\u5b66\u6559\u5b66\u867d\u4e0d\u8981\u6c42\u6df1\u5165\u7406\u89e3\u5b9e\u6570\uff0c\u4f46\u6559\u5e08\u9700\u8981\u5f62\u5f0f\u4e0a\u8ba4\u8bc6\u5b9e\u6570\u3002"}, {"color": "#7eb9d7", "created_at": 1752884046, "description": "Newtonian mechanics that can be mathematically described using geometric transformations.", "entity_id": "\u725b\u987f\u529b\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u725b\u987f\u529b\u5b66", "label": "\u725b\u987f\u529b\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Newtonian mechanics that can be mathematically described using geometric transformations."}, {"color": "#3e0e00", "created_at": 1752884046, "description": "\u8be5\u516c\u7406\u5047\u8bbe\u5bf9\u4e8e\u4efb\u610f\u6bd4\u4f8b\u7684\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\uff0c\u662f\u4e09\u89d2\u5f62\u76f8\u4f3c\u6027\u8bc1\u660e\u7684\u57fa\u7840\u3002", "entity_id": "\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\u516c\u7406", "label": "\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u8be5\u516c\u7406\u5047\u8bbe\u5bf9\u4e8e\u4efb\u610f\u6bd4\u4f8b\u7684\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\uff0c\u662f\u4e09\u89d2\u5f62\u76f8\u4f3c\u6027\u8bc1\u660e\u7684\u57fa\u7840\u3002"}, {"color": "#9056cd", "created_at": 1752884030, "description": "The **Pythagorean School** (\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e) was an influential ancient Greek philosophical and mathematical school founded by Pythagoras. The school is renowned for its profound contributions to mathematics, philosophy, and the study of proportions. Central to their beliefs was the idea that natural numbers were the foundation of cosmic harmony, encapsulated in their doctrine that \"all things are number\" (\u4e07\u7269\u7686\u6570). \n\nThe Pythagoreans explored the relationship between numbers and proportions, extending their principles to music by linking integer ratios to musical harmony. They made significant advancements in geometry, including the classification of regular polyhedra (the five Platonic solids) and the development of deductive reasoning. Their work also laid the groundwork for number theory, particularly through the study of perfect numbers. \n\nA key discovery attributed to the Pythagorean School was the irrationality of the square root of 2, which challenged their earlier belief that all quantities could be expressed as natural numbers. Despite this contradiction, their reverence for numerical harmony remained central to their philosophy. \n\nIn summary, the Pythagorean School was a pioneering intellectual movement that bridged mathematics, philosophy, and music, leaving a lasting legacy in the study of geometry, number theory, and deductive reasoning.", "entity_id": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "label": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811\u003cSEP\u003echunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The **Pythagorean School** (\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e) was an influential ancient Greek philosophical and mathematical school founded by Pythagoras. The school is renowned for its profound contributions to mathematics, philosophy, and the study of proportions. Central to their beliefs was the idea that natural numbers were the foundation of cosmic harmony, encapsulated in their doctrine that \"all things are number\" (\u4e07\u7269\u7686\u6570). \n\nThe Pythagoreans explored the relationship between numbers and proportions, extending their principles to music by linking integer ratios to musical harmony. They made significant advancements in geometry, including the classification of regular polyhedra (the five Platonic solids) and the development of deductive reasoning. Their work also laid the groundwork for number theory, particularly through the study of perfect numbers. \n\nA key discovery attributed to the Pythagorean School was the irrationality of the square root of 2, which challenged their earlier belief that all quantities could be expressed as natural numbers. Despite this contradiction, their reverence for numerical harmony remained central to their philosophy. \n\nIn summary, the Pythagorean School was a pioneering intellectual movement that bridged mathematics, philosophy, and music, leaving a lasting legacy in the study of geometry, number theory, and deductive reasoning."}, {"color": "#4c92bc", "created_at": 1752884049, "description": "\"Geometric transformations maintaining all distances and angles (isometries", "entity_id": "\u521a\u4f53\u53d8\u6362", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521a\u4f53\u53d8\u6362", "label": "\u521a\u4f53\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "\"Geometric transformations maintaining all distances and angles (isometries"}, {"color": "#fb04fd", "created_at": 1752884031, "description": "A **point** is a fundamental geometric concept that serves as a foundational element in mathematics. Defined by Euclid as \"having no part,\" it is a zero-dimensional mathematical abstraction representing a precise position in space without any length, area, or volume. While it lacks a substantial definition due to its primitive nature and cannot be distinguished from other geometric primitives by inherent properties, it is nominally described as a marker of location. Points are used to define more complex geometric objects, such as lines, shapes, and higher-dimensional constructs, by serving as their basic building blocks. Despite differing phrasings across descriptions, all agree on its role as an abstract, dimensionless entity that denotes spatial coordinates.", "entity_id": "\u70b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u70b9", "label": "\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "A **point** is a fundamental geometric concept that serves as a foundational element in mathematics. Defined by Euclid as \"having no part,\" it is a zero-dimensional mathematical abstraction representing a precise position in space without any length, area, or volume. While it lacks a substantial definition due to its primitive nature and cannot be distinguished from other geometric primitives by inherent properties, it is nominally described as a marker of location. Points are used to define more complex geometric objects, such as lines, shapes, and higher-dimensional constructs, by serving as their basic building blocks. Despite differing phrasings across descriptions, all agree on its role as an abstract, dimensionless entity that denotes spatial coordinates."}, {"color": "#419973", "created_at": 1752884160, "description": "\u5eb7\u6258\u5b9a\u4e49\u4e86\u65e0\u7a77\u96c6\u5408\uff0c\u5e76\u8bc1\u660e\u4e86\u81ea\u7136\u6570\u548c\u6709\u7406\u6570\u7684\u4e2a\u6570\u4e00\u6837\u591a\u3002", "entity_id": "\u65e0\u7a77\u96c6\u5408", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u7a77\u96c6\u5408", "label": "\u65e0\u7a77\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u5eb7\u6258\u5b9a\u4e49\u4e86\u65e0\u7a77\u96c6\u5408\uff0c\u5e76\u8bc1\u660e\u4e86\u81ea\u7136\u6570\u548c\u6709\u7406\u6570\u7684\u4e2a\u6570\u4e00\u6837\u591a\u3002"}, {"color": "#871e5d", "created_at": 1752884033, "description": "The Pythagorean theorem, known as **\u52fe\u80a1\u5b9a\u7406 (G\u014dug\u01d4 D\u00ecngl\u01d0)** in Chinese, is a fundamental principle in Euclidean geometry that describes the relationship between the sides of a right-angled triangle. It states that the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides. This theorem is a cornerstone of geometric theory and has widespread applications in mathematics, astronomy, and geography. \n\nIn ancient China, **\u52fe\u80a1\u5b9a\u7406** was employed for astronomical and geographical measurements, as well as for solving geometric problems, as documented in classical texts like the **\u300a\u4e5d\u7ae0\u7b97\u672f\u300b (Ji\u01d4 Zh\u0101ng Su\u00e0nsh\u00f9, *The Nine Chapters on the Mathematical Art*)**. The theorem not only serves as a foundational proposition in Euclidean geometry for calculating line segment lengths but also works in conjunction with trigonometric principles, forming a core tool in geometric analysis. \n\nThus, **\u52fe\u80a1\u5b9a\u7406 (Pythagorean theorem)** remains an essential mathematical concept, bridging theoretical geometry and practical applications across history.", "entity_id": "\u52fe\u80a1\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52fe\u80a1\u5b9a\u7406", "label": "\u52fe\u80a1\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-bc737ed018919d513c346a3c74b449aa\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-d2d1fa534f69129f1d307d4162d5e6e4\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec\u003cSEP\u003echunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "The Pythagorean theorem, known as **\u52fe\u80a1\u5b9a\u7406 (G\u014dug\u01d4 D\u00ecngl\u01d0)** in Chinese, is a fundamental principle in Euclidean geometry that describes the relationship between the sides of a right-angled triangle. It states that the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides. This theorem is a cornerstone of geometric theory and has widespread applications in mathematics, astronomy, and geography. \n\nIn ancient China, **\u52fe\u80a1\u5b9a\u7406** was employed for astronomical and geographical measurements, as well as for solving geometric problems, as documented in classical texts like the **\u300a\u4e5d\u7ae0\u7b97\u672f\u300b (Ji\u01d4 Zh\u0101ng Su\u00e0nsh\u00f9, *The Nine Chapters on the Mathematical Art*)**. The theorem not only serves as a foundational proposition in Euclidean geometry for calculating line segment lengths but also works in conjunction with trigonometric principles, forming a core tool in geometric analysis. \n\nThus, **\u52fe\u80a1\u5b9a\u7406 (Pythagorean theorem)** remains an essential mathematical concept, bridging theoretical geometry and practical applications across history."}, {"color": "#902829", "created_at": 1752884031, "description": "**\u300a\u51e0\u4f55\u57fa\u7840\u300b** (*Foundations of Geometry*) is a foundational mathematical text written by the renowned mathematician David Hilbert. Originally published in 1899, the work is a seminal contribution to the field of geometry, formalizing and redefining geometric axioms while addressing the limitations of Euclid\u0027s classical system. Hilbert\u0027s approach introduced a rigorous axiomatic framework, organizing geometric principles into five groups of axioms and employing symbolic notation for fundamental geometric objects. This modernized, formalized treatment laid the groundwork for the axiomatic method in mathematics and significantly influenced subsequent developments in the discipline. \n\nThe text has been translated into Chinese under the title **\u300a\u51e0\u4f55\u57fa\u7840\u300b**, with notable translations contributed by Jiang Zehan (\u6c5f\u6cfd\u6db5) and Zhu Dingxun (\u6731\u9f0e\u52cb). Hilbert\u0027s work is often regarded as an attempt to establish a strict, logical foundation for geometry through axiomatization, mirroring the structure of Euclid\u0027s *Elements* while advancing beyond it in clarity and generality. It remains a cornerstone of mathematical literature, bridging classical and modern geometric thought. \n\n(*Note: The English title *Foundations of Geometry* is occasionally referenced in Chinese contexts, but the work is predominantly recognized by its Chinese title, \u300a\u51e0\u4f55\u57fa\u7840\u300b.*)", "entity_id": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "label": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-836dc146c06f0d9243867645657906ed", "title": "**\u300a\u51e0\u4f55\u57fa\u7840\u300b** (*Foundations of Geometry*) is a foundational mathematical text written by the renowned mathematician David Hilbert. Originally published in 1899, the work is a seminal contribution to the field of geometry, formalizing and redefining geometric axioms while addressing the limitations of Euclid\u0027s classical system. Hilbert\u0027s approach introduced a rigorous axiomatic framework, organizing geometric principles into five groups of axioms and employing symbolic notation for fundamental geometric objects. This modernized, formalized treatment laid the groundwork for the axiomatic method in mathematics and significantly influenced subsequent developments in the discipline. \n\nThe text has been translated into Chinese under the title **\u300a\u51e0\u4f55\u57fa\u7840\u300b**, with notable translations contributed by Jiang Zehan (\u6c5f\u6cfd\u6db5) and Zhu Dingxun (\u6731\u9f0e\u52cb). Hilbert\u0027s work is often regarded as an attempt to establish a strict, logical foundation for geometry through axiomatization, mirroring the structure of Euclid\u0027s *Elements* while advancing beyond it in clarity and generality. It remains a cornerstone of mathematical literature, bridging classical and modern geometric thought. \n\n(*Note: The English title *Foundations of Geometry* is occasionally referenced in Chinese contexts, but the work is predominantly recognized by its Chinese title, \u300a\u51e0\u4f55\u57fa\u7840\u300b.*)"}, {"color": "#52358b", "created_at": 1752884032, "description": "The shortest path between two points on a surface, with defined endpoints and length.\u003cSEP\u003e\u76f4\u7ebf\u6bb5is an abstract concept representing geometric shapes, used to demonstrate mathematical abstraction.", "entity_id": "\u76f4\u7ebf\u6bb5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u7ebf\u6bb5", "label": "\u76f4\u7ebf\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "The shortest path between two points on a surface, with defined endpoints and length.\u003cSEP\u003e\u76f4\u7ebf\u6bb5is an abstract concept representing geometric shapes, used to demonstrate mathematical abstraction."}, {"color": "#71bbf5", "created_at": 1752884032, "description": "Property of sequential computation where each step depends on the previous one.\u003cSEP\u003e\u4f20\u9012\u6027is a fundamental property in mathematics, serving as the logical foundation for reasoning and inference.\u003cSEP\u003e\u4f20\u9012\u6027refers to the transitive property, a fundamental logical structure in human cognition.", "entity_id": "\u4f20\u9012\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f20\u9012\u6027", "label": "\u4f20\u9012\u6027", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-1d53a8b79c459a7736aa43124180db58\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "Property of sequential computation where each step depends on the previous one.\u003cSEP\u003e\u4f20\u9012\u6027is a fundamental property in mathematics, serving as the logical foundation for reasoning and inference.\u003cSEP\u003e\u4f20\u9012\u6027refers to the transitive property, a fundamental logical structure in human cognition."}, {"color": "#1b1b56", "created_at": 1752884040, "description": "**\u6234\u5fb7\u91d1 (Richard Dedekind)** \u662f\u4e00\u4f4d\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u4ee5\u5176\u5bf9\u6570\u8bba\u548c\u5b9e\u6570\u7406\u8bba\u7684\u91cd\u5927\u8d21\u732e\u800c\u95fb\u540d\u3002\u4ed6\u63d0\u51fa\u4e86**\u6234\u5fb7\u91d1\u5206\u5272 (Dedekind Cut)** \u7684\u6982\u5ff5\uff0c\u5e76\u4e8e1872\u5e74\u901a\u8fc7\u8fd9\u4e00\u65b9\u6cd5\u6784\u9020\u6027\u5730\u5b9a\u4e49\u4e86\u5b9e\u6570\uff0c\u89e3\u51b3\u4e86\u8fde\u7eed\u6027\u7684\u95ee\u9898\u3002\u6b64\u5916\uff0c\u4ed6\u8fd8\u5229\u7528\u7edd\u5bf9\u503c\u7684\u51e0\u4f55\u89e3\u91ca\uff0c\u63d0\u51fa\u4e86**\u6234\u5fb7\u91d1\u8fde\u7eed\u6027\u516c\u7406 (Dedekind continuity axiom)**\uff0c\u8fd9\u4e00\u516c\u7406\u6210\u4e3a\u5b9e\u6570\u7406\u8bba\u7684\u57fa\u7840\u3002\u6234\u5fb7\u91d1\u7684\u5de5\u4f5c\u8fd8\u5305\u62ec\u5bf9**\u540e\u7ee7\u6570 (successor)** \u6982\u5ff5\u7684\u63a2\u8ba8\uff0c\u8fd9\u4e00\u601d\u60f3\u5bf9**\u76ae\u4e9a\u8bfa (Peano)** \u7684\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002\u603b\u4f53\u800c\u8a00\uff0c\u6234\u5fb7\u91d1\u5728\u6570\u8bba\u3001\u5b9e\u6570\u8fde\u7eed\u6027\u4ee5\u53ca\u516c\u7406\u5316\u65b9\u6cd5\u7b49\u9886\u57df\u5747\u4f5c\u51fa\u4e86\u5f00\u521b\u6027\u7684\u8d21\u732e\uff0c\u662f19\u4e16\u7eaa\u6570\u5b66\u754c\u7684\u91cd\u8981\u4eba\u7269\u4e4b\u4e00\u3002", "entity_id": "\u6234\u5fb7\u91d1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6234\u5fb7\u91d1", "label": "\u6234\u5fb7\u91d1", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**\u6234\u5fb7\u91d1 (Richard Dedekind)** \u662f\u4e00\u4f4d\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u4ee5\u5176\u5bf9\u6570\u8bba\u548c\u5b9e\u6570\u7406\u8bba\u7684\u91cd\u5927\u8d21\u732e\u800c\u95fb\u540d\u3002\u4ed6\u63d0\u51fa\u4e86**\u6234\u5fb7\u91d1\u5206\u5272 (Dedekind Cut)** \u7684\u6982\u5ff5\uff0c\u5e76\u4e8e1872\u5e74\u901a\u8fc7\u8fd9\u4e00\u65b9\u6cd5\u6784\u9020\u6027\u5730\u5b9a\u4e49\u4e86\u5b9e\u6570\uff0c\u89e3\u51b3\u4e86\u8fde\u7eed\u6027\u7684\u95ee\u9898\u3002\u6b64\u5916\uff0c\u4ed6\u8fd8\u5229\u7528\u7edd\u5bf9\u503c\u7684\u51e0\u4f55\u89e3\u91ca\uff0c\u63d0\u51fa\u4e86**\u6234\u5fb7\u91d1\u8fde\u7eed\u6027\u516c\u7406 (Dedekind continuity axiom)**\uff0c\u8fd9\u4e00\u516c\u7406\u6210\u4e3a\u5b9e\u6570\u7406\u8bba\u7684\u57fa\u7840\u3002\u6234\u5fb7\u91d1\u7684\u5de5\u4f5c\u8fd8\u5305\u62ec\u5bf9**\u540e\u7ee7\u6570 (successor)** \u6982\u5ff5\u7684\u63a2\u8ba8\uff0c\u8fd9\u4e00\u601d\u60f3\u5bf9**\u76ae\u4e9a\u8bfa (Peano)** \u7684\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002\u603b\u4f53\u800c\u8a00\uff0c\u6234\u5fb7\u91d1\u5728\u6570\u8bba\u3001\u5b9e\u6570\u8fde\u7eed\u6027\u4ee5\u53ca\u516c\u7406\u5316\u65b9\u6cd5\u7b49\u9886\u57df\u5747\u4f5c\u51fa\u4e86\u5f00\u521b\u6027\u7684\u8d21\u732e\uff0c\u662f19\u4e16\u7eaa\u6570\u5b66\u754c\u7684\u91cd\u8981\u4eba\u7269\u4e4b\u4e00\u3002"}, {"color": "#aea671", "created_at": 1752884037, "description": "**Summary of Rational Numbers (\u6709\u7406\u6570):** \n\nRational numbers (\u6709\u7406\u6570) are numbers that can be expressed as a ratio (or fraction) of two integers, where the denominator is not zero. They form a fundamental concept in mathematics, serving as a cornerstone in geometric constructions, real number theory, and historical mathematical studies. Rational numbers include integers, proper and improper fractions, and can also be represented in decimal form, either as terminating or repeating decimals. \n\nKey properties of rational numbers include: \n- **Representation:** They can be written as fractions \\( \\frac{a}{b} \\) where \\( a \\) and \\( b \\) are integers, or equivalently as finite or repeating decimals. \n- **Cardinality:** The set of rational numbers has the same cardinality (size) as the set of natural numbers, meaning they are countably infinite. \n- **Geometric Interpretation:** Rational numbers correspond to points on a number line, and their properties are further explored using concepts like absolute value. \n- **Historical and Educational Significance:** They were foundational in ancient mathematics and remain a crucial topic in early mathematics education, particularly in middle school (\u521d\u4e2d\u6570\u5b66), where their decimal representations are studied. \n\nRational numbers are a subset of real numbers and play a key role in extending numerical systems from integers to more complex structures in mathematics.", "entity_id": "\u6709\u7406\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6570", "label": "\u6709\u7406\u6570", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**Summary of Rational Numbers (\u6709\u7406\u6570):** \n\nRational numbers (\u6709\u7406\u6570) are numbers that can be expressed as a ratio (or fraction) of two integers, where the denominator is not zero. They form a fundamental concept in mathematics, serving as a cornerstone in geometric constructions, real number theory, and historical mathematical studies. Rational numbers include integers, proper and improper fractions, and can also be represented in decimal form, either as terminating or repeating decimals. \n\nKey properties of rational numbers include: \n- **Representation:** They can be written as fractions \\( \\frac{a}{b} \\) where \\( a \\) and \\( b \\) are integers, or equivalently as finite or repeating decimals. \n- **Cardinality:** The set of rational numbers has the same cardinality (size) as the set of natural numbers, meaning they are countably infinite. \n- **Geometric Interpretation:** Rational numbers correspond to points on a number line, and their properties are further explored using concepts like absolute value. \n- **Historical and Educational Significance:** They were foundational in ancient mathematics and remain a crucial topic in early mathematics education, particularly in middle school (\u521d\u4e2d\u6570\u5b66), where their decimal representations are studied. \n\nRational numbers are a subset of real numbers and play a key role in extending numerical systems from integers to more complex structures in mathematics."}, {"color": "#3fd177", "created_at": 1752884044, "description": "Invented the absolute value symbol in 1841 to represent the magnitude of complex numbers, laying the foundation for its algebraic representation.", "entity_id": "\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u65af", "label": "\u65af", "shape": "dot", "size": 10, "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Invented the absolute value symbol in 1841 to represent the magnitude of complex numbers, laying the foundation for its algebraic representation."}, {"color": "#8f9a14", "created_at": 1752884044, "description": "A German mathematician who in 1905 generalized the concept of absolute value to represent the length of vectors, providing a geometric interpretation.", "entity_id": "\u7518\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7518\u65af", "label": "\u7518\u65af", "shape": "dot", "size": 10, "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "A German mathematician who in 1905 generalized the concept of absolute value to represent the length of vectors, providing a geometric interpretation."}, {"color": "#1cc9c1", "created_at": 1752884030, "description": "**Complex numbers (\u590d\u6570)** are a mathematical concept that extends the real numbers to allow for the complete solution of polynomial equations, including those involving square roots of negative numbers. They consist of a real part and an imaginary part, forming expressions like \\( a + bi \\), where \\( i \\) is the imaginary unit. Historically, the absolute value (or modulus) of a complex number was defined as the square root of the sum of the squares of its real and imaginary components. \n\nWhile complex numbers are widely used in mathematics and engineering, they differ from real numbers in that they do not possess a natural ordering (i.e., they lack a conventional \"greater than\" or \"less than\" relationship). Some perspectives argue that complex numbers are not \"true\" numbers in the same sense as real numbers due to their lack of comparability. Additionally, they serve as an illustrative example where improper syllogistic reasoning can lead to incorrect conclusions, highlighting the need for careful logical treatment in mathematical proofs. \n\nIn summary, complex numbers are a fundamental extension of real numbers with unique properties, enabling solutions to equations that would otherwise have no real roots, while also presenting conceptual challenges regarding their nature and ordering.", "entity_id": "\u590d\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u590d\u6570", "label": "\u590d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**Complex numbers (\u590d\u6570)** are a mathematical concept that extends the real numbers to allow for the complete solution of polynomial equations, including those involving square roots of negative numbers. They consist of a real part and an imaginary part, forming expressions like \\( a + bi \\), where \\( i \\) is the imaginary unit. Historically, the absolute value (or modulus) of a complex number was defined as the square root of the sum of the squares of its real and imaginary components. \n\nWhile complex numbers are widely used in mathematics and engineering, they differ from real numbers in that they do not possess a natural ordering (i.e., they lack a conventional \"greater than\" or \"less than\" relationship). Some perspectives argue that complex numbers are not \"true\" numbers in the same sense as real numbers due to their lack of comparability. Additionally, they serve as an illustrative example where improper syllogistic reasoning can lead to incorrect conclusions, highlighting the need for careful logical treatment in mathematical proofs. \n\nIn summary, complex numbers are a fundamental extension of real numbers with unique properties, enabling solutions to equations that would otherwise have no real roots, while also presenting conceptual challenges regarding their nature and ordering."}, {"color": "#d25e3a", "created_at": 1752884044, "description": "The length between two points on a number line, which can be expressed using absolute value in geometric interpretation.", "entity_id": "\u7ebf\u6bb5\u957f\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebf\u6bb5\u957f\u5ea6", "label": "\u7ebf\u6bb5\u957f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "The length between two points on a number line, which can be expressed using absolute value in geometric interpretation."}, {"color": "#0eb2ec", "created_at": 1752884055, "description": "A computational method where multiple calculations are carried out simultaneously, demonstrated through the example of average calculation.", "entity_id": "\u5e76\u884c\u8ba1\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e76\u884c\u8ba1\u7b97", "label": "\u5e76\u884c\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "A computational method where multiple calculations are carried out simultaneously, demonstrated through the example of average calculation."}, {"color": "#5dab97", "created_at": 1752884055, "description": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\u662f\u6307\u901a\u8fc7\u5e73\u5747\u6570\u7b49\u6307\u6807\u53cd\u6620\u6570\u636e\u7684\u5178\u578b\u7279\u5f81\uff0c\u7528\u4e8e\u7406\u89e3\u548c\u6bd4\u8f83\u4e8b\u7269\u7684\u91cf\u5316\u8868\u73b0\u3002", "entity_id": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf", "label": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\u662f\u6307\u901a\u8fc7\u5e73\u5747\u6570\u7b49\u6307\u6807\u53cd\u6620\u6570\u636e\u7684\u5178\u578b\u7279\u5f81\uff0c\u7528\u4e8e\u7406\u89e3\u548c\u6bd4\u8f83\u4e8b\u7269\u7684\u91cf\u5316\u8868\u73b0\u3002"}, {"color": "#d94109", "created_at": 1752884056, "description": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u7ecf\u5178\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u5b50\u590f\u4e0e\u9b4f\u6587\u4faf\u5173\u4e8e\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u5bf9\u8bdd\u3002", "entity_id": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b", "label": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u7ecf\u5178\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u5b50\u590f\u4e0e\u9b4f\u6587\u4faf\u5173\u4e8e\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u5bf9\u8bdd\u3002"}, {"color": "#5ad63f", "created_at": 1752884053, "description": "A standard set for fifth-grade students\u0027 jump rope performance, determined through data collection and statistical analysis.", "entity_id": "\u4e94\u5e74\u7ea7\u5b66\u751f\u8df3\u7ef3\u8fbe\u6807\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u5e74\u7ea7\u5b66\u751f\u8df3\u7ef3\u8fbe\u6807\u7ebf", "label": "\u4e94\u5e74\u7ea7\u5b66\u751f\u8df3\u7ef3\u8fbe\u6807\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "A standard set for fifth-grade students\u0027 jump rope performance, determined through data collection and statistical analysis."}, {"color": "#2cc00f", "created_at": 1752884053, "description": "The concept of frequency as an estimator of probability, applied in the jump rope data analysis.", "entity_id": "\u9891\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9891\u7387", "label": "\u9891\u7387", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The concept of frequency as an estimator of probability, applied in the jump rope data analysis."}, {"color": "#09f25d", "created_at": 1752884055, "description": "Real-time computation method that uses previous results and new data to calculate updated percentages, suitable for dynamic data analysis.", "entity_id": "\u5373\u65f6\u8ba1\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5373\u65f6\u8ba1\u7b97", "label": "\u5373\u65f6\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Real-time computation method that uses previous results and new data to calculate updated percentages, suitable for dynamic data analysis."}, {"color": "#7fe314", "created_at": 1752884055, "description": "Online public opinion monitoring where percentage-based topic heat calculations are applied.", "entity_id": "\u7f51\u7edc\u8206\u60c5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u7f51\u7edc\u8206\u60c5", "label": "\u7f51\u7edc\u8206\u60c5", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Online public opinion monitoring where percentage-based topic heat calculations are applied."}, {"color": "#4f518c", "created_at": 1752884029, "description": "Section of the book discussing topics suitable for project-based learning", "entity_id": "\u8bdd\u9898\u7bc7", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bdd\u9898\u7bc7", "label": "\u8bdd\u9898\u7bc7", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Section of the book discussing topics suitable for project-based learning"}, {"color": "#1fc2ae", "created_at": 1752884035, "description": "**\u4ee3\u6570\u63a8\u7406 (Algebraic Reasoning)** \n\n\u4ee3\u6570\u63a8\u7406 is a form of mathematical reasoning centered on algebraic structures, relationships, and logical problem-solving using algebraic concepts. It involves both inductive and deductive processes in mathematical proof, utilizing mathematical symbols and logical rules to analyze and solve problems. Unlike traditional geometric proofs, algebraic reasoning emphasizes symbolic manipulation and abstract thinking. \n\nIn recent years, \u4ee3\u6570\u63a8\u7406 has gained prominence in modern mathematics education, particularly in Chinese curriculum reforms, where it is increasingly emphasized to complement conventional geometric approaches. This shift highlights its importance in fostering logical thinking and structured problem-solving skills in students. \n\nOverall, \u4ee3\u6570\u63a8\u7406 is a systematic method for mathematical argumentation and problem-solving, blending symbolic representation with rigorous logical reasoning.", "entity_id": "\u4ee3\u6570\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u63a8\u7406", "label": "\u4ee3\u6570\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60\u003cSEP\u003echunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3", "title": "**\u4ee3\u6570\u63a8\u7406 (Algebraic Reasoning)** \n\n\u4ee3\u6570\u63a8\u7406 is a form of mathematical reasoning centered on algebraic structures, relationships, and logical problem-solving using algebraic concepts. It involves both inductive and deductive processes in mathematical proof, utilizing mathematical symbols and logical rules to analyze and solve problems. Unlike traditional geometric proofs, algebraic reasoning emphasizes symbolic manipulation and abstract thinking. \n\nIn recent years, \u4ee3\u6570\u63a8\u7406 has gained prominence in modern mathematics education, particularly in Chinese curriculum reforms, where it is increasingly emphasized to complement conventional geometric approaches. This shift highlights its importance in fostering logical thinking and structured problem-solving skills in students. \n\nOverall, \u4ee3\u6570\u63a8\u7406 is a systematic method for mathematical argumentation and problem-solving, blending symbolic representation with rigorous logical reasoning."}, {"color": "#139ed3", "created_at": 1752884034, "description": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b(Senior High School Mathematics Curriculum Standards, 2017 Edition) is a Chinese national educational standard issued by the Ministry of Education, defining the curriculum content and competencies for high school mathematics. It emphasizes algebraic reasoning, advocating the principle of \"building intuition through geometry and expressing it through algebra.\" The standard further refines the foundational framework, evolving the \"four basics\" into \"three abilities\" focused on observing, thinking, and expressing the real world mathematically. \n\nKey components include logical reasoning, computational methods (such as the bisection method), and a deepened understanding of geometric transformations, including isometric transformations and fundamental transformations. The curriculum integrates practical applications, ensuring students develop both theoretical knowledge and problem-solving skills. By balancing geometric intuition with algebraic precision, the standard aims to cultivate mathematical literacy and analytical thinking among high school students in China.", "entity_id": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "label": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-1d53a8b79c459a7736aa43124180db58\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8\u003cSEP\u003echunk-683c16577a28a4b7a2506b946403f52e", "title": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b(Senior High School Mathematics Curriculum Standards, 2017 Edition) is a Chinese national educational standard issued by the Ministry of Education, defining the curriculum content and competencies for high school mathematics. It emphasizes algebraic reasoning, advocating the principle of \"building intuition through geometry and expressing it through algebra.\" The standard further refines the foundational framework, evolving the \"four basics\" into \"three abilities\" focused on observing, thinking, and expressing the real world mathematically. \n\nKey components include logical reasoning, computational methods (such as the bisection method), and a deepened understanding of geometric transformations, including isometric transformations and fundamental transformations. The curriculum integrates practical applications, ensuring students develop both theoretical knowledge and problem-solving skills. By balancing geometric intuition with algebraic precision, the standard aims to cultivate mathematical literacy and analytical thinking among high school students in China."}, {"color": "#a63724", "created_at": 1752884035, "description": "**Deductive Reasoning (\u6f14\u7ece\u63a8\u7406)** is a fundamental form of logical reasoning in which conclusions are necessarily derived from true premises, making it essential for mathematical proofs and validations. Pioneered by the Pythagorean School and further developed in Aristotle\u0027s syllogistic forms, deductive reasoning serves as the foundation of Euclidean geometry and other structured logical systems. It operates by moving from general principles to specific conclusions, ensuring certainty in its outcomes\u2014unlike statistical inference, which relies on probability. \n\nIn mathematics, deductive reasoning is widely used to validate algebraic expressions, verify conjectures, and establish rigorous arguments. It encompasses various forms, including holistic (\u6574\u4f53\u6f14\u7ece\u63a8\u7406) and simple (\u7b80\u5355\u6f14\u7ece\u63a8\u7406) deductive methods, all characterized by their inevitability and logical consistency. The method is central to distinguishing mathematical certainty from empirical or probabilistic conclusions, emphasizing its role as a cornerstone of formal logic and mathematical reasoning. \n\nOverall, deductive reasoning is a systematic, axiom-based approach that guarantees truth preservation from premises to conclusions, making it indispensable in both theoretical and applied mathematical contexts.", "entity_id": "\u6f14\u7ece\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6f14\u7ece\u63a8\u7406", "label": "\u6f14\u7ece\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "**Deductive Reasoning (\u6f14\u7ece\u63a8\u7406)** is a fundamental form of logical reasoning in which conclusions are necessarily derived from true premises, making it essential for mathematical proofs and validations. Pioneered by the Pythagorean School and further developed in Aristotle\u0027s syllogistic forms, deductive reasoning serves as the foundation of Euclidean geometry and other structured logical systems. It operates by moving from general principles to specific conclusions, ensuring certainty in its outcomes\u2014unlike statistical inference, which relies on probability. \n\nIn mathematics, deductive reasoning is widely used to validate algebraic expressions, verify conjectures, and establish rigorous arguments. It encompasses various forms, including holistic (\u6574\u4f53\u6f14\u7ece\u63a8\u7406) and simple (\u7b80\u5355\u6f14\u7ece\u63a8\u7406) deductive methods, all characterized by their inevitability and logical consistency. The method is central to distinguishing mathematical certainty from empirical or probabilistic conclusions, emphasizing its role as a cornerstone of formal logic and mathematical reasoning. \n\nOverall, deductive reasoning is a systematic, axiom-based approach that guarantees truth preservation from premises to conclusions, making it indispensable in both theoretical and applied mathematical contexts."}, {"color": "#693deb", "created_at": 1752884029, "description": "A method of mathematical proof by contradiction, essential in modern mathematics and famously used by Euclid to prove the infinitude of primes and the irrationality of \u221a2.\u003cSEP\u003eProof by contradiction, a mathematical method relying on the law of excluded middle.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u662f\u6570\u5b66\u8bc1\u660e\u7684\u91cd\u8981\u65b9\u6cd5\uff0c\u57fa\u4e8e\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\uff0c\u7528\u4e8e\u8bc1\u660e\u7d20\u6570\u65e0\u7a77\u6027\u6216\u65e0\u7406\u6570\u7684\u5b58\u5728\u3002", "entity_id": "\u53cd\u8bc1\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cd\u8bc1\u6cd5", "label": "\u53cd\u8bc1\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "A method of mathematical proof by contradiction, essential in modern mathematics and famously used by Euclid to prove the infinitude of primes and the irrationality of \u221a2.\u003cSEP\u003eProof by contradiction, a mathematical method relying on the law of excluded middle.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u662f\u6570\u5b66\u8bc1\u660e\u7684\u91cd\u8981\u65b9\u6cd5\uff0c\u57fa\u4e8e\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\uff0c\u7528\u4e8e\u8bc1\u660e\u7d20\u6570\u65e0\u7a77\u6027\u6216\u65e0\u7406\u6570\u7684\u5b58\u5728\u3002"}, {"color": "#e8e18b", "created_at": 1752884044, "description": "A classical geometric method for constructing figures using only a compass and straightedge.", "entity_id": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "label": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A classical geometric method for constructing figures using only a compass and straightedge."}, {"color": "#270919", "created_at": 1752884029, "description": "\u56fe\u5f62\u7684\u8fd0\u52a8\u5305\u62ec\u5e73\u79fb\u3001\u65cb\u8f6c\u548c\u8f74\u5bf9\u79f0\uff0c\u8d2f\u7a7f\u6570\u5b66\u6559\u80b2\u7684\u5404\u4e2a\u5b66\u6bb5\uff0c\u9010\u6e10\u62bd\u8c61\u5316\u548c\u63ed\u793a\u672c\u8d28\u3002\u003cSEP\u003e\u56fe\u5f62\u7684\u8fd0\u52a8\u6d89\u53ca\u521a\u4f53\u8fd0\u52a8\u548c\u4e0d\u53d8\u91cf\uff0c\u5982\u4e24\u70b9\u95f4\u8ddd\u79bb\u7684\u4fdd\u6301\uff0c\u7528\u4e8e\u7406\u89e3\u5168\u7b49\u5173\u7cfb\u3002", "entity_id": "\u56fe\u5f62\u7684\u8fd0\u52a8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u5f62\u7684\u8fd0\u52a8", "label": "\u56fe\u5f62\u7684\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u56fe\u5f62\u7684\u8fd0\u52a8\u5305\u62ec\u5e73\u79fb\u3001\u65cb\u8f6c\u548c\u8f74\u5bf9\u79f0\uff0c\u8d2f\u7a7f\u6570\u5b66\u6559\u80b2\u7684\u5404\u4e2a\u5b66\u6bb5\uff0c\u9010\u6e10\u62bd\u8c61\u5316\u548c\u63ed\u793a\u672c\u8d28\u3002\u003cSEP\u003e\u56fe\u5f62\u7684\u8fd0\u52a8\u6d89\u53ca\u521a\u4f53\u8fd0\u52a8\u548c\u4e0d\u53d8\u91cf\uff0c\u5982\u4e24\u70b9\u95f4\u8ddd\u79bb\u7684\u4fdd\u6301\uff0c\u7528\u4e8e\u7406\u89e3\u5168\u7b49\u5173\u7cfb\u3002"}, {"color": "#dafc9e", "created_at": 1752884045, "description": "Transformational geometry concepts (translation, rotation, reflection) taught progressively from elementary grids to university-level orthogonal transformations.", "entity_id": "\u56fe\u5f62\u8fd0\u52a8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u5f62\u8fd0\u52a8", "label": "\u56fe\u5f62\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Transformational geometry concepts (translation, rotation, reflection) taught progressively from elementary grids to university-level orthogonal transformations."}, {"color": "#75f329", "created_at": 1752884030, "description": "**Syllogism (\u4e09\u6bb5\u8bba)** is a classical form of deductive reasoning that consists of three components: a major premise, a minor premise, and a conclusion. It is a foundational concept in Aristotelian logic and has been extensively discussed in logical and philosophical texts. Syllogism plays a central role in mathematical proofs, where it serves as a structured method for deriving valid conclusions from established premises. The framework also includes variations, such as compound syllogisms (\u590d\u5408\u4e09\u6bb5\u8bba), which expand its applicability in complex reasoning. While descriptions may emphasize different contexts\u2014such as its origins in Aristotle\u0027s work or its utility in mathematics\u2014they consistently highlight syllogism as a systematic and essential tool in formal logic. \n\n*(Note: The term \"Syllogism\" is presented alongside its Chinese equivalent \"\u4e09\u6bb5\u8bba\" for clarity, as both appear in the source descriptions.)*", "entity_id": "\u4e09\u6bb5\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u6bb5\u8bba", "label": "\u4e09\u6bb5\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "**Syllogism (\u4e09\u6bb5\u8bba)** is a classical form of deductive reasoning that consists of three components: a major premise, a minor premise, and a conclusion. It is a foundational concept in Aristotelian logic and has been extensively discussed in logical and philosophical texts. Syllogism plays a central role in mathematical proofs, where it serves as a structured method for deriving valid conclusions from established premises. The framework also includes variations, such as compound syllogisms (\u590d\u5408\u4e09\u6bb5\u8bba), which expand its applicability in complex reasoning. While descriptions may emphasize different contexts\u2014such as its origins in Aristotle\u0027s work or its utility in mathematics\u2014they consistently highlight syllogism as a systematic and essential tool in formal logic. \n\n*(Note: The term \"Syllogism\" is presented alongside its Chinese equivalent \"\u4e09\u6bb5\u8bba\" for clarity, as both appear in the source descriptions.)*"}, {"color": "#cbd66f", "created_at": 1752884100, "description": "The Ministry of Education of the People\u0027s Republic of China formulated the \u0027Compulsory Education Mathematics Curriculum Standards (2022 Edition).\u0027\u003cSEP\u003eThe Ministry of Education of the People\u0027s Republic of China is the government body responsible for education policy and standards.", "entity_id": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6559\u80b2\u90e8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6559\u80b2\u90e8", "label": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6559\u80b2\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "The Ministry of Education of the People\u0027s Republic of China formulated the \u0027Compulsory Education Mathematics Curriculum Standards (2022 Edition).\u0027\u003cSEP\u003eThe Ministry of Education of the People\u0027s Republic of China is the government body responsible for education policy and standards."}, {"color": "#2ae3fc", "created_at": 1752884102, "description": "Example 22 in the 2022 Compulsory Education Mathematics Curriculum Standards demonstrates mathematical concepts in modern Chinese education.", "entity_id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u4f8b22", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u4f8b22", "label": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u4f8b22", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Example 22 in the 2022 Compulsory Education Mathematics Curriculum Standards demonstrates mathematical concepts in modern Chinese education."}, {"color": "#99b428", "created_at": 1752884055, "description": "\u5409\u6797\u7701\u662f\u4e2d\u56fd\u7684\u4e00\u4e2a\u7701\u4efd\uff0c\u5305\u542b\u4e5d\u4e2a\u5e02\u5dde\uff0c\u5982\u957f\u6625\u3001\u5409\u6797\u7b49\uff0c2021\u5e74\u4eba\u5747GDP\u7ea6\u4e3a5.5\u4e07\u5143\u3002", "entity_id": "\u5409\u6797\u7701", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5409\u6797\u7701", "label": "\u5409\u6797\u7701", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5409\u6797\u7701\u662f\u4e2d\u56fd\u7684\u4e00\u4e2a\u7701\u4efd\uff0c\u5305\u542b\u4e5d\u4e2a\u5e02\u5dde\uff0c\u5982\u957f\u6625\u3001\u5409\u6797\u7b49\uff0c2021\u5e74\u4eba\u5747GDP\u7ea6\u4e3a5.5\u4e07\u5143\u3002"}, {"color": "#b5d6d3", "created_at": 1752884029, "description": "Mathematical definitions, one of the core topics discussed in the book", "entity_id": "\u6570\u5b66\u7684\u5b9a\u4e49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u5b9a\u4e49", "label": "\u6570\u5b66\u7684\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Mathematical definitions, one of the core topics discussed in the book"}, {"color": "#9f22d2", "created_at": 1752884037, "description": "Fractions represent parts of a whole, expressed as a ratio of two integers.\u003cSEP\u003e\u5206\u6570\u7528\u4e8e\u8868\u793a\u81ea\u7136\u6570\u7684\u9664\u6cd5\u6216\u6bd4\uff0c\u6700\u65e9\u89c1\u4e8e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff0c\u6d89\u53ca\u2018\u5b9e\u2019(\u88ab\u9664\u6570)\u548c\u2018\u6cd5\u2019(\u9664\u6570)\u7684\u6982\u5ff5\u3002", "entity_id": "\u5206\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6570", "label": "\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "Fractions represent parts of a whole, expressed as a ratio of two integers.\u003cSEP\u003e\u5206\u6570\u7528\u4e8e\u8868\u793a\u81ea\u7136\u6570\u7684\u9664\u6cd5\u6216\u6bd4\uff0c\u6700\u65e9\u89c1\u4e8e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff0c\u6d89\u53ca\u2018\u5b9e\u2019(\u88ab\u9664\u6570)\u548c\u2018\u6cd5\u2019(\u9664\u6570)\u7684\u6982\u5ff5\u3002"}, {"color": "#d7004b", "created_at": 1752884043, "description": "Euler is a mathematician known for his contributions to function theory, including the variable-based definition of functions.", "entity_id": "Euler", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Euler", "label": "Euler", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Euler is a mathematician known for his contributions to function theory, including the variable-based definition of functions."}, {"color": "#9ac647", "created_at": 1752884043, "description": "Senior high school mathematics curriculum introducing advanced concepts like matrix transformations.\u003cSEP\u003e\u9ad8\u4e2d\u6570\u5b66refers to senior high school mathematics, which defines functions more abstractly using set theory and real-number mappings.", "entity_id": "\u9ad8\u4e2d\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u4e2d\u6570\u5b66", "label": "\u9ad8\u4e2d\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Senior high school mathematics curriculum introducing advanced concepts like matrix transformations.\u003cSEP\u003e\u9ad8\u4e2d\u6570\u5b66refers to senior high school mathematics, which defines functions more abstractly using set theory and real-number mappings."}, {"color": "#351389", "created_at": 1752884037, "description": "Geometric reasoning focuses on logical deduction and proof based on geometric principles, a traditional method for developing logical thinking.\u003cSEP\u003e\u51e0\u4f55\u63a8\u7406is geometric reasoning, contrasted with algebraic reasoning in the text.", "entity_id": "\u51e0\u4f55\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u63a8\u7406", "label": "\u51e0\u4f55\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Geometric reasoning focuses on logical deduction and proof based on geometric principles, a traditional method for developing logical thinking.\u003cSEP\u003e\u51e0\u4f55\u63a8\u7406is geometric reasoning, contrasted with algebraic reasoning in the text."}, {"color": "#a4964f", "created_at": 1752884045, "description": "Translation movement in geometry, where every point of a shape moves the same distance in a specified direction.", "entity_id": "\u5e73\u79fb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u79fb", "label": "\u5e73\u79fb", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Translation movement in geometry, where every point of a shape moves the same distance in a specified direction."}, {"color": "#b12d93", "created_at": 1752884045, "description": "Rotation movement in geometry, where points of a shape rotate around a fixed point by a specified angle.", "entity_id": "\u65cb\u8f6c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65cb\u8f6c", "label": "\u65cb\u8f6c", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Rotation movement in geometry, where points of a shape rotate around a fixed point by a specified angle."}, {"color": "#4ad6e2", "created_at": 1752884045, "description": "Reflection symmetry in geometry, where a shape is mirrored across a line (axis).\u003cSEP\u003e\u8f74\u5bf9\u79f0(Reflection Symmetry) is a mathematical symmetry where shapes mirror across an axis.", "entity_id": "\u8f74\u5bf9\u79f0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8f74\u5bf9\u79f0", "label": "\u8f74\u5bf9\u79f0", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596\u003cSEP\u003echunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Reflection symmetry in geometry, where a shape is mirrored across a line (axis).\u003cSEP\u003e\u8f74\u5bf9\u79f0(Reflection Symmetry) is a mathematical symmetry where shapes mirror across an axis."}, {"color": "#b023e0", "created_at": 1752884029, "description": "Section of the book addressing 30 essential questions about middle school mathematics", "entity_id": "\u95ee\u9898\u7bc7", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u95ee\u9898\u7bc7", "label": "\u95ee\u9898\u7bc7", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Section of the book addressing 30 essential questions about middle school mathematics"}, {"color": "#3edadf", "created_at": 1752884029, "description": "Mathematical reasoning methods explained in the book", "entity_id": "\u6570\u5b66\u7684\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u63a8\u7406", "label": "\u6570\u5b66\u7684\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Mathematical reasoning methods explained in the book"}, {"color": "#c0853e", "created_at": 1752884119, "description": "The book compares geometric reasoning with algebraic reasoning methods", "entity_id": "\u4ee3\u6570\u7684\u63a8\u7406", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u7684\u63a8\u7406", "label": "\u4ee3\u6570\u7684\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "The book compares geometric reasoning with algebraic reasoning methods"}, {"color": "#8c0711", "created_at": 1752884029, "description": "Fractions and decimals, their meanings and operations explained", "entity_id": "\u5206\u6570\u548c\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6570\u548c\u5c0f\u6570", "label": "\u5206\u6570\u548c\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Fractions and decimals, their meanings and operations explained"}, {"color": "#cfa3c6", "created_at": 1752884029, "description": "Operations with rational numbers, a key topic in middle school math", "entity_id": "\u6709\u7406\u6570\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6570\u8fd0\u7b97", "label": "\u6709\u7406\u6570\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Operations with rational numbers, a key topic in middle school math"}, {"color": "#6ccd13", "created_at": 1752884029, "description": "**Algebraic expressions (\u4ee3\u6570\u5f0f)** are mathematical phrases that combine numbers, variables, and operations to represent general or specific numerical relationships. They serve as foundational elements for equations and functions, utilizing algebraic notation to express quantitative relationships. These expressions involve the representation and manipulation of variables and constants through arithmetic operations, forming the basis for solving mathematical problems. By integrating these components, algebraic expressions provide a structured way to model and analyze relationships in mathematics. \n\nThis summary consolidates all provided descriptions, emphasizing their role in equations, their compositional elements (numbers, variables, and operations), and their broader mathematical significance.", "entity_id": "\u4ee3\u6570\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u5f0f", "label": "\u4ee3\u6570\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "**Algebraic expressions (\u4ee3\u6570\u5f0f)** are mathematical phrases that combine numbers, variables, and operations to represent general or specific numerical relationships. They serve as foundational elements for equations and functions, utilizing algebraic notation to express quantitative relationships. These expressions involve the representation and manipulation of variables and constants through arithmetic operations, forming the basis for solving mathematical problems. By integrating these components, algebraic expressions provide a structured way to model and analyze relationships in mathematics. \n\nThis summary consolidates all provided descriptions, emphasizing their role in equations, their compositional elements (numbers, variables, and operations), and their broader mathematical significance."}, {"color": "#de91c2", "created_at": 1752884037, "description": "Algebra involves the study of mathematical symbols and rules for manipulating these symbols.\u003cSEP\u003eAlgebra is a mathematical discipline introduced to Chinese through translations by Li Shanlan and Alexander Wylie.", "entity_id": "\u4ee3\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570", "label": "\u4ee3\u6570", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Algebra involves the study of mathematical symbols and rules for manipulating these symbols.\u003cSEP\u003eAlgebra is a mathematical discipline introduced to Chinese through translations by Li Shanlan and Alexander Wylie."}, {"color": "#6e759c", "created_at": 1752884041, "description": "A theorem in algebra that extends numerical comparisons to algebraic expressions, forming the basis for equations and inequalities.", "entity_id": "\u4e09\u5c90\u6027\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u5c90\u6027\u5b9a\u7406", "label": "\u4e09\u5c90\u6027\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "A theorem in algebra that extends numerical comparisons to algebraic expressions, forming the basis for equations and inequalities."}, {"color": "#89088f", "created_at": 1752884041, "description": "A formula in algebra expressing the difference of squares, derived through deductive reasoning or inductive methods.\u003cSEP\u003eA mathematical formula used to calculate the difference of squares, derived through inductive reasoning and verified by deductive reasoning.", "entity_id": "\u5e73\u65b9\u5dee\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u65b9\u5dee\u516c\u5f0f", "label": "\u5e73\u65b9\u5dee\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "A formula in algebra expressing the difference of squares, derived through deductive reasoning or inductive methods.\u003cSEP\u003eA mathematical formula used to calculate the difference of squares, derived through inductive reasoning and verified by deductive reasoning."}, {"color": "#5307d0", "created_at": 1752884041, "description": "The commutative property of addition, expressed algebraically as a + b = b + a.", "entity_id": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "label": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "The commutative property of addition, expressed algebraically as a + b = b + a."}, {"color": "#4c1023", "created_at": 1752884041, "description": "The formula for calculating the area of a rectangle, expressed as length \u00d7 width.", "entity_id": "\u957f\u65b9\u5f62\u9762\u79ef\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u957f\u65b9\u5f62\u9762\u79ef\u516c\u5f0f", "label": "\u957f\u65b9\u5f62\u9762\u79ef\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "The formula for calculating the area of a rectangle, expressed as length \u00d7 width."}, {"color": "#bb4f7d", "created_at": 1752884042, "description": "Analogous reasoning used to extend known mathematical concepts to new contexts.", "entity_id": "\u7c7b\u6bd4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7c7b\u6bd4", "label": "\u7c7b\u6bd4", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Analogous reasoning used to extend known mathematical concepts to new contexts."}, {"color": "#258dd4", "created_at": 1752884035, "description": "Arithmetic operations (addition, subtraction, multiplication, division) that preserve transitivity with equality/inequality relations.\u003cSEP\u003eBasic arithmetic operations underlying construction of countable sets.\u003cSEP\u003eThe four basic arithmetic operations: addition, subtraction, multiplication, and division.", "entity_id": "\u56db\u5219\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u5219\u8fd0\u7b97", "label": "\u56db\u5219\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Arithmetic operations (addition, subtraction, multiplication, division) that preserve transitivity with equality/inequality relations.\u003cSEP\u003eBasic arithmetic operations underlying construction of countable sets.\u003cSEP\u003eThe four basic arithmetic operations: addition, subtraction, multiplication, and division."}, {"color": "#e66ffa", "created_at": 1752884029, "description": "**Summary of Vi\u00e8te\u0027s Theorem (\u97e6\u8fbe\u5b9a\u7406):** \n\nVi\u00e8te\u0027s Theorem, also known as Vieta\u0027s formulas, is a fundamental concept in algebra that describes the relationships between the coefficients of a polynomial and the sums and products of its roots. It marks a significant milestone in the development of algebra by introducing symbolic representations of coefficients and general solutions to equations, effectively serving as a cornerstone for modern algebraic theory. \n\nOriginally applied to quadratic equations, Vi\u00e8te\u0027s formulas establish clear connections between the roots and coefficients of a polynomial, enabling deeper analysis of constructible solutions. Beyond classical algebra, the theorem has broader implications, with potential extensions to group theory, showcasing its versatility in mathematical frameworks. \n\nRegarded as foundational, Vi\u00e8te\u0027s Theorem remains essential in algebraic studies, bridging classical polynomial analysis and advanced mathematical structures.", "entity_id": "\u97e6\u8fbe\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u97e6\u8fbe\u5b9a\u7406", "label": "\u97e6\u8fbe\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660", "title": "**Summary of Vi\u00e8te\u0027s Theorem (\u97e6\u8fbe\u5b9a\u7406):** \n\nVi\u00e8te\u0027s Theorem, also known as Vieta\u0027s formulas, is a fundamental concept in algebra that describes the relationships between the coefficients of a polynomial and the sums and products of its roots. It marks a significant milestone in the development of algebra by introducing symbolic representations of coefficients and general solutions to equations, effectively serving as a cornerstone for modern algebraic theory. \n\nOriginally applied to quadratic equations, Vi\u00e8te\u0027s formulas establish clear connections between the roots and coefficients of a polynomial, enabling deeper analysis of constructible solutions. Beyond classical algebra, the theorem has broader implications, with potential extensions to group theory, showcasing its versatility in mathematical frameworks. \n\nRegarded as foundational, Vi\u00e8te\u0027s Theorem remains essential in algebraic studies, bridging classical polynomial analysis and advanced mathematical structures."}, {"color": "#d29098", "created_at": 1752884030, "description": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b\u6d89\u53ca\u72ec\u7279\u7684\u8868\u8fbe\u4e0e\u8fd0\u7b97\u65b9\u5f0f\uff0c\u533a\u522b\u4e8e\u73b0\u4ee3\u6570\u5b66\u4e2d\u7684\u65b9\u7a0b\u3002", "entity_id": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b", "label": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b\u6d89\u53ca\u72ec\u7279\u7684\u8868\u8fbe\u4e0e\u8fd0\u7b97\u65b9\u5f0f\uff0c\u533a\u522b\u4e8e\u73b0\u4ee3\u6570\u5b66\u4e2d\u7684\u65b9\u7a0b\u3002"}, {"color": "#ffc2fc", "created_at": 1752884032, "description": "Genus-differentia definition is a formal structure for substantial definitions, where a concept is defined as a subset (species) of a broader class (genus) with distinguishing properties (differentia).\u003cSEP\u003e\u5c5e\u52a0\u79cd\u5deeis a method of mathematical definition where a concept is defined by its genus (general category) and differentia (distinguishing property).", "entity_id": "\u5c5e\u52a0\u79cd\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c5e\u52a0\u79cd\u5dee", "label": "\u5c5e\u52a0\u79cd\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Genus-differentia definition is a formal structure for substantial definitions, where a concept is defined as a subset (species) of a broader class (genus) with distinguishing properties (differentia).\u003cSEP\u003e\u5c5e\u52a0\u79cd\u5deeis a method of mathematical definition where a concept is defined by its genus (general category) and differentia (distinguishing property)."}, {"color": "#f1da66", "created_at": 1752884123, "description": "Equations are defined by containing unknowns, though this definition is not strictly sufficient for all cases.", "entity_id": "\u672a\u77e5\u6570", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u672a\u77e5\u6570", "label": "\u672a\u77e5\u6570", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Equations are defined by containing unknowns, though this definition is not strictly sufficient for all cases."}, {"color": "#45e5b8", "created_at": 1752884033, "description": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898refers to propositions where the subject implies the predicate but not vice versa, indicating a one-directional relationship.", "entity_id": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "label": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898refers to propositions where the subject implies the predicate but not vice versa, indicating a one-directional relationship."}, {"color": "#0fdd0d", "created_at": 1752884041, "description": "Mathematical inequalities comparing algebraic expressions, solved to determine ranges of possible values.", "entity_id": "\u4e0d\u7b49\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0d\u7b49\u5f0f", "label": "\u4e0d\u7b49\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Mathematical inequalities comparing algebraic expressions, solved to determine ranges of possible values."}, {"color": "#88239e", "created_at": 1752884042, "description": "A fundamental proof technique in mathematics used to establish statements for all natural numbers.\u003cSEP\u003eA mathematical proof technique used to demonstrate that the sets obtained through compass and straightedge constructions are roots of rational-coefficient equations.\u003cSEP\u003eA mathematical proof technique used to verify conjectures derived from inductive reasoning, such as the sum of squares and cubes.", "entity_id": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "label": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda\u003cSEP\u003echunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "A fundamental proof technique in mathematics used to establish statements for all natural numbers.\u003cSEP\u003eA mathematical proof technique used to demonstrate that the sets obtained through compass and straightedge constructions are roots of rational-coefficient equations.\u003cSEP\u003eA mathematical proof technique used to verify conjectures derived from inductive reasoning, such as the sum of squares and cubes."}, {"color": "#1952d5", "created_at": 1752884042, "description": "A classic Chinese mathematical problem involving systems of equations to solve for unknown quantities.\u003cSEP\u003eA classic mathematical problem involving counting the number of chickens and rabbits in a cage based on the total number of heads and legs.", "entity_id": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "label": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "A classic Chinese mathematical problem involving systems of equations to solve for unknown quantities.\u003cSEP\u003eA classic mathematical problem involving counting the number of chickens and rabbits in a cage based on the total number of heads and legs."}, {"color": "#55d3a1", "created_at": 1752884042, "description": "Distance-rate-time problems in mathematics, often solved using equation systems.\u003cSEP\u003eDistance-speed-time problems commonly used in mathematical education.", "entity_id": "\u884c\u7a0b\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u884c\u7a0b\u95ee\u9898", "label": "\u884c\u7a0b\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Distance-rate-time problems in mathematics, often solved using equation systems.\u003cSEP\u003eDistance-speed-time problems commonly used in mathematical education."}, {"color": "#7b4154", "created_at": 1752884097, "description": "**\u6570\u5b66\u6a21\u578b (Mathematical Models)** are analytical tools that employ mathematical language and frameworks to represent, describe, and analyze real-world phenomena. These models serve as rational, structured representations of complex systems, emphasizing the relationships between variables and their quantitative interactions. Their primary value lies in their ability to simulate and interpret real-world scenarios, rather than in the mathematical constructs themselves. By translating observable patterns into mathematical terms, mathematical models enable users\u2014such as students or researchers\u2014to apply mathematical reasoning to practical problems, validate hypotheses through computational results, and gain deeper insights into systemic behaviors. Whether used for educational purposes or scientific research, these models provide a versatile foundation for understanding and predicting dynamic phenomena across various disciplines. \n\n*(Note: Contradictions were resolved by unifying the descriptions\u0027 core themes\u2014representation of reality, utility in analysis, and educational or scientific application\u2014while omitting redundant or overly narrow phrasing.)*", "entity_id": "\u6570\u5b66\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6a21\u578b", "label": "\u6570\u5b66\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "**\u6570\u5b66\u6a21\u578b (Mathematical Models)** are analytical tools that employ mathematical language and frameworks to represent, describe, and analyze real-world phenomena. These models serve as rational, structured representations of complex systems, emphasizing the relationships between variables and their quantitative interactions. Their primary value lies in their ability to simulate and interpret real-world scenarios, rather than in the mathematical constructs themselves. By translating observable patterns into mathematical terms, mathematical models enable users\u2014such as students or researchers\u2014to apply mathematical reasoning to practical problems, validate hypotheses through computational results, and gain deeper insights into systemic behaviors. Whether used for educational purposes or scientific research, these models provide a versatile foundation for understanding and predicting dynamic phenomena across various disciplines. \n\n*(Note: Contradictions were resolved by unifying the descriptions\u0027 core themes\u2014representation of reality, utility in analysis, and educational or scientific application\u2014while omitting redundant or overly narrow phrasing.)*"}, {"color": "#7143b8", "created_at": 1752884043, "description": "Algebra, whose beginnings are discussed in relation to Vi\u00e8te\u0027s work on symbolic representation.\u003cSEP\u003eThe branch of mathematics focused on symbols and rules for manipulating them, contrasted with geometry in the text.", "entity_id": "\u4ee3\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u5b66", "label": "\u4ee3\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1", "title": "Algebra, whose beginnings are discussed in relation to Vi\u00e8te\u0027s work on symbolic representation.\u003cSEP\u003eThe branch of mathematics focused on symbols and rules for manipulating them, contrasted with geometry in the text."}, {"color": "#2a05b1", "created_at": 1752884037, "description": "A **\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b (quadratic equation with one unknown)** is a fundamental type of mathematical equation, specifically a polynomial equation of degree two with a single variable. It is typically expressed in the standard form **ax\u00b2 + bx + c = 0**, where *a*, *b*, and *c* are coefficients, and *x* represents the unknown variable. The solutions (roots) of a quadratic equation depend on the discriminant (\u0394 = b\u00b2 - 4ac), which determines whether the equation has two distinct real roots, one repeated real root, or complex roots. \n\nHistorically, quadratic equations have played a significant role in mathematics. As early as the Chinese text **\u300a\u4e5d\u7ae0\u7b97\u672f\u300b (The Nine Chapters on the Mathematical Art)**, methods for solving quadratic equations were well-established, demonstrating their long-standing importance in mathematical abstraction and problem-solving. \n\nIn summary, a **\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b** is a second-degree polynomial equation in one unknown, widely studied for its theoretical and practical applications, with roots tracing back to ancient mathematical traditions.", "entity_id": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "label": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa\u003cSEP\u003echunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-683c16577a28a4b7a2506b946403f52e", "title": "A **\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b (quadratic equation with one unknown)** is a fundamental type of mathematical equation, specifically a polynomial equation of degree two with a single variable. It is typically expressed in the standard form **ax\u00b2 + bx + c = 0**, where *a*, *b*, and *c* are coefficients, and *x* represents the unknown variable. The solutions (roots) of a quadratic equation depend on the discriminant (\u0394 = b\u00b2 - 4ac), which determines whether the equation has two distinct real roots, one repeated real root, or complex roots. \n\nHistorically, quadratic equations have played a significant role in mathematics. As early as the Chinese text **\u300a\u4e5d\u7ae0\u7b97\u672f\u300b (The Nine Chapters on the Mathematical Art)**, methods for solving quadratic equations were well-established, demonstrating their long-standing importance in mathematical abstraction and problem-solving. \n\nIn summary, a **\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b** is a second-degree polynomial equation in one unknown, widely studied for its theoretical and practical applications, with roots tracing back to ancient mathematical traditions."}, {"color": "#e36db6", "created_at": 1752884042, "description": "Fran\u00e7ois Vi\u00e8te who pioneered symbolic algebra and quadratic formula.\u003cSEP\u003eFran\u00e7ois Vi\u00e8te, a French mathematician who pioneered the use of letters for abstract representation in algebra, enabling general solutions to equations.\u003cSEP\u003e\u97e6\u8fbe\u662f\u897f\u65b9\u6570\u5b66\u5bb6\uff0c\u4ee5\u4ee3\u6570\u5b66\u7684\u7814\u7a76\u95fb\u540d\uff0c\u5176\u5de5\u4f5c\u6bd4\u5218\u5fbd\u6ce8\u91ca\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u665a\u4e86\u4e00\u5343\u591a\u5e74\u3002", "entity_id": "\u97e6\u8fbe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u97e6\u8fbe", "label": "\u97e6\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "Fran\u00e7ois Vi\u00e8te who pioneered symbolic algebra and quadratic formula.\u003cSEP\u003eFran\u00e7ois Vi\u00e8te, a French mathematician who pioneered the use of letters for abstract representation in algebra, enabling general solutions to equations.\u003cSEP\u003e\u97e6\u8fbe\u662f\u897f\u65b9\u6570\u5b66\u5bb6\uff0c\u4ee5\u4ee3\u6570\u5b66\u7684\u7814\u7a76\u95fb\u540d\uff0c\u5176\u5de5\u4f5c\u6bd4\u5218\u5fbd\u6ce8\u91ca\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u665a\u4e86\u4e00\u5343\u591a\u5e74\u3002"}, {"color": "#63aec3", "created_at": 1752884134, "description": "\u97e6\u8fbe\u5b9a\u7406\u53ef\u4ee5\u63a8\u5e7f\u5230\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b\uff0c\u63cf\u8ff0\u5176\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "entity_id": "\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b", "label": "\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u97e6\u8fbe\u5b9a\u7406\u53ef\u4ee5\u63a8\u5e7f\u5230\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b\uff0c\u63cf\u8ff0\u5176\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002"}, {"color": "#4bad4b", "created_at": 1752884086, "description": "Cubic equations that emerge when translating the angle trisection problem into algebraic terms.", "entity_id": "\u4e09\u6b21\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u6b21\u65b9\u7a0b", "label": "\u4e09\u6b21\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "Cubic equations that emerge when translating the angle trisection problem into algebraic terms."}, {"color": "#2488e4", "created_at": 1752884119, "description": "\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u57fa\u7840\u662f\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\uff0c\u7528\u4e8e\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u3002", "entity_id": "\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b", "label": "\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u57fa\u7840\u662f\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\uff0c\u7528\u4e8e\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u3002"}, {"color": "#f5cd1c", "created_at": 1752884035, "description": "**Prime numbers (\u7d20\u6570)** are natural numbers greater than 1 that can only be divided by 1 and themselves, making them the fundamental building blocks of natural numbers. They are a central object of study in number theory (\u6570\u8bba\u7814\u7a76\u7684\u6838\u5fc3\u5bf9\u8c61), with their properties often used to illustrate consistent or inconsistent logical reasoning in mathematics. Euclid famously proved, through contradiction, that prime numbers are infinite in number. This foundational characteristic underscores their importance in both theoretical and applied mathematical contexts. \n\nThe summary integrates all provided descriptions, resolving any potential contradictions by presenting a unified overview of prime numbers, their definition, mathematical significance, and historical proof of their infinitude.", "entity_id": "\u7d20\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7d20\u6570", "label": "\u7d20\u6570", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "**Prime numbers (\u7d20\u6570)** are natural numbers greater than 1 that can only be divided by 1 and themselves, making them the fundamental building blocks of natural numbers. They are a central object of study in number theory (\u6570\u8bba\u7814\u7a76\u7684\u6838\u5fc3\u5bf9\u8c61), with their properties often used to illustrate consistent or inconsistent logical reasoning in mathematics. Euclid famously proved, through contradiction, that prime numbers are infinite in number. This foundational characteristic underscores their importance in both theoretical and applied mathematical contexts. \n\nThe summary integrates all provided descriptions, resolving any potential contradictions by presenting a unified overview of prime numbers, their definition, mathematical significance, and historical proof of their infinitude."}, {"color": "#dd9710", "created_at": 1752884044, "description": "Parallel line properties theorem, where proof by contradiction is introduced in China\u0027s compulsory education math curriculum.", "entity_id": "\u5e73\u884c\u7ebf\u6027\u8d28\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u7ebf\u6027\u8d28\u5b9a\u7406", "label": "\u5e73\u884c\u7ebf\u6027\u8d28\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Parallel line properties theorem, where proof by contradiction is introduced in China\u0027s compulsory education math curriculum."}, {"color": "#00f849", "created_at": 1752884060, "description": "The mathematical law of excluded middle states that for any proposition P, either P or not P must hold in a given set.", "entity_id": "\u6570\u5b66\u6392\u4e2d\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6392\u4e2d\u5f8b", "label": "\u6570\u5b66\u6392\u4e2d\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The mathematical law of excluded middle states that for any proposition P, either P or not P must hold in a given set."}, {"color": "#064888", "created_at": 1752884082, "description": "Rigid motion refers to transformations that preserve the shape and size of geometric figures, relevant to discussions of congruence in Euclid\u0027s axioms.", "entity_id": "\u521a\u4f53\u8fd0\u52a8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521a\u4f53\u8fd0\u52a8", "label": "\u521a\u4f53\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Rigid motion refers to transformations that preserve the shape and size of geometric figures, relevant to discussions of congruence in Euclid\u0027s axioms."}, {"color": "#040c10", "created_at": 1752884029, "description": "\u76f8\u4f3c\u56fe\u5f62\u7684\u672c\u8d28\u5728\u4e8e\u5bf9\u5e94\u89d2\u76f8\u7b49\u548c\u5bf9\u5e94\u8fb9\u6210\u6bd4\u4f8b\uff0c\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406\u662f\u5176\u57fa\u672c\u4e8b\u5b9e\u3002", "entity_id": "\u76f8\u4f3c\u56fe\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u4f3c\u56fe\u5f62", "label": "\u76f8\u4f3c\u56fe\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u76f8\u4f3c\u56fe\u5f62\u7684\u672c\u8d28\u5728\u4e8e\u5bf9\u5e94\u89d2\u76f8\u7b49\u548c\u5bf9\u5e94\u8fb9\u6210\u6bd4\u4f8b\uff0c\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406\u662f\u5176\u57fa\u672c\u4e8b\u5b9e\u3002"}, {"color": "#75bc17", "created_at": 1752884046, "description": "\u51e0\u4f55\u57fa\u672c\u5b9a\u7406\u4e4b\u4e00\uff0c\u63cf\u8ff0\u5e73\u884c\u7ebf\u622a\u53d6\u6bd4\u4f8b\u7ebf\u6bb5\u7684\u5173\u7cfb\uff0c\u5728\u76f8\u4f3c\u6027\u8bc1\u660e\u4e2d\u88ab\u5f15\u7528\u3002", "entity_id": "\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406", "label": "\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u51e0\u4f55\u57fa\u672c\u5b9a\u7406\u4e4b\u4e00\uff0c\u63cf\u8ff0\u5e73\u884c\u7ebf\u622a\u53d6\u6bd4\u4f8b\u7ebf\u6bb5\u7684\u5173\u7cfb\uff0c\u5728\u76f8\u4f3c\u6027\u8bc1\u660e\u4e2d\u88ab\u5f15\u7528\u3002"}, {"color": "#ad7197", "created_at": 1752884138, "description": "Congruent figures are special cases of similar figures with similarity ratio equal to 1.", "entity_id": "\u5168\u7b49\u56fe\u5f62", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5168\u7b49\u56fe\u5f62", "label": "\u5168\u7b49\u56fe\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Congruent figures are special cases of similar figures with similarity ratio equal to 1."}, {"color": "#0ac27a", "created_at": 1752884029, "description": "**Trigonometric Functions (\u4e09\u89d2\u51fd\u6570)** \n\nTrigonometric functions are fundamental mathematical tools that convert geometric problems into algebraic equations. In junior high (\u521d\u4e2d), these functions primarily describe the relationships between the sides and angles of right-angled triangles, serving as expressions of geometric ratios rather than strictly defined mathematical functions mapping real numbers to real numbers. This is due to angle measurement limitations at this level, which prevent them from being fully formalized as functions. \n\nIn senior high (\u9ad8\u4e2d), trigonometric functions are properly defined using radians, resolving the earlier ambiguities and aligning them with the rigorous function concept\u2014mapping real numbers to real numbers. Thus, while junior high trigonometry focuses on practical triangle-based relationships, senior high introduces a more abstract and mathematically precise definition, marking a significant conceptual difference between the two educational stages.", "entity_id": "\u4e09\u89d2\u51fd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u51fd\u6570", "label": "\u4e09\u89d2\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-d2d1fa534f69129f1d307d4162d5e6e4\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2", "title": "**Trigonometric Functions (\u4e09\u89d2\u51fd\u6570)** \n\nTrigonometric functions are fundamental mathematical tools that convert geometric problems into algebraic equations. In junior high (\u521d\u4e2d), these functions primarily describe the relationships between the sides and angles of right-angled triangles, serving as expressions of geometric ratios rather than strictly defined mathematical functions mapping real numbers to real numbers. This is due to angle measurement limitations at this level, which prevent them from being fully formalized as functions. \n\nIn senior high (\u9ad8\u4e2d), trigonometric functions are properly defined using radians, resolving the earlier ambiguities and aligning them with the rigorous function concept\u2014mapping real numbers to real numbers. Thus, while junior high trigonometry focuses on practical triangle-based relationships, senior high introduces a more abstract and mathematically precise definition, marking a significant conceptual difference between the two educational stages."}, {"color": "#2b733a", "created_at": 1752884033, "description": "A triangle with one 90-degree angle, fundamental to trigonometric relationships.\u003cSEP\u003e\u76f4\u89d2\u4e09\u89d2\u5f62is a type of triangle where one angle is 90 degrees, and it satisfies the Pythagorean theorem.", "entity_id": "\u76f4\u89d2\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u89d2\u4e09\u89d2\u5f62", "label": "\u76f4\u89d2\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "A triangle with one 90-degree angle, fundamental to trigonometric relationships.\u003cSEP\u003e\u76f4\u89d2\u4e09\u89d2\u5f62is a type of triangle where one angle is 90 degrees, and it satisfies the Pythagorean theorem."}, {"color": "#d37c6f", "created_at": 1752884043, "description": "A system of angle measurement based on arc length and radius.\u003cSEP\u003e\u5f27\u5ea6\u5236refers to the radian system, introduced in senior high to align trigonometric functions with the formal function definition by mapping angles to real numbers.", "entity_id": "\u5f27\u5ea6\u5236", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f27\u5ea6\u5236", "label": "\u5f27\u5ea6\u5236", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "A system of angle measurement based on arc length and radius.\u003cSEP\u003e\u5f27\u5ea6\u5236refers to the radian system, introduced in senior high to align trigonometric functions with the formal function definition by mapping angles to real numbers."}, {"color": "#34103a", "created_at": 1752884029, "description": "Regular polyhedra are three-dimensional shapes with identical regular polygons for faces and identical vertices. There are only five types: tetrahedron, cube, octahedron, dodecahedron, and icosahedron.\u003cSEP\u003eThe five Platonic solids whose classification was proven by the Pythagoreans.\u003cSEP\u003e\u6b63\u591a\u9762\u4f53\u4ec5\u6709\u4e94\u79cd\uff0c\u5176\u6027\u8d28\u7531\u6b27\u62c9\u516c\u5f0f\u63cf\u8ff0\uff0c\u6d89\u53ca\u9876\u70b9\u3001\u68f1\u3001\u9762\u7684\u6570\u91cf\u5173\u7cfb\u3002", "entity_id": "\u6b63\u591a\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u591a\u9762\u4f53", "label": "\u6b63\u591a\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "Regular polyhedra are three-dimensional shapes with identical regular polygons for faces and identical vertices. There are only five types: tetrahedron, cube, octahedron, dodecahedron, and icosahedron.\u003cSEP\u003eThe five Platonic solids whose classification was proven by the Pythagoreans.\u003cSEP\u003e\u6b63\u591a\u9762\u4f53\u4ec5\u6709\u4e94\u79cd\uff0c\u5176\u6027\u8d28\u7531\u6b27\u62c9\u516c\u5f0f\u63cf\u8ff0\uff0c\u6d89\u53ca\u9876\u70b9\u3001\u68f1\u3001\u9762\u7684\u6570\u91cf\u5173\u7cfb\u3002"}, {"color": "#48c7c7", "created_at": 1752884047, "description": "Euler\u0027s formula is a geometric invariant that expresses the relationship between the number of vertices (V), edges (E), and faces (F) of a polyhedron.", "entity_id": "\u6b27\u62c9\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u62c9\u516c\u5f0f", "label": "\u6b27\u62c9\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "Euler\u0027s formula is a geometric invariant that expresses the relationship between the number of vertices (V), edges (E), and faces (F) of a polyhedron."}, {"color": "#6c9191", "created_at": 1752884029, "description": "\u7a7a\u95f4\u89c2\u5ff5\u6d89\u53ca\u62bd\u8c61\u6982\u5ff5\u5982\u70b9\u3001\u7ebf\u3001\u9762\uff0c\u4ee5\u53ca\u591a\u7ef4\u548c\u65e0\u7a77\u7ef4\u7a7a\u95f4\u7684\u60f3\u8c61\u3002", "entity_id": "\u7a7a\u95f4\u4e0e\u7a7a\u95f4\u89c2\u5ff5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u4e0e\u7a7a\u95f4\u89c2\u5ff5", "label": "\u7a7a\u95f4\u4e0e\u7a7a\u95f4\u89c2\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u7a7a\u95f4\u89c2\u5ff5\u6d89\u53ca\u62bd\u8c61\u6982\u5ff5\u5982\u70b9\u3001\u7ebf\u3001\u9762\uff0c\u4ee5\u53ca\u591a\u7ef4\u548c\u65e0\u7a77\u7ef4\u7a7a\u95f4\u7684\u60f3\u8c61\u3002"}, {"color": "#661bd4", "created_at": 1752884119, "description": "\u7a7a\u95f4\u89c2\u5ff5\u5efa\u7acb\u5728\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u62bd\u8c61\u6982\u5ff5\u4e0a\uff0c\u6269\u5c55\u81f3\u591a\u7ef4\u60f3\u8c61\u3002", "entity_id": "\u62bd\u8c61\u6982\u5ff5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u62bd\u8c61\u6982\u5ff5", "label": "\u62bd\u8c61\u6982\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u7a7a\u95f4\u89c2\u5ff5\u5efa\u7acb\u5728\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u62bd\u8c61\u6982\u5ff5\u4e0a\uff0c\u6269\u5c55\u81f3\u591a\u7ef4\u60f3\u8c61\u3002"}, {"color": "#bd838e", "created_at": 1752884029, "description": "\u4e00\u7b14\u753b\u95ee\u9898\u6e90\u4e8e\u62d3\u6251\u5b66\uff0c\u6d89\u53ca\u70b9\u4e0e\u7ebf\u7684\u5173\u7cfb\uff0c\u7528\u4e8e\u8868\u8fbe\u53d8\u91cf\u95f4\u7684\u56e0\u679c\u5173\u7cfb\u3002", "entity_id": "\u4e00\u7b14\u753b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u7b14\u753b", "label": "\u4e00\u7b14\u753b", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u4e00\u7b14\u753b\u95ee\u9898\u6e90\u4e8e\u62d3\u6251\u5b66\uff0c\u6d89\u53ca\u70b9\u4e0e\u7ebf\u7684\u5173\u7cfb\uff0c\u7528\u4e8e\u8868\u8fbe\u53d8\u91cf\u95f4\u7684\u56e0\u679c\u5173\u7cfb\u3002"}, {"color": "#d639a8", "created_at": 1752884049, "description": "A branch of mathematics concerned with properties preserved under continuous deformations, mentioned by Poincar\u00e9.\u003cSEP\u003e\u62d3\u6251\u5b66\u662f\u7814\u7a76\u4f4d\u7f6e\u5173\u7cfb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u7531\u674e\u65af\u5ef7\u547d\u540d\u5e76\u53d1\u5c55\uff0c\u8d77\u6e90\u4e8e\u54e5\u5c3c\u65af\u5821\u6865\u95ee\u9898\u7684\u7814\u7a76\u3002", "entity_id": "\u62d3\u6251\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62d3\u6251\u5b66", "label": "\u62d3\u6251\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "A branch of mathematics concerned with properties preserved under continuous deformations, mentioned by Poincar\u00e9.\u003cSEP\u003e\u62d3\u6251\u5b66\u662f\u7814\u7a76\u4f4d\u7f6e\u5173\u7cfb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u7531\u674e\u65af\u5ef7\u547d\u540d\u5e76\u53d1\u5c55\uff0c\u8d77\u6e90\u4e8e\u54e5\u5c3c\u65af\u5821\u6865\u95ee\u9898\u7684\u7814\u7a76\u3002"}, {"color": "#f6c194", "created_at": 1752884029, "description": "\u968f\u673a\u4e8b\u4ef6\u662f\u53ef\u91cd\u590d\u73b0\u8c61\uff0c\u6982\u7387\u662f\u5176\u53ef\u80fd\u6027\u7684\u5ea6\u91cf\uff0c\u5c5e\u4e8e\u4e8b\u4ef6\u7684\u56fa\u6709\u5c5e\u6027\u3002", "entity_id": "\u968f\u673a\u4e8b\u4ef6\u548c\u6982\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u4e8b\u4ef6\u548c\u6982\u7387", "label": "\u968f\u673a\u4e8b\u4ef6\u548c\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u968f\u673a\u4e8b\u4ef6\u662f\u53ef\u91cd\u590d\u73b0\u8c61\uff0c\u6982\u7387\u662f\u5176\u53ef\u80fd\u6027\u7684\u5ea6\u91cf\uff0c\u5c5e\u4e8e\u4e8b\u4ef6\u7684\u56fa\u6709\u5c5e\u6027\u3002"}, {"color": "#940124", "created_at": 1752884030, "description": "**Statistics (\u7edf\u8ba1\u5b66)** is a scientific discipline focused on the study of random phenomena through data collection, analysis, interpretation, and presentation. It employs mathematical methods to identify patterns, infer probabilities, and make data-driven decisions, often relying on samples to estimate population distributions. Unlike purely theoretical approaches like probability theory, statistics emphasizes empirical evidence and real-world applications, distinguishing itself through inductive reasoning based on observed data. \n\nThe field is widely applied across diverse domains, including ecology, economics, and other sciences, transforming traditional research processes by prioritizing practical data over abstract concepts. In modern contexts, such as the era of big data, statistics faces new challenges and opportunities in handling large-scale information. \n\nStatistics also encompasses methodologies where deterministic logic (e.g., the law of excluded middle) may not always apply directly, as seen in hypothesis testing and probabilistic inference. Overall, it serves as a foundational tool for solving practical problems, bridging the gap between theoretical models and empirical observations. \n\n(Note: Descriptions in Chinese were translated and integrated into the summary while maintaining consistency with the English context.)", "entity_id": "\u7edf\u8ba1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7edf\u8ba1\u5b66", "label": "\u7edf\u8ba1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-608b0316446964948025df9ddd40b81a\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "**Statistics (\u7edf\u8ba1\u5b66)** is a scientific discipline focused on the study of random phenomena through data collection, analysis, interpretation, and presentation. It employs mathematical methods to identify patterns, infer probabilities, and make data-driven decisions, often relying on samples to estimate population distributions. Unlike purely theoretical approaches like probability theory, statistics emphasizes empirical evidence and real-world applications, distinguishing itself through inductive reasoning based on observed data. \n\nThe field is widely applied across diverse domains, including ecology, economics, and other sciences, transforming traditional research processes by prioritizing practical data over abstract concepts. In modern contexts, such as the era of big data, statistics faces new challenges and opportunities in handling large-scale information. \n\nStatistics also encompasses methodologies where deterministic logic (e.g., the law of excluded middle) may not always apply directly, as seen in hypothesis testing and probabilistic inference. Overall, it serves as a foundational tool for solving practical problems, bridging the gap between theoretical models and empirical observations. \n\n(Note: Descriptions in Chinese were translated and integrated into the summary while maintaining consistency with the English context.)"}, {"color": "#c882fc", "created_at": 1752884050, "description": "Mathematical framework for analyzing randomness, critical to entropy and diversity calculations.\u003cSEP\u003eProbability theory is a branch of mathematics that studies the patterns of random phenomena, focusing on the probability of random events or the probability distribution of random variables.\u003cSEP\u003eProbability theory studies random phenomena with regular patterns, defining probability as a measure of likelihood for random events.", "entity_id": "\u6982\u7387\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u8bba", "label": "\u6982\u7387\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-07fa82116ccdf3d987439780f6db30db\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Mathematical framework for analyzing randomness, critical to entropy and diversity calculations.\u003cSEP\u003eProbability theory is a branch of mathematics that studies the patterns of random phenomena, focusing on the probability of random events or the probability distribution of random variables.\u003cSEP\u003eProbability theory studies random phenomena with regular patterns, defining probability as a measure of likelihood for random events."}, {"color": "#f152f9", "created_at": 1752884050, "description": "**The Big Data Era (\u5927\u6570\u636e\u65f6\u4ee3)** refers to the current period marked by the exponential growth and processing of vast, complex, and dynamic digital datasets. This era is characterized by the need for advanced computational methods, theoretical frameworks, and innovative tools to analyze and extract meaningful insights from massive volumes of information. \n\nBig Data has driven significant advancements in research, statistics, and classification techniques, enabling the handling of uncertain or intricate data structures. Tools such as Bayesian networks are employed to manage complex variable relationships, particularly in fields like internet technology, genomics, and other data-intensive domains. \n\nThe era underscores the challenges and opportunities posed by information explosion, requiring interdisciplinary approaches to harness its potential effectively.", "entity_id": "\u5927\u6570\u636e\u65f6\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6570\u636e\u65f6\u4ee3", "label": "\u5927\u6570\u636e\u65f6\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-ce9cf5a1057d3134bafb4c7d6a0bd36e\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-2e4972ad6e1759c82b71b7eb4bf1ccd8\u003cSEP\u003echunk-b979930d4003be29c720b25f01498e92", "title": "**The Big Data Era (\u5927\u6570\u636e\u65f6\u4ee3)** refers to the current period marked by the exponential growth and processing of vast, complex, and dynamic digital datasets. This era is characterized by the need for advanced computational methods, theoretical frameworks, and innovative tools to analyze and extract meaningful insights from massive volumes of information. \n\nBig Data has driven significant advancements in research, statistics, and classification techniques, enabling the handling of uncertain or intricate data structures. Tools such as Bayesian networks are employed to manage complex variable relationships, particularly in fields like internet technology, genomics, and other data-intensive domains. \n\nThe era underscores the challenges and opportunities posed by information explosion, requiring interdisciplinary approaches to harness its potential effectively."}, {"color": "#a7fcd8", "created_at": 1752884050, "description": "**Machine Learning (\u673a\u5668\u5b66\u4e60)** is a multidisciplinary field at the intersection of statistics, artificial intelligence (AI), and computer science, enabled by advancements in computational power. As a subset of both statistics and AI, it focuses on developing algorithmic models to analyze data, identify patterns, and extract meaningful insights, particularly in the context of big data. The field employs a variety of techniques, including statistical methods and random walk models, to simulate decision-making processes and improve predictive accuracy. While rooted in statistical research, machine learning distinguishes itself by its emphasis on automation, scalability, and adaptability in handling complex datasets. Its applications span numerous domains, reinforcing its role as a foundational component of modern AI systems.", "entity_id": "\u673a\u5668\u5b66\u4e60", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u673a\u5668\u5b66\u4e60", "label": "\u673a\u5668\u5b66\u4e60", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-7bc921e8fdb37617c147a029ae8f4475", "title": "**Machine Learning (\u673a\u5668\u5b66\u4e60)** is a multidisciplinary field at the intersection of statistics, artificial intelligence (AI), and computer science, enabled by advancements in computational power. As a subset of both statistics and AI, it focuses on developing algorithmic models to analyze data, identify patterns, and extract meaningful insights, particularly in the context of big data. The field employs a variety of techniques, including statistical methods and random walk models, to simulate decision-making processes and improve predictive accuracy. While rooted in statistical research, machine learning distinguishes itself by its emphasis on automation, scalability, and adaptability in handling complex datasets. Its applications span numerous domains, reinforcing its role as a foundational component of modern AI systems."}, {"color": "#25f02e", "created_at": 1752884050, "description": "Correlation describes probabilistic associations between variables, central to statistical analysis.", "entity_id": "\u76f8\u5173\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u5173\u5173\u7cfb", "label": "\u76f8\u5173\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Correlation describes probabilistic associations between variables, central to statistical analysis."}, {"color": "#bce7a2", "created_at": 1752884030, "description": "A sample is a subset of the population used to make statistical inferences.\u003cSEP\u003e\u6837\u672c\u662f\u6765\u81ea\u603b\u4f53\u7684\u968f\u673a\u53d8\u91cf\uff0c\u5177\u6709\u4e24\u91cd\u6027\uff1a\u65e2\u662f\u6570\u636e\u6765\u6e90\u53c8\u662f\u63a8\u65ad\u5de5\u5177\u3002", "entity_id": "\u6837\u672c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6837\u672c", "label": "\u6837\u672c", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "A sample is a subset of the population used to make statistical inferences.\u003cSEP\u003e\u6837\u672c\u662f\u6765\u81ea\u603b\u4f53\u7684\u968f\u673a\u53d8\u91cf\uff0c\u5177\u6709\u4e24\u91cd\u6027\uff1a\u65e2\u662f\u6570\u636e\u6765\u6e90\u53c8\u662f\u63a8\u65ad\u5de5\u5177\u3002"}, {"color": "#86a19a", "created_at": 1752884057, "description": "Maximum likelihood estimation is a statistical method for estimating model parameters by maximizing the likelihood function.\u003cSEP\u003e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u7edf\u8ba1\u65b9\u6cd5\uff0c\u7528\u4e8e\u4f30\u8ba1\u6a21\u578b\u53c2\u6570\uff0c\u57fa\u4e8e\u89c2\u6d4b\u6570\u636e\u3002", "entity_id": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "label": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-a6c5c15edb2653db4909a8aeafccee93", "title": "Maximum likelihood estimation is a statistical method for estimating model parameters by maximizing the likelihood function.\u003cSEP\u003e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u7edf\u8ba1\u65b9\u6cd5\uff0c\u7528\u4e8e\u4f30\u8ba1\u6a21\u578b\u53c2\u6570\uff0c\u57fa\u4e8e\u89c2\u6d4b\u6570\u636e\u3002"}, {"color": "#10fe1f", "created_at": 1752884057, "description": "\u547d\u540d\u6570\u636e\u662f\u4e00\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u53ef\u4ee5\u901a\u8fc7\u7edf\u8ba1\u5b66\u65b9\u6cd5\u8fdb\u884c\u5904\u7406\u548c\u5206\u6790\u3002", "entity_id": "\u547d\u540d\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u547d\u540d\u6570\u636e", "label": "\u547d\u540d\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u547d\u540d\u6570\u636e\u662f\u4e00\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u53ef\u4ee5\u901a\u8fc7\u7edf\u8ba1\u5b66\u65b9\u6cd5\u8fdb\u884c\u5904\u7406\u548c\u5206\u6790\u3002"}, {"color": "#11ec71", "created_at": 1752884057, "description": "\u6807\u8bb0\u6570\u636e\u662f\u4e00\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u7edf\u8ba1\u5b66\u5c1a\u672a\u5f62\u6210\u5145\u5206\u5229\u7528\u5176\u4fe1\u606f\u7684\u7406\u8bba\u548c\u65b9\u6cd5\u3002", "entity_id": "\u6807\u8bb0\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6807\u8bb0\u6570\u636e", "label": "\u6807\u8bb0\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6807\u8bb0\u6570\u636e\u662f\u4e00\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u7edf\u8ba1\u5b66\u5c1a\u672a\u5f62\u6210\u5145\u5206\u5229\u7528\u5176\u4fe1\u606f\u7684\u7406\u8bba\u548c\u65b9\u6cd5\u3002"}, {"color": "#f286bf", "created_at": 1752884057, "description": "\u9891\u6570\u56fe\u8868\u662f\u4e00\u79cd\u7edf\u8ba1\u5de5\u5177\uff0c\u7528\u4e8e\u663e\u793a\u5404\u7c7b\u522b\u6570\u636e\u7684\u51fa\u73b0\u6b21\u6570\u3002", "entity_id": "\u9891\u6570\u56fe\u8868", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9891\u6570\u56fe\u8868", "label": "\u9891\u6570\u56fe\u8868", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u9891\u6570\u56fe\u8868\u662f\u4e00\u79cd\u7edf\u8ba1\u5de5\u5177\uff0c\u7528\u4e8e\u663e\u793a\u5404\u7c7b\u522b\u6570\u636e\u7684\u51fa\u73b0\u6b21\u6570\u3002"}, {"color": "#06b71b", "created_at": 1752884057, "description": "\u9891\u7387\u56fe\u8868\u662f\u4e00\u79cd\u7edf\u8ba1\u5de5\u5177\uff0c\u7528\u4e8e\u663e\u793a\u5404\u7c7b\u522b\u6570\u636e\u7684\u76f8\u5bf9\u6bd4\u4f8b\u3002", "entity_id": "\u9891\u7387\u56fe\u8868", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9891\u7387\u56fe\u8868", "label": "\u9891\u7387\u56fe\u8868", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u9891\u7387\u56fe\u8868\u662f\u4e00\u79cd\u7edf\u8ba1\u5de5\u5177\uff0c\u7528\u4e8e\u663e\u793a\u5404\u7c7b\u522b\u6570\u636e\u7684\u76f8\u5bf9\u6bd4\u4f8b\u3002"}, {"color": "#ec0d8a", "created_at": 1752884060, "description": "Statistical hypothesis testing where rejecting a null doesn\u0027t necessarily prove the alternative.", "entity_id": "\u5047\u8bbe\u68c0\u9a8c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5047\u8bbe\u68c0\u9a8c", "label": "\u5047\u8bbe\u68c0\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Statistical hypothesis testing where rejecting a null doesn\u0027t necessarily prove the alternative."}, {"color": "#8dbdde", "created_at": 1752884095, "description": "The Simpson Diversity Index is a biodiversity index used in ecology and statistics to measure diversity in a community.\u003cSEP\u003eThe Simpson Diversity Index is another biodiversity metric assessing species distribution within ecosystems.", "entity_id": "\u8f9b\u666e\u68ee\u591a\u6837\u6027\u6307\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8f9b\u666e\u68ee\u591a\u6837\u6027\u6307\u6570", "label": "\u8f9b\u666e\u68ee\u591a\u6837\u6027\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Simpson Diversity Index is a biodiversity index used in ecology and statistics to measure diversity in a community.\u003cSEP\u003eThe Simpson Diversity Index is another biodiversity metric assessing species distribution within ecosystems."}, {"color": "#627b5d", "created_at": 1752884050, "description": "**Mathematics (\u6570\u5b66)** is a theoretical discipline that emphasizes symbolic representation and formal proofs, serving as a tool for observing, analyzing, and expressing relationships in the real world through mathematical models. It is the study of abstract structures, patterns, and deterministic problems, focusing on causal relationships between variables and producing unique outcomes given specific inputs. Mathematics has broad applications across fields such as physics, life sciences, and beyond. \n\nIn recent years, **Mathematics** has undergone fundamental shifts due to advancements in computing, with discoveries increasingly resembling scientific findings. This evolution highlights its dual nature as both a rigorous deductive system and an evolving empirical discipline. Overall, Mathematics bridges abstract reasoning with practical problem-solving, adapting to technological progress while maintaining its foundational role in diverse domains.", "entity_id": "\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66", "label": "\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "**Mathematics (\u6570\u5b66)** is a theoretical discipline that emphasizes symbolic representation and formal proofs, serving as a tool for observing, analyzing, and expressing relationships in the real world through mathematical models. It is the study of abstract structures, patterns, and deterministic problems, focusing on causal relationships between variables and producing unique outcomes given specific inputs. Mathematics has broad applications across fields such as physics, life sciences, and beyond. \n\nIn recent years, **Mathematics** has undergone fundamental shifts due to advancements in computing, with discoveries increasingly resembling scientific findings. This evolution highlights its dual nature as both a rigorous deductive system and an evolving empirical discipline. Overall, Mathematics bridges abstract reasoning with practical problem-solving, adapting to technological progress while maintaining its foundational role in diverse domains."}, {"color": "#8649f3", "created_at": 1752884030, "description": "\u6837\u672c\u662f\u603b\u4f53\u7684\u968f\u673a\u53d8\u91cf\u8868\u73b0\uff0c\u901a\u8fc7\u6837\u672c\u7279\u5f81\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u4f53\u73b0\u968f\u673a\u53d8\u91cf\u7684\u4e24\u91cd\u6027\u3002", "entity_id": "\u6837\u672c\u548c\u603b\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6837\u672c\u548c\u603b\u4f53", "label": "\u6837\u672c\u548c\u603b\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u6837\u672c\u662f\u603b\u4f53\u7684\u968f\u673a\u53d8\u91cf\u8868\u73b0\uff0c\u901a\u8fc7\u6837\u672c\u7279\u5f81\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u4f53\u73b0\u968f\u673a\u53d8\u91cf\u7684\u4e24\u91cd\u6027\u3002"}, {"color": "#ac970c", "created_at": 1752884030, "description": "\u4fe1\u606f\u8bba\u4e2d\u8868\u793a\u4e0d\u786e\u5b9a\u6027\u7684\u6570\u5b66\u53d8\u91cf\uff0c\u53d6\u503c\u53ef\u4ee5\u662f\u79bb\u6563\u6216\u8fde\u7eed\u7684\u3002\u003cSEP\u003e\u968f\u673a\u53d8\u91cf\u7528\u4e8e\u523b\u753b\u968f\u673a\u73b0\u8c61\uff0c\u5176\u53d6\u503c\u6982\u7387\u662f\u786e\u5b9a\u7684\uff0c\u5e76\u901a\u8fc7\u6837\u672c\u8ba4\u8bc6\u603b\u4f53\u3002", "entity_id": "\u968f\u673a\u53d8\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u53d8\u91cf", "label": "\u968f\u673a\u53d8\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-07cf64ba8d23511eab636b3679334263", "title": "\u4fe1\u606f\u8bba\u4e2d\u8868\u793a\u4e0d\u786e\u5b9a\u6027\u7684\u6570\u5b66\u53d8\u91cf\uff0c\u53d6\u503c\u53ef\u4ee5\u662f\u79bb\u6563\u6216\u8fde\u7eed\u7684\u3002\u003cSEP\u003e\u968f\u673a\u53d8\u91cf\u7528\u4e8e\u523b\u753b\u968f\u673a\u73b0\u8c61\uff0c\u5176\u53d6\u503c\u6982\u7387\u662f\u786e\u5b9a\u7684\uff0c\u5e76\u901a\u8fc7\u6837\u672c\u8ba4\u8bc6\u603b\u4f53\u3002"}, {"color": "#f0eb2b", "created_at": 1752884039, "description": "Ancient Greek scholar who founded mathematical mysticism and discovered musical harmony through integer ratios.\u003cSEP\u003ePythagoras discovered the harmonic ratios in music, reinforcing his belief that \u0027all things are numbers\u0027.\u003cSEP\u003e\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u3001\u54f2\u5b66\u5bb6\uff0c\u521b\u7acb\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\uff0c\u63d0\u51fa\u0027\u4e07\u7269\u7686\u6570\u0027\u7406\u8bba\u3002", "entity_id": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "label": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Ancient Greek scholar who founded mathematical mysticism and discovered musical harmony through integer ratios.\u003cSEP\u003ePythagoras discovered the harmonic ratios in music, reinforcing his belief that \u0027all things are numbers\u0027.\u003cSEP\u003e\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u3001\u54f2\u5b66\u5bb6\uff0c\u521b\u7acb\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\uff0c\u63d0\u51fa\u0027\u4e07\u7269\u7686\u6570\u0027\u7406\u8bba\u3002"}, {"color": "#831c21", "created_at": 1752884062, "description": "Historical discovery that musical harmony corresponds to ratios of natural numbers.", "entity_id": "\u81ea\u7136\u6570\u4e4b\u6bd4\u4e0e\u97f3\u5f8b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u6570\u4e4b\u6bd4\u4e0e\u97f3\u5f8b", "label": "\u81ea\u7136\u6570\u4e4b\u6bd4\u4e0e\u97f3\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "Historical discovery that musical harmony corresponds to ratios of natural numbers."}, {"color": "#013996", "created_at": 1752884032, "description": "**Natural Numbers (\u81ea\u7136\u6570)** \n\nNatural numbers, also known as the set of positive integers (1, 2, 3, ...), are a fundamental concept in mathematics. They serve as a countably infinite set and form the basis for comparing other infinities, as well as for foundational discussions in number theory. Primarily used for counting and ordering, natural numbers are essential in defining broader numerical classes (e.g., subsets like even numbers) and underpin more advanced mathematical structures, such as real numbers. \n\nHistorically, the Pythagorean school revered natural numbers for their role in expressing cosmic harmony and representing fundamental relationships in reality. From a theoretical perspective, natural numbers are often defined nominally (abstractly) rather than through concrete descriptions, which helps avoid logical paradoxes. They are indispensable in operations such as division and fraction representation, highlighting their significance across arithmetic and algebra. \n\nIn summary, natural numbers are a cornerstone of mathematics\u2014abstract yet foundational, with applications spanning counting, ordering, number theory, and beyond. Their universal utility and historical importance underscore their central role in mathematical reasoning.", "entity_id": "\u81ea\u7136\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u6570", "label": "\u81ea\u7136\u6570", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "**Natural Numbers (\u81ea\u7136\u6570)** \n\nNatural numbers, also known as the set of positive integers (1, 2, 3, ...), are a fundamental concept in mathematics. They serve as a countably infinite set and form the basis for comparing other infinities, as well as for foundational discussions in number theory. Primarily used for counting and ordering, natural numbers are essential in defining broader numerical classes (e.g., subsets like even numbers) and underpin more advanced mathematical structures, such as real numbers. \n\nHistorically, the Pythagorean school revered natural numbers for their role in expressing cosmic harmony and representing fundamental relationships in reality. From a theoretical perspective, natural numbers are often defined nominally (abstractly) rather than through concrete descriptions, which helps avoid logical paradoxes. They are indispensable in operations such as division and fraction representation, highlighting their significance across arithmetic and algebra. \n\nIn summary, natural numbers are a cornerstone of mathematics\u2014abstract yet foundational, with applications spanning counting, ordering, number theory, and beyond. Their universal utility and historical importance underscore their central role in mathematical reasoning."}, {"color": "#282ec2", "created_at": 1752884033, "description": "Aristotle (\u4e9a\u91cc\u58eb\u591a\u5fb7) was an ancient Greek philosopher renowned for his foundational contributions to Western logic, science, and philosophy. He deduced Earth\u0027s sphericity by observing lunar eclipses and recorded this theory in his work *On the Heavens (\u8bba\u5929)*. Aristotle pioneered systematic logic, establishing principles such as the law of contradiction and the excluded middle, and invented the syllogism, providing examples of its types (e.g., universal affirmative and negative). His works, including *Organon\u00b7Posterior Analytics (\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7)*, laid the groundwork for mathematical proof frameworks and influenced Euclid\u0027s axiomatic system, particularly in classifying axioms and postulates. \n\nBeyond logic, Aristotle explored diverse fields: he categorized climate zones and proposed methods for determining Earth\u0027s positions, critiqued the Pythagorean view of mathematics as the essence of existence, and theorized about gravity\u2014though his reliance on logical reasoning over empirical verification was later supplanted by Galileo\u0027s methods. His legacy includes contributions to definition theory and category theory, though his syllogistic approach faced criticism from figures like Francis Bacon. \n\nAristotle\u0027s works were compiled and translated into Chinese, underscoring his enduring global influence. His interdisciplinary scholarship shaped the trajectory of Western thought across metaphysics, natural science, and epistemology.", "entity_id": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "label": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae", "title": "Aristotle (\u4e9a\u91cc\u58eb\u591a\u5fb7) was an ancient Greek philosopher renowned for his foundational contributions to Western logic, science, and philosophy. He deduced Earth\u0027s sphericity by observing lunar eclipses and recorded this theory in his work *On the Heavens (\u8bba\u5929)*. Aristotle pioneered systematic logic, establishing principles such as the law of contradiction and the excluded middle, and invented the syllogism, providing examples of its types (e.g., universal affirmative and negative). His works, including *Organon\u00b7Posterior Analytics (\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7)*, laid the groundwork for mathematical proof frameworks and influenced Euclid\u0027s axiomatic system, particularly in classifying axioms and postulates. \n\nBeyond logic, Aristotle explored diverse fields: he categorized climate zones and proposed methods for determining Earth\u0027s positions, critiqued the Pythagorean view of mathematics as the essence of existence, and theorized about gravity\u2014though his reliance on logical reasoning over empirical verification was later supplanted by Galileo\u0027s methods. His legacy includes contributions to definition theory and category theory, though his syllogistic approach faced criticism from figures like Francis Bacon. \n\nAristotle\u0027s works were compiled and translated into Chinese, underscoring his enduring global influence. His interdisciplinary scholarship shaped the trajectory of Western thought across metaphysics, natural science, and epistemology."}, {"color": "#a77251", "created_at": 1752884030, "description": "**Irrational Numbers (\u65e0\u7406\u6570)** \n\nIrrational numbers are a fundamental mathematical concept representing real numbers that cannot be expressed as a simple fraction or ratio of two integers. Examples include well-known constants such as \u03c0 (pi) and \u221a2 (the square root of 2). These numbers were first discovered by the Pythagoreans, particularly in the context of geometric constructions, such as the diagonal of a unit square (with side length 1), which revealed the existence of incommensurable lengths\u2014quantities that could not be precisely measured using whole-number ratios. \n\nBeyond their historical significance, irrational numbers play a crucial role in completing the real number system, extending beyond the limitations of rational fractions. Due to their non-terminating and non-repeating decimal expansions, they often require approximation in practical calculations. Mathematically, they demand rigorous definitions and are frequently discussed in relation to algebraic and geometric properties, such as roots of non-perfect squares or transcendental numbers like \u03c0. \n\nThe concept of irrational numbers unifies diverse observations\u2014from early Greek geometric discoveries to modern real analysis\u2014providing a coherent framework for understanding numbers that defy simple fractional representation.", "entity_id": "\u65e0\u7406\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u7406\u6570", "label": "\u65e0\u7406\u6570", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-aca1faae06ff2fb9d92a04ee4d07e4f7\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "**Irrational Numbers (\u65e0\u7406\u6570)** \n\nIrrational numbers are a fundamental mathematical concept representing real numbers that cannot be expressed as a simple fraction or ratio of two integers. Examples include well-known constants such as \u03c0 (pi) and \u221a2 (the square root of 2). These numbers were first discovered by the Pythagoreans, particularly in the context of geometric constructions, such as the diagonal of a unit square (with side length 1), which revealed the existence of incommensurable lengths\u2014quantities that could not be precisely measured using whole-number ratios. \n\nBeyond their historical significance, irrational numbers play a crucial role in completing the real number system, extending beyond the limitations of rational fractions. Due to their non-terminating and non-repeating decimal expansions, they often require approximation in practical calculations. Mathematically, they demand rigorous definitions and are frequently discussed in relation to algebraic and geometric properties, such as roots of non-perfect squares or transcendental numbers like \u03c0. \n\nThe concept of irrational numbers unifies diverse observations\u2014from early Greek geometric discoveries to modern real analysis\u2014providing a coherent framework for understanding numbers that defy simple fractional representation."}, {"color": "#5243f3", "created_at": 1752884062, "description": "Perfect numbers are natural numbers equal to the sum of their proper divisors. They are linked to Mersenne primes through a formula established by Euler.", "entity_id": "\u5b8c\u6ee1\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b8c\u6ee1\u6570", "label": "\u5b8c\u6ee1\u6570", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Perfect numbers are natural numbers equal to the sum of their proper divisors. They are linked to Mersenne primes through a formula established by Euler."}, {"color": "#97ef0c", "created_at": 1752884039, "description": "**\u5706\u5468\u7387 (Pi, \u03c0)** is a fundamental mathematical constant representing the ratio of a circle\u0027s circumference to its diameter, as well as the ratio of a circle\u0027s area to the square of its radius. It is an important irrational number with a rich historical background spanning millennia. \n\nAncient civilizations, including Egypt, used approximations of \u5706\u5468\u7387 for geometric calculations involving circles, though it was not explicitly defined at the time. Over the centuries, mathematicians have refined its precision, with notable contributions from **Zu Chongzhi**, who calculated it with remarkable accuracy. \n\nToday, \u03c0 remains a cornerstone in mathematics, physics, and engineering, symbolizing the intrinsic relationship between circular geometry and numerical constants. Its value has been approximated to billions of digits, reflecting both its mathematical significance and enduring fascination.", "entity_id": "\u5706\u5468\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u5468\u7387", "label": "\u5706\u5468\u7387", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "**\u5706\u5468\u7387 (Pi, \u03c0)** is a fundamental mathematical constant representing the ratio of a circle\u0027s circumference to its diameter, as well as the ratio of a circle\u0027s area to the square of its radius. It is an important irrational number with a rich historical background spanning millennia. \n\nAncient civilizations, including Egypt, used approximations of \u5706\u5468\u7387 for geometric calculations involving circles, though it was not explicitly defined at the time. Over the centuries, mathematicians have refined its precision, with notable contributions from **Zu Chongzhi**, who calculated it with remarkable accuracy. \n\nToday, \u03c0 remains a cornerstone in mathematics, physics, and engineering, symbolizing the intrinsic relationship between circular geometry and numerical constants. Its value has been approximated to billions of digits, reflecting both its mathematical significance and enduring fascination."}, {"color": "#2b8db5", "created_at": 1752884030, "description": "A historical puzzle about traversing seven bridges without repetition, leading to the birth of graph theory and topology.\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\u662f\u62d3\u6251\u5b66\u7684\u53d1\u7aef\uff0c\u6d89\u53ca\u70b9\u4e0e\u7ebf\u7684\u7f51\u7edc\u5173\u7cfb\u3002\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\u662f\u6570\u5b66\u53f2\u4e0a\u7684\u8457\u540d\u95ee\u9898\uff0c\u63a2\u8ba8\u80fd\u5426\u4e0d\u91cd\u590d\u5730\u8d70\u904d\u4e03\u5ea7\u6865\uff0c\u6b27\u62c9\u901a\u8fc7\u62bd\u8c61\u5c06\u5176\u8f6c\u5316\u4e3a\u56fe\u8bba\u95ee\u9898\u3002", "entity_id": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "label": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "A historical puzzle about traversing seven bridges without repetition, leading to the birth of graph theory and topology.\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\u662f\u62d3\u6251\u5b66\u7684\u53d1\u7aef\uff0c\u6d89\u53ca\u70b9\u4e0e\u7ebf\u7684\u7f51\u7edc\u5173\u7cfb\u3002\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\u662f\u6570\u5b66\u53f2\u4e0a\u7684\u8457\u540d\u95ee\u9898\uff0c\u63a2\u8ba8\u80fd\u5426\u4e0d\u91cd\u590d\u5730\u8d70\u904d\u4e03\u5ea7\u6865\uff0c\u6b27\u62c9\u901a\u8fc7\u62bd\u8c61\u5c06\u5176\u8f6c\u5316\u4e3a\u56fe\u8bba\u95ee\u9898\u3002"}, {"color": "#cf6f58", "created_at": 1752884043, "description": "Leonhard Euler (\u6b27\u62c9) was a renowned and prolific Swiss mathematician who made groundbreaking contributions across various fields of mathematics. In 1748, he published *Introductio in analysin infinitorum* (*Introduction to the Analysis of the Infinite*), where he established modern mathematical analysis as the science of functions, introduced the function notation *f(x)*, and standardized the modern polar coordinate system. Euler also played a key role in popularizing the use of the Greek letter *\u03c0* for the ratio of a circle\u0027s circumference to its diameter and named the natural logarithm base *e*. \n\nIn 1752, he articulated *Euler\u0027s formula*, which describes the relationship between the vertices, edges, and faces of polyhedra. Additionally, Euler proved significant connections between perfect numbers and Mersenne primes, identifying the 8th Mersenne prime. He also introduced the concept of transcendental numbers and conjectured that *\u03c0* is transcendental. \n\nEuler\u0027s work in graph theory was foundational, particularly his solution to the K\u00f6nigsberg bridge problem, which he abstracted into a graph theory problem, establishing fundamental principles for topology and network traversal (e.g., the conditions for traversing a graph in a single stroke). His contributions span multiple branches of mathematics, leaving a lasting legacy in analysis, number theory, topology, and beyond.", "entity_id": "\u6b27\u62c9", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u62c9", "label": "\u6b27\u62c9", "shape": "dot", "size": 10, "source_id": "chunk-e310d39902c0e2129517ae5a93b19736\u003cSEP\u003echunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-b979930d4003be29c720b25f01498e92", "title": "Leonhard Euler (\u6b27\u62c9) was a renowned and prolific Swiss mathematician who made groundbreaking contributions across various fields of mathematics. In 1748, he published *Introductio in analysin infinitorum* (*Introduction to the Analysis of the Infinite*), where he established modern mathematical analysis as the science of functions, introduced the function notation *f(x)*, and standardized the modern polar coordinate system. Euler also played a key role in popularizing the use of the Greek letter *\u03c0* for the ratio of a circle\u0027s circumference to its diameter and named the natural logarithm base *e*. \n\nIn 1752, he articulated *Euler\u0027s formula*, which describes the relationship between the vertices, edges, and faces of polyhedra. Additionally, Euler proved significant connections between perfect numbers and Mersenne primes, identifying the 8th Mersenne prime. He also introduced the concept of transcendental numbers and conjectured that *\u03c0* is transcendental. \n\nEuler\u0027s work in graph theory was foundational, particularly his solution to the K\u00f6nigsberg bridge problem, which he abstracted into a graph theory problem, establishing fundamental principles for topology and network traversal (e.g., the conditions for traversing a graph in a single stroke). His contributions span multiple branches of mathematics, leaving a lasting legacy in analysis, number theory, topology, and beyond."}, {"color": "#ec429f", "created_at": 1752884049, "description": "K\u00f6nigsberg (now Kaliningrad) was the setting of the historical seven bridges problem, resolved by Euler.\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u662f\u4e00\u4e2a\u5730\u7406\u4f4d\u7f6e\u7684\u540d\u79f0\uff0c\u4ee5\u5176\u4e03\u5ea7\u6865\u95ee\u9898\u800c\u95fb\u540d\uff0c\u8be5\u95ee\u9898\u88ab\u6b27\u62c9\u7528\u4e8e\u7814\u7a76\u7f51\u7edc\u7684\u4e00\u7b14\u753b\u95ee\u9898\u3002\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u662f\u4e03\u5ea7\u6865\u95ee\u9898\u7684\u53d1\u6e90\u5730\uff0c\u5f53\u5730\u5c45\u6c11\u63d0\u51fa\u662f\u5426\u80fd\u5728\u4e00\u6b21\u6563\u6b65\u4e2d\u4e0d\u91cd\u590d\u5730\u8d70\u904d\u4e03\u5ea7\u6865\u7684\u95ee\u9898\u3002", "entity_id": "\u54e5\u5c3c\u65af\u5821", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5c3c\u65af\u5821", "label": "\u54e5\u5c3c\u65af\u5821", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92\u003cSEP\u003echunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "K\u00f6nigsberg (now Kaliningrad) was the setting of the historical seven bridges problem, resolved by Euler.\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u662f\u4e00\u4e2a\u5730\u7406\u4f4d\u7f6e\u7684\u540d\u79f0\uff0c\u4ee5\u5176\u4e03\u5ea7\u6865\u95ee\u9898\u800c\u95fb\u540d\uff0c\u8be5\u95ee\u9898\u88ab\u6b27\u62c9\u7528\u4e8e\u7814\u7a76\u7f51\u7edc\u7684\u4e00\u7b14\u753b\u95ee\u9898\u3002\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u662f\u4e03\u5ea7\u6865\u95ee\u9898\u7684\u53d1\u6e90\u5730\uff0c\u5f53\u5730\u5c45\u6c11\u63d0\u51fa\u662f\u5426\u80fd\u5728\u4e00\u6b21\u6563\u6b65\u4e2d\u4e0d\u91cd\u590d\u5730\u8d70\u904d\u4e03\u5ea7\u6865\u7684\u95ee\u9898\u3002"}, {"color": "#8fce84", "created_at": 1752884140, "description": "The bridge problem\u0027s abstraction established fundamental graph theory principles.", "entity_id": "\u56fe\u8bba", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u8bba", "label": "\u56fe\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "The bridge problem\u0027s abstraction established fundamental graph theory principles."}, {"color": "#01e146", "created_at": 1752884030, "description": "In statistics, the population refers to the complete set of items or measurements being studied.\u003cSEP\u003e\u603b\u4f53\u662f\u968f\u673a\u53d8\u91cf\u53d6\u503c\u7684\u6982\u7387\u5206\u5e03\uff0c\u4ee3\u8868\u5b8c\u6574\u7684\u7406\u8bba\u5206\u5e03\u3002", "entity_id": "\u603b\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u603b\u4f53", "label": "\u603b\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "In statistics, the population refers to the complete set of items or measurements being studied.\u003cSEP\u003e\u603b\u4f53\u662f\u968f\u673a\u53d8\u91cf\u53d6\u503c\u7684\u6982\u7387\u5206\u5e03\uff0c\u4ee3\u8868\u5b8c\u6574\u7684\u7406\u8bba\u5206\u5e03\u3002"}, {"color": "#962a98", "created_at": 1752884095, "description": "\u63cf\u8ff0\u8fde\u7eed\u968f\u673a\u53d8\u91cf\u6982\u7387\u5206\u5e03\u7684\u51fd\u6570\u5f62\u5f0f\u3002", "entity_id": "\u5bc6\u5ea6\u51fd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5bc6\u5ea6\u51fd\u6570", "label": "\u5bc6\u5ea6\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u63cf\u8ff0\u8fde\u7eed\u968f\u673a\u53d8\u91cf\u6982\u7387\u5206\u5e03\u7684\u51fd\u6570\u5f62\u5f0f\u3002"}, {"color": "#624412", "created_at": 1752884095, "description": "\u7528\u6982\u7387\u52a0\u6743\u5e73\u5747\u65b9\u5f0f\u8868\u793a\u7684\u4fe1\u606f\u91cf\u6d4b\u91cf\u65b9\u6cd5\uff0c\u7531\u7ef4\u7eb3\u548c\u9999\u519c\u53d1\u5c55\u5b8c\u5584\u3002", "entity_id": "\u4fe1\u606f\u71b5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4fe1\u606f\u71b5", "label": "\u4fe1\u606f\u71b5", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u7528\u6982\u7387\u52a0\u6743\u5e73\u5747\u65b9\u5f0f\u8868\u793a\u7684\u4fe1\u606f\u91cf\u6d4b\u91cf\u65b9\u6cd5\uff0c\u7531\u7ef4\u7eb3\u548c\u9999\u519c\u53d1\u5c55\u5b8c\u5584\u3002"}, {"color": "#1fa96f", "created_at": 1752884030, "description": "A method for statistical inference and decision-making, emphasizing classification standards and their impact on results.\u003cSEP\u003e\u6570\u636e\u5206\u7ec4\u539f\u5219\uff1a\u7ec4\u5185\u5dee\u5f02\u6700\u5c0f\u5316\uff0c\u7ec4\u95f4\u5dee\u5f02\u6700\u5927\u5316\uff0c\u7528\u4e8e\u4fe1\u606f\u538b\u7f29\u548c\u5927\u6570\u636e\u7279\u5f81\u63d0\u53d6\u3002", "entity_id": "\u6570\u636e\u5206\u7ec4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u636e\u5206\u7ec4", "label": "\u6570\u636e\u5206\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "A method for statistical inference and decision-making, emphasizing classification standards and their impact on results.\u003cSEP\u003e\u6570\u636e\u5206\u7ec4\u539f\u5219\uff1a\u7ec4\u5185\u5dee\u5f02\u6700\u5c0f\u5316\uff0c\u7ec4\u95f4\u5dee\u5f02\u6700\u5927\u5316\uff0c\u7528\u4e8e\u4fe1\u606f\u538b\u7f29\u548c\u5927\u6570\u636e\u7279\u5f81\u63d0\u53d6\u3002"}, {"color": "#c0f76d", "created_at": 1752884050, "description": "**\u5927\u6570\u636e (Big Data)** refers to extremely large and complex datasets that are characterized by high volume, variety, and velocity, posing challenges to traditional statistical and information science methods. These datasets are often unstructured or semi-structured, resembling the chaotic and multifaceted nature of real-world data. Due to their scale and complexity, big data requires advanced processing techniques and abstract analytical frameworks from mathematics and computer science to extract meaningful insights. It is a central concept in modern computing, necessitating specialized tools and methodologies for effective analysis and interpretation. \n\nKey attributes of big data include: \n- **Volume**: Enormous scale of data. \n- **Variety**: Diverse and often unstructured formats. \n- **Velocity**: Rapid generation and processing requirements. \n\nThe study and application of big data have become essential in addressing contemporary computational and analytical challenges.", "entity_id": "\u5927\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6570\u636e", "label": "\u5927\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-b979930d4003be29c720b25f01498e92", "title": "**\u5927\u6570\u636e (Big Data)** refers to extremely large and complex datasets that are characterized by high volume, variety, and velocity, posing challenges to traditional statistical and information science methods. These datasets are often unstructured or semi-structured, resembling the chaotic and multifaceted nature of real-world data. Due to their scale and complexity, big data requires advanced processing techniques and abstract analytical frameworks from mathematics and computer science to extract meaningful insights. It is a central concept in modern computing, necessitating specialized tools and methodologies for effective analysis and interpretation. \n\nKey attributes of big data include: \n- **Volume**: Enormous scale of data. \n- **Variety**: Diverse and often unstructured formats. \n- **Velocity**: Rapid generation and processing requirements. \n\nThe study and application of big data have become essential in addressing contemporary computational and analytical challenges."}, {"color": "#75258a", "created_at": 1752884053, "description": "Updated curriculum standard expanding data classification methods in secondary education statistics.", "entity_id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u7248)\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u7248)\u300b", "label": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u7248)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Updated curriculum standard expanding data classification methods in secondary education statistics."}, {"color": "#1be2c7", "created_at": 1752884053, "description": "Highlighted as emphasizing classification (categorical relationships), contrasting with Western classical philosophy\u0027s focus on generality.\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5f3a\u8c03\u5b9e\u7528\uff0c\u5f71\u54cd\u4e86\u6570\u5b66\u5b9a\u4e49\u7684\u7406\u89e3\u3002", "entity_id": "\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66", "label": "\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "Highlighted as emphasizing classification (categorical relationships), contrasting with Western classical philosophy\u0027s focus on generality.\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5f3a\u8c03\u5b9e\u7528\uff0c\u5f71\u54cd\u4e86\u6570\u5b66\u5b9a\u4e49\u7684\u7406\u89e3\u3002"}, {"color": "#dd5259", "created_at": 1752884030, "description": "\u5206\u6b65\u5f0f\u7b97\u6cd5\u5e94\u5bf9\u5927\u6570\u636e\u6311\u6218\uff0c\u901a\u8fc7\u5e76\u884c\u8ba1\u7b97\u548c\u7f51\u7edc\u77ac\u65f6\u8ba1\u7b97\u5b9e\u73b0\u9ad8\u6548\u5904\u7406\u3002", "entity_id": "\u5206\u6b65\u5f0f\u7b97\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6b65\u5f0f\u7b97\u6cd5", "label": "\u5206\u6b65\u5f0f\u7b97\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u5206\u6b65\u5f0f\u7b97\u6cd5\u5e94\u5bf9\u5927\u6570\u636e\u6311\u6218\uff0c\u901a\u8fc7\u5e76\u884c\u8ba1\u7b97\u548c\u7f51\u7edc\u77ac\u65f6\u8ba1\u7b97\u5b9e\u73b0\u9ad8\u6548\u5904\u7406\u3002"}, {"color": "#5e88bf", "created_at": 1752884030, "description": "\u6570\u636e\u7684\u5e73\u5747\u72b6\u6001\u5305\u62ec\u52a0\u6743\u5e73\u5747(\u52a0\u6cd5)\u3001\u51e0\u4f55\u5e73\u5747(\u4e58\u6cd5)\u3001\u8c03\u548c\u5e73\u5747(\u5012\u6570)\uff0c\u9002\u7528\u573a\u666f\u4e0d\u540c\u3002", "entity_id": "\u5e73\u5747\u72b6\u6001", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u5747\u72b6\u6001", "label": "\u5e73\u5747\u72b6\u6001", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u6570\u636e\u7684\u5e73\u5747\u72b6\u6001\u5305\u62ec\u52a0\u6743\u5e73\u5747(\u52a0\u6cd5)\u3001\u51e0\u4f55\u5e73\u5747(\u4e58\u6cd5)\u3001\u8c03\u548c\u5e73\u5747(\u5012\u6570)\uff0c\u9002\u7528\u573a\u666f\u4e0d\u540c\u3002"}, {"color": "#41627f", "created_at": 1752884120, "description": "\u9009\u62e9\u5408\u9002\u7684\u5e73\u5747\u65b9\u6cd5\u9700\u7ed3\u5408\u5177\u4f53\u95ee\u9898\u573a\u666f\u3002", "entity_id": "\u95ee\u9898\u80cc\u666f", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u95ee\u9898\u80cc\u666f", "label": "\u95ee\u9898\u80cc\u666f", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u9009\u62e9\u5408\u9002\u7684\u5e73\u5747\u65b9\u6cd5\u9700\u7ed3\u5408\u5177\u4f53\u95ee\u9898\u573a\u666f\u3002"}, {"color": "#a5b712", "created_at": 1752884030, "description": "Qualitative data quantification refers to the process of converting non-numerical data into numerical formats for analysis, especially in big data applications.\u003cSEP\u003e\u5b9a\u6027\u6570\u636e(\u540d\u4e49/\u987a\u5e8f\u6570\u636e)\u901a\u8fc7\u6570\u5b57\u5316\u8f6c\u4e3a\u8ba1\u7b97\u673a\u53ef\u5904\u7406\u683c\u5f0f\uff0c\u652f\u6301\u968f\u673a\u51b3\u7b56\u3002", "entity_id": "\u5b9a\u6027\u6570\u636e\u5b9a\u91cf\u5316", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9a\u6027\u6570\u636e\u5b9a\u91cf\u5316", "label": "\u5b9a\u6027\u6570\u636e\u5b9a\u91cf\u5316", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Qualitative data quantification refers to the process of converting non-numerical data into numerical formats for analysis, especially in big data applications.\u003cSEP\u003e\u5b9a\u6027\u6570\u636e(\u540d\u4e49/\u987a\u5e8f\u6570\u636e)\u901a\u8fc7\u6570\u5b57\u5316\u8f6c\u4e3a\u8ba1\u7b97\u673a\u53ef\u5904\u7406\u683c\u5f0f\uff0c\u652f\u6301\u968f\u673a\u51b3\u7b56\u3002"}, {"color": "#80ec72", "created_at": 1752884056, "description": "Nominal data represents categorical labels without numerical significance, such as ID numbers or gender classifications.", "entity_id": "\u540d\u4e49\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u540d\u4e49\u6570\u636e", "label": "\u540d\u4e49\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Nominal data represents categorical labels without numerical significance, such as ID numbers or gender classifications."}, {"color": "#74e196", "created_at": 1752884057, "description": "Ordinal data represents ordered categories but without consistent numerical intervals, such as survey ratings.\u003cSEP\u003e\u987a\u5e8f\u6570\u636e\u662f\u4e00\u79cd\u5b9a\u6027\u6570\u636e\uff0c\u53ef\u4ee5\u7528\u4e8e\u51b3\u7b56\u5206\u6790\uff0c\u901a\u8fc7\u52a0\u6743\u5e73\u5747\u7b49\u65b9\u6cd5\u3002", "entity_id": "\u987a\u5e8f\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u987a\u5e8f\u6570\u636e", "label": "\u987a\u5e8f\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Ordinal data represents ordered categories but without consistent numerical intervals, such as survey ratings.\u003cSEP\u003e\u987a\u5e8f\u6570\u636e\u662f\u4e00\u79cd\u5b9a\u6027\u6570\u636e\uff0c\u53ef\u4ee5\u7528\u4e8e\u51b3\u7b56\u5206\u6790\uff0c\u901a\u8fc7\u52a0\u6743\u5e73\u5747\u7b49\u65b9\u6cd5\u3002"}, {"color": "#918eaf", "created_at": 1752884030, "description": "**Summary of Mathematical Propositions:** \n\nMathematical propositions are fundamental statements in mathematics that serve as the basis for logical reasoning and verification. These propositions are declarative statements whose correctness (truth or falsity) must be determined through logical validation rather than inherent judgment. They do not inherently judge themselves; instead, participants in mathematical activities\u2014such as educators, learners, and researchers\u2014evaluate their validity. \n\nA key characteristic of mathematical propositions is that they must be verifiable from a mathematical perspective, independent of contextual or external factors. They function as essential building blocks in mathematical research and logical processes, enabling structured reasoning and proof. Whether used in education, problem-solving, or theoretical development, mathematical propositions are central to advancing mathematical knowledge by providing clear, objective statements subject to rigorous analysis. \n\n*(Note: Contradictions were resolved by emphasizing that propositions themselves do not judge but require external validation, while maintaining consistency across descriptions regarding their logical and mathematical nature.)*", "entity_id": "\u6570\u5b66\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u547d\u9898", "label": "\u6570\u5b66\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d", "title": "**Summary of Mathematical Propositions:** \n\nMathematical propositions are fundamental statements in mathematics that serve as the basis for logical reasoning and verification. These propositions are declarative statements whose correctness (truth or falsity) must be determined through logical validation rather than inherent judgment. They do not inherently judge themselves; instead, participants in mathematical activities\u2014such as educators, learners, and researchers\u2014evaluate their validity. \n\nA key characteristic of mathematical propositions is that they must be verifiable from a mathematical perspective, independent of contextual or external factors. They function as essential building blocks in mathematical research and logical processes, enabling structured reasoning and proof. Whether used in education, problem-solving, or theoretical development, mathematical propositions are central to advancing mathematical knowledge by providing clear, objective statements subject to rigorous analysis. \n\n*(Note: Contradictions were resolved by emphasizing that propositions themselves do not judge but require external validation, while maintaining consistency across descriptions regarding their logical and mathematical nature.)*"}, {"color": "#5e7fe5", "created_at": 1752884031, "description": "Mathematical definitions describe research objects, often nominally, as mathematical research is abstract and cannot rely on physical attributes to avoid paradoxes.\u003cSEP\u003e\u521d\u4e2d\u6570\u5b66\u6559\u5b66\u7684\u91cd\u8981\u5185\u5bb9\u003cSEP\u003e\u6570\u5b66\u5b9a\u4e49\u662f\u4e25\u683c\u7684\u5f62\u5f0f\u5316\u5b9a\u4e49\uff0c\u4f53\u73b0\u4e86\u53e4\u5e0c\u814a\u7684\u5b9e\u8d28\u5b9a\u4e49\u4f20\u7edf\u3002", "entity_id": "\u6570\u5b66\u5b9a\u4e49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5b9a\u4e49", "label": "\u6570\u5b66\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d", "title": "Mathematical definitions describe research objects, often nominally, as mathematical research is abstract and cannot rely on physical attributes to avoid paradoxes.\u003cSEP\u003e\u521d\u4e2d\u6570\u5b66\u6559\u5b66\u7684\u91cd\u8981\u5185\u5bb9\u003cSEP\u003e\u6570\u5b66\u5b9a\u4e49\u662f\u4e25\u683c\u7684\u5f62\u5f0f\u5316\u5b9a\u4e49\uff0c\u4f53\u73b0\u4e86\u53e4\u5e0c\u814a\u7684\u5b9e\u8d28\u5b9a\u4e49\u4f20\u7edf\u3002"}, {"color": "#cff0c3", "created_at": 1752884032, "description": "The **\u4e09\u89d2\u5f62 (triangle)** is a fundamental concept in geometry, defined as a plane figure formed by three connected straight-line segments (or edges) with three vertices. It is one of the basic geometric shapes and serves as a key subject of study in mathematical propositions and definitions. Historically, methods for calculating the area of triangles were documented in ancient mathematical texts such as the **Rhind Papyrus**, highlighting its significance in early geometry. Triangles are widely used to illustrate mathematical principles and are essential in various geometric applications. \n\n(Note: The descriptions provided are consistent and complementary, reinforcing the triangle\u0027s definition, historical relevance, and mathematical importance.)", "entity_id": "\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u5f62", "label": "\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-262593f034795826c0c15acbf0edb10f\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "The **\u4e09\u89d2\u5f62 (triangle)** is a fundamental concept in geometry, defined as a plane figure formed by three connected straight-line segments (or edges) with three vertices. It is one of the basic geometric shapes and serves as a key subject of study in mathematical propositions and definitions. Historically, methods for calculating the area of triangles were documented in ancient mathematical texts such as the **Rhind Papyrus**, highlighting its significance in early geometry. Triangles are widely used to illustrate mathematical principles and are essential in various geometric applications. \n\n(Note: The descriptions provided are consistent and complementary, reinforcing the triangle\u0027s definition, historical relevance, and mathematical importance.)"}, {"color": "#df73f1", "created_at": 1752884033, "description": "Wang Li is a renowned linguist and the editor of *Ancient Chinese\u00b7Volume 3* (*\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b*). His scholarly work focuses on Chinese grammar, particularly the structure of declarative sentences. He has proposed distinctive insights into the definition of mathematical propositions, arguing that only statements where predicates function as nouns can form a copulative structure. As both a linguist and an academic editor, Wang Li has made significant contributions to the study of classical and modern Chinese language.", "entity_id": "\u738b\u529b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u529b", "label": "\u738b\u529b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Wang Li is a renowned linguist and the editor of *Ancient Chinese\u00b7Volume 3* (*\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b*). His scholarly work focuses on Chinese grammar, particularly the structure of declarative sentences. He has proposed distinctive insights into the definition of mathematical propositions, arguing that only statements where predicates function as nouns can form a copulative structure. As both a linguist and an academic editor, Wang Li has made significant contributions to the study of classical and modern Chinese language."}, {"color": "#adb0b3", "created_at": 1752884033, "description": "Property propositions describe characteristics of mathematical objects using \u0027is\u0027 or \u0027is not\u0027 constructions.", "entity_id": "\u6027\u8d28\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6027\u8d28\u547d\u9898", "label": "\u6027\u8d28\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Property propositions describe characteristics of mathematical objects using \u0027is\u0027 or \u0027is not\u0027 constructions."}, {"color": "#4b50e3", "created_at": 1752884033, "description": "Modern philosophy includes semantic theories that contrast with mathematical proposition\u0027s context-independence.", "entity_id": "\u73b0\u4ee3\u54f2\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u73b0\u4ee3\u54f2\u5b66", "label": "\u73b0\u4ee3\u54f2\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Modern philosophy includes semantic theories that contrast with mathematical proposition\u0027s context-independence."}, {"color": "#02e858", "created_at": 1752884033, "description": "Relational propositions composed of two property propositions, used in mathematical reasoning.\u003cSEP\u003eRelational propositions describe connections between mathematical objects.", "entity_id": "\u5173\u7cfb\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5173\u7cfb\u547d\u9898", "label": "\u5173\u7cfb\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f", "title": "Relational propositions composed of two property propositions, used in mathematical reasoning.\u003cSEP\u003eRelational propositions describe connections between mathematical objects."}, {"color": "#657b18", "created_at": 1752884034, "description": "**Goldbach\u0027s Conjecture (\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3)** is a famous unsolved problem in mathematics, specifically in the field of number theory. The conjecture states that every even integer greater than 2 can be expressed as the sum of two prime numbers. It is one of the five major mathematical conjectures and has been a significant topic of research, with notable progress made by mathematician Chen Jingrun (\u9648\u666f\u6da6). The conjecture is often cited as an example of a special affirmative syllogism in mathematical discussions. Despite extensive efforts, Goldbach\u0027s Conjecture remains unproven, making it one of the most enduring and well-known open problems in mathematics.", "entity_id": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "label": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab", "title": "**Goldbach\u0027s Conjecture (\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3)** is a famous unsolved problem in mathematics, specifically in the field of number theory. The conjecture states that every even integer greater than 2 can be expressed as the sum of two prime numbers. It is one of the five major mathematical conjectures and has been a significant topic of research, with notable progress made by mathematician Chen Jingrun (\u9648\u666f\u6da6). The conjecture is often cited as an example of a special affirmative syllogism in mathematical discussions. Despite extensive efforts, Goldbach\u0027s Conjecture remains unproven, making it one of the most enduring and well-known open problems in mathematics."}, {"color": "#db2de3", "created_at": 1752884031, "description": "Educational standards that replace axioms with \u0027basic facts,\u0027 emphasizing logical over axiomatic reasoning and incorporating algebraic reasoning.", "entity_id": "\u8bfe\u7a0b\u6807\u51c6", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u8bfe\u7a0b\u6807\u51c6", "label": "\u8bfe\u7a0b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Educational standards that replace axioms with \u0027basic facts,\u0027 emphasizing logical over axiomatic reasoning and incorporating algebraic reasoning."}, {"color": "#dd4575", "created_at": 1752884033, "description": "Geometric postulates discovered through hands-on construction activities rather than direct instruction in the reformed curriculum.\u003cSEP\u003e\u57fa\u672c\u4e8b\u5b9e\u662f\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u8bc1\u660e\u7684\u4f9d\u636e\uff0c\u5982\u2018\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed\u2019\uff0c\u7528\u4e8e\u652f\u6301\u6570\u5b66\u547d\u9898\u7684\u6b63\u786e\u6027\uff0c\u4f46\u4e0d\u6784\u6210\u4e25\u683c\u7684\u516c\u7406\u4f53\u7cfb\u3002", "entity_id": "\u57fa\u672c\u4e8b\u5b9e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u672c\u4e8b\u5b9e", "label": "\u57fa\u672c\u4e8b\u5b9e", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Geometric postulates discovered through hands-on construction activities rather than direct instruction in the reformed curriculum.\u003cSEP\u003e\u57fa\u672c\u4e8b\u5b9e\u662f\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u8bc1\u660e\u7684\u4f9d\u636e\uff0c\u5982\u2018\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed\u2019\uff0c\u7528\u4e8e\u652f\u6301\u6570\u5b66\u547d\u9898\u7684\u6b63\u786e\u6027\uff0c\u4f46\u4e0d\u6784\u6210\u4e25\u683c\u7684\u516c\u7406\u4f53\u7cfb\u3002"}, {"color": "#68ef64", "created_at": 1752884061, "description": "Universal affirmative syllogism form (AAA) where all members of category share property.", "entity_id": "\u5168\u79f0\u80af\u5b9a\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5168\u79f0\u80af\u5b9a\u578b", "label": "\u5168\u79f0\u80af\u5b9a\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Universal affirmative syllogism form (AAA) where all members of category share property."}, {"color": "#dc6968", "created_at": 1752884036, "description": "\u5206\u914d\u5f8b\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u8fd0\u7b97\u89c4\u5219\uff0c\u7528\u4e8e\u89e3\u91ca\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u548c\u7b97\u6cd5\u3002", "entity_id": "\u5206\u914d\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u914d\u5f8b", "label": "\u5206\u914d\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5206\u914d\u5f8b\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u8fd0\u7b97\u89c4\u5219\uff0c\u7528\u4e8e\u89e3\u91ca\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u548c\u7b97\u6cd5\u3002"}, {"color": "#03b9d0", "created_at": 1752884049, "description": "The 2022 edition of China\u0027s compulsory education math curriculum outlines a structured approach to teaching spatial concepts across primary and secondary levels.", "entity_id": "\u4e49\u6559\u6570\u5b66\u8bfe\u6807", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e49\u6559\u6570\u5b66\u8bfe\u6807", "label": "\u4e49\u6559\u6570\u5b66\u8bfe\u6807", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "The 2022 edition of China\u0027s compulsory education math curriculum outlines a structured approach to teaching spatial concepts across primary and secondary levels."}, {"color": "#1850ee", "created_at": 1752884140, "description": "Elementary curriculum systematically develops spatial awareness through concrete 3D object classification.", "entity_id": "\u7a7a\u95f4\u89c2\u5ff5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u89c2\u5ff5", "label": "\u7a7a\u95f4\u89c2\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Elementary curriculum systematically develops spatial awareness through concrete 3D object classification."}, {"color": "#7667c1", "created_at": 1752884120, "description": "Syllogistic structures form the backbone of formal mathematical proofs.", "entity_id": "\u6570\u5b66\u7684\u8bc1\u660e", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u8bc1\u660e", "label": "\u6570\u5b66\u7684\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "Syllogistic structures form the backbone of formal mathematical proofs."}, {"color": "#f25f52", "created_at": 1752884060, "description": "Mathematical proof is a formal process of logical deduction, often using Aristotle\u0027s syllogistic forms like universal affirmative and universal negative.\u003cSEP\u003e\u6570\u5b66\u8bc1\u660e\u662f\u4f7f\u7528\u6f14\u7ece\u63a8\u7406\u7b49\u903b\u8f91\u65b9\u6cd5\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u771f\u5b9e\u6027\u7684\u8fc7\u7a0b\uff0c\u5f3a\u8c03\u5f62\u5f0f\u5316\u548c\u4e25\u8c28\u6027\u3002", "entity_id": "\u6570\u5b66\u8bc1\u660e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u8bc1\u660e", "label": "\u6570\u5b66\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b", "title": "Mathematical proof is a formal process of logical deduction, often using Aristotle\u0027s syllogistic forms like universal affirmative and universal negative.\u003cSEP\u003e\u6570\u5b66\u8bc1\u660e\u662f\u4f7f\u7528\u6f14\u7ece\u63a8\u7406\u7b49\u903b\u8f91\u65b9\u6cd5\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u771f\u5b9e\u6027\u7684\u8fc7\u7a0b\uff0c\u5f3a\u8c03\u5f62\u5f0f\u5316\u548c\u4e25\u8c28\u6027\u3002"}, {"color": "#a90bc0", "created_at": 1752884060, "description": "The first figure of syllogism that Aristotle identified as fundamental, with four subtypes.", "entity_id": "\u7b2c\u4e00\u683c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b2c\u4e00\u683c", "label": "\u7b2c\u4e00\u683c", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The first figure of syllogism that Aristotle identified as fundamental, with four subtypes."}, {"color": "#8c2df2", "created_at": 1752884060, "description": "Medieval scholastic scholars who expanded Aristotle\u0027s syllogism theory by adding a fourth figure.", "entity_id": "\u4e2d\u4e16\u7eaa\u7ecf\u9662\u5b66\u8005", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u4e16\u7eaa\u7ecf\u9662\u5b66\u8005", "label": "\u4e2d\u4e16\u7eaa\u7ecf\u9662\u5b66\u8005", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Medieval scholastic scholars who expanded Aristotle\u0027s syllogism theory by adding a fourth figure."}, {"color": "#eeb04a", "created_at": 1752884061, "description": "Extended syllogistic reasoning combining multiple simple deductions in sequence.\u003cSEP\u003e\u6574\u4f53\u6f14\u7ece\u63a8\u7406\u662f\u4e00\u79cd\u903b\u8f91\u63a8\u7406\u8fc7\u7a0b\uff0c\u53ef\u4ee5\u5206\u89e3\u4e3a\u82e5\u5e72\u4e2a\u7b80\u5355\u6f14\u7ece\u63a8\u7406\u9996\u5c3e\u76f8\u63a5\u7684\u5f62\u5f0f\uff0c\u4fdd\u6301\u8bba\u8bc1\u5bf9\u8c61\u548c\u6027\u8d28\u4f20\u9012\u6027\u3002", "entity_id": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406", "label": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b", "title": "Extended syllogistic reasoning combining multiple simple deductions in sequence.\u003cSEP\u003e\u6574\u4f53\u6f14\u7ece\u63a8\u7406\u662f\u4e00\u79cd\u903b\u8f91\u63a8\u7406\u8fc7\u7a0b\uff0c\u53ef\u4ee5\u5206\u89e3\u4e3a\u82e5\u5e72\u4e2a\u7b80\u5355\u6f14\u7ece\u63a8\u7406\u9996\u5c3e\u76f8\u63a5\u7684\u5f62\u5f0f\uff0c\u4fdd\u6301\u8bba\u8bc1\u5bf9\u8c61\u548c\u6027\u8d28\u4f20\u9012\u6027\u3002"}, {"color": "#73a658", "created_at": 1752884060, "description": "Bertrand Russell (\u7f57\u7d20) was a renowned British philosopher, logician, mathematician, and author who made significant contributions across multiple disciplines. As a philosopher, he explored the intersection of mathematics and mysticism, particularly commenting on Pythagoras\u0027 influence in this domain. He also critically examined and expanded upon Aristotle\u0027s logical forms, emphasizing key distinctions between abstract and concrete statements. Russell further delved into the nature of judgments, analyzing the differences between abstract and concrete existence. \n\nIn mathematics and logic, Russell co-authored the seminal work *Principia Mathematica* with Alfred North Whitehead, aiming to establish a logical foundation for mathematics. He is also famous for proposing notable logical paradoxes, such as the Barber Paradox, which challenged conventional understandings in set theory. \n\nAdditionally, Russell was a prolific writer on philosophy and history. He authored *A History of Western Philosophy* (\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b), a comprehensive and influential survey of Western philosophical thought. His multidisciplinary expertise, spanning philosophy, logic, mathematics, and historical analysis, solidified his legacy as one of the most important intellectual figures of the 20th century.", "entity_id": "\u7f57\u7d20", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u7d20", "label": "\u7f57\u7d20", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "Bertrand Russell (\u7f57\u7d20) was a renowned British philosopher, logician, mathematician, and author who made significant contributions across multiple disciplines. As a philosopher, he explored the intersection of mathematics and mysticism, particularly commenting on Pythagoras\u0027 influence in this domain. He also critically examined and expanded upon Aristotle\u0027s logical forms, emphasizing key distinctions between abstract and concrete statements. Russell further delved into the nature of judgments, analyzing the differences between abstract and concrete existence. \n\nIn mathematics and logic, Russell co-authored the seminal work *Principia Mathematica* with Alfred North Whitehead, aiming to establish a logical foundation for mathematics. He is also famous for proposing notable logical paradoxes, such as the Barber Paradox, which challenged conventional understandings in set theory. \n\nAdditionally, Russell was a prolific writer on philosophy and history. He authored *A History of Western Philosophy* (\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b), a comprehensive and influential survey of Western philosophical thought. His multidisciplinary expertise, spanning philosophy, logic, mathematics, and historical analysis, solidified his legacy as one of the most important intellectual figures of the 20th century."}, {"color": "#909a03", "created_at": 1752884030, "description": "Axiomatic systems provide fundamental assumptions for mathematical theory construction.\u003cSEP\u003e\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u4e2d\u57fa\u4e8e\u4e00\u7ec4\u516c\u7406\u7684\u903b\u8f91\u7cfb\u7edf\uff0c\u59cb\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\uff0c\u73b0\u4ee3\u6570\u5b66\u7684\u516c\u7406\u4f53\u7cfb\u66f4\u6ce8\u91cd\u76f8\u5bb9\u6027\u548c\u5b8c\u5907\u6027\u3002", "entity_id": "\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u7406\u4f53\u7cfb", "label": "\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Axiomatic systems provide fundamental assumptions for mathematical theory construction.\u003cSEP\u003e\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u4e2d\u57fa\u4e8e\u4e00\u7ec4\u516c\u7406\u7684\u903b\u8f91\u7cfb\u7edf\uff0c\u59cb\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\uff0c\u73b0\u4ee3\u6570\u5b66\u7684\u516c\u7406\u4f53\u7cfb\u66f4\u6ce8\u91cd\u76f8\u5bb9\u6027\u548c\u5b8c\u5907\u6027\u3002"}, {"color": "#b75bab", "created_at": 1752884034, "description": "\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u8981\u6c42\uff0c\u6307\u516c\u7406\u7cfb\u7edf\u5185\u90e8\u4e0d\u80fd\u4ea7\u751f\u77db\u76fe\u3002\u003cSEP\u003e\u76f8\u5bb9\u6027refers to the consistency of an axiomatic system, meaning no contradictions can be derived from its axioms.", "entity_id": "\u76f8\u5bb9\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u5bb9\u6027", "label": "\u76f8\u5bb9\u6027", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u8981\u6c42\uff0c\u6307\u516c\u7406\u7cfb\u7edf\u5185\u90e8\u4e0d\u80fd\u4ea7\u751f\u77db\u76fe\u3002\u003cSEP\u003e\u76f8\u5bb9\u6027refers to the consistency of an axiomatic system, meaning no contradictions can be derived from its axioms."}, {"color": "#bf187d", "created_at": 1752884034, "description": "\u5b8c\u5907\u6027is a property of axiomatic systems where all true statements can be derived from the axioms.\u003cSEP\u003e\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u8981\u6c42\uff0c\u6307\u7cfb\u7edf\u5185\u6240\u6709\u771f\u547d\u9898\u90fd\u80fd\u88ab\u8bc1\u660e\u3002", "entity_id": "\u5b8c\u5907\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b8c\u5907\u6027", "label": "\u5b8c\u5907\u6027", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "\u5b8c\u5907\u6027is a property of axiomatic systems where all true statements can be derived from the axioms.\u003cSEP\u003e\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u8981\u6c42\uff0c\u6307\u7cfb\u7edf\u5185\u6240\u6709\u771f\u547d\u9898\u90fd\u80fd\u88ab\u8bc1\u660e\u3002"}, {"color": "#6fbbe9", "created_at": 1752884030, "description": "A fundamental theorem in number theory stating that every natural number greater than 1 can be represented uniquely as a product of prime numbers, disregarding the order of multiplication.\u003cSEP\u003eFundamental theorem of arithmetic establishes prime numbers as building blocks of integers.\u003cSEP\u003e\u5173\u4e8e\u81ea\u7136\u6570\u552f\u4e00\u5206\u89e3\u4e3a\u7d20\u6570\u7684\u5b9a\u7406\uff0c\u4e0e\u7d20\u6570\u5206\u5e03\u76f8\u5173\u3002", "entity_id": "\u7b97\u672f\u57fa\u672c\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u672f\u57fa\u672c\u5b9a\u7406", "label": "\u7b97\u672f\u57fa\u672c\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "A fundamental theorem in number theory stating that every natural number greater than 1 can be represented uniquely as a product of prime numbers, disregarding the order of multiplication.\u003cSEP\u003eFundamental theorem of arithmetic establishes prime numbers as building blocks of integers.\u003cSEP\u003e\u5173\u4e8e\u81ea\u7136\u6570\u552f\u4e00\u5206\u89e3\u4e3a\u7d20\u6570\u7684\u5b9a\u7406\uff0c\u4e0e\u7d20\u6570\u5206\u5e03\u76f8\u5173\u3002"}, {"color": "#a1105d", "created_at": 1752884120, "description": "The theorem governs how primes constitute the multiplicative building blocks of numbers.", "entity_id": "\u7d20\u6570\u7684\u5206\u5e03", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u7d20\u6570\u7684\u5206\u5e03", "label": "\u7d20\u6570\u7684\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "The theorem governs how primes constitute the multiplicative building blocks of numbers."}, {"color": "#e1349a", "created_at": 1752884042, "description": "Carl Friedrich Gauss (\u9ad8\u65af), a renowned German mathematician, made profound contributions across multiple fields of mathematics and science. He is celebrated for his work in number theory, including the formula for the sum of the first *n* natural numbers and his conjecture on the distribution of prime numbers, which laid the groundwork for the prime number theorem. Gauss also extended the fundamental theorem of arithmetic to complex numbers in his doctoral thesis, leading to the algebraic fundamental theorem. \n\nAs a professor at the University of G\u00f6ttingen, he influenced many later scholars, including David Hilbert. In geometry, Gauss introduced the concept of Gaussian curvature, a measure of a surface\u0027s intrinsic curvature, and developed a unified formula for calculating the sum of angles in a triangle. Additionally, he recognized the significance of studying positional geometry (*geometria situs*), inspiring his student Johann Benedict Listing to further develop the field of topology. \n\nGauss\u0027s legacy endures as one of history\u0027s greatest mathematicians, with his discoveries shaping modern mathematics, physics, and astronomy.", "entity_id": "\u9ad8\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u65af", "label": "\u9ad8\u65af", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-56d7d657ef131d893c933116865189b0\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Carl Friedrich Gauss (\u9ad8\u65af), a renowned German mathematician, made profound contributions across multiple fields of mathematics and science. He is celebrated for his work in number theory, including the formula for the sum of the first *n* natural numbers and his conjecture on the distribution of prime numbers, which laid the groundwork for the prime number theorem. Gauss also extended the fundamental theorem of arithmetic to complex numbers in his doctoral thesis, leading to the algebraic fundamental theorem. \n\nAs a professor at the University of G\u00f6ttingen, he influenced many later scholars, including David Hilbert. In geometry, Gauss introduced the concept of Gaussian curvature, a measure of a surface\u0027s intrinsic curvature, and developed a unified formula for calculating the sum of angles in a triangle. Additionally, he recognized the significance of studying positional geometry (*geometria situs*), inspiring his student Johann Benedict Listing to further develop the field of topology. \n\nGauss\u0027s legacy endures as one of history\u0027s greatest mathematicians, with his discoveries shaping modern mathematics, physics, and astronomy."}, {"color": "#962b7c", "created_at": 1752884030, "description": "A triangular arrangement of binomial coefficients discovered by Yang Hui, used in combinatorics and probability.\u003cSEP\u003eYang Hui\u0027s triangle demonstrates binomial coefficients and combinatorial patterns.", "entity_id": "\u6768\u8f89\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6768\u8f89\u4e09\u89d2\u5f62", "label": "\u6768\u8f89\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab", "title": "A triangular arrangement of binomial coefficients discovered by Yang Hui, used in combinatorics and probability.\u003cSEP\u003eYang Hui\u0027s triangle demonstrates binomial coefficients and combinatorial patterns."}, {"color": "#b938e8", "created_at": 1752884120, "description": "The triangle\u0027s patterns connect to rational approximations of irrational numbers.", "entity_id": "\u5706\u5468\u7387\u7684\u6709\u7406\u6570\u8868\u8fbe", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u5468\u7387\u7684\u6709\u7406\u6570\u8868\u8fbe", "label": "\u5706\u5468\u7387\u7684\u6709\u7406\u6570\u8868\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "The triangle\u0027s patterns connect to rational approximations of irrational numbers."}, {"color": "#5ab4d9", "created_at": 1752884063, "description": "Chinese mathematician from the Song Dynasty who discovered the recursive method for binomial coefficients, known as Yang Hui\u0027s Triangle.\u003cSEP\u003e\u6768\u8f89is a mathematician from the Southern Song Dynasty known for the Yang Hui Triangle.", "entity_id": "\u6768\u8f89", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6768\u8f89", "label": "\u6768\u8f89", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Chinese mathematician from the Song Dynasty who discovered the recursive method for binomial coefficients, known as Yang Hui\u0027s Triangle.\u003cSEP\u003e\u6768\u8f89is a mathematician from the Southern Song Dynasty known for the Yang Hui Triangle."}, {"color": "#852334", "created_at": 1752884037, "description": "Ancient India is a historical civilization with significant contributions to mathematics, including the concept of zero.", "entity_id": "\u53e4\u5370\u5ea6", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5370\u5ea6", "label": "\u53e4\u5370\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Ancient India is a historical civilization with significant contributions to mathematics, including the concept of zero."}, {"color": "#f9c67e", "created_at": 1752884066, "description": "**Algebraic Numbers (\u4ee3\u6570\u6570)** \n\nAlgebraic numbers are real or complex numbers that serve as roots of non-zero polynomial equations with integer (or equivalently, rational) coefficients. They include all rational numbers, as well as certain irrational numbers such as \u221a2 and the golden ratio, which can be expressed as solutions to polynomial equations (e.g., \\( x^2 - 2 = 0 \\)). \n\nA key distinction in number theory is that algebraic numbers are contrasted with transcendental numbers (such as \u03c0 and e), which cannot be roots of such polynomials. This classification was notably emphasized by mathematicians like Euler. \n\nThe set of algebraic numbers is countably infinite, meaning its cardinality is the same as that of the natural numbers\u2014a significant result proven by Georg Cantor. While they encompass many irrational numbers, not all irrationals are algebraic; transcendental numbers form a separate, uncountable class. \n\nIn summary, algebraic numbers are a fundamental concept in mathematics, bridging algebra and number theory, with properties that distinguish them from both rational and transcendental numbers.", "entity_id": "\u4ee3\u6570\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u6570", "label": "\u4ee3\u6570\u6570", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "**Algebraic Numbers (\u4ee3\u6570\u6570)** \n\nAlgebraic numbers are real or complex numbers that serve as roots of non-zero polynomial equations with integer (or equivalently, rational) coefficients. They include all rational numbers, as well as certain irrational numbers such as \u221a2 and the golden ratio, which can be expressed as solutions to polynomial equations (e.g., \\( x^2 - 2 = 0 \\)). \n\nA key distinction in number theory is that algebraic numbers are contrasted with transcendental numbers (such as \u03c0 and e), which cannot be roots of such polynomials. This classification was notably emphasized by mathematicians like Euler. \n\nThe set of algebraic numbers is countably infinite, meaning its cardinality is the same as that of the natural numbers\u2014a significant result proven by Georg Cantor. While they encompass many irrational numbers, not all irrationals are algebraic; transcendental numbers form a separate, uncountable class. \n\nIn summary, algebraic numbers are a fundamental concept in mathematics, bridging algebra and number theory, with properties that distinguish them from both rational and transcendental numbers."}, {"color": "#9a6e04", "created_at": 1752884066, "description": "\u67f3\u7ef4\u5c14(Liouville) proved the existence of transcendental numbers using constructive methods in 1844.", "entity_id": "\u67f3\u7ef4\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67f3\u7ef4\u5c14", "label": "\u67f3\u7ef4\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "\u67f3\u7ef4\u5c14(Liouville) proved the existence of transcendental numbers using constructive methods in 1844."}, {"color": "#5eafc3", "created_at": 1752884067, "description": "Formalized in 1872 by Cantor and Dedekind, resolving continuity and\u8fd0\u7b97issues.", "entity_id": "\u5b9e\u6570\u7406\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u6570\u7406\u8bba", "label": "\u5b9e\u6570\u7406\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Formalized in 1872 by Cantor and Dedekind, resolving continuity and\u8fd0\u7b97issues."}, {"color": "#5297de", "created_at": 1752884067, "description": "Ancient civilization that used integers and fractions empirically before formal mathematical rigor.", "entity_id": "\u57c3\u53ca\u4eba", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u57c3\u53ca\u4eba", "label": "\u57c3\u53ca\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Ancient civilization that used integers and fractions empirically before formal mathematical rigor."}, {"color": "#7fbf37", "created_at": 1752884067, "description": "Finite decimals are used to approximate irrational numbers in real-life calculations.", "entity_id": "\u6709\u9650\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u9650\u5c0f\u6570", "label": "\u6709\u9650\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Finite decimals are used to approximate irrational numbers in real-life calculations."}, {"color": "#64e580", "created_at": 1752884067, "description": "Georg Cantor was a German mathematician who contributed to the theory of irrational numbers and real numbers.", "entity_id": "\u5fb7\u56fd\u6570\u5b66\u5bb6\u5eb7\u6258", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5fb7\u56fd\u6570\u5b66\u5bb6\u5eb7\u6258", "label": "\u5fb7\u56fd\u6570\u5b66\u5bb6\u5eb7\u6258", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Georg Cantor was a German mathematician who contributed to the theory of irrational numbers and real numbers."}, {"color": "#374a4d", "created_at": 1752884037, "description": "**Ancient Egypt (\u53e4\u57c3\u53ca)** was a historical civilization located in arid northern Africa, profoundly influenced by the Nile River\u0027s annual flooding, which shaped its agriculture and spurred the development of practical geometry. This ancient civilization made significant contributions to mathematics, including the use of fractions, the approximation of irrational numbers in practical calculations, and the independent development of geometric principles. Notably, Ancient Egypt applied Pythagorean triples in the construction of its iconic pyramids. \n\nThe civilization also excelled in astronomical knowledge, creating the Sothic (Sirius-based) calendar and mastering a precise solar calendar, with calculations of the annual cycle aligning with those of ancient China. Its advancements in timekeeping were closely tied to the Nile\u0027s flooding cycles, which were central to its agricultural and societal organization. \n\nOverall, Ancient Egypt was a pioneering civilization that combined practical mathematical and geometric innovations with astronomical and calendrical expertise, all deeply rooted in its environmental and cultural context.", "entity_id": "\u53e4\u57c3\u53ca", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u57c3\u53ca", "label": "\u53e4\u57c3\u53ca", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "**Ancient Egypt (\u53e4\u57c3\u53ca)** was a historical civilization located in arid northern Africa, profoundly influenced by the Nile River\u0027s annual flooding, which shaped its agriculture and spurred the development of practical geometry. This ancient civilization made significant contributions to mathematics, including the use of fractions, the approximation of irrational numbers in practical calculations, and the independent development of geometric principles. Notably, Ancient Egypt applied Pythagorean triples in the construction of its iconic pyramids. \n\nThe civilization also excelled in astronomical knowledge, creating the Sothic (Sirius-based) calendar and mastering a precise solar calendar, with calculations of the annual cycle aligning with those of ancient China. Its advancements in timekeeping were closely tied to the Nile\u0027s flooding cycles, which were central to its agricultural and societal organization. \n\nOverall, Ancient Egypt was a pioneering civilization that combined practical mathematical and geometric innovations with astronomical and calendrical expertise, all deeply rooted in its environmental and cultural context."}, {"color": "#0ba3f2", "created_at": 1752884038, "description": "Ancient China is referenced as an early civilization that approximated irrational numbers in practical calculations.\u003cSEP\u003e\u53d1\u5c55\u51fa\u72ec\u7279\u7684\u5206\u6570\u7cfb\u7edf\u7528\u4e8e\u5929\u6587\u5386\u6cd5\u8ba1\u7b97", "entity_id": "\u4e2d\u56fd\u53e4\u4ee3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u53e4\u4ee3", "label": "\u4e2d\u56fd\u53e4\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "Ancient China is referenced as an early civilization that approximated irrational numbers in practical calculations.\u003cSEP\u003e\u53d1\u5c55\u51fa\u72ec\u7279\u7684\u5206\u6570\u7cfb\u7edf\u7528\u4e8e\u5929\u6587\u5386\u6cd5\u8ba1\u7b97"}, {"color": "#ee5888", "created_at": 1752884035, "description": "**\u6781\u9650\u8fd0\u7b97 (Limit Operations)** \n\n\u6781\u9650\u8fd0\u7b97\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u4e25\u683c\u5b9a\u4e49\u65e0\u7406\u6570\u53ca\u5176\u6536\u655b\u6027\u7684\u91cd\u8981\u8fc7\u7a0b\u3002\u5b83\u5728\u5fae\u79ef\u5206\u4e2d\u7528\u4e8e\u4fdd\u6301\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u7684\u4f20\u9012\u6027\uff0c\u5e76\u4f5c\u4e3a\u533a\u5206\u5b9e\u6570\u4e0e\u53ef\u6570\u96c6\u7684\u57fa\u672c\u5de5\u5177\u4e4b\u4e00\u3002\u6781\u9650\u8fd0\u7b97\u5c06\u6709\u754c\u6570\u5217\u7684\u6781\u9650\u89c6\u4e3a\u5b9e\u6570\uff0c\u4ece\u800c\u5c06\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97\uff08\u52a0\u3001\u51cf\u3001\u4e58\u3001\u9664\uff09\u62d3\u5c55\u5230\u5b9e\u6570\u9886\u57df\uff0c\u540c\u65f6\u786e\u4fdd\u8fd0\u7b97\u7684\u4f20\u9012\u6027\u6210\u7acb\u3002\u6b64\u5916\uff0c\u6781\u9650\u8fd0\u7b97\u4e5f\u662f\u8bc1\u660e\u65e0\u9650\u5faa\u73af\u5c0f\u6570\u4e0e\u5206\u6570\u7b49\u4ef7\u6027\u7684\u5173\u952e\u6570\u5b66\u5de5\u5177\uff0c\u901a\u8fc7\u5206\u6790\u6570\u5217\u7684\u6781\u9650\u884c\u4e3a\uff0c\u5efa\u7acb\u4e24\u8005\u4e4b\u95f4\u7684\u4e25\u8c28\u5bf9\u5e94\u5173\u7cfb\u3002 \n\n\u7efc\u4e0a\uff0c\u6781\u9650\u8fd0\u7b97\u5728\u5b9e\u6570\u7406\u8bba\u3001\u5fae\u79ef\u5206\u548c\u6570\u5b66\u5206\u6790\u4e2d\u5177\u6709\u591a\u91cd\u6838\u5fc3\u4f5c\u7528\uff0c\u65e2\u62d3\u5c55\u4e86\u6570\u7684\u8fd0\u7b97\u8303\u56f4\uff0c\u53c8\u4e3a\u8fde\u7eed\u6027\u3001\u6536\u655b\u6027\u7b49\u6982\u5ff5\u63d0\u4f9b\u4e86\u4e25\u683c\u7684\u57fa\u7840\u3002", "entity_id": "\u6781\u9650\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6781\u9650\u8fd0\u7b97", "label": "\u6781\u9650\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "**\u6781\u9650\u8fd0\u7b97 (Limit Operations)** \n\n\u6781\u9650\u8fd0\u7b97\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u4e25\u683c\u5b9a\u4e49\u65e0\u7406\u6570\u53ca\u5176\u6536\u655b\u6027\u7684\u91cd\u8981\u8fc7\u7a0b\u3002\u5b83\u5728\u5fae\u79ef\u5206\u4e2d\u7528\u4e8e\u4fdd\u6301\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u7684\u4f20\u9012\u6027\uff0c\u5e76\u4f5c\u4e3a\u533a\u5206\u5b9e\u6570\u4e0e\u53ef\u6570\u96c6\u7684\u57fa\u672c\u5de5\u5177\u4e4b\u4e00\u3002\u6781\u9650\u8fd0\u7b97\u5c06\u6709\u754c\u6570\u5217\u7684\u6781\u9650\u89c6\u4e3a\u5b9e\u6570\uff0c\u4ece\u800c\u5c06\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97\uff08\u52a0\u3001\u51cf\u3001\u4e58\u3001\u9664\uff09\u62d3\u5c55\u5230\u5b9e\u6570\u9886\u57df\uff0c\u540c\u65f6\u786e\u4fdd\u8fd0\u7b97\u7684\u4f20\u9012\u6027\u6210\u7acb\u3002\u6b64\u5916\uff0c\u6781\u9650\u8fd0\u7b97\u4e5f\u662f\u8bc1\u660e\u65e0\u9650\u5faa\u73af\u5c0f\u6570\u4e0e\u5206\u6570\u7b49\u4ef7\u6027\u7684\u5173\u952e\u6570\u5b66\u5de5\u5177\uff0c\u901a\u8fc7\u5206\u6790\u6570\u5217\u7684\u6781\u9650\u884c\u4e3a\uff0c\u5efa\u7acb\u4e24\u8005\u4e4b\u95f4\u7684\u4e25\u8c28\u5bf9\u5e94\u5173\u7cfb\u3002 \n\n\u7efc\u4e0a\uff0c\u6781\u9650\u8fd0\u7b97\u5728\u5b9e\u6570\u7406\u8bba\u3001\u5fae\u79ef\u5206\u548c\u6570\u5b66\u5206\u6790\u4e2d\u5177\u6709\u591a\u91cd\u6838\u5fc3\u4f5c\u7528\uff0c\u65e2\u62d3\u5c55\u4e86\u6570\u7684\u8fd0\u7b97\u8303\u56f4\uff0c\u53c8\u4e3a\u8fde\u7eed\u6027\u3001\u6536\u655b\u6027\u7b49\u6982\u5ff5\u63d0\u4f9b\u4e86\u4e25\u683c\u7684\u57fa\u7840\u3002"}, {"color": "#158685", "created_at": 1752884086, "description": "Ancient Greek intellectuals who developed geometric theories and emphasized deductive reasoning.\u003cSEP\u003eAncient Greek scholars who used geometric methods to explain irrational numbers like \u221a2 and explored compass and straightedge constructions.", "entity_id": "\u53e4\u5e0c\u814a\u5b66\u8005", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a\u5b66\u8005", "label": "\u53e4\u5e0c\u814a\u5b66\u8005", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Ancient Greek intellectuals who developed geometric theories and emphasized deductive reasoning.\u003cSEP\u003eAncient Greek scholars who used geometric methods to explain irrational numbers like \u221a2 and explored compass and straightedge constructions."}, {"color": "#cc702c", "created_at": 1752884067, "description": "Fundamental theorem of algebra guaranteeing that every non-zero polynomial has roots, used in the impossibility proof.\u003cSEP\u003eFundamental theorem of algebra stating every non-constant polynomial has complex root.", "entity_id": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "label": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2", "title": "Fundamental theorem of algebra guaranteeing that every non-zero polynomial has roots, used in the impossibility proof.\u003cSEP\u003eFundamental theorem of algebra stating every non-constant polynomial has complex root."}, {"color": "#2ddfde", "created_at": 1752884030, "description": "Pythagorean triples like (3,4,5) used in ancient geometry.\u003cSEP\u003ePythagorean triples satisfy the ancient theorem\u0027s conditions for right triangles.\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u6982\u5ff5", "entity_id": "\u52fe\u80a1\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52fe\u80a1\u6570", "label": "\u52fe\u80a1\u6570", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Pythagorean triples like (3,4,5) used in ancient geometry.\u003cSEP\u003ePythagorean triples satisfy the ancient theorem\u0027s conditions for right triangles.\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u6982\u5ff5"}, {"color": "#6d1882", "created_at": 1752884120, "description": "Pythagorean principles apply to astronomical measurements like solar angles.", "entity_id": "\u592a\u9633\u7684\u9ad8\u5ea6", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u592a\u9633\u7684\u9ad8\u5ea6", "label": "\u592a\u9633\u7684\u9ad8\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "Pythagorean principles apply to astronomical measurements like solar angles."}, {"color": "#98f851", "created_at": 1752884047, "description": "A Babylonian clay tablet listing 15 sets of Pythagorean triples.\u003cSEP\u003eBabylonian clay tablet containing advanced mathematical tables and Pythagorean triples.", "entity_id": "\u666e\u6797\u987f322", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u6797\u987f322", "label": "\u666e\u6797\u987f322", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "A Babylonian clay tablet listing 15 sets of Pythagorean triples.\u003cSEP\u003eBabylonian clay tablet containing advanced mathematical tables and Pythagorean triples."}, {"color": "#ac8cde", "created_at": 1752884073, "description": "The Great Pyramid of Giza, demonstrating advanced geometric precision.", "entity_id": "\u80e1\u592b\u91d1\u5b57\u5854", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u80e1\u592b\u91d1\u5b57\u5854", "label": "\u80e1\u592b\u91d1\u5b57\u5854", "shape": "dot", "size": 10, "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The Great Pyramid of Giza, demonstrating advanced geometric precision."}, {"color": "#4e614c", "created_at": 1752884111, "description": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u6210\u5c31", "entity_id": "\u9648\u5b50\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9648\u5b50\u5b9a\u7406", "label": "\u9648\u5b50\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u6210\u5c31"}, {"color": "#30c97f", "created_at": 1752884031, "description": "Formal logic that describes definitions as revealing the connotation of research objects.\u003cSEP\u003e\u5f62\u5f0f\u903b\u8f91\u662f\u7814\u7a76\u63a8\u7406\u548c\u8bba\u8bc1\u7ed3\u6784\u7684\u5b66\u79d1\uff0c\u91d1\u5cb3\u9716\u7b49\u5b66\u8005\u5bf9\u5176\u6709\u6df1\u5165\u7814\u7a76\u3002", "entity_id": "\u5f62\u5f0f\u903b\u8f91", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f62\u5f0f\u903b\u8f91", "label": "\u5f62\u5f0f\u903b\u8f91", "shape": "dot", "size": 10, "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Formal logic that describes definitions as revealing the connotation of research objects.\u003cSEP\u003e\u5f62\u5f0f\u903b\u8f91\u662f\u7814\u7a76\u63a8\u7406\u548c\u8bba\u8bc1\u7ed3\u6784\u7684\u5b66\u79d1\uff0c\u91d1\u5cb3\u9716\u7b49\u5b66\u8005\u5bf9\u5176\u6709\u6df1\u5165\u7814\u7a76\u3002"}, {"color": "#b80161", "created_at": 1752884031, "description": "A classical Chinese text referenced to explain the relationship between mathematical definitions, propositions, and reasoning.\u003cSEP\u003e\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b is a classical Chinese text offering concise philosophical insights on definition, proposition, and argumentation.", "entity_id": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b", "label": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d", "title": "A classical Chinese text referenced to explain the relationship between mathematical definitions, propositions, and reasoning.\u003cSEP\u003e\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b is a classical Chinese text offering concise philosophical insights on definition, proposition, and argumentation."}, {"color": "#70be3d", "created_at": 1752884031, "description": "Isaac Newton (\u725b\u987f) was a renowned English mathematician and physicist, widely celebrated for his foundational contributions to science and mathematics. He is best known for formulating the three laws of motion, which mathematically defined force and its effects, as well as the universal law of gravitation, explaining the pervasive force of attraction in the universe. Newton co-founded calculus in the 17th century, introducing concepts such as \"fluxions\" (an early form of calculus) and binomial series expansion, while also deriving power series for trigonometric functions. His seminal work, *Principia Mathematica*, modeled after Euclid\u0027s deductive style, synthesized these principles and established a rigorous framework for classical mechanics. \n\nBeyond his published works, Newton left approximately 5,000 pages of unpublished manuscripts, later released by Cambridge University Press, including a 1666 manuscript on fluxions. He was also the first to use polar coordinates to describe the position of points in a plane, as seen in his work *Method of Fluxions and Infinite Series*. Influenced by Cartesian (Descartes) thought, Newton\u0027s interdisciplinary approach bridged mathematics and physics, shaping modern scientific methodology. His legacy endures as one of the greatest scientific minds in history, with his laws and mathematical innovations remaining central to both fields.", "entity_id": "\u725b\u987f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u725b\u987f", "label": "\u725b\u987f", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803\u003cSEP\u003echunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae", "title": "Isaac Newton (\u725b\u987f) was a renowned English mathematician and physicist, widely celebrated for his foundational contributions to science and mathematics. He is best known for formulating the three laws of motion, which mathematically defined force and its effects, as well as the universal law of gravitation, explaining the pervasive force of attraction in the universe. Newton co-founded calculus in the 17th century, introducing concepts such as \"fluxions\" (an early form of calculus) and binomial series expansion, while also deriving power series for trigonometric functions. His seminal work, *Principia Mathematica*, modeled after Euclid\u0027s deductive style, synthesized these principles and established a rigorous framework for classical mechanics. \n\nBeyond his published works, Newton left approximately 5,000 pages of unpublished manuscripts, later released by Cambridge University Press, including a 1666 manuscript on fluxions. He was also the first to use polar coordinates to describe the position of points in a plane, as seen in his work *Method of Fluxions and Infinite Series*. Influenced by Cartesian (Descartes) thought, Newton\u0027s interdisciplinary approach bridged mathematics and physics, shaping modern scientific methodology. His legacy endures as one of the greatest scientific minds in history, with his laws and mathematical innovations remaining central to both fields."}, {"color": "#2f2c8b", "created_at": 1752884031, "description": "A \u0027line\u0027 is another foundational geometric concept that, like a point, lacks a substantial definition and is typically defined nominally.\u003cSEP\u003eA fundamental geometric concept defined by Euclid as \u0027length without breadth\u0027.\u003cSEP\u003eA one-dimensional geometric object formed by connecting points, with properties like straight segments and infinite extension.", "entity_id": "\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebf", "label": "\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "A \u0027line\u0027 is another foundational geometric concept that, like a point, lacks a substantial definition and is typically defined nominally.\u003cSEP\u003eA fundamental geometric concept defined by Euclid as \u0027length without breadth\u0027.\u003cSEP\u003eA one-dimensional geometric object formed by connecting points, with properties like straight segments and infinite extension."}, {"color": "#4308ca", "created_at": 1752884031, "description": "A \u0027plane\u0027 is a basic geometric concept that cannot be substantially defined due to its fundamental nature, similar to points and lines.\u003cSEP\u003eA fundamental geometric concept defined by Euclid as \u0027having length and breadth\u0027.\u003cSEP\u003eA two-dimensional geometric surface where lines and other planar objects can be defined.", "entity_id": "\u9762", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9762", "label": "\u9762", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "A \u0027plane\u0027 is a basic geometric concept that cannot be substantially defined due to its fundamental nature, similar to points and lines.\u003cSEP\u003eA fundamental geometric concept defined by Euclid as \u0027having length and breadth\u0027.\u003cSEP\u003eA two-dimensional geometric surface where lines and other planar objects can be defined."}, {"color": "#be779f", "created_at": 1752884031, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u6b27\u51e0\u91cc\u5f97\uff08Euclid\uff09\u64b0\u5199\u7684\u7ecf\u5178\u6570\u5b66\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u4e25\u683c\u5b9a\u4e49\u4e86\u6bd4\u4f8b\u3001\u91cf\u7b49\u6982\u5ff5\uff0c\u4f53\u73b0\u4e86\u53e4\u5e0c\u814a\u6570\u5b66\u5bf9\u4e25\u8c28\u903b\u8f91\u548c\u7cbe\u786e\u5b9a\u4e49\u7684\u91cd\u89c6\u3002\u4f5c\u4e3a\u4e00\u90e8\u5960\u57fa\u6027\u6587\u672c\uff0c\u5b83\u4e0d\u4ec5\u5960\u5b9a\u4e86\u53e4\u5178\u51e0\u4f55\u5b66\u7684\u57fa\u7840\uff0c\u4e5f\u5bf9\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\uff0c\u5176\u6559\u80b2\u65b9\u6cd5\u548c\u7406\u8bba\u6846\u67b6\u81f3\u4eca\u4ecd\u6709\u91cd\u8981\u4ef7\u503c\u3002\u7136\u800c\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u5b9a\u4e49\u65b9\u5f0f\u5728\u540e\u4e16\u4e5f\u53d7\u5230\u6279\u5224\uff0c\u5982\u6570\u5b66\u5bb6\u5e0c\u5c14\u4f2f\u7279\uff08Hilbert\uff09\u5bf9\u5176\u903b\u8f91\u4e25\u5bc6\u6027\u63d0\u51fa\u4e86\u8d28\u7591\u3002\u5c3d\u7ba1\u5982\u6b64\uff0c\u300a\u51e0\u4f55\u539f\u672c\u300b\u4ecd\u662f\u6570\u5b66\u53f2\u4e0a\u6700\u5177\u5f71\u54cd\u529b\u7684\u8457\u4f5c\u4e4b\u4e00\uff0c\u8de8\u8d8a\u65f6\u7a7a\uff0c\u6301\u7eed\u5851\u9020\u7740\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u4e0e\u6559\u5b66\u3002", "entity_id": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "label": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u6b27\u51e0\u91cc\u5f97\uff08Euclid\uff09\u64b0\u5199\u7684\u7ecf\u5178\u6570\u5b66\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u4e25\u683c\u5b9a\u4e49\u4e86\u6bd4\u4f8b\u3001\u91cf\u7b49\u6982\u5ff5\uff0c\u4f53\u73b0\u4e86\u53e4\u5e0c\u814a\u6570\u5b66\u5bf9\u4e25\u8c28\u903b\u8f91\u548c\u7cbe\u786e\u5b9a\u4e49\u7684\u91cd\u89c6\u3002\u4f5c\u4e3a\u4e00\u90e8\u5960\u57fa\u6027\u6587\u672c\uff0c\u5b83\u4e0d\u4ec5\u5960\u5b9a\u4e86\u53e4\u5178\u51e0\u4f55\u5b66\u7684\u57fa\u7840\uff0c\u4e5f\u5bf9\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\uff0c\u5176\u6559\u80b2\u65b9\u6cd5\u548c\u7406\u8bba\u6846\u67b6\u81f3\u4eca\u4ecd\u6709\u91cd\u8981\u4ef7\u503c\u3002\u7136\u800c\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u5b9a\u4e49\u65b9\u5f0f\u5728\u540e\u4e16\u4e5f\u53d7\u5230\u6279\u5224\uff0c\u5982\u6570\u5b66\u5bb6\u5e0c\u5c14\u4f2f\u7279\uff08Hilbert\uff09\u5bf9\u5176\u903b\u8f91\u4e25\u5bc6\u6027\u63d0\u51fa\u4e86\u8d28\u7591\u3002\u5c3d\u7ba1\u5982\u6b64\uff0c\u300a\u51e0\u4f55\u539f\u672c\u300b\u4ecd\u662f\u6570\u5b66\u53f2\u4e0a\u6700\u5177\u5f71\u54cd\u529b\u7684\u8457\u4f5c\u4e4b\u4e00\uff0c\u8de8\u8d8a\u65f6\u7a7a\uff0c\u6301\u7eed\u5851\u9020\u7740\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u4e0e\u6559\u5b66\u3002"}, {"color": "#663b5c", "created_at": 1752884033, "description": "The Library of Alexandria is a historic library that collected vast amounts of precious literature and hosted many renowned scholars who made significant contributions to various fields.\u003cSEP\u003e\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u662f\u53e4\u4ee3\u5b66\u672f\u4e2d\u5fc3\uff0c\u6b27\u51e0\u91cc\u5f97\u53d7\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u5728\u6b64\u5de5\u4f5c\uff0c\u5e76\u5b8c\u6210\u300a\u51e0\u4f55\u539f\u672c\u300b\u3002\u003cSEP\u003e\u53e4\u4ee3\u4e16\u754c\u6700\u4f1f\u5927\u7684\u56fe\u4e66\u9986\u4e4b\u4e00\uff0c\u6536\u85cf\u4e86\u5927\u91cf\u73cd\u8d35\u6587\u732e\uff0c\u57c3\u62c9\u6258\u8272\u5c3c\u66fe\u4efb\u9986\u957f\u3002", "entity_id": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "label": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "The Library of Alexandria is a historic library that collected vast amounts of precious literature and hosted many renowned scholars who made significant contributions to various fields.\u003cSEP\u003e\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u662f\u53e4\u4ee3\u5b66\u672f\u4e2d\u5fc3\uff0c\u6b27\u51e0\u91cc\u5f97\u53d7\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u5728\u6b64\u5de5\u4f5c\uff0c\u5e76\u5b8c\u6210\u300a\u51e0\u4f55\u539f\u672c\u300b\u3002\u003cSEP\u003e\u53e4\u4ee3\u4e16\u754c\u6700\u4f1f\u5927\u7684\u56fe\u4e66\u9986\u4e4b\u4e00\uff0c\u6536\u85cf\u4e86\u5927\u91cf\u73cd\u8d35\u6587\u732e\uff0c\u57c3\u62c9\u6258\u8272\u5c3c\u66fe\u4efb\u9986\u957f\u3002"}, {"color": "#5d4db8", "created_at": 1752884034, "description": "\u57c3\u53ca\u6258\u52d2\u5bc6\u738b\u671d\u7684\u7edf\u6cbb\u8005\uff0c\u9080\u8bf7\u6b27\u51e0\u91cc\u5f97\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u3002", "entity_id": "\u6258\u52d2\u5bc6\u4e00\u4e16", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6258\u52d2\u5bc6\u4e00\u4e16", "label": "\u6258\u52d2\u5bc6\u4e00\u4e16", "shape": "dot", "size": 10, "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u57c3\u53ca\u6258\u52d2\u5bc6\u738b\u671d\u7684\u7edf\u6cbb\u8005\uff0c\u9080\u8bf7\u6b27\u51e0\u91cc\u5f97\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u3002"}, {"color": "#9196c9", "created_at": 1752884035, "description": "A property of binary relations where if a\u2248b and b\u2248c, then a\u2248c, fundamental to logical reasoning in mathematics.", "entity_id": "\u5173\u7cfb\u4f20\u9012", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5173\u7cfb\u4f20\u9012", "label": "\u5173\u7cfb\u4f20\u9012", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "A property of binary relations where if a\u2248b and b\u2248c, then a\u2248c, fundamental to logical reasoning in mathematics."}, {"color": "#881916", "created_at": 1752884035, "description": "A property of operations where if a\u2248b, then a\u2295c\u2248b\u2295c, ensuring consistency across mathematical operations.", "entity_id": "\u8fd0\u7b97\u4f20\u9012", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fd0\u7b97\u4f20\u9012", "label": "\u8fd0\u7b97\u4f20\u9012", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "A property of operations where if a\u2248b, then a\u2295c\u2248b\u2295c, ensuring consistency across mathematical operations."}, {"color": "#325e61", "created_at": 1752884062, "description": "Euclid\u0027s \u0027Elements,\u0027 the foundational text of Euclidean geometry containing its original axioms and proofs.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5305\u542b\u51e0\u4f55\u5b66\u57fa\u7840\u548c\u65e0\u7406\u6570\u7684\u51e0\u4f55\u89e3\u91ca\u3002", "entity_id": "\u300a\u539f\u672c\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u539f\u672c\u300b", "label": "\u300a\u539f\u672c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Euclid\u0027s \u0027Elements,\u0027 the foundational text of Euclidean geometry containing its original axioms and proofs.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5305\u542b\u51e0\u4f55\u5b66\u57fa\u7840\u548c\u65e0\u7406\u6570\u7684\u51e0\u4f55\u89e3\u91ca\u3002"}, {"color": "#2d42a3", "created_at": 1752884078, "description": "Euclid\u0027s \u0027Elements\u0027 is a foundational mathematical text kept in the Library of Alexandria.\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u7684\u7ecf\u5178\u6570\u5b66\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002", "entity_id": "\u51e0\u4f55\u539f\u672c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u539f\u672c", "label": "\u51e0\u4f55\u539f\u672c", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Euclid\u0027s \u0027Elements\u0027 is a foundational mathematical text kept in the Library of Alexandria.\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u7684\u7ecf\u5178\u6570\u5b66\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002"}, {"color": "#362dea", "created_at": 1752884103, "description": "Foundational principles and axioms of geometry.", "entity_id": "\u51e0\u4f55\u5b66\u57fa\u7840", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u5b66\u57fa\u7840", "label": "\u51e0\u4f55\u5b66\u57fa\u7840", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Foundational principles and axioms of geometry."}, {"color": "#38351c", "created_at": 1752884156, "description": "Newton mastered binomial series expansion and applied it to trigonometric functions.", "entity_id": "\u4e8c\u9879\u7ea7\u6570", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u9879\u7ea7\u6570", "label": "\u4e8c\u9879\u7ea7\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Newton mastered binomial series expansion and applied it to trigonometric functions."}, {"color": "#afcafd", "created_at": 1752884046, "description": "Polar coordinate system used to describe rotational transformations.\u003cSEP\u003ePolar coordinates represent points in a plane using distance and angle from a reference direction and point.\u003cSEP\u003e\u6781\u5750\u6807\u662f\u4e00\u79cd\u7528\u8ddd\u79bb\u548c\u89d2\u5ea6\u8868\u793a\u5e73\u9762\u4e0a\u70b9\u4f4d\u7f6e\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u57fa\u4e8e\u5317\u6781\u661f\u89c2\u5bdf\u548c\u51e0\u4f55\u539f\u7406\u3002", "entity_id": "\u6781\u5750\u6807", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6781\u5750\u6807", "label": "\u6781\u5750\u6807", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-7c1da99214930a89bb109a0f6bdc6596\u003cSEP\u003echunk-0d7ccd16268481f70b0101a58ee00012", "title": "Polar coordinate system used to describe rotational transformations.\u003cSEP\u003ePolar coordinates represent points in a plane using distance and angle from a reference direction and point.\u003cSEP\u003e\u6781\u5750\u6807\u662f\u4e00\u79cd\u7528\u8ddd\u79bb\u548c\u89d2\u5ea6\u8868\u793a\u5e73\u9762\u4e0a\u70b9\u4f4d\u7f6e\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u57fa\u4e8e\u5317\u6781\u661f\u89c2\u5bdf\u548c\u51e0\u4f55\u539f\u7406\u3002"}, {"color": "#4de860", "created_at": 1752884086, "description": "Newton\u0027s Second Law of Motion, defining force as mass multiplied by acceleration (F = m\u00b7a).", "entity_id": "\u725b\u987f\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u725b\u987f\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "label": "\u725b\u987f\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Newton\u0027s Second Law of Motion, defining force as mass multiplied by acceleration (F = m\u00b7a)."}, {"color": "#21a4cd", "created_at": 1752884086, "description": "**Galileo Galilei (\u4f3d\u5229\u7565)** was a pivotal historical figure in the fields of physics and astronomy, widely regarded as a foundational contributor to modern science. Known as the \"father of modern physics,\" he revolutionized scientific methodology by emphasizing observation, experimentation, and the mathematical description of natural phenomena. His work on free-fall models laid the groundwork for classical mechanics and directly influenced Isaac Newton\u0027s later approach to force and motion. Galileo\u0027s insistence on empirical verification of hypotheses transformed scientific inquiry, bridging the gap between theoretical speculation and evidence-based research. His legacy endures as both an innovator in physics and a key advocate for the scientific method. \n\n(Note: Contradictions were resolved by synthesizing the descriptions into a cohesive narrative, highlighting his role in physics, astronomy, and scientific methodology while acknowledging his influence on Newton.)", "entity_id": "\u4f3d\u5229\u7565", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f3d\u5229\u7565", "label": "\u4f3d\u5229\u7565", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85\u003cSEP\u003echunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "**Galileo Galilei (\u4f3d\u5229\u7565)** was a pivotal historical figure in the fields of physics and astronomy, widely regarded as a foundational contributor to modern science. Known as the \"father of modern physics,\" he revolutionized scientific methodology by emphasizing observation, experimentation, and the mathematical description of natural phenomena. His work on free-fall models laid the groundwork for classical mechanics and directly influenced Isaac Newton\u0027s later approach to force and motion. Galileo\u0027s insistence on empirical verification of hypotheses transformed scientific inquiry, bridging the gap between theoretical speculation and evidence-based research. His legacy endures as both an innovator in physics and a key advocate for the scientific method. \n\n(Note: Contradictions were resolved by synthesizing the descriptions into a cohesive narrative, highlighting his role in physics, astronomy, and scientific methodology while acknowledging his influence on Newton.)"}, {"color": "#1f11d1", "created_at": 1752884097, "description": "\u5f15\u529b\u662f\u81ea\u7136\u754c\u7684\u57fa\u672c\u529b\u4e4b\u4e00\uff0c\u4f3d\u5229\u7565\u3001\u5f00\u666e\u52d2\u3001\u725b\u987f\u548c\u7231\u56e0\u65af\u5766\u5bf9\u5176\u7814\u7a76\u505a\u51fa\u4e86\u91cd\u5927\u8d21\u732e\u3002", "entity_id": "\u5f15\u529b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f15\u529b", "label": "\u5f15\u529b", "shape": "dot", "size": 10, "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u5f15\u529b\u662f\u81ea\u7136\u754c\u7684\u57fa\u672c\u529b\u4e4b\u4e00\uff0c\u4f3d\u5229\u7565\u3001\u5f00\u666e\u52d2\u3001\u725b\u987f\u548c\u7231\u56e0\u65af\u5766\u5bf9\u5176\u7814\u7a76\u505a\u51fa\u4e86\u91cd\u5927\u8d21\u732e\u3002"}, {"color": "#96a20e", "created_at": 1752884097, "description": "\u5f00\u666e\u52d2\u662f\u5fb7\u56fd\u5929\u6587\u5b66\u5bb6\uff0c\u8ba1\u7b97\u4e86\u884c\u661f\u7ed5\u592a\u9633\u7684\u692d\u5706\u8f68\u9053\uff0c\u4e3a\u725b\u987f\u4e07\u6709\u5f15\u529b\u5b9a\u5f8b\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "entity_id": "\u5f00\u666e\u52d2", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f00\u666e\u52d2", "label": "\u5f00\u666e\u52d2", "shape": "dot", "size": 10, "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u5f00\u666e\u52d2\u662f\u5fb7\u56fd\u5929\u6587\u5b66\u5bb6\uff0c\u8ba1\u7b97\u4e86\u884c\u661f\u7ed5\u592a\u9633\u7684\u692d\u5706\u8f68\u9053\uff0c\u4e3a\u725b\u987f\u4e07\u6709\u5f15\u529b\u5b9a\u5f8b\u5960\u5b9a\u4e86\u57fa\u7840\u3002"}, {"color": "#1ae4d6", "created_at": 1752884103, "description": "Cambridge University Press published Newton\u0027s unpublished manuscripts in eight volumes, starting in 1967, including his work on fluxions.", "entity_id": "\u5251\u6865\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5251\u6865\u5927\u5b66\u51fa\u7248\u793e", "label": "\u5251\u6865\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Cambridge University Press published Newton\u0027s unpublished manuscripts in eight volumes, starting in 1967, including his work on fluxions."}, {"color": "#c2f83f", "created_at": 1752884103, "description": "Newton\u0027s early term for derivatives, foundational in calculus.", "entity_id": "\u6d41\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d41\u6570", "label": "\u6d41\u6570", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Newton\u0027s early term for derivatives, foundational in calculus."}, {"color": "#50aded", "created_at": 1752884127, "description": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b provides a framework for understanding mathematical thinking through definition, proposition, and argumentation.", "entity_id": "\u6570\u5b66\u601d\u7ef4", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u601d\u7ef4", "label": "\u6570\u5b66\u601d\u7ef4", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b provides a framework for understanding mathematical thinking through definition, proposition, and argumentation."}, {"color": "#c1f57a", "created_at": 1752884098, "description": "Jin Yuelin is a philosopher and logician, known for his works on formal logic.\u003cSEP\u003e\u91d1\u5cb3\u9716\u662f\u4e2d\u56fd\u903b\u8f91\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u5f62\u5f0f\u903b\u8f91\u300b\uff0c\u5bf9\u903b\u8f91\u5b66\u6709\u91cd\u8981\u8d21\u732e\u3002", "entity_id": "\u91d1\u5cb3\u9716", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u91d1\u5cb3\u9716", "label": "\u91d1\u5cb3\u9716", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Jin Yuelin is a philosopher and logician, known for his works on formal logic.\u003cSEP\u003e\u91d1\u5cb3\u9716\u662f\u4e2d\u56fd\u903b\u8f91\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u5f62\u5f0f\u903b\u8f91\u300b\uff0c\u5bf9\u903b\u8f91\u5b66\u6709\u91cd\u8981\u8d21\u732e\u3002"}, {"color": "#ec2c14", "created_at": 1752884031, "description": "The **\u540d\u4e49\u5b9a\u4e49 (nominal definition)** is a foundational method in mathematics used to introduce fundamental concepts that cannot be substantially defined, such as \"point,\" \"set,\" or \"natural numbers.\" This approach focuses on assigning symbols or names to mathematical objects without delving into their intrinsic meaning, instead emphasizing their properties and relationships to avoid paradoxes. \n\nHistorically, nominal definition has been associated with different perspectives. Ancient Chinese philosophers viewed it as a naming convention for categorizing objects, while the German mathematician David Hilbert applied it in geometry, using symbolic representations for basic geometric entities to refine Euclid\u0027s traditional definition methods. \n\nOverall, nominal definition serves as a critical tool in mathematics for establishing primitive concepts, ensuring logical consistency, and facilitating the study of abstract structures. Its flexibility allows it to bridge both classical and modern mathematical frameworks.", "entity_id": "\u540d\u4e49\u5b9a\u4e49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u540d\u4e49\u5b9a\u4e49", "label": "\u540d\u4e49\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "The **\u540d\u4e49\u5b9a\u4e49 (nominal definition)** is a foundational method in mathematics used to introduce fundamental concepts that cannot be substantially defined, such as \"point,\" \"set,\" or \"natural numbers.\" This approach focuses on assigning symbols or names to mathematical objects without delving into their intrinsic meaning, instead emphasizing their properties and relationships to avoid paradoxes. \n\nHistorically, nominal definition has been associated with different perspectives. Ancient Chinese philosophers viewed it as a naming convention for categorizing objects, while the German mathematician David Hilbert applied it in geometry, using symbolic representations for basic geometric entities to refine Euclid\u0027s traditional definition methods. \n\nOverall, nominal definition serves as a critical tool in mathematics for establishing primitive concepts, ensuring logical consistency, and facilitating the study of abstract structures. Its flexibility allows it to bridge both classical and modern mathematical frameworks."}, {"color": "#01bf01", "created_at": 1752884037, "description": "Friedrich Engels (\u6069\u683c\u65af in Chinese) was a German philosopher and the co-founder of Marxist theory, best known for his collaboration with Karl Marx. He made significant contributions to philosophy, particularly in the relationship between subjective thought and objective natural laws, as explored in his work *\u81ea\u7136\u8fa9\u8bc1\u6cd5 (Dialectics of Nature)*. Engels emphasized the alignment of human perception with the objective world, including the realm of aesthetics, where he argued that the objective essence of beauty profoundly influences aesthetic standards. He noted that these objective attributes of beauty could \"mutually correspond\" (\u5f7c\u6b64\u4e00\u81f4), shaping human appreciation of beauty. Additionally, Engels engaged with broader philosophical and scientific discourse, including commentary on the significance of Descartes\u0027 variables in mathematics. His interdisciplinary approach bridged philosophy, politics, and natural sciences, solidifying his legacy in Marxist thought and beyond.", "entity_id": "\u6069\u683c\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6069\u683c\u65af", "label": "\u6069\u683c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "Friedrich Engels (\u6069\u683c\u65af in Chinese) was a German philosopher and the co-founder of Marxist theory, best known for his collaboration with Karl Marx. He made significant contributions to philosophy, particularly in the relationship between subjective thought and objective natural laws, as explored in his work *\u81ea\u7136\u8fa9\u8bc1\u6cd5 (Dialectics of Nature)*. Engels emphasized the alignment of human perception with the objective world, including the realm of aesthetics, where he argued that the objective essence of beauty profoundly influences aesthetic standards. He noted that these objective attributes of beauty could \"mutually correspond\" (\u5f7c\u6b64\u4e00\u81f4), shaping human appreciation of beauty. Additionally, Engels engaged with broader philosophical and scientific discourse, including commentary on the significance of Descartes\u0027 variables in mathematics. His interdisciplinary approach bridged philosophy, politics, and natural sciences, solidifying his legacy in Marxist thought and beyond."}, {"color": "#f876ba", "created_at": 1752884066, "description": "Felix Klein (\u514b\u83b1\u56e0) was a renowned mathematician and historian of mathematics, best known for his influential works on the development and philosophy of mathematics. He authored two significant books: *Mathematical Thought from Ancient to Modern Times* (*\u53e4\u4eca\u6570\u5b66\u601d\u60f3*) and *Mathematics: The Loss of Certainty* (*\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931*), which explore the evolution of mathematical ideas and the philosophical shifts in the field, including the delayed rigorization of number systems. \n\nKlein was a contemporary of David Hilbert at the University of G\u00f6ttingen and played an advisory role in Hilbert\u0027s publication of *Foundations of Geometry*. As a prominent figure in the history of mathematics, Klein\u0027s contributions extended beyond his own research, influencing the broader mathematical community through his mentorship and scholarly writings. \n\n(Note: Some descriptions conflate Felix Klein with Morris Kline, the actual author of *Mathematical Thought from Ancient to Modern Times* and *Mathematics: The Loss of Certainty*. However, based on the provided data, the summary treats these attributions as referring to Felix Klein.)", "entity_id": "\u514b\u83b1\u56e0", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u514b\u83b1\u56e0", "label": "\u514b\u83b1\u56e0", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "Felix Klein (\u514b\u83b1\u56e0) was a renowned mathematician and historian of mathematics, best known for his influential works on the development and philosophy of mathematics. He authored two significant books: *Mathematical Thought from Ancient to Modern Times* (*\u53e4\u4eca\u6570\u5b66\u601d\u60f3*) and *Mathematics: The Loss of Certainty* (*\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931*), which explore the evolution of mathematical ideas and the philosophical shifts in the field, including the delayed rigorization of number systems. \n\nKlein was a contemporary of David Hilbert at the University of G\u00f6ttingen and played an advisory role in Hilbert\u0027s publication of *Foundations of Geometry*. As a prominent figure in the history of mathematics, Klein\u0027s contributions extended beyond his own research, influencing the broader mathematical community through his mentorship and scholarly writings. \n\n(Note: Some descriptions conflate Felix Klein with Morris Kline, the actual author of *Mathematical Thought from Ancient to Modern Times* and *Mathematics: The Loss of Certainty*. However, based on the provided data, the summary treats these attributions as referring to Felix Klein.)"}, {"color": "#b5b84f", "created_at": 1752884049, "description": "\u83b1\u5e03\u5c3c\u8328(Leibniz) co-developed calculus independently, preceding formal\u5b9e\u6570\u7406\u8bba.\u003cSEP\u003e\u83b1\u5e03\u5c3c\u8328\u662f\u5fb7\u56fd\u54f2\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6\uff0c\u5fae\u79ef\u5206\u7684\u53d1\u660e\u8005\u4e4b\u4e00\uff0c\u53d7\u7b1b\u5361\u5c14\u601d\u60f3\u5f71\u54cd\u3002\u003cSEP\u003e\u83b1\u5e03\u5c3c\u8328\u6700\u65e9\u63d0\u51fa\u0027\u4f4d\u7f6e\u51e0\u4f55\u5b66\u0027\u7684\u6982\u5ff5\uff0c\u4e3a\u62d3\u6251\u5b66\u7684\u53d1\u5c55\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "entity_id": "\u83b1\u5e03\u5c3c\u8328", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u83b1\u5e03\u5c3c\u8328", "label": "\u83b1\u5e03\u5c3c\u8328", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u83b1\u5e03\u5c3c\u8328(Leibniz) co-developed calculus independently, preceding formal\u5b9e\u6570\u7406\u8bba.\u003cSEP\u003e\u83b1\u5e03\u5c3c\u8328\u662f\u5fb7\u56fd\u54f2\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6\uff0c\u5fae\u79ef\u5206\u7684\u53d1\u660e\u8005\u4e4b\u4e00\uff0c\u53d7\u7b1b\u5361\u5c14\u601d\u60f3\u5f71\u54cd\u3002\u003cSEP\u003e\u83b1\u5e03\u5c3c\u8328\u6700\u65e9\u63d0\u51fa\u0027\u4f4d\u7f6e\u51e0\u4f55\u5b66\u0027\u7684\u6982\u5ff5\uff0c\u4e3a\u62d3\u6251\u5b66\u7684\u53d1\u5c55\u5960\u5b9a\u4e86\u57fa\u7840\u3002"}, {"color": "#69b833", "created_at": 1752884067, "description": "Mathematical framework essential for defining continuity and convergence in\u5b9e\u6570\u7406\u8bba.", "entity_id": "\u6781\u9650\u7406\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6781\u9650\u7406\u8bba", "label": "\u6781\u9650\u7406\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Mathematical framework essential for defining continuity and convergence in\u5b9e\u6570\u7406\u8bba."}, {"color": "#1b088c", "created_at": 1752884080, "description": "A branch of mathematics that combines algebra and geometry, introduced by Descartes.\u003cSEP\u003e\u89e3\u6790\u51e0\u4f55\u7531\u7b1b\u5361\u5c14\u521b\u7acb\uff0c\u7ed3\u5408\u4ee3\u6570\u4e0e\u51e0\u4f55\uff0c\u4e3a\u5fae\u79ef\u5206\u5960\u5b9a\u57fa\u7840\u3002", "entity_id": "\u89e3\u6790\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u89e3\u6790\u51e0\u4f55", "label": "\u89e3\u6790\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "A branch of mathematics that combines algebra and geometry, introduced by Descartes.\u003cSEP\u003e\u89e3\u6790\u51e0\u4f55\u7531\u7b1b\u5361\u5c14\u521b\u7acb\uff0c\u7ed3\u5408\u4ee3\u6570\u4e0e\u51e0\u4f55\uff0c\u4e3a\u5fae\u79ef\u5206\u5960\u5b9a\u57fa\u7840\u3002"}, {"color": "#e27e0a", "created_at": 1752884085, "description": "A three-dimensional geometric space where surfaces and volumetric objects can be defined.", "entity_id": "\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f53", "label": "\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "A three-dimensional geometric space where surfaces and volumetric objects can be defined."}, {"color": "#c6adc3", "created_at": 1752884031, "description": "Moritz Pasch was a mathematician who emphasized the need for axioms to fully characterize undefined concepts and their relationships in geometry.\u003cSEP\u003e\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u5c04\u5f71\u51e0\u4f55\u5b66\u521b\u59cb\u4eba\uff0c\u660e\u786e\u63d0\u51fa\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u4e2d\u9700\u8981\u4e0d\u52a0\u5b9a\u4e49\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u5e76\u5f3a\u8c03\u516c\u7406\u7684\u4f5c\u7528\u662f\u523b\u753b\u6982\u5ff5\u4e4b\u95f4\u7684\u5173\u7cfb\u800c\u975e\u81ea\u660e\u771f\u7406\u3002", "entity_id": "\u5e15\u65bd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e15\u65bd", "label": "\u5e15\u65bd", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67", "title": "Moritz Pasch was a mathematician who emphasized the need for axioms to fully characterize undefined concepts and their relationships in geometry.\u003cSEP\u003e\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u5c04\u5f71\u51e0\u4f55\u5b66\u521b\u59cb\u4eba\uff0c\u660e\u786e\u63d0\u51fa\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u4e2d\u9700\u8981\u4e0d\u52a0\u5b9a\u4e49\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u5e76\u5f3a\u8c03\u516c\u7406\u7684\u4f5c\u7528\u662f\u523b\u753b\u6982\u5ff5\u4e4b\u95f4\u7684\u5173\u7cfb\u800c\u975e\u81ea\u660e\u771f\u7406\u3002"}, {"color": "#f7e5aa", "created_at": 1752884031, "description": "\u5e15\u65bd\u4e8e1882\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u9610\u8ff0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u5b66\u4f5c\u4e3a\u6f14\u7ece\u79d1\u5b66\u7684\u770b\u6cd5\uff0c\u5f3a\u8c03\u51e0\u4f55\u63a8\u7406\u5e94\u4e0e\u6982\u5ff5\u610f\u4e49\u548c\u56fe\u5f62\u65e0\u5173\u3002", "entity_id": "\u300a\u65b0\u51e0\u4f55\u8bb2\u4e49\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u65b0\u51e0\u4f55\u8bb2\u4e49\u300b", "label": "\u300a\u65b0\u51e0\u4f55\u8bb2\u4e49\u300b", "shape": "dot", "size": 10, "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5e15\u65bd\u4e8e1882\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u9610\u8ff0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u5b66\u4f5c\u4e3a\u6f14\u7ece\u79d1\u5b66\u7684\u770b\u6cd5\uff0c\u5f3a\u8c03\u51e0\u4f55\u63a8\u7406\u5e94\u4e0e\u6982\u5ff5\u610f\u4e49\u548c\u56fe\u5f62\u65e0\u5173\u3002"}, {"color": "#0aade0", "created_at": 1752884031, "description": "\u65bd\u9676\u7279\u7814\u7a76\u7684\u51e0\u4f55\u5206\u652f\uff0c\u4e0e\u4f4d\u7f6e\u51e0\u4f55\u5b66\u5b58\u5728\u6982\u5ff5\u4ea4\u53c9\u4f46\u65b9\u6cd5\u4e0d\u540c\u3002\u003cSEP\u003e\u7531\u5e15\u65bd\u521b\u7acb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u7814\u7a76\u56fe\u5f62\u5728\u5c04\u5f71\u53d8\u6362\u4e0b\u4fdd\u6301\u4e0d\u53d8\u7684\u6027\u8d28\uff0c\u63a8\u52a8\u4e86\u516c\u7406\u5316\u601d\u60f3\u7684\u53d1\u5c55\u3002", "entity_id": "\u5c04\u5f71\u51e0\u4f55\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c04\u5f71\u51e0\u4f55\u5b66", "label": "\u5c04\u5f71\u51e0\u4f55\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u65bd\u9676\u7279\u7814\u7a76\u7684\u51e0\u4f55\u5206\u652f\uff0c\u4e0e\u4f4d\u7f6e\u51e0\u4f55\u5b66\u5b58\u5728\u6982\u5ff5\u4ea4\u53c9\u4f46\u65b9\u6cd5\u4e0d\u540c\u3002\u003cSEP\u003e\u7531\u5e15\u65bd\u521b\u7acb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u7814\u7a76\u56fe\u5f62\u5728\u5c04\u5f71\u53d8\u6362\u4e0b\u4fdd\u6301\u4e0d\u53d8\u7684\u6027\u8d28\uff0c\u63a8\u52a8\u4e86\u516c\u7406\u5316\u601d\u60f3\u7684\u53d1\u5c55\u3002"}, {"color": "#626e80", "created_at": 1752884031, "description": "Germany (\u5fb7\u56fd) is a European nation renowned for its significant contributions to both mathematics and music. It is the birthplace and academic hub of many influential figures, including mathematicians Georg Cantor (\u5eb7\u6258), Moritz Pasch (\u5e15\u65bd), David Hilbert (\u5e0c\u5c14\u4f2f\u7279), Carl Friedrich Gauss (\u9ad8\u65af), and Bernhard Riemann (\u9ece\u66fc), whose work played pivotal roles in the development of modern mathematics, particularly in fields like set theory and number theory. Additionally, Germany is celebrated as the birthplace and cultural center of the composer Johann Sebastian Bach (\u5df4\u8d6b), underscoring its dual legacy as a cornerstone of mathematical innovation and musical excellence in Europe. \n\nThe descriptions collectively highlight Germany\u0027s historical and intellectual prominence, resolving potential contradictions by unifying its scientific and artistic achievements into a coherent narrative.", "entity_id": "\u5fb7\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5fb7\u56fd", "label": "\u5fb7\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-56d7d657ef131d893c933116865189b0", "title": "Germany (\u5fb7\u56fd) is a European nation renowned for its significant contributions to both mathematics and music. It is the birthplace and academic hub of many influential figures, including mathematicians Georg Cantor (\u5eb7\u6258), Moritz Pasch (\u5e15\u65bd), David Hilbert (\u5e0c\u5c14\u4f2f\u7279), Carl Friedrich Gauss (\u9ad8\u65af), and Bernhard Riemann (\u9ece\u66fc), whose work played pivotal roles in the development of modern mathematics, particularly in fields like set theory and number theory. Additionally, Germany is celebrated as the birthplace and cultural center of the composer Johann Sebastian Bach (\u5df4\u8d6b), underscoring its dual legacy as a cornerstone of mathematical innovation and musical excellence in Europe. \n\nThe descriptions collectively highlight Germany\u0027s historical and intellectual prominence, resolving potential contradictions by unifying its scientific and artistic achievements into a coherent narrative."}, {"color": "#491d19", "created_at": 1752884032, "description": "\u5e0c\u5c14\u4f2f\u7279\u5728\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u63d0\u51fa\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u5b8c\u6574\u63cf\u8ff0\u4e86\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u51e0\u4f55\u5bf9\u8c61\u7684\u57fa\u672c\u5173\u7cfb\u3002", "entity_id": "\u4e94\u7ec4\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u7ec4\u516c\u7406", "label": "\u4e94\u7ec4\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5e0c\u5c14\u4f2f\u7279\u5728\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u63d0\u51fa\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u5b8c\u6574\u63cf\u8ff0\u4e86\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u51e0\u4f55\u5bf9\u8c61\u7684\u57fa\u672c\u5173\u7cfb\u3002"}, {"color": "#1f3b5c", "created_at": 1752884061, "description": "Axioms are self-evident truths or assumptions used as foundational premises in mathematical proofs and logical reasoning.", "entity_id": "\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u7406", "label": "\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Axioms are self-evident truths or assumptions used as foundational premises in mathematical proofs and logical reasoning."}, {"color": "#11856e", "created_at": 1752884034, "description": "Hilbert\u0027s third group of axioms, revising Euclid\u0027s concept of congruence with rigorous logical foundations.\u003cSEP\u003eThe congruence axioms in Hilbert\u0027s geometry system define the conditions under which geometric figures are considered congruent.", "entity_id": "\u5408\u540c\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5408\u540c\u516c\u7406", "label": "\u5408\u540c\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert\u0027s third group of axioms, revising Euclid\u0027s concept of congruence with rigorous logical foundations.\u003cSEP\u003eThe congruence axioms in Hilbert\u0027s geometry system define the conditions under which geometric figures are considered congruent."}, {"color": "#b3e84e", "created_at": 1752884066, "description": "Numbers like e and \u03c0 that cannot be roots of non-zero polynomial equations with integer coefficients.\u003cSEP\u003eTranscendental numbers are a classification of numbers that includes \u03c0, as discussed by Euler.\u003cSEP\u003eTranscendental numbers are a type of irrational number that cannot be roots of non-zero polynomial equations with rational coefficients.", "entity_id": "\u8d85\u8d8a\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d85\u8d8a\u6570", "label": "\u8d85\u8d8a\u6570", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Numbers like e and \u03c0 that cannot be roots of non-zero polynomial equations with integer coefficients.\u003cSEP\u003eTranscendental numbers are a classification of numbers that includes \u03c0, as discussed by Euler.\u003cSEP\u003eTranscendental numbers are a type of irrational number that cannot be roots of non-zero polynomial equations with rational coefficients."}, {"color": "#ee284d", "created_at": 1752884049, "description": "The University of G\u00f6ttingen is a historic institution known for its strong mathematical tradition, hosting scholars like Gauss, Hilbert, and others.\u003cSEP\u003e\u9ad8\u65af\u548c\u674e\u65af\u5ef7\u7684\u5b66\u672f\u673a\u6784\uff0c\u62d3\u6251\u5b66\u7814\u7a76\u7684\u91cd\u8981\u53d1\u6e90\u5730\u4e4b\u4e00\u3002", "entity_id": "\u54e5\u5ef7\u6839\u5927\u5b66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5ef7\u6839\u5927\u5b66", "label": "\u54e5\u5ef7\u6839\u5927\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "The University of G\u00f6ttingen is a historic institution known for its strong mathematical tradition, hosting scholars like Gauss, Hilbert, and others.\u003cSEP\u003e\u9ad8\u65af\u548c\u674e\u65af\u5ef7\u7684\u5b66\u672f\u673a\u6784\uff0c\u62d3\u6251\u5b66\u7814\u7a76\u7684\u91cd\u8981\u53d1\u6e90\u5730\u4e4b\u4e00\u3002"}, {"color": "#1c392e", "created_at": 1752884082, "description": "Hilbert\u0027s fifth group of axioms introducing concepts of infinity and continuity in geometry.", "entity_id": "\u8fde\u7eed\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fde\u7eed\u516c\u7406", "label": "\u8fde\u7eed\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert\u0027s fifth group of axioms introducing concepts of infinity and continuity in geometry."}, {"color": "#d8df14", "created_at": 1752884084, "description": "An essay by Hilbert on the concept of infinity in mathematics.\u003cSEP\u003e\u300a\u8bba\u65e0\u9650\u300b is a famous speech delivered by Hilbert, emphasizing the importance of completeness in mathematics.", "entity_id": "\u300a\u8bba\u65e0\u9650\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bba\u65e0\u9650\u300b", "label": "\u300a\u8bba\u65e0\u9650\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "An essay by Hilbert on the concept of infinity in mathematics.\u003cSEP\u003e\u300a\u8bba\u65e0\u9650\u300b is a famous speech delivered by Hilbert, emphasizing the importance of completeness in mathematics."}, {"color": "#619005", "created_at": 1752884084, "description": "Kurt G\u00f6del (\u54e5\u5fb7\u5c14) was an Austrian-American mathematician, logician, and philosopher renowned for his foundational contributions to mathematical logic and the philosophy of mathematics. He is best known for his **incompleteness theorems**, published in a groundbreaking 1931 paper, which demonstrated the inherent limitations of axiomatic systems in mathematics by proving that no consistent system of axioms can derive all mathematical truths (completeness) while simultaneously remaining consistent. \n\nG\u00f6del\u0027s work had a profound impact on the foundations of mathematics, challenging the notion that all mathematical truths could be systematically derived from a fixed set of axioms. Beyond the incompleteness theorems, he made significant contributions to the study of the **continuum hypothesis**, conjecturing its undecidability within the Zermelo-Fraenkel (Z-F) set theory framework. \n\nAs both a **logician and mathematician**, G\u00f6del\u2019s insights bridged disciplines, influencing fields ranging from theoretical computer science to metaphysics. His legacy endures as one of the most pivotal thinkers of the 20th century, reshaping understanding of logic, provability, and the boundaries of formal systems. \n\n(Note: Contradictions were reconciled by unifying descriptors\u2014e.g., \"Austrian\" and \"Austrian-American\" reflect his birthplace and later citizenship, while his roles as mathematician/logician are combined coherently.)", "entity_id": "\u54e5\u5fb7\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5fb7\u5c14", "label": "\u54e5\u5fb7\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "Kurt G\u00f6del (\u54e5\u5fb7\u5c14) was an Austrian-American mathematician, logician, and philosopher renowned for his foundational contributions to mathematical logic and the philosophy of mathematics. He is best known for his **incompleteness theorems**, published in a groundbreaking 1931 paper, which demonstrated the inherent limitations of axiomatic systems in mathematics by proving that no consistent system of axioms can derive all mathematical truths (completeness) while simultaneously remaining consistent. \n\nG\u00f6del\u0027s work had a profound impact on the foundations of mathematics, challenging the notion that all mathematical truths could be systematically derived from a fixed set of axioms. Beyond the incompleteness theorems, he made significant contributions to the study of the **continuum hypothesis**, conjecturing its undecidability within the Zermelo-Fraenkel (Z-F) set theory framework. \n\nAs both a **logician and mathematician**, G\u00f6del\u2019s insights bridged disciplines, influencing fields ranging from theoretical computer science to metaphysics. His legacy endures as one of the most pivotal thinkers of the 20th century, reshaping understanding of logic, provability, and the boundaries of formal systems. \n\n(Note: Contradictions were reconciled by unifying descriptors\u2014e.g., \"Austrian\" and \"Austrian-American\" reflect his birthplace and later citizenship, while his roles as mathematician/logician are combined coherently.)"}, {"color": "#71f88d", "created_at": 1752884084, "description": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u5305\u62ec\u7b2c\u4e00\u548c\u7b2c\u4e8c\u5b9a\u7406\uff0c\u5206\u522b\u8ba8\u8bba\u4e86\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u5b8c\u5907\u6027\u548c\u76f8\u5bb9\u6027\u95ee\u9898\u3002", "entity_id": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "label": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u5305\u62ec\u7b2c\u4e00\u548c\u7b2c\u4e8c\u5b9a\u7406\uff0c\u5206\u522b\u8ba8\u8bba\u4e86\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u5b8c\u5907\u6027\u548c\u76f8\u5bb9\u6027\u95ee\u9898\u3002"}, {"color": "#84f3af", "created_at": 1752884084, "description": "\u8fde\u7eed\u7edf\u5047\u8bbe\u662f\u5eb7\u6258\u63d0\u51fa\u7684\u5173\u4e8e\u5b9e\u6570\u96c6\u5408\u57fa\u6570\u7684\u95ee\u9898\uff0c\u662f\u5e0c\u5c14\u4f2f\u727923\u4e2a\u95ee\u9898\u4e2d\u7684\u7b2c\u4e00\u4e2a\u95ee\u9898\u3002\u003cSEP\u003e\u8fde\u7eed\u7edf\u5047\u8bbe\u662f\u5eb7\u6258\u63d0\u51fa\u7684\u6570\u5b66\u731c\u60f3\uff0c\u5173\u4e8e\u65e0\u7a77\u96c6\u5408\u7684\u5927\u5c0f\uff0c\u5728\u73b0\u4ee3\u6570\u5b66\u4e2d\u5177\u6709\u91cd\u8981\u5730\u4f4d\u3002", "entity_id": "\u8fde\u7eed\u7edf\u5047\u8bbe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fde\u7eed\u7edf\u5047\u8bbe", "label": "\u8fde\u7eed\u7edf\u5047\u8bbe", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u8fde\u7eed\u7edf\u5047\u8bbe\u662f\u5eb7\u6258\u63d0\u51fa\u7684\u5173\u4e8e\u5b9e\u6570\u96c6\u5408\u57fa\u6570\u7684\u95ee\u9898\uff0c\u662f\u5e0c\u5c14\u4f2f\u727923\u4e2a\u95ee\u9898\u4e2d\u7684\u7b2c\u4e00\u4e2a\u95ee\u9898\u3002\u003cSEP\u003e\u8fde\u7eed\u7edf\u5047\u8bbe\u662f\u5eb7\u6258\u63d0\u51fa\u7684\u6570\u5b66\u731c\u60f3\uff0c\u5173\u4e8e\u65e0\u7a77\u96c6\u5408\u7684\u5927\u5c0f\uff0c\u5728\u73b0\u4ee3\u6570\u5b66\u4e2d\u5177\u6709\u91cd\u8981\u5730\u4f4d\u3002"}, {"color": "#b4fda7", "created_at": 1752884084, "description": "1900\u5e74\u5728\u5df4\u9ece\u4e3e\u884c\u7684\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a\uff0c\u5e0c\u5c14\u4f2f\u7279\u5728\u6b64\u63d0\u51fa\u4e8623\u4e2a\u6570\u5b66\u95ee\u9898\u3002", "entity_id": "\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a", "label": "\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "1900\u5e74\u5728\u5df4\u9ece\u4e3e\u884c\u7684\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a\uff0c\u5e0c\u5c14\u4f2f\u7279\u5728\u6b64\u63d0\u51fa\u4e8623\u4e2a\u6570\u5b66\u95ee\u9898\u3002"}, {"color": "#4b46f2", "created_at": 1752884085, "description": "A proposed geometric framework that combines intuitive spatial understanding with formal definitions, avoiding purely axiomatic approaches.", "entity_id": "\u73b0\u5b9e\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u73b0\u5b9e\u51e0\u4f55", "label": "\u73b0\u5b9e\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "A proposed geometric framework that combines intuitive spatial understanding with formal definitions, avoiding purely axiomatic approaches."}, {"color": "#33a6eb", "created_at": 1752884195, "description": "Hilbert is the author of \u0027Foundations of Geometry\u0027.", "entity_id": "\u51e0\u4f55\u57fa\u7840", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u57fa\u7840", "label": "\u51e0\u4f55\u57fa\u7840", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Hilbert is the author of \u0027Foundations of Geometry\u0027."}, {"color": "#bc7373", "created_at": 1752884084, "description": "\u6570\u5b66\u95ee\u9898refers to any formal problem or conjecture that can be expressed within a mathematical framework.", "entity_id": "\u6570\u5b66\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u95ee\u9898", "label": "\u6570\u5b66\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u6570\u5b66\u95ee\u9898refers to any formal problem or conjecture that can be expressed within a mathematical framework."}, {"color": "#26806c", "created_at": 1752884113, "description": "A collection of mathematical problems by Hilbert, translated into Chinese.", "entity_id": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "label": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A collection of mathematical problems by Hilbert, translated into Chinese."}, {"color": "#44eb03", "created_at": 1752884102, "description": "Jiang Zehan and Zhu Dingxun are translators of Hilbert\u0027s Foundations of Geometry into Chinese.", "entity_id": "\u6c5f\u6cfd\u6db5\u6731\u9f0e\u52cb", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6c5f\u6cfd\u6db5\u6731\u9f0e\u52cb", "label": "\u6c5f\u6cfd\u6db5\u6731\u9f0e\u52cb", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Jiang Zehan and Zhu Dingxun are translators of Hilbert\u0027s Foundations of Geometry into Chinese."}, {"color": "#83e483", "created_at": 1752884100, "description": "**Peking University Press (\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e)** is a prominent academic and educational publishing house based in Beijing, China. As a university press, it specializes in publishing a wide range of scholarly and educational materials, including translations of influential works such as *Hilbert\u0027s Foundations of Geometry*, *Descartes\u0027 Geometry*, and *The Thirteen Classics Annotated\u00b7Commentary on the Book of Documents*. Affiliated with Peking University, the press is recognized for its contributions to academic publishing in China, producing high-quality works that support both domestic and international scholarly communities. Its catalog reflects a strong emphasis on rigorous academic content, spanning disciplines from mathematics to classical literature.", "entity_id": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "label": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "**Peking University Press (\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e)** is a prominent academic and educational publishing house based in Beijing, China. As a university press, it specializes in publishing a wide range of scholarly and educational materials, including translations of influential works such as *Hilbert\u0027s Foundations of Geometry*, *Descartes\u0027 Geometry*, and *The Thirteen Classics Annotated\u00b7Commentary on the Book of Documents*. Affiliated with Peking University, the press is recognized for its contributions to academic publishing in China, producing high-quality works that support both domestic and international scholarly communities. Its catalog reflects a strong emphasis on rigorous academic content, spanning disciplines from mathematics to classical literature."}, {"color": "#57ed88", "created_at": 1752884100, "description": "Euclid\u0027s \u0027Elements\u0027, a foundational work in geometry, translated into Chinese by Lan Jizheng and Zhu Enkuan.\u003cSEP\u003eEuclid\u0027s Elements is a foundational mathematical text, translated into Chinese by Lan Jizheng and Zhu Enkuan.", "entity_id": "\u300a\u6b27\u51e0\u91cc\u5f97\u00b7\u51e0\u4f55\u539f\u672c\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6b27\u51e0\u91cc\u5f97\u00b7\u51e0\u4f55\u539f\u672c\u300b", "label": "\u300a\u6b27\u51e0\u91cc\u5f97\u00b7\u51e0\u4f55\u539f\u672c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Euclid\u0027s \u0027Elements\u0027, a foundational work in geometry, translated into Chinese by Lan Jizheng and Zhu Enkuan.\u003cSEP\u003eEuclid\u0027s Elements is a foundational mathematical text, translated into Chinese by Lan Jizheng and Zhu Enkuan."}, {"color": "#a1408d", "created_at": 1752884099, "description": "**\u79d1\u5b66\u51fa\u7248\u793e (Science Press)** is a leading scientific publishing house based in Beijing, China, specializing in scientific and technical literature. It is renowned for publishing high-profile works such as the Chinese translation of *Science and Civilisation in China* (*\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b*) and *History of Mathematical Symbols*, as well as the Chinese version of David Hilbert\u0027s *Foundations of Geometry*. As a prominent publisher in China, \u79d1\u5b66\u51fa\u7248\u793e focuses on disseminating authoritative scientific knowledge and academic resources, contributing significantly to the advancement of science and technology in the region. The press is recognized for its commitment to quality and its role in making important scientific texts accessible to Chinese-speaking audiences.", "entity_id": "\u79d1\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u79d1\u5b66\u51fa\u7248\u793e", "label": "\u79d1\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "**\u79d1\u5b66\u51fa\u7248\u793e (Science Press)** is a leading scientific publishing house based in Beijing, China, specializing in scientific and technical literature. It is renowned for publishing high-profile works such as the Chinese translation of *Science and Civilisation in China* (*\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b*) and *History of Mathematical Symbols*, as well as the Chinese version of David Hilbert\u0027s *Foundations of Geometry*. As a prominent publisher in China, \u79d1\u5b66\u51fa\u7248\u793e focuses on disseminating authoritative scientific knowledge and academic resources, contributing significantly to the advancement of science and technology in the region. The press is recognized for its commitment to quality and its role in making important scientific texts accessible to Chinese-speaking audiences."}, {"color": "#016277", "created_at": 1752884032, "description": "Substantial definition is a method of defining mathematical concepts by specifying their essential properties and distinguishing them within a broader class.\u003cSEP\u003e\u5b9e\u8d28\u5b9a\u4e49is a method of defining mathematical objects by revealing their intrinsic properties or characteristics.\u003cSEP\u003e\u5b9e\u8d28\u5b9a\u4e49\u662f\u53e4\u5e0c\u814a\u5f3a\u8c03\u7684\u4e25\u683c\u5b9a\u4e49\u65b9\u5f0f\uff0c\u6ce8\u91cd\u6982\u5ff5\u7684\u660e\u786e\u6027\u548c\u5185\u6db5\u7684\u6e05\u6670\u6027\u3002", "entity_id": "\u5b9e\u8d28\u5b9a\u4e49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u8d28\u5b9a\u4e49", "label": "\u5b9e\u8d28\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Substantial definition is a method of defining mathematical concepts by specifying their essential properties and distinguishing them within a broader class.\u003cSEP\u003e\u5b9e\u8d28\u5b9a\u4e49is a method of defining mathematical objects by revealing their intrinsic properties or characteristics.\u003cSEP\u003e\u5b9e\u8d28\u5b9a\u4e49\u662f\u53e4\u5e0c\u814a\u5f3a\u8c03\u7684\u4e25\u683c\u5b9a\u4e49\u65b9\u5f0f\uff0c\u6ce8\u91cd\u6982\u5ff5\u7684\u660e\u786e\u6027\u548c\u5185\u6db5\u7684\u6e05\u6670\u6027\u3002"}, {"color": "#65fee8", "created_at": 1752884059, "description": "Mathematical concepts refer to abstract ideas in mathematics that must be clearly defined, either substantially or nominally, to distinguish them from other concepts.", "entity_id": "\u6570\u5b66\u6982\u5ff5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6982\u5ff5", "label": "\u6570\u5b66\u6982\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Mathematical concepts refer to abstract ideas in mathematics that must be clearly defined, either substantially or nominally, to distinguish them from other concepts."}, {"color": "#9857e1", "created_at": 1752884044, "description": "Geometric basic facts are foundational principles in geometry, essential for establishing proofs and developing geometric intuition in middle school.", "entity_id": "\u51e0\u4f55\u57fa\u672c\u4e8b\u5b9e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u57fa\u672c\u4e8b\u5b9e", "label": "\u51e0\u4f55\u57fa\u672c\u4e8b\u5b9e", "shape": "dot", "size": 10, "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Geometric basic facts are foundational principles in geometry, essential for establishing proofs and developing geometric intuition in middle school."}, {"color": "#9c0ad2", "created_at": 1752884065, "description": "\u571f\u5730\u6d4b\u91cf(land measurement) was a critical practice in ancient Egypt, driven by tax policies linked to Nile floods and cultivated land area.", "entity_id": "\u571f\u5730\u6d4b\u91cf", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u571f\u5730\u6d4b\u91cf", "label": "\u571f\u5730\u6d4b\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u571f\u5730\u6d4b\u91cf(land measurement) was a critical practice in ancient Egypt, driven by tax policies linked to Nile floods and cultivated land area."}, {"color": "#ce2920", "created_at": 1752884064, "description": "The **Rhind Papyrus** (\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66) is an ancient Egyptian mathematical document that serves as a significant record of practical geometric methods and mathematical problems. Named after the Scottish collector Alexander Henry Rhind, who acquired it, the papyrus is currently housed in the British Museum in London. \n\nThis historical text contains a collection of mathematical problems and their solutions, including methods for calculating areas. Notably, Problem 50 of the papyrus approximates the area of a circle by using the area of a square, demonstrating early Egyptian attempts to understand geometric principles, including approximations of \u03c0. \n\nThe Rhind Papyrus is recognized as a key artifact in the study of ancient Egyptian mathematics, providing valuable insights into their computational techniques and practical applications of geometry.", "entity_id": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "label": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The **Rhind Papyrus** (\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66) is an ancient Egyptian mathematical document that serves as a significant record of practical geometric methods and mathematical problems. Named after the Scottish collector Alexander Henry Rhind, who acquired it, the papyrus is currently housed in the British Museum in London. \n\nThis historical text contains a collection of mathematical problems and their solutions, including methods for calculating areas. Notably, Problem 50 of the papyrus approximates the area of a circle by using the area of a square, demonstrating early Egyptian attempts to understand geometric principles, including approximations of \u03c0. \n\nThe Rhind Papyrus is recognized as a key artifact in the study of ancient Egyptian mathematics, providing valuable insights into their computational techniques and practical applications of geometry."}, {"color": "#c00bfb", "created_at": 1752884065, "description": "\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e\u003cSEP\u003e\u83ab\u65af\u79d1\u7eb8\u8349\u4e66(Moscow Papyrus) contains advanced geometric problems, such as volume calculations for truncated pyramids.\u003cSEP\u003e\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\u662f\u53e4\u57c3\u53ca\u7684\u6570\u5b66\u6587\u732e\uff0c\u7531\u4fc4\u56fd\u8d35\u65cf\u6208\u5217\u5c3c\u96ea\u592b\u8d2d\u5f97\uff0c\u73b0\u85cf\u4e8e\u83ab\u65af\u79d1\u666e\u5e0c\u91d1\u7cbe\u7ec6\u827a\u672f\u535a\u7269\u9986\u3002", "entity_id": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "label": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e\u003cSEP\u003e\u83ab\u65af\u79d1\u7eb8\u8349\u4e66(Moscow Papyrus) contains advanced geometric problems, such as volume calculations for truncated pyramids.\u003cSEP\u003e\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\u662f\u53e4\u57c3\u53ca\u7684\u6570\u5b66\u6587\u732e\uff0c\u7531\u4fc4\u56fd\u8d35\u65cf\u6208\u5217\u5c3c\u96ea\u592b\u8d2d\u5f97\uff0c\u73b0\u85cf\u4e8e\u83ab\u65af\u79d1\u666e\u5e0c\u91d1\u7cbe\u7ec6\u827a\u672f\u535a\u7269\u9986\u3002"}, {"color": "#a42240", "created_at": 1752884040, "description": "German composer who popularized 12-tone temperament through his \u0027Well-Tempered Clavier\u0027.\u003cSEP\u003e\u5fb7\u56fd\u4f5c\u66f2\u5bb6\uff0c1722\u5e74\u53d1\u8868\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b\uff0c\u63a8\u5e7f\u5341\u4e8c\u5e73\u5747\u5f8b\u5728\u952e\u76d8\u4e50\u5668\u4e2d\u7684\u5e94\u7528\u3002", "entity_id": "\u5df4\u8d6b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5df4\u8d6b", "label": "\u5df4\u8d6b", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "German composer who popularized 12-tone temperament through his \u0027Well-Tempered Clavier\u0027.\u003cSEP\u003e\u5fb7\u56fd\u4f5c\u66f2\u5bb6\uff0c1722\u5e74\u53d1\u8868\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b\uff0c\u63a8\u5e7f\u5341\u4e8c\u5e73\u5747\u5f8b\u5728\u952e\u76d8\u4e50\u5668\u4e2d\u7684\u5e94\u7528\u3002"}, {"color": "#9de61c", "created_at": 1752884034, "description": "Georg Cantor (\u5eb7\u6258) was a pioneering German mathematician who founded set theory and made groundbreaking contributions to the study of infinity. He introduced the concept of different sizes of infinity, notably through his diagonalization argument, and demonstrated that transcendental numbers vastly outnumber algebraic numbers using set theory. Cantor also formulated fundamental definitions, including those of fundamental sequences and real numbers, and conducted profound research on infinite sets. A central figure in modern mathematics, he proposed the continuum hypothesis and defined cardinal numbers, which spurred extensive investigations into the foundations of set theory. His work has had a lasting impact on the logical and structural underpinnings of mathematics.", "entity_id": "\u5eb7\u6258", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5eb7\u6258", "label": "\u5eb7\u6258", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "Georg Cantor (\u5eb7\u6258) was a pioneering German mathematician who founded set theory and made groundbreaking contributions to the study of infinity. He introduced the concept of different sizes of infinity, notably through his diagonalization argument, and demonstrated that transcendental numbers vastly outnumber algebraic numbers using set theory. Cantor also formulated fundamental definitions, including those of fundamental sequences and real numbers, and conducted profound research on infinite sets. A central figure in modern mathematics, he proposed the continuum hypothesis and defined cardinal numbers, which spurred extensive investigations into the foundations of set theory. His work has had a lasting impact on the logical and structural underpinnings of mathematics."}, {"color": "#13e378", "created_at": 1752884061, "description": "\u516c\u7406\u5316\u65b9\u6cd5\u662f\u901a\u8fc7\u57fa\u672c\u516c\u7406\u6784\u5efa\u6570\u5b66\u4f53\u7cfb\u7684\u62bd\u8c61\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u9ad8\u7ea7\u62bd\u8c61\u7684\u7279\u5f81\u3002", "entity_id": "\u516c\u7406\u5316\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u7406\u5316\u65b9\u6cd5", "label": "\u516c\u7406\u5316\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u516c\u7406\u5316\u65b9\u6cd5\u662f\u901a\u8fc7\u57fa\u672c\u516c\u7406\u6784\u5efa\u6570\u5b66\u4f53\u7cfb\u7684\u62bd\u8c61\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u9ad8\u7ea7\u62bd\u8c61\u7684\u7279\u5f81\u3002"}, {"color": "#328888", "created_at": 1752884049, "description": "\u65bd\u9676\u7279\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u4ed6\u8bd5\u56fe\u7528\u7eaf\u51e0\u4f55\u65b9\u6cd5\u5efa\u7acb\u5c04\u5f71\u51e0\u4f55\u5b66\uff0c\u4e0e\u4f4d\u7f6e\u51e0\u4f55\u5b66\u533a\u5206\u3002", "entity_id": "\u65bd\u9676\u7279", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u65bd\u9676\u7279", "label": "\u65bd\u9676\u7279", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u65bd\u9676\u7279\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u4ed6\u8bd5\u56fe\u7528\u7eaf\u51e0\u4f55\u65b9\u6cd5\u5efa\u7acb\u5c04\u5f71\u51e0\u4f55\u5b66\uff0c\u4e0e\u4f4d\u7f6e\u51e0\u4f55\u5b66\u533a\u5206\u3002"}, {"color": "#4057d0", "created_at": 1752884032, "description": "Even numbers are a subset of natural numbers that can be divided by 2 without a remainder. They are clearly distinguishable from odd numbers, making them suitable for substantial definition in mathematics.\u003cSEP\u003e\u5076\u6570is defined as a natural number divisible by 2, illustrating the concept of mathematical definitions.", "entity_id": "\u5076\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5076\u6570", "label": "\u5076\u6570", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Even numbers are a subset of natural numbers that can be divided by 2 without a remainder. They are clearly distinguishable from odd numbers, making them suitable for substantial definition in mathematics.\u003cSEP\u003e\u5076\u6570is defined as a natural number divisible by 2, illustrating the concept of mathematical definitions."}, {"color": "#02a80b", "created_at": 1752884032, "description": "\u6574\u9664refers to the division operation, a basic mathematical concept derived from addition and multiplication.", "entity_id": "\u6574\u9664", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6574\u9664", "label": "\u6574\u9664", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u6574\u9664refers to the division operation, a basic mathematical concept derived from addition and multiplication."}, {"color": "#10a317", "created_at": 1752884061, "description": "Basic units for counting used in primary mathematics education to understand numbers and operations.", "entity_id": "\u8ba1\u6570\u5355\u4f4d", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u6570\u5355\u4f4d", "label": "\u8ba1\u6570\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Basic units for counting used in primary mathematics education to understand numbers and operations."}, {"color": "#4308ca", "created_at": 1752884040, "description": "\u76ae\u4e9a\u8bfa(Peano) established an axiomatic system for arithmetic in 1889.\u003cSEP\u003e\u76ae\u4e9a\u8bfa\u662f\u610f\u5927\u5229\u6570\u5b66\u5bb6\uff0c\u6784\u5efa\u4e86\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u5e76\u5b9a\u4e49\u4e86\u81ea\u7136\u6570\uff0c\u6700\u521d\u4ece1\u5f00\u59cb\uff0c\u540e\u6539\u4e3a\u4ece0\u5f00\u59cb\u4ee5\u4ea7\u751f0\u548c\u76f8\u53cd\u6570\u3002", "entity_id": "\u76ae\u4e9a\u8bfa", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u76ae\u4e9a\u8bfa", "label": "\u76ae\u4e9a\u8bfa", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "\u76ae\u4e9a\u8bfa(Peano) established an axiomatic system for arithmetic in 1889.\u003cSEP\u003e\u76ae\u4e9a\u8bfa\u662f\u610f\u5927\u5229\u6570\u5b66\u5bb6\uff0c\u6784\u5efa\u4e86\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u5e76\u5b9a\u4e49\u4e86\u81ea\u7136\u6570\uff0c\u6700\u521d\u4ece1\u5f00\u59cb\uff0c\u540e\u6539\u4e3a\u4ece0\u5f00\u59cb\u4ee5\u4ea7\u751f0\u548c\u76f8\u53cd\u6570\u3002"}, {"color": "#1c7890", "created_at": 1752884067, "description": "Ancient mathematicians who worked with irrational numbers practically before theoretical definitions.", "entity_id": "\u5df4\u6bd4\u4f26\u4eba", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5df4\u6bd4\u4f26\u4eba", "label": "\u5df4\u6bd4\u4f26\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Ancient mathematicians who worked with irrational numbers practically before theoretical definitions."}, {"color": "#396239", "created_at": 1752884032, "description": "\u5c0f\u65b9\u5757represents an abstract concept of quantity, used to illustrate mathematical abstraction.", "entity_id": "\u5c0f\u65b9\u5757", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c0f\u65b9\u5757", "label": "\u5c0f\u65b9\u5757", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u5c0f\u65b9\u5757represents an abstract concept of quantity, used to illustrate mathematical abstraction."}, {"color": "#094805", "created_at": 1752884032, "description": "\u5c0f\u5706\u5708symbolizes an abstract representation of quantity, similar to\u5c0f\u65b9\u5757, but with a different shape.", "entity_id": "\u5c0f\u5706\u5708", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c0f\u5706\u5708", "label": "\u5c0f\u5706\u5708", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u5c0f\u5706\u5708symbolizes an abstract representation of quantity, similar to\u5c0f\u65b9\u5757, but with a different shape."}, {"color": "#1d2397", "created_at": 1752884085, "description": "A line extending infinitely in one direction from a starting point, maintaining straightness between all points.", "entity_id": "\u5c04\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c04\u7ebf", "label": "\u5c04\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "A line extending infinitely in one direction from a starting point, maintaining straightness between all points."}, {"color": "#b6826e", "created_at": 1752884085, "description": "The angle formed by two intersecting straight segments at their common endpoint.", "entity_id": "\u5939\u89d2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5939\u89d2", "label": "\u5939\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "The angle formed by two intersecting straight segments at their common endpoint."}, {"color": "#6d2069", "created_at": 1752884032, "description": "\u7ebf\u6bb5is a basic geometric concept, defined nominally and used in more complex definitions.", "entity_id": "\u7ebf\u6bb5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebf\u6bb5", "label": "\u7ebf\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u7ebf\u6bb5is a basic geometric concept, defined nominally and used in more complex definitions."}, {"color": "#d91940", "created_at": 1752884032, "description": "\u6570\u5b66\u5171\u6027refers to the mathematical commonality shared by objects of the same type, such as quantities or shapes.", "entity_id": "\u6570\u5b66\u5171\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5171\u6027", "label": "\u6570\u5b66\u5171\u6027", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u6570\u5b66\u5171\u6027refers to the mathematical commonality shared by objects of the same type, such as quantities or shapes."}, {"color": "#4e3583", "created_at": 1752884032, "description": "\u62bd\u8c61\u8fc7\u7a0bis the process of mathematical abstraction, where concrete objects are generalized into abstract concepts.", "entity_id": "\u62bd\u8c61\u8fc7\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62bd\u8c61\u8fc7\u7a0b", "label": "\u62bd\u8c61\u8fc7\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u62bd\u8c61\u8fc7\u7a0bis the process of mathematical abstraction, where concrete objects are generalized into abstract concepts."}, {"color": "#401c1c", "created_at": 1752884037, "description": "\u81ea\u7136\u8fa9\u8bc1\u6cd5is Engels\u0027 work discussing the alignment between human thought and natural laws.", "entity_id": "\u81ea\u7136\u8fa9\u8bc1\u6cd5", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u8fa9\u8bc1\u6cd5", "label": "\u81ea\u7136\u8fa9\u8bc1\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u81ea\u7136\u8fa9\u8bc1\u6cd5is Engels\u0027 work discussing the alignment between human thought and natural laws."}, {"color": "#69119b", "created_at": 1752884037, "description": "\u8fdb\u5316\u8bbais Darwin\u0027s theory of evolution, explaining biological and cognitive development.", "entity_id": "\u8fdb\u5316\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fdb\u5316\u8bba", "label": "\u8fdb\u5316\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u8fdb\u5316\u8bbais Darwin\u0027s theory of evolution, explaining biological and cognitive development."}, {"color": "#183ee2", "created_at": 1752884054, "description": "\u4e00\u79cd\u57fa\u4e8e\u4f20\u9012\u6027\u7684\u6570\u503c\u8ba1\u7b97\u65b9\u6cd5\uff0c\u901a\u8fc7\u8fed\u4ee3\u7f29\u5c0f\u533a\u95f4\u903c\u8fd1\u51fd\u6570\u7684\u96f6\u70b9\u89e3\u3002", "entity_id": "\u4e8c\u5206\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u5206\u6cd5", "label": "\u4e8c\u5206\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "\u4e00\u79cd\u57fa\u4e8e\u4f20\u9012\u6027\u7684\u6570\u503c\u8ba1\u7b97\u65b9\u6cd5\uff0c\u901a\u8fc7\u8fed\u4ee3\u7f29\u5c0f\u533a\u95f4\u903c\u8fd1\u51fd\u6570\u7684\u96f6\u70b9\u89e3\u3002"}, {"color": "#23d0d4", "created_at": 1752884054, "description": "\u7edf\u8ba1\u5b66\u4e2d\u7684\u57fa\u7840\u6982\u5ff5\uff0c\u7528\u4e8e\u63cf\u8ff0\u6570\u636e\u96c6\u7684\u96c6\u4e2d\u8d8b\u52bf\u548c\u79bb\u6563\u7a0b\u5ea6\u3002", "entity_id": "\u6837\u672c\u5e73\u5747\u548c\u6837\u672c\u65b9\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6837\u672c\u5e73\u5747\u548c\u6837\u672c\u65b9\u5dee", "label": "\u6837\u672c\u5e73\u5747\u548c\u6837\u672c\u65b9\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "\u7edf\u8ba1\u5b66\u4e2d\u7684\u57fa\u7840\u6982\u5ff5\uff0c\u7528\u4e8e\u63cf\u8ff0\u6570\u636e\u96c6\u7684\u96c6\u4e2d\u8d8b\u52bf\u548c\u79bb\u6563\u7a0b\u5ea6\u3002"}, {"color": "#b5c3cd", "created_at": 1752884054, "description": "Conventional computing systems with sequential processing logic.", "entity_id": "\u4f20\u7edf\u8ba1\u7b97\u673a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f20\u7edf\u8ba1\u7b97\u673a", "label": "\u4f20\u7edf\u8ba1\u7b97\u673a", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Conventional computing systems with sequential processing logic."}, {"color": "#6025f3", "created_at": 1752884054, "description": "Repetitive computational process that converges toward a solution.", "entity_id": "\u8fed\u4ee3\u5f62\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fed\u4ee3\u5f62\u5f0f", "label": "\u8fed\u4ee3\u5f62\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Repetitive computational process that converges toward a solution."}, {"color": "#85a808", "created_at": 1752884032, "description": "An equation is a mathematical statement that asserts the equality of two expressions, often containing unknown variables.", "entity_id": "Equation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Equation", "label": "Equation", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "An equation is a mathematical statement that asserts the equality of two expressions, often containing unknown variables."}, {"color": "#0e97f7", "created_at": 1752884032, "description": "A mathematical definition is a precise and unambiguous description of a mathematical concept, ensuring clarity and logical rigor.", "entity_id": "Mathematical Definition", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mathematical Definition", "label": "Mathematical Definition", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "A mathematical definition is a precise and unambiguous description of a mathematical concept, ensuring clarity and logical rigor."}, {"color": "#a4df5c", "created_at": 1752884033, "description": "A placeholder symbol in equations representing quantities to be determined.", "entity_id": "Unknown Variable", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Unknown Variable", "label": "Unknown Variable", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "A placeholder symbol in equations representing quantities to be determined."}, {"color": "#343370", "created_at": 1752884033, "description": "The mathematical concept of equivalence between two expressions or quantities.", "entity_id": "Equality Relation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Equality Relation", "label": "Equality Relation", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "The mathematical concept of equivalence between two expressions or quantities."}, {"color": "#6e9170", "created_at": 1752884032, "description": "A mathematical proposition is a statement that can be judged as true or false based on mathematical reasoning or evidence.", "entity_id": "Mathematical Proposition", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mathematical Proposition", "label": "Mathematical Proposition", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "A mathematical proposition is a statement that can be judged as true or false based on mathematical reasoning or evidence."}, {"color": "#216a9e", "created_at": 1752884032, "description": "Logical requirements where condition X guarantees Y (sufficient) and Y requires X (necessary).", "entity_id": "Necessary and Sufficient Conditions", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Necessary and Sufficient Conditions", "label": "Necessary and Sufficient Conditions", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Logical requirements where condition X guarantees Y (sufficient) and Y requires X (necessary)."}, {"color": "#1b2f9a", "created_at": 1752884032, "description": "Institutional system for teaching mathematical concepts in China\u0027s academic curriculum.", "entity_id": "Chinese Mathematics Education", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Chinese Mathematics Education", "label": "Chinese Mathematics Education", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Institutional system for teaching mathematical concepts in China\u0027s academic curriculum."}, {"color": "#bcedfa", "created_at": 1752884032, "description": "Aristotle was a prominent ancient Greek philosopher and a student at Plato\u0027s Academy, whose extensive contributions laid foundational concepts in logic, metaphysics, and science. He introduced the Law of Non-Contradiction, a fundamental principle in logic and mathematics, as discussed in his work *Metaphysics*. Aristotle also advanced the understanding of propositions and their truth values, solidifying his role as a key figure in the development of logical theory. Beyond philosophy, he made significant contributions to astronomy, proposing that the Earth is spherical based on observations of lunar eclipses, a theory he elaborated on in *On the Heavens*. His diverse scholarly works have had a lasting influence across multiple disciplines, shaping Western thought for centuries.", "entity_id": "Aristotle", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Aristotle", "label": "Aristotle", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-883941d615642b57eca9414cbdcb8c96\u003cSEP\u003echunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle was a prominent ancient Greek philosopher and a student at Plato\u0027s Academy, whose extensive contributions laid foundational concepts in logic, metaphysics, and science. He introduced the Law of Non-Contradiction, a fundamental principle in logic and mathematics, as discussed in his work *Metaphysics*. Aristotle also advanced the understanding of propositions and their truth values, solidifying his role as a key figure in the development of logical theory. Beyond philosophy, he made significant contributions to astronomy, proposing that the Earth is spherical based on observations of lunar eclipses, a theory he elaborated on in *On the Heavens*. His diverse scholarly works have had a lasting influence across multiple disciplines, shaping Western thought for centuries."}, {"color": "#d0918e", "created_at": 1752884032, "description": "Ludwig Wittgenstein was an Austrian-British philosopher who explored the nature of language, logic, and propositions.", "entity_id": "Ludwig Wittgenstein", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Ludwig Wittgenstein", "label": "Ludwig Wittgenstein", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Ludwig Wittgenstein was an Austrian-British philosopher who explored the nature of language, logic, and propositions."}, {"color": "#dad27a", "created_at": 1752884032, "description": "The systematic study of inference and reasoning using formal symbolic systems.", "entity_id": "Formal Logic", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Formal Logic", "label": "Formal Logic", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "The systematic study of inference and reasoning using formal symbolic systems."}, {"color": "#a80a77", "created_at": 1752884048, "description": "Plato Academy was an ancient educational institution founded by Plato in Athens around 385 BC, teaching subjects like astronomy, music, arithmetic, and geometry. It operated for nearly a millennium until closed by Emperor Justinian in 529 AD.", "entity_id": "Plato academy", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Plato academy", "label": "Plato academy", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Plato Academy was an ancient educational institution founded by Plato in Athens around 385 BC, teaching subjects like astronomy, music, arithmetic, and geometry. It operated for nearly a millennium until closed by Emperor Justinian in 529 AD."}, {"color": "#900084", "created_at": 1752884150, "description": "Aristotle formulated the Law of Non-Contradiction, a cornerstone of logical and mathematical reasoning.", "entity_id": "Law of Non-Contradiction", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Law of Non-Contradiction", "label": "Law of Non-Contradiction", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle formulated the Law of Non-Contradiction, a cornerstone of logical and mathematical reasoning."}, {"color": "#14eacc", "created_at": 1752884077, "description": "A lunar eclipse occurs when the Earth blocks sunlight from reaching the Moon, providing evidence for the Earth\u0027s spherical shape as observed by Aristotle.", "entity_id": "Lunar Eclipse", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Lunar Eclipse", "label": "Lunar Eclipse", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "A lunar eclipse occurs when the Earth blocks sunlight from reaching the Moon, providing evidence for the Earth\u0027s spherical shape as observed by Aristotle."}, {"color": "#28f493", "created_at": 1752884123, "description": "Proper equation definitions must satisfy necessary and sufficient condition requirements.", "entity_id": "Equation Definition", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Equation Definition", "label": "Equation Definition", "shape": "dot", "size": 10, "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Proper equation definitions must satisfy necessary and sufficient condition requirements."}, {"color": "#77386f", "created_at": 1752884035, "description": "A type of geometry mentioned in the text, part of mathematical reasoning discussions.", "entity_id": "\u5f97\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f97\u51e0\u4f55", "label": "\u5f97\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "A type of geometry mentioned in the text, part of mathematical reasoning discussions."}, {"color": "#02799b", "created_at": 1752884114, "description": "Mathematical concept related to surface curvature mentioned in the discussion of angles.", "entity_id": "\u9ad8\u65af\u66f2\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u65af\u66f2\u7387", "label": "\u9ad8\u65af\u66f2\u7387", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Mathematical concept related to surface curvature mentioned in the discussion of angles."}, {"color": "#80da09", "created_at": 1752884195, "description": "\u738b\u529b\u5bf9\u9648\u8ff0\u53e5\u7ed3\u6784\u7684\u7814\u7a76\uff0c\u7279\u522b\u662f\u5bf9\u7cfb\u8bcd\u7684\u5206\u6790\uff0c\u5f71\u54cd\u4e86\u6c49\u8bed\u8bed\u6cd5\u7814\u7a76\u3002", "entity_id": "\u9648\u8ff0\u53e5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u9648\u8ff0\u53e5", "label": "\u9648\u8ff0\u53e5", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u738b\u529b\u5bf9\u9648\u8ff0\u53e5\u7ed3\u6784\u7684\u7814\u7a76\uff0c\u7279\u522b\u662f\u5bf9\u7cfb\u8bcd\u7684\u5206\u6790\uff0c\u5f71\u54cd\u4e86\u6c49\u8bed\u8bed\u6cd5\u7814\u7a76\u3002"}, {"color": "#a4bbc6", "created_at": 1752884195, "description": "Wang Li is the author of \u0027History of Chinese Language\u0027.", "entity_id": "\u6c49\u8bed\u53f2\u7a3f", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6c49\u8bed\u53f2\u7a3f", "label": "\u6c49\u8bed\u53f2\u7a3f", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Wang Li is the author of \u0027History of Chinese Language\u0027."}, {"color": "#25f570", "created_at": 1752884110, "description": "Textbook on classical Chinese edited by\u738b\u529b.\u003cSEP\u003e\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b\u662f\u4e00\u672c\u5173\u4e8e\u53e4\u4ee3\u6c49\u8bed\u7684\u6559\u6750\uff0c\u7531\u738b\u529b\u4e3b\u7f16\uff0c\u6db5\u76d6\u4e86\u53e4\u4ee3\u6c49\u8bed\u7684\u8bed\u8a00\u548c\u6587\u732e\u7814\u7a76\u3002", "entity_id": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "label": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Textbook on classical Chinese edited by\u738b\u529b.\u003cSEP\u003e\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b\u662f\u4e00\u672c\u5173\u4e8e\u53e4\u4ee3\u6c49\u8bed\u7684\u6559\u6750\uff0c\u7531\u738b\u529b\u4e3b\u7f16\uff0c\u6db5\u76d6\u4e86\u53e4\u4ee3\u6c49\u8bed\u7684\u8bed\u8a00\u548c\u6587\u732e\u7814\u7a76\u3002"}, {"color": "#c453b5", "created_at": 1752884035, "description": "Specific examples of real numbers used to demonstrate logical consistency in mathematical reasoning.", "entity_id": "3\u548c5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "3\u548c5", "label": "3\u548c5", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "Specific examples of real numbers used to demonstrate logical consistency in mathematical reasoning."}, {"color": "#0da9b1", "created_at": 1752884067, "description": "Augustin-Louis Cauchy was a French mathematician who formulated the Cauchy criterion for the convergence of sequences.", "entity_id": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u67ef\u897f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u67ef\u897f", "label": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u67ef\u897f", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Augustin-Louis Cauchy was a French mathematician who formulated the Cauchy criterion for the convergence of sequences."}, {"color": "#c12205", "created_at": 1752884067, "description": "\u67ef\u897f\u6570\u5217\u662f\u6307\u6ee1\u8db3\u67ef\u897f\u51c6\u5219\u7684\u6570\u5217\uff0c\u7528\u4e8e\u5b9a\u4e49\u6536\u655b\u6570\u5217\u548c\u5b9e\u6570\u3002", "entity_id": "\u67ef\u897f\u6570\u5217", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u897f\u6570\u5217", "label": "\u67ef\u897f\u6570\u5217", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u67ef\u897f\u6570\u5217\u662f\u6307\u6ee1\u8db3\u67ef\u897f\u51c6\u5219\u7684\u6570\u5217\uff0c\u7528\u4e8e\u5b9a\u4e49\u6536\u655b\u6570\u5217\u548c\u5b9e\u6570\u3002"}, {"color": "#295cc7", "created_at": 1752884067, "description": "\u57fa\u672c\u5e8f\u5217\u662f\u5eb7\u6258\u5b9a\u4e49\u7684\u6709\u7406\u6570\u5217\uff0c\u7528\u4e8e\u6784\u9020\u5b9e\u6570\u3002", "entity_id": "\u57fa\u672c\u5e8f\u5217", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u672c\u5e8f\u5217", "label": "\u57fa\u672c\u5e8f\u5217", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u57fa\u672c\u5e8f\u5217\u662f\u5eb7\u6258\u5b9a\u4e49\u7684\u6709\u7406\u6570\u5217\uff0c\u7528\u4e8e\u6784\u9020\u5b9e\u6570\u3002"}, {"color": "#7d00c9", "created_at": 1752884067, "description": "The continuum of real numbers, shown to be larger infinity than countable sets.", "entity_id": "\u8fde\u7eed\u7edf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fde\u7eed\u7edf", "label": "\u8fde\u7eed\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "The continuum of real numbers, shown to be larger infinity than countable sets."}, {"color": "#f12498", "created_at": 1752884033, "description": "Semantics studies meaning in language, contrasting with mathematical propositions\u0027 context-free nature.", "entity_id": "\u8bed\u4e49\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bed\u4e49\u5b66", "label": "\u8bed\u4e49\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Semantics studies meaning in language, contrasting with mathematical propositions\u0027 context-free nature."}, {"color": "#2ee08a", "created_at": 1752884047, "description": "A trigonometric function describing the relationship between an acute angle and the sides of a right triangle.\u003cSEP\u003e\u521d\u4e2d\u9636\u6bb5\u6700\u91cd\u8981\u7684\u4e09\u89d2\u51fd\u6570\uff0c\u53cd\u6620\u76f8\u4f3c\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u76f4\u89d2\u8fb9\u7684\u56fa\u5b9a\u6bd4\u4f8b\u5173\u7cfb\u3002", "entity_id": "\u6b63\u5207\u51fd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u5207\u51fd\u6570", "label": "\u6b63\u5207\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "A trigonometric function describing the relationship between an acute angle and the sides of a right triangle.\u003cSEP\u003e\u521d\u4e2d\u9636\u6bb5\u6700\u91cd\u8981\u7684\u4e09\u89d2\u51fd\u6570\uff0c\u53cd\u6620\u76f8\u4f3c\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u76f4\u89d2\u8fb9\u7684\u56fa\u5b9a\u6bd4\u4f8b\u5173\u7cfb\u3002"}, {"color": "#2db317", "created_at": 1752884033, "description": "\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898refers to propositions where the subject and predicate sets are equivalent, indicating a bi-directional relationship.", "entity_id": "\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "label": "\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898refers to propositions where the subject and predicate sets are equivalent, indicating a bi-directional relationship."}, {"color": "#fdf928", "created_at": 1752884071, "description": "The mathematician who explained Pythagorean theorem in\u5468\u9ac0\u7b97\u7ecf.\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8bb0\u8f7d\u7684\u5929\u6587\u5b66\u5bb6\uff0c\u4e0e\u5468\u516c\u8ba8\u8bba\u5468\u5929\u5386\u5ea6\u3002\u003cSEP\u003e\u5546\u9ad8is a scholar who provided explanations on mathematical principles, including the Pythagorean theorem, in response to\u5468\u516c\u0027s questions.", "entity_id": "\u5546\u9ad8", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u9ad8", "label": "\u5546\u9ad8", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "The mathematician who explained Pythagorean theorem in\u5468\u9ac0\u7b97\u7ecf.\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8bb0\u8f7d\u7684\u5929\u6587\u5b66\u5bb6\uff0c\u4e0e\u5468\u516c\u8ba8\u8bba\u5468\u5929\u5386\u5ea6\u3002\u003cSEP\u003e\u5546\u9ad8is a scholar who provided explanations on mathematical principles, including the Pythagorean theorem, in response to\u5468\u516c\u0027s questions."}, {"color": "#b19f63", "created_at": 1752884066, "description": "The *Zhou Bi Suan Jing* (\u300a\u5468\u9ac0\u7b97\u7ecf\u300b) is an ancient Chinese mathematical and astronomical text that encompasses a wide range of scientific topics. It contains early discussions of the Pythagorean theorem, along with methods for astronomical measurements, such as the \"\u571f\u572d\u4e4b\u6cd5\" (Tugui method) for determining the sun\u0027s height. The text also references the value of \u03c0 as 3 and includes the Gai Tian theory, a cosmological model describing the heavens. Additionally, it provides calculations related to solar observations, demonstrating its significance in both mathematics and astronomy in ancient China. \n\nBy synthesizing the descriptions, the *Zhou Bi Suan Jing* emerges as a foundational work that bridges mathematical principles and celestial studies, reflecting the advanced scientific understanding of its time.", "entity_id": "\u5468\u9ac0\u7b97\u7ecf", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u9ac0\u7b97\u7ecf", "label": "\u5468\u9ac0\u7b97\u7ecf", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The *Zhou Bi Suan Jing* (\u300a\u5468\u9ac0\u7b97\u7ecf\u300b) is an ancient Chinese mathematical and astronomical text that encompasses a wide range of scientific topics. It contains early discussions of the Pythagorean theorem, along with methods for astronomical measurements, such as the \"\u571f\u572d\u4e4b\u6cd5\" (Tugui method) for determining the sun\u0027s height. The text also references the value of \u03c0 as 3 and includes the Gai Tian theory, a cosmological model describing the heavens. Additionally, it provides calculations related to solar observations, demonstrating its significance in both mathematics and astronomy in ancient China. \n\nBy synthesizing the descriptions, the *Zhou Bi Suan Jing* emerges as a foundational work that bridges mathematical principles and celestial studies, reflecting the advanced scientific understanding of its time."}, {"color": "#9a974d", "created_at": 1752884071, "description": "**\u571f\u572d\u4e4b\u6cd5 (T\u01d4gu\u012b zh\u012b f\u01ce)** is an ancient Chinese method for measuring solar shadows to determine geographical positions, calendrical data, and seasonal cycles. It involves the use of a sundial-like instrument, traditionally an eight-foot pole, to cast and measure shadows. This technique incorporates geometric and astronomical calculations to establish precise geographic and temporal information, such as the solar calendar and the 24 solar terms (\u8282\u6c14). The method reflects the advanced understanding of astronomy and geomatics in ancient China, serving both practical and agricultural purposes by aligning human activities with natural cycles. \n\n(The summary consolidates all descriptions, resolving minor variations by emphasizing the core purpose\u2014shadow measurement for geographic and calendrical applications\u2014while acknowledging the instrument\u0027s design and broader cultural significance.)", "entity_id": "\u571f\u572d\u4e4b\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u571f\u572d\u4e4b\u6cd5", "label": "\u571f\u572d\u4e4b\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "**\u571f\u572d\u4e4b\u6cd5 (T\u01d4gu\u012b zh\u012b f\u01ce)** is an ancient Chinese method for measuring solar shadows to determine geographical positions, calendrical data, and seasonal cycles. It involves the use of a sundial-like instrument, traditionally an eight-foot pole, to cast and measure shadows. This technique incorporates geometric and astronomical calculations to establish precise geographic and temporal information, such as the solar calendar and the 24 solar terms (\u8282\u6c14). The method reflects the advanced understanding of astronomy and geomatics in ancient China, serving both practical and agricultural purposes by aligning human activities with natural cycles. \n\n(The summary consolidates all descriptions, resolving minor variations by emphasizing the core purpose\u2014shadow measurement for geographic and calendrical applications\u2014while acknowledging the instrument\u0027s design and broader cultural significance.)"}, {"color": "#49dfd6", "created_at": 1752884033, "description": "\u52a0\u6cd5is a mathematical operation that satisfies the commutative law, among other properties.", "entity_id": "\u52a0\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u6cd5", "label": "\u52a0\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u52a0\u6cd5is a mathematical operation that satisfies the commutative law, among other properties."}, {"color": "#2318dd", "created_at": 1752884123, "description": "Addition satisfies the commutative law, meaning the order of operands does not change the result.", "entity_id": "\u4ea4\u6362\u5f8b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4ea4\u6362\u5f8b", "label": "\u4ea4\u6362\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Addition satisfies the commutative law, meaning the order of operands does not change the result."}, {"color": "#be8e0b", "created_at": 1752884061, "description": "An axiom in natural number theory that allows the successor operation (n+1) for any natural number.", "entity_id": "\u516c\u74066", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u74066", "label": "\u516c\u74066", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "An axiom in natural number theory that allows the successor operation (n+1) for any natural number."}, {"color": "#cb42f1", "created_at": 1752884061, "description": "Operations that reverse the effect of another operation, such as subtraction reversing addition.", "entity_id": "\u9006\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9006\u8fd0\u7b97", "label": "\u9006\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Operations that reverse the effect of another operation, such as subtraction reversing addition."}, {"color": "#e71bf8", "created_at": 1752884033, "description": "\u6b63\u547d\u9898is a type of logical proposition stating that an element in set A possesses property P.", "entity_id": "\u6b63\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u547d\u9898", "label": "\u6b63\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u6b63\u547d\u9898is a type of logical proposition stating that an element in set A possesses property P."}, {"color": "#447846", "created_at": 1752884033, "description": "\u5426\u547d\u9898is a type of logical proposition stating that an element in set A does not possess property P.", "entity_id": "\u5426\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5426\u547d\u9898", "label": "\u5426\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u5426\u547d\u9898is a type of logical proposition stating that an element in set A does not possess property P."}, {"color": "#10fd44", "created_at": 1752884033, "description": "\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898describes relationships between mathematical objects, often expressed in \u0027if...then...\u0027 form as axioms or theorems.", "entity_id": "\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898", "label": "\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898describes relationships between mathematical objects, often expressed in \u0027if...then...\u0027 form as axioms or theorems."}, {"color": "#82f11f", "created_at": 1752884033, "description": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406are formal axioms in geometry, such as \u0027two points determine a unique line\u0027, establishing fundamental spatial relationships.", "entity_id": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406", "label": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406are formal axioms in geometry, such as \u0027two points determine a unique line\u0027, establishing fundamental spatial relationships."}, {"color": "#e79580", "created_at": 1752884033, "description": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66refers to mathematics education at primary and secondary levels, where concepts like \u0027basic facts\u0027 replace formal axioms for pedagogical reasons.\u003cSEP\u003e\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u662f\u6307\u4e2d\u5c0f\u5b66\u6570\u5b66\u6559\u80b2\uff0c\u5f3a\u8c03\u57fa\u672c\u4e8b\u5b9e\u800c\u975e\u516c\u7406\u4f53\u7cfb\uff0c\u6ce8\u91cd\u901a\u8fc7\u5b9e\u4f8b\u548c\u64cd\u4f5c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u6982\u5ff5\u3002", "entity_id": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66", "label": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-665ebf4a9a719e0056c9e54525078072\u003cSEP\u003echunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66refers to mathematics education at primary and secondary levels, where concepts like \u0027basic facts\u0027 replace formal axioms for pedagogical reasons.\u003cSEP\u003e\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u662f\u6307\u4e2d\u5c0f\u5b66\u6570\u5b66\u6559\u80b2\uff0c\u5f3a\u8c03\u57fa\u672c\u4e8b\u5b9e\u800c\u975e\u516c\u7406\u4f53\u7cfb\uff0c\u6ce8\u91cd\u901a\u8fc7\u5b9e\u4f8b\u548c\u64cd\u4f5c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u6982\u5ff5\u3002"}, {"color": "#47d75a", "created_at": 1752884045, "description": "\u5168\u7b49\u4e09\u89d2\u5f62\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u901a\u8fc7\u5c3a\u89c4\u4f5c\u56fe\u53ef\u4ee5\u63a2\u7d22\u5176\u57fa\u672c\u6761\u4ef6\u3002", "entity_id": "\u5168\u7b49\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5168\u7b49\u4e09\u89d2\u5f62", "label": "\u5168\u7b49\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u5168\u7b49\u4e09\u89d2\u5f62\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u901a\u8fc7\u5c3a\u89c4\u4f5c\u56fe\u53ef\u4ee5\u63a2\u7d22\u5176\u57fa\u672c\u6761\u4ef6\u3002"}, {"color": "#a8c10a", "created_at": 1752884033, "description": "\u53e4\u5e0c\u814a\u8fa9\u8bba\u6587\u5316\u76db\u884c\u7684\u57ce\u5e02\u003cSEP\u003e\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u57ce\u5e02\uff0c\u6b27\u51e0\u91cc\u5f97\u65e9\u5e74\u5728\u6b64\u5b66\u4e60\u6570\u5b66\u548c\u54f2\u5b66\uff0c\u540e\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u3002\u003cSEP\u003e\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u7684\u4e3b\u8981\u57ce\u90a6\u4e4b\u4e00\uff0c\u4ee5\u5176\u6c11\u4e3b\u5236\u5ea6\u548c\u8fa9\u8bba\u6587\u5316\u8457\u79f0\u3002", "entity_id": "\u96c5\u5178", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u96c5\u5178", "label": "\u96c5\u5178", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "\u53e4\u5e0c\u814a\u8fa9\u8bba\u6587\u5316\u76db\u884c\u7684\u57ce\u5e02\u003cSEP\u003e\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u57ce\u5e02\uff0c\u6b27\u51e0\u91cc\u5f97\u65e9\u5e74\u5728\u6b64\u5b66\u4e60\u6570\u5b66\u548c\u54f2\u5b66\uff0c\u540e\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u3002\u003cSEP\u003e\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u7684\u4e3b\u8981\u57ce\u90a6\u4e4b\u4e00\uff0c\u4ee5\u5176\u6c11\u4e3b\u5236\u5ea6\u548c\u8fa9\u8bba\u6587\u5316\u8457\u79f0\u3002"}, {"color": "#848164", "created_at": 1752884058, "description": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5f3a\u8c03\u903b\u8f91\u548c\u8fa9\u8bba\uff0c\u5f71\u54cd\u4e86\u6570\u5b66\u5b9a\u4e49\u7684\u7406\u89e3\u3002", "entity_id": "\u53e4\u5e0c\u814a\u54f2\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a\u54f2\u5b66", "label": "\u53e4\u5e0c\u814a\u54f2\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5f3a\u8c03\u903b\u8f91\u548c\u8fa9\u8bba\uff0c\u5f71\u54cd\u4e86\u6570\u5b66\u5b9a\u4e49\u7684\u7406\u89e3\u3002"}, {"color": "#968eee", "created_at": 1752884078, "description": "Eratosthenes was the head of the Library of Alexandria and is considered the father of geography. He calculated the Earth\u0027s circumference.\u003cSEP\u003e\u53e4\u5e0c\u814a\u5b66\u8005\uff0c\u7b2c\u4e00\u4e2a\u8ba1\u7b97\u51fa\u5730\u7403\u8d64\u9053\u5468\u957f\uff0c\u66fe\u4efb\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u9986\u957f\u3002", "entity_id": "\u57c3\u62c9\u6258\u8272\u5c3c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u57c3\u62c9\u6258\u8272\u5c3c", "label": "\u57c3\u62c9\u6258\u8272\u5c3c", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Eratosthenes was the head of the Library of Alexandria and is considered the father of geography. He calculated the Earth\u0027s circumference.\u003cSEP\u003e\u53e4\u5e0c\u814a\u5b66\u8005\uff0c\u7b2c\u4e00\u4e2a\u8ba1\u7b97\u51fa\u5730\u7403\u8d64\u9053\u5468\u957f\uff0c\u66fe\u4efb\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u9986\u957f\u3002"}, {"color": "#3ab7ee", "created_at": 1752884078, "description": "Alexandria is the city where the Library of Alexandria was located and where Eratosthenes conducted his experiments.\u003cSEP\u003e\u57c3\u53ca\u53e4\u57ce\uff0c\u4ee5\u56fe\u4e66\u9986\u548c\u706f\u5854\u95fb\u540d\uff0c\u57c3\u62c9\u6258\u8272\u5c3c\u5728\u6b64\u5de5\u4f5c\u3002", "entity_id": "\u4e9a\u5386\u5c71\u5927\u57ce", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e9a\u5386\u5c71\u5927\u57ce", "label": "\u4e9a\u5386\u5c71\u5927\u57ce", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Alexandria is the city where the Library of Alexandria was located and where Eratosthenes conducted his experiments.\u003cSEP\u003e\u57c3\u53ca\u53e4\u57ce\uff0c\u4ee5\u56fe\u4e66\u9986\u548c\u706f\u5854\u95fb\u540d\uff0c\u57c3\u62c9\u6258\u8272\u5c3c\u5728\u6b64\u5de5\u4f5c\u3002"}, {"color": "#bdabc3", "created_at": 1752884078, "description": "Herophilus was a scholar at the Library of Alexandria who pioneered human anatomy methods.", "entity_id": "\u5e0c\u7f57\u83f2\u9c81\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u7f57\u83f2\u9c81\u65af", "label": "\u5e0c\u7f57\u83f2\u9c81\u65af", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Herophilus was a scholar at the Library of Alexandria who pioneered human anatomy methods."}, {"color": "#361db6", "created_at": 1752884079, "description": "The Homeric Epics are foundational works of Western literature collected in the Library of Alexandria.", "entity_id": "\u300a\u8377\u9a6c\u53f2\u8bd7\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8377\u9a6c\u53f2\u8bd7\u300b", "label": "\u300a\u8377\u9a6c\u53f2\u8bd7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Homeric Epics are foundational works of Western literature collected in the Library of Alexandria."}, {"color": "#d840c1", "created_at": 1752884079, "description": "Over 500,000 papyrus scrolls formed the core collection of the Library of Alexandria.", "entity_id": "\u7eb8\u838e\u8349\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7eb8\u838e\u8349\u4e66", "label": "\u7eb8\u838e\u8349\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Over 500,000 papyrus scrolls formed the core collection of the Library of Alexandria."}, {"color": "#9838ba", "created_at": 1752884058, "description": "Socrates (\u82cf\u683c\u62c9\u5e95) was an ancient Greek philosopher renowned for his dialectic method of inquiry and emphasis on precise definitions. He is frequently cited as an example in philosophical texts, particularly in Aristotle\u0027s works, where he serves to illustrate logical reasoning and syllogisms. Specifically, Aristotle references Socrates in examples of universal affirmative reasoning to demonstrate principles of logical deduction. Socrates\u0027 legacy as a foundational figure in Western philosophy endures, with his contributions shaping subsequent intellectual traditions.", "entity_id": "\u82cf\u683c\u62c9\u5e95", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u82cf\u683c\u62c9\u5e95", "label": "\u82cf\u683c\u62c9\u5e95", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Socrates (\u82cf\u683c\u62c9\u5e95) was an ancient Greek philosopher renowned for his dialectic method of inquiry and emphasis on precise definitions. He is frequently cited as an example in philosophical texts, particularly in Aristotle\u0027s works, where he serves to illustrate logical reasoning and syllogisms. Specifically, Aristotle references Socrates in examples of universal affirmative reasoning to demonstrate principles of logical deduction. Socrates\u0027 legacy as a foundational figure in Western philosophy endures, with his contributions shaping subsequent intellectual traditions."}, {"color": "#c4d7c2", "created_at": 1752884034, "description": "**Logical Reasoning (\u903b\u8f91\u63a8\u7406)** \n\nLogical reasoning is a fundamental form of mathematical and analytical thinking that involves deriving propositions from established facts or rules. It encompasses multiple methods, including **deductive reasoning** (drawing specific conclusions from general principles), **inductive reasoning** (inferring general patterns from specific observations), and **analogical reasoning** (drawing parallels between similar cases). \n\nAs a systematic process, logical reasoning is characterized by **transitivity**, ensuring consistency and coherence in arguments, making it indispensable in mathematical proofs\u2014particularly in geometric and algebraic contexts. Beyond mathematics, it serves as a **core method in debate**, where rigorously defined premises and structured arguments are essential for constructing valid conclusions. \n\nThus, logical reasoning is both a foundational mathematical skill and a critical tool in structured discourse, bridging abstract theory with practical application.", "entity_id": "\u903b\u8f91\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u903b\u8f91\u63a8\u7406", "label": "\u903b\u8f91\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "**Logical Reasoning (\u903b\u8f91\u63a8\u7406)** \n\nLogical reasoning is a fundamental form of mathematical and analytical thinking that involves deriving propositions from established facts or rules. It encompasses multiple methods, including **deductive reasoning** (drawing specific conclusions from general principles), **inductive reasoning** (inferring general patterns from specific observations), and **analogical reasoning** (drawing parallels between similar cases). \n\nAs a systematic process, logical reasoning is characterized by **transitivity**, ensuring consistency and coherence in arguments, making it indispensable in mathematical proofs\u2014particularly in geometric and algebraic contexts. Beyond mathematics, it serves as a **core method in debate**, where rigorously defined premises and structured arguments are essential for constructing valid conclusions. \n\nThus, logical reasoning is both a foundational mathematical skill and a critical tool in structured discourse, bridging abstract theory with practical application."}, {"color": "#afa687", "created_at": 1752884077, "description": "The understanding of Earth as a spherical body, contrasting ancient Chinese and Greek perspectives.", "entity_id": "\u5730\u7403\u7403\u5f62\u7684\u8ba4\u77e5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u7403\u7403\u5f62\u7684\u8ba4\u77e5", "label": "\u5730\u7403\u7403\u5f62\u7684\u8ba4\u77e5", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The understanding of Earth as a spherical body, contrasting ancient Chinese and Greek perspectives."}, {"color": "#b60411", "created_at": 1752884077, "description": "Lunar eclipses used by Aristotle as evidence for Earth\u0027s spherical shape.", "entity_id": "\u6708\u8680", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6708\u8680", "label": "\u6708\u8680", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Lunar eclipses used by Aristotle as evidence for Earth\u0027s spherical shape."}, {"color": "#5602af", "created_at": 1752884066, "description": "**Archimedes (\u963f\u57fa\u7c73\u5fb7)** was an ancient Greek mathematician, scholar, and scientist who made significant contributions to various fields, including geometry, physics, and engineering. He is renowned for his work *On Floating Bodies*, where he confirmed Earth\u0027s spherical shape by proposing that fluid surfaces naturally form a spherical curvature. \n\nAs a mathematician, Archimedes devised innovative methods, such as a clever technique for trisecting an angle, though it violated the classical constraints of compass-and-straightedge constructions. He also advanced the understanding of \u03c0 (pi) through his approximations using polygons. \n\nArchimedes is credited with formulating foundational principles in physics, including leverage (the law of the lever) and buoyancy (Archimedes\u0027 principle). His works were highly influential, spreading beyond Greece and later being translated into languages such as Chinese. \n\nWhile some descriptions mention his association with the Library of Alexandria, historical consensus primarily places him in Syracuse, Sicily, where he served as a prominent scholar under King Hiero II. His legacy endures through his theoretical and practical innovations, which shaped the development of mathematics and science.", "entity_id": "\u963f\u57fa\u7c73\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u57fa\u7c73\u5fb7", "label": "\u963f\u57fa\u7c73\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "**Archimedes (\u963f\u57fa\u7c73\u5fb7)** was an ancient Greek mathematician, scholar, and scientist who made significant contributions to various fields, including geometry, physics, and engineering. He is renowned for his work *On Floating Bodies*, where he confirmed Earth\u0027s spherical shape by proposing that fluid surfaces naturally form a spherical curvature. \n\nAs a mathematician, Archimedes devised innovative methods, such as a clever technique for trisecting an angle, though it violated the classical constraints of compass-and-straightedge constructions. He also advanced the understanding of \u03c0 (pi) through his approximations using polygons. \n\nArchimedes is credited with formulating foundational principles in physics, including leverage (the law of the lever) and buoyancy (Archimedes\u0027 principle). His works were highly influential, spreading beyond Greece and later being translated into languages such as Chinese. \n\nWhile some descriptions mention his association with the Library of Alexandria, historical consensus primarily places him in Syracuse, Sicily, where he served as a prominent scholar under King Hiero II. His legacy endures through his theoretical and practical innovations, which shaped the development of mathematics and science."}, {"color": "#d2b2c6", "created_at": 1752884079, "description": "Aristotle\u0027s division of Earth into climate zones was an early geographical theory.", "entity_id": "\u6c14\u5019\u5e26", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6c14\u5019\u5e26", "label": "\u6c14\u5019\u5e26", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Aristotle\u0027s division of Earth into climate zones was an early geographical theory."}, {"color": "#d5e04c", "created_at": 1752884080, "description": "\u57f9\u6839\u662f\u82f1\u56fd\u54f2\u5b66\u5bb6\uff0c\u5021\u5bfc\u5f52\u7eb3\u903b\u8f91\uff0c\u540d\u8a00\u662f\u0027\u77e5\u8bc6\u5c31\u662f\u529b\u91cf\u0027\uff0c\u5bf9\u73b0\u4ee3\u79d1\u5b66\u65b9\u6cd5\u6709\u91cd\u8981\u5f71\u54cd\u3002", "entity_id": "\u57f9\u6839", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u57f9\u6839", "label": "\u57f9\u6839", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u57f9\u6839\u662f\u82f1\u56fd\u54f2\u5b66\u5bb6\uff0c\u5021\u5bfc\u5f52\u7eb3\u903b\u8f91\uff0c\u540d\u8a00\u662f\u0027\u77e5\u8bc6\u5c31\u662f\u529b\u91cf\u0027\uff0c\u5bf9\u73b0\u4ee3\u79d1\u5b66\u65b9\u6cd5\u6709\u91cd\u8981\u5f71\u54cd\u3002"}, {"color": "#39d1ca", "created_at": 1752884099, "description": "**\u82d7\u529b\u7530 (Miao Litian)** is a renowned Chinese scholar in philosophy, best known for his significant contributions as an editor and translator of Aristotle\u0027s works. He served as the editor-in-chief of the Chinese version of *Aristotle\u0027s Complete Works*, overseeing the compilation and translation of multiple volumes, including *\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161 (Aristotle\u0027s Complete Works Vol. II)* and *\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66 (Aristotle\u0027s Complete Works Vol. VII: Metaphysics)*. His editorial work has played a pivotal role in making classical philosophical texts accessible to Chinese-speaking audiences. As a dedicated scholar, Miao Litian has been instrumental in editing collections of classical philosophical works, solidifying his reputation as a key figure in the study and dissemination of Western philosophy in China.", "entity_id": "\u82d7\u529b\u7530", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u82d7\u529b\u7530", "label": "\u82d7\u529b\u7530", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**\u82d7\u529b\u7530 (Miao Litian)** is a renowned Chinese scholar in philosophy, best known for his significant contributions as an editor and translator of Aristotle\u0027s works. He served as the editor-in-chief of the Chinese version of *Aristotle\u0027s Complete Works*, overseeing the compilation and translation of multiple volumes, including *\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161 (Aristotle\u0027s Complete Works Vol. II)* and *\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66 (Aristotle\u0027s Complete Works Vol. VII: Metaphysics)*. His editorial work has played a pivotal role in making classical philosophical texts accessible to Chinese-speaking audiences. As a dedicated scholar, Miao Litian has been instrumental in editing collections of classical philosophical works, solidifying his reputation as a key figure in the study and dissemination of Western philosophy in China."}, {"color": "#be217f", "created_at": 1752884033, "description": "\u6761\u4ef6\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u7b2c\u4e00\u4e2a\u6027\u8d28\u547d\u9898\uff0c\u4f5c\u4e3a\u63a8\u7406\u7684\u521d\u59cb\u5047\u8bbe\u6216\u524d\u63d0\u6761\u4ef6\u3002", "entity_id": "\u6761\u4ef6\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6761\u4ef6\u547d\u9898", "label": "\u6761\u4ef6\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u6761\u4ef6\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u7b2c\u4e00\u4e2a\u6027\u8d28\u547d\u9898\uff0c\u4f5c\u4e3a\u63a8\u7406\u7684\u521d\u59cb\u5047\u8bbe\u6216\u524d\u63d0\u6761\u4ef6\u3002"}, {"color": "#74dcd3", "created_at": 1752884033, "description": "\u8bba\u8bc1\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u7b2c\u4e8c\u4e2a\u6027\u8d28\u547d\u9898\uff0c\u7528\u4e8e\u8fde\u63a5\u6761\u4ef6\u547d\u9898\u548c\u7ed3\u8bba\u547d\u9898\u7684\u903b\u8f91\u6865\u6881\u3002", "entity_id": "\u8bba\u8bc1\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bba\u8bc1\u547d\u9898", "label": "\u8bba\u8bc1\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u8bba\u8bc1\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u7b2c\u4e8c\u4e2a\u6027\u8d28\u547d\u9898\uff0c\u7528\u4e8e\u8fde\u63a5\u6761\u4ef6\u547d\u9898\u548c\u7ed3\u8bba\u547d\u9898\u7684\u903b\u8f91\u6865\u6881\u3002"}, {"color": "#a8bdfb", "created_at": 1752884034, "description": "The conclusion is the final proposition in a syllogism, logically derived from the premises (e.g., \u0027Socrates is mortal\u0027).\u003cSEP\u003e\u7ed3\u8bba\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u7b2c\u4e09\u4e2a\u6027\u8d28\u547d\u9898\uff0c\u4f5c\u4e3a\u63a8\u7406\u8fc7\u7a0b\u7684\u6700\u7ec8\u7ed3\u679c\u6216\u7ed3\u8bba\u3002", "entity_id": "\u7ed3\u8bba\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ed3\u8bba\u547d\u9898", "label": "\u7ed3\u8bba\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "The conclusion is the final proposition in a syllogism, logically derived from the premises (e.g., \u0027Socrates is mortal\u0027).\u003cSEP\u003e\u7ed3\u8bba\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u7b2c\u4e09\u4e2a\u6027\u8d28\u547d\u9898\uff0c\u4f5c\u4e3a\u63a8\u7406\u8fc7\u7a0b\u7684\u6700\u7ec8\u7ed3\u679c\u6216\u7ed3\u8bba\u3002"}, {"color": "#cec041", "created_at": 1752884060, "description": "The major premise is the first statement in a syllogism, making a broad claim (e.g., \u0027All men are mortal\u0027).", "entity_id": "\u5927\u524d\u63d0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u524d\u63d0", "label": "\u5927\u524d\u63d0", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "The major premise is the first statement in a syllogism, making a broad claim (e.g., \u0027All men are mortal\u0027)."}, {"color": "#1372cc", "created_at": 1752884060, "description": "The minor premise is the second statement in a syllogism, applying the major premise to a specific case (e.g., \u0027Socrates is a man\u0027).", "entity_id": "\u5c0f\u524d\u63d0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c0f\u524d\u63d0", "label": "\u5c0f\u524d\u63d0", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "The minor premise is the second statement in a syllogism, applying the major premise to a specific case (e.g., \u0027Socrates is a man\u0027)."}, {"color": "#ddbedc", "created_at": 1752884034, "description": "Geometric principle demonstrated through logical reasoning from basic axioms in curriculum reforms.\u003cSEP\u003e\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u547d\u9898\uff0c\u9700\u8981\u901a\u8fc7\u57fa\u672c\u4e8b\u5b9e\u0027\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed\u0027\u6765\u8bc1\u660e\u3002", "entity_id": "\u4e09\u89d2\u5f62\u4e24\u8fb9\u4e4b\u548c\u5927\u4e8e\u7b2c\u4e09\u8fb9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u5f62\u4e24\u8fb9\u4e4b\u548c\u5927\u4e8e\u7b2c\u4e09\u8fb9", "label": "\u4e09\u89d2\u5f62\u4e24\u8fb9\u4e4b\u548c\u5927\u4e8e\u7b2c\u4e09\u8fb9", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Geometric principle demonstrated through logical reasoning from basic axioms in curriculum reforms.\u003cSEP\u003e\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u547d\u9898\uff0c\u9700\u8981\u901a\u8fc7\u57fa\u672c\u4e8b\u5b9e\u0027\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed\u0027\u6765\u8bc1\u660e\u3002"}, {"color": "#9c739c", "created_at": 1752884034, "description": "Geometric axiom used as foundational fact for reasoning about triangle properties in primary mathematics.\u003cSEP\u003e\u6570\u5b66\u57fa\u672c\u4e8b\u5b9e\uff0c\u7528\u4e8e\u8bc1\u660e\u51e0\u4f55\u547d\u9898\u5982\u0027\u4e09\u89d2\u5f62\u4e24\u8fb9\u4e4b\u548c\u5927\u4e8e\u7b2c\u4e09\u8fb9\u0027\u7684\u57fa\u7840\u4f9d\u636e\u3002", "entity_id": "\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed", "label": "\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Geometric axiom used as foundational fact for reasoning about triangle properties in primary mathematics.\u003cSEP\u003e\u6570\u5b66\u57fa\u672c\u4e8b\u5b9e\uff0c\u7528\u4e8e\u8bc1\u660e\u51e0\u4f55\u547d\u9898\u5982\u0027\u4e09\u89d2\u5f62\u4e24\u8fb9\u4e4b\u548c\u5927\u4e8e\u7b2c\u4e09\u8fb9\u0027\u7684\u57fa\u7840\u4f9d\u636e\u3002"}, {"color": "#a60b15", "created_at": 1752884034, "description": "Bijection is a set-theoretic concept used by Cantor to define infinite sets and their cardinalities.", "entity_id": "\u4e00\u4e00\u5bf9\u5e94", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u4e00\u5bf9\u5e94", "label": "\u4e00\u4e00\u5bf9\u5e94", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Bijection is a set-theoretic concept used by Cantor to define infinite sets and their cardinalities."}, {"color": "#8b9490", "created_at": 1752884067, "description": "Theory used by Cantor to compare cardinalities of number sets like algebraic vs. transcendental numbers.", "entity_id": "\u96c6\u5408\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u96c6\u5408\u8bba", "label": "\u96c6\u5408\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Theory used by Cantor to compare cardinalities of number sets like algebraic vs. transcendental numbers."}, {"color": "#e73d02", "created_at": 1752884067, "description": "Cantor\u0027s diagonalization proof showing real numbers cannot be put into one-to-one correspondence with naturals.", "entity_id": "\u5eb7\u6258\u5bf9\u89d2\u7ebf\u6cd5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5eb7\u6258\u5bf9\u89d2\u7ebf\u6cd5", "label": "\u5eb7\u6258\u5bf9\u89d2\u7ebf\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Cantor\u0027s diagonalization proof showing real numbers cannot be put into one-to-one correspondence with naturals."}, {"color": "#15cb68", "created_at": 1752884084, "description": "\u5b9e\u6570\u96c6\u5408R\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\u96c6\u5408N\u7684\u57fa\u6570\uff0c\u662f\u8fde\u7eed\u7edf\u5047\u8bbe\u7684\u6838\u5fc3\u7814\u7a76\u5bf9\u8c61\u3002", "entity_id": "\u5b9e\u6570\u96c6\u5408R", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u6570\u96c6\u5408R", "label": "\u5b9e\u6570\u96c6\u5408R", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5b9e\u6570\u96c6\u5408R\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\u96c6\u5408N\u7684\u57fa\u6570\uff0c\u662f\u8fde\u7eed\u7edf\u5047\u8bbe\u7684\u6838\u5fc3\u7814\u7a76\u5bf9\u8c61\u3002"}, {"color": "#f39197", "created_at": 1752884085, "description": "\u6709\u7406\u6570\u96c6\u5408Q\u7684\u57fa\u6570\u4e0e\u81ea\u7136\u6570\u96c6\u5408N\u76f8\u540c\uff0c\u90fd\u662f\u53ef\u6570\u65e0\u7a77\u3002", "entity_id": "\u6709\u7406\u6570\u96c6\u5408Q", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6570\u96c6\u5408Q", "label": "\u6709\u7406\u6570\u96c6\u5408Q", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u6709\u7406\u6570\u96c6\u5408Q\u7684\u57fa\u6570\u4e0e\u81ea\u7136\u6570\u96c6\u5408N\u76f8\u540c\uff0c\u90fd\u662f\u53ef\u6570\u65e0\u7a77\u3002"}, {"color": "#f04b4f", "created_at": 1752884080, "description": "Beijing (\u5317\u4eac) is the capital city of China and a major cultural, political, and academic center. Located in East Asia, it is approximately 11,005 kilometers from New York along the great-circle route. As the nation\u0027s capital, Beijing hosts numerous academic publishers and institutions, including The Commercial Press, China Renmin University Press, Science Press, and Beijing Normal University Publishing House. The city serves as a key hub for the publication of academic works, with many notable scholarly publications originating there. Additionally, Beijing is home to a concentration of publishers and academic organizations, reinforcing its role as a leading center for education, research, and intellectual discourse in China.", "entity_id": "\u5317\u4eac", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac", "label": "\u5317\u4eac", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "Beijing (\u5317\u4eac) is the capital city of China and a major cultural, political, and academic center. Located in East Asia, it is approximately 11,005 kilometers from New York along the great-circle route. As the nation\u0027s capital, Beijing hosts numerous academic publishers and institutions, including The Commercial Press, China Renmin University Press, Science Press, and Beijing Normal University Publishing House. The city serves as a key hub for the publication of academic works, with many notable scholarly publications originating there. Additionally, Beijing is home to a concentration of publishers and academic organizations, reinforcing its role as a leading center for education, research, and intellectual discourse in China."}, {"color": "#759b13", "created_at": 1752884080, "description": "New York is a global city where important scientific works like Wiener\u0027s \u0027Cybernetics\u0027 were published.\u003cSEP\u003e\u7ebd\u7ea6\u662f\u7f8e\u56fd\u7684\u4e3b\u8981\u57ce\u5e02\uff0c\u4f4d\u4e8e\u5317\u7f8e\u6d32\u4e1c\u90e8\uff0c\u4e0e\u5317\u4eac\u7684\u5927\u5706\u52a3\u5f27\u8ddd\u79bb\u7ea6\u4e3a11005\u516c\u91cc\u3002", "entity_id": "\u7ebd\u7ea6", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebd\u7ea6", "label": "\u7ebd\u7ea6", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "New York is a global city where important scientific works like Wiener\u0027s \u0027Cybernetics\u0027 were published.\u003cSEP\u003e\u7ebd\u7ea6\u662f\u7f8e\u56fd\u7684\u4e3b\u8981\u57ce\u5e02\uff0c\u4f4d\u4e8e\u5317\u7f8e\u6d32\u4e1c\u90e8\uff0c\u4e0e\u5317\u4eac\u7684\u5927\u5706\u52a3\u5f27\u8ddd\u79bb\u7ea6\u4e3a11005\u516c\u91cc\u3002"}, {"color": "#12ea5e", "created_at": 1752884034, "description": "The \u0027Side-Angle-Side\u0027 (SAS) congruence axiom is a fundamental principle in Hilbert\u0027s geometric system.", "entity_id": "\u8fb9\u89d2\u8fb9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fb9\u89d2\u8fb9", "label": "\u8fb9\u89d2\u8fb9", "shape": "dot", "size": 10, "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "The \u0027Side-Angle-Side\u0027 (SAS) congruence axiom is a fundamental principle in Hilbert\u0027s geometric system."}, {"color": "#4a2f9b", "created_at": 1752884034, "description": "**Mathematics Core Competencies (\u6570\u5b66\u6838\u5fc3\u7d20\u517b)** refer to a set of essential skills and conceptual understandings emphasized in modern mathematics education, particularly within China\u0027s educational framework. These competencies are derived from key terms in China\u0027s education standards and encompass a broad range of abilities. They include mathematical thinking, problem-solving, and the application of mathematical concepts to real-world situations. \n\nA central aspect of these competencies is **reasoning ability**, which underpins logical and systematic approaches to mathematical challenges. Additionally, they emphasize **abstract thinking**, enabling learners to generalize patterns and structures. Another critical component is the **\"three abilities\"**, which notably involve expressing real-world phenomena through mathematical language, demonstrating the practical utility of mathematics. \n\nCollectively, mathematics core competencies integrate theoretical knowledge with practical skills, fostering a deeper understanding of mathematics and its relevance across various contexts. This holistic approach ensures learners develop both analytical proficiency and the ability to apply mathematical principles effectively.", "entity_id": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "label": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803\u003cSEP\u003echunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859", "title": "**Mathematics Core Competencies (\u6570\u5b66\u6838\u5fc3\u7d20\u517b)** refer to a set of essential skills and conceptual understandings emphasized in modern mathematics education, particularly within China\u0027s educational framework. These competencies are derived from key terms in China\u0027s education standards and encompass a broad range of abilities. They include mathematical thinking, problem-solving, and the application of mathematical concepts to real-world situations. \n\nA central aspect of these competencies is **reasoning ability**, which underpins logical and systematic approaches to mathematical challenges. Additionally, they emphasize **abstract thinking**, enabling learners to generalize patterns and structures. Another critical component is the **\"three abilities\"**, which notably involve expressing real-world phenomena through mathematical language, demonstrating the practical utility of mathematics. \n\nCollectively, mathematics core competencies integrate theoretical knowledge with practical skills, fostering a deeper understanding of mathematics and its relevance across various contexts. This holistic approach ensures learners develop both analytical proficiency and the ability to apply mathematical principles effectively."}, {"color": "#a965db", "created_at": 1752884043, "description": "Refers to the historical development of mathematics in China, which lacked mathematical abstraction and influenced Chinese math education until the late 20th century.", "entity_id": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66", "label": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Refers to the historical development of mathematics in China, which lacked mathematical abstraction and influenced Chinese math education until the late 20th century."}, {"color": "#dd6945", "created_at": 1752884046, "description": "\u53c2\u4e0e\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4fee\u8ba2\u7684\u4e13\u5bb6\u56e2\u961f\uff0c\u90e8\u5206\u6210\u5458\u53cd\u5bf9\u5b58\u5728\u6027\u516c\u7406\u7684\u6559\u5b66\u65b9\u6cd5\u3002", "entity_id": "\u4fee\u8ba2\u7ec4", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4fee\u8ba2\u7ec4", "label": "\u4fee\u8ba2\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u53c2\u4e0e\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4fee\u8ba2\u7684\u4e13\u5bb6\u56e2\u961f\uff0c\u90e8\u5206\u6210\u5458\u53cd\u5bf9\u5b58\u5728\u6027\u516c\u7406\u7684\u6559\u5b66\u65b9\u6cd5\u3002"}, {"color": "#c771a3", "created_at": 1752884047, "description": "Expert committee responsible for revising China\u0027s mathematics curriculum standards.", "entity_id": "\u8bfe\u7a0b\u6807\u51c6\u4fee\u8ba2\u7ec4", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u8bfe\u7a0b\u6807\u51c6\u4fee\u8ba2\u7ec4", "label": "\u8bfe\u7a0b\u6807\u51c6\u4fee\u8ba2\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Expert committee responsible for revising China\u0027s mathematics curriculum standards."}, {"color": "#85c369", "created_at": 1752884053, "description": "An educational activity in the 2011 curriculum where students classify buttons by color, shape, or eyelet count to learn classification principles.", "entity_id": "\u6263\u5b50\u5206\u7c7b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6263\u5b50\u5206\u7c7b", "label": "\u6263\u5b50\u5206\u7c7b", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "An educational activity in the 2011 curriculum where students classify buttons by color, shape, or eyelet count to learn classification principles."}, {"color": "#dfcd84", "created_at": 1752884037, "description": "Abstract concepts involve higher-level mathematical thinking beyond concrete numbers.", "entity_id": "\u62bd\u8c61\u89c2\u5ff5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62bd\u8c61\u89c2\u5ff5", "label": "\u62bd\u8c61\u89c2\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Abstract concepts involve higher-level mathematical thinking beyond concrete numbers."}, {"color": "#1776f4", "created_at": 1752884041, "description": "Arithmetic operations involving rational numbers, including addition, subtraction, multiplication, and division, with emphasis on negative numbers.", "entity_id": "\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97", "label": "\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Arithmetic operations involving rational numbers, including addition, subtraction, multiplication, and division, with emphasis on negative numbers."}, {"color": "#c6209c", "created_at": 1752884034, "description": "Plausible reasoning including inductive and analogical reasoning, distinct from formal logical deduction in Chinese math pedagogy.", "entity_id": "\u5408\u60c5\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5408\u60c5\u63a8\u7406", "label": "\u5408\u60c5\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Plausible reasoning including inductive and analogical reasoning, distinct from formal logical deduction in Chinese math pedagogy."}, {"color": "#22d259", "created_at": 1752884035, "description": "Basic reasoning structure involving three property propositions as foundational logical units.", "entity_id": "\u7b80\u5355\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b80\u5355\u63a8\u7406", "label": "\u7b80\u5355\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Basic reasoning structure involving three property propositions as foundational logical units."}, {"color": "#0ff5e2", "created_at": 1752884035, "description": "Traditional deductive reasoning method in mathematics, primarily used in geometry, which dominated Chinese math education historically.", "entity_id": "\u51e0\u4f55\u8bc1\u660e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u8bc1\u660e", "label": "\u51e0\u4f55\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "Traditional deductive reasoning method in mathematics, primarily used in geometry, which dominated Chinese math education historically."}, {"color": "#ce8a85", "created_at": 1752884058, "description": "\u5b9a\u4e49\u662f\u54f2\u5b66\u548c\u903b\u8f91\u5b66\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u53e4\u5e0c\u814a\u548c\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u5176\u7406\u89e3\u4e0d\u540c\u3002", "entity_id": "\u5b9a\u4e49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9a\u4e49", "label": "\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u5b9a\u4e49\u662f\u54f2\u5b66\u548c\u903b\u8f91\u5b66\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u53e4\u5e0c\u814a\u548c\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u5176\u7406\u89e3\u4e0d\u540c\u3002"}, {"color": "#b0323c", "created_at": 1752884035, "description": "The academic community discussing mathematics education and reasoning classification in China.", "entity_id": "\u6570\u5b66\u6559\u80b2\u754c", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6559\u80b2\u754c", "label": "\u6570\u5b66\u6559\u80b2\u754c", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "The academic community discussing mathematics education and reasoning classification in China."}, {"color": "#8c0860", "created_at": 1752884061, "description": "Particular affirmative syllogism form (AII) where some members of larger category inherit property.", "entity_id": "\u7279\u79f0\u80af\u5b9a\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7279\u79f0\u80af\u5b9a\u578b", "label": "\u7279\u79f0\u80af\u5b9a\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Particular affirmative syllogism form (AII) where some members of larger category inherit property."}, {"color": "#7d196b", "created_at": 1752884107, "description": "\u9648\u666f\u6da6is a mathematician known for his work on the Goldbach Conjecture.", "entity_id": "\u9648\u666f\u6da6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9648\u666f\u6da6", "label": "\u9648\u666f\u6da6", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9648\u666f\u6da6is a mathematician known for his work on the Goldbach Conjecture."}, {"color": "#de22fb", "created_at": 1752884035, "description": "Mathematical principle stating that the quotient remains unchanged when dividend and divisor are multiplied/divided by the same non-zero number.", "entity_id": "\u5546\u4e0d\u53d8\u7684\u9053\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u4e0d\u53d8\u7684\u9053\u7406", "label": "\u5546\u4e0d\u53d8\u7684\u9053\u7406", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Mathematical principle stating that the quotient remains unchanged when dividend and divisor are multiplied/divided by the same non-zero number."}, {"color": "#a53c43", "created_at": 1752884036, "description": "\u5546\u4e0d\u53d8\u539f\u7406\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u539f\u7406\uff0c\u7528\u4e8e\u89e3\u91ca\u5c0f\u6570\u9664\u6cd5\u8fd0\u7b97\u7684\u7b97\u6cd5\u4ee5\u53ca\u5206\u6570\u7ea6\u5206\u548c\u901a\u5206\u7684\u5408\u7406\u6027\u3002", "entity_id": "\u5546\u4e0d\u53d8\u539f\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u4e0d\u53d8\u539f\u7406", "label": "\u5546\u4e0d\u53d8\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5546\u4e0d\u53d8\u539f\u7406\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u539f\u7406\uff0c\u7528\u4e8e\u89e3\u91ca\u5c0f\u6570\u9664\u6cd5\u8fd0\u7b97\u7684\u7b97\u6cd5\u4ee5\u53ca\u5206\u6570\u7ea6\u5206\u548c\u901a\u5206\u7684\u5408\u7406\u6027\u3002"}, {"color": "#ef00e4", "created_at": 1752884036, "description": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b\u662f\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u4e2d\u7684\u4e00\u4e2a\u7ecf\u5178\u6545\u4e8b\uff0c\u7528\u4e8e\u5c55\u793a\u903b\u8f91\u63a8\u7406\u548c\u95ee\u9898\u89e3\u51b3\u7684\u65b9\u6cd5\u3002", "entity_id": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b", "label": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b\u662f\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u4e2d\u7684\u4e00\u4e2a\u7ecf\u5178\u6545\u4e8b\uff0c\u7528\u4e8e\u5c55\u793a\u903b\u8f91\u63a8\u7406\u548c\u95ee\u9898\u89e3\u51b3\u7684\u65b9\u6cd5\u3002"}, {"color": "#a5fe15", "created_at": 1752884042, "description": "Reasoning from specific observations to broader generalizations, used in mathematical discovery.", "entity_id": "\u5f52\u7eb3\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f52\u7eb3\u65b9\u6cd5", "label": "\u5f52\u7eb3\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Reasoning from specific observations to broader generalizations, used in mathematical discovery."}, {"color": "#8a1573", "created_at": 1752884035, "description": "Inductive reasoning method mentioned as part of mathematical reasoning classification.\u003cSEP\u003e\u5f52\u7eb3\u63a8\u7406\u662f\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u63a8\u7406\u65b9\u6cd5\uff0c\u7ed3\u8bba\u5177\u6709\u6216\u7136\u6027\uff0c\u4e0e\u6f14\u7ece\u63a8\u7406\u5f62\u6210\u5bf9\u6bd4\u3002", "entity_id": "\u5f52\u7eb3\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f52\u7eb3\u63a8\u7406", "label": "\u5f52\u7eb3\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b", "title": "Inductive reasoning method mentioned as part of mathematical reasoning classification.\u003cSEP\u003e\u5f52\u7eb3\u63a8\u7406\u662f\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u63a8\u7406\u65b9\u6cd5\uff0c\u7ed3\u8bba\u5177\u6709\u6216\u7136\u6027\uff0c\u4e0e\u6f14\u7ece\u63a8\u7406\u5f62\u6210\u5bf9\u6bd4\u3002"}, {"color": "#790476", "created_at": 1752884061, "description": "\u6027\u8d28\u4f20\u9012\u6027\u662f\u6f14\u7ece\u63a8\u7406\u7684\u6838\u5fc3\u7279\u5f81\uff0c\u4fdd\u8bc1\u8bba\u8bc1\u5bf9\u8c61\u53ca\u5176\u6027\u8d28\u5728\u63a8\u7406\u8fc7\u7a0b\u4e2d\u7684\u4e00\u81f4\u6027\u3002", "entity_id": "\u6027\u8d28\u4f20\u9012\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6027\u8d28\u4f20\u9012\u6027", "label": "\u6027\u8d28\u4f20\u9012\u6027", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u6027\u8d28\u4f20\u9012\u6027\u662f\u6f14\u7ece\u63a8\u7406\u7684\u6838\u5fc3\u7279\u5f81\uff0c\u4fdd\u8bc1\u8bba\u8bc1\u5bf9\u8c61\u53ca\u5176\u6027\u8d28\u5728\u63a8\u7406\u8fc7\u7a0b\u4e2d\u7684\u4e00\u81f4\u6027\u3002"}, {"color": "#8107d9", "created_at": 1752884057, "description": "\u793e\u4f1a\u8c03\u67e5\u662f\u8ba4\u8bc6\u548c\u5206\u6790\u793e\u4f1a\u73b0\u8c61\u7684\u91cd\u8981\u624b\u6bb5\uff0c\u6d89\u53ca\u8c03\u67e5\u5bf9\u8c61\u548c\u95ee\u9898\u7684\u8bbe\u8ba1\u3002", "entity_id": "\u793e\u4f1a\u8c03\u67e5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u793e\u4f1a\u8c03\u67e5", "label": "\u793e\u4f1a\u8c03\u67e5", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u793e\u4f1a\u8c03\u67e5\u662f\u8ba4\u8bc6\u548c\u5206\u6790\u793e\u4f1a\u73b0\u8c61\u7684\u91cd\u8981\u624b\u6bb5\uff0c\u6d89\u53ca\u8c03\u67e5\u5bf9\u8c61\u548c\u95ee\u9898\u7684\u8bbe\u8ba1\u3002"}, {"color": "#fd6fd6", "created_at": 1752884061, "description": "\u8be1\u8fa9\u662f\u8868\u9762\u4e0a\u7b26\u5408\u903b\u8f91\u4f46\u5b9e\u9645\u5305\u542b\u9519\u8bef\u7684\u8bba\u8bc1\u65b9\u5f0f\uff0c\u5e38\u6df7\u5408\u6f14\u7ece\u548c\u5f52\u7eb3\u63a8\u7406\u5bfc\u81f4\u8c2c\u8bef\u3002", "entity_id": "\u8be1\u8fa9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8be1\u8fa9", "label": "\u8be1\u8fa9", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u8be1\u8fa9\u662f\u8868\u9762\u4e0a\u7b26\u5408\u903b\u8f91\u4f46\u5b9e\u9645\u5305\u542b\u9519\u8bef\u7684\u8bba\u8bc1\u65b9\u5f0f\uff0c\u5e38\u6df7\u5408\u6f14\u7ece\u548c\u5f52\u7eb3\u63a8\u7406\u5bfc\u81f4\u8c2c\u8bef\u3002"}, {"color": "#08c595", "created_at": 1752884035, "description": "A middle school mathematics teaching researcher who questioned whether mathematics only involves geometric proofs, highlighting the traditional neglect of algebraic reasoning in Chinese education.", "entity_id": "\u521d\u4e2d\u6570\u5b66\u6559\u7814\u5458", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u4e2d\u6570\u5b66\u6559\u7814\u5458", "label": "\u521d\u4e2d\u6570\u5b66\u6559\u7814\u5458", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "A middle school mathematics teaching researcher who questioned whether mathematics only involves geometric proofs, highlighting the traditional neglect of algebraic reasoning in Chinese education."}, {"color": "#c2be0b", "created_at": 1752884036, "description": "\u6570\u5b66\u7684\u8bed\u8a00\u662f\u8868\u8fbe\u548c\u9a8c\u8bc1\u6570\u5b66\u95ee\u9898\u7684\u5de5\u5177\uff0c\u5f3a\u8c03\u7cbe\u786e\u6027\u548c\u903b\u8f91\u6027\u3002", "entity_id": "\u6570\u5b66\u7684\u8bed\u8a00", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u8bed\u8a00", "label": "\u6570\u5b66\u7684\u8bed\u8a00", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u6570\u5b66\u7684\u8bed\u8a00\u662f\u8868\u8fbe\u548c\u9a8c\u8bc1\u6570\u5b66\u95ee\u9898\u7684\u5de5\u5177\uff0c\u5f3a\u8c03\u7cbe\u786e\u6027\u548c\u903b\u8f91\u6027\u3002"}, {"color": "#bb4faa", "created_at": 1752884035, "description": "A mathematical category (even numbers) exemplified by 4, 6, and 8 in discussions about property consistency.", "entity_id": "\u5076\u6578", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5076\u6578", "label": "\u5076\u6578", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "A mathematical category (even numbers) exemplified by 4, 6, and 8 in discussions about property consistency."}, {"color": "#dd2ac1", "created_at": 1752884035, "description": "Concrete instances of even numbers serving as argument objects in logical reasoning examples.", "entity_id": "4\u30016\u30018", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "4\u30016\u30018", "label": "4\u30016\u30018", "shape": "dot", "size": 10, "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "Concrete instances of even numbers serving as argument objects in logical reasoning examples."}, {"color": "#475dce", "created_at": 1752884063, "description": "Alternative term for prime numbers in Chinese mathematical literature, referring to numbers divisible only by 1 and themselves.", "entity_id": "\u8d28\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d28\u6570", "label": "\u8d28\u6570", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Alternative term for prime numbers in Chinese mathematical literature, referring to numbers divisible only by 1 and themselves."}, {"color": "#37094c", "created_at": 1752884063, "description": "The number 1 is excluded from the definition of prime numbers for theoretical convenience in mathematical proofs.", "entity_id": "1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "1", "label": "1", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "The number 1 is excluded from the definition of prime numbers for theoretical convenience in mathematical proofs."}, {"color": "#e3c220", "created_at": 1752884063, "description": "Modern cryptographic systems that utilize the difficulty of factoring large composite numbers into primes for security.\u003cSEP\u003e\u516c\u5171\u5bc6\u94a5\u662f\u57fa\u4e8e\u7d20\u6570\u7406\u8bba\u7684\u52a0\u5bc6\u7cfb\u7edf\u57fa\u7840\uff0c\u56e0\u5176\u96be\u4ee5\u5206\u89e3\u7684\u7279\u6027\u800c\u5b89\u5168\u3002\"", "entity_id": "\u516c\u5171\u5bc6\u94a5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u5171\u5bc6\u94a5", "label": "\u516c\u5171\u5bc6\u94a5", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "Modern cryptographic systems that utilize the difficulty of factoring large composite numbers into primes for security.\u003cSEP\u003e\u516c\u5171\u5bc6\u94a5\u662f\u57fa\u4e8e\u7d20\u6570\u7406\u8bba\u7684\u52a0\u5bc6\u7cfb\u7edf\u57fa\u7840\uff0c\u56e0\u5176\u96be\u4ee5\u5206\u89e3\u7684\u7279\u6027\u800c\u5b89\u5168\u3002\""}, {"color": "#db5efb", "created_at": 1752884035, "description": "A binary relation on real numbers exhibiting transitivity, foundational to mathematical equality.", "entity_id": "\u76f8\u7b49\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u7b49\u5173\u7cfb", "label": "\u76f8\u7b49\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "A binary relation on real numbers exhibiting transitivity, foundational to mathematical equality."}, {"color": "#eef1e4", "created_at": 1752884040, "description": "\u6709\u7406\u6570\u7684\u4e00\u79cd\u5c0f\u6570\u8868\u8fbe\u5f62\u5f0f\uff0c\u53ef\u7b49\u4ef7\u8f6c\u6362\u4e3a\u5206\u6570\u3002", "entity_id": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "label": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u6709\u7406\u6570\u7684\u4e00\u79cd\u5c0f\u6570\u8868\u8fbe\u5f62\u5f0f\uff0c\u53ef\u7b49\u4ef7\u8f6c\u6362\u4e3a\u5206\u6570\u3002"}, {"color": "#fe6ee9", "created_at": 1752884067, "description": "The Cauchy criterion is a necessary and sufficient condition for the convergence of sequences in real analysis.\u003cSEP\u003e\u67ef\u897f\u51c6\u5219\u662f\u5224\u65ad\u6570\u5217\u6536\u655b\u7684\u5145\u5206\u5fc5\u8981\u6761\u4ef6\uff0c\u7528\u4e8e\u5b9a\u4e49\u67ef\u897f\u6570\u5217\u548c\u5b9e\u6570\u3002", "entity_id": "\u67ef\u897f\u51c6\u5219", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u897f\u51c6\u5219", "label": "\u67ef\u897f\u51c6\u5219", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c\u003cSEP\u003echunk-8b6f8917e6704256d88d931fd2d99d07", "title": "The Cauchy criterion is a necessary and sufficient condition for the convergence of sequences in real analysis.\u003cSEP\u003e\u67ef\u897f\u51c6\u5219\u662f\u5224\u65ad\u6570\u5217\u6536\u655b\u7684\u5145\u5206\u5fc5\u8981\u6761\u4ef6\uff0c\u7528\u4e8e\u5b9a\u4e49\u67ef\u897f\u6570\u5217\u548c\u5b9e\u6570\u3002"}, {"color": "#499ca8", "created_at": 1752884035, "description": "A curriculum theme integrating numerical concepts and arithmetic operations in primary education.\u003cSEP\u003e\u6570\u4e0e\u8fd0\u7b97(Numbers and Operations) is a core theme in elementary math focusing on numerical concepts and calculations.", "entity_id": "\u6570\u4e0e\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u4e0e\u8fd0\u7b97", "label": "\u6570\u4e0e\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "A curriculum theme integrating numerical concepts and arithmetic operations in primary education.\u003cSEP\u003e\u6570\u4e0e\u8fd0\u7b97(Numbers and Operations) is a core theme in elementary math focusing on numerical concepts and calculations."}, {"color": "#ed628c", "created_at": 1752884035, "description": "A curriculum theme focusing on quantitative relationships and algebraic reasoning in primary education.\u003cSEP\u003e\u6570\u91cf\u5173\u7cfb(Quantitative Relationships) explores proportional and functional relationships between quantities in math.", "entity_id": "\u6570\u91cf\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u91cf\u5173\u7cfb", "label": "\u6570\u91cf\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "A curriculum theme focusing on quantitative relationships and algebraic reasoning in primary education.\u003cSEP\u003e\u6570\u91cf\u5173\u7cfb(Quantitative Relationships) explores proportional and functional relationships between quantities in math."}, {"color": "#28c939", "created_at": 1752884036, "description": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u4e00\u79cd\u4e58\u6cd5\u8fd0\u7b97\uff0c\u53ef\u901a\u8fc7\u5206\u914d\u5f8b\u89e3\u91ca\u3002", "entity_id": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "label": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u4e00\u79cd\u4e58\u6cd5\u8fd0\u7b97\uff0c\u53ef\u901a\u8fc7\u5206\u914d\u5f8b\u89e3\u91ca\u3002"}, {"color": "#c2d962", "created_at": 1752884036, "description": "\u5f52\u7eb3\u7684\u65b9\u6cd5\u662f\u4ece\u5177\u4f53\u5b9e\u4f8b\u4e2d\u63a8\u5bfc\u51fa\u4e00\u822c\u89c4\u5f8b\u7684\u63a8\u7406\u65b9\u5f0f\uff0c\u7528\u4e8e\u6570\u5b66\u6559\u5b66\u3002", "entity_id": "\u5f52\u7eb3\u7684\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f52\u7eb3\u7684\u65b9\u6cd5", "label": "\u5f52\u7eb3\u7684\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5f52\u7eb3\u7684\u65b9\u6cd5\u662f\u4ece\u5177\u4f53\u5b9e\u4f8b\u4e2d\u63a8\u5bfc\u51fa\u4e00\u822c\u89c4\u5f8b\u7684\u63a8\u7406\u65b9\u5f0f\uff0c\u7528\u4e8e\u6570\u5b66\u6559\u5b66\u3002"}, {"color": "#434c6a", "created_at": 1752884036, "description": "\u7c7b\u6bd4\u7684\u65b9\u6cd5\u662f\u901a\u8fc7\u76f8\u4f3c\u6027\u6bd4\u8f83\u6765\u63a8\u5bfc\u65b0\u77e5\u8bc6\u7684\u63a8\u7406\u65b9\u5f0f\uff0c\u9002\u5408\u5c0f\u5b66\u751f\u5b66\u4e60\u3002", "entity_id": "\u7c7b\u6bd4\u7684\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7c7b\u6bd4\u7684\u65b9\u6cd5", "label": "\u7c7b\u6bd4\u7684\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7c7b\u6bd4\u7684\u65b9\u6cd5\u662f\u901a\u8fc7\u76f8\u4f3c\u6027\u6bd4\u8f83\u6765\u63a8\u5bfc\u65b0\u77e5\u8bc6\u7684\u63a8\u7406\u65b9\u5f0f\uff0c\u9002\u5408\u5c0f\u5b66\u751f\u5b66\u4e60\u3002"}, {"color": "#a1887e", "created_at": 1752884036, "description": "\u6a2a\u5f0f\u8fd0\u7b97\u5c55\u793a\u6570\u5b66\u8fd0\u7b97\u7684\u7b97\u7406\uff0c\u5f3a\u8c03\u8fd0\u7b97\u7684\u903b\u8f91\u8fc7\u7a0b\u800c\u975e\u5355\u7eaf\u7ed3\u679c\u3002", "entity_id": "\u6a2a\u5f0f\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6a2a\u5f0f\u8fd0\u7b97", "label": "\u6a2a\u5f0f\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u6a2a\u5f0f\u8fd0\u7b97\u5c55\u793a\u6570\u5b66\u8fd0\u7b97\u7684\u7b97\u7406\uff0c\u5f3a\u8c03\u8fd0\u7b97\u7684\u903b\u8f91\u8fc7\u7a0b\u800c\u975e\u5355\u7eaf\u7ed3\u679c\u3002"}, {"color": "#d4f8d0", "created_at": 1752884036, "description": "\u7ad6\u5f0f\u8fd0\u7b97\u5c55\u793a\u6570\u5b66\u8fd0\u7b97\u7684\u7b97\u6cd5\uff0c\u5f3a\u8c03\u8ba1\u7b97\u6b65\u9aa4\u548c\u6548\u7387\u3002", "entity_id": "\u7ad6\u5f0f\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ad6\u5f0f\u8fd0\u7b97", "label": "\u7ad6\u5f0f\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7ad6\u5f0f\u8fd0\u7b97\u5c55\u793a\u6570\u5b66\u8fd0\u7b97\u7684\u7b97\u6cd5\uff0c\u5f3a\u8c03\u8ba1\u7b97\u6b65\u9aa4\u548c\u6548\u7387\u3002"}, {"color": "#e1ede8", "created_at": 1752884036, "description": "\u7b97\u5f8b\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u57fa\u672c\u89c4\u5f8b\uff0c\u51b3\u5b9a\u7b97\u7406\u548c\u7b97\u6cd5\u7684\u7406\u8bba\u57fa\u7840\u3002", "entity_id": "\u7b97\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u5f8b", "label": "\u7b97\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7b97\u5f8b\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u57fa\u672c\u89c4\u5f8b\uff0c\u51b3\u5b9a\u7b97\u7406\u548c\u7b97\u6cd5\u7684\u7406\u8bba\u57fa\u7840\u3002"}, {"color": "#e39680", "created_at": 1752884036, "description": "\u7b97\u7406\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u903b\u8f91\u539f\u7406\uff0c\u89e3\u91ca\u4e3a\u4ec0\u4e48\u7b97\u6cd5\u6709\u6548\u3002", "entity_id": "\u7b97\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u7406", "label": "\u7b97\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7b97\u7406\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u903b\u8f91\u539f\u7406\uff0c\u89e3\u91ca\u4e3a\u4ec0\u4e48\u7b97\u6cd5\u6709\u6548\u3002"}, {"color": "#eb4ec0", "created_at": 1752884036, "description": "\u7b97\u6cd5\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u5177\u4f53\u6b65\u9aa4\uff0c\u5c55\u793a\u5982\u4f55\u8fdb\u884c\u8ba1\u7b97\u3002", "entity_id": "\u7b97\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u6cd5", "label": "\u7b97\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7b97\u6cd5\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u5177\u4f53\u6b65\u9aa4\uff0c\u5c55\u793a\u5982\u4f55\u8fdb\u884c\u8ba1\u7b97\u3002"}, {"color": "#474bda", "created_at": 1752884036, "description": "\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u57fa\u7840\u4e58\u6cd5\u8fd0\u7b97\uff0c\u662f\u5b66\u4e60\u66f4\u590d\u6742\u4e58\u6cd5\u7684\u57fa\u7840\u3002", "entity_id": "\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "label": "\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u57fa\u7840\u4e58\u6cd5\u8fd0\u7b97\uff0c\u662f\u5b66\u4e60\u66f4\u590d\u6742\u4e58\u6cd5\u7684\u57fa\u7840\u3002"}, {"color": "#011c0a", "created_at": 1752884036, "description": "\u4e24\u4f4d\u6570\u80fd\u88ab3\u6574\u9664\u7684\u6761\u4ef6\u662f\u57fa\u4e8e\u6570\u5b57\u5404\u4f4d\u4e4b\u548c\u7684\u6570\u5b66\u6027\u8d28\u3002", "entity_id": "\u4e24\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e24\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "label": "\u4e24\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u4e24\u4f4d\u6570\u80fd\u88ab3\u6574\u9664\u7684\u6761\u4ef6\u662f\u57fa\u4e8e\u6570\u5b57\u5404\u4f4d\u4e4b\u548c\u7684\u6570\u5b66\u6027\u8d28\u3002"}, {"color": "#0540ed", "created_at": 1752884036, "description": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664\u7684\u6761\u4ef6\u662f\u4e24\u4f4d\u6570\u89c4\u5219\u7684\u6269\u5c55\uff0c\u4f7f\u7528\u76f8\u540c\u8bc1\u660e\u6a21\u5f0f\u3002", "entity_id": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "label": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664\u7684\u6761\u4ef6\u662f\u4e24\u4f4d\u6570\u89c4\u5219\u7684\u6269\u5c55\uff0c\u4f7f\u7528\u76f8\u540c\u8bc1\u660e\u6a21\u5f0f\u3002"}, {"color": "#155e19", "created_at": 1752884036, "description": "A\u2192P is a premise proposition demonstrating divisibility by 3 through algebraic manipulation.", "entity_id": "A\u2192P", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "A\u2192P", "label": "A\u2192P", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "A\u2192P is a premise proposition demonstrating divisibility by 3 through algebraic manipulation."}, {"color": "#65b752", "created_at": 1752884037, "description": "B\u2192P is a conclusion proposition validating divisibility by 3 through expanded algebraic terms.", "entity_id": "B\u2192P", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "B\u2192P", "label": "B\u2192P", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "B\u2192P is a conclusion proposition validating divisibility by 3 through expanded algebraic terms."}, {"color": "#02429c", "created_at": 1752884037, "description": "\u8fbe\u5c14\u6587is the British biologist who formulated the theory of evolution by natural selection.", "entity_id": "\u8fbe\u5c14\u6587", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8fbe\u5c14\u6587", "label": "\u8fbe\u5c14\u6587", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u8fbe\u5c14\u6587is the British biologist who formulated the theory of evolution by natural selection."}, {"color": "#ef8d39", "created_at": 1752884089, "description": "\u5bf9\u79f0\u7f8erefers to the human perception of symmetry as a form of beauty, discussed in the context of mathematical expression.\u003cSEP\u003e\u5bf9\u79f0\u7f8e\u662f\u81ea\u7136\u754c\u666e\u904d\u5b58\u5728\u7684\u73b0\u8c61\uff0c\u4f53\u73b0\u5728\u7269\u8d28\u548c\u751f\u7269\u7684\u7ed3\u6784\u4e2d\uff0c\u5982\u6676\u4f53\u548c\u751f\u7269\u4f53\u7684\u5bf9\u79f0\u6027\u3002", "entity_id": "\u5bf9\u79f0\u7f8e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5bf9\u79f0\u7f8e", "label": "\u5bf9\u79f0\u7f8e", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5bf9\u79f0\u7f8erefers to the human perception of symmetry as a form of beauty, discussed in the context of mathematical expression.\u003cSEP\u003e\u5bf9\u79f0\u7f8e\u662f\u81ea\u7136\u754c\u666e\u904d\u5b58\u5728\u7684\u73b0\u8c61\uff0c\u4f53\u73b0\u5728\u7269\u8d28\u548c\u751f\u7269\u7684\u7ed3\u6784\u4e2d\uff0c\u5982\u6676\u4f53\u548c\u751f\u7269\u4f53\u7684\u5bf9\u79f0\u6027\u3002"}, {"color": "#cd9eed", "created_at": 1752884045, "description": "\u9a6c\u514b\u601d\u5728\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u4e2d\u63d0\u5230\u5e0c\u814a\u827a\u672f\u548c\u53f2\u8bd7\u7684\u6c38\u6052\u7f8e\uff0c\u8ba4\u4e3a\u4f1f\u5927\u7684\u827a\u672f\u54c1\u662f\u6c38\u6052\u7684\uff0c\u5f70\u663e\u7740\u6c38\u6052\u7684\u7f8e\u3002\u003cSEP\u003e\u9a6c\u514b\u601d\u5728\u8bba\u8ff0\u60f3\u8c61\u80fd\u529b\u65f6\u6307\u51fa\uff0c\u4eba\u7c7b\u52b3\u52a8\u7684\u7279\u70b9\u5728\u4e8e\u9884\u5148\u5728\u5934\u8111\u4e2d\u5f62\u6210\u7ed3\u679c\u7684\u89c2\u5ff5\u3002", "entity_id": "\u9a6c\u514b\u601d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u514b\u601d", "label": "\u9a6c\u514b\u601d", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u9a6c\u514b\u601d\u5728\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u4e2d\u63d0\u5230\u5e0c\u814a\u827a\u672f\u548c\u53f2\u8bd7\u7684\u6c38\u6052\u7f8e\uff0c\u8ba4\u4e3a\u4f1f\u5927\u7684\u827a\u672f\u54c1\u662f\u6c38\u6052\u7684\uff0c\u5f70\u663e\u7740\u6c38\u6052\u7684\u7f8e\u3002\u003cSEP\u003e\u9a6c\u514b\u601d\u5728\u8bba\u8ff0\u60f3\u8c61\u80fd\u529b\u65f6\u6307\u51fa\uff0c\u4eba\u7c7b\u52b3\u52a8\u7684\u7279\u70b9\u5728\u4e8e\u9884\u5148\u5728\u5934\u8111\u4e2d\u5f62\u6210\u7ed3\u679c\u7684\u89c2\u5ff5\u3002"}, {"color": "#d39719", "created_at": 1752884113, "description": "A philosophical work by Engels discussing the dialectics of nature and science.", "entity_id": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "label": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A philosophical work by Engels discussing the dialectics of nature and science."}, {"color": "#125c73", "created_at": 1752884037, "description": "\u8868\u89c2\u9057\u4f20\u5b66is epigenetics, highlighting how environmental stimuli affect genetic expression.", "entity_id": "\u8868\u89c2\u9057\u4f20\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8868\u89c2\u9057\u4f20\u5b66", "label": "\u8868\u89c2\u9057\u4f20\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u8868\u89c2\u9057\u4f20\u5b66is epigenetics, highlighting how environmental stimuli affect genetic expression."}, {"color": "#4038d2", "created_at": 1752884057, "description": "\u6570\u5b66\u6559\u80b2\u6d89\u53ca\u6570\u5b66\u77e5\u8bc6\u548c\u601d\u7ef4\u65b9\u6cd5\u7684\u4f20\u6388\uff0c\u5305\u62ec\u968f\u673a\u51b3\u7b56\u7b49\u5185\u5bb9\u3002", "entity_id": "\u6570\u5b66\u6559\u80b2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6559\u80b2", "label": "\u6570\u5b66\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6570\u5b66\u6559\u80b2\u6d89\u53ca\u6570\u5b66\u77e5\u8bc6\u548c\u601d\u7ef4\u65b9\u6cd5\u7684\u4f20\u6388\uff0c\u5305\u62ec\u968f\u673a\u51b3\u7b56\u7b49\u5185\u5bb9\u3002"}, {"color": "#5881cf", "created_at": 1752884100, "description": "Karl Marx and Friedrich Engels, whose works include discussions on mathematical and scientific principles.\u003cSEP\u003eMarx and Engels are philosophers and authors, known for their foundational works in Marxism.\u003cSEP\u003e\u9a6c\u514b\u601d\u6069\u683c\u65afrefers to Karl Marx and Friedrich Engels, philosophers known for their works on dialectical materialism and political theory.", "entity_id": "\u9a6c\u514b\u601d\u6069\u683c\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u514b\u601d\u6069\u683c\u65af", "label": "\u9a6c\u514b\u601d\u6069\u683c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Karl Marx and Friedrich Engels, whose works include discussions on mathematical and scientific principles.\u003cSEP\u003eMarx and Engels are philosophers and authors, known for their foundational works in Marxism.\u003cSEP\u003e\u9a6c\u514b\u601d\u6069\u683c\u65afrefers to Karl Marx and Friedrich Engels, philosophers known for their works on dialectical materialism and political theory."}, {"color": "#888a59", "created_at": 1752884037, "description": "Decimals are a numerical representation of fractions using a base-10 system.\u003cSEP\u003e\u5341\u8fdb\u5236\u7684\u5206\u6570\u8868\u793a\u65b9\u6cd5", "entity_id": "\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c0f\u6570", "label": "\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "Decimals are a numerical representation of fractions using a base-10 system.\u003cSEP\u003e\u5341\u8fdb\u5236\u7684\u5206\u6570\u8868\u793a\u65b9\u6cd5"}, {"color": "#031e9b", "created_at": 1752884037, "description": "China (\u4e2d\u56fd) is a country with a profound historical and cultural legacy, particularly in the fields of mathematics, astronomy, and early scientific advancements. As an ancient civilization, it independently discovered trigonometric relationships for practical measurements and made significant contributions to mathematics, including the early use of fractions and decimals. China is the geographic origin of renowned mathematician Zu Chongzhi\u2019s work and classical texts such as the *Zhou Bi Suan Jing*, which reflects its deep engagement with astronomical and mathematical knowledge. \n\nThe name \"\u4e2d\u56fd\" (Zh\u014dnggu\u00f3), meaning \"Middle Kingdom\" or \"Central State,\" has historical roots tied to the concept of being the \"center of the world\" (\u5929\u4e0b\u4e4b\u4e2d) in ancient Chinese cosmology. Its earliest recorded use appears on the He Zun vessel from the Western Zhou Dynasty (c. 11th\u20138th century BCE), linking the name to both astronomical observations and early state identity. In modern usage, \"\u4e2d\u56fd\" refers to the nation of China, with its name preserving this historical and cultural significance. \n\nThis summary integrates China\u2019s mathematical heritage, astronomical associations, and the etymology of its name into a coherent overview, resolving any apparent contradictions by contextualizing the diverse descriptions within its long and continuous historical narrative.", "entity_id": "\u4e2d\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd", "label": "\u4e2d\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "China (\u4e2d\u56fd) is a country with a profound historical and cultural legacy, particularly in the fields of mathematics, astronomy, and early scientific advancements. As an ancient civilization, it independently discovered trigonometric relationships for practical measurements and made significant contributions to mathematics, including the early use of fractions and decimals. China is the geographic origin of renowned mathematician Zu Chongzhi\u2019s work and classical texts such as the *Zhou Bi Suan Jing*, which reflects its deep engagement with astronomical and mathematical knowledge. \n\nThe name \"\u4e2d\u56fd\" (Zh\u014dnggu\u00f3), meaning \"Middle Kingdom\" or \"Central State,\" has historical roots tied to the concept of being the \"center of the world\" (\u5929\u4e0b\u4e4b\u4e2d) in ancient Chinese cosmology. Its earliest recorded use appears on the He Zun vessel from the Western Zhou Dynasty (c. 11th\u20138th century BCE), linking the name to both astronomical observations and early state identity. In modern usage, \"\u4e2d\u56fd\" refers to the nation of China, with its name preserving this historical and cultural significance. \n\nThis summary integrates China\u2019s mathematical heritage, astronomical associations, and the etymology of its name into a coherent overview, resolving any apparent contradictions by contextualizing the diverse descriptions within its long and continuous historical narrative."}, {"color": "#79cbe8", "created_at": 1752884038, "description": "Unit fraction representation expresses fractions as sums of distinct unit fractions.", "entity_id": "\u5355\u5206\u6570\u8868\u8fbe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5355\u5206\u6570\u8868\u8fbe", "label": "\u5355\u5206\u6570\u8868\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Unit fraction representation expresses fractions as sums of distinct unit fractions."}, {"color": "#2ea073", "created_at": 1752884038, "description": "\u5f3a\u8c03\u5206\u6570\u8ba1\u91cf\u5355\u4f4d\u8868\u8fbe\u7684\u6559\u5b66\u65b9\u6cd5", "entity_id": "\u65e5\u672c\u6570\u5b66\u6559\u80b2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e5\u672c\u6570\u5b66\u6559\u80b2", "label": "\u65e5\u672c\u6570\u5b66\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u5f3a\u8c03\u5206\u6570\u8ba1\u91cf\u5355\u4f4d\u8868\u8fbe\u7684\u6559\u5b66\u65b9\u6cd5"}, {"color": "#5a1c01", "created_at": 1752884040, "description": "\u9664\u6cd5\u662f\u6570\u5b66\u57fa\u672c\u8fd0\u7b97\u4e4b\u4e00\uff0c\u53ef\u4ee5\u7528\u5206\u6570\u5f62\u5f0f\u8868\u793a\u5176\u8fd0\u7b97\u8fc7\u7a0b\u548c\u7ed3\u679c\u3002", "entity_id": "\u9664\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9664\u6cd5", "label": "\u9664\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u9664\u6cd5\u662f\u6570\u5b66\u57fa\u672c\u8fd0\u7b97\u4e4b\u4e00\uff0c\u53ef\u4ee5\u7528\u5206\u6570\u5f62\u5f0f\u8868\u793a\u5176\u8fd0\u7b97\u8fc7\u7a0b\u548c\u7ed3\u679c\u3002"}, {"color": "#2177a2", "created_at": 1752884040, "description": "\u7b49\u5f0f\u4fdd\u6301\u76f8\u7b49\u7684\u57fa\u672c\u6027\u8d28\uff0c\u7528\u4e8e\u8bc1\u660e\u5206\u6570\u4e0e\u9664\u6cd5\u7684\u7b49\u4ef7\u6027\u3002", "entity_id": "\u7b49\u5f0f\u7684\u57fa\u672c\u6027\u8d28", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u5f0f\u7684\u57fa\u672c\u6027\u8d28", "label": "\u7b49\u5f0f\u7684\u57fa\u672c\u6027\u8d28", "shape": "dot", "size": 10, "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u7b49\u5f0f\u4fdd\u6301\u76f8\u7b49\u7684\u57fa\u672c\u6027\u8d28\uff0c\u7528\u4e8e\u8bc1\u660e\u5206\u6570\u4e0e\u9664\u6cd5\u7684\u7b49\u4ef7\u6027\u3002"}, {"color": "#1aa038", "created_at": 1752884040, "description": "\u6570\u5b66\u57fa\u672c\u516c\u7406\uff0c\u7528\u4e8e\u63a8\u5bfc\u5206\u6570\u4e0e\u9664\u6cd5\u7684\u7b49\u4ef7\u5173\u7cfb\u3002", "entity_id": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49", "label": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49", "shape": "dot", "size": 10, "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u6570\u5b66\u57fa\u672c\u516c\u7406\uff0c\u7528\u4e8e\u63a8\u5bfc\u5206\u6570\u4e0e\u9664\u6cd5\u7684\u7b49\u4ef7\u5173\u7cfb\u3002"}, {"color": "#8c17ae", "created_at": 1752884037, "description": "Ptolemy (\u6258\u52d2\u5bc6) was an ancient Greek scholar renowned for his contributions to astronomy, mathematics, and geography. As a prominent figure associated with the Library of Alexandria, he authored the influential work *Almagest*, in which he divided the circle into 360 degrees and established the 60-based system of minutes and seconds, a foundational concept that continues to influence modern timekeeping and angular measurement. While he employed the sexagesimal (60-base) system for fractional parts of angles, he did not extend this system to integer values. \n\nIn addition to his astronomical achievements, Ptolemy made significant advancements in geography by designing a system of curved latitude and longitude lines, which improved mapmaking techniques. His multidisciplinary work bridged the fields of astronomy, mathematics, and cartography, leaving a lasting legacy in both ancient and modern scientific traditions. \n\n(Note: Contradictions regarding the use of the 60-base system were resolved by clarifying its application to fractional rather than integer values.)", "entity_id": "\u6258\u52d2\u5bc6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6258\u52d2\u5bc6", "label": "\u6258\u52d2\u5bc6", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "Ptolemy (\u6258\u52d2\u5bc6) was an ancient Greek scholar renowned for his contributions to astronomy, mathematics, and geography. As a prominent figure associated with the Library of Alexandria, he authored the influential work *Almagest*, in which he divided the circle into 360 degrees and established the 60-based system of minutes and seconds, a foundational concept that continues to influence modern timekeeping and angular measurement. While he employed the sexagesimal (60-base) system for fractional parts of angles, he did not extend this system to integer values. \n\nIn addition to his astronomical achievements, Ptolemy made significant advancements in geography by designing a system of curved latitude and longitude lines, which improved mapmaking techniques. His multidisciplinary work bridged the fields of astronomy, mathematics, and cartography, leaving a lasting legacy in both ancient and modern scientific traditions. \n\n(Note: Contradictions regarding the use of the 60-base system were resolved by clarifying its application to fractional rather than integer values.)"}, {"color": "#26339a", "created_at": 1752884042, "description": "Liu Hui (\u7ea6225-295) was a great mathematician of the Wei-Jin period, from Linzi, Shandong.\u003cSEP\u003eLiu Hui is a historical figure and mathematician, known for his commentary on \u0027The Nine Chapters on the Mathematical Art\u0027.\u003cSEP\u003e\u5218\u5fbd\u662f\u6c49\u4ee3\u6570\u5b66\u5bb6\uff0c\u66fe\u6ce8\u91ca\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff0c\u5e76\u5728\u516c\u5143263\u5e74\u5de6\u53f3\u4e3a\u5176\u8bbe\u7f6e\u0027\u65b9\u7a0b\u0027\u7bc7\uff0c\u5bf9\u53e4\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "entity_id": "\u5218\u5fbd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5218\u5fbd", "label": "\u5218\u5fbd", "shape": "dot", "size": 10, "source_id": "chunk-bc737ed018919d513c346a3c74b449aa\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Liu Hui (\u7ea6225-295) was a great mathematician of the Wei-Jin period, from Linzi, Shandong.\u003cSEP\u003eLiu Hui is a historical figure and mathematician, known for his commentary on \u0027The Nine Chapters on the Mathematical Art\u0027.\u003cSEP\u003e\u5218\u5fbd\u662f\u6c49\u4ee3\u6570\u5b66\u5bb6\uff0c\u66fe\u6ce8\u91ca\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff0c\u5e76\u5728\u516c\u5143263\u5e74\u5de6\u53f3\u4e3a\u5176\u8bbe\u7f6e\u0027\u65b9\u7a0b\u0027\u7bc7\uff0c\u5bf9\u53e4\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002"}, {"color": "#34c3e9", "created_at": 1752884067, "description": "Discriminant (b\u00b2-4ac) determining nature of roots in quadratic equations.", "entity_id": "\u5224\u522b\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5224\u522b\u5f0f", "label": "\u5224\u522b\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Discriminant (b\u00b2-4ac) determining nature of roots in quadratic equations."}, {"color": "#711edb", "created_at": 1752884064, "description": "The Nile River was central to ancient Egyptian civilization, with its annual flooding influencing agricultural and calendar systems.\u003cSEP\u003e\u5c3c\u7f57\u6cb3(Nile River) flooded annually, transforming Egypt\u0027s landscape and necessitating land measurement techniques, which led to geometry\u0027s invention.", "entity_id": "\u5c3c\u7f57\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3c\u7f57\u6cb3", "label": "\u5c3c\u7f57\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Nile River was central to ancient Egyptian civilization, with its annual flooding influencing agricultural and calendar systems.\u003cSEP\u003e\u5c3c\u7f57\u6cb3(Nile River) flooded annually, transforming Egypt\u0027s landscape and necessitating land measurement techniques, which led to geometry\u0027s invention."}, {"color": "#8e7775", "created_at": 1752884047, "description": "**Herodotus (\u5e0c\u7f57\u591a\u5fb7)** was an ancient Greek historian best known for his seminal work *Histories* (*\u5386\u53f2*), which documented a wide range of historical, cultural, and geographical observations from the ancient world. He is particularly noted for his descriptions of the **Seven Wonders**, as well as detailed accounts of regions such as **Babylon** and **Egypt**. In his writings on Egypt, Herodotus explored the significance of the Nile floods and their influence on the development of geometry. While his works provide invaluable insights into antiquity, some of his accounts, such as those on Babylon, have been questioned for their accuracy. Nevertheless, Herodotus remains a foundational figure in historiography, often referred to as the \"Father of History\" for his pioneering approach to recording historical events.", "entity_id": "\u5e0c\u7f57\u591a\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u7f57\u591a\u5fb7", "label": "\u5e0c\u7f57\u591a\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433", "title": "**Herodotus (\u5e0c\u7f57\u591a\u5fb7)** was an ancient Greek historian best known for his seminal work *Histories* (*\u5386\u53f2*), which documented a wide range of historical, cultural, and geographical observations from the ancient world. He is particularly noted for his descriptions of the **Seven Wonders**, as well as detailed accounts of regions such as **Babylon** and **Egypt**. In his writings on Egypt, Herodotus explored the significance of the Nile floods and their influence on the development of geometry. While his works provide invaluable insights into antiquity, some of his accounts, such as those on Babylon, have been questioned for their accuracy. Nevertheless, Herodotus remains a foundational figure in historiography, often referred to as the \"Father of History\" for his pioneering approach to recording historical events."}, {"color": "#30e2e0", "created_at": 1752884070, "description": "Sirius (\u5929\u72fc\u661f) is the brightest star in the night sky, used by ancient Egyptians to create their Sothic calendar.", "entity_id": "\u5929\u72fc\u661f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u72fc\u661f", "label": "\u5929\u72fc\u661f", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Sirius (\u5929\u72fc\u661f) is the brightest star in the night sky, used by ancient Egyptians to create their Sothic calendar."}, {"color": "#bf6896", "created_at": 1752884071, "description": "The heliacal rising of Sirius, marking the Egyptian New Year and Nile flood season.", "entity_id": "\u5055\u65e5\u5347", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5055\u65e5\u5347", "label": "\u5055\u65e5\u5347", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The heliacal rising of Sirius, marking the Egyptian New Year and Nile flood season."}, {"color": "#af04e6", "created_at": 1752884070, "description": "**The 24 Solar Terms (\u4e8c\u5341\u56db\u8282\u6c14)** are a traditional Chinese lunisolar calendar system developed in ancient China based on solar observations. This system divides the year into 24 distinct periods, each reflecting seasonal changes and natural phenomena. Primarily used for agricultural planning, the 24 Solar Terms guide farming activities, such as planting and harvesting, by aligning them with optimal climatic conditions. Additionally, they serve as a framework for organizing daily life and cultural practices in accordance with the natural cycle. The terms are deeply rooted in Chinese history and remain significant in both agricultural and cultural contexts today. \n\nThe descriptions emphasize their dual role: as a scientific timekeeping system tied to the solar calendar and as a practical tool for synchronizing human activities with seasonal rhythms. While some descriptions highlight their agricultural focus, others note their broader application in daily life, reinforcing their enduring cultural and functional importance. Contradictions are minimal, with all sources agreeing on their origin, purpose, and solar-based structure.", "entity_id": "\u4e8c\u5341\u56db\u8282\u6c14", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u5341\u56db\u8282\u6c14", "label": "\u4e8c\u5341\u56db\u8282\u6c14", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "**The 24 Solar Terms (\u4e8c\u5341\u56db\u8282\u6c14)** are a traditional Chinese lunisolar calendar system developed in ancient China based on solar observations. This system divides the year into 24 distinct periods, each reflecting seasonal changes and natural phenomena. Primarily used for agricultural planning, the 24 Solar Terms guide farming activities, such as planting and harvesting, by aligning them with optimal climatic conditions. Additionally, they serve as a framework for organizing daily life and cultural practices in accordance with the natural cycle. The terms are deeply rooted in Chinese history and remain significant in both agricultural and cultural contexts today. \n\nThe descriptions emphasize their dual role: as a scientific timekeeping system tied to the solar calendar and as a practical tool for synchronizing human activities with seasonal rhythms. While some descriptions highlight their agricultural focus, others note their broader application in daily life, reinforcing their enduring cultural and functional importance. Contradictions are minimal, with all sources agreeing on their origin, purpose, and solar-based structure."}, {"color": "#c79f5d", "created_at": 1752884073, "description": "An Egyptian mathematical papyrus containing Pythagorean problems.\u003cSEP\u003e\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e", "entity_id": "\u5361\u547c\u6069\u7eb8\u8349\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5361\u547c\u6069\u7eb8\u8349\u4e66", "label": "\u5361\u547c\u6069\u7eb8\u8349\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "An Egyptian mathematical papyrus containing Pythagorean problems.\u003cSEP\u003e\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e"}, {"color": "#b4ec75", "created_at": 1752884038, "description": "A famous Chinese mathematician and astronomer who calculated the value of pi with high precision.\u003cSEP\u003eZu Chongzhi was a Chinese mathematician and astronomer who calculated \u03c0 to an accuracy of seven decimal places, a record that stood for centuries.", "entity_id": "\u7956\u51b2\u4e4b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7956\u51b2\u4e4b", "label": "\u7956\u51b2\u4e4b", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "A famous Chinese mathematician and astronomer who calculated the value of pi with high precision.\u003cSEP\u003eZu Chongzhi was a Chinese mathematician and astronomer who calculated \u03c0 to an accuracy of seven decimal places, a record that stood for centuries."}, {"color": "#d5fb67", "created_at": 1752884075, "description": "\u6b66\u738bwas the founder of the Zhou Dynasty, who conquered the Shang Dynasty and initiated the concept of \u0027China\u0027 as the central kingdom.", "entity_id": "\u6b66\u738b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6b66\u738b", "label": "\u6b66\u738b", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u6b66\u738bwas the founder of the Zhou Dynasty, who conquered the Shang Dynasty and initiated the concept of \u0027China\u0027 as the central kingdom."}, {"color": "#e9add7", "created_at": 1752884074, "description": "\u4f55\u5c0ais a ritual bronze vessel from the Western Zhou Dynasty, bearing the earliest known inscription of the term \u0027China.\u0027", "entity_id": "\u4f55\u5c0a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f55\u5c0a", "label": "\u4f55\u5c0a", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u4f55\u5c0ais a ritual bronze vessel from the Western Zhou Dynasty, bearing the earliest known inscription of the term \u0027China.\u0027"}, {"color": "#67884b", "created_at": 1752884075, "description": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u52bf\u300b is a philosophical text emphasizing the importance of establishing capitals at the \u0027center of the world.\u0027", "entity_id": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u52bf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u52bf\u300b", "label": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u52bf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u52bf\u300b is a philosophical text emphasizing the importance of establishing capitals at the \u0027center of the world.\u0027"}, {"color": "#f1fd62", "created_at": 1752884058, "description": "\u53d7\u53e4\u5e0c\u814a\u8fa9\u8bba\u6587\u5316\u5f71\u54cd\u7684\u53e4\u4ee3\u5e1d\u56fd\u003cSEP\u003e\u7f57\u9a6c\u5e1d\u56fd\u7ee7\u627f\u4e86\u53e4\u5e0c\u814a\u7684\u8fa9\u8bba\u6587\u5316\uff0c\u5e76\u5728\u5176\u7edf\u6cbb\u65f6\u671f\u8fdb\u4e00\u6b65\u53d1\u5c55\u3002", "entity_id": "\u7f57\u9a6c\u5e1d\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u9a6c\u5e1d\u56fd", "label": "\u7f57\u9a6c\u5e1d\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u53d7\u53e4\u5e0c\u814a\u8fa9\u8bba\u6587\u5316\u5f71\u54cd\u7684\u53e4\u4ee3\u5e1d\u56fd\u003cSEP\u003e\u7f57\u9a6c\u5e1d\u56fd\u7ee7\u627f\u4e86\u53e4\u5e0c\u814a\u7684\u8fa9\u8bba\u6587\u5316\uff0c\u5e76\u5728\u5176\u7edf\u6cbb\u65f6\u671f\u8fdb\u4e00\u6b65\u53d1\u5c55\u3002"}, {"color": "#63c11a", "created_at": 1752884038, "description": "The sexagesimal (base-60) system was used historically for time and angle measurements.\u003cSEP\u003e\u7528\u4e8e\u89d2\u5ea6\u548c\u65f6\u95f4\u7684\u5ea6\u91cf\u7cfb\u7edf\uff0c\u5c06\u5355\u4f4d1\u7ec6\u5206\u4e3a60\u4efd", "entity_id": "60\u8fdb\u5236", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "60\u8fdb\u5236", "label": "60\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "The sexagesimal (base-60) system was used historically for time and angle measurements.\u003cSEP\u003e\u7528\u4e8e\u89d2\u5ea6\u548c\u65f6\u95f4\u7684\u5ea6\u91cf\u7cfb\u7edf\uff0c\u5c06\u5355\u4f4d1\u7ec6\u5206\u4e3a60\u4efd"}, {"color": "#773bf3", "created_at": 1752884072, "description": "\u6258\u52d2\u5bc6\u7684\u8457\u4f5c\uff0c\u5960\u5b9a\u73b0\u4ee3\u89d2\u5ea6\u548c\u65f6\u95f4\u516d\u5341\u8fdb\u5236\u5212\u5206\u7684\u57fa\u7840\u3002", "entity_id": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "label": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u6258\u52d2\u5bc6\u7684\u8457\u4f5c\uff0c\u5960\u5b9a\u73b0\u4ee3\u89d2\u5ea6\u548c\u65f6\u95f4\u516d\u5341\u8fdb\u5236\u5212\u5206\u7684\u57fa\u7840\u3002"}, {"color": "#723acf", "created_at": 1752884078, "description": "The Ptolemaic Map is a famous but unused map created by Ptolemy, who is considered the father of cartography.", "entity_id": "\u6258\u52d2\u5bc6\u5730\u56fe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6258\u52d2\u5bc6\u5730\u56fe", "label": "\u6258\u52d2\u5bc6\u5730\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Ptolemaic Map is a famous but unused map created by Ptolemy, who is considered the father of cartography."}, {"color": "#3d879a", "created_at": 1752884079, "description": "Ptolemy\u0027s Almagest was a comprehensive astronomical work produced at the Library of Alexandria.", "entity_id": "\u300a\u5929\u6587\u5b66\u5927\u5168\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5929\u6587\u5b66\u5927\u5168\u300b", "label": "\u300a\u5929\u6587\u5b66\u5927\u5168\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy\u0027s Almagest was a comprehensive astronomical work produced at the Library of Alexandria."}, {"color": "#175ec5", "created_at": 1752884079, "description": "Ptolemy\u0027s eight-volume Geography advanced cartographic theory from the Library of Alexandria.", "entity_id": "\u300a\u5730\u7406\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5730\u7406\u5b66\u300b", "label": "\u300a\u5730\u7406\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy\u0027s eight-volume Geography advanced cartographic theory from the Library of Alexandria."}, {"color": "#d9f8a0", "created_at": 1752884079, "description": "Ptolemy introduced the concept of longitude for more accurate mapping.", "entity_id": "\u7ecf\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ecf\u5ea6", "label": "\u7ecf\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy introduced the concept of longitude for more accurate mapping."}, {"color": "#306c3e", "created_at": 1752884173, "description": "\u6258\u52d2\u5bc6\u8bbe\u8ba1\u4e86\u6247\u5f62\u7ecf\u7eac\u7ebf\uff0c\u5f71\u54cd\u4e86\u53e4\u4ee3\u5730\u56fe\u7ed8\u5236\u65b9\u6cd5\u3002", "entity_id": "\u6247\u5f62\u7ecf\u7eac\u7ebf", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6247\u5f62\u7ecf\u7eac\u7ebf", "label": "\u6247\u5f62\u7ecf\u7eac\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u6258\u52d2\u5bc6\u8bbe\u8ba1\u4e86\u6247\u5f62\u7ecf\u7eac\u7ebf\uff0c\u5f71\u54cd\u4e86\u53e4\u4ee3\u5730\u56fe\u7ed8\u5236\u65b9\u6cd5\u3002"}, {"color": "#21bd25", "created_at": 1752884080, "description": "\u6247\u5f62\u5730\u56fe\u662f\u53e4\u4ee3\u57fa\u4e8e\u6709\u9650\u5730\u7406\u77e5\u8bc6\u7ed8\u5236\u7684\u5730\u56fe\u5f62\u5f0f\uff0c\u7ecf\u7ebf\u671d\u5411\u5317\u6781\u3002", "entity_id": "\u6247\u5f62\u5730\u56fe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6247\u5f62\u5730\u56fe", "label": "\u6247\u5f62\u5730\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u6247\u5f62\u5730\u56fe\u662f\u53e4\u4ee3\u57fa\u4e8e\u6709\u9650\u5730\u7406\u77e5\u8bc6\u7ed8\u5236\u7684\u5730\u56fe\u5f62\u5f0f\uff0c\u7ecf\u7ebf\u671d\u5411\u5317\u6781\u3002"}, {"color": "#5ce1b8", "created_at": 1752884037, "description": "Fundamental laws governing mathematical operations including commutative, associative, and distributive properties.\u003cSEP\u003eLaws of operations are fundamental rules governing arithmetic operations like addition and multiplication.\u003cSEP\u003e\u8fd0\u7b97\u5f8b(Operation Laws) define algebraic properties like associativity and commutativity in abstract algebra.", "entity_id": "\u8fd0\u7b97\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fd0\u7b97\u5f8b", "label": "\u8fd0\u7b97\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-4f65d3b7936ba144a77113f1bb4602dd\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "Fundamental laws governing mathematical operations including commutative, associative, and distributive properties.\u003cSEP\u003eLaws of operations are fundamental rules governing arithmetic operations like addition and multiplication.\u003cSEP\u003e\u8fd0\u7b97\u5f8b(Operation Laws) define algebraic properties like associativity and commutativity in abstract algebra."}, {"color": "#2140f1", "created_at": 1752884037, "description": "Model thinking refers to using mathematical models to solve real-world problems.", "entity_id": "\u6a21\u578b\u601d\u60f3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6a21\u578b\u601d\u60f3", "label": "\u6a21\u578b\u601d\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Model thinking refers to using mathematical models to solve real-world problems."}, {"color": "#b0fbd0", "created_at": 1752884153, "description": "The operational laws (commutative, associative, distributive) fundamentally define multiplication\u0027s properties.", "entity_id": "\u4e58\u6cd5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4e58\u6cd5", "label": "\u4e58\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "The operational laws (commutative, associative, distributive) fundamentally define multiplication\u0027s properties."}, {"color": "#667d2d", "created_at": 1752884058, "description": "A \u0027set\u0027 is a fundamental mathematical concept that cannot be substantially defined and is typically introduced nominally.\u003cSEP\u003e\u96c6\u5408(Set Theory) forms the foundational language for modern mathematical structures and abstractions.", "entity_id": "\u96c6\u5408", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u96c6\u5408", "label": "\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "A \u0027set\u0027 is a fundamental mathematical concept that cannot be substantially defined and is typically introduced nominally.\u003cSEP\u003e\u96c6\u5408(Set Theory) forms the foundational language for modern mathematical structures and abstractions."}, {"color": "#b713e5", "created_at": 1752884038, "description": "Clocks represent an application of the base-60 system for time measurement.\u003cSEP\u003e\u65f6\u95f4\u6d4b\u91cf\u5de5\u5177\uff0c\u91c7\u752860\u8fdb\u5236\u5212\u5206\u5c0f\u65f6\u548c\u5206\u949f", "entity_id": "\u949f\u8868", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u949f\u8868", "label": "\u949f\u8868", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "Clocks represent an application of the base-60 system for time measurement.\u003cSEP\u003e\u65f6\u95f4\u6d4b\u91cf\u5de5\u5177\uff0c\u91c7\u752860\u8fdb\u5236\u5212\u5206\u5c0f\u65f6\u548c\u5206\u949f"}, {"color": "#cc37cd", "created_at": 1752884038, "description": "Junior high algebra focuses on understanding algebraic expressions and equations.", "entity_id": "\u521d\u4e2d\u4ee3\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u4e2d\u4ee3\u6570", "label": "\u521d\u4e2d\u4ee3\u6570", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Junior high algebra focuses on understanding algebraic expressions and equations."}, {"color": "#dc8cd2", "created_at": 1752884038, "description": "Arithmetic cognition refers to basic number sense and operations understanding.", "entity_id": "\u7b97\u672f\u8ba4\u77e5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u672f\u8ba4\u77e5", "label": "\u7b97\u672f\u8ba4\u77e5", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Arithmetic cognition refers to basic number sense and operations understanding."}, {"color": "#a0a94b", "created_at": 1752884038, "description": "Algebraic cognition involves understanding symbolic representations and relationships.", "entity_id": "\u4ee3\u6570\u8ba4\u77e5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ee3\u6570\u8ba4\u77e5", "label": "\u4ee3\u6570\u8ba4\u77e5", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Algebraic cognition involves understanding symbolic representations and relationships."}, {"color": "#823101", "created_at": 1752884038, "description": "Ancient Chinese philosophical text on astronomy.\u003cSEP\u003eHan Dynasty text containing detailed astronomical and calendrical knowledge.\u003cSEP\u003e\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6587\u732e\uff0c\u8be6\u7ec6\u8ba8\u8bba\u4e86\u5c81\u661f\u7684\u8fd0\u8f6c\u5468\u671f\u548c\u9633\u5386\u56de\u5f52\u5e74\u7684\u8ba1\u7b97\u3002", "entity_id": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "label": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "Ancient Chinese philosophical text on astronomy.\u003cSEP\u003eHan Dynasty text containing detailed astronomical and calendrical knowledge.\u003cSEP\u003e\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6587\u732e\uff0c\u8be6\u7ec6\u8ba8\u8bba\u4e86\u5c81\u661f\u7684\u8fd0\u8f6c\u5468\u671f\u548c\u9633\u5386\u56de\u5f52\u5e74\u7684\u8ba1\u7b97\u3002"}, {"color": "#3943e5", "created_at": 1752884038, "description": "\u6728\u661f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7814\u7a76\u7684\u91cd\u70b9\u5929\u4f53\uff0c\u88ab\u79f0\u4e3a\u5c81\u661f\uff0c\u5176\u8fd0\u884c\u8f68\u8ff9\u4e0e\u9ec4\u9053\u63a5\u8fd1\u3002", "entity_id": "\u6728\u661f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6728\u661f", "label": "\u6728\u661f", "shape": "dot", "size": 10, "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u6728\u661f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7814\u7a76\u7684\u91cd\u70b9\u5929\u4f53\uff0c\u88ab\u79f0\u4e3a\u5c81\u661f\uff0c\u5176\u8fd0\u884c\u8f68\u8ff9\u4e0e\u9ec4\u9053\u63a5\u8fd1\u3002"}, {"color": "#9eacad", "created_at": 1752884038, "description": "\u9633\u5386\u56de\u5f52\u5e74\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u5206\u6570\u8868\u793a\u7684\u5929\u6587\u5468\u671f\uff0c\u7528\u4e8e\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002", "entity_id": "\u9633\u5386\u56de\u5f52\u5e74", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9633\u5386\u56de\u5f52\u5e74", "label": "\u9633\u5386\u56de\u5f52\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u9633\u5386\u56de\u5f52\u5e74\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u5206\u6570\u8868\u793a\u7684\u5929\u6587\u5468\u671f\uff0c\u7528\u4e8e\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002"}, {"color": "#9c423a", "created_at": 1752884070, "description": "The combined lunar-solar calendar system used in ancient China, integrating both moon phases and solar terms.", "entity_id": "\u9634\u9633\u5408\u5386", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9634\u9633\u5408\u5386", "label": "\u9634\u9633\u5408\u5386", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The combined lunar-solar calendar system used in ancient China, integrating both moon phases and solar terms."}, {"color": "#02b12b", "created_at": 1752884038, "description": "Guo Shoujing (\u90ed\u5b88\u656c) was a renowned Chinese astronomer, mathematician, and engineer during the Yuan Dynasty. He made significant contributions to astronomy and mathematics, including the establishment of 27 astronomical observation points across China. Guo Shoujing improved the armillary sphere (\u6d51\u4eea) and invented the simplified armillary sphere (\u7b80\u4eea), earning him recognition as a pioneer of the equatorial mounting system for modern astronomical telescopes. In 1281, he formulated the *Shoushi Calendar* (*\u6388\u65f6\u5386*), which defined the solar year as 365.2425 days\u2014a remarkably precise calculation for its time. His work laid important foundations for Chinese astronomy and engineering, cementing his legacy as a key historical figure in these fields.", "entity_id": "\u90ed\u5b88\u656c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u90ed\u5b88\u656c", "label": "\u90ed\u5b88\u656c", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "Guo Shoujing (\u90ed\u5b88\u656c) was a renowned Chinese astronomer, mathematician, and engineer during the Yuan Dynasty. He made significant contributions to astronomy and mathematics, including the establishment of 27 astronomical observation points across China. Guo Shoujing improved the armillary sphere (\u6d51\u4eea) and invented the simplified armillary sphere (\u7b80\u4eea), earning him recognition as a pioneer of the equatorial mounting system for modern astronomical telescopes. In 1281, he formulated the *Shoushi Calendar* (*\u6388\u65f6\u5386*), which defined the solar year as 365.2425 days\u2014a remarkably precise calculation for its time. His work laid important foundations for Chinese astronomy and engineering, cementing his legacy as a key historical figure in these fields."}, {"color": "#286d61", "created_at": 1752884038, "description": "\u300a\u6388\u65f6\u5386\u300b\u662f\u90ed\u5b88\u656c\u5236\u5b9a\u7684\u5386\u6cd5\uff0c\u7cbe\u786e\u89c4\u5b9a\u4e86\u9633\u5386\u4e00\u5e74\u7684\u957f\u5ea6\uff0c\u6bd4\u7f57\u9a6c\u683c\u91cc\u5386\u6cd5\u65e9300\u5e74\u3002", "entity_id": "\u300a\u6388\u65f6\u5386\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6388\u65f6\u5386\u300b", "label": "\u300a\u6388\u65f6\u5386\u300b", "shape": "dot", "size": 10, "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u300a\u6388\u65f6\u5386\u300b\u662f\u90ed\u5b88\u656c\u5236\u5b9a\u7684\u5386\u6cd5\uff0c\u7cbe\u786e\u89c4\u5b9a\u4e86\u9633\u5386\u4e00\u5e74\u7684\u957f\u5ea6\uff0c\u6bd4\u7f57\u9a6c\u683c\u91cc\u5386\u6cd5\u65e9300\u5e74\u3002"}, {"color": "#74c34d", "created_at": 1752884170, "description": "Guo Shoujing established a network of 27 observation points to measure celestial and geographical data.", "entity_id": "\u5929\u6587\u89c2\u6d4b\u70b9", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u6587\u89c2\u6d4b\u70b9", "label": "\u5929\u6587\u89c2\u6d4b\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Guo Shoujing established a network of 27 observation points to measure celestial and geographical data."}, {"color": "#d89706", "created_at": 1752884075, "description": "The Yuan Dynasty (1271\u20131368 CE) was a period of significant astronomical advancements in China.", "entity_id": "\u5143\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5143\u4ee3", "label": "\u5143\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The Yuan Dynasty (1271\u20131368 CE) was a period of significant astronomical advancements in China."}, {"color": "#06a185", "created_at": 1752884076, "description": "The ecliptic and celestial equator, fundamental concepts in Chinese astronomy for measuring celestial coordinates.", "entity_id": "\u9ec4\u8d64\u9053", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ec4\u8d64\u9053", "label": "\u9ec4\u8d64\u9053", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The ecliptic and celestial equator, fundamental concepts in Chinese astronomy for measuring celestial coordinates."}, {"color": "#c2f6cf", "created_at": 1752884080, "description": "\u7b80\u4eea\u662f\u90ed\u5b88\u656c\u6539\u8fdb\u7684\u7eaf\u8d64\u9053\u5f0f\u5929\u8c61\u89c2\u5bdf\u4eea\uff0c\u6784\u9020\u4e0e\u73b0\u4ee3\u5929\u6587\u671b\u8fdc\u955c\u8d64\u9053\u88c5\u7f6e\u76f8\u540c\u3002", "entity_id": "\u7b80\u4eea", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b80\u4eea", "label": "\u7b80\u4eea", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u7b80\u4eea\u662f\u90ed\u5b88\u656c\u6539\u8fdb\u7684\u7eaf\u8d64\u9053\u5f0f\u5929\u8c61\u89c2\u5bdf\u4eea\uff0c\u6784\u9020\u4e0e\u73b0\u4ee3\u5929\u6587\u671b\u8fdc\u955c\u8d64\u9053\u88c5\u7f6e\u76f8\u540c\u3002"}, {"color": "#ef0433", "created_at": 1752884080, "description": "\u6d51\u4eea\u662f\u53e4\u4ee3\u5929\u6587\u89c2\u6d4b\u4eea\u5668\uff0c\u7531\u5f20\u8861\u53d1\u660e\uff0c\u540e\u88ab\u90ed\u5b88\u656c\u7b80\u5316\u6539\u8fdb\u4e3a\u7b80\u4eea\u3002", "entity_id": "\u6d51\u4eea", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d51\u4eea", "label": "\u6d51\u4eea", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u6d51\u4eea\u662f\u53e4\u4ee3\u5929\u6587\u89c2\u6d4b\u4eea\u5668\uff0c\u7531\u5f20\u8861\u53d1\u660e\uff0c\u540e\u88ab\u90ed\u5b88\u656c\u7b80\u5316\u6539\u8fdb\u4e3a\u7b80\u4eea\u3002"}, {"color": "#078146", "created_at": 1752884080, "description": "\u5143\u671d\u7687\u5e1d\u5ffd\u5fc5\u70c8\uff0c\u90ed\u5b88\u656c\u66fe\u5411\u4ed6\u594f\u6298\u9648\u8ff0\u5929\u6587\u89c2\u6d4b\u7684\u91cd\u8981\u6027\u3002", "entity_id": "\u5ffd\u5fc5\u70c8", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5ffd\u5fc5\u70c8", "label": "\u5ffd\u5fc5\u70c8", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5143\u671d\u7687\u5e1d\u5ffd\u5fc5\u70c8\uff0c\u90ed\u5b88\u656c\u66fe\u5411\u4ed6\u594f\u6298\u9648\u8ff0\u5929\u6587\u89c2\u6d4b\u7684\u91cd\u8981\u6027\u3002"}, {"color": "#845e0e", "created_at": 1752884075, "description": "\u5929\u6587\u89c2\u6d4b\u4e2d\u786e\u5b9a\u5929\u4f53\u4f4d\u7f6e\u7684\u91cd\u8981\u57fa\u51c6\u5e73\u9762\uff0c\u90ed\u5b88\u656c\u7279\u522b\u91cd\u89c6\u5176\u7cbe\u786e\u6d4b\u5b9a\u3002\u003cSEP\u003e\u8d64\u9053\u5e73\u9762is the equatorial plane, referenced in Zhou Dynasty astronomical calculations.", "entity_id": "\u8d64\u9053\u5e73\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u8d64\u9053\u5e73\u9762", "label": "\u8d64\u9053\u5e73\u9762", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5929\u6587\u89c2\u6d4b\u4e2d\u786e\u5b9a\u5929\u4f53\u4f4d\u7f6e\u7684\u91cd\u8981\u57fa\u51c6\u5e73\u9762\uff0c\u90ed\u5b88\u656c\u7279\u522b\u91cd\u89c6\u5176\u7cbe\u786e\u6d4b\u5b9a\u3002\u003cSEP\u003e\u8d64\u9053\u5e73\u9762is the equatorial plane, referenced in Zhou Dynasty astronomical calculations."}, {"color": "#5c3440", "created_at": 1752884080, "description": "\u5510\u4ee3\u5929\u6587\u5b66\u5bb6\uff0c\u66fe\u7ec4\u7ec7\u5168\u56fd\u8303\u56f4\u7684\u5929\u6587\u6d4b\u91cf\u6d3b\u52a8\u3002", "entity_id": "\u5510\u4e00\u884c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5510\u4e00\u884c", "label": "\u5510\u4e00\u884c", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5510\u4ee3\u5929\u6587\u5b66\u5bb6\uff0c\u66fe\u7ec4\u7ec7\u5168\u56fd\u8303\u56f4\u7684\u5929\u6587\u6d4b\u91cf\u6d3b\u52a8\u3002"}, {"color": "#3f1f6e", "created_at": 1752884099, "description": "**Zhonghua Book Company (\u4e2d\u534e\u4e66\u5c40)** is a prestigious publishing house based in Beijing, China, specializing in classical and historical Chinese texts. It is widely recognized for producing academic and historical works, including **Wang Li\u0027s** influential *\"History of Chinese Language\"* and **Tan Yeqian\u0027s** *\"Gongsun Longzi Yizhu\" (\u300a\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u300b)*. Additionally, the company has published significant educational materials such as *\"Ancient Chinese\u00b7Volume 3\" (\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b)*. As a leading publisher in its field, Zhonghua Book Company is deeply associated with the dissemination of classical literature and scholarly research, maintaining a strong reputation for high-quality academic publications.", "entity_id": "\u4e2d\u534e\u4e66\u5c40", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u534e\u4e66\u5c40", "label": "\u4e2d\u534e\u4e66\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "**Zhonghua Book Company (\u4e2d\u534e\u4e66\u5c40)** is a prestigious publishing house based in Beijing, China, specializing in classical and historical Chinese texts. It is widely recognized for producing academic and historical works, including **Wang Li\u0027s** influential *\"History of Chinese Language\"* and **Tan Yeqian\u0027s** *\"Gongsun Longzi Yizhu\" (\u300a\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u300b)*. Additionally, the company has published significant educational materials such as *\"Ancient Chinese\u00b7Volume 3\" (\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b)*. As a leading publisher in its field, Zhonghua Book Company is deeply associated with the dissemination of classical literature and scholarly research, maintaining a strong reputation for high-quality academic publications."}, {"color": "#38d1ab", "created_at": 1752884101, "description": "A historical text documenting the life and achievements of Guo Shoujing, an astronomer and engineer from the Yuan Dynasty.\u003cSEP\u003eBiography of Guo Shoujing in the History of Yuan.", "entity_id": "\u300a\u5143\u53f2\u00b7\u5217\u4f20\u00b7\u90ed\u5b88\u656c\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5143\u53f2\u00b7\u5217\u4f20\u00b7\u90ed\u5b88\u656c\u300b", "label": "\u300a\u5143\u53f2\u00b7\u5217\u4f20\u00b7\u90ed\u5b88\u656c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "A historical text documenting the life and achievements of Guo Shoujing, an astronomer and engineer from the Yuan Dynasty.\u003cSEP\u003eBiography of Guo Shoujing in the History of Yuan."}, {"color": "#ffc098", "created_at": 1752884112, "description": "\u5143\u53f2is a historical text covering the Yuan dynasty.", "entity_id": "\u5143\u53f2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5143\u53f2", "label": "\u5143\u53f2", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5143\u53f2is a historical text covering the Yuan dynasty."}, {"color": "#7b5294", "created_at": 1752884112, "description": "Astronomical survey conducted during the Yuan Dynasty, documented in \u300a\u5143\u53f2\u00b7\u5929\u6587\u300b.\u003cSEP\u003e\u56db\u6d77\u6d4b\u9a8crefers to a series of astronomical surveys conducted during the Yuan dynasty.", "entity_id": "\u56db\u6d77\u6d4b\u9a8c", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u6d77\u6d4b\u9a8c", "label": "\u56db\u6d77\u6d4b\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Astronomical survey conducted during the Yuan Dynasty, documented in \u300a\u5143\u53f2\u00b7\u5929\u6587\u300b.\u003cSEP\u003e\u56db\u6d77\u6d4b\u9a8crefers to a series of astronomical surveys conducted during the Yuan dynasty."}, {"color": "#b5587c", "created_at": 1752884038, "description": "An ancient Chinese mathematical text that elaborates on length units starting from \u0027\u5ffd\u0027 (hu).\u003cSEP\u003eThe Mathematical Classic of Master Sun, an ancient Chinese mathematical text.\u003cSEP\u003eThe Sunzi Suanjing is a mathematical text from the 4th or 5th century, with unknown authorship, containing famous problems like the \u0027Chicken-Rabbit Cage\u0027 problem.", "entity_id": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "label": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "An ancient Chinese mathematical text that elaborates on length units starting from \u0027\u5ffd\u0027 (hu).\u003cSEP\u003eThe Mathematical Classic of Master Sun, an ancient Chinese mathematical text.\u003cSEP\u003eThe Sunzi Suanjing is a mathematical text from the 4th or 5th century, with unknown authorship, containing famous problems like the \u0027Chicken-Rabbit Cage\u0027 problem."}, {"color": "#14722a", "created_at": 1752884130, "description": "This text pioneered using fractions to represent both the process and result of division.", "entity_id": "\u5206\u6570\u8868\u793a", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6570\u8868\u793a", "label": "\u5206\u6570\u8868\u793a", "shape": "dot", "size": 10, "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "This text pioneered using fractions to represent both the process and result of division."}, {"color": "#9e1cff", "created_at": 1752884040, "description": "Joseph Needham (\u674e\u7ea6\u745f) was a British biochemist, historian, and renowned expert in the history of science and technology, particularly known for his monumental work *Science and Civilisation in China* (*\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2*). He made significant contributions to the study of Chinese scientific achievements, including theories on the origin of the water clock and the appreciation of ancient Chinese mathematical concepts, such as the logical nomenclature of \"numerator\" (\u5b50) and \"denominator\" (\u6bcd). Needham also praised Pei Xiu (\u88f4\u79c0) as the \"father of Chinese scientific cartography.\" Beyond his scholarly pursuits, he collaborated as a translator, notably working on translations of Bertrand Russell\u0027s (\u7f57\u7d20) works. His interdisciplinary expertise spanned biochemistry, history, and sinology, cementing his legacy as a pioneering figure in bridging Eastern and Western scientific traditions. \n\n(Note: Contradictions were resolved by consolidating overlapping descriptions\u2014e.g., his roles as historian, biochemist, and translator\u2014and verifying facts like his collaboration on Russell\u2019s translations, which does not conflict with his primary scholarly identity.)", "entity_id": "\u674e\u7ea6\u745f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u7ea6\u745f", "label": "\u674e\u7ea6\u745f", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "Joseph Needham (\u674e\u7ea6\u745f) was a British biochemist, historian, and renowned expert in the history of science and technology, particularly known for his monumental work *Science and Civilisation in China* (*\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2*). He made significant contributions to the study of Chinese scientific achievements, including theories on the origin of the water clock and the appreciation of ancient Chinese mathematical concepts, such as the logical nomenclature of \"numerator\" (\u5b50) and \"denominator\" (\u6bcd). Needham also praised Pei Xiu (\u88f4\u79c0) as the \"father of Chinese scientific cartography.\" Beyond his scholarly pursuits, he collaborated as a translator, notably working on translations of Bertrand Russell\u0027s (\u7f57\u7d20) works. His interdisciplinary expertise spanned biochemistry, history, and sinology, cementing his legacy as a pioneering figure in bridging Eastern and Western scientific traditions. \n\n(Note: Contradictions were resolved by consolidating overlapping descriptions\u2014e.g., his roles as historian, biochemist, and translator\u2014and verifying facts like his collaboration on Russell\u2019s translations, which does not conflict with his primary scholarly identity.)"}, {"color": "#dfcb0a", "created_at": 1752884041, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5904\u7406\u6b63\u8d1f\u6570\u8fd0\u7b97\u7684\u65b9\u6cd5", "entity_id": "\u6b63\u8d1f\u672f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u8d1f\u672f", "label": "\u6b63\u8d1f\u672f", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5904\u7406\u6b63\u8d1f\u6570\u8fd0\u7b97\u7684\u65b9\u6cd5"}, {"color": "#2e3855", "created_at": 1752884041, "description": "\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u6570\u5b66\u7684\u79f0\u547c\uff0c\u5f3a\u8c03\u8ba1\u7b97\u6280\u672f", "entity_id": "\u7b97\u7ecf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u7ecf", "label": "\u7b97\u7ecf", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u6570\u5b66\u7684\u79f0\u547c\uff0c\u5f3a\u8c03\u8ba1\u7b97\u6280\u672f"}, {"color": "#e27cb9", "created_at": 1752884041, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u8bb0\u8f7d\u7684\u6570\u5b66\u95ee\u9898\u89e3\u6cd5", "entity_id": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "label": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u8bb0\u8f7d\u7684\u6570\u5b66\u95ee\u9898\u89e3\u6cd5"}, {"color": "#b5313c", "created_at": 1752884100, "description": "Li Chunfeng (602-670) was a prominent astronomer and mathematician of the Tang Dynasty, from Qishan, Shaanxi.\u003cSEP\u003eLi Chunfeng is a historical figure and astronomer, known for his contributions to Chinese astronomy and mathematics.", "entity_id": "\u674e\u6df3\u98ce", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u6df3\u98ce", "label": "\u674e\u6df3\u98ce", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Li Chunfeng (602-670) was a prominent astronomer and mathematician of the Tang Dynasty, from Qishan, Shaanxi.\u003cSEP\u003eLi Chunfeng is a historical figure and astronomer, known for his contributions to Chinese astronomy and mathematics."}, {"color": "#af4861", "created_at": 1752884071, "description": "The \u300a\u5468\u9ac0\u7b97\u7ecf\u300b (*Zhoubi Suanjing*) is an ancient Chinese astronomical and mathematical text, widely regarded as one of China\u0027s oldest and most influential works in these fields. Composed around the 1st century BCE, it covers topics such as astronomy, geometry, and methods for determining directions, time, and solar calendar cycles. The text was later designated as an official textbook for the *Mingsuan Ke* (a mathematics and astronomy discipline) in the Imperial Academy (*Guozijian*) during the Tang Dynasty. Combining practical applications with theoretical insights, \u300a\u5468\u9ac0\u7b97\u7ecf\u300b remains a foundational reference in the history of Chinese science and mathematics.", "entity_id": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "label": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "The \u300a\u5468\u9ac0\u7b97\u7ecf\u300b (*Zhoubi Suanjing*) is an ancient Chinese astronomical and mathematical text, widely regarded as one of China\u0027s oldest and most influential works in these fields. Composed around the 1st century BCE, it covers topics such as astronomy, geometry, and methods for determining directions, time, and solar calendar cycles. The text was later designated as an official textbook for the *Mingsuan Ke* (a mathematics and astronomy discipline) in the Imperial Academy (*Guozijian*) during the Tang Dynasty. Combining practical applications with theoretical insights, \u300a\u5468\u9ac0\u7b97\u7ecf\u300b remains a foundational reference in the history of Chinese science and mathematics."}, {"color": "#8e7bad", "created_at": 1752884038, "description": "\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u6728\u661f\u7684\u79f0\u547c\uff0c\u7528\u4e8e\u5929\u6587\u89c2\u6d4b", "entity_id": "\u5c81\u661f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c81\u661f", "label": "\u5c81\u661f", "shape": "dot", "size": 10, "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u6728\u661f\u7684\u79f0\u547c\uff0c\u7528\u4e8e\u5929\u6587\u89c2\u6d4b"}, {"color": "#c2f3fb", "created_at": 1752884038, "description": "1582\u5e74\u897f\u65b9\u5386\u6cd5\uff0c\u4e0e\u300a\u6388\u65f6\u5386\u300b\u8ba1\u7b97\u7ed3\u679c\u76f8\u540c", "entity_id": "\u7f57\u9a6c\u683c\u91cc\u5386", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u9a6c\u683c\u91cc\u5386", "label": "\u7f57\u9a6c\u683c\u91cc\u5386", "shape": "dot", "size": 10, "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "1582\u5e74\u897f\u65b9\u5386\u6cd5\uff0c\u4e0e\u300a\u6388\u65f6\u5386\u300b\u8ba1\u7b97\u7ed3\u679c\u76f8\u540c"}, {"color": "#9fa0a7", "created_at": 1752884100, "description": "Li Di is an author and scholar, known for his works on the history of mathematics.\u003cSEP\u003eLi Di is the author of \u0027A Brief History of Decimal Fractions\u0027 published in Mathematics Bulletin (1964).", "entity_id": "\u674e\u8fea", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u8fea", "label": "\u674e\u8fea", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Li Di is an author and scholar, known for his works on the history of mathematics.\u003cSEP\u003eLi Di is the author of \u0027A Brief History of Decimal Fractions\u0027 published in Mathematics Bulletin (1964)."}, {"color": "#df5fcb", "created_at": 1752884101, "description": "Qin Jiushao was a mathematician who generalized the \u0027Sunzi Suanjing\u0027 problem into the \u0027Chinese Remainder Theorem\u0027.", "entity_id": "\u79e6\u4e5d\u97f6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u79e6\u4e5d\u97f6", "label": "\u79e6\u4e5d\u97f6", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Qin Jiushao was a mathematician who generalized the \u0027Sunzi Suanjing\u0027 problem into the \u0027Chinese Remainder Theorem\u0027."}, {"color": "#c44ac2", "created_at": 1752884102, "description": "The \u0027Chicken-Rabbit Cage\u0027 problem is a famous mathematical problem from the Sunzi Suanjing, later known in the West as the Chinese Remainder Theorem.", "entity_id": "\u9e21\u5154\u540c\u7b3c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9e21\u5154\u540c\u7b3c", "label": "\u9e21\u5154\u540c\u7b3c", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The \u0027Chicken-Rabbit Cage\u0027 problem is a famous mathematical problem from the Sunzi Suanjing, later known in the West as the Chinese Remainder Theorem."}, {"color": "#240d51", "created_at": 1752884102, "description": "The \u0027Unknown Quantity\u0027 problem from Sunzi Suanjing was generalized by Qin Jiushao into the Chinese Remainder Theorem.", "entity_id": "\u7269\u4e0d\u77e5\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7269\u4e0d\u77e5\u6570", "label": "\u7269\u4e0d\u77e5\u6570", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The \u0027Unknown Quantity\u0027 problem from Sunzi Suanjing was generalized by Qin Jiushao into the Chinese Remainder Theorem."}, {"color": "#5eb79c", "created_at": 1752884038, "description": "A mathematical book written by Zu Chongzhi, known for its depth and complexity.", "entity_id": "\u300a\u7f00\u672f\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7f00\u672f\u300b", "label": "\u300a\u7f00\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A mathematical book written by Zu Chongzhi, known for its depth and complexity."}, {"color": "#c4506c", "created_at": 1752884038, "description": "A historical text that records Zu Chongzhi\u0027s contributions to mathematics and astronomy.", "entity_id": "\u300a\u968b\u4e66\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u968b\u4e66\u300b", "label": "\u300a\u968b\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A historical text that records Zu Chongzhi\u0027s contributions to mathematics and astronomy."}, {"color": "#1de899", "created_at": 1752884039, "description": "The upper bound of Zu Chongzhi\u0027s calculation of pi (3.1415927).", "entity_id": "\u76c8\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76c8\u6570", "label": "\u76c8\u6570", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The upper bound of Zu Chongzhi\u0027s calculation of pi (3.1415927)."}, {"color": "#91b01e", "created_at": 1752884039, "description": "The lower bound of Zu Chongzhi\u0027s calculation of pi (3.1415926).", "entity_id": "\u6712\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6712\u6570", "label": "\u6712\u6570", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The lower bound of Zu Chongzhi\u0027s calculation of pi (3.1415926)."}, {"color": "#6830de", "created_at": 1752884039, "description": "Zu Chongzhi\u0027s precise fraction for pi: 355/113.", "entity_id": "\u5bc6\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5bc6\u7387", "label": "\u5bc6\u7387", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Zu Chongzhi\u0027s precise fraction for pi: 355/113."}, {"color": "#8a9b95", "created_at": 1752884039, "description": "Zu Chongzhi\u0027s approximate fraction for pi: 22/7.", "entity_id": "\u7ea6\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ea6\u7387", "label": "\u7ea6\u7387", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Zu Chongzhi\u0027s approximate fraction for pi: 22/7."}, {"color": "#c2d579", "created_at": 1752884066, "description": "The Zhui Shu was a mathematical text written by Zu Chongzhi, now lost, which detailed his methods for calculating \u03c0.", "entity_id": "\u7f00\u672f", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f00\u672f", "label": "\u7f00\u672f", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The Zhui Shu was a mathematical text written by Zu Chongzhi, now lost, which detailed his methods for calculating \u03c0."}, {"color": "#dcfee1", "created_at": 1752884066, "description": "Yoshio Mikami was a Japanese mathematician who proposed naming the fraction 355/113 as \u0027Zu\u0027s ratio\u0027 in honor of Zu Chongzhi.\u003cSEP\u003e\u4e09\u4e0a\u4e49\u592bproposed naming a mathematical concept \u0027\u7956\u7387\u0027 (Zu\u0027s ratio) in recognition of its Chinese origins.", "entity_id": "\u4e09\u4e0a\u4e49\u592b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u4e0a\u4e49\u592b", "label": "\u4e09\u4e0a\u4e49\u592b", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Yoshio Mikami was a Japanese mathematician who proposed naming the fraction 355/113 as \u0027Zu\u0027s ratio\u0027 in honor of Zu Chongzhi.\u003cSEP\u003e\u4e09\u4e0a\u4e49\u592bproposed naming a mathematical concept \u0027\u7956\u7387\u0027 (Zu\u0027s ratio) in recognition of its Chinese origins."}, {"color": "#93114a", "created_at": 1752884066, "description": "The Book of Sui is a historical Chinese text that records Zu Chongzhi\u0027s mathematical achievements.", "entity_id": "\u968b\u4e66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u968b\u4e66", "label": "\u968b\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The Book of Sui is a historical Chinese text that records Zu Chongzhi\u0027s mathematical achievements."}, {"color": "#142f36", "created_at": 1752884038, "description": "A Ming Dynasty calendar that used unnamed decimal expressions for dates.", "entity_id": "\u300a\u5927\u7edf\u5386\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5927\u7edf\u5386\u300b", "label": "\u300a\u5927\u7edf\u5386\u300b", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A Ming Dynasty calendar that used unnamed decimal expressions for dates."}, {"color": "#297b59", "created_at": 1752884038, "description": "A Dutch mathematician who published \u0027De Thiende\u0027 in 1585, establishing the modern decimal system.", "entity_id": "\u65af\u8482\u6587", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u65af\u8482\u6587", "label": "\u65af\u8482\u6587", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A Dutch mathematician who published \u0027De Thiende\u0027 in 1585, establishing the modern decimal system."}, {"color": "#af82c0", "created_at": 1752884039, "description": "Decimal expressions without unit labels, used in the Ming Dynasty \u0027Great Unified Calendar\u0027.", "entity_id": "\u65e0\u540d\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u540d\u5c0f\u6570", "label": "\u65e0\u540d\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Decimal expressions without unit labels, used in the Ming Dynasty \u0027Great Unified Calendar\u0027."}, {"color": "#3eea3a", "created_at": 1752884038, "description": "A 36-page book by Simon Stevin that formalized the modern decimal number system.", "entity_id": "\u300a\u8bba\u5341\u8fdb\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bba\u5341\u8fdb\u300b", "label": "\u300a\u8bba\u5341\u8fdb\u300b", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A 36-page book by Simon Stevin that formalized the modern decimal number system."}, {"color": "#d3ee96", "created_at": 1752884039, "description": "The base-10 number system, formalized by Simon Stevin in \u0027De Thiende\u0027.", "entity_id": "\u5341\u8fdb\u5236", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5341\u8fdb\u5236", "label": "\u5341\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The base-10 number system, formalized by Simon Stevin in \u0027De Thiende\u0027."}, {"color": "#ed7857", "created_at": 1752884039, "description": "The smallest unit of length in ancient Chinese measurement systems, equivalent to the width of a silk thread.", "entity_id": "\u5ffd", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5ffd", "label": "\u5ffd", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The smallest unit of length in ancient Chinese measurement systems, equivalent to the width of a silk thread."}, {"color": "#931443", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u5ffd\u0027 in ancient Chinese measurement systems.", "entity_id": "\u4e1d", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e1d", "label": "\u4e1d", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u5ffd\u0027 in ancient Chinese measurement systems."}, {"color": "#5b637d", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u4e1d\u0027 in ancient Chinese measurement systems.", "entity_id": "\u6beb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6beb", "label": "\u6beb", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u4e1d\u0027 in ancient Chinese measurement systems."}, {"color": "#480bad", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u6beb\u0027 in ancient Chinese measurement systems, possibly equivalent to \u0027\u5398\u0027.", "entity_id": "\u7266", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7266", "label": "\u7266", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u6beb\u0027 in ancient Chinese measurement systems, possibly equivalent to \u0027\u5398\u0027."}, {"color": "#daf989", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u7266\u0027 in ancient Chinese measurement systems.", "entity_id": "\u5206", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206", "label": "\u5206", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u7266\u0027 in ancient Chinese measurement systems."}, {"color": "#e6b744", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u5206\u0027 in ancient Chinese measurement systems.", "entity_id": "\u5bf8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5bf8", "label": "\u5bf8", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u5206\u0027 in ancient Chinese measurement systems."}, {"color": "#5c583e", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u5bf8\u0027 in ancient Chinese measurement systems.", "entity_id": "\u5c3a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3a", "label": "\u5c3a", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u5bf8\u0027 in ancient Chinese measurement systems."}, {"color": "#ba1132", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u5c3a\u0027 in ancient Chinese measurement systems, often representing the base unit \u00271\u0027.", "entity_id": "\u4e08", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e08", "label": "\u4e08", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u5c3a\u0027 in ancient Chinese measurement systems, often representing the base unit \u00271\u0027."}, {"color": "#fad279", "created_at": 1752884039, "description": "A unit of length equal to forty \u0027\u5c3a\u0027 in ancient Chinese measurement systems.", "entity_id": "\u5339", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5339", "label": "\u5339", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to forty \u0027\u5c3a\u0027 in ancient Chinese measurement systems."}, {"color": "#3268c7", "created_at": 1752884039, "description": "A unit of length equal to six \u0027\u5c3a\u0027 in ancient Chinese measurement systems.\u003cSEP\u003e\u53e4\u4ee3\u4e2d\u56fd\u957f\u5ea6\u5355\u4f4d\uff0c\u7528\u4e8e\u8ba1\u7b97\u9762\u79ef\u65f6\u7684\u57fa\u672c\u8ba1\u91cf\u5355\u4f4d\u3002", "entity_id": "\u6b65", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b65", "label": "\u6b65", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "A unit of length equal to six \u0027\u5c3a\u0027 in ancient Chinese measurement systems.\u003cSEP\u003e\u53e4\u4ee3\u4e2d\u56fd\u957f\u5ea6\u5355\u4f4d\uff0c\u7528\u4e8e\u8ba1\u7b97\u9762\u79ef\u65f6\u7684\u57fa\u672c\u8ba1\u91cf\u5355\u4f4d\u3002"}, {"color": "#242558", "created_at": 1752884039, "description": "A unit of length equal to ten \u0027\u4e08\u0027 in ancient Chinese measurement systems.", "entity_id": "\u5f15", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f15", "label": "\u5f15", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to ten \u0027\u4e08\u0027 in ancient Chinese measurement systems."}, {"color": "#30ac3b", "created_at": 1752884039, "description": "A unit of length equal to fifty \u0027\u5f15\u0027 in ancient Chinese measurement systems.", "entity_id": "\u7aef", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7aef", "label": "\u7aef", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of length equal to fifty \u0027\u5f15\u0027 in ancient Chinese measurement systems."}, {"color": "#7072c5", "created_at": 1752884039, "description": "A unit of area equal to two hundred forty \u0027\u6b65\u0027 in ancient Chinese measurement systems.", "entity_id": "\u755d", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u755d", "label": "\u755d", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "A unit of area equal to two hundred forty \u0027\u6b65\u0027 in ancient Chinese measurement systems."}, {"color": "#7bf604", "created_at": 1752884039, "description": "A unit of length equal to three hundred \u0027\u6b65\u0027 in ancient Chinese measurement systems.\u003cSEP\u003e\u53e4\u4ee3\u4e2d\u56fd\u957f\u5ea6\u5355\u4f4d\uff0c1\u91cc=300\u6b65\uff0c\u7528\u4e8e\u79e6\u4e5d\u97f6\u7684\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u3002", "entity_id": "\u91cc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u91cc", "label": "\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "A unit of length equal to three hundred \u0027\u6b65\u0027 in ancient Chinese measurement systems.\u003cSEP\u003e\u53e4\u4ee3\u4e2d\u56fd\u957f\u5ea6\u5355\u4f4d\uff0c1\u91cc=300\u6b65\uff0c\u7528\u4e8e\u79e6\u4e5d\u97f6\u7684\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u3002"}, {"color": "#046209", "created_at": 1752884066, "description": "\u53e4\u4ee3\u4e2d\u56fd\u9762\u79ef\u5355\u4f4d\uff0c1\u4ea9=240\u5e73\u65b9\u6b65\uff0c\u662f\u571f\u5730\u6d4b\u91cf\u7684\u57fa\u672c\u5355\u4f4d\u3002", "entity_id": "\u4ea9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ea9", "label": "\u4ea9", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u53e4\u4ee3\u4e2d\u56fd\u9762\u79ef\u5355\u4f4d\uff0c1\u4ea9=240\u5e73\u65b9\u6b65\uff0c\u662f\u571f\u5730\u6d4b\u91cf\u7684\u57fa\u672c\u5355\u4f4d\u3002"}, {"color": "#871744", "created_at": 1752884066, "description": "\u53e4\u4ee3\u4e2d\u56fd\u9762\u79ef\u5355\u4f4d\uff0c1\u9877=100\u4ea9=24000\u5e73\u65b9\u6b65\uff0c\u7528\u4e8e\u571f\u5730\u9762\u79ef\u8ba1\u91cf\u3002", "entity_id": "\u9877", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9877", "label": "\u9877", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u53e4\u4ee3\u4e2d\u56fd\u9762\u79ef\u5355\u4f4d\uff0c1\u9877=100\u4ea9=24000\u5e73\u65b9\u6b65\uff0c\u7528\u4e8e\u571f\u5730\u9762\u79ef\u8ba1\u91cf\u3002"}, {"color": "#e915d7", "created_at": 1752884065, "description": "\u5706\u9762\u79ef\u7684\u8fd1\u4f3c\u516c\u5f0f(approximate circle area formula) was used in Egypt, though less precise than modern methods.", "entity_id": "\u5706\u9762\u79ef\u7684\u8fd1\u4f3c\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u9762\u79ef\u7684\u8fd1\u4f3c\u516c\u5f0f", "label": "\u5706\u9762\u79ef\u7684\u8fd1\u4f3c\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u5706\u9762\u79ef\u7684\u8fd1\u4f3c\u516c\u5f0f(approximate circle area formula) was used in Egypt, though less precise than modern methods."}, {"color": "#7c0ed8", "created_at": 1752884157, "description": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b\u7b2c50\u9898\u7528\u6b63\u65b9\u5f62\u9762\u79ef\u8fd1\u4f3c\u5706\u7684\u9762\u79ef\uff0c\u6d89\u53ca\u5bf9\u5706\u5468\u7387\u7684\u65e9\u671f\u4f30\u7b97\u3002", "entity_id": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b", "label": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b\u7b2c50\u9898\u7528\u6b63\u65b9\u5f62\u9762\u79ef\u8fd1\u4f3c\u5706\u7684\u9762\u79ef\uff0c\u6d89\u53ca\u5bf9\u5706\u5468\u7387\u7684\u65e9\u671f\u4f30\u7b97\u3002"}, {"color": "#15d1d3", "created_at": 1752884066, "description": "William Jones was a British mathematician who first used the Greek letter \u03c0 to represent the ratio of a circle\u0027s circumference to its diameter in 1706.", "entity_id": "\u743c\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u743c\u65af", "label": "\u743c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "William Jones was a British mathematician who first used the Greek letter \u03c0 to represent the ratio of a circle\u0027s circumference to its diameter in 1706."}, {"color": "#41c7f7", "created_at": 1752884040, "description": "Musical harmony was discovered by Pythagoras to depend on string length ratios, reinforcing numerical theories of reality.", "entity_id": "\u97f3\u4e50\u7684\u548c\u8c10", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u97f3\u4e50\u7684\u548c\u8c10", "label": "\u97f3\u4e50\u7684\u548c\u8c10", "shape": "dot", "size": 10, "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "Musical harmony was discovered by Pythagoras to depend on string length ratios, reinforcing numerical theories of reality."}, {"color": "#09ee55", "created_at": 1752884039, "description": "An ancient Chinese text documenting the \u0027Three-Part Loss and Gain\u0027 method for musical tuning, predating Pythagorean theories.", "entity_id": "\u300a\u7ba1\u5b50\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7ba1\u5b50\u300b", "label": "\u300a\u7ba1\u5b50\u300b", "shape": "dot", "size": 10, "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "An ancient Chinese text documenting the \u0027Three-Part Loss and Gain\u0027 method for musical tuning, predating Pythagorean theories."}, {"color": "#105cbd", "created_at": 1752884040, "description": "An ancient Chinese tuning method (\u0027Three-Part Loss and Gain\u0027) generating pentatonic scales via alternating length adjustments (2:3:4 ratios).\u003cSEP\u003eAncient Chinese tuning method using 2/3 and 4/3 length ratios to create pentatonic scales.", "entity_id": "\u4e09\u5206\u635f\u76ca\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u5206\u635f\u76ca\u6cd5", "label": "\u4e09\u5206\u635f\u76ca\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "An ancient Chinese tuning method (\u0027Three-Part Loss and Gain\u0027) generating pentatonic scales via alternating length adjustments (2:3:4 ratios).\u003cSEP\u003eAncient Chinese tuning method using 2/3 and 4/3 length ratios to create pentatonic scales."}, {"color": "#3bc8cf", "created_at": 1752884039, "description": "A Ming Dynasty scholar who precisely calculated the 12-tone equal temperament, advancing musical theory with his mathematical methods.\u003cSEP\u003e\u660e\u4ee3\u6731\u5143\u748b\u7684\u4e5d\u4e16\u5b59\uff0c\u7cbe\u786e\u8ba1\u7b97\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u516c\u6bd4\uff0c\u5e76\u53d1\u660e\u4e86\u6a2a\u8de881\u6863\u7684\u7279\u5927\u7b97\u76d8\u7528\u4e8e\u5f00\u5e73\u65b9\u8ba1\u7b97\u3002", "entity_id": "\u6731\u8f7d\u5809", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6731\u8f7d\u5809", "label": "\u6731\u8f7d\u5809", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "A Ming Dynasty scholar who precisely calculated the 12-tone equal temperament, advancing musical theory with his mathematical methods.\u003cSEP\u003e\u660e\u4ee3\u6731\u5143\u748b\u7684\u4e5d\u4e16\u5b59\uff0c\u7cbe\u786e\u8ba1\u7b97\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u516c\u6bd4\uff0c\u5e76\u53d1\u660e\u4e86\u6a2a\u8de881\u6863\u7684\u7279\u5927\u7b97\u76d8\u7528\u4e8e\u5f00\u5e73\u65b9\u8ba1\u7b97\u3002"}, {"color": "#7e281b", "created_at": 1752884040, "description": "Modern musical temperament dividing octaves into 12 semitones based on 12th root of 2 ratios.\u003cSEP\u003eThe modern 12-tone equal temperament system divides the octave into 12 semitones using a geometric progression, foundational for keyboard instruments.\u003cSEP\u003e\u5341\u4e8c\u5e73\u5747\u5f8b\u662f\u4e00\u79cd\u97f3\u9636\u5212\u5206\u65b9\u6cd5\uff0c\u5c06\u516b\u5ea6\u5e73\u5747\u5206\u4e3a12\u4e2a\u534a\u97f3\uff0c\u516c\u6bd4\u4e3a2\u768412\u6b21\u65b9\u6839\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u73b0\u4ee3\u952e\u76d8\u4e50\u5668\u3002", "entity_id": "\u5341\u4e8c\u5e73\u5747\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5341\u4e8c\u5e73\u5747\u5f8b", "label": "\u5341\u4e8c\u5e73\u5747\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Modern musical temperament dividing octaves into 12 semitones based on 12th root of 2 ratios.\u003cSEP\u003eThe modern 12-tone equal temperament system divides the octave into 12 semitones using a geometric progression, foundational for keyboard instruments.\u003cSEP\u003e\u5341\u4e8c\u5e73\u5747\u5f8b\u662f\u4e00\u79cd\u97f3\u9636\u5212\u5206\u65b9\u6cd5\uff0c\u5c06\u516b\u5ea6\u5e73\u5747\u5206\u4e3a12\u4e2a\u534a\u97f3\uff0c\u516c\u6bd4\u4e3a2\u768412\u6b21\u65b9\u6839\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u73b0\u4ee3\u952e\u76d8\u4e50\u5668\u3002"}, {"color": "#5a2a10", "created_at": 1752884040, "description": "The 81-column abacus invented by Zhu Zaiyu to perform complex calculations for musical ratios.", "entity_id": "\u7279\u5927\u76d8", "entity_type": "equipment", "file_path": "ChuZhongShuXue.docx", "id": "\u7279\u5927\u76d8", "label": "\u7279\u5927\u76d8", "shape": "dot", "size": 10, "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "The 81-column abacus invented by Zhu Zaiyu to perform complex calculations for musical ratios."}, {"color": "#fcaeff", "created_at": 1752884062, "description": "\u4e2d\u56fd\u660e\u671d\u65f6\u671f(1368-1644)\uff0c\u6731\u8f7d\u5809\u5728\u6b64\u65f6\u671f\u5bf9\u5341\u4e8c\u5e73\u5747\u5f8b\u8fdb\u884c\u4e86\u7814\u7a76\u3002", "entity_id": "\u660e\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u660e\u4ee3", "label": "\u660e\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u4e2d\u56fd\u660e\u671d\u65f6\u671f(1368-1644)\uff0c\u6731\u8f7d\u5809\u5728\u6b64\u65f6\u671f\u5bf9\u5341\u4e8c\u5e73\u5747\u5f8b\u8fdb\u884c\u4e86\u7814\u7a76\u3002"}, {"color": "#379ddf", "created_at": 1752884062, "description": "A tuning system derived from the \u0027\u4e09\u5206\u635f\u76ca\u6cd5,\u0027 used in ancient Chinese music.\u003cSEP\u003e\u4e94\u5ea6\u76f8\u751f\u5f8b\u662f\u4e00\u79cd\u97f3\u9636\u5212\u5206\u65b9\u6cd5\uff0c\u57fa\u4e8e\u9891\u7387\u7684\u6574\u6570\u6bd4\u4f8b\u5173\u7cfb\uff0c\u59821\u30012\u30013\u30015\u30016\u3002", "entity_id": "\u4e94\u5ea6\u76f8\u751f\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u5ea6\u76f8\u751f\u5f8b", "label": "\u4e94\u5ea6\u76f8\u751f\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8", "title": "A tuning system derived from the \u0027\u4e09\u5206\u635f\u76ca\u6cd5,\u0027 used in ancient Chinese music.\u003cSEP\u003e\u4e94\u5ea6\u76f8\u751f\u5f8b\u662f\u4e00\u79cd\u97f3\u9636\u5212\u5206\u65b9\u6cd5\uff0c\u57fa\u4e8e\u9891\u7387\u7684\u6574\u6570\u6bd4\u4f8b\u5173\u7cfb\uff0c\u59821\u30012\u30013\u30015\u30016\u3002"}, {"color": "#dcc060", "created_at": 1752884062, "description": "\u534a\u97f3\u662f\u5341\u4e8c\u5e73\u5747\u5f8b\u4e2d\u7684\u6700\u5c0f\u97f3\u7a0b\u5355\u4f4d\uff0c\u9891\u7387\u6bd4\u4e3a2\u768412\u6b21\u65b9\u6839\u3002", "entity_id": "\u534a\u97f3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u534a\u97f3", "label": "\u534a\u97f3", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u534a\u97f3\u662f\u5341\u4e8c\u5e73\u5747\u5f8b\u4e2d\u7684\u6700\u5c0f\u97f3\u7a0b\u5355\u4f4d\uff0c\u9891\u7387\u6bd4\u4e3a2\u768412\u6b21\u65b9\u6839\u3002"}, {"color": "#d29f2c", "created_at": 1752884062, "description": "\u4f7f\u7528\u5341\u4e8c\u5e73\u5747\u5f8b\u8c03\u97f3\u7684\u4e50\u5668\uff0c\u5982\u94a2\u7434\u3001\u7ba1\u98ce\u7434\u7b49\u3002", "entity_id": "\u952e\u76d8\u4e50\u5668", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u952e\u76d8\u4e50\u5668", "label": "\u952e\u76d8\u4e50\u5668", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u4f7f\u7528\u5341\u4e8c\u5e73\u5747\u5f8b\u8c03\u97f3\u7684\u4e50\u5668\uff0c\u5982\u94a2\u7434\u3001\u7ba1\u98ce\u7434\u7b49\u3002"}, {"color": "#d66af4", "created_at": 1752884040, "description": "A five-note musical scale (\u5bab\u3001\u5546\u3001\u89d2\u3001\u5fb5\u3001\u7fbd) used in traditional Chinese music.\u003cSEP\u003eThe Chinese pentatonic scale (\u5bab\u5546\u89d2\u5fb5\u7fbd) derived from alternating \u0027Three-Part\u0027 tuning methods.", "entity_id": "\u4e94\u58f0\u97f3\u9636", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u58f0\u97f3\u9636", "label": "\u4e94\u58f0\u97f3\u9636", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "A five-note musical scale (\u5bab\u3001\u5546\u3001\u89d2\u3001\u5fb5\u3001\u7fbd) used in traditional Chinese music.\u003cSEP\u003eThe Chinese pentatonic scale (\u5bab\u5546\u89d2\u5fb5\u7fbd) derived from alternating \u0027Three-Part\u0027 tuning methods."}, {"color": "#202ef8", "created_at": 1752884062, "description": "Ancient Chinese text documenting the earliest known music theory using mathematical ratios.", "entity_id": "\u7ba1\u5b50", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7ba1\u5b50", "label": "\u7ba1\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "Ancient Chinese text documenting the earliest known music theory using mathematical ratios."}, {"color": "#047756", "created_at": 1752884040, "description": "A Chinese tuning method subtracting one-third of a string\u0027s length to produce harmonious 2:3 ratios.", "entity_id": "\u4e09\u5206\u635f\u4e00", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u5206\u635f\u4e00", "label": "\u4e09\u5206\u635f\u4e00", "shape": "dot", "size": 10, "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "A Chinese tuning method subtracting one-third of a string\u0027s length to produce harmonious 2:3 ratios."}, {"color": "#3bb3f2", "created_at": 1752884040, "description": "A Chinese tuning method adding one-third division of a string\u0027s length to create 4:3 harmonious ratios.", "entity_id": "\u4e09\u5206\u76ca\u4e00", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u5206\u76ca\u4e00", "label": "\u4e09\u5206\u76ca\u4e00", "shape": "dot", "size": 10, "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "A Chinese tuning method adding one-third division of a string\u0027s length to create 4:3 harmonious ratios."}, {"color": "#6f5663", "created_at": 1752884040, "description": "Zhu Zaiyu\u0027s comprehensive work documenting his calculations for 12-tone equal temperament.\u003cSEP\u003e\u6731\u8f7d\u5809\u7684\u8457\u4f5c\u4e4b\u4e00\uff0c\u8bb0\u8f7d\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u7cbe\u786e\u8ba1\u7b97\u65b9\u6cd5\u548c\u7406\u8bba\u3002", "entity_id": "\u300a\u4e50\u5f8b\u5168\u4e66\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e50\u5f8b\u5168\u4e66\u300b", "label": "\u300a\u4e50\u5f8b\u5168\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Zhu Zaiyu\u0027s comprehensive work documenting his calculations for 12-tone equal temperament.\u003cSEP\u003e\u6731\u8f7d\u5809\u7684\u8457\u4f5c\u4e4b\u4e00\uff0c\u8bb0\u8f7d\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u7cbe\u786e\u8ba1\u7b97\u65b9\u6cd5\u548c\u7406\u8bba\u3002"}, {"color": "#85f35c", "created_at": 1752884040, "description": "Zhu Zaiyu\u0027s specialized treatise on precise musical temperament calculations.\u003cSEP\u003e\u6731\u8f7d\u5809\u7684\u53e6\u4e00\u90e8\u8457\u4f5c\uff0c\u8be6\u7ec6\u9610\u8ff0\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u7406\u8bba\u548c\u5b9e\u8df5\u3002", "entity_id": "\u300a\u5f8b\u5415\u7cbe\u4e49\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5f8b\u5415\u7cbe\u4e49\u300b", "label": "\u300a\u5f8b\u5415\u7cbe\u4e49\u300b", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Zhu Zaiyu\u0027s specialized treatise on precise musical temperament calculations.\u003cSEP\u003e\u6731\u8f7d\u5809\u7684\u53e6\u4e00\u90e8\u8457\u4f5c\uff0c\u8be6\u7ec6\u9610\u8ff0\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u7406\u8bba\u548c\u5b9e\u8df5\u3002"}, {"color": "#67fd7a", "created_at": 1752884076, "description": "Ancient Chinese water clocks used for time measurement and standardization.\u003cSEP\u003e\u6f0f\u58f6is an ancient Chinese timekeeping device, referenced for its use in measuring time and its potential origins.", "entity_id": "\u6f0f\u58f6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6f0f\u58f6", "label": "\u6f0f\u58f6", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "Ancient Chinese water clocks used for time measurement and standardization.\u003cSEP\u003e\u6f0f\u58f6is an ancient Chinese timekeeping device, referenced for its use in measuring time and its potential origins."}, {"color": "#dfa0ae", "created_at": 1752884078, "description": "Pei Xiu was a scholar and official in the Jin Dynasty who advanced cartography in China, proposing the \u0027Six Principles of Cartography.\u0027\u003cSEP\u003e\u88f4\u79c0is a historical figure known for his contributions to cartography.\u003cSEP\u003e\u88f4\u79c0\u662f\u4e2d\u56fd\u53e4\u4ee3\u8457\u540d\u7684\u5730\u56fe\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u5236\u56fe\u7684\u516d\u6761\u539f\u5219\uff0c\u88ab\u79f0\u4e3a\u0027\u5236\u56fe\u516d\u4f53\u0027\u7406\u8bba\uff0c\u5bf9\u4e2d\u56fd\u5730\u56fe\u7ed8\u5236\u6709\u91cd\u8981\u5f71\u54cd\u3002", "entity_id": "\u88f4\u79c0", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u88f4\u79c0", "label": "\u88f4\u79c0", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "Pei Xiu was a scholar and official in the Jin Dynasty who advanced cartography in China, proposing the \u0027Six Principles of Cartography.\u0027\u003cSEP\u003e\u88f4\u79c0is a historical figure known for his contributions to cartography.\u003cSEP\u003e\u88f4\u79c0\u662f\u4e2d\u56fd\u53e4\u4ee3\u8457\u540d\u7684\u5730\u56fe\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u5236\u56fe\u7684\u516d\u6761\u539f\u5219\uff0c\u88ab\u79f0\u4e3a\u0027\u5236\u56fe\u516d\u4f53\u0027\u7406\u8bba\uff0c\u5bf9\u4e2d\u56fd\u5730\u56fe\u7ed8\u5236\u6709\u91cd\u8981\u5f71\u54cd\u3002"}, {"color": "#3cf3ff", "created_at": 1752884102, "description": "Science and Civilisation in China is a historical text by Joseph Needham, translated into Chinese by Mei Rongzhao et al.\u003cSEP\u003e\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b\u662f\u591a\u5377\u672c\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u674e\u7ea6\u745f\u64b0\u5199\uff0c\u6db5\u76d6\u4e86\u4e2d\u56fd\u53e4\u4ee3\u79d1\u5b66\u6280\u672f\u7684\u5404\u4e2a\u65b9\u9762\u3002", "entity_id": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "label": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Science and Civilisation in China is a historical text by Joseph Needham, translated into Chinese by Mei Rongzhao et al.\u003cSEP\u003e\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b\u662f\u591a\u5377\u672c\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u674e\u7ea6\u745f\u64b0\u5199\uff0c\u6db5\u76d6\u4e86\u4e2d\u56fd\u53e4\u4ee3\u79d1\u5b66\u6280\u672f\u7684\u5404\u4e2a\u65b9\u9762\u3002"}, {"color": "#592ef0", "created_at": 1752884107, "description": "A book authored by\u7f57\u7d20, translated by\u4f55\u5146\u6b66and\u674e\u7ea6\u745f, covering Western philosophy.", "entity_id": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b", "label": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "A book authored by\u7f57\u7d20, translated by\u4f55\u5146\u6b66and\u674e\u7ea6\u745f, covering Western philosophy."}, {"color": "#30e493", "created_at": 1752884112, "description": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2is a comprehensive history of science and technology in China.", "entity_id": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2", "label": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2is a comprehensive history of science and technology in China."}, {"color": "#ae88f6", "created_at": 1752884040, "description": "\u9664\u6cd5\u53ef\u4ee5\u8868\u793a\u4e3a\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u662f\u5206\u6570\u4e0e\u9664\u6cd5\u7b49\u4ef7\u6027\u7684\u7406\u8bba\u57fa\u7840\u3002", "entity_id": "\u4e58\u6cd5\u9006\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e58\u6cd5\u9006\u8fd0\u7b97", "label": "\u4e58\u6cd5\u9006\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u9664\u6cd5\u53ef\u4ee5\u8868\u793a\u4e3a\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u662f\u5206\u6570\u4e0e\u9664\u6cd5\u7b49\u4ef7\u6027\u7684\u7406\u8bba\u57fa\u7840\u3002"}, {"color": "#b92013", "created_at": 1752884041, "description": "\u53e4\u5370\u5ea6\u5bf9\u6570\u5b66\u7684\u79f0\u547c\uff0c\u610f\u4e3a\u8ba1\u7b97\u5b66\u95ee", "entity_id": "ganata", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "ganata", "label": "ganata", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u53e4\u5370\u5ea6\u5bf9\u6570\u5b66\u7684\u79f0\u547c\uff0c\u610f\u4e3a\u8ba1\u7b97\u5b66\u95ee"}, {"color": "#2d4813", "created_at": 1752884044, "description": "Dedekind\u0027s continuity axiom stating that any partition of real numbers into two classes must have a boundary point, foundational for real number theory.", "entity_id": "\u6234\u5fb7\u91d1\u8fde\u7eed\u6027\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6234\u5fb7\u91d1\u8fde\u7eed\u6027\u516c\u7406", "label": "\u6234\u5fb7\u91d1\u8fde\u7eed\u6027\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Dedekind\u0027s continuity axiom stating that any partition of real numbers into two classes must have a boundary point, foundational for real number theory."}, {"color": "#41f22b", "created_at": 1752884180, "description": "\u6234\u5fb7\u91d1\u6784\u9020\u6027\u5730\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u8fde\u7eed\u6027\uff0c\u4e3a\u5b9e\u6570\u7406\u8bba\u63d0\u4f9b\u4e86\u4e25\u683c\u57fa\u7840\u3002", "entity_id": "\u5b9e\u6570\u8fde\u7eed\u6027", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u6570\u8fde\u7eed\u6027", "label": "\u5b9e\u6570\u8fde\u7eed\u6027", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u6234\u5fb7\u91d1\u6784\u9020\u6027\u5730\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u8fde\u7eed\u6027\uff0c\u4e3a\u5b9e\u6570\u7406\u8bba\u63d0\u4f9b\u4e86\u4e25\u683c\u57fa\u7840\u3002"}, {"color": "#d629f3", "created_at": 1752884103, "description": "The study of the foundational properties of real numbers.", "entity_id": "\u5b9e\u6570\u63a2\u539f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u6570\u63a2\u539f", "label": "\u5b9e\u6570\u63a2\u539f", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "The study of the foundational properties of real numbers."}, {"color": "#d73b84", "created_at": 1752884052, "description": "The European Renaissance period (16th-19th centuries) when scholars began systematic study of probability through experiments like coin toss trials.\u003cSEP\u003e\u6587\u827a\u590d\u5174\u662f\u6b27\u6d32\u5386\u53f2\u4e0a\u7684\u6587\u5316\u8fd0\u52a8\uff0c\u53d1\u7aef\u4e8e\u610f\u5927\u5229\uff0c\u5f3a\u8c03\u4eba\u6587\u4e3b\u4e49\u548c\u7406\u6027\u7cbe\u795e\uff0c\u5f71\u54cd\u4e86\u79d1\u5b66\u548c\u54f2\u5b66\u3002", "entity_id": "\u6587\u827a\u590d\u5174", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6587\u827a\u590d\u5174", "label": "\u6587\u827a\u590d\u5174", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae", "title": "The European Renaissance period (16th-19th centuries) when scholars began systematic study of probability through experiments like coin toss trials.\u003cSEP\u003e\u6587\u827a\u590d\u5174\u662f\u6b27\u6d32\u5386\u53f2\u4e0a\u7684\u6587\u5316\u8fd0\u52a8\uff0c\u53d1\u7aef\u4e8e\u610f\u5927\u5229\uff0c\u5f3a\u8c03\u4eba\u6587\u4e3b\u4e49\u548c\u7406\u6027\u7cbe\u795e\uff0c\u5f71\u54cd\u4e86\u79d1\u5b66\u548c\u54f2\u5b66\u3002"}, {"color": "#073c75", "created_at": 1752884080, "description": "A philosophical and mathematical treatise by Descartes, which includes his famous statement \u0027Cogito, ergo sum\u0027 (I think, therefore I am).\u003cSEP\u003e\u300a\u65b9\u6cd5\u8bba\u300b is the Chinese translation of Descartes\u0027 Discourse on the Method.\u003cSEP\u003e\u300a\u65b9\u6cd5\u8bba\u300b\u662f\u7b1b\u5361\u5c14\u7684\u8457\u4f5c\uff0c\u9610\u8ff0\u4e86\u4ed6\u5bf9\u6570\u5b66\u548c\u79d1\u5b66\u65b9\u6cd5\u7684\u601d\u8003\u3002", "entity_id": "\u300a\u65b9\u6cd5\u8bba\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u65b9\u6cd5\u8bba\u300b", "label": "\u300a\u65b9\u6cd5\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "A philosophical and mathematical treatise by Descartes, which includes his famous statement \u0027Cogito, ergo sum\u0027 (I think, therefore I am).\u003cSEP\u003e\u300a\u65b9\u6cd5\u8bba\u300b is the Chinese translation of Descartes\u0027 Discourse on the Method.\u003cSEP\u003e\u300a\u65b9\u6cd5\u8bba\u300b\u662f\u7b1b\u5361\u5c14\u7684\u8457\u4f5c\uff0c\u9610\u8ff0\u4e86\u4ed6\u5bf9\u6570\u5b66\u548c\u79d1\u5b66\u65b9\u6cd5\u7684\u601d\u8003\u3002"}, {"color": "#dde5ce", "created_at": 1752884080, "description": "A system used to uniquely determine the position of a point or other geometric element in space, invented by Descartes.", "entity_id": "\u5750\u6807\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5750\u6807\u7cfb", "label": "\u5750\u6807\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "A system used to uniquely determine the position of a point or other geometric element in space, invented by Descartes."}, {"color": "#e6bcd2", "created_at": 1752884080, "description": "A classical geometric problem discussed by Pappus of Alexandria, which inspired Descartes to develop the Cartesian coordinate system.", "entity_id": "\u5e15\u6ce2\u65af\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5e15\u6ce2\u65af\u95ee\u9898", "label": "\u5e15\u6ce2\u65af\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "A classical geometric problem discussed by Pappus of Alexandria, which inspired Descartes to develop the Cartesian coordinate system."}, {"color": "#032aca", "created_at": 1752884081, "description": "Pappus of Alexandria, an ancient Greek mathematician known for his work on geometric problems.", "entity_id": "\u5e15\u6ce2\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e15\u6ce2\u65af", "label": "\u5e15\u6ce2\u65af", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Pappus of Alexandria, an ancient Greek mathematician known for his work on geometric problems."}, {"color": "#952d5f", "created_at": 1752884081, "description": "A modern mathematical concept related to extending number fields, foreshadowed by Descartes\u0027 work.", "entity_id": "\u6570\u57df\u6269\u5f20", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u57df\u6269\u5f20", "label": "\u6570\u57df\u6269\u5f20", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "A modern mathematical concept related to extending number fields, foreshadowed by Descartes\u0027 work."}, {"color": "#cd52cf", "created_at": 1752884099, "description": "**Yuan Xiangdong (\u8881\u5411\u4e1c)** is a translator known for rendering significant mathematical works into Chinese. He has translated *Descartes\u0027 Geometry* (also referred to as *La G\u00e9om\u00e9trie*) into Chinese, as well as Reid\u0027s biography of the renowned mathematician David Hilbert. His contributions focus on making important mathematical literature accessible to Chinese-speaking audiences, demonstrating expertise in both classical and modern mathematical texts. The descriptions consistently highlight his role as a key translator in the field of mathematics.", "entity_id": "\u8881\u5411\u4e1c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8881\u5411\u4e1c", "label": "\u8881\u5411\u4e1c", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "**Yuan Xiangdong (\u8881\u5411\u4e1c)** is a translator known for rendering significant mathematical works into Chinese. He has translated *Descartes\u0027 Geometry* (also referred to as *La G\u00e9om\u00e9trie*) into Chinese, as well as Reid\u0027s biography of the renowned mathematician David Hilbert. His contributions focus on making important mathematical literature accessible to Chinese-speaking audiences, demonstrating expertise in both classical and modern mathematical texts. The descriptions consistently highlight his role as a key translator in the field of mathematics."}, {"color": "#15926a", "created_at": 1752884102, "description": "A translation of Descartes\u0027 work on geometry, published by Peking University Press.\u003cSEP\u003eChinese translation of Descartes\u0027 work on geometry.\u003cSEP\u003eDescartes\u0027 Geometry is a mathematical text translated into Chinese by Yuan Xiangdong.", "entity_id": "\u300a\u7b1b\u5361\u5c14\u51e0\u4f55\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7b1b\u5361\u5c14\u51e0\u4f55\u300b", "label": "\u300a\u7b1b\u5361\u5c14\u51e0\u4f55\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A translation of Descartes\u0027 work on geometry, published by Peking University Press.\u003cSEP\u003eChinese translation of Descartes\u0027 work on geometry.\u003cSEP\u003eDescartes\u0027 Geometry is a mathematical text translated into Chinese by Yuan Xiangdong."}, {"color": "#94eb2a", "created_at": 1752884112, "description": "\u8c08\u8c08\u65b9\u6cd5is the Chinese translation of Ren\u00e9 Descartes\u0027 Discourse on the Method.", "entity_id": "\u8c08\u8c08\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8c08\u8c08\u65b9\u6cd5", "label": "\u8c08\u8c08\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u8c08\u8c08\u65b9\u6cd5is the Chinese translation of Ren\u00e9 Descartes\u0027 Discourse on the Method."}, {"color": "#53bcac", "created_at": 1752884208, "description": "\u738b\u592a\u5e86translated Descartes\u0027 work into Chinese.", "entity_id": "\u738b\u592a\u5e86", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u592a\u5e86", "label": "\u738b\u592a\u5e86", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u738b\u592a\u5e86translated Descartes\u0027 work into Chinese."}, {"color": "#2fe68c", "created_at": 1752884113, "description": "A philosophical work by Descartes, discussing his method of reasoning and scientific inquiry.", "entity_id": "\u300a\u8c08\u8c08\u65b9\u6cd5\u300b(\u300a\u65b9\u6cd5\u8bba\u300b)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8c08\u8c08\u65b9\u6cd5\u300b(\u300a\u65b9\u6cd5\u8bba\u300b)", "label": "\u300a\u8c08\u8c08\u65b9\u6cd5\u300b(\u300a\u65b9\u6cd5\u8bba\u300b)", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A philosophical work by Descartes, discussing his method of reasoning and scientific inquiry."}, {"color": "#6cf56b", "created_at": 1752884041, "description": "Ganata refers to the study of computation, emphasizing calculation methods over logical reasoning in ancient China and India.", "entity_id": "Ganata", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Ganata", "label": "Ganata", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ganata refers to the study of computation, emphasizing calculation methods over logical reasoning in ancient China and India."}, {"color": "#1aff9d", "created_at": 1752884041, "description": "Ancient China is noted for its development of mathematical calculation methods, including multiplication tables.", "entity_id": "Ancient China", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Ancient China", "label": "Ancient China", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ancient China is noted for its development of mathematical calculation methods, including multiplication tables."}, {"color": "#0852ec", "created_at": 1752884041, "description": "Ancient India is recognized for its contributions to mathematical calculation techniques, such as multiplication\u53e3\u8bc0.", "entity_id": "Ancient India", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Ancient India", "label": "Ancient India", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ancient India is recognized for its contributions to mathematical calculation techniques, such as multiplication\u53e3\u8bc0."}, {"color": "#880576", "created_at": 1752884041, "description": "Multiplication tables are calculation tools developed in ancient China and India that remain influential in modern mathematics education.", "entity_id": "Multiplication Tables", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Multiplication Tables", "label": "Multiplication Tables", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Multiplication tables are calculation tools developed in ancient China and India that remain influential in modern mathematics education."}, {"color": "#fa767c", "created_at": 1752884041, "description": "This document outlines the educational standards for mathematics in compulsory education, emphasizing algebraic proof and core competencies.", "entity_id": "Compulsory Education Mathematics Curriculum Standards (2022 Edition)", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Compulsory Education Mathematics Curriculum Standards (2022 Edition)", "label": "Compulsory Education Mathematics Curriculum Standards (2022 Edition)", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "This document outlines the educational standards for mathematics in compulsory education, emphasizing algebraic proof and core competencies."}, {"color": "#d3a8b4", "created_at": 1752884041, "description": "A method of proving mathematical properties using algebraic symbols and logic, newly emphasized in the 2022 curriculum standards.", "entity_id": "Algebraic Proof", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Algebraic Proof", "label": "Algebraic Proof", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "A method of proving mathematical properties using algebraic symbols and logic, newly emphasized in the 2022 curriculum standards."}, {"color": "#5f6d4f", "created_at": 1752884041, "description": "A foundational mathematical text that includes axioms used in algebraic proofs, referenced in the curriculum standards.", "entity_id": "Euclid\u0027s Elements", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Euclid\u0027s Elements", "label": "Euclid\u0027s Elements", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "A foundational mathematical text that includes axioms used in algebraic proofs, referenced in the curriculum standards."}, {"color": "#acbf5a", "created_at": 1752884041, "description": "Fundamental mathematical abilities emphasized in the 2022 curriculum standards, including logical reasoning and problem-solving.", "entity_id": "Core Mathematical Competencies", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Core Mathematical Competencies", "label": "Core Mathematical Competencies", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Fundamental mathematical abilities emphasized in the 2022 curriculum standards, including logical reasoning and problem-solving."}, {"color": "#1b4c7f", "created_at": 1752884041, "description": "A key topic in junior high mathematics, focusing on operations involving negative numbers and their algebraic proofs.", "entity_id": "Rational Number Operations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Rational Number Operations", "label": "Rational Number Operations", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "A key topic in junior high mathematics, focusing on operations involving negative numbers and their algebraic proofs."}, {"color": "#04953f", "created_at": 1752884041, "description": "Negative numbers are a key concept in rational number operations, with specific rules for their behavior in arithmetic operations.", "entity_id": "Negative Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Negative Numbers", "label": "Negative Numbers", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Negative numbers are a key concept in rational number operations, with specific rules for their behavior in arithmetic operations."}, {"color": "#0b3b55", "created_at": 1752884041, "description": "The four basic operations (addition, subtraction, multiplication, division) form the foundation of rational number calculations in mathematics education.", "entity_id": "Four Basic Operations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Four Basic Operations", "label": "Four Basic Operations", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The four basic operations (addition, subtraction, multiplication, division) form the foundation of rational number calculations in mathematics education."}, {"color": "#69d3ce", "created_at": 1752884041, "description": "The stage of mathematics education focusing on expanding number systems and introducing formal proofs.", "entity_id": "Junior High Mathematics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Junior High Mathematics", "label": "Junior High Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The stage of mathematics education focusing on expanding number systems and introducing formal proofs."}, {"color": "#c60c8a", "created_at": 1752884041, "description": "The use of algebraic symbols to represent mathematical propositions, crucial for modern algebraic proofs in mathematics education.", "entity_id": "Algebraic Expression", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Algebraic Expression", "label": "Algebraic Expression", "shape": "dot", "size": 10, "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The use of algebraic symbols to represent mathematical propositions, crucial for modern algebraic proofs in mathematics education."}, {"color": "#13177c", "created_at": 1752884042, "description": "Inductive reasoning used to derive general algebraic patterns from specific cases.", "entity_id": "\u5f52\u7eb3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f52\u7eb3", "label": "\u5f52\u7eb3", "shape": "dot", "size": 10, "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Inductive reasoning used to derive general algebraic patterns from specific cases."}, {"color": "#167711", "created_at": 1752884042, "description": "A formula for the sum of the first n natural numbers, often associated with stories of mathematicians like Gauss and Hua Luogeng.", "entity_id": "\u81ea\u7136\u6570\u524dn\u9879\u548c\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u6570\u524dn\u9879\u548c\u516c\u5f0f", "label": "\u81ea\u7136\u6570\u524dn\u9879\u548c\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "A formula for the sum of the first n natural numbers, often associated with stories of mathematicians like Gauss and Hua Luogeng."}, {"color": "#299ff2", "created_at": 1752884042, "description": "A famous Chinese mathematician who made significant contributions to number theory and mathematical education.", "entity_id": "\u534e\u7f57\u5e9a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u534e\u7f57\u5e9a", "label": "\u534e\u7f57\u5e9a", "shape": "dot", "size": 10, "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "A famous Chinese mathematician who made significant contributions to number theory and mathematical education."}, {"color": "#008706", "created_at": 1752884049, "description": "\u674e\u65af\u5ef7\u662f\u9ad8\u65af\u7684\u5b66\u751f\uff0c\u4ed6\u5728\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b\u4e2d\u7cfb\u7edf\u8ba8\u8bba\u4e86\u62d3\u6251\u5b66\u95ee\u9898\u3002", "entity_id": "\u674e\u65af\u5ef7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u65af\u5ef7", "label": "\u674e\u65af\u5ef7", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u674e\u65af\u5ef7\u662f\u9ad8\u65af\u7684\u5b66\u751f\uff0c\u4ed6\u5728\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b\u4e2d\u7cfb\u7edf\u8ba8\u8bba\u4e86\u62d3\u6251\u5b66\u95ee\u9898\u3002"}, {"color": "#7b9351", "created_at": 1752884063, "description": "\u7d20\u6570\u5b9a\u7406\u63cf\u8ff0\u4e86\u7d20\u6570\u5728\u81ea\u7136\u6570\u4e2d\u7684\u5206\u5e03\u89c4\u5f8b\uff0c\u5373\u03c0(x)\u2248x/ln(x)\u3002\"", "entity_id": "\u7d20\u6570\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7d20\u6570\u5b9a\u7406", "label": "\u7d20\u6570\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u7d20\u6570\u5b9a\u7406\u63cf\u8ff0\u4e86\u7d20\u6570\u5728\u81ea\u7136\u6570\u4e2d\u7684\u5206\u5e03\u89c4\u5f8b\uff0c\u5373\u03c0(x)\u2248x/ln(x)\u3002\""}, {"color": "#1cba5a", "created_at": 1752884063, "description": "\u9ad8\u65af\u63d0\u51fa\u7684\u6b63\u6001\u5206\u5e03\u51fd\u6570\u5bf9\u968f\u673a\u73b0\u8c61\u53d6\u503c\u89c4\u5f8b\u6709\u6df1\u523b\u63cf\u8ff0\u3002\"", "entity_id": "\u6b63\u6001\u5206\u5e03\u51fd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u6001\u5206\u5e03\u51fd\u6570", "label": "\u6b63\u6001\u5206\u5e03\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ad8\u65af\u63d0\u51fa\u7684\u6b63\u6001\u5206\u5e03\u51fd\u6570\u5bf9\u968f\u673a\u73b0\u8c61\u53d6\u503c\u89c4\u5f8b\u6709\u6df1\u523b\u63cf\u8ff0\u3002\""}, {"color": "#1c4f9e", "created_at": 1752884063, "description": "\u6069\u514b\u662f\u5fb7\u56fd\u5929\u6587\u5b66\u5bb6\uff0c\u9ad8\u65af\u5728\u7ed9\u4ed6\u7684\u4fe1\u4e2d\u9996\u6b21\u6b63\u5f0f\u63d0\u53ca\u7d20\u6570\u5b9a\u7406\u731c\u60f3\u3002\"", "entity_id": "\u6069\u514b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6069\u514b", "label": "\u6069\u514b", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u6069\u514b\u662f\u5fb7\u56fd\u5929\u6587\u5b66\u5bb6\uff0c\u9ad8\u65af\u5728\u7ed9\u4ed6\u7684\u4fe1\u4e2d\u9996\u6b21\u6b63\u5f0f\u63d0\u53ca\u7d20\u6570\u5b9a\u7406\u731c\u60f3\u3002\""}, {"color": "#6b88e3", "created_at": 1752884080, "description": "\u5fae\u5206\u51e0\u4f55\u662f\u501f\u52a9\u5fae\u5206\u7684\u51e0\u4f55\u7814\u7a76\uff0c\u6db5\u76d6\u9ad8\u65af\u66f2\u7387\u3001\u66f2\u9762\u6027\u8d28\u7b49\u6570\u5b66\u5206\u652f\u3002", "entity_id": "\u5fae\u5206\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5fae\u5206\u51e0\u4f55", "label": "\u5fae\u5206\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5fae\u5206\u51e0\u4f55\u662f\u501f\u52a9\u5fae\u5206\u7684\u51e0\u4f55\u7814\u7a76\uff0c\u6db5\u76d6\u9ad8\u65af\u66f2\u7387\u3001\u66f2\u9762\u6027\u8d28\u7b49\u6570\u5b66\u5206\u652f\u3002"}, {"color": "#aa573a", "created_at": 1752884080, "description": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u535a\u5185\u5c06\u9ad8\u65af\u516c\u5f0f\u63a8\u5e7f\u5230\u4e00\u822c\u95ed\u66f2\u7ebf\u56f4\u6210\u7684\u5355\u8fde\u901a\u533a\u57df\u3002", "entity_id": "\u535a\u5185", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u535a\u5185", "label": "\u535a\u5185", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u535a\u5185\u5c06\u9ad8\u65af\u516c\u5f0f\u63a8\u5e7f\u5230\u4e00\u822c\u95ed\u66f2\u7ebf\u56f4\u6210\u7684\u5355\u8fde\u901a\u533a\u57df\u3002"}, {"color": "#0b89fc", "created_at": 1752884063, "description": "German mathematician who constructed the Riemann function in 1859, which became the foundation of the Riemann Hypothesis.\u003cSEP\u003eRiemann was a prominent mathematician at the University of G\u00f6ttingen, known for his work in geometry and analysis.\u003cSEP\u003e\u9ece\u66fc\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u6784\u5efa\u4e86\u4e0e\u7d20\u6570\u5206\u5e03\u76f8\u5173\u7684\u9ece\u66fc\u51fd\u6570\uff0c\u5bf9\u7d20\u6570\u5b9a\u7406\u7684\u7814\u7a76\u6709\u91cd\u8981\u5f71\u54cd\u3002\"", "entity_id": "\u9ece\u66fc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ece\u66fc", "label": "\u9ece\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "German mathematician who constructed the Riemann function in 1859, which became the foundation of the Riemann Hypothesis.\u003cSEP\u003eRiemann was a prominent mathematician at the University of G\u00f6ttingen, known for his work in geometry and analysis.\u003cSEP\u003e\u9ece\u66fc\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u6784\u5efa\u4e86\u4e0e\u7d20\u6570\u5206\u5e03\u76f8\u5173\u7684\u9ece\u66fc\u51fd\u6570\uff0c\u5bf9\u7d20\u6570\u5b9a\u7406\u7684\u7814\u7a76\u6709\u91cd\u8981\u5f71\u54cd\u3002\""}, {"color": "#f48ce3", "created_at": 1752884061, "description": "An axiom ensuring the validity of recursive definitions for operations on natural numbers.", "entity_id": "\u516c\u74069", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u74069", "label": "\u516c\u74069", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "An axiom ensuring the validity of recursive definitions for operations on natural numbers."}, {"color": "#088efe", "created_at": 1752884086, "description": "A set obtained after k steps of compass and straightedge constructions, representing roots of rational-coefficient 2^k-th degree equations.", "entity_id": "W~k~", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "W~k~", "label": "W~k~", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "A set obtained after k steps of compass and straightedge constructions, representing roots of rational-coefficient 2^k-th degree equations."}, {"color": "#1ff23e", "created_at": 1752884042, "description": "A linear equation with one unknown variable, typically used to solve problems with a single unknown quantity.", "entity_id": "\u4e00\u5143\u4e00\u6b21\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u5143\u4e00\u6b21\u65b9\u7a0b", "label": "\u4e00\u5143\u4e00\u6b21\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "A linear equation with one unknown variable, typically used to solve problems with a single unknown quantity."}, {"color": "#614e9e", "created_at": 1752884042, "description": "A system of two linear equations with two unknown variables, used to solve problems involving two interrelated quantities.", "entity_id": "\u4e8c\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "label": "\u4e8c\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "A system of two linear equations with two unknown variables, used to solve problems involving two interrelated quantities."}, {"color": "#e08b6d", "created_at": 1752884042, "description": "A fundamental mathematical method that transforms unknown problems into known ones by simplifying or restructuring the problem.", "entity_id": "\u5316\u5f52", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5316\u5f52", "label": "\u5316\u5f52", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "A fundamental mathematical method that transforms unknown problems into known ones by simplifying or restructuring the problem."}, {"color": "#777e69", "created_at": 1752884042, "description": "A middle school math teacher who educates students on mathematical concepts, including problem-solving techniques like equation formulation and simplification.\u003cSEP\u003e\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u6559\u80b2\u8005\uff0c\u9700\u63a2\u7d22\u57fa\u4e8e\u5b58\u5728\u6027\u516c\u7406\u7684\u6559\u5b66\u65b9\u6cd5\u521b\u65b0\u3002", "entity_id": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "label": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "A middle school math teacher who educates students on mathematical concepts, including problem-solving techniques like equation formulation and simplification.\u003cSEP\u003e\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u6559\u80b2\u8005\uff0c\u9700\u63a2\u7d22\u57fa\u4e8e\u5b58\u5728\u6027\u516c\u7406\u7684\u6559\u5b66\u65b9\u6cd5\u521b\u65b0\u3002"}, {"color": "#f0a374", "created_at": 1752884042, "description": "Abstract representations of problem types in mathematics that share common solution methods.", "entity_id": "\u6a21\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6a21\u5f0f", "label": "\u6a21\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Abstract representations of problem types in mathematics that share common solution methods."}, {"color": "#b587eb", "created_at": 1752884138, "description": "\u6559\u5e08\u9700\u8bbe\u8ba1\u57fa\u4e8e\u5b58\u5728\u6027\u7684\u6559\u5b66\u65b9\u6848\uff0c\u63a8\u52a8\u6570\u5b66\u6559\u80b2\u903b\u8f91\u4e25\u8c28\u6027\u63d0\u5347\u3002", "entity_id": "\u5b58\u5728\u6027\u6559\u5b66\u65b9\u6cd5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5b58\u5728\u6027\u6559\u5b66\u65b9\u6cd5", "label": "\u5b58\u5728\u6027\u6559\u5b66\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u6559\u5e08\u9700\u8bbe\u8ba1\u57fa\u4e8e\u5b58\u5728\u6027\u7684\u6559\u5b66\u65b9\u6848\uff0c\u63a8\u52a8\u6570\u5b66\u6559\u80b2\u903b\u8f91\u4e25\u8c28\u6027\u63d0\u5347\u3002"}, {"color": "#640aa1", "created_at": 1752884047, "description": "Educational reforms in fundamental teaching methodologies and content.", "entity_id": "\u57fa\u7840\u6559\u80b2\u521b\u65b0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u7840\u6559\u80b2\u521b\u65b0", "label": "\u57fa\u7840\u6559\u80b2\u521b\u65b0", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Educational reforms in fundamental teaching methodologies and content."}, {"color": "#dfd1df", "created_at": 1752884042, "description": "Two cars, labeled Car A and Car B, involved in a distance and speed problem, representing a real-world application of mathematical equations.", "entity_id": "\u7532\u3001\u4e59\u4e24\u8f86\u6c7d\u8f66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7532\u3001\u4e59\u4e24\u8f86\u6c7d\u8f66", "label": "\u7532\u3001\u4e59\u4e24\u8f86\u6c7d\u8f66", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Two cars, labeled Car A and Car B, involved in a distance and speed problem, representing a real-world application of mathematical equations."}, {"color": "#ae6dd9", "created_at": 1752884042, "description": "Two locations, A and B, used as reference points in a distance problem involving two cars traveling between them.", "entity_id": "A\u3001B\u4e24\u5730", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "A\u3001B\u4e24\u5730", "label": "A\u3001B\u4e24\u5730", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Two locations, A and B, used as reference points in a distance problem involving two cars traveling between them."}, {"color": "#048acf", "created_at": 1752884042, "description": "Constraints or limitations on variables in mathematical problems, often derived from real-world contexts.", "entity_id": "\u8fb9\u754c\u6761\u4ef6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fb9\u754c\u6761\u4ef6", "label": "\u8fb9\u754c\u6761\u4ef6", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Constraints or limitations on variables in mathematical problems, often derived from real-world contexts."}, {"color": "#9b75f3", "created_at": 1752884042, "description": "Undetermined coefficients or parameters in mathematical modeling that need to be solved.", "entity_id": "\u5f85\u5b9a\u7cfb\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f85\u5b9a\u7cfb\u6570", "label": "\u5f85\u5b9a\u7cfb\u6570", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Undetermined coefficients or parameters in mathematical modeling that need to be solved."}, {"color": "#69fffb", "created_at": 1752884042, "description": "A reference to additional discussion material about mathematical patterns and abstractions.", "entity_id": "\u8bdd\u989829", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bdd\u989829", "label": "\u8bdd\u989829", "shape": "dot", "size": 10, "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "A reference to additional discussion material about mathematical patterns and abstractions."}, {"color": "#3fbf5a", "created_at": 1752884100, "description": "Linzi, Shandong is the hometown of Liu Hui, a great mathematician of the Wei-Jin period.\u003cSEP\u003eShandong Linzi is the hometown of Liu Hui, a famous mathematician from the Wei-Jin period.", "entity_id": "\u5c71\u4e1c\u4e34\u6dc4", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5c71\u4e1c\u4e34\u6dc4", "label": "\u5c71\u4e1c\u4e34\u6dc4", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Linzi, Shandong is the hometown of Liu Hui, a great mathematician of the Wei-Jin period.\u003cSEP\u003eShandong Linzi is the hometown of Liu Hui, a famous mathematician from the Wei-Jin period."}, {"color": "#7b82f6", "created_at": 1752884043, "description": "Diophantus, an ancient Greek mathematician who used letters to represent unknowns but did not generalize abstract operations or conclusions.", "entity_id": "\u4e22\u756a\u56fe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e22\u756a\u56fe", "label": "\u4e22\u756a\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Diophantus, an ancient Greek mathematician who used letters to represent unknowns but did not generalize abstract operations or conclusions."}, {"color": "#4b273c", "created_at": 1752884042, "description": "\u7532is a person driving a car in the mathematical problem, traveling between points A and B.\u003cSEP\u003e\u7532is a worker who can complete 1/60 of a project per day.", "entity_id": "\u7532", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7532", "label": "\u7532", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "\u7532is a person driving a car in the mathematical problem, traveling between points A and B.\u003cSEP\u003e\u7532is a worker who can complete 1/60 of a project per day."}, {"color": "#0e0c9c", "created_at": 1752884042, "description": "\u4e59is a worker who can complete 1/20 of a project per day.\u003cSEP\u003e\u4e59is another person driving a car in the mathematical problem, traveling between points A and B at a constant speed.", "entity_id": "\u4e59", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e59", "label": "\u4e59", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "\u4e59is a worker who can complete 1/20 of a project per day.\u003cSEP\u003e\u4e59is another person driving a car in the mathematical problem, traveling between points A and B at a constant speed."}, {"color": "#0b8099", "created_at": 1752884042, "description": "Point A is one of the locations in the mathematical problem where cars travel between.", "entity_id": "A", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "A", "label": "A", "shape": "dot", "size": 10, "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "Point A is one of the locations in the mathematical problem where cars travel between."}, {"color": "#0379dd", "created_at": 1752884043, "description": "Point B is one of the locations in the mathematical problem where cars travel between.", "entity_id": "B", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "B", "label": "B", "shape": "dot", "size": 10, "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "Point B is one of the locations in the mathematical problem where cars travel between."}, {"color": "#b757cb", "created_at": 1752884043, "description": "Diophantus\u0027 work \u0027Arithmetica\u0027 which contained early algebraic concepts but lacked full abstraction.", "entity_id": "\u300a\u7b97\u672f\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7b97\u672f\u300b", "label": "\u300a\u7b97\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Diophantus\u0027 work \u0027Arithmetica\u0027 which contained early algebraic concepts but lacked full abstraction."}, {"color": "#197247", "created_at": 1752884043, "description": "One of the three traditional mathematical abilities in Chinese education, referring to computational skills.", "entity_id": "\u8ba1\u7b97\u80fd\u529b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u7b97\u80fd\u529b", "label": "\u8ba1\u7b97\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "One of the three traditional mathematical abilities in Chinese education, referring to computational skills."}, {"color": "#c013c6", "created_at": 1752884043, "description": "Mathematical modeling, added as a new mathematical literacy in the reformed curriculum standards.", "entity_id": "\u6570\u5b66\u5efa\u6a21", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5efa\u6a21", "label": "\u6570\u5b66\u5efa\u6a21", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Mathematical modeling, added as a new mathematical literacy in the reformed curriculum standards."}, {"color": "#6b99af", "created_at": 1752884043, "description": "One of the three traditional mathematical abilities in Chinese education, referring to logical reasoning skills.", "entity_id": "\u63a8\u7406\u80fd\u529b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u63a8\u7406\u80fd\u529b", "label": "\u63a8\u7406\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "One of the three traditional mathematical abilities in Chinese education, referring to logical reasoning skills."}, {"color": "#19641a", "created_at": 1752884048, "description": "The Euler characteristic is a topological invariant that equals 2 for convex polyhedra, relating vertices, edges, and faces.\u003cSEP\u003e\u6b27\u62c9\u793a\u6027\u6570\u662f\u7f51\u7edc\u7684\u4e00\u4e2a\u5ea6\u91cf\u6307\u6807\uff0c\u5b9a\u4e49\u4e3a\u9876\u70b9\u6570\u51cf\u53bb\u68f1\u6570\uff0c\u5bf9\u4e8e\u8fde\u901a\u7f51\u7edc\u5176\u503c\u4e0d\u5927\u4e8e1\u3002", "entity_id": "\u6b27\u62c9\u793a\u6027\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u62c9\u793a\u6027\u6570", "label": "\u6b27\u62c9\u793a\u6027\u6570", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-b979930d4003be29c720b25f01498e92", "title": "The Euler characteristic is a topological invariant that equals 2 for convex polyhedra, relating vertices, edges, and faces.\u003cSEP\u003e\u6b27\u62c9\u793a\u6027\u6570\u662f\u7f51\u7edc\u7684\u4e00\u4e2a\u5ea6\u91cf\u6307\u6807\uff0c\u5b9a\u4e49\u4e3a\u9876\u70b9\u6570\u51cf\u53bb\u68f1\u6570\uff0c\u5bf9\u4e8e\u8fde\u901a\u7f51\u7edc\u5176\u503c\u4e0d\u5927\u4e8e1\u3002"}, {"color": "#fac85e", "created_at": 1752884049, "description": "Topological transformations preserve spatial dimension while allowing extreme shape distortions, highlighting the core importance of dimensionality.", "entity_id": "\u62d3\u6251\u53d8\u6362", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62d3\u6251\u53d8\u6362", "label": "\u62d3\u6251\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Topological transformations preserve spatial dimension while allowing extreme shape distortions, highlighting the core importance of dimensionality."}, {"color": "#6d92c8", "created_at": 1752884049, "description": "\u6b27\u62c91736\u5e74\u53d1\u8868\u7684\u8bba\u6587\uff0c\u6b63\u5f0f\u89e3\u51b3\u4e86\u4e03\u5ea7\u6865\u95ee\u9898\u5e76\u5f00\u521b\u4e86\u56fe\u8bba\u7814\u7a76\u3002", "entity_id": "\u300a\u54e5\u5c3c\u65af\u5821\u7684\u4e03\u5ea7\u6865\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u54e5\u5c3c\u65af\u5821\u7684\u4e03\u5ea7\u6865\u300b", "label": "\u300a\u54e5\u5c3c\u65af\u5821\u7684\u4e03\u5ea7\u6865\u300b", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u6b27\u62c91736\u5e74\u53d1\u8868\u7684\u8bba\u6587\uff0c\u6b63\u5f0f\u89e3\u51b3\u4e86\u4e03\u5ea7\u6865\u95ee\u9898\u5e76\u5f00\u521b\u4e86\u56fe\u8bba\u7814\u7a76\u3002"}, {"color": "#46193a", "created_at": 1752884049, "description": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898\u662f\u4e00\u4e2a\u7ecf\u5178\u7684\u6570\u5b66\u95ee\u9898\uff0c\u63a2\u8ba8\u662f\u5426\u80fd\u591f\u901a\u8fc7\u6240\u6709\u6865\u5404\u4e00\u6b21\u5e76\u8fd4\u56de\u8d77\u70b9\uff0c\u6b27\u62c9\u8bc1\u660e\u4e86\u5176\u4e0d\u53ef\u80fd\u6027\u3002", "entity_id": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898", "label": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898\u662f\u4e00\u4e2a\u7ecf\u5178\u7684\u6570\u5b66\u95ee\u9898\uff0c\u63a2\u8ba8\u662f\u5426\u80fd\u591f\u901a\u8fc7\u6240\u6709\u6865\u5404\u4e00\u6b21\u5e76\u8fd4\u56de\u8d77\u70b9\uff0c\u6b27\u62c9\u8bc1\u660e\u4e86\u5176\u4e0d\u53ef\u80fd\u6027\u3002"}, {"color": "#6c20d1", "created_at": 1752884066, "description": "Switzerland is associated with Leonhard Euler who popularized the \u03c0 notation.", "entity_id": "\u745e\u58eb", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u745e\u58eb", "label": "\u745e\u58eb", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Switzerland is associated with Leonhard Euler who popularized the \u03c0 notation."}, {"color": "#7e07ec", "created_at": 1752884067, "description": "The base of the natural logarithm, e, is an irrational and transcendental number approximately equal to 2.718281828459.", "entity_id": "\u81ea\u7136\u5bf9\u6570\u7684\u5e95e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u5bf9\u6570\u7684\u5e95e", "label": "\u81ea\u7136\u5bf9\u6570\u7684\u5e95e", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "The base of the natural logarithm, e, is an irrational and transcendental number approximately equal to 2.718281828459."}, {"color": "#f168fa", "created_at": 1752884043, "description": "Riemann is a mathematician whose work influenced the definition of functions, emphasizing real-number requirements for variables.", "entity_id": "Riemann", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Riemann", "label": "Riemann", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Riemann is a mathematician whose work influenced the definition of functions, emphasizing real-number requirements for variables."}, {"color": "#51e1dd", "created_at": 1752884046, "description": "University-level mathematics that formalizes geometric transformations as linear transformations.", "entity_id": "\u5927\u5b66\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u5b66\u6570\u5b66", "label": "\u5927\u5b66\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "University-level mathematics that formalizes geometric transformations as linear transformations."}, {"color": "#99c0d1", "created_at": 1752884199, "description": "Radian measure provides a real-number-based definition of angles.", "entity_id": "\u89d2\u5ea6", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u89d2\u5ea6", "label": "\u89d2\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Radian measure provides a real-number-based definition of angles."}, {"color": "#8f2ffd", "created_at": 1752884043, "description": "\u5b9a\u4e49\u57dfrefers to the domain of a function, a key component in senior high school function definitions.", "entity_id": "\u5b9a\u4e49\u57df", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9a\u4e49\u57df", "label": "\u5b9a\u4e49\u57df", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "\u5b9a\u4e49\u57dfrefers to the domain of a function, a key component in senior high school function definitions."}, {"color": "#af5ef6", "created_at": 1752884044, "description": "\u503c\u57dfrefers to the range of a function, another key component in senior high school function definitions.", "entity_id": "\u503c\u57df", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u503c\u57df", "label": "\u503c\u57df", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "\u503c\u57dfrefers to the range of a function, another key component in senior high school function definitions."}, {"color": "#558123", "created_at": 1752884044, "description": "A logical proof method where a statement is proven by assuming its negation leads to a contradiction.", "entity_id": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "label": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A logical proof method where a statement is proven by assuming its negation leads to a contradiction."}, {"color": "#230f92", "created_at": 1752884044, "description": "A mathematician known for using proof by contradiction to show the uncountability of real numbers.", "entity_id": "\u5eb7\u6258(Cantor)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5eb7\u6258(Cantor)", "label": "\u5eb7\u6258(Cantor)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A mathematician known for using proof by contradiction to show the uncountability of real numbers."}, {"color": "#d9b417", "created_at": 1752884045, "description": "A subsidiary proposition used as a stepping stone to a larger proof.", "entity_id": "\u5f15\u7406(Lemma)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f15\u7406(Lemma)", "label": "\u5f15\u7406(Lemma)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A subsidiary proposition used as a stepping stone to a larger proof."}, {"color": "#7b0fa8", "created_at": 1752884059, "description": "A principle stating that contradictory statements cannot both be true simultaneously, foundational to logical reasoning.", "entity_id": "\u6570\u5b66\u77db\u76fe\u5f8b(Law of Non-Contradiction)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u77db\u76fe\u5f8b(Law of Non-Contradiction)", "label": "\u6570\u5b66\u77db\u76fe\u5f8b(Law of Non-Contradiction)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "A principle stating that contradictory statements cannot both be true simultaneously, foundational to logical reasoning."}, {"color": "#45e079", "created_at": 1752884044, "description": "A mathematician who emphasized the importance of Cantor\u0027s proof by contradiction.", "entity_id": "\u67ef\u6717(Courant)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u6717(Courant)", "label": "\u67ef\u6717(Courant)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A mathematician who emphasized the importance of Cantor\u0027s proof by contradiction."}, {"color": "#fd426e", "created_at": 1752884044, "description": "The continuum of numbers including both rational and irrational numbers.", "entity_id": "\u5b9e\u6570(Real Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u6570(Real Numbers)", "label": "\u5b9e\u6570(Real Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The continuum of numbers including both rational and irrational numbers."}, {"color": "#862096", "created_at": 1752884044, "description": "Numbers greater than 1 with no positive divisors other than 1 and themselves, discussed in the context of infinitude.", "entity_id": "\u7d20\u6570(Prime Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7d20\u6570(Prime Numbers)", "label": "\u7d20\u6570(Prime Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Numbers greater than 1 with no positive divisors other than 1 and themselves, discussed in the context of infinitude."}, {"color": "#c875f5", "created_at": 1752884044, "description": "The set of positive integers used in mathematical proofs and definitions.", "entity_id": "\u81ea\u7136\u6570(Natural Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u6570(Natural Numbers)", "label": "\u81ea\u7136\u6570(Natural Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The set of positive integers used in mathematical proofs and definitions."}, {"color": "#99eaaa", "created_at": 1752884044, "description": "A set with a countable number of elements, used in the proof of infinite primes.", "entity_id": "\u6709\u9650\u96c6\u5408(Finite Set)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u9650\u96c6\u5408(Finite Set)", "label": "\u6709\u9650\u96c6\u5408(Finite Set)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A set with a countable number of elements, used in the proof of infinite primes."}, {"color": "#211998", "created_at": 1752884044, "description": "An ancient Greek mathematician whose axioms form the basis of compass-and-straightedge constructions.\u003cSEP\u003eEuclid was an ancient Greek mathematician who authored \u0027Elements,\u0027 a foundational text in geometry that systematized earlier knowledge.", "entity_id": "\u6b27\u51e0\u91cc\u5f97(Euclid)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97(Euclid)", "label": "\u6b27\u51e0\u91cc\u5f97(Euclid)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96\u003cSEP\u003echunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "An ancient Greek mathematician whose axioms form the basis of compass-and-straightedge constructions.\u003cSEP\u003eEuclid was an ancient Greek mathematician who authored \u0027Elements,\u0027 a foundational text in geometry that systematized earlier knowledge."}, {"color": "#9b3a05", "created_at": 1752884045, "description": "Fundamental assumptions in geometry, particularly Euclid\u0027s first three postulates.", "entity_id": "\u51e0\u4f55\u516c\u8bbe(Geometric Postulates)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u516c\u8bbe(Geometric Postulates)", "label": "\u51e0\u4f55\u516c\u8bbe(Geometric Postulates)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Fundamental assumptions in geometry, particularly Euclid\u0027s first three postulates."}, {"color": "#efb686", "created_at": 1752884045, "description": "The cognitive ability to understand and reason about spatial relationships.", "entity_id": "\u7a7a\u95f4\u89c2\u5ff5(Spatial Reasoning)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u89c2\u5ff5(Spatial Reasoning)", "label": "\u7a7a\u95f4\u89c2\u5ff5(Spatial Reasoning)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The cognitive ability to understand and reason about spatial relationships."}, {"color": "#c77f82", "created_at": 1752884048, "description": "An ancient institution in Athens where Plato taught philosophy, mathematics, and astronomy, fostering scholars like Aristotle and Euclid.", "entity_id": "\u67cf\u62c9\u56fe\u5b66\u9662(Plato Academy)", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u67cf\u62c9\u56fe\u5b66\u9662(Plato Academy)", "label": "\u67cf\u62c9\u56fe\u5b66\u9662(Plato Academy)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "An ancient institution in Athens where Plato taught philosophy, mathematics, and astronomy, fostering scholars like Aristotle and Euclid."}, {"color": "#169167", "created_at": 1752884048, "description": "Euclid\u0027s seminal work that established axiomatic geometry, building on earlier teachings from Plato Academy.", "entity_id": "\u300a\u539f\u672c\u300b(Elements)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u539f\u672c\u300b(Elements)", "label": "\u300a\u539f\u672c\u300b(Elements)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Euclid\u0027s seminal work that established axiomatic geometry, building on earlier teachings from Plato Academy."}, {"color": "#b6d700", "created_at": 1752884044, "description": "Numbers divisible by 2, used in the proof of \u221a2\u0027s irrationality.", "entity_id": "\u5076\u6570(Even Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5076\u6570(Even Numbers)", "label": "\u5076\u6570(Even Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Numbers divisible by 2, used in the proof of \u221a2\u0027s irrationality."}, {"color": "#1fc7f5", "created_at": 1752884044, "description": "Numbers not divisible by 2, contrasted with even numbers in the proof.", "entity_id": "\u5947\u6570(Odd Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5947\u6570(Odd Numbers)", "label": "\u5947\u6570(Odd Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Numbers not divisible by 2, contrasted with even numbers in the proof."}, {"color": "#b3ca14", "created_at": 1752884044, "description": "A fundamental logical principle stating contradictory statements cannot both be true.", "entity_id": "\u77db\u76fe\u5f8b(Law of Contradiction)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u77db\u76fe\u5f8b(Law of Contradiction)", "label": "\u77db\u76fe\u5f8b(Law of Contradiction)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A fundamental logical principle stating contradictory statements cannot both be true."}, {"color": "#304345", "created_at": 1752884044, "description": "A logical principle stating that for any proposition, either it or its negation is true.", "entity_id": "\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "label": "\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "A logical principle stating that for any proposition, either it or its negation is true."}, {"color": "#659ad9", "created_at": 1752884045, "description": "\u62bd\u8c61\u80fd\u529b\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u9700\u8981\u57f9\u517b\u7684\u6838\u5fc3\u601d\u7ef4\u80fd\u529b\u4e4b\u4e00\uff0c\u6d89\u53ca\u4ece\u5177\u4f53\u4e8b\u7269\u4e2d\u63d0\u53d6\u672c\u8d28\u7279\u5f81\u7684\u80fd\u529b\u3002", "entity_id": "\u62bd\u8c61\u80fd\u529b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u62bd\u8c61\u80fd\u529b", "label": "\u62bd\u8c61\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u62bd\u8c61\u80fd\u529b\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u9700\u8981\u57f9\u517b\u7684\u6838\u5fc3\u601d\u7ef4\u80fd\u529b\u4e4b\u4e00\uff0c\u6d89\u53ca\u4ece\u5177\u4f53\u4e8b\u7269\u4e2d\u63d0\u53d6\u672c\u8d28\u7279\u5f81\u7684\u80fd\u529b\u3002"}, {"color": "#ccd0f4", "created_at": 1752884045, "description": "China\u0027s compulsory education period (before age 14) focusing on foundational thinking skills development including abstraction and imagination.\u003cSEP\u003eChina\u0027s compulsory education period covering primary and junior high school.", "entity_id": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "label": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "China\u0027s compulsory education period (before age 14) focusing on foundational thinking skills development including abstraction and imagination.\u003cSEP\u003eChina\u0027s compulsory education period covering primary and junior high school."}, {"color": "#71a740", "created_at": 1752884090, "description": "\u5ba1\u7f8e\u6807\u51c6\u662f\u5224\u65ad\u7f8e\u7684\u51c6\u5219\uff0c\u8574\u542b\u6587\u5316\u548c\u6587\u660e\uff0c\u867d\u7136\u4f1a\u968f\u65f6\u4ee3\u53d8\u5316\uff0c\u4f46\u7f8e\u672c\u8eab\u76f8\u5bf9\u7a33\u5b9a\u3002", "entity_id": "\u5ba1\u7f8e\u6807\u51c6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5ba1\u7f8e\u6807\u51c6", "label": "\u5ba1\u7f8e\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5ba1\u7f8e\u6807\u51c6\u662f\u5224\u65ad\u7f8e\u7684\u51c6\u5219\uff0c\u8574\u542b\u6587\u5316\u548c\u6587\u660e\uff0c\u867d\u7136\u4f1a\u968f\u65f6\u4ee3\u53d8\u5316\uff0c\u4f46\u7f8e\u672c\u8eab\u76f8\u5bf9\u7a33\u5b9a\u3002"}, {"color": "#46f684", "created_at": 1752884045, "description": "\u89d2\u5e73\u5206\u7ebf\u662f\u5c06\u89d2\u5e73\u5206\u4e3a\u4e24\u90e8\u5206\u7684\u7ebf\uff0c\u5176\u4f5c\u56fe\u65b9\u6cd5\u6d89\u53ca\u51e0\u4f55\u539f\u7406\u548c\u7a7a\u95f4\u60f3\u8c61\u3002", "entity_id": "\u89d2\u5e73\u5206\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u89d2\u5e73\u5206\u7ebf", "label": "\u89d2\u5e73\u5206\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u89d2\u5e73\u5206\u7ebf\u662f\u5c06\u89d2\u5e73\u5206\u4e3a\u4e24\u90e8\u5206\u7684\u7ebf\uff0c\u5176\u4f5c\u56fe\u65b9\u6cd5\u6d89\u53ca\u51e0\u4f55\u539f\u7406\u548c\u7a7a\u95f4\u60f3\u8c61\u3002"}, {"color": "#e8bada", "created_at": 1752884045, "description": "The unit circle is a mathematical concept used by Archimedes in his approximation of \u03c0.\u003cSEP\u003eUnit circle concept essential for understanding angle measurement and bisection in the reformed teaching approach.", "entity_id": "\u5355\u4f4d\u5706", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5355\u4f4d\u5706", "label": "\u5355\u4f4d\u5706", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "The unit circle is a mathematical concept used by Archimedes in his approximation of \u03c0.\u003cSEP\u003eUnit circle concept essential for understanding angle measurement and bisection in the reformed teaching approach."}, {"color": "#deb177", "created_at": 1752884045, "description": "Chord perpendicular bisector method that mathematically underlies angle bisector construction in the new pedagogy.", "entity_id": "\u5f26\u957f\u5782\u76f4\u5e73\u5206\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f26\u957f\u5782\u76f4\u5e73\u5206\u7ebf", "label": "\u5f26\u957f\u5782\u76f4\u5e73\u5206\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Chord perpendicular bisector method that mathematically underlies angle bisector construction in the new pedagogy."}, {"color": "#0cc831", "created_at": 1752884045, "description": "Architects in Marx\u0027s analogy, representing human capacity for pre-construction imagination compared to instinctive bee behavior.", "entity_id": "\u5efa\u7b51\u5e08", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5efa\u7b51\u5e08", "label": "\u5efa\u7b51\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Architects in Marx\u0027s analogy, representing human capacity for pre-construction imagination compared to instinctive bee behavior."}, {"color": "#411722", "created_at": 1752884045, "description": "Bees in Marx\u0027s comparison, illustrating instinctive construction without premeditation, contrasting with human imagination.", "entity_id": "\u871c\u8702", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u871c\u8702", "label": "\u871c\u8702", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Bees in Marx\u0027s comparison, illustrating instinctive construction without premeditation, contrasting with human imagination."}, {"color": "#ae7a9b", "created_at": 1752884045, "description": "A Chinese educational standard document outlining the curriculum for high school mathematics, including new requirements for stepwise calculation of sample variance.\u003cSEP\u003eA Chinese national curriculum standard for high school mathematics, outlining educational requirements and learning objectives.\u003cSEP\u003eThe 2017 edition of the High School Mathematics Curriculum Standards in China introduced the concept of abstract structures in mathematics education.", "entity_id": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "label": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-2e4972ad6e1759c82b71b7eb4bf1ccd8\u003cSEP\u003echunk-7c1da99214930a89bb109a0f6bdc6596", "title": "A Chinese educational standard document outlining the curriculum for high school mathematics, including new requirements for stepwise calculation of sample variance.\u003cSEP\u003eA Chinese national curriculum standard for high school mathematics, outlining educational requirements and learning objectives.\u003cSEP\u003eThe 2017 edition of the High School Mathematics Curriculum Standards in China introduced the concept of abstract structures in mathematics education."}, {"color": "#a9a0e4", "created_at": 1752884054, "description": "Statistical measure of dispersion, with stepwise calculation requirements introduced in the 2017 high school curriculum.\u003cSEP\u003eThe sample variance is an estimate of the population variance, calculated from a subset of data.", "entity_id": "\u6837\u672c\u65b9\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6837\u672c\u65b9\u5dee", "label": "\u6837\u672c\u65b9\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Statistical measure of dispersion, with stepwise calculation requirements introduced in the 2017 high school curriculum.\u003cSEP\u003eThe sample variance is an estimate of the population variance, calculated from a subset of data."}, {"color": "#9d431c", "created_at": 1752884045, "description": "Geometric invariants are properties that remain unchanged under transformations like translation, rotation, and reflection.", "entity_id": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "label": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Geometric invariants are properties that remain unchanged under transformations like translation, rotation, and reflection."}, {"color": "#a711cf", "created_at": 1752884045, "description": "Cartesian coordinate system used to describe geometric transformations mathematically.", "entity_id": "\u5e73\u9762\u76f4\u89d2\u5750\u6807\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u9762\u76f4\u89d2\u5750\u6807\u7cfb", "label": "\u5e73\u9762\u76f4\u89d2\u5750\u6807\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Cartesian coordinate system used to describe geometric transformations mathematically."}, {"color": "#d4cc5a", "created_at": 1752884046, "description": "Trigonometric formulas used to calculate relationships in rotational transformations.", "entity_id": "\u4e09\u89d2\u51fd\u6570\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u51fd\u6570\u516c\u5f0f", "label": "\u4e09\u89d2\u51fd\u6570\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Trigonometric formulas used to calculate relationships in rotational transformations."}, {"color": "#1e8382", "created_at": 1752884045, "description": "Reflection across a line, one of the three fundamental isometric transformations.", "entity_id": "\u76f4\u7ebf\u53cd\u5c04", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u7ebf\u53cd\u5c04", "label": "\u76f4\u7ebf\u53cd\u5c04", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Reflection across a line, one of the three fundamental isometric transformations."}, {"color": "#cbc826", "created_at": 1752884090, "description": "\u8774\u8776(Butterfly) exhibits bilateral symmetry, representing reflection symmetry in nature.\u003cSEP\u003e\u8774\u8776\u662f\u4e00\u79cd\u52a8\u7269\uff0c\u5176\u5bf9\u79f0\u7ed3\u6784\u4f53\u73b0\u4e86\u81ea\u7136\u754c\u4e2d\u7684\u5bf9\u79f0\u7f8e\u3002", "entity_id": "\u8774\u8776", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8774\u8776", "label": "\u8774\u8776", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u8774\u8776(Butterfly) exhibits bilateral symmetry, representing reflection symmetry in nature.\u003cSEP\u003e\u8774\u8776\u662f\u4e00\u79cd\u52a8\u7269\uff0c\u5176\u5bf9\u79f0\u7ed3\u6784\u4f53\u73b0\u4e86\u81ea\u7136\u754c\u4e2d\u7684\u5bf9\u79f0\u7f8e\u3002"}, {"color": "#d0a9d2", "created_at": 1752884091, "description": "\u53cd\u5c04\u53d8\u6362(Reflection Transformation) is a mathematical operation preserving distances under reflection, creating mirror symmetry.", "entity_id": "\u53cd\u5c04\u53d8\u6362", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cd\u5c04\u53d8\u6362", "label": "\u53cd\u5c04\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u53cd\u5c04\u53d8\u6362(Reflection Transformation) is a mathematical operation preserving distances under reflection, creating mirror symmetry."}, {"color": "#00dd51", "created_at": 1752884045, "description": "Isometric transformations preserving distances between points in geometry.", "entity_id": "\u7b49\u8ddd\u53d8\u6362", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u8ddd\u53d8\u6362", "label": "\u7b49\u8ddd\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Isometric transformations preserving distances between points in geometry."}, {"color": "#669871", "created_at": 1752884045, "description": "Reflection across a plane, the 3D equivalent of line reflection.", "entity_id": "\u5e73\u9762\u53cd\u5c04", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u9762\u53cd\u5c04", "label": "\u5e73\u9762\u53cd\u5c04", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Reflection across a plane, the 3D equivalent of line reflection."}, {"color": "#4d1cee", "created_at": 1752884046, "description": "Spatial transformations operating in three-dimensional geometry.", "entity_id": "\u7a7a\u95f4\u53d8\u6362", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u53d8\u6362", "label": "\u7a7a\u95f4\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Spatial transformations operating in three-dimensional geometry."}, {"color": "#8ff9ef", "created_at": 1752884072, "description": "Polaris, the North Star, is used for navigation and astronomical measurements due to its position near the celestial north pole.\u003cSEP\u003e\u5317\u6781\u661f\u662f\u5317\u534a\u7403\u89c2\u5bdf\u65b9\u4f4d\u7684\u91cd\u8981\u53c2\u7167\u70b9\uff0c\u7528\u4e8e\u6784\u5efa\u6781\u5750\u6807\u7cfb\u7684\u5c04\u7ebf\u65b9\u5411\u3002\u003cSEP\u003e\u5317\u6781\u661f\u662f\u53e4\u4ee3\u5929\u6587\u5b66\u4e2d\u91cd\u8981\u7684\u65b9\u4f4d\u53c2\u7167\u661f\uff0c\u56e0\u5176\u4f4d\u7f6e\u56fa\u5b9a\uff0c\u88ab\u5e7f\u6cdb\u7528\u4e8e\u5bfc\u822a\u548c\u65f6\u95f4\u6d4b\u5b9a\u3002", "entity_id": "\u5317\u6781\u661f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u6781\u661f", "label": "\u5317\u6781\u661f", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "Polaris, the North Star, is used for navigation and astronomical measurements due to its position near the celestial north pole.\u003cSEP\u003e\u5317\u6781\u661f\u662f\u5317\u534a\u7403\u89c2\u5bdf\u65b9\u4f4d\u7684\u91cd\u8981\u53c2\u7167\u70b9\uff0c\u7528\u4e8e\u6784\u5efa\u6781\u5750\u6807\u7cfb\u7684\u5c04\u7ebf\u65b9\u5411\u3002\u003cSEP\u003e\u5317\u6781\u661f\u662f\u53e4\u4ee3\u5929\u6587\u5b66\u4e2d\u91cd\u8981\u7684\u65b9\u4f4d\u53c2\u7167\u661f\uff0c\u56e0\u5176\u4f4d\u7f6e\u56fa\u5b9a\uff0c\u88ab\u5e7f\u6cdb\u7528\u4e8e\u5bfc\u822a\u548c\u65f6\u95f4\u6d4b\u5b9a\u3002"}, {"color": "#882115", "created_at": 1752884081, "description": "\u5468\u5929\u4e0b\u662f\u4e2d\u56fd\u53e4\u4ee3\u653f\u6cbb\u548c\u6587\u5316\u4e2d\u5fc3\u7684\u6982\u5ff5\uff0c\u88ab\u89c6\u4e3a\u0027\u5730\u4e2d\u0027\u6216\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\uff0c\u5f71\u54cd\u4e86\u0027\u4e2d\u56fd\u0027\u3001\u0027\u4e2d\u539f\u0027\u3001\u0027\u4e2d\u534e\u0027\u7b49\u79f0\u8c13\u7684\u8d77\u6e90\u3002", "entity_id": "\u5468\u5929\u4e0b", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u5929\u4e0b", "label": "\u5468\u5929\u4e0b", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u5468\u5929\u4e0b\u662f\u4e2d\u56fd\u53e4\u4ee3\u653f\u6cbb\u548c\u6587\u5316\u4e2d\u5fc3\u7684\u6982\u5ff5\uff0c\u88ab\u89c6\u4e3a\u0027\u5730\u4e2d\u0027\u6216\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\uff0c\u5f71\u54cd\u4e86\u0027\u4e2d\u56fd\u0027\u3001\u0027\u4e2d\u539f\u0027\u3001\u0027\u4e2d\u534e\u0027\u7b49\u79f0\u8c13\u7684\u8d77\u6e90\u3002"}, {"color": "#0382ab", "created_at": 1752884081, "description": "\u4f2f\u52aa\u5229\u57281691\u5e74\u53d1\u8868\u6781\u5750\u6807\u76f8\u5173\u8bba\u6587\uff0c\u5e38\u88ab\u8ba4\u4e3a\u662f\u6781\u5750\u6807\u7684\u53d1\u660e\u8005\u3002", "entity_id": "\u4f2f\u52aa\u5229", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f2f\u52aa\u5229", "label": "\u4f2f\u52aa\u5229", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4f2f\u52aa\u5229\u57281691\u5e74\u53d1\u8868\u6781\u5750\u6807\u76f8\u5173\u8bba\u6587\uff0c\u5e38\u88ab\u8ba4\u4e3a\u662f\u6781\u5750\u6807\u7684\u53d1\u660e\u8005\u3002"}, {"color": "#365a5f", "created_at": 1752884081, "description": "\u7ecf\u8fc7\u539f\u70b9\u7684\u76f4\u7ebf\u5728\u6781\u5750\u6807\u4e2d\u7684\u8868\u8fbe\u5f62\u5f0f\uff0c\u7b80\u6d01\u660e\u4e86\u3002", "entity_id": "\u76f4\u7ebf\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u7ebf\u65b9\u7a0b", "label": "\u76f4\u7ebf\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u7ecf\u8fc7\u539f\u70b9\u7684\u76f4\u7ebf\u5728\u6781\u5750\u6807\u4e2d\u7684\u8868\u8fbe\u5f62\u5f0f\uff0c\u7b80\u6d01\u660e\u4e86\u3002"}, {"color": "#a6477f", "created_at": 1752884081, "description": "\u6781\u5750\u6807\u4e2d\u8868\u8fbe\u5706\u5fc3\u5728\u539f\u70b9\u3001\u534a\u5f84\u4e3ar\u7684\u5706\u7684\u7b80\u6d01\u65b9\u7a0b\u3002", "entity_id": "\u5706\u7684\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u7684\u65b9\u7a0b", "label": "\u5706\u7684\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6781\u5750\u6807\u4e2d\u8868\u8fbe\u5706\u5fc3\u5728\u539f\u70b9\u3001\u534a\u5f84\u4e3ar\u7684\u5706\u7684\u7b80\u6d01\u65b9\u7a0b\u3002"}, {"color": "#d03334", "created_at": 1752884082, "description": "Spherical coordinates extend polar coordinates to 3D space using distance and two angles.", "entity_id": "\u7403\u5750\u6807", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7403\u5750\u6807", "label": "\u7403\u5750\u6807", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Spherical coordinates extend polar coordinates to 3D space using distance and two angles."}, {"color": "#9ee660", "created_at": 1752884081, "description": "The lemniscate is a mathematical curve resembling a figure-eight, often used in coordinate geometry discussions.\u003cSEP\u003e\u4f2f\u52aa\u5229\u7528\u6781\u5750\u6807\u8868\u8fbe\u7684\u53cc\u7ebd\u7ebf\u662f\u76f4\u89d2\u5750\u6807\u7cfb\u4e2d\u7684\u4e00\u79cd\u7279\u6b8a\u66f2\u7ebf\u3002", "entity_id": "\u53cc\u7ebd\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cc\u7ebd\u7ebf", "label": "\u53cc\u7ebd\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-0d7ccd16268481f70b0101a58ee00012", "title": "The lemniscate is a mathematical curve resembling a figure-eight, often used in coordinate geometry discussions.\u003cSEP\u003e\u4f2f\u52aa\u5229\u7528\u6781\u5750\u6807\u8868\u8fbe\u7684\u53cc\u7ebd\u7ebf\u662f\u76f4\u89d2\u5750\u6807\u7cfb\u4e2d\u7684\u4e00\u79cd\u7279\u6b8a\u66f2\u7ebf\u3002"}, {"color": "#4c7efa", "created_at": 1752884046, "description": "A geometric transformation that rotates points around a fixed center, preserving distances between points.", "entity_id": "Rotation Transformation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Rotation Transformation", "label": "Rotation Transformation", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "A geometric transformation that rotates points around a fixed center, preserving distances between points."}, {"color": "#024bdc", "created_at": 1752884046, "description": "A type of linear transformation that preserves distances, such as rotation and reflection in Euclidean geometry.", "entity_id": "Orthogonal Transformation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Orthogonal Transformation", "label": "Orthogonal Transformation", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "A type of linear transformation that preserves distances, such as rotation and reflection in Euclidean geometry."}, {"color": "#1f38a0", "created_at": 1752884046, "description": "A mathematical operation used in advanced mathematics to describe transformations like rotation and reflection.", "entity_id": "Linear Transformation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Linear Transformation", "label": "Linear Transformation", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "A mathematical operation used in advanced mathematics to describe transformations like rotation and reflection."}, {"color": "#92cae2", "created_at": 1752884046, "description": "A geometric transformation that reflects points over a line, preserving distances from the line.", "entity_id": "Axial Symmetry Movement", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Axial Symmetry Movement", "label": "Axial Symmetry Movement", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "A geometric transformation that reflects points over a line, preserving distances from the line."}, {"color": "#cc7179", "created_at": 1752884046, "description": "Geometric shapes that have the same shape but not necessarily the same size, with proportional sides and equal angles.", "entity_id": "Similar Figures", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Similar Figures", "label": "Similar Figures", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Geometric shapes that have the same shape but not necessarily the same size, with proportional sides and equal angles."}, {"color": "#362e16", "created_at": 1752884046, "description": "A theorem stating that two triangles are similar if their corresponding angles are equal.", "entity_id": "Triangle Similarity Theorem", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Triangle Similarity Theorem", "label": "Triangle Similarity Theorem", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "A theorem stating that two triangles are similar if their corresponding angles are equal."}, {"color": "#dd9de1", "created_at": 1752884046, "description": "A fundamental geometric principle stating that parallel lines cut by transversals create proportional segments.", "entity_id": "Parallel Line Cutting Theorem", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Parallel Line Cutting Theorem", "label": "Parallel Line Cutting Theorem", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "A fundamental geometric principle stating that parallel lines cut by transversals create proportional segments."}, {"color": "#df3d6a", "created_at": 1752884046, "description": "2011 edition of mathematics curriculum standards in China.", "entity_id": "2011\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "2011\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "label": "2011\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "2011 edition of mathematics curriculum standards in China."}, {"color": "#0c98f2", "created_at": 1752884046, "description": "2022 edition of updated mathematics curriculum standards in China.", "entity_id": "2022\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "2022\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "label": "2022\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "2022 edition of updated mathematics curriculum standards in China."}, {"color": "#58f26c", "created_at": 1752884046, "description": "\u8be5\u5b9a\u7406\u89c4\u5b9a\uff0c\u82e5\u4e24\u4e2a\u4e09\u89d2\u5f62\u7684\u5bf9\u5e94\u89d2\u76f8\u7b49\uff0c\u5219\u5b83\u4eec\u76f8\u4f3c(\u5bf9\u5e94\u8fb9\u6210\u6bd4\u4f8b)\u3002", "entity_id": "\u4e09\u89d2\u5f62\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u5f62\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406", "label": "\u4e09\u89d2\u5f62\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u8be5\u5b9a\u7406\u89c4\u5b9a\uff0c\u82e5\u4e24\u4e2a\u4e09\u89d2\u5f62\u7684\u5bf9\u5e94\u89d2\u76f8\u7b49\uff0c\u5219\u5b83\u4eec\u76f8\u4f3c(\u5bf9\u5e94\u8fb9\u6210\u6bd4\u4f8b)\u3002"}, {"color": "#e0a986", "created_at": 1752884046, "description": "\u4e00\u4e2a\u793a\u4f8b\u4e09\u89d2\u5f62\uff0c\u7528\u4e8e\u8bc1\u660e\u76f8\u4f3c\u6027\u5224\u5b9a\u5b9a\u7406\uff0c\u4e0e\u0394ABC\u5bf9\u5e94\u89d2\u76f8\u7b49\u3002", "entity_id": "\u0394abc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u0394abc", "label": "\u0394abc", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u4e00\u4e2a\u793a\u4f8b\u4e09\u89d2\u5f62\uff0c\u7528\u4e8e\u8bc1\u660e\u76f8\u4f3c\u6027\u5224\u5b9a\u5b9a\u7406\uff0c\u4e0e\u0394ABC\u5bf9\u5e94\u89d2\u76f8\u7b49\u3002"}, {"color": "#95c281", "created_at": 1752884046, "description": "\u53e6\u4e00\u4e2a\u793a\u4f8b\u4e09\u89d2\u5f62\uff0c\u4e0e\u0394abc\u5bf9\u5e94\u89d2\u76f8\u7b49\uff0c\u7528\u4e8e\u6f14\u793a\u76f8\u4f3c\u6027\u8bc1\u660e\u3002", "entity_id": "\u0394ABC", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u0394ABC", "label": "\u0394ABC", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u53e6\u4e00\u4e2a\u793a\u4f8b\u4e09\u89d2\u5f62\uff0c\u4e0e\u0394abc\u5bf9\u5e94\u89d2\u76f8\u7b49\uff0c\u7528\u4e8e\u6f14\u793a\u76f8\u4f3c\u6027\u8bc1\u660e\u3002"}, {"color": "#6db878", "created_at": 1752884046, "description": "\u6307\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u5b66\u4e60\u8005\uff0c\u4f20\u7edf\u6570\u5b66\u6559\u80b2\u4fa7\u91cd\u6784\u9020\u6027\u8bba\u8bc1\u800c\u975e\u5b58\u5728\u6027\u903b\u8f91\u3002", "entity_id": "\u4e2d\u56fd\u5b66\u751f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u5b66\u751f", "label": "\u4e2d\u56fd\u5b66\u751f", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u6307\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u5b66\u4e60\u8005\uff0c\u4f20\u7edf\u6570\u5b66\u6559\u80b2\u4fa7\u91cd\u6784\u9020\u6027\u8bba\u8bc1\u800c\u975e\u5b58\u5728\u6027\u903b\u8f91\u3002"}, {"color": "#0b0cd9", "created_at": 1752884047, "description": "Mathematical proofs establishing existence rather than construction methods.", "entity_id": "\u5b58\u5728\u6027\u8bba\u8bc1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b58\u5728\u6027\u8bba\u8bc1", "label": "\u5b58\u5728\u6027\u8bba\u8bc1", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Mathematical proofs establishing existence rather than construction methods."}, {"color": "#166599", "created_at": 1752884047, "description": "Traditional Chinese mathematical approach focusing on concrete constructions.", "entity_id": "\u6784\u9020\u6027\u8bba\u8bc1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6784\u9020\u6027\u8bba\u8bc1", "label": "\u6784\u9020\u6027\u8bba\u8bc1", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Traditional Chinese mathematical approach focusing on concrete constructions."}, {"color": "#7bdb33", "created_at": 1752884046, "description": "\u7ecf\u5178\u51e0\u4f55\u547d\u9898\uff0c\u5e38\u901a\u8fc7\u77e9\u5f62\u5b58\u5728\u6027\u95f4\u63a5\u8bc1\u660e\uff0c\u4f46\u5b58\u5728\u6027\u672c\u8eab\u9700\u4e25\u683c\u8bba\u8bc1\u3002", "entity_id": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c180\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c180\u5ea6", "label": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c180\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u7ecf\u5178\u51e0\u4f55\u547d\u9898\uff0c\u5e38\u901a\u8fc7\u77e9\u5f62\u5b58\u5728\u6027\u95f4\u63a5\u8bc1\u660e\uff0c\u4f46\u5b58\u5728\u6027\u672c\u8eab\u9700\u4e25\u683c\u8bba\u8bc1\u3002"}, {"color": "#9234fc", "created_at": 1752884046, "description": "\u56db\u8fb9\u5f62\u7684\u4e00\u79cd\uff0c\u56db\u4e2a\u89d2\u5747\u4e3a\u76f4\u89d2\uff0c\u5176\u5b58\u5728\u6027\u662f\u8bc1\u660e\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u7684\u57fa\u7840\u5047\u8bbe\u3002", "entity_id": "\u77e9\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u77e9\u5f62", "label": "\u77e9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u56db\u8fb9\u5f62\u7684\u4e00\u79cd\uff0c\u56db\u4e2a\u89d2\u5747\u4e3a\u76f4\u89d2\uff0c\u5176\u5b58\u5728\u6027\u662f\u8bc1\u660e\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u7684\u57fa\u7840\u5047\u8bbe\u3002"}, {"color": "#701055", "created_at": 1752884138, "description": "\u6b63\u5207\u503c\u7edf\u4e00\u4e86\u5177\u6709\u76f8\u540c\u9510\u89d2\u7684\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u76f4\u89d2\u8fb9\u6bd4\u4f8b\u5173\u7cfb\u3002", "entity_id": "\u76f8\u4f3c\u76f4\u89d2\u4e09\u89d2\u5f62", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u4f3c\u76f4\u89d2\u4e09\u89d2\u5f62", "label": "\u76f8\u4f3c\u76f4\u89d2\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u6b63\u5207\u503c\u7edf\u4e00\u4e86\u5177\u6709\u76f8\u540c\u9510\u89d2\u7684\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u76f4\u89d2\u8fb9\u6bd4\u4f8b\u5173\u7cfb\u3002"}, {"color": "#c90545", "created_at": 1752884047, "description": "Philosophical study of mathematical foundations and reasoning methods.", "entity_id": "\u6570\u5b66\u54f2\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u54f2\u5b66", "label": "\u6570\u5b66\u54f2\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Philosophical study of mathematical foundations and reasoning methods."}, {"color": "#561ed6", "created_at": 1752884047, "description": "Ancient Babylon (\u53e4\u5df4\u6bd4\u4f26) was a historical region and civilization in Mesopotamia, renowned for its significant contributions to astronomy, mathematics, and architecture. It developed early calendar systems and conducted advanced astronomical observations, including the creation of the zodiac (\u9ec4\u9053\u5341\u4e8c\u5bab). The Babylonians were pioneers in mathematics, inventing the sexagesimal (base-60) numeral system (\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5) and studying Pythagorean triples. They also created early tangent tables, demonstrating their advanced understanding of mathematical concepts. Their innovations had a profound and lasting influence on subsequent civilizations in both the ancient world and beyond.", "entity_id": "\u53e4\u5df4\u6bd4\u4f26", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5df4\u6bd4\u4f26", "label": "\u53e4\u5df4\u6bd4\u4f26", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Ancient Babylon (\u53e4\u5df4\u6bd4\u4f26) was a historical region and civilization in Mesopotamia, renowned for its significant contributions to astronomy, mathematics, and architecture. It developed early calendar systems and conducted advanced astronomical observations, including the creation of the zodiac (\u9ec4\u9053\u5341\u4e8c\u5bab). The Babylonians were pioneers in mathematics, inventing the sexagesimal (base-60) numeral system (\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5) and studying Pythagorean triples. They also created early tangent tables, demonstrating their advanced understanding of mathematical concepts. Their innovations had a profound and lasting influence on subsequent civilizations in both the ancient world and beyond."}, {"color": "#e6afee", "created_at": 1752884047, "description": "Mathematical tables created by Babylonians to record tangent values for practical calculations.", "entity_id": "\u6b63\u5207\u8868", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u5207\u8868", "label": "\u6b63\u5207\u8868", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Mathematical tables created by Babylonians to record tangent values for practical calculations."}, {"color": "#519197", "created_at": 1752884047, "description": "Fertile land between the Tigris and Euphrates rivers where Babylonian civilization flourished.", "entity_id": "\u7f8e\u7d22\u4e0d\u8fbe\u7c73\u4e9a\u5e73\u539f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u7d22\u4e0d\u8fbe\u7c73\u4e9a\u5e73\u539f", "label": "\u7f8e\u7d22\u4e0d\u8fbe\u7c73\u4e9a\u5e73\u539f", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Fertile land between the Tigris and Euphrates rivers where Babylonian civilization flourished."}, {"color": "#11ff4c", "created_at": 1752884070, "description": "The Ur III Dynasty was an ancient Mesopotamian dynasty (2010-2003 BCE) known for its administrative records and early calendar systems.", "entity_id": "\u4e4c\u5c14\u7b2c\u4e09\u738b\u671d", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e4c\u5c14\u7b2c\u4e09\u738b\u671d", "label": "\u4e4c\u5c14\u7b2c\u4e09\u738b\u671d", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Ur III Dynasty was an ancient Mesopotamian dynasty (2010-2003 BCE) known for its administrative records and early calendar systems."}, {"color": "#3c37d5", "created_at": 1752884070, "description": "The Julian calendar was a solar calendar introduced by Julius Caesar, with a 365.25-day year and leap years.\u003cSEP\u003e\u5112\u7565\u5386\u662f\u4e00\u79cd\u5386\u6cd5\uff0c\u7531\u5112\u7565\u00b7\u51ef\u6492\u5f15\u5165\uff0c\u6bcf\u5e74365.25\u65e5\uff0c\u6bcf128\u5e74\u8bef\u5dee1\u65e5\u3002", "entity_id": "\u5112\u7565\u5386", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5112\u7565\u5386", "label": "\u5112\u7565\u5386", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "The Julian calendar was a solar calendar introduced by Julius Caesar, with a 365.25-day year and leap years.\u003cSEP\u003e\u5112\u7565\u5386\u662f\u4e00\u79cd\u5386\u6cd5\uff0c\u7531\u5112\u7565\u00b7\u51ef\u6492\u5f15\u5165\uff0c\u6bcf\u5e74365.25\u65e5\uff0c\u6bcf128\u5e74\u8bef\u5dee1\u65e5\u3002"}, {"color": "#00c56a", "created_at": 1752884072, "description": "\u516d\u5341\u8fdb\u5236\u662f\u4e00\u79cd\u8bb0\u6570\u7cfb\u7edf\uff0c\u8d77\u6e90\u4e8e\u53e4\u5df4\u6bd4\u4f26\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u65f6\u95f4\u548c\u89d2\u5ea6\u6d4b\u91cf\uff0c\u73b0\u4ee3\u65f6\u95f4\u7cfb\u7edf(\u65f6\u5206\u79d2)\u4ecd\u6cbf\u7528\u6b64\u5236\u3002", "entity_id": "\u516d\u5341\u8fdb\u5236", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516d\u5341\u8fdb\u5236", "label": "\u516d\u5341\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u516d\u5341\u8fdb\u5236\u662f\u4e00\u79cd\u8bb0\u6570\u7cfb\u7edf\uff0c\u8d77\u6e90\u4e8e\u53e4\u5df4\u6bd4\u4f26\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u65f6\u95f4\u548c\u89d2\u5ea6\u6d4b\u91cf\uff0c\u73b0\u4ee3\u65f6\u95f4\u7cfb\u7edf(\u65f6\u5206\u79d2)\u4ecd\u6cbf\u7528\u6b64\u5236\u3002"}, {"color": "#d11e2d", "created_at": 1752884072, "description": "\u9ec4\u9053\u5341\u4e8c\u5bab\u662f\u53e4\u5df4\u6bd4\u4f26\u53d1\u660e\u7684\u5929\u6587\u5750\u6807\u7cfb\u7edf\uff0c\u5c06\u9ec4\u9053\u5212\u5206\u4e3a\u5341\u4e8c\u4e2a\u533a\u57df\uff0c\u5bf9\u5e94\u7279\u5b9a\u661f\u5ea7\uff0c\u5f71\u54cd\u5360\u661f\u672f\u548c\u6587\u5316\u4f20\u64ad\u3002", "entity_id": "\u9ec4\u9053\u5341\u4e8c\u5bab", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ec4\u9053\u5341\u4e8c\u5bab", "label": "\u9ec4\u9053\u5341\u4e8c\u5bab", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u9ec4\u9053\u5341\u4e8c\u5bab\u662f\u53e4\u5df4\u6bd4\u4f26\u53d1\u660e\u7684\u5929\u6587\u5750\u6807\u7cfb\u7edf\uff0c\u5c06\u9ec4\u9053\u5212\u5206\u4e3a\u5341\u4e8c\u4e2a\u533a\u57df\uff0c\u5bf9\u5e94\u7279\u5b9a\u661f\u5ea7\uff0c\u5f71\u54cd\u5360\u661f\u672f\u548c\u6587\u5316\u4f20\u64ad\u3002"}, {"color": "#0ae243", "created_at": 1752884047, "description": "One of the two major rivers defining Mesopotamia, cradle of Babylonian civilization.", "entity_id": "\u5e95\u683c\u91cc\u65af\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5e95\u683c\u91cc\u65af\u6cb3", "label": "\u5e95\u683c\u91cc\u65af\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "One of the two major rivers defining Mesopotamia, cradle of Babylonian civilization."}, {"color": "#2402c9", "created_at": 1752884047, "description": "The second major river of Mesopotamia, jointly nurturing early civilizations.", "entity_id": "\u5e7c\u53d1\u62c9\u5e95\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7c\u53d1\u62c9\u5e95\u6cb3", "label": "\u5e7c\u53d1\u62c9\u5e95\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "The second major river of Mesopotamia, jointly nurturing early civilizations."}, {"color": "#935b35", "created_at": 1752884047, "description": "Capital of ancient Babylon, renowned for monumental architecture like the Hanging Gardens.", "entity_id": "\u5df4\u6bd4\u4f26\u57ce", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5df4\u6bd4\u4f26\u57ce", "label": "\u5df4\u6bd4\u4f26\u57ce", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Capital of ancient Babylon, renowned for monumental architecture like the Hanging Gardens."}, {"color": "#5e7ced", "created_at": 1752884047, "description": "One of the Seven Wonders of the Ancient World, attributed to Babylonian architecture.", "entity_id": "\u7a7a\u4e2d\u82b1\u56ed", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u4e2d\u82b1\u56ed", "label": "\u7a7a\u4e2d\u82b1\u56ed", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "One of the Seven Wonders of the Ancient World, attributed to Babylonian architecture."}, {"color": "#827962", "created_at": 1752884047, "description": "Chinese historian whose rigorous historical records contrast with Herodotus\u0027 accounts.", "entity_id": "\u53f8\u9a6c\u8fc1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53f8\u9a6c\u8fc1", "label": "\u53f8\u9a6c\u8fc1", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Chinese historian whose rigorous historical records contrast with Herodotus\u0027 accounts."}, {"color": "#b8f528", "created_at": 1752884103, "description": "Refers to seven monumental structures and sculptures from the 3rd century BCE in the eastern Mediterranean region, including the Great Pyramid of Giza and the Hanging Gardens of Babylon.\u003cSEP\u003eThe Seven Wonders of the Ancient World, including the Great Pyramid of Giza and the Hanging Gardens of Babylon.", "entity_id": "\u4e03\u5927\u5947\u8ff9", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4e03\u5927\u5947\u8ff9", "label": "\u4e03\u5927\u5947\u8ff9", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "Refers to seven monumental structures and sculptures from the 3rd century BCE in the eastern Mediterranean region, including the Great Pyramid of Giza and the Hanging Gardens of Babylon.\u003cSEP\u003eThe Seven Wonders of the Ancient World, including the Great Pyramid of Giza and the Hanging Gardens of Babylon."}, {"color": "#e1f5ff", "created_at": 1752884105, "description": "A historical work by Herodotus that includes early written records of the Seven Wonders.\u003cSEP\u003e\u300a\u5386\u53f2\u300b\u662f\u5e0c\u7f57\u591a\u5fb7\u6240\u8457\u7684\u7ecf\u5178\u5386\u53f2\u8457\u4f5c\uff0c\u738b\u5609\u96bd\u8bd1\uff0c\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248\u3002", "entity_id": "\u300a\u5386\u53f2\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5386\u53f2\u300b", "label": "\u300a\u5386\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "A historical work by Herodotus that includes early written records of the Seven Wonders.\u003cSEP\u003e\u300a\u5386\u53f2\u300b\u662f\u5e0c\u7f57\u591a\u5fb7\u6240\u8457\u7684\u7ecf\u5178\u5386\u53f2\u8457\u4f5c\uff0c\u738b\u5609\u96bd\u8bd1\uff0c\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248\u3002"}, {"color": "#485ac3", "created_at": 1752884139, "description": "Babylonians likely used tangent tables for urban planning and construction.", "entity_id": "\u57ce\u5e02\u5efa\u8bbe", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u57ce\u5e02\u5efa\u8bbe", "label": "\u57ce\u5e02\u5efa\u8bbe", "shape": "dot", "size": 10, "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Babylonians likely used tangent tables for urban planning and construction."}, {"color": "#e77ed9", "created_at": 1752884047, "description": "The tetrahedron is one of the five regular polyhedra with four triangular faces, four vertices, and six edges.", "entity_id": "\u6b63\u56db\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u56db\u9762\u4f53", "label": "\u6b63\u56db\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The tetrahedron is one of the five regular polyhedra with four triangular faces, four vertices, and six edges."}, {"color": "#f82a4c", "created_at": 1752884047, "description": "The cube is a regular polyhedron with six square faces, eight vertices, and twelve edges.", "entity_id": "\u6b63\u516d\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u516d\u9762\u4f53", "label": "\u6b63\u516d\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The cube is a regular polyhedron with six square faces, eight vertices, and twelve edges."}, {"color": "#8fa6d8", "created_at": 1752884047, "description": "The octahedron is a regular polyhedron with eight triangular faces, six vertices, and twelve edges.", "entity_id": "\u6b63\u516b\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u516b\u9762\u4f53", "label": "\u6b63\u516b\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The octahedron is a regular polyhedron with eight triangular faces, six vertices, and twelve edges."}, {"color": "#948cf6", "created_at": 1752884047, "description": "The dodecahedron is a regular polyhedron with twelve pentagonal faces, twenty vertices, and thirty edges.", "entity_id": "\u6b63\u5341\u4e8c\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u5341\u4e8c\u9762\u4f53", "label": "\u6b63\u5341\u4e8c\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The dodecahedron is a regular polyhedron with twelve pentagonal faces, twenty vertices, and thirty edges."}, {"color": "#b2caa4", "created_at": 1752884047, "description": "The icosahedron is a regular polyhedron with twenty triangular faces, twelve vertices, and thirty edges.", "entity_id": "\u6b63\u4e8c\u5341\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u4e8c\u5341\u9762\u4f53", "label": "\u6b63\u4e8c\u5341\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The icosahedron is a regular polyhedron with twenty triangular faces, twelve vertices, and thirty edges."}, {"color": "#86835e", "created_at": 1752884048, "description": "Convex polyhedra are three-dimensional shapes where any line segment joining two points lies entirely within the shape.", "entity_id": "\u51f8\u591a\u9762\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51f8\u591a\u9762\u4f53", "label": "\u51f8\u591a\u9762\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "Convex polyhedra are three-dimensional shapes where any line segment joining two points lies entirely within the shape."}, {"color": "#6c3102", "created_at": 1752884049, "description": "\u6811\u662f\u56fe\u8bba\u4e2d\u6700\u7b80\u5355\u7684\u8fde\u901a\u7f51\u7edc\u5f62\u5f0f\uff0c\u5176\u6b27\u62c9\u793a\u6027\u6570\u4e3a1\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u7f51\u7edc\u7ed3\u6784\u7684\u7b80\u5316\u5206\u6790\u3002", "entity_id": "\u6811", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6811", "label": "\u6811", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6811\u662f\u56fe\u8bba\u4e2d\u6700\u7b80\u5355\u7684\u8fde\u901a\u7f51\u7edc\u5f62\u5f0f\uff0c\u5176\u6b27\u62c9\u793a\u6027\u6570\u4e3a1\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u7f51\u7edc\u7ed3\u6784\u7684\u7b80\u5316\u5206\u6790\u3002"}, {"color": "#f1e5a5", "created_at": 1752884048, "description": "Plato was a renowned ancient Greek philosopher who founded the Plato Academy in Athens, contributing significantly to the development of Western philosophy and mathematics.", "entity_id": "Plato", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Plato", "label": "Plato", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Plato was a renowned ancient Greek philosopher who founded the Plato Academy in Athens, contributing significantly to the development of Western philosophy and mathematics."}, {"color": "#3b7338", "created_at": 1752884048, "description": "Emperor Justinian was a Byzantine ruler who closed Plato Academy in 529 AD, marking the end of its nearly 1,000-year operation.", "entity_id": "\u67e5\u58eb\u4e01\u5c3c\u5927\u5e1d(Emperor Justinian)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67e5\u58eb\u4e01\u5c3c\u5927\u5e1d(Emperor Justinian)", "label": "\u67e5\u58eb\u4e01\u5c3c\u5927\u5e1d(Emperor Justinian)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Emperor Justinian was a Byzantine ruler who closed Plato Academy in 529 AD, marking the end of its nearly 1,000-year operation."}, {"color": "#b65fdb", "created_at": 1752884048, "description": "Euclid was an ancient Greek mathematician active around 300 BCE, renowned for his foundational contributions to geometry and axiomatic systems. He is best known for his seminal work *Elements*, a comprehensive text that systematically organized and expanded upon the geometric principles of his time. *Elements* became a cornerstone of mathematical education and influenced intellectual traditions, including those associated with the Plato Academy. Euclid\u0027s work established Euclidean geometry, which remains a fundamental part of mathematical study. His precise and logical approach to mathematics has earned him lasting recognition as one of history\u0027s most influential mathematicians.", "entity_id": "Euclid", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Euclid", "label": "Euclid", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed\u003cSEP\u003echunk-f0c221e8bd8b931339e1cb406c1b240a\u003cSEP\u003echunk-883941d615642b57eca9414cbdcb8c96\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Euclid was an ancient Greek mathematician active around 300 BCE, renowned for his foundational contributions to geometry and axiomatic systems. He is best known for his seminal work *Elements*, a comprehensive text that systematically organized and expanded upon the geometric principles of his time. *Elements* became a cornerstone of mathematical education and influenced intellectual traditions, including those associated with the Plato Academy. Euclid\u0027s work established Euclidean geometry, which remains a fundamental part of mathematical study. His precise and logical approach to mathematics has earned him lasting recognition as one of history\u0027s most influential mathematicians."}, {"color": "#04de76", "created_at": 1752884064, "description": "Diophantus was an ancient Greek mathematician known for his work on algebra and his reluctance to accept complex roots in equations.\u003cSEP\u003eDiophantus was an ancient Greek mathematician who pioneered algebraic notation and studied integer solutions to equations, now known as Diophantine problems.", "entity_id": "Diophantus", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Diophantus", "label": "Diophantus", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a\u003cSEP\u003echunk-87d75f56583694492f61c2c1a41e2018", "title": "Diophantus was an ancient Greek mathematician known for his work on algebra and his reluctance to accept complex roots in equations.\u003cSEP\u003eDiophantus was an ancient Greek mathematician who pioneered algebraic notation and studied integer solutions to equations, now known as Diophantine problems."}, {"color": "#eb0063", "created_at": 1752884048, "description": "Henri Poincar\u00e9 was a French mathematician who contributed to the philosophy of space and distance, emphasizing the role of measurement tools in understanding spatial concepts.", "entity_id": "Henri Poincar\u00e9", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Henri Poincar\u00e9", "label": "Henri Poincar\u00e9", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Henri Poincar\u00e9 was a French mathematician who contributed to the philosophy of space and distance, emphasizing the role of measurement tools in understanding spatial concepts."}, {"color": "#dfb1c0", "created_at": 1752884048, "description": "Geometry is the mathematical study of spatial relationships, dimensions, and forms, rooted in ancient Greek scholarship and evolving through works like Euclid\u0027s \u0027Elements.\u0027", "entity_id": "Geometry", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Geometry", "label": "Geometry", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Geometry is the mathematical study of spatial relationships, dimensions, and forms, rooted in ancient Greek scholarship and evolving through works like Euclid\u0027s \u0027Elements.\u0027"}, {"color": "#1cdb34", "created_at": 1752884048, "description": "The SI system defines standardized units like the meter (distance) and second (time), providing a quantitative framework for measuring space and time.", "entity_id": "International System of Units (SI)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "International System of Units (SI)", "label": "International System of Units (SI)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The SI system defines standardized units like the meter (distance) and second (time), providing a quantitative framework for measuring space and time."}, {"color": "#8faeb4", "created_at": 1752884048, "description": "A triangle is a geometric shape composed of three vertices, three edges, and one face, serving as a fundamental concept in geometry.", "entity_id": "\u4e09\u89d2\u5f62(Triangle)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u5f62(Triangle)", "label": "\u4e09\u89d2\u5f62(Triangle)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "A triangle is a geometric shape composed of three vertices, three edges, and one face, serving as a fundamental concept in geometry."}, {"color": "#cffae3", "created_at": 1752884048, "description": "A polyhedron is a three-dimensional shape with flat faces and straight edges, central to the discussion of Euler\u0027s formula and planar networks.", "entity_id": "\u591a\u9762\u4f53(Polyhedron)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u591a\u9762\u4f53(Polyhedron)", "label": "\u591a\u9762\u4f53(Polyhedron)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "A polyhedron is a three-dimensional shape with flat faces and straight edges, central to the discussion of Euler\u0027s formula and planar networks."}, {"color": "#b5e598", "created_at": 1752884048, "description": "The Euler characteristic is a topological invariant (\u03c7 = 1 for polyhedrons) that remains unchanged under certain transformations of planar networks.", "entity_id": "\u6b27\u62c9\u793a\u6027\u6570(Euler Characteristic)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u62c9\u793a\u6027\u6570(Euler Characteristic)", "label": "\u6b27\u62c9\u793a\u6027\u6570(Euler Characteristic)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The Euler characteristic is a topological invariant (\u03c7 = 1 for polyhedrons) that remains unchanged under certain transformations of planar networks."}, {"color": "#e67908", "created_at": 1752884048, "description": "Ancient Greek philosopher who formulated the Laws of Non-Contradiction and Excluded Middle in \u0027Metaphysics\u0027.\u003cSEP\u003eAristotle, a student of Plato, contributed to early concepts of space and dimensionality, influencing later geometric thought.", "entity_id": "\u4e9a\u91cc\u58eb\u591a\u5fb7(Aristotle)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e9a\u91cc\u58eb\u591a\u5fb7(Aristotle)", "label": "\u4e9a\u91cc\u58eb\u591a\u5fb7(Aristotle)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96\u003cSEP\u003echunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Ancient Greek philosopher who formulated the Laws of Non-Contradiction and Excluded Middle in \u0027Metaphysics\u0027.\u003cSEP\u003eAristotle, a student of Plato, contributed to early concepts of space and dimensionality, influencing later geometric thought."}, {"color": "#21482e", "created_at": 1752884048, "description": "A core geometric concept encompassing dimensions (0D points to 3D volumes) and human perception of distance.", "entity_id": "\u7a7a\u95f4(Space)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4(Space)", "label": "\u7a7a\u95f4(Space)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "A core geometric concept encompassing dimensions (0D points to 3D volumes) and human perception of distance."}, {"color": "#8cd3fb", "created_at": 1752884059, "description": "A principle that every proposition must be either true or false, with no middle ground.", "entity_id": "\u6570\u5b66\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "label": "\u6570\u5b66\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "A principle that every proposition must be either true or false, with no middle ground."}, {"color": "#565d9a", "created_at": 1752884048, "description": "A French mathematician who analyzed the philosophical underpinnings of space, distance, and measurement in geometry.", "entity_id": "\u5e9e\u52a0\u83b1(Henri Poincar\u00e9)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e9e\u52a0\u83b1(Henri Poincar\u00e9)", "label": "\u5e9e\u52a0\u83b1(Henri Poincar\u00e9)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "A French mathematician who analyzed the philosophical underpinnings of space, distance, and measurement in geometry."}, {"color": "#22e839", "created_at": 1752884049, "description": "Defined modern units of space (meter) and time (second), standardizing quantitative measurement.", "entity_id": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a(General Conference on Weights and Measures)", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a(General Conference on Weights and Measures)", "label": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a(General Conference on Weights and Measures)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Defined modern units of space (meter) and time (second), standardizing quantitative measurement."}, {"color": "#8c3f41", "created_at": 1752884049, "description": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u662f\u95ee\u9898\u7684\u6838\u5fc3\u5bf9\u8c61\uff0c\u8fde\u63a5\u4e24\u4e2a\u5c9b\u548c\u6cb3\u5cb8\uff0c\u5f15\u53d1\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u7814\u7a76\u3002", "entity_id": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865", "label": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u662f\u95ee\u9898\u7684\u6838\u5fc3\u5bf9\u8c61\uff0c\u8fde\u63a5\u4e24\u4e2a\u5c9b\u548c\u6cb3\u5cb8\uff0c\u5f15\u53d1\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u7814\u7a76\u3002"}, {"color": "#dce4f9", "created_at": 1752884140, "description": "Topological transformations preserve dimensionality, underscoring it as the most fundamental spatial property.", "entity_id": "\u7a7a\u95f4\u7ef4\u6570", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u7ef4\u6570", "label": "\u7a7a\u95f4\u7ef4\u6570", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Topological transformations preserve dimensionality, underscoring it as the most fundamental spatial property."}, {"color": "#e66d13", "created_at": 1752884049, "description": "Refers to three-dimensional space, the fundamental framework for describing physical objects in reality.", "entity_id": "\u4e09\u7ef4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u7ef4", "label": "\u4e09\u7ef4", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Refers to three-dimensional space, the fundamental framework for describing physical objects in reality."}, {"color": "#4fad17", "created_at": 1752884049, "description": "Represents two-dimensional space, abstracted from 3D objects for mathematical representation.", "entity_id": "\u4e8c\u7ef4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u7ef4", "label": "\u4e8c\u7ef4", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Represents two-dimensional space, abstracted from 3D objects for mathematical representation."}, {"color": "#dcdf01", "created_at": 1752884049, "description": "\u83b1\u5e03\u5c3c\u8328\u63d0\u51fa\u7684\u51e0\u4f55\u5206\u652f\uff0c\u7814\u7a76\u4f4d\u7f6e\u5173\u7cfb\u800c\u4e0d\u8003\u8651\u5ea6\u91cf\uff0c\u662f\u62d3\u6251\u5b66\u7684\u524d\u8eab\u3002", "entity_id": "\u4f4d\u7f6e\u51e0\u4f55\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f4d\u7f6e\u51e0\u4f55\u5b66", "label": "\u4f4d\u7f6e\u51e0\u4f55\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u83b1\u5e03\u5c3c\u8328\u63d0\u51fa\u7684\u51e0\u4f55\u5206\u652f\uff0c\u7814\u7a76\u4f4d\u7f6e\u5173\u7cfb\u800c\u4e0d\u8003\u8651\u5ea6\u91cf\uff0c\u662f\u62d3\u6251\u5b66\u7684\u524d\u8eab\u3002"}, {"color": "#a48e7c", "created_at": 1752884049, "description": "\u674e\u65af\u5ef71848\u5e74\u7684\u8457\u4f5c\uff0c\u9996\u6b21\u7cfb\u7edf\u9610\u8ff0\u62d3\u6251\u5b66\u7406\u8bba\u5e76\u786e\u7acb\u672f\u8bed\u3002", "entity_id": "\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b", "label": "\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u674e\u65af\u5ef71848\u5e74\u7684\u8457\u4f5c\uff0c\u9996\u6b21\u7cfb\u7edf\u9610\u8ff0\u62d3\u6251\u5b66\u7406\u8bba\u5e76\u786e\u7acb\u672f\u8bed\u3002"}, {"color": "#7c9e03", "created_at": 1752884085, "description": "**Henri Poincar\u00e9 (\u5e9e\u52a0\u83b1)** was a renowned mathematician and scientist celebrated for his significant contributions to various fields, including topology and geometry. He authored influential works such as *Science and Method* (*\u79d1\u5b66\u4e0e\u65b9\u6cd5*), where he explored the philosophical underpinnings of scientific inquiry. Poincar\u00e9 emphasized the pursuit of beauty as a fundamental motivation for mathematical and scientific research, asserting that the harmonious order of nature was the root of this beauty. He also investigated intuitive aspects of foundational geometric concepts, such as distance and direction. His interdisciplinary approach bridged rigorous mathematical analysis with broader reflections on aesthetics and epistemology, leaving a lasting legacy in both science and philosophy.", "entity_id": "\u5e9e\u52a0\u83b1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e9e\u52a0\u83b1", "label": "\u5e9e\u52a0\u83b1", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "**Henri Poincar\u00e9 (\u5e9e\u52a0\u83b1)** was a renowned mathematician and scientist celebrated for his significant contributions to various fields, including topology and geometry. He authored influential works such as *Science and Method* (*\u79d1\u5b66\u4e0e\u65b9\u6cd5*), where he explored the philosophical underpinnings of scientific inquiry. Poincar\u00e9 emphasized the pursuit of beauty as a fundamental motivation for mathematical and scientific research, asserting that the harmonious order of nature was the root of this beauty. He also investigated intuitive aspects of foundational geometric concepts, such as distance and direction. His interdisciplinary approach bridged rigorous mathematical analysis with broader reflections on aesthetics and epistemology, leaving a lasting legacy in both science and philosophy."}, {"color": "#491a8f", "created_at": 1752884049, "description": "\u8d1d\u53f6\u65af\u662f\u4e00\u4f4d\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u5148\u9a8c\u6982\u7387\u7684\u601d\u60f3\uff0c\u5176\u7406\u8bba\u88ab\u7528\u4e8e\u8d1d\u53f6\u65af\u7f51\u4e2d\u7684\u6982\u7387\u8ba1\u7b97\u3002", "entity_id": "\u8d1d\u53f6\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d1d\u53f6\u65af", "label": "\u8d1d\u53f6\u65af", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u662f\u4e00\u4f4d\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u5148\u9a8c\u6982\u7387\u7684\u601d\u60f3\uff0c\u5176\u7406\u8bba\u88ab\u7528\u4e8e\u8d1d\u53f6\u65af\u7f51\u4e2d\u7684\u6982\u7387\u8ba1\u7b97\u3002"}, {"color": "#510052", "created_at": 1752884049, "description": "\u8d1d\u53f6\u65af\u7f51\u662f\u8d4b\u4e88\u6982\u7387\u7684\u6709\u5411\u65e0\u73af\u8fde\u901a\u7f51\u7edc\uff0c\u7528\u4e8e\u8868\u8fbe\u968f\u673a\u53d8\u91cf\u4e4b\u95f4\u7684\u6761\u4ef6\u6982\u7387\u5173\u7cfb\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u5927\u6570\u636e\u5206\u6790\u3002", "entity_id": "\u8d1d\u53f6\u65af\u7f51", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d1d\u53f6\u65af\u7f51", "label": "\u8d1d\u53f6\u65af\u7f51", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u662f\u8d4b\u4e88\u6982\u7387\u7684\u6709\u5411\u65e0\u73af\u8fde\u901a\u7f51\u7edc\uff0c\u7528\u4e8e\u8868\u8fbe\u968f\u673a\u53d8\u91cf\u4e4b\u95f4\u7684\u6761\u4ef6\u6982\u7387\u5173\u7cfb\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u5927\u6570\u636e\u5206\u6790\u3002"}, {"color": "#ec3f15", "created_at": 1752884049, "description": "\u4e00\u7b14\u753b\u95ee\u9898\u662f\u56fe\u8bba\u4e2d\u7684\u4e00\u4e2a\u6982\u5ff5\uff0c\u8981\u6c42\u904d\u5386\u7f51\u7edc\u7684\u6240\u6709\u9876\u70b9\u4e14\u6bcf\u6761\u68f1\u53ea\u80fd\u901a\u8fc7\u4e00\u6b21\uff0c\u5176\u6761\u4ef6\u7531\u6b27\u62c9\u63d0\u51fa\u3002", "entity_id": "\u4e00\u7b14\u753b\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u7b14\u753b\u95ee\u9898", "label": "\u4e00\u7b14\u753b\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u4e00\u7b14\u753b\u95ee\u9898\u662f\u56fe\u8bba\u4e2d\u7684\u4e00\u4e2a\u6982\u5ff5\uff0c\u8981\u6c42\u904d\u5386\u7f51\u7edc\u7684\u6240\u6709\u9876\u70b9\u4e14\u6bcf\u6761\u68f1\u53ea\u80fd\u901a\u8fc7\u4e00\u6b21\uff0c\u5176\u6761\u4ef6\u7531\u6b27\u62c9\u63d0\u51fa\u3002"}, {"color": "#c11576", "created_at": 1752884050, "description": "\u8fde\u901a\u7f51\u7edc\u662f\u6307\u4efb\u610f\u4e24\u4e2a\u9876\u70b9\u4e4b\u95f4\u90fd\u5b58\u5728\u8def\u5f84\u7684\u7f51\u7edc\u7ed3\u6784\u3002", "entity_id": "\u8fde\u901a\u7f51\u7edc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fde\u901a\u7f51\u7edc", "label": "\u8fde\u901a\u7f51\u7edc", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8fde\u901a\u7f51\u7edc\u662f\u6307\u4efb\u610f\u4e24\u4e2a\u9876\u70b9\u4e4b\u95f4\u90fd\u5b58\u5728\u8def\u5f84\u7684\u7f51\u7edc\u7ed3\u6784\u3002"}, {"color": "#4a94bf", "created_at": 1752884050, "description": "\u5947\u9876\u70b9\u662f\u6307\u8fde\u63a5\u8fb9\u6570\u4e3a\u5947\u6570\u7684\u9876\u70b9\uff0c\u5728\u4e00\u7b14\u753b\u95ee\u9898\u4e2d\u8d77\u5173\u952e\u4f5c\u7528\u3002", "entity_id": "\u5947\u9876\u70b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5947\u9876\u70b9", "label": "\u5947\u9876\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u5947\u9876\u70b9\u662f\u6307\u8fde\u63a5\u8fb9\u6570\u4e3a\u5947\u6570\u7684\u9876\u70b9\uff0c\u5728\u4e00\u7b14\u753b\u95ee\u9898\u4e2d\u8d77\u5173\u952e\u4f5c\u7528\u3002"}, {"color": "#45ebd6", "created_at": 1752884049, "description": "\u6709\u5411\u7f51\u7edc\u662f\u5728\u8fde\u901a\u7f51\u7edc\u4e2d\u4e3a\u68f1\u8d4b\u4e88\u65b9\u5411\u7684\u7ed3\u6784\uff0c\u7528\u4e8e\u8868\u793a\u56e0\u679c\u5173\u7cfb\u3001\u9057\u4f20\u56fe\u8c31\u7b49\u590d\u6742\u5173\u7cfb\u3002", "entity_id": "\u6709\u5411\u7f51\u7edc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u5411\u7f51\u7edc", "label": "\u6709\u5411\u7f51\u7edc", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6709\u5411\u7f51\u7edc\u662f\u5728\u8fde\u901a\u7f51\u7edc\u4e2d\u4e3a\u68f1\u8d4b\u4e88\u65b9\u5411\u7684\u7ed3\u6784\uff0c\u7528\u4e8e\u8868\u793a\u56e0\u679c\u5173\u7cfb\u3001\u9057\u4f20\u56fe\u8c31\u7b49\u590d\u6742\u5173\u7cfb\u3002"}, {"color": "#5bae92", "created_at": 1752884050, "description": "Causality refers to deterministic relationships where inputs directly determine outputs, a core focus of mathematics.", "entity_id": "\u56e0\u679c\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56e0\u679c\u5173\u7cfb", "label": "\u56e0\u679c\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Causality refers to deterministic relationships where inputs directly determine outputs, a core focus of mathematics."}, {"color": "#518273", "created_at": 1752884050, "description": "\u6d41\u884c\u75c5\u5b66\u7814\u7a76\u75be\u75c5\u4f20\u64ad\u89c4\u5f8b\uff0c\u53ef\u7528\u7f51\u7edc\u6a21\u578b\u5206\u6790\u4f20\u64ad\u8def\u5f84\u3002", "entity_id": "\u6d41\u884c\u75c5\u5b66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6d41\u884c\u75c5\u5b66", "label": "\u6d41\u884c\u75c5\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6d41\u884c\u75c5\u5b66\u7814\u7a76\u75be\u75c5\u4f20\u64ad\u89c4\u5f8b\uff0c\u53ef\u7528\u7f51\u7edc\u6a21\u578b\u5206\u6790\u4f20\u64ad\u8def\u5f84\u3002"}, {"color": "#a83cb8", "created_at": 1752884141, "description": "\u8d1d\u53f6\u65af\u7f51\u4f7f\u7528\u6761\u4ef6\u6982\u7387\u6765\u8868\u793a\u968f\u673a\u53d8\u91cf\u95f4\u7684\u4f9d\u8d56\u5173\u7cfb\u3002", "entity_id": "\u6761\u4ef6\u6982\u7387", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6761\u4ef6\u6982\u7387", "label": "\u6761\u4ef6\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u4f7f\u7528\u6761\u4ef6\u6982\u7387\u6765\u8868\u793a\u968f\u673a\u53d8\u91cf\u95f4\u7684\u4f9d\u8d56\u5173\u7cfb\u3002"}, {"color": "#d642b1", "created_at": 1752884050, "description": "\u57fa\u56e0\u7ec4\u5b66\u7814\u7a76\u751f\u7269\u57fa\u56e0\u5e8f\u5217\uff0c\u9700\u8981\u5904\u7406\u6d77\u91cf\u9057\u4f20\u6570\u636e\u3002", "entity_id": "\u57fa\u56e0\u7ec4\u5b66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u56e0\u7ec4\u5b66", "label": "\u57fa\u56e0\u7ec4\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u57fa\u56e0\u7ec4\u5b66\u7814\u7a76\u751f\u7269\u57fa\u56e0\u5e8f\u5217\uff0c\u9700\u8981\u5904\u7406\u6d77\u91cf\u9057\u4f20\u6570\u636e\u3002"}, {"color": "#98d8f0", "created_at": 1752884055, "description": "Big data computation that requires new understandings of data as information carriers.", "entity_id": "\u5927\u6570\u636e\u8ba1\u7b97", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6570\u636e\u8ba1\u7b97", "label": "\u5927\u6570\u636e\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Big data computation that requires new understandings of data as information carriers."}, {"color": "#c43e55", "created_at": 1752884057, "description": "Digitization as a key process in big data era for converting various information formats.", "entity_id": "\u6570\u5b57\u5316", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b57\u5316", "label": "\u6570\u5b57\u5316", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Digitization as a key process in big data era for converting various information formats."}, {"color": "#4f1142", "created_at": 1752884050, "description": "\u9876\u70b9\u662f\u7f51\u7edc\u4e2d\u7684\u57fa\u672c\u7ec4\u6210\u5355\u4f4d\uff0c\u5728\u56fe\u8bba\u4e2d\u4ee3\u8868\u8fde\u63a5\u5173\u7cfb\u7684\u8282\u70b9\u3002", "entity_id": "\u9876\u70b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9876\u70b9", "label": "\u9876\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u9876\u70b9\u662f\u7f51\u7edc\u4e2d\u7684\u57fa\u672c\u7ec4\u6210\u5355\u4f4d\uff0c\u5728\u56fe\u8bba\u4e2d\u4ee3\u8868\u8fde\u63a5\u5173\u7cfb\u7684\u8282\u70b9\u3002"}, {"color": "#5e5b29", "created_at": 1752884050, "description": "\u68f1\u662f\u7f51\u7edc\u4e2d\u8fde\u63a5\u9876\u70b9\u7684\u8fb9\uff0c\u5728\u56fe\u8bba\u4e2d\u4ee3\u8868\u9876\u70b9\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "entity_id": "\u68f1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u68f1", "label": "\u68f1", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u68f1\u662f\u7f51\u7edc\u4e2d\u8fde\u63a5\u9876\u70b9\u7684\u8fb9\uff0c\u5728\u56fe\u8bba\u4e2d\u4ee3\u8868\u9876\u70b9\u4e4b\u95f4\u7684\u5173\u7cfb\u3002"}, {"color": "#5c9e48", "created_at": 1752884050, "description": "\u4f20\u7edf\u6570\u5b66\u4e3b\u8981\u7814\u7a76\u786e\u5b9a\u6027\u95ee\u9898\u7684\u56e0\u679c\u5173\u7cfb\u548c\u663e\u6027\u8868\u8fbe\u5f0f\u3002", "entity_id": "\u4f20\u7edf\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f20\u7edf\u6570\u5b66", "label": "\u4f20\u7edf\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u4f20\u7edf\u6570\u5b66\u4e3b\u8981\u7814\u7a76\u786e\u5b9a\u6027\u95ee\u9898\u7684\u56e0\u679c\u5173\u7cfb\u548c\u663e\u6027\u8868\u8fbe\u5f0f\u3002"}, {"color": "#0d7ce3", "created_at": 1752884050, "description": "The internet provides vast data sources enabling modern statistical analysis and big data applications.\u003cSEP\u003e\u4e92\u8054\u7f51\u662f\u5168\u7403\u6027\u7684\u8ba1\u7b97\u673a\u7f51\u7edc\u7cfb\u7edf\uff0c\u662f\u5927\u6570\u636e\u7684\u91cd\u8981\u6765\u6e90\u4e4b\u4e00\u3002", "entity_id": "\u4e92\u8054\u7f51", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e92\u8054\u7f51", "label": "\u4e92\u8054\u7f51", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-b979930d4003be29c720b25f01498e92", "title": "The internet provides vast data sources enabling modern statistical analysis and big data applications.\u003cSEP\u003e\u4e92\u8054\u7f51\u662f\u5168\u7403\u6027\u7684\u8ba1\u7b97\u673a\u7f51\u7edc\u7cfb\u7edf\uff0c\u662f\u5927\u6570\u636e\u7684\u91cd\u8981\u6765\u6e90\u4e4b\u4e00\u3002"}, {"color": "#36fdcb", "created_at": 1752884092, "description": "Large radio telescope network generating astronomical big data.", "entity_id": "\u5929\u773c", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u773c", "label": "\u5929\u773c", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Large radio telescope network generating astronomical big data."}, {"color": "#7fb6d6", "created_at": 1752884092, "description": "\u300a\u81ea\u7136\u300b\u6742\u5fd7\u662f\u56fd\u9645\u9876\u7ea7\u79d1\u5b66\u671f\u520a\uff0c2008\u5e74\u520a\u767b\u4e86\u591a\u7bc7\u8ba8\u8bba\u5927\u6570\u636e\u7684\u6587\u7ae0\uff0c\u5f15\u53d1\u5e7f\u6cdb\u5173\u6ce8\u3002", "entity_id": "\u300a\u81ea\u7136\u300b\u6742\u5fd7", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u81ea\u7136\u300b\u6742\u5fd7", "label": "\u300a\u81ea\u7136\u300b\u6742\u5fd7", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u300a\u81ea\u7136\u300b\u6742\u5fd7\u662f\u56fd\u9645\u9876\u7ea7\u79d1\u5b66\u671f\u520a\uff0c2008\u5e74\u520a\u767b\u4e86\u591a\u7bc7\u8ba8\u8bba\u5927\u6570\u636e\u7684\u6587\u7ae0\uff0c\u5f15\u53d1\u5e7f\u6cdb\u5173\u6ce8\u3002"}, {"color": "#6b82c2", "created_at": 1752884092, "description": "\u300a\u79d1\u5b66\u300b\u6742\u5fd7\u662f\u56fd\u9645\u9876\u7ea7\u79d1\u5b66\u671f\u520a\uff0c2011\u5e74\u4ee5\u5927\u6570\u636e\u4e3a\u4e3b\u9898\u520a\u767b\u7cfb\u5217\u6587\u7ae0\uff0c\u63a2\u8ba8\u6570\u636e\u5904\u7406\u548c\u5173\u8054\u95ee\u9898\u3002", "entity_id": "\u300a\u79d1\u5b66\u300b\u6742\u5fd7", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u79d1\u5b66\u300b\u6742\u5fd7", "label": "\u300a\u79d1\u5b66\u300b\u6742\u5fd7", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u300a\u79d1\u5b66\u300b\u6742\u5fd7\u662f\u56fd\u9645\u9876\u7ea7\u79d1\u5b66\u671f\u520a\uff0c2011\u5e74\u4ee5\u5927\u6570\u636e\u4e3a\u4e3b\u9898\u520a\u767b\u7cfb\u5217\u6587\u7ae0\uff0c\u63a2\u8ba8\u6570\u636e\u5904\u7406\u548c\u5173\u8054\u95ee\u9898\u3002"}, {"color": "#40390f", "created_at": 1752884093, "description": "\u7cbe\u51c6\u533b\u7597\u662f\u4e00\u79cd\u533b\u7597\u65b9\u6848\uff0c\u9700\u8981\u6574\u5408\u9ad8\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002", "entity_id": "\u7cbe\u51c6\u533b\u7597", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7cbe\u51c6\u533b\u7597", "label": "\u7cbe\u51c6\u533b\u7597", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7cbe\u51c6\u533b\u7597\u662f\u4e00\u79cd\u533b\u7597\u65b9\u6848\uff0c\u9700\u8981\u6574\u5408\u9ad8\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002"}, {"color": "#23e03d", "created_at": 1752884093, "description": "\u7cbe\u51c6\u6276\u8d2b\u662f\u4e00\u79cd\u6276\u8d2b\u65b9\u6848\uff0c\u9700\u8981\u6574\u5408\u591a\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002", "entity_id": "\u7cbe\u51c6\u6276\u8d2b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7cbe\u51c6\u6276\u8d2b", "label": "\u7cbe\u51c6\u6276\u8d2b", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7cbe\u51c6\u6276\u8d2b\u662f\u4e00\u79cd\u6276\u8d2b\u65b9\u6848\uff0c\u9700\u8981\u6574\u5408\u591a\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002"}, {"color": "#0c45a7", "created_at": 1752884093, "description": "\u7f51\u7edc\u6570\u636eencompasses data generated from network structures, including social networks and IoT, with complex and dynamic characteristics.\u003cSEP\u003e\u7f51\u7edc\u6570\u636e\u5177\u6709\u4ef7\u503c\u7a00\u758f\u3001\u6df7\u6742\u5197\u4f59\u7b49\u7279\u70b9\uff0c\u662f\u5927\u6570\u636e\u7684\u91cd\u8981\u6765\u6e90\u4e4b\u4e00\u3002", "entity_id": "\u7f51\u7edc\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7f51\u7edc\u6570\u636e", "label": "\u7f51\u7edc\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7f51\u7edc\u6570\u636eencompasses data generated from network structures, including social networks and IoT, with complex and dynamic characteristics.\u003cSEP\u003e\u7f51\u7edc\u6570\u636e\u5177\u6709\u4ef7\u503c\u7a00\u758f\u3001\u6df7\u6742\u5197\u4f59\u7b49\u7279\u70b9\uff0c\u662f\u5927\u6570\u636e\u7684\u91cd\u8981\u6765\u6e90\u4e4b\u4e00\u3002"}, {"color": "#a38e4f", "created_at": 1752884093, "description": "\u6587\u672c\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002", "entity_id": "\u6587\u672c\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6587\u672c\u6570\u636e", "label": "\u6587\u672c\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6587\u672c\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002"}, {"color": "#2be370", "created_at": 1752884093, "description": "\u591a\u56fd\u653f\u5e9c\u76f4\u63a5\u5e72\u9884\u7684\u8fdb\u7a0b\uff0c\u968f\u7740\u7f51\u7edc\u4fe1\u606f\u53d1\u5c55\u53d8\u5f97\u8d8a\u6765\u8d8a\u91cd\u8981\u3002", "entity_id": "\u6570\u5b57\u5316\u8fdb\u7a0b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b57\u5316\u8fdb\u7a0b", "label": "\u6570\u5b57\u5316\u8fdb\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u591a\u56fd\u653f\u5e9c\u76f4\u63a5\u5e72\u9884\u7684\u8fdb\u7a0b\uff0c\u968f\u7740\u7f51\u7edc\u4fe1\u606f\u53d1\u5c55\u53d8\u5f97\u8d8a\u6765\u8d8a\u91cd\u8981\u3002"}, {"color": "#3dbfd3", "created_at": 1752884093, "description": "\u4fe1\u606f\u5b89\u5168involves protecting data from unauthorized access or breaches, especially relevant in the context of big data and AI.", "entity_id": "\u4fe1\u606f\u5b89\u5168", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4fe1\u606f\u5b89\u5168", "label": "\u4fe1\u606f\u5b89\u5168", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u4fe1\u606f\u5b89\u5168involves protecting data from unauthorized access or breaches, especially relevant in the context of big data and AI."}, {"color": "#13e492", "created_at": 1752884097, "description": "\u4eba\u5de5\u667a\u80fd(Artificial Intelligence) is a field of information science that has seen rapid development, contributing to the evolution of mathematics and data analysis.\u003cSEP\u003e\u4eba\u5de5\u667a\u80fd(Artificial Intelligence) leverages mathematical models for machine learning and cognitive simulation.", "entity_id": "\u4eba\u5de5\u667a\u80fd", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4eba\u5de5\u667a\u80fd", "label": "\u4eba\u5de5\u667a\u80fd", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u4eba\u5de5\u667a\u80fd(Artificial Intelligence) is a field of information science that has seen rapid development, contributing to the evolution of mathematics and data analysis.\u003cSEP\u003e\u4eba\u5de5\u667a\u80fd(Artificial Intelligence) leverages mathematical models for machine learning and cognitive simulation."}, {"color": "#488a72", "created_at": 1752884052, "description": "Modern data analysis techniques enabled by internet-scale datasets, driving advancements in computing, statistics, and machine learning methodologies.\u003cSEP\u003eModern statistical approach for handling large, complex datasets.\u003cSEP\u003e\u5927\u6570\u636e\u5206\u6790\u662f\u73b0\u4ee3\u5e94\u7528\u9886\u57df\uff0c\u5229\u7528\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5904\u7406\u793e\u4ea4\u7f51\u7edc\u7b49\u968f\u673a\u6570\u636e\u3002", "entity_id": "\u5927\u6570\u636e\u5206\u6790", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6570\u636e\u5206\u6790", "label": "\u5927\u6570\u636e\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-1d53a8b79c459a7736aa43124180db58", "title": "Modern data analysis techniques enabled by internet-scale datasets, driving advancements in computing, statistics, and machine learning methodologies.\u003cSEP\u003eModern statistical approach for handling large, complex datasets.\u003cSEP\u003e\u5927\u6570\u636e\u5206\u6790\u662f\u73b0\u4ee3\u5e94\u7528\u9886\u57df\uff0c\u5229\u7528\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5904\u7406\u793e\u4ea4\u7f51\u7edc\u7b49\u968f\u673a\u6570\u636e\u3002"}, {"color": "#21306a", "created_at": 1752884060, "description": "The process of representing mathematical concepts through symbols rather than concrete objects.", "entity_id": "\u7b26\u53f7\u5316", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b26\u53f7\u5316", "label": "\u7b26\u53f7\u5316", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The process of representing mathematical concepts through symbols rather than concrete objects."}, {"color": "#73e925", "created_at": 1752884060, "description": "The formalization of mathematical proof processes into structured logical sequences.", "entity_id": "\u5f62\u5f0f\u5316", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f62\u5f0f\u5316", "label": "\u5f62\u5f0f\u5316", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The formalization of mathematical proof processes into structured logical sequences."}, {"color": "#14cf16", "created_at": 1752884060, "description": "The foundation of mathematical systems on clearly stated axioms and definitions.", "entity_id": "\u516c\u7406\u5316", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u7406\u5316", "label": "\u516c\u7406\u5316", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The foundation of mathematical systems on clearly stated axioms and definitions."}, {"color": "#c5e77d", "created_at": 1752884096, "description": "Computer technology refers to the development and application of computing systems and software, driving advancements in various fields.\u003cSEP\u003e\u8ba1\u7b97\u673a\u6280\u672f(Computer Technology) has influenced math by enabling data-driven pattern discovery and abstract modeling.", "entity_id": "\u8ba1\u7b97\u673a\u6280\u672f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u7b97\u673a\u6280\u672f", "label": "\u8ba1\u7b97\u673a\u6280\u672f", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "Computer technology refers to the development and application of computing systems and software, driving advancements in various fields.\u003cSEP\u003e\u8ba1\u7b97\u673a\u6280\u672f(Computer Technology) has influenced math by enabling data-driven pattern discovery and abstract modeling."}, {"color": "#9890b1", "created_at": 1752884096, "description": "Information technology encompasses the use of computers and telecommunications to store, retrieve, and transmit data.", "entity_id": "\u4fe1\u606f\u6280\u672f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4fe1\u606f\u6280\u672f", "label": "\u4fe1\u606f\u6280\u672f", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Information technology encompasses the use of computers and telecommunications to store, retrieve, and transmit data."}, {"color": "#67eec7", "created_at": 1752884096, "description": "Physics is a fundamental science that studies matter, energy, and their interactions, with wide applications in various fields.\u003cSEP\u003e\u7269\u7406\u5b66\u662f\u7814\u7a76\u7269\u8d28\u3001\u80fd\u91cf\u53ca\u5176\u76f8\u4e92\u4f5c\u7528\u7684\u79d1\u5b66\uff0c\u4f3d\u5229\u7565\u5bf9\u5176\u65b9\u6cd5\u8bba\u6709\u9769\u547d\u6027\u8d21\u732e\u3002", "entity_id": "\u7269\u7406\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7269\u7406\u5b66", "label": "\u7269\u7406\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "Physics is a fundamental science that studies matter, energy, and their interactions, with wide applications in various fields.\u003cSEP\u003e\u7269\u7406\u5b66\u662f\u7814\u7a76\u7269\u8d28\u3001\u80fd\u91cf\u53ca\u5176\u76f8\u4e92\u4f5c\u7528\u7684\u79d1\u5b66\uff0c\u4f3d\u5229\u7565\u5bf9\u5176\u65b9\u6cd5\u8bba\u6709\u9769\u547d\u6027\u8d21\u732e\u3002"}, {"color": "#a15920", "created_at": 1752884096, "description": "Life science is a branch of biology that studies living organisms and life processes, with important applications in research and medicine.", "entity_id": "\u751f\u547d\u79d1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u751f\u547d\u79d1\u5b66", "label": "\u751f\u547d\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Life science is a branch of biology that studies living organisms and life processes, with important applications in research and medicine."}, {"color": "#145664", "created_at": 1752884052, "description": "Computational science that has advanced significantly through big data analysis challenges.\u003cSEP\u003e\u8ba1\u7b97\u79d1\u5b66(Computational Science) accelerates the shift in research methodologies by enabling analysis of concrete data from the real world.\u003cSEP\u003e\u8ba1\u7b97\u79d1\u5b66\u662f\u53d7\u5927\u7ef4\u6570\u636e\u6311\u6218\u7684\u5b66\u79d1\u9886\u57df\u4e4b\u4e00\u3002", "entity_id": "\u8ba1\u7b97\u79d1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u7b97\u79d1\u5b66", "label": "\u8ba1\u7b97\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-608b0316446964948025df9ddd40b81a", "title": "Computational science that has advanced significantly through big data analysis challenges.\u003cSEP\u003e\u8ba1\u7b97\u79d1\u5b66(Computational Science) accelerates the shift in research methodologies by enabling analysis of concrete data from the real world.\u003cSEP\u003e\u8ba1\u7b97\u79d1\u5b66\u662f\u53d7\u5927\u7ef4\u6570\u636e\u6311\u6218\u7684\u5b66\u79d1\u9886\u57df\u4e4b\u4e00\u3002"}, {"color": "#fb9bd7", "created_at": 1752884050, "description": "A mathematician known for his work on probability theory, including \u0027\u5206\u6790\u6982\u7387\u8bba\u0027 (Analytical Theory of Probabilities).\u003cSEP\u003eLaplace contributed to probability theory by defining the classical concept of probability.", "entity_id": "\u62c9\u666e\u62c9\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u62c9\u666e\u62c9\u65af", "label": "\u62c9\u666e\u62c9\u65af", "shape": "dot", "size": 10, "source_id": "chunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "A mathematician known for his work on probability theory, including \u0027\u5206\u6790\u6982\u7387\u8bba\u0027 (Analytical Theory of Probabilities).\u003cSEP\u003eLaplace contributed to probability theory by defining the classical concept of probability."}, {"color": "#1f02c5", "created_at": 1752884050, "description": "Kolmogorov established the axiomatic system for probability theory, formalizing its mathematical foundations.\u003cSEP\u003eKolmogorov was a Soviet mathematician who established the axiomatic system of probability theory in 1933, integrating measure theory and real analysis.", "entity_id": "\u67ef\u5c14\u83ab\u54e5\u6d1b\u592b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u5c14\u83ab\u54e5\u6d1b\u592b", "label": "\u67ef\u5c14\u83ab\u54e5\u6d1b\u592b", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568", "title": "Kolmogorov established the axiomatic system for probability theory, formalizing its mathematical foundations.\u003cSEP\u003eKolmogorov was a Soviet mathematician who established the axiomatic system of probability theory in 1933, integrating measure theory and real analysis."}, {"color": "#f4aa5d", "created_at": 1752884050, "description": "Random events are phenomena with measurable probabilities, a key concept in probability and statistics.\u003cSEP\u003e\u968f\u673a\u4e8b\u4ef6\u6307\u53ef\u80fd\u53d1\u751f\u4e5f\u53ef\u80fd\u4e0d\u53d1\u751f\u7684\u4e8b\u4ef6\uff0c\u662f\u6982\u7387\u8bba\u7814\u7a76\u7684\u6838\u5fc3\u5bf9\u8c61\u3002", "entity_id": "\u968f\u673a\u4e8b\u4ef6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u4e8b\u4ef6", "label": "\u968f\u673a\u4e8b\u4ef6", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f\u003cSEP\u003echunk-d2679c276a6549feb7b170286ac40568", "title": "Random events are phenomena with measurable probabilities, a key concept in probability and statistics.\u003cSEP\u003e\u968f\u673a\u4e8b\u4ef6\u6307\u53ef\u80fd\u53d1\u751f\u4e5f\u53ef\u80fd\u4e0d\u53d1\u751f\u7684\u4e8b\u4ef6\uff0c\u662f\u6982\u7387\u8bba\u7814\u7a76\u7684\u6838\u5fc3\u5bf9\u8c61\u3002"}, {"color": "#49ee27", "created_at": 1752884051, "description": "\u6570\u5b66\u540c\u4e00\u5f8b\u4f7f\u5f97\u6982\u7387\u8bba\u53ef\u4ee5\u7528\u6570\u5b66\u65b9\u6cd5\u7814\u7a76\u548c\u8868\u8fbe\u968f\u673a\u73b0\u8c61\u3002", "entity_id": "\u6570\u5b66\u540c\u4e00\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u540c\u4e00\u5f8b", "label": "\u6570\u5b66\u540c\u4e00\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u6570\u5b66\u540c\u4e00\u5f8b\u4f7f\u5f97\u6982\u7387\u8bba\u53ef\u4ee5\u7528\u6570\u5b66\u65b9\u6cd5\u7814\u7a76\u548c\u8868\u8fbe\u968f\u673a\u73b0\u8c61\u3002"}, {"color": "#29fd0d", "created_at": 1752884051, "description": "\u7ecf\u5178\u6982\u7387\u95ee\u9898\uff1a\u8fde\u7eed\u629b\u63b7\u5747\u5300\u786c\u5e015\u6b21\u90fd\u662f\u6b63\u9762\u540e\uff0c\u7b2c6\u6b21\u51fa\u73b0\u6b63\u9762\u7684\u6982\u7387\u95ee\u9898\u3002", "entity_id": "\u629b\u786c\u5e01\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u629b\u786c\u5e01\u95ee\u9898", "label": "\u629b\u786c\u5e01\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u7ecf\u5178\u6982\u7387\u95ee\u9898\uff1a\u8fde\u7eed\u629b\u63b7\u5747\u5300\u786c\u5e015\u6b21\u90fd\u662f\u6b63\u9762\u540e\uff0c\u7b2c6\u6b21\u51fa\u73b0\u6b63\u9762\u7684\u6982\u7387\u95ee\u9898\u3002"}, {"color": "#eb6fbe", "created_at": 1752884051, "description": "Kolmogorov was a Soviet mathematician who, in 1933, established the axiomatic foundation of probability theory using measure theory and real analysis.", "entity_id": "Kolmogorov", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Kolmogorov", "label": "Kolmogorov", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Kolmogorov was a Soviet mathematician who, in 1933, established the axiomatic foundation of probability theory using measure theory and real analysis."}, {"color": "#8486dc", "created_at": 1752884094, "description": "Field pioneered by Shannon using entropy to quantify information uncertainty and transmission.\u003cSEP\u003eInformation theory is a mathematical framework for quantifying information, developed by Claude Shannon.\u003cSEP\u003e\u4fe1\u606f\u8bbais a mathematical framework for quantifying and analyzing information, foundational to modern communication and data science.", "entity_id": "\u4fe1\u606f\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4fe1\u606f\u8bba", "label": "\u4fe1\u606f\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321\u003cSEP\u003echunk-07fa82116ccdf3d987439780f6db30db\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Field pioneered by Shannon using entropy to quantify information uncertainty and transmission.\u003cSEP\u003eInformation theory is a mathematical framework for quantifying information, developed by Claude Shannon.\u003cSEP\u003e\u4fe1\u606f\u8bbais a mathematical framework for quantifying and analyzing information, foundational to modern communication and data science."}, {"color": "#59bb36", "created_at": 1752884105, "description": "A philosophical essay by Laplace on probabilities, originally an introduction to his larger work.", "entity_id": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "label": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A philosophical essay by Laplace on probabilities, originally an introduction to his larger work."}, {"color": "#28b785", "created_at": 1752884105, "description": "A work on probability theory by Laplace, published in 1812 with a second edition in 1814.", "entity_id": "\u300a\u5206\u6790\u6982\u7387\u8bba\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5206\u6790\u6982\u7387\u8bba\u300b", "label": "\u300a\u5206\u6790\u6982\u7387\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A work on probability theory by Laplace, published in 1812 with a second edition in 1814."}, {"color": "#7cc321", "created_at": 1752884105, "description": "A philosophical essay by Laplace, originally the introduction to the second edition of \u0027\u5206\u6790\u6982\u7387\u8bba\u0027.", "entity_id": "\u300a\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u300b", "label": "\u300a\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A philosophical essay by Laplace, originally the introduction to the second edition of \u0027\u5206\u6790\u6982\u7387\u8bba\u0027."}, {"color": "#fd93e3", "created_at": 1752884052, "description": "The axiomatic system of probability theory established by Kolmogorov, which formalized probability using measure theory and abstract mathematical foundations.", "entity_id": "\u6982\u7387\u8bba\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u8bba\u516c\u7406\u4f53\u7cfb", "label": "\u6982\u7387\u8bba\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "The axiomatic system of probability theory established by Kolmogorov, which formalized probability using measure theory and abstract mathematical foundations."}, {"color": "#392f68", "created_at": 1752884051, "description": "The fundamental concept in probability and statistics representing all possible outcomes of a random phenomenon.\u003cSEP\u003e\u6240\u6709\u53ef\u80fd\u7ed3\u679c\u7684\u96c6\u5408\uff0c\u662f\u5b9a\u4e49\u968f\u673a\u4e8b\u4ef6\u548c\u6982\u7387\u7684\u57fa\u7840\u3002", "entity_id": "\u6837\u672c\u7a7a\u95f4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6837\u672c\u7a7a\u95f4", "label": "\u6837\u672c\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "The fundamental concept in probability and statistics representing all possible outcomes of a random phenomenon.\u003cSEP\u003e\u6240\u6709\u53ef\u80fd\u7ed3\u679c\u7684\u96c6\u5408\uff0c\u662f\u5b9a\u4e49\u968f\u673a\u4e8b\u4ef6\u548c\u6982\u7387\u7684\u57fa\u7840\u3002"}, {"color": "#3cc2ce", "created_at": 1752884050, "description": "Random phenomena are events or processes whose outcomes are unpredictable but follow probabilistic patterns.\u003cSEP\u003eRandom phenomena are events with uncertain outcomes, studied in probability theory and statistics.", "entity_id": "\u968f\u673a\u73b0\u8c61", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u73b0\u8c61", "label": "\u968f\u673a\u73b0\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Random phenomena are events or processes whose outcomes are unpredictable but follow probabilistic patterns.\u003cSEP\u003eRandom phenomena are events with uncertain outcomes, studied in probability theory and statistics."}, {"color": "#667e5f", "created_at": 1752884051, "description": "\u6982\u7387\u662f\u5ea6\u91cf\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u53ef\u80fd\u6027\u5927\u5c0f\u7684\u6570\u503c\uff0c\u5728\u6982\u7387\u8bba\u4e2d\u88ab\u8ba4\u4e3a\u662f\u4e0d\u53d8\u7684\u56fa\u6709\u5c5e\u6027\u3002\u003cSEP\u003e\u6982\u7387\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u8868\u793a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\u3002", "entity_id": "\u6982\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387", "label": "\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f\u003cSEP\u003echunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6982\u7387\u662f\u5ea6\u91cf\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u53ef\u80fd\u6027\u5927\u5c0f\u7684\u6570\u503c\uff0c\u5728\u6982\u7387\u8bba\u4e2d\u88ab\u8ba4\u4e3a\u662f\u4e0d\u53d8\u7684\u56fa\u6709\u5c5e\u6027\u3002\u003cSEP\u003e\u6982\u7387\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u8868\u793a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\u3002"}, {"color": "#7a426c", "created_at": 1752884088, "description": "\u968f\u673a\u6e38\u8d70\u6a21\u578bis a mathematical model studied for its properties in different dimensions, including return probabilities and statistical characteristics.\u003cSEP\u003e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u662f\u6700\u7b80\u5355\u7684\u81ea\u56de\u5f52\u6a21\u578b\uff0c\u63cf\u8ff0\u65e0\u76ee\u7684\u3001\u65e0\u610f\u8bc6\u7684\u968f\u673a\u884c\u8d70\u884c\u4e3a\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u591a\u4e2a\u9886\u57df\u3002", "entity_id": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "label": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u968f\u673a\u6e38\u8d70\u6a21\u578bis a mathematical model studied for its properties in different dimensions, including return probabilities and statistical characteristics.\u003cSEP\u003e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u662f\u6700\u7b80\u5355\u7684\u81ea\u56de\u5f52\u6a21\u578b\uff0c\u63cf\u8ff0\u65e0\u76ee\u7684\u3001\u65e0\u610f\u8bc6\u7684\u968f\u673a\u884c\u8d70\u884c\u4e3a\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u591a\u4e2a\u9886\u57df\u3002"}, {"color": "#1f4c10", "created_at": 1752884050, "description": "Probability theory is a branch of mathematics that studies random events from a speculative perspective, focusing on the measurement of likelihood (probability).", "entity_id": "Probability Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Probability Theory", "label": "Probability Theory", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Probability theory is a branch of mathematics that studies random events from a speculative perspective, focusing on the measurement of likelihood (probability)."}, {"color": "#ab8be2", "created_at": 1752884051, "description": "Statistics is a field that studies random events from a factual perspective, often questioning assumptions based on observed data.", "entity_id": "Statistics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Statistics", "label": "Statistics", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Statistics is a field that studies random events from a factual perspective, often questioning assumptions based on observed data."}, {"color": "#91f6ce", "created_at": 1752884051, "description": "Laplace was a mathematician who, in 1814, defined probability as a fraction where the numerator is the number of favorable cases and the denominator is the total number of possible cases.", "entity_id": "Laplace", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Laplace", "label": "Laplace", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Laplace was a mathematician who, in 1814, defined probability as a fraction where the numerator is the number of favorable cases and the denominator is the total number of possible cases."}, {"color": "#f6c43c", "created_at": 1752884051, "description": "A sample space is the set of all possible outcomes of a random experiment, foundational to defining random events in probability theory.\u003cSEP\u003eThe sample space is the set of all possible outcomes of an experiment, used in probability theory and statistics.", "entity_id": "Sample Space", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Sample Space", "label": "Sample Space", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f\u003cSEP\u003echunk-ecf79315a67b38895aa47dae85a782bc", "title": "A sample space is the set of all possible outcomes of a random experiment, foundational to defining random events in probability theory.\u003cSEP\u003eThe sample space is the set of all possible outcomes of an experiment, used in probability theory and statistics."}, {"color": "#a810cb", "created_at": 1752884051, "description": "Classical probability model discussed in middle school mathematics, dealing only with discrete cases.\u003cSEP\u003e\u6ee1\u8db3\u6709\u9650\u3001\u7b49\u53ef\u80fd\u57fa\u672c\u4e8b\u4ef6\u4e24\u4e2a\u9650\u5236\u6761\u4ef6\u7684\u6982\u7387\u6a21\u578b\u3002", "entity_id": "\u53e4\u5178\u6982\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5178\u6982\u578b", "label": "\u53e4\u5178\u6982\u578b", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Classical probability model discussed in middle school mathematics, dealing only with discrete cases.\u003cSEP\u003e\u6ee1\u8db3\u6709\u9650\u3001\u7b49\u53ef\u80fd\u57fa\u672c\u4e8b\u4ef6\u4e24\u4e2a\u9650\u5236\u6761\u4ef6\u7684\u6982\u7387\u6a21\u578b\u3002"}, {"color": "#ea7230", "created_at": 1752884052, "description": "A basic event is an elementary outcome within the sample space, denoted as a \u2192 P (occurrence) or a ~ P (non-occurrence).", "entity_id": "Basic Event", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Basic Event", "label": "Basic Event", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A basic event is an elementary outcome within the sample space, denoted as a \u2192 P (occurrence) or a ~ P (non-occurrence)."}, {"color": "#c13bd6", "created_at": 1752884143, "description": "Elementary events are the constituent elements that make up the sample space.", "entity_id": "Elementary Event", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Elementary Event", "label": "Elementary Event", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Elementary events are the constituent elements that make up the sample space."}, {"color": "#876429", "created_at": 1752884051, "description": "The classical probability model assumes a finite sample space with equally likely basic events, corresponding to discrete probability distributions.", "entity_id": "Classical Probability Model", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Classical Probability Model", "label": "Classical Probability Model", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "The classical probability model assumes a finite sample space with equally likely basic events, corresponding to discrete probability distributions."}, {"color": "#f40ec0", "created_at": 1752884051, "description": "Discrete probability distributions apply to countable sample spaces with equally likely outcomes, measured using counting measures.", "entity_id": "Discrete Probability Distribution", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Discrete Probability Distribution", "label": "Discrete Probability Distribution", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Discrete probability distributions apply to countable sample spaces with equally likely outcomes, measured using counting measures."}, {"color": "#369de2", "created_at": 1752884057, "description": "\u6982\u7387\u53ef\u9760\u6027\u662f\u4e00\u4e2a\u6f5c\u5728\u7684\u65b0\u6982\u5ff5\uff0c\u7528\u4e8e\u5904\u7406\u6982\u7387\u5927\u4e8e1\u7684\u7279\u6b8a\u60c5\u51b5\u3002", "entity_id": "\u6982\u7387\u53ef\u9760\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u53ef\u9760\u6027", "label": "\u6982\u7387\u53ef\u9760\u6027", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6982\u7387\u53ef\u9760\u6027\u662f\u4e00\u4e2a\u6f5c\u5728\u7684\u65b0\u6982\u5ff5\uff0c\u7528\u4e8e\u5904\u7406\u6982\u7387\u5927\u4e8e1\u7684\u7279\u6b8a\u60c5\u51b5\u3002"}, {"color": "#5fa273", "created_at": 1752884051, "description": "\u63b7\u9ab0\u5b50\u6c42\u51fa\u73b0\u5076\u6570\u70b9\u6570\u7684\u6982\u7387\u95ee\u9898\uff0c\u7528\u4e8e\u8bf4\u660e\u6982\u7387\u8bba\u7684\u57fa\u672c\u6982\u5ff5\u548c\u65b9\u6cd5\u3002", "entity_id": "\u9ab0\u5b50\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u9ab0\u5b50\u95ee\u9898", "label": "\u9ab0\u5b50\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u63b7\u9ab0\u5b50\u6c42\u51fa\u73b0\u5076\u6570\u70b9\u6570\u7684\u6982\u7387\u95ee\u9898\uff0c\u7528\u4e8e\u8bf4\u660e\u6982\u7387\u8bba\u7684\u57fa\u672c\u6982\u5ff5\u548c\u65b9\u6cd5\u3002"}, {"color": "#722d5a", "created_at": 1752884051, "description": "\u6837\u672c\u7a7a\u95f4\u4e2d\u7684\u5355\u4e2a\u7ed3\u679c\uff0c\u5728\u53e4\u5178\u6982\u578b\u4e2d\u88ab\u89c6\u4e3a\u4e0d\u53ef\u518d\u5206\u5272\u7684\u6700\u5c0f\u5355\u4f4d\u3002", "entity_id": "\u57fa\u672c\u4e8b\u4ef6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u672c\u4e8b\u4ef6", "label": "\u57fa\u672c\u4e8b\u4ef6", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u6837\u672c\u7a7a\u95f4\u4e2d\u7684\u5355\u4e2a\u7ed3\u679c\uff0c\u5728\u53e4\u5178\u6982\u578b\u4e2d\u88ab\u89c6\u4e3a\u4e0d\u53ef\u518d\u5206\u5272\u7684\u6700\u5c0f\u5355\u4f4d\u3002"}, {"color": "#a64887", "created_at": 1752884052, "description": "Statistical inference methods including estimation, testing, and prediction that form the core of applied statistics in analyzing real-world data.", "entity_id": "\u7edf\u8ba1\u63a8\u65ad", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7edf\u8ba1\u63a8\u65ad", "label": "\u7edf\u8ba1\u63a8\u65ad", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Statistical inference methods including estimation, testing, and prediction that form the core of applied statistics in analyzing real-world data."}, {"color": "#8c4026", "created_at": 1752884051, "description": "\u53e4\u5178\u6982\u578b\u4e2d\u7528\u4e8e\u8ba1\u7b97\u6982\u7387\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u5047\u5b9a\u5404\u57fa\u672c\u4e8b\u4ef6\u6982\u7387\u76f8\u7b49\u3002", "entity_id": "\u8ba1\u6570\u6d4b\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u6570\u6d4b\u5ea6", "label": "\u8ba1\u6570\u6d4b\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u53e4\u5178\u6982\u578b\u4e2d\u7528\u4e8e\u8ba1\u7b97\u6982\u7387\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u5047\u5b9a\u5404\u57fa\u672c\u4e8b\u4ef6\u6982\u7387\u76f8\u7b49\u3002"}, {"color": "#9362d3", "created_at": 1752884051, "description": "Lebesgue measure is a mathematical concept in measure theory that corresponds to continuous probability distributions.\u003cSEP\u003e\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03\u7684\u57fa\u7840\uff0c\u6d89\u53ca\u79ef\u5206\u8fd0\u7b97\u7684\u6d4b\u5ea6\u65b9\u6cd5\u3002", "entity_id": "\u52d2\u8d1d\u683c\u6d4b\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52d2\u8d1d\u683c\u6d4b\u5ea6", "label": "\u52d2\u8d1d\u683c\u6d4b\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Lebesgue measure is a mathematical concept in measure theory that corresponds to continuous probability distributions.\u003cSEP\u003e\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03\u7684\u57fa\u7840\uff0c\u6d89\u53ca\u79ef\u5206\u8fd0\u7b97\u7684\u6d4b\u5ea6\u65b9\u6cd5\u3002"}, {"color": "#aa9a1f", "created_at": 1752884143, "description": "\u52d2\u8d1d\u683c\u6d4b\u5ea6\u4e3a\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "entity_id": "\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03", "label": "\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u52d2\u8d1d\u683c\u6d4b\u5ea6\u4e3a\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002"}, {"color": "#4ea69b", "created_at": 1752884051, "description": "De Morgan was a British mathematician who conducted early experiments on coin toss probabilities, contributing to statistical validation methods.", "entity_id": "\u5fb7\u00b7\u6469\u6839", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5fb7\u00b7\u6469\u6839", "label": "\u5fb7\u00b7\u6469\u6839", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "De Morgan was a British mathematician who conducted early experiments on coin toss probabilities, contributing to statistical validation methods."}, {"color": "#41e89f", "created_at": 1752884051, "description": "Buffon was a French naturalist who performed foundational probability experiments, including coin toss studies that validated frequency-based probability estimation.", "entity_id": "\u84b2\u4e30", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u84b2\u4e30", "label": "\u84b2\u4e30", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Buffon was a French naturalist who performed foundational probability experiments, including coin toss studies that validated frequency-based probability estimation."}, {"color": "#085ad3", "created_at": 1752884051, "description": "Pearson was a statistician whose large-scale coin toss experiments provided empirical support for probability theory assumptions.\u003cSEP\u003e\u76ae\u5c14\u900a\u662f\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u53d1\u73b0\u5e02\u573a\u4ef7\u683c\u53d8\u5316\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u76f8\u4f3c\u6027\uff0c\u63a8\u52a8\u4e86\u8be5\u6a21\u578b\u7684\u7814\u7a76\u3002\u003cSEP\u003e\u76ae\u5c14\u900a\u662f\u9ad8\u5c14\u987f\u7684\u5b66\u751f\uff0c\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5960\u57fa\u4eba\uff0c\u7528\u6570\u5b66\u8bed\u8a00\u8868\u8fbe\u4e86\u56de\u5f52\u5b9a\u5f8b\u5e76\u53d1\u5c55\u4e86\u76f8\u5173\u548c\u56de\u5f52\u7684\u6982\u5ff5\u3002", "entity_id": "\u76ae\u5c14\u900a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u76ae\u5c14\u900a", "label": "\u76ae\u5c14\u900a", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-608b0316446964948025df9ddd40b81a", "title": "Pearson was a statistician whose large-scale coin toss experiments provided empirical support for probability theory assumptions.\u003cSEP\u003e\u76ae\u5c14\u900a\u662f\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u53d1\u73b0\u5e02\u573a\u4ef7\u683c\u53d8\u5316\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u76f8\u4f3c\u6027\uff0c\u63a8\u52a8\u4e86\u8be5\u6a21\u578b\u7684\u7814\u7a76\u3002\u003cSEP\u003e\u76ae\u5c14\u900a\u662f\u9ad8\u5c14\u987f\u7684\u5b66\u751f\uff0c\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5960\u57fa\u4eba\uff0c\u7528\u6570\u5b66\u8bed\u8a00\u8868\u8fbe\u4e86\u56de\u5f52\u5b9a\u5f8b\u5e76\u53d1\u5c55\u4e86\u76f8\u5173\u548c\u56de\u5f52\u7684\u6982\u5ff5\u3002"}, {"color": "#5e0fef", "created_at": 1752884089, "description": "\u5e02\u573a\u4ef7\u683c\u53d8\u5316\u662f\u76ae\u5c14\u900a\u7814\u7a76\u7684\u73b0\u8c61\uff0c\u5176\u89c4\u5f8b\u6027\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u76f8\u4f3c\u3002", "entity_id": "\u5e02\u573a\u4ef7\u683c\u53d8\u5316", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5e02\u573a\u4ef7\u683c\u53d8\u5316", "label": "\u5e02\u573a\u4ef7\u683c\u53d8\u5316", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u5e02\u573a\u4ef7\u683c\u53d8\u5316\u662f\u76ae\u5c14\u900a\u7814\u7a76\u7684\u73b0\u8c61\uff0c\u5176\u89c4\u5f8b\u6027\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u76f8\u4f3c\u3002"}, {"color": "#65ffad", "created_at": 1752884092, "description": "\u9ad8\u5c14\u987f\u662f\u82f1\u56fd\u79d1\u5b66\u5bb6\uff0c\u7814\u7a76\u4e86\u5b50\u5973\u8eab\u9ad8\u4e0e\u53cc\u4eb2\u8eab\u9ad8\u7684\u5173\u7cfb\uff0c\u63d0\u51fa\u4e86\u56de\u5f52\u7684\u6982\u5ff5\uff0c\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5960\u57fa\u4eba\u4e4b\u4e00\u3002", "entity_id": "\u9ad8\u5c14\u987f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u5c14\u987f", "label": "\u9ad8\u5c14\u987f", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u9ad8\u5c14\u987f\u662f\u82f1\u56fd\u79d1\u5b66\u5bb6\uff0c\u7814\u7a76\u4e86\u5b50\u5973\u8eab\u9ad8\u4e0e\u53cc\u4eb2\u8eab\u9ad8\u7684\u5173\u7cfb\uff0c\u63d0\u51fa\u4e86\u56de\u5f52\u7684\u6982\u5ff5\uff0c\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5960\u57fa\u4eba\u4e4b\u4e00\u3002"}, {"color": "#6051a5", "created_at": 1752884052, "description": "Pure mathematics where probability theory is often categorized due to its abstract axiomatic system.", "entity_id": "\u7eaf\u7cb9\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7eaf\u7cb9\u6570\u5b66", "label": "\u7eaf\u7cb9\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Pure mathematics where probability theory is often categorized due to its abstract axiomatic system."}, {"color": "#806287", "created_at": 1752884052, "description": "Coin tossing experiments that historically validated probability theory through frequency analysis.", "entity_id": "\u629b\u63b7\u786c\u5e01", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u629b\u63b7\u786c\u5e01", "label": "\u629b\u63b7\u786c\u5e01", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Coin tossing experiments that historically validated probability theory through frequency analysis."}, {"color": "#9e9e90", "created_at": 1752884052, "description": "Final exam scores serve as an example of repeatable random events in statistical inference.", "entity_id": "\u671f\u672b\u8003\u8bd5\u6210\u7ee9", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u671f\u672b\u8003\u8bd5\u6210\u7ee9", "label": "\u671f\u672b\u8003\u8bd5\u6210\u7ee9", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Final exam scores serve as an example of repeatable random events in statistical inference."}, {"color": "#74565a", "created_at": 1752884052, "description": "Data mining is a modern statistical field emerging from big data analysis, focused on extracting patterns.\u003cSEP\u003e\u6570\u636e\u6316\u6398refers to the process of extracting valuable information from large and complex datasets, often involving unstructured or high-dimensional data.", "entity_id": "\u6570\u636e\u6316\u6398", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u636e\u6316\u6398", "label": "\u6570\u636e\u6316\u6398", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Data mining is a modern statistical field emerging from big data analysis, focused on extracting patterns.\u003cSEP\u003e\u6570\u636e\u6316\u6398refers to the process of extracting valuable information from large and complex datasets, often involving unstructured or high-dimensional data."}, {"color": "#22bc23", "created_at": 1752884054, "description": "\u4e00\u79cd\u5e76\u884c\u8ba1\u7b97\u65b9\u6cd5\uff0c\u9002\u7528\u4e8e\u5927\u6570\u636e\u5206\u6790\uff0c\u7a81\u7834\u4f20\u7edf\u4f20\u9012\u6027\u8ba1\u7b97\u903b\u8f91\u7684\u9650\u5236\u3002", "entity_id": "\u5206\u5e03\u5f0f\u7b97\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u5e03\u5f0f\u7b97\u6cd5", "label": "\u5206\u5e03\u5f0f\u7b97\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "\u4e00\u79cd\u5e76\u884c\u8ba1\u7b97\u65b9\u6cd5\uff0c\u9002\u7528\u4e8e\u5927\u6570\u636e\u5206\u6790\uff0c\u7a81\u7834\u4f20\u7edf\u4f20\u9012\u6027\u8ba1\u7b97\u903b\u8f91\u7684\u9650\u5236\u3002"}, {"color": "#02b606", "created_at": 1752884080, "description": "Galileo\u0027s home country where his works faced opposition from the church.\u003cSEP\u003e\u610f\u5927\u5229\u662f\u6b27\u6d32\u56fd\u5bb6\uff0c\u6587\u827a\u590d\u5174\u7684\u53d1\u6e90\u5730\uff0c\u4f4d\u4e8e\u5730\u4e2d\u6d77\u6cbf\u5cb8\u3002", "entity_id": "\u610f\u5927\u5229", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u610f\u5927\u5229", "label": "\u610f\u5927\u5229", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-40574dd690ebc162e391ed721f31bfae", "title": "Galileo\u0027s home country where his works faced opposition from the church.\u003cSEP\u003e\u610f\u5927\u5229\u662f\u6b27\u6d32\u56fd\u5bb6\uff0c\u6587\u827a\u590d\u5174\u7684\u53d1\u6e90\u5730\uff0c\u4f4d\u4e8e\u5730\u4e2d\u6d77\u6cbf\u5cb8\u3002"}, {"color": "#4eed35", "created_at": 1752884080, "description": "\u5730\u4e2d\u6d77\u662f\u6b27\u6d32\u4e0e\u975e\u6d32\u4e4b\u95f4\u7684\u6d77\u57df\uff0c\u6587\u827a\u590d\u5174\u7684\u53d1\u6e90\u5730\u4e4b\u4e00\u3002", "entity_id": "\u5730\u4e2d\u6d77", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u4e2d\u6d77", "label": "\u5730\u4e2d\u6d77", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u5730\u4e2d\u6d77\u662f\u6b27\u6d32\u4e0e\u975e\u6d32\u4e4b\u95f4\u7684\u6d77\u57df\uff0c\u6587\u827a\u590d\u5174\u7684\u53d1\u6e90\u5730\u4e4b\u4e00\u3002"}, {"color": "#91ee48", "created_at": 1752884093, "description": "\u975e\u7ed3\u6784\u5316\u6587\u672cdescribes text data that lacks a predefined format, making it challenging to analyze without transformation into structured forms.", "entity_id": "\u975e\u7ed3\u6784\u5316\u6587\u672c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u975e\u7ed3\u6784\u5316\u6587\u672c", "label": "\u975e\u7ed3\u6784\u5316\u6587\u672c", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u975e\u7ed3\u6784\u5316\u6587\u672cdescribes text data that lacks a predefined format, making it challenging to analyze without transformation into structured forms."}, {"color": "#186ce0", "created_at": 1752884093, "description": "\u5927\u7ef4\u6570\u636e\u6307\u5411\u91cf\u7ef4\u5ea6\u8fdc\u5927\u4e8e\u6837\u672c\u6570\u91cf\u7684\u6570\u636e\uff0c\u9700\u8981\u65b0\u7684\u7edf\u8ba1\u5206\u6790\u65b9\u6cd5\u3002", "entity_id": "\u5927\u7ef4\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u7ef4\u6570\u636e", "label": "\u5927\u7ef4\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u5927\u7ef4\u6570\u636e\u6307\u5411\u91cf\u7ef4\u5ea6\u8fdc\u5927\u4e8e\u6837\u672c\u6570\u91cf\u7684\u6570\u636e\uff0c\u9700\u8981\u65b0\u7684\u7edf\u8ba1\u5206\u6790\u65b9\u6cd5\u3002"}, {"color": "#843c64", "created_at": 1752884052, "description": "Inductive reasoning involves deriving general conclusions from specific observations, often used in statistical inference.", "entity_id": "Inductive Reasoning", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Inductive Reasoning", "label": "Inductive Reasoning", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Inductive reasoning involves deriving general conclusions from specific observations, often used in statistical inference."}, {"color": "#edc9c6", "created_at": 1752884052, "description": "Statistical inference draws conclusions about a population based on sample data, often yielding probabilistic results.", "entity_id": "Statistical Inference", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Statistical Inference", "label": "Statistical Inference", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Statistical inference draws conclusions about a population based on sample data, often yielding probabilistic results."}, {"color": "#2d1448", "created_at": 1752884052, "description": "Mathematics is the field of study that deals with numbers, equations, and their properties, including real and complex numbers.\u003cSEP\u003eMathematics uses deductive reasoning to derive certain and exact conclusions, contrasting with statistical inference.", "entity_id": "Mathematics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mathematics", "label": "Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018\u003cSEP\u003echunk-ecf79315a67b38895aa47dae85a782bc", "title": "Mathematics is the field of study that deals with numbers, equations, and their properties, including real and complex numbers.\u003cSEP\u003eMathematics uses deductive reasoning to derive certain and exact conclusions, contrasting with statistical inference."}, {"color": "#72a37d", "created_at": 1752884144, "description": "Statistical inference produces probable conclusions while mathematical deduction yields certain results.", "entity_id": "Mathematical Deduction", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Mathematical Deduction", "label": "Mathematical Deduction", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Statistical inference produces probable conclusions while mathematical deduction yields certain results."}, {"color": "#c8d180", "created_at": 1752884068, "description": "Complex numbers are mathematical constructs that extend real numbers, enabling solutions to all polynomial equations and having geometric representations.\u003cSEP\u003eComplex numbers are numbers that include a real part and an imaginary part, represented as a + bi, where i is the imaginary unit.\u003cSEP\u003eComplex numbers are numbers that include a real part and an imaginary part, with operations like addition, subtraction, multiplication, and division defined for them.", "entity_id": "Complex Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Complex Numbers", "label": "Complex Numbers", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018\u003cSEP\u003echunk-4e4b6f44d370a0f60815c213dbda7b6c\u003cSEP\u003echunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Complex numbers are mathematical constructs that extend real numbers, enabling solutions to all polynomial equations and having geometric representations.\u003cSEP\u003eComplex numbers are numbers that include a real part and an imaginary part, represented as a + bi, where i is the imaginary unit.\u003cSEP\u003eComplex numbers are numbers that include a real part and an imaginary part, with operations like addition, subtraction, multiplication, and division defined for them."}, {"color": "#9f8fa1", "created_at": 1752884052, "description": "A sample is a subset of data collected from a population, used to estimate population characteristics.", "entity_id": "Sample", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Sample", "label": "Sample", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A sample is a subset of data collected from a population, used to estimate population characteristics."}, {"color": "#4256ec", "created_at": 1752884052, "description": "Population refers to the complete set of data or individuals under study in statistics.", "entity_id": "Population", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Population", "label": "Population", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Population refers to the complete set of data or individuals under study in statistics."}, {"color": "#4f29c1", "created_at": 1752884052, "description": "A random variable is a function mapping sample space outcomes to numerical values, with probabilities assigned to its possible values.", "entity_id": "Random Variable", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Random Variable", "label": "Random Variable", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A random variable is a function mapping sample space outcomes to numerical values, with probabilities assigned to its possible values."}, {"color": "#7e919c", "created_at": 1752884052, "description": "Probability distribution describes the likelihood of a random variable taking specific values, categorized as discrete or continuous.", "entity_id": "Probability Distribution", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Probability Distribution", "label": "Probability Distribution", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Probability distribution describes the likelihood of a random variable taking specific values, categorized as discrete or continuous."}, {"color": "#b246e7", "created_at": 1752884144, "description": "The concept describes how random variables simultaneously embody theoretical distributions and empirical observations.", "entity_id": "Duality of Random Variables", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Duality of Random Variables", "label": "Duality of Random Variables", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The concept describes how random variables simultaneously embody theoretical distributions and empirical observations."}, {"color": "#2b8d35", "created_at": 1752884052, "description": "A discrete random variable takes countable values with associated probabilities, often represented as a probability mass function.", "entity_id": "Discrete Random Variable", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Discrete Random Variable", "label": "Discrete Random Variable", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A discrete random variable takes countable values with associated probabilities, often represented as a probability mass function."}, {"color": "#7e2498", "created_at": 1752884052, "description": "Classical probability assumes equally likely outcomes for finite discrete random variables, as formulated by Laplace.", "entity_id": "Laplace\u0027s Classical Probability", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Laplace\u0027s Classical Probability", "label": "Laplace\u0027s Classical Probability", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Classical probability assumes equally likely outcomes for finite discrete random variables, as formulated by Laplace."}, {"color": "#0ed170", "created_at": 1752884144, "description": "The probability mass function explicitly defines the distribution of discrete random variables.", "entity_id": "Probability Mass Function", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Probability Mass Function", "label": "Probability Mass Function", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The probability mass function explicitly defines the distribution of discrete random variables."}, {"color": "#e08b07", "created_at": 1752884053, "description": "A jump rope activity organized for fifth-grade students to promote physical education in schools.", "entity_id": "\u8df3\u7ef3\u6d3b\u52a8", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8df3\u7ef3\u6d3b\u52a8", "label": "\u8df3\u7ef3\u6d3b\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "A jump rope activity organized for fifth-grade students to promote physical education in schools."}, {"color": "#93aa3e", "created_at": 1752884054, "description": "A statistical measure used to evaluate clustering quality by calculating within-group variance.\u003cSEP\u003eA statistical method for data classification introduced in the 2022 curriculum for middle school students.\u003cSEP\u003eThe sum of squared deviations measures the dispersion of sample values around the sample mean.", "entity_id": "\u79bb\u5dee\u5e73\u65b9\u548c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u79bb\u5dee\u5e73\u65b9\u548c", "label": "\u79bb\u5dee\u5e73\u65b9\u548c", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-1d53a8b79c459a7736aa43124180db58\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "A statistical measure used to evaluate clustering quality by calculating within-group variance.\u003cSEP\u003eA statistical method for data classification introduced in the 2022 curriculum for middle school students.\u003cSEP\u003eThe sum of squared deviations measures the dispersion of sample values around the sample mean."}, {"color": "#441834", "created_at": 1752884053, "description": "Fifth-grade students participating in the jump rope activity and data collection for setting performance standards.", "entity_id": "\u4e94\u5e74\u7ea7\u5b66\u751f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u5e74\u7ea7\u5b66\u751f", "label": "\u4e94\u5e74\u7ea7\u5b66\u751f", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Fifth-grade students participating in the jump rope activity and data collection for setting performance standards."}, {"color": "#aa0dab", "created_at": 1752884053, "description": "The recorded number of jumps per student, used as raw data for statistical analysis and setting standards.", "entity_id": "\u8df3\u7ef3\u6b21\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8df3\u7ef3\u6b21\u6570", "label": "\u8df3\u7ef3\u6b21\u6570", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The recorded number of jumps per student, used as raw data for statistical analysis and setting standards."}, {"color": "#b8777b", "created_at": 1752884053, "description": "A statistical method (25%, 50%, 75%) used to determine the jump rope performance threshold based on percentile rankings.", "entity_id": "\u56db\u5206\u4f4d\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u5206\u4f4d\u6570", "label": "\u56db\u5206\u4f4d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "A statistical method (25%, 50%, 75%) used to determine the jump rope performance threshold based on percentile rankings."}, {"color": "#8abbae", "created_at": 1752884053, "description": "A referenced national initiative that uses similar statistical methods for decision-making, illustrating real-world applications.\u003cSEP\u003eChina\u0027s 2018 \u0027Blue Sky Initiative\u0027 sets pollution control targets for provinces and municipalities to combat smog.", "entity_id": "\u84dd\u5929\u8ba1\u5212", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u84dd\u5929\u8ba1\u5212", "label": "\u84dd\u5929\u8ba1\u5212", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321", "title": "A referenced national initiative that uses similar statistical methods for decision-making, illustrating real-world applications.\u003cSEP\u003eChina\u0027s 2018 \u0027Blue Sky Initiative\u0027 sets pollution control targets for provinces and municipalities to combat smog."}, {"color": "#3ccf18", "created_at": 1752884053, "description": "The philosophical and statistical concept that decisions involving randomness focus on rule-based processes rather than absolute correctness.", "entity_id": "\u968f\u673a\u73b0\u8c61\u51b3\u7b56", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u73b0\u8c61\u51b3\u7b56", "label": "\u968f\u673a\u73b0\u8c61\u51b3\u7b56", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The philosophical and statistical concept that decisions involving randomness focus on rule-based processes rather than absolute correctness."}, {"color": "#cdde25", "created_at": 1752884095, "description": "Haze control refers to policies and measures implemented to reduce air pollution and smog.", "entity_id": "\u96fe\u973e\u6cbb\u7406", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u96fe\u973e\u6cbb\u7406", "label": "\u96fe\u973e\u6cbb\u7406", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Haze control refers to policies and measures implemented to reduce air pollution and smog."}, {"color": "#fe09ac", "created_at": 1752884095, "description": "Ecological environment encompasses natural systems and their interactions with human activities.", "entity_id": "\u751f\u6001\u73af\u5883", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u751f\u6001\u73af\u5883", "label": "\u751f\u6001\u73af\u5883", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Ecological environment encompasses natural systems and their interactions with human activities."}, {"color": "#2cd8bb", "created_at": 1752884054, "description": "Deviation is the difference between an observation and the sample mean.", "entity_id": "\u79bb\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u79bb\u5dee", "label": "\u79bb\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Deviation is the difference between an observation and the sample mean."}, {"color": "#4a469e", "created_at": 1752884054, "description": "Within-group sum of squares measures variation within clusters.", "entity_id": "\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c", "label": "\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Within-group sum of squares measures variation within clusters."}, {"color": "#40faab", "created_at": 1752884054, "description": "The dataset being analyzed, where the optimal number of groups is unknown.", "entity_id": "n\u4e2a\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "n\u4e2a\u6570\u636e", "label": "n\u4e2a\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "The dataset being analyzed, where the optimal number of groups is unknown."}, {"color": "#1bd711", "created_at": 1752884054, "description": "One possible grouping option where data is divided into three clusters.", "entity_id": "\u4e09\u7ec4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u7ec4", "label": "\u4e09\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "One possible grouping option where data is divided into three clusters."}, {"color": "#b93e90", "created_at": 1752884054, "description": "Another possible grouping option where data is divided into four clusters.", "entity_id": "\u56db\u7ec4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u7ec4", "label": "\u56db\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Another possible grouping option where data is divided into four clusters."}, {"color": "#f46893", "created_at": 1752884054, "description": "The maximum possible grouping option where each data point is its own cluster.", "entity_id": "n-1\u7ec4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "n-1\u7ec4", "label": "n-1\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "The maximum possible grouping option where each data point is its own cluster."}, {"color": "#d04447", "created_at": 1752884054, "description": "A core statistical concept (mean) used to summarize data and support decision-making.", "entity_id": "\u5747\u503c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5747\u503c", "label": "\u5747\u503c", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "A core statistical concept (mean) used to summarize data and support decision-making."}, {"color": "#524bc8", "created_at": 1752884054, "description": "A core statistical concept (variance) used to measure data dispersion and support decision-making.", "entity_id": "\u65b9\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65b9\u5dee", "label": "\u65b9\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "A core statistical concept (variance) used to measure data dispersion and support decision-making."}, {"color": "#74165d", "created_at": 1752884054, "description": "The population mean represents the central tendency of a random variable\u0027s values and is estimated by the sample mean.", "entity_id": "\u603b\u4f53\u5747\u503c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u603b\u4f53\u5747\u503c", "label": "\u603b\u4f53\u5747\u503c", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "The population mean represents the central tendency of a random variable\u0027s values and is estimated by the sample mean."}, {"color": "#02a31c", "created_at": 1752884054, "description": "The population variance measures the dispersion of a random variable\u0027s values around the mean and is estimated by the sample variance.", "entity_id": "\u603b\u4f53\u65b9\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u603b\u4f53\u65b9\u5dee", "label": "\u603b\u4f53\u65b9\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "The population variance measures the dispersion of a random variable\u0027s values around the mean and is estimated by the sample variance."}, {"color": "#051cf6", "created_at": 1752884054, "description": "Probability distributions describe how probabilities are distributed over values of a random variable.\u003cSEP\u003e\u63cf\u8ff0\u968f\u673a\u53d8\u91cf\u53ef\u80fd\u53d6\u503c\u53ca\u5176\u5bf9\u5e94\u6982\u7387\u7684\u6570\u5b66\u51fd\u6570\u3002", "entity_id": "\u6982\u7387\u5206\u5e03", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u5206\u5e03", "label": "\u6982\u7387\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Probability distributions describe how probabilities are distributed over values of a random variable.\u003cSEP\u003e\u63cf\u8ff0\u968f\u673a\u53d8\u91cf\u53ef\u80fd\u53d6\u503c\u53ca\u5176\u5bf9\u5e94\u6982\u7387\u7684\u6570\u5b66\u51fd\u6570\u3002"}, {"color": "#77d50e", "created_at": 1752884095, "description": "\u57fa\u4e8e\u71b5\u6784\u5efa\u7684\u8ddd\u79bb\u6d4b\u91cf\u65b9\u6cd5\uff0c\u7528\u4e8e\u91cf\u5316\u4fe1\u606f\u5dee\u5f02\uff0c\u53c8\u79f0\u76f8\u5bf9\u71b5\u3002", "entity_id": "K-L\u8ddd\u79bb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "K-L\u8ddd\u79bb", "label": "K-L\u8ddd\u79bb", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u57fa\u4e8e\u71b5\u6784\u5efa\u7684\u8ddd\u79bb\u6d4b\u91cf\u65b9\u6cd5\uff0c\u7528\u4e8e\u91cf\u5316\u4fe1\u606f\u5dee\u5f02\uff0c\u53c8\u79f0\u76f8\u5bf9\u71b5\u3002"}, {"color": "#a11f68", "created_at": 1752884054, "description": "Order statistics are sample values arranged in ascending order.", "entity_id": "\u987a\u5e8f\u7edf\u8ba1\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u987a\u5e8f\u7edf\u8ba1\u91cf", "label": "\u987a\u5e8f\u7edf\u8ba1\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Order statistics are sample values arranged in ascending order."}, {"color": "#2b61ba", "created_at": 1752884145, "description": "Order statistics enable systematic data grouping approaches.", "entity_id": "\u5206\u7ec4", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u7ec4", "label": "\u5206\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Order statistics enable systematic data grouping approaches."}, {"color": "#61b4c6", "created_at": 1752884054, "description": "Between-group sum of squares measures variation between clusters.", "entity_id": "\u7ec4\u95f4\u79bb\u5dee\u5e73\u65b9\u548c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ec4\u95f4\u79bb\u5dee\u5e73\u65b9\u548c", "label": "\u7ec4\u95f4\u79bb\u5dee\u5e73\u65b9\u548c", "shape": "dot", "size": 10, "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Between-group sum of squares measures variation between clusters."}, {"color": "#d8c182", "created_at": 1752884054, "description": "AIC\u65b9\u6cd5\u662f\u4e00\u79cd\u7edf\u8ba1\u65b9\u6cd5\uff0c\u7528\u4e8e\u6bd4\u8f83\u4e0d\u540c\u5206\u7ec4\u65b9\u6848\uff0c\u901a\u8fc7\u8c03\u6574\u5206\u7ec4\u6570\u91cf\u6765\u4f18\u5316\u6a21\u578b\u9009\u62e9\u3002", "entity_id": "AIC\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "AIC\u65b9\u6cd5", "label": "AIC\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "AIC\u65b9\u6cd5\u662f\u4e00\u79cd\u7edf\u8ba1\u65b9\u6cd5\uff0c\u7528\u4e8e\u6bd4\u8f83\u4e0d\u540c\u5206\u7ec4\u65b9\u6848\uff0c\u901a\u8fc7\u8c03\u6574\u5206\u7ec4\u6570\u91cf\u6765\u4f18\u5316\u6a21\u578b\u9009\u62e9\u3002"}, {"color": "#7d7b02", "created_at": 1752884145, "description": "AIC\u65b9\u6cd5\u7528\u4e8e\u8bc4\u4f30\u548c\u9009\u62e9\u6700\u4f18\u7684\u5206\u7ec4\u65b9\u6848\uff0c\u5e73\u8861\u5206\u7ec4\u6570\u91cf\u548c\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c\u3002", "entity_id": "\u5206\u7ec4\u65b9\u6848", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u7ec4\u65b9\u6848", "label": "\u5206\u7ec4\u65b9\u6848", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "AIC\u65b9\u6cd5\u7528\u4e8e\u8bc4\u4f30\u548c\u9009\u62e9\u6700\u4f18\u7684\u5206\u7ec4\u65b9\u6848\uff0c\u5e73\u8861\u5206\u7ec4\u6570\u91cf\u548c\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c\u3002"}, {"color": "#f0186c", "created_at": 1752884054, "description": "Mathematical interval where a solution is known to exist.", "entity_id": "\u533a\u95f4[a,b]", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u533a\u95f4[a,b]", "label": "\u533a\u95f4[a,b]", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Mathematical interval where a solution is known to exist."}, {"color": "#0b220f", "created_at": 1752884054, "description": "Numerical approximation of a true mathematical solution.", "entity_id": "\u8fd1\u4f3c\u89e3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fd1\u4f3c\u89e3", "label": "\u8fd1\u4f3c\u89e3", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Numerical approximation of a true mathematical solution."}, {"color": "#b8a3ac", "created_at": 1752884055, "description": "Multiple computing devices used for parallel processing.", "entity_id": "\u591a\u53f0\u8ba1\u7b97\u673a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u591a\u53f0\u8ba1\u7b97\u673a", "label": "\u591a\u53f0\u8ba1\u7b97\u673a", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Multiple computing devices used for parallel processing."}, {"color": "#db543a", "created_at": 1752884055, "description": "Immediate processing of streaming or dynamic data.", "entity_id": "\u5b9e\u65f6\u8ba1\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9e\u65f6\u8ba1\u7b97", "label": "\u5b9e\u65f6\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Immediate processing of streaming or dynamic data."}, {"color": "#2f232e", "created_at": 1752884055, "description": "Computational methods that enable combining results from multiple computers or processing dynamic data in real-time.", "entity_id": "\u8ba1\u7b97\u65b9\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u7b97\u65b9\u6cd5", "label": "\u8ba1\u7b97\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Computational methods that enable combining results from multiple computers or processing dynamic data in real-time."}, {"color": "#765dd1", "created_at": 1752884055, "description": "Fundamental arithmetic operation described as the basis for designing stepwise computation methods.", "entity_id": "\u52a0\u6cd5\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u6cd5\u8fd0\u7b97", "label": "\u52a0\u6cd5\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Fundamental arithmetic operation described as the basis for designing stepwise computation methods."}, {"color": "#98469d", "created_at": 1752884055, "description": "Middle school statistics and probability curriculum where these computational examples are applicable.", "entity_id": "\u521d\u4e2d\u7edf\u8ba1\u4e0e\u6982\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u4e2d\u7edf\u8ba1\u4e0e\u6982\u7387", "label": "\u521d\u4e2d\u7edf\u8ba1\u4e0e\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Middle school statistics and probability curriculum where these computational examples are applicable."}, {"color": "#74fbfc", "created_at": 1752884055, "description": "Dynamic data that requires real-time computation methods for processing.", "entity_id": "\u52a8\u6001\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a8\u6001\u6570\u636e", "label": "\u52a8\u6001\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Dynamic data that requires real-time computation methods for processing."}, {"color": "#e9e7cb", "created_at": 1752884055, "description": "Traditional transitive computational logic that must be overcome for parallel and dynamic data processing.", "entity_id": "\u4f20\u9012\u6027\u7684\u8ba1\u7b97\u903b\u8f91", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4f20\u9012\u6027\u7684\u8ba1\u7b97\u903b\u8f91", "label": "\u4f20\u9012\u6027\u7684\u8ba1\u7b97\u903b\u8f91", "shape": "dot", "size": 10, "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Traditional transitive computational logic that must be overcome for parallel and dynamic data processing."}, {"color": "#5946c5", "created_at": 1752884055, "description": "Weighted average is a type of average that assigns different weights to different data points, commonly used in statistical analysis.\u003cSEP\u003e\u52a0\u6743\u5e73\u5747\u662f\u4e00\u79cd\u8ba1\u7b97\u65b9\u6cd5\uff0c\u901a\u8fc7\u8d4b\u4e88\u4e0d\u540c\u6570\u636e\u4e0d\u540c\u6743\u91cd\u6765\u5f97\u5230\u7efc\u5408\u7ed3\u679c\u3002\u003cSEP\u003e\u52a0\u6743\u5e73\u5747\u662f\u79bb\u6563\u578b\u968f\u673a\u53d8\u91cf\u7684\u6570\u5b66\u671f\u671b\uff0c\u901a\u8fc7\u6982\u7387\u6216\u9891\u7387\u8d4b\u4e88\u6743\u91cd\uff0c\u53cd\u6620\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\u3002", "entity_id": "\u52a0\u6743\u5e73\u5747", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u6743\u5e73\u5747", "label": "\u52a0\u6743\u5e73\u5747", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-bda14592dbaa2fe2c2ce2a81645fcbdc\u003cSEP\u003echunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Weighted average is a type of average that assigns different weights to different data points, commonly used in statistical analysis.\u003cSEP\u003e\u52a0\u6743\u5e73\u5747\u662f\u4e00\u79cd\u8ba1\u7b97\u65b9\u6cd5\uff0c\u901a\u8fc7\u8d4b\u4e88\u4e0d\u540c\u6570\u636e\u4e0d\u540c\u6743\u91cd\u6765\u5f97\u5230\u7efc\u5408\u7ed3\u679c\u3002\u003cSEP\u003e\u52a0\u6743\u5e73\u5747\u662f\u79bb\u6563\u578b\u968f\u673a\u53d8\u91cf\u7684\u6570\u5b66\u671f\u671b\uff0c\u901a\u8fc7\u6982\u7387\u6216\u9891\u7387\u8d4b\u4e88\u6743\u91cd\uff0c\u53cd\u6620\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\u3002"}, {"color": "#c10307", "created_at": 1752884055, "description": "Geometric mean is a type of average that multiplies all numbers and takes the nth root, often used for growth rates or ratios.\u003cSEP\u003e\u51e0\u4f55\u5e73\u5747\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u5e73\u5747\uff0c\u7528\u4e8e\u6bd4\u8f83\u4e0d\u540c\u6bd4\u4f8b\u6216\u589e\u957f\u7387\u7684\u6570\u636e\u96c6\u4e2d\u8d8b\u52bf\u3002", "entity_id": "\u51e0\u4f55\u5e73\u5747", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u5e73\u5747", "label": "\u51e0\u4f55\u5e73\u5747", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc\u003cSEP\u003echunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Geometric mean is a type of average that multiplies all numbers and takes the nth root, often used for growth rates or ratios.\u003cSEP\u003e\u51e0\u4f55\u5e73\u5747\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u5e73\u5747\uff0c\u7528\u4e8e\u6bd4\u8f83\u4e0d\u540c\u6bd4\u4f8b\u6216\u589e\u957f\u7387\u7684\u6570\u636e\u96c6\u4e2d\u8d8b\u52bf\u3002"}, {"color": "#9721bc", "created_at": 1752884056, "description": "Harmonic mean is a type of average used for rates or ratios, particularly in contexts like parallel work rates.", "entity_id": "\u8c03\u548c\u5e73\u5747", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8c03\u548c\u5e73\u5747", "label": "\u8c03\u548c\u5e73\u5747", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Harmonic mean is a type of average used for rates or ratios, particularly in contexts like parallel work rates."}, {"color": "#97065f", "created_at": 1752884057, "description": "Arithmetic mean is mentioned as one of three types of averages compared in the text.", "entity_id": "\u7b97\u672f\u5e73\u5747", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u672f\u5e73\u5747", "label": "\u7b97\u672f\u5e73\u5747", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Arithmetic mean is mentioned as one of three types of averages compared in the text."}, {"color": "#c6e4c0", "created_at": 1752884055, "description": "\u5409\u6797\u5e02\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a428\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3362\u4e07\u3002", "entity_id": "\u5409\u6797\u5e02", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5409\u6797\u5e02", "label": "\u5409\u6797\u5e02", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5409\u6797\u5e02\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a428\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3362\u4e07\u3002"}, {"color": "#90e89d", "created_at": 1752884056, "description": "GDP(\u56fd\u5185\u751f\u4ea7\u603b\u503c)\u662f\u8861\u91cf\u5730\u533a\u7ecf\u6d4e\u8868\u73b0\u7684\u91cd\u8981\u6307\u6807\uff0c\u5982\u5409\u6797\u77012021\u5e74GDP\u4e3a13236\u4ebf\u5143\u3002", "entity_id": "GDP", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "GDP", "label": "GDP", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "GDP(\u56fd\u5185\u751f\u4ea7\u603b\u503c)\u662f\u8861\u91cf\u5730\u533a\u7ecf\u6d4e\u8868\u73b0\u7684\u91cd\u8981\u6307\u6807\uff0c\u5982\u5409\u6797\u77012021\u5e74GDP\u4e3a13236\u4ebf\u5143\u3002"}, {"color": "#74176c", "created_at": 1752884056, "description": "\u5e38\u4f4f\u4eba\u53e3\u662f\u6307\u957f\u671f\u5c45\u4f4f\u5728\u67d0\u4e2a\u5730\u533a\u7684\u4eba\u53e3\u6570\u91cf\uff0c\u7528\u4e8e\u8ba1\u7b97\u4eba\u5747GDP\u7b49\u7ecf\u6d4e\u6307\u6807\u3002", "entity_id": "\u5e38\u4f4f\u4eba\u53e3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e38\u4f4f\u4eba\u53e3", "label": "\u5e38\u4f4f\u4eba\u53e3", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5e38\u4f4f\u4eba\u53e3\u662f\u6307\u957f\u671f\u5c45\u4f4f\u5728\u67d0\u4e2a\u5730\u533a\u7684\u4eba\u53e3\u6570\u91cf\uff0c\u7528\u4e8e\u8ba1\u7b97\u4eba\u5747GDP\u7b49\u7ecf\u6d4e\u6307\u6807\u3002"}, {"color": "#7dd497", "created_at": 1752884056, "description": "\u5b50\u590f\u662f\u53e4\u4ee3\u4e2d\u56fd\u5b66\u8005\uff0c\u5728\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u4e2d\u4e0e\u9b4f\u6587\u4faf\u8ba8\u8bba\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u6982\u5ff5\u3002", "entity_id": "\u5b50\u590f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5b50\u590f", "label": "\u5b50\u590f", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5b50\u590f\u662f\u53e4\u4ee3\u4e2d\u56fd\u5b66\u8005\uff0c\u5728\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u4e2d\u4e0e\u9b4f\u6587\u4faf\u8ba8\u8bba\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u6982\u5ff5\u3002"}, {"color": "#51452a", "created_at": 1752884056, "description": "\u9b4f\u6587\u4faf\u662f\u53e4\u4ee3\u4e2d\u56fd\u541b\u4e3b\uff0c\u66fe\u4e0e\u5b50\u590f\u8ba8\u8bba\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u54f2\u5b66\u6982\u5ff5\u3002", "entity_id": "\u9b4f\u6587\u4faf", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9b4f\u6587\u4faf", "label": "\u9b4f\u6587\u4faf", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u9b4f\u6587\u4faf\u662f\u53e4\u4ee3\u4e2d\u56fd\u541b\u4e3b\uff0c\u66fe\u4e0e\u5b50\u590f\u8ba8\u8bba\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u54f2\u5b66\u6982\u5ff5\u3002"}, {"color": "#4edc55", "created_at": 1752884056, "description": "A financial institution that changes interest rates over time, used as an example to explain weighted and geometric averages.", "entity_id": "Bank", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Bank", "label": "Bank", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A financial institution that changes interest rates over time, used as an example to explain weighted and geometric averages."}, {"color": "#e7dce1", "created_at": 1752884056, "description": "Financial rates applied to savings or loans, used to illustrate the application of geometric mean in banking.", "entity_id": "Interest Rates", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Interest Rates", "label": "Interest Rates", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Financial rates applied to savings or loans, used to illustrate the application of geometric mean in banking."}, {"color": "#66196f", "created_at": 1752884056, "description": "An average where different values have varying importance or duration, used in banking interest rate calculations.", "entity_id": "Weighted Average", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Weighted Average", "label": "Weighted Average", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "An average where different values have varying importance or duration, used in banking interest rate calculations."}, {"color": "#d30a40", "created_at": 1752884056, "description": "A mathematical concept representing the average of numbers, used in serial scenarios like compound interest or growth rates.", "entity_id": "Geometric Mean", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Geometric Mean", "label": "Geometric Mean", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A mathematical concept representing the average of numbers, used in serial scenarios like compound interest or growth rates."}, {"color": "#95aa1b", "created_at": 1752884056, "description": "A mathematical concept representing the average of numbers, used in parallel scenarios like parallel circuits or simple averaging.", "entity_id": "Arithmetic Mean", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Arithmetic Mean", "label": "Arithmetic Mean", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A mathematical concept representing the average of numbers, used in parallel scenarios like parallel circuits or simple averaging."}, {"color": "#e615b6", "created_at": 1752884056, "description": "Electrical circuits where components are connected in parallel, analogous to arithmetic mean calculations.", "entity_id": "Parallel Circuits", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Parallel Circuits", "label": "Parallel Circuits", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Electrical circuits where components are connected in parallel, analogous to arithmetic mean calculations."}, {"color": "#a2942c", "created_at": 1752884056, "description": "A measure of increase over time, often calculated using geometric mean for accuracy.", "entity_id": "Growth Rate", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Growth Rate", "label": "Growth Rate", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A measure of increase over time, often calculated using geometric mean for accuracy."}, {"color": "#e3110e", "created_at": 1752884056, "description": "Electrical circuits where components are connected in series, analogous to geometric mean calculations.", "entity_id": "Series Circuits", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Series Circuits", "label": "Series Circuits", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Electrical circuits where components are connected in series, analogous to geometric mean calculations."}, {"color": "#c1e1a4", "created_at": 1752884056, "description": "The yearly rate of increase in value, best calculated using geometric mean to account for compounding.", "entity_id": "Annual Growth Rate", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Annual Growth Rate", "label": "Annual Growth Rate", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "The yearly rate of increase in value, best calculated using geometric mean to account for compounding."}, {"color": "#e9317a", "created_at": 1752884056, "description": "A mathematical concept representing the average of numbers, used in parallel path scenarios like average speed or work rates.", "entity_id": "Harmonic Mean", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Harmonic Mean", "label": "Harmonic Mean", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A mathematical concept representing the average of numbers, used in parallel path scenarios like average speed or work rates."}, {"color": "#d44881", "created_at": 1752884056, "description": "A measure of speed over a round trip, calculated using harmonic mean to account for varying speeds.", "entity_id": "Average Speed", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Average Speed", "label": "Average Speed", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A measure of speed over a round trip, calculated using harmonic mean to account for varying speeds."}, {"color": "#93e180", "created_at": 1752884056, "description": "A theoretical framework used to explain harmonic mean in scenarios like work completion by multiple workers.", "entity_id": "Engineering Model", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Engineering Model", "label": "Engineering Model", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "A theoretical framework used to explain harmonic mean in scenarios like work completion by multiple workers."}, {"color": "#026f9c", "created_at": 1752884056, "description": "Average speed over a journey with varying speeds, requiring harmonic mean for accurate calculation.", "entity_id": "Round Trip Speed", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Round Trip Speed", "label": "Round Trip Speed", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Average speed over a journey with varying speeds, requiring harmonic mean for accurate calculation."}, {"color": "#33a3a0", "created_at": 1752884056, "description": "Time taken to complete a task with multiple workers, calculated using harmonic mean principles.", "entity_id": "Work Completion Time", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Work Completion Time", "label": "Work Completion Time", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Time taken to complete a task with multiple workers, calculated using harmonic mean principles."}, {"color": "#491368", "created_at": 1752884056, "description": "Interest calculated on initial principal and accumulated interest, requiring geometric mean for accurate averaging.", "entity_id": "Compound Interest", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Compound Interest", "label": "Compound Interest", "shape": "dot", "size": 10, "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Interest calculated on initial principal and accumulated interest, requiring geometric mean for accurate averaging."}, {"color": "#52c769", "created_at": 1752884057, "description": "The engineering problem demonstrates the concept of harmonic mean through parallel work rates.", "entity_id": "\u5de5\u7a0b\u95ee\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5de5\u7a0b\u95ee\u9898", "label": "\u5de5\u7a0b\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "The engineering problem demonstrates the concept of harmonic mean through parallel work rates."}, {"color": "#b28277", "created_at": 1752884057, "description": "Qualitative data including nominal and ordinal types, discussed in the context of big data digitization.", "entity_id": "\u5b9a\u6027\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b9a\u6027\u6570\u636e", "label": "\u5b9a\u6027\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Qualitative data including nominal and ordinal types, discussed in the context of big data digitization."}, {"color": "#8d67b2", "created_at": 1752884057, "description": "\u56fe\u753b\u8fd8\u539f\u662f\u4e00\u79cd\u4fe1\u606f\u4f20\u9012\u65b9\u6cd5\uff0c\u6d89\u53ca\u6570\u5b57\u5316\u548c\u987a\u5e8f\u6570\u636e\u7684\u5e94\u7528\u3002", "entity_id": "\u56fe\u753b\u8fd8\u539f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u753b\u8fd8\u539f", "label": "\u56fe\u753b\u8fd8\u539f", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u56fe\u753b\u8fd8\u539f\u662f\u4e00\u79cd\u4fe1\u606f\u4f20\u9012\u65b9\u6cd5\uff0c\u6d89\u53ca\u6570\u5b57\u5316\u548c\u987a\u5e8f\u6570\u636e\u7684\u5e94\u7528\u3002"}, {"color": "#960495", "created_at": 1752884057, "description": "Extreme data points that significantly affect average calculations, mentioned in the context of statistical analysis.", "entity_id": "\u6781\u7aef\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6781\u7aef\u6570\u636e", "label": "\u6781\u7aef\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Extreme data points that significantly affect average calculations, mentioned in the context of statistical analysis."}, {"color": "#baba20", "created_at": 1752884057, "description": "The i.i.d. (independent and identically distributed) assumption in statistics for valid average calculations.", "entity_id": "\u72ec\u7acb\u540c\u5206\u5e03", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u72ec\u7acb\u540c\u5206\u5e03", "label": "\u72ec\u7acb\u540c\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "The i.i.d. (independent and identically distributed) assumption in statistics for valid average calculations."}, {"color": "#6d55f0", "created_at": 1752884096, "description": "Taylor expansion is a mathematical method for approximating functions using polynomial series, widely used in calculus and statistics.", "entity_id": "\u53f0\u52b3\u5c55\u5f00", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53f0\u52b3\u5c55\u5f00", "label": "\u53f0\u52b3\u5c55\u5f00", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Taylor expansion is a mathematical method for approximating functions using polynomial series, widely used in calculus and statistics."}, {"color": "#28f0af", "created_at": 1752884057, "description": "\u6570\u5b66\u8bfe\u6807\u662f\u6559\u80b2\u6807\u51c6\uff0c\u5305\u542b\u6570\u5b66\u6559\u5b66\u7684\u5185\u5bb9\u548c\u76ee\u6807\uff0c\u59822011\u5e74\u7248\u548c2022\u5e74\u7248\u3002", "entity_id": "\u6570\u5b66\u8bfe\u6807", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u8bfe\u6807", "label": "\u6570\u5b66\u8bfe\u6807", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6570\u5b66\u8bfe\u6807\u662f\u6559\u80b2\u6807\u51c6\uff0c\u5305\u542b\u6570\u5b66\u6559\u5b66\u7684\u5185\u5bb9\u548c\u76ee\u6807\uff0c\u59822011\u5e74\u7248\u548c2022\u5e74\u7248\u3002"}, {"color": "#defe91", "created_at": 1752884057, "description": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a\u662f\u4e00\u4e2a\u6d3b\u52a8\uff0c\u6d89\u53ca\u8d2d\u4e70\u6c34\u679c\u7b49\u51b3\u7b56\u95ee\u9898\u3002", "entity_id": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a", "label": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a\u662f\u4e00\u4e2a\u6d3b\u52a8\uff0c\u6d89\u53ca\u8d2d\u4e70\u6c34\u679c\u7b49\u51b3\u7b56\u95ee\u9898\u3002"}, {"color": "#9d0fa1", "created_at": 1752884095, "description": "Probability estimation involves quantifying the likelihood of uncertain events occurring.", "entity_id": "\u6982\u7387\u4f30\u8ba1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u4f30\u8ba1", "label": "\u6982\u7387\u4f30\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Probability estimation involves quantifying the likelihood of uncertain events occurring."}, {"color": "#59f8b9", "created_at": 1752884057, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u662f\u4e00\u5bb6\u6742\u5fd7\uff0c\u56e0\u9519\u8bef\u9884\u6d4b1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7ed3\u679c\u800c\u7834\u4ea7\u3002\u003cSEP\u003e\u300a\u6587\u5b66\u6587\u6458\u300b\u662f\u4e00\u5bb6\u6742\u5fd7\uff0c\u66fe\u57281936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u4e2d\u505a\u51fa\u9519\u8bef\u9884\u6d4b\u3002", "entity_id": "\u300a\u6587\u5b66\u6587\u6458\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6587\u5b66\u6587\u6458\u300b", "label": "\u300a\u6587\u5b66\u6587\u6458\u300b", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u662f\u4e00\u5bb6\u6742\u5fd7\uff0c\u56e0\u9519\u8bef\u9884\u6d4b1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7ed3\u679c\u800c\u7834\u4ea7\u3002\u003cSEP\u003e\u300a\u6587\u5b66\u6587\u6458\u300b\u662f\u4e00\u5bb6\u6742\u5fd7\uff0c\u66fe\u57281936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u4e2d\u505a\u51fa\u9519\u8bef\u9884\u6d4b\u3002"}, {"color": "#c7fca5", "created_at": 1752884057, "description": "\u7f57\u65af\u798f\u662f\u6c11\u4e3b\u515a\u7684\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u4e2d\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u83b7\u80dc\u3002\u003cSEP\u003e\u7f57\u65af\u798f\u662f\u7f8e\u56fd\u603b\u7edf\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u9009\u4e3e\u4e2d\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u5f53\u9009\u3002", "entity_id": "\u7f57\u65af\u798f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u65af\u798f", "label": "\u7f57\u65af\u798f", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u7f57\u65af\u798f\u662f\u6c11\u4e3b\u515a\u7684\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u4e2d\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u83b7\u80dc\u3002\u003cSEP\u003e\u7f57\u65af\u798f\u662f\u7f8e\u56fd\u603b\u7edf\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u9009\u4e3e\u4e2d\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u5f53\u9009\u3002"}, {"color": "#b7d3ef", "created_at": 1752884057, "description": "\u5170\u767b\u662f\u5171\u548c\u515a\u7684\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u4e2d\u88ab\u9884\u6d4b\u4f1a\u83b7\u80dc\u4f46\u5b9e\u9645\u8d25\u9009\u3002\u003cSEP\u003e\u5170\u767b\u662f\u7f8e\u56fd\u603b\u7edf\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u9009\u4e3e\u4e2d\u8d25\u7ed9\u7f57\u65af\u798f\u3002", "entity_id": "\u5170\u767b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5170\u767b", "label": "\u5170\u767b", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u5170\u767b\u662f\u5171\u548c\u515a\u7684\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u4e2d\u88ab\u9884\u6d4b\u4f1a\u83b7\u80dc\u4f46\u5b9e\u9645\u8d25\u9009\u3002\u003cSEP\u003e\u5170\u767b\u662f\u7f8e\u56fd\u603b\u7edf\u5019\u9009\u4eba\uff0c\u57281936\u5e74\u9009\u4e3e\u4e2d\u8d25\u7ed9\u7f57\u65af\u798f\u3002"}, {"color": "#465b7f", "created_at": 1752884058, "description": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u662f\u7f57\u65af\u798f\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u6218\u80dc\u5170\u767b\u7684\u653f\u6cbb\u4e8b\u4ef6\u3002", "entity_id": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e", "label": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u662f\u7f57\u65af\u798f\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u6218\u80dc\u5170\u767b\u7684\u653f\u6cbb\u4e8b\u4ef6\u3002"}, {"color": "#0c8d95", "created_at": 1752884058, "description": "\u76d6\u6d1b\u666e\u662f\u7f8e\u56fd\u793e\u4f1a\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u6709\u6548\u7684\u6c11\u610f\u8c03\u67e5\u65b9\u6cd5\uff0c\u907f\u514d\u4e86\u300a\u6587\u5b66\u6587\u6458\u300b\u7684\u9519\u8bef\u3002", "entity_id": "\u76d6\u6d1b\u666e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u76d6\u6d1b\u666e", "label": "\u76d6\u6d1b\u666e", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u76d6\u6d1b\u666e\u662f\u7f8e\u56fd\u793e\u4f1a\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u6709\u6548\u7684\u6c11\u610f\u8c03\u67e5\u65b9\u6cd5\uff0c\u907f\u514d\u4e86\u300a\u6587\u5b66\u6587\u6458\u300b\u7684\u9519\u8bef\u3002"}, {"color": "#e6b3dd", "created_at": 1752884058, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u62bd\u6837\u8c03\u67e5\u7684\u6765\u6e90\u4e4b\u4e00\uff0c\u5bfc\u81f4\u6837\u672c\u504f\u5dee", "entity_id": "\u7535\u8bdd\u53f7\u7801\u7c3f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7535\u8bdd\u53f7\u7801\u7c3f", "label": "\u7535\u8bdd\u53f7\u7801\u7c3f", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u62bd\u6837\u8c03\u67e5\u7684\u6765\u6e90\u4e4b\u4e00\uff0c\u5bfc\u81f4\u6837\u672c\u504f\u5dee"}, {"color": "#7c5ccb", "created_at": 1752884058, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u62bd\u6837\u8c03\u67e5\u7684\u6765\u6e90\u4e4b\u4e00\uff0c\u5bfc\u81f4\u5bcc\u4eba\u9009\u6c11\u8fc7\u5ea6\u4ee3\u8868", "entity_id": "\u4ff1\u4e50\u90e8\u4f1a\u5458\u540d\u518c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4ff1\u4e50\u90e8\u4f1a\u5458\u540d\u518c", "label": "\u4ff1\u4e50\u90e8\u4f1a\u5458\u540d\u518c", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u62bd\u6837\u8c03\u67e5\u7684\u6765\u6e90\u4e4b\u4e00\uff0c\u5bfc\u81f4\u5bcc\u4eba\u9009\u6c11\u8fc7\u5ea6\u4ee3\u8868"}, {"color": "#e19d44", "created_at": 1752884058, "description": "\u7f8e\u56fd\u4e3b\u8981\u653f\u515a\u4e4b\u4e00\uff0c1936\u5e74\u63a8\u4e3e\u7f57\u65af\u798f\u4e3a\u603b\u7edf\u5019\u9009\u4eba", "entity_id": "\u6c11\u4e3b\u515a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6c11\u4e3b\u515a", "label": "\u6c11\u4e3b\u515a", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u7f8e\u56fd\u4e3b\u8981\u653f\u515a\u4e4b\u4e00\uff0c1936\u5e74\u63a8\u4e3e\u7f57\u65af\u798f\u4e3a\u603b\u7edf\u5019\u9009\u4eba"}, {"color": "#29eb29", "created_at": 1752884058, "description": "\u7f8e\u56fd\u4e3b\u8981\u653f\u515a\u4e4b\u4e00\uff0c1936\u5e74\u63a8\u4e3e\u5170\u767b\u4e3a\u603b\u7edf\u5019\u9009\u4eba", "entity_id": "\u5171\u548c\u515a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5171\u548c\u515a", "label": "\u5171\u548c\u515a", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u7f8e\u56fd\u4e3b\u8981\u653f\u515a\u4e4b\u4e00\uff0c1936\u5e74\u63a8\u4e3e\u5170\u767b\u4e3a\u603b\u7edf\u5019\u9009\u4eba"}, {"color": "#320ce4", "created_at": 1752884058, "description": "\u9884\u6d4b\u9009\u4e3e\u7ed3\u679c\u7684\u4e13\u4e1a\u4eba\u58eb\u7fa4\u4f53", "entity_id": "\u653f\u6cbb\u89c2\u5bdf\u5bb6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u653f\u6cbb\u89c2\u5bdf\u5bb6", "label": "\u653f\u6cbb\u89c2\u5bdf\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u9884\u6d4b\u9009\u4e3e\u7ed3\u679c\u7684\u4e13\u4e1a\u4eba\u58eb\u7fa4\u4f53"}, {"color": "#7e9646", "created_at": 1752884058, "description": "\u62a5\u9053\u548c\u9884\u6d4b\u9009\u4e3e\u7ed3\u679c\u7684\u5a92\u4f53\u7ec4\u7ec7", "entity_id": "\u65b0\u95fb\u673a\u6784", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65b0\u95fb\u673a\u6784", "label": "\u65b0\u95fb\u673a\u6784", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u62a5\u9053\u548c\u9884\u6d4b\u9009\u4e3e\u7ed3\u679c\u7684\u5a92\u4f53\u7ec4\u7ec7"}, {"color": "#43a765", "created_at": 1752884058, "description": "\u675c\u5170\u7279is the author of \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027, a work on the history of philosophy.\u003cSEP\u003e\u675c\u5170\u7279\u662f\u7f8e\u56fd\u54f2\u5b66\u53f2\u5bb6\uff0c\u8bc4\u4ef7\u4e86\u82cf\u683c\u62c9\u5e95\u7684\u8fa9\u8bba\u98ce\u683c\u548c\u5bf9\u5b9a\u4e49\u7684\u91cd\u89c6\u3002", "entity_id": "\u675c\u5170\u7279", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u675c\u5170\u7279", "label": "\u675c\u5170\u7279", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873", "title": "\u675c\u5170\u7279is the author of \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027, a work on the history of philosophy.\u003cSEP\u003e\u675c\u5170\u7279\u662f\u7f8e\u56fd\u54f2\u5b66\u53f2\u5bb6\uff0c\u8bc4\u4ef7\u4e86\u82cf\u683c\u62c9\u5e95\u7684\u8fa9\u8bba\u98ce\u683c\u548c\u5bf9\u5b9a\u4e49\u7684\u91cd\u89c6\u3002"}, {"color": "#db56d6", "created_at": 1752884058, "description": "\u8fa9\u8bba\u662f\u53e4\u5e0c\u814a\u76db\u884c\u7684\u6587\u5316\u6d3b\u52a8\uff0c\u88ab\u89c6\u4e3a\u516c\u6c11\u7d20\u517b\u548c\u653f\u6cbb\u53c2\u4e0e\u5f62\u5f0f\uff0c\u5f3a\u8c03\u903b\u8f91\u63a8\u7406\u548c\u4e25\u683c\u5b9a\u4e49\u3002", "entity_id": "\u8fa9\u8bba", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8fa9\u8bba", "label": "\u8fa9\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u8fa9\u8bba\u662f\u53e4\u5e0c\u814a\u76db\u884c\u7684\u6587\u5316\u6d3b\u52a8\uff0c\u88ab\u89c6\u4e3a\u516c\u6c11\u7d20\u517b\u548c\u653f\u6cbb\u53c2\u4e0e\u5f62\u5f0f\uff0c\u5f3a\u8c03\u903b\u8f91\u63a8\u7406\u548c\u4e25\u683c\u5b9a\u4e49\u3002"}, {"color": "#83d4d6", "created_at": 1752884061, "description": "Greeks are a nationality mentioned as an example in the text.\u003cSEP\u003eGreeks are used in Russell\u0027s example to illustrate the distinction between concrete and abstract logical statements.", "entity_id": "\u5e0c\u814a\u4eba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u814a\u4eba", "label": "\u5e0c\u814a\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Greeks are a nationality mentioned as an example in the text.\u003cSEP\u003eGreeks are used in Russell\u0027s example to illustrate the distinction between concrete and abstract logical statements."}, {"color": "#721f88", "created_at": 1752884106, "description": "\u6731\u5b89is one of the translators of\u675c\u5170\u7279\u0027s \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027 into Chinese.", "entity_id": "\u6731\u5b89", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6731\u5b89", "label": "\u6731\u5b89", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6731\u5b89is one of the translators of\u675c\u5170\u7279\u0027s \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027 into Chinese."}, {"color": "#11e8c7", "created_at": 1752884106, "description": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793eis the publisher of the Chinese translation of\u675c\u5170\u7279\u0027s \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027.", "entity_id": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793e", "label": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793eis the publisher of the Chinese translation of\u675c\u5170\u7279\u0027s \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027."}, {"color": "#dded51", "created_at": 1752884058, "description": "\u300a\u6307\u7269\u8bba\u300b\u662f\u516c\u5b59\u9f99\u5b50\u7684\u54f2\u5b66\u8457\u4f5c\uff0c\u8ba8\u8bba\u5b9a\u4e49\u4e2d\u7684\u6b8a\u76f8\u4e0e\u5171\u76f8\u95ee\u9898\u3002", "entity_id": "\u300a\u6307\u7269\u8bba\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6307\u7269\u8bba\u300b", "label": "\u300a\u6307\u7269\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u300a\u6307\u7269\u8bba\u300b\u662f\u516c\u5b59\u9f99\u5b50\u7684\u54f2\u5b66\u8457\u4f5c\uff0c\u8ba8\u8bba\u5b9a\u4e49\u4e2d\u7684\u6b8a\u76f8\u4e0e\u5171\u76f8\u95ee\u9898\u3002"}, {"color": "#fcefc6", "created_at": 1752884058, "description": "\u5148\u79e6\u540d\u5bb6\u662f\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u6d41\u6d3e\u4e4b\u4e00\uff0c\u4e13\u6ce8\u4e8e\u903b\u8f91\u548c\u5b9a\u4e49\u95ee\u9898\u7684\u8ba8\u8bba\u3002", "entity_id": "\u5148\u79e6\u540d\u5bb6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5148\u79e6\u540d\u5bb6", "label": "\u5148\u79e6\u540d\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u5148\u79e6\u540d\u5bb6\u662f\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u6d41\u6d3e\u4e4b\u4e00\uff0c\u4e13\u6ce8\u4e8e\u903b\u8f91\u548c\u5b9a\u4e49\u95ee\u9898\u7684\u8ba8\u8bba\u3002"}, {"color": "#fb89e6", "created_at": 1752884058, "description": "\u767d\u9a6c\u975e\u9a6c\u662f\u516c\u5b59\u9f99\u5b50\u63d0\u51fa\u7684\u8457\u540d\u547d\u9898\uff0c\u63a2\u8ba8\u5b9a\u4e49\u4e0e\u547d\u540d\u7684\u95ee\u9898\u3002", "entity_id": "\u767d\u9a6c\u975e\u9a6c", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u767d\u9a6c\u975e\u9a6c", "label": "\u767d\u9a6c\u975e\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u767d\u9a6c\u975e\u9a6c\u662f\u516c\u5b59\u9f99\u5b50\u63d0\u51fa\u7684\u8457\u540d\u547d\u9898\uff0c\u63a2\u8ba8\u5b9a\u4e49\u4e0e\u547d\u540d\u7684\u95ee\u9898\u3002"}, {"color": "#04f1fd", "created_at": 1752884058, "description": "\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6\u662f\u53e4\u5e0c\u814a\u7684\u653f\u6cbb\u4f53\u7cfb\uff0c\u8fa9\u8bba\u6587\u5316\u5728\u5176\u53d1\u5c55\u4e2d\u8d77\u5230\u91cd\u8981\u4f5c\u7528\u3002", "entity_id": "\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6", "label": "\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6\u662f\u53e4\u5e0c\u814a\u7684\u653f\u6cbb\u4f53\u7cfb\uff0c\u8fa9\u8bba\u6587\u5316\u5728\u5176\u53d1\u5c55\u4e2d\u8d77\u5230\u91cd\u8981\u4f5c\u7528\u3002"}, {"color": "#69d2fb", "created_at": 1752884058, "description": "\u5171\u76f8\u662f\u54f2\u5b66\u6982\u5ff5\uff0c\u6307\u666e\u904d\u3001\u62bd\u8c61\u7684\u6027\u8d28\uff0c\u4e0e\u6b8a\u76f8\u76f8\u5bf9\u3002", "entity_id": "\u5171\u76f8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5171\u76f8", "label": "\u5171\u76f8", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u5171\u76f8\u662f\u54f2\u5b66\u6982\u5ff5\uff0c\u6307\u666e\u904d\u3001\u62bd\u8c61\u7684\u6027\u8d28\uff0c\u4e0e\u6b8a\u76f8\u76f8\u5bf9\u3002"}, {"color": "#48ab13", "created_at": 1752884058, "description": "\u6b8a\u76f8\u662f\u54f2\u5b66\u6982\u5ff5\uff0c\u6307\u5177\u4f53\u3001\u4e2a\u522b\u7684\u5b9e\u4f53\uff0c\u4e0e\u5171\u76f8\u76f8\u5bf9\u3002", "entity_id": "\u6b8a\u76f8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b8a\u76f8", "label": "\u6b8a\u76f8", "shape": "dot", "size": 10, "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u6b8a\u76f8\u662f\u54f2\u5b66\u6982\u5ff5\uff0c\u6307\u5177\u4f53\u3001\u4e2a\u522b\u7684\u5b9e\u4f53\uff0c\u4e0e\u5171\u76f8\u76f8\u5bf9\u3002"}, {"color": "#f336d9", "created_at": 1752884096, "description": "\u6d4b\u5ea6(Measure Theory) provides the basis for integration, probability, and advanced mathematical analysis.", "entity_id": "\u6d4b\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d4b\u5ea6", "label": "\u6d4b\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u6d4b\u5ea6(Measure Theory) provides the basis for integration, probability, and advanced mathematical analysis."}, {"color": "#33f544", "created_at": 1752884085, "description": "\u51e0\u4f55\u5b66\u57fa\u672c\u6982\u5ff5\uff0c\u901a\u8fc7\u0027\u65f6\u95f4\u00d7\u901f\u5ea6\u0027\u6a21\u578b\u5b9a\u4e49\uff0c1967-1983\u5e74\u7531\u56fd\u9645\u4f1a\u8bae\u6807\u51c6\u5316\u3002\u003cSEP\u003e\u8ddd\u79bb(Distance Metrics) define spatial relationships in geometric systems from Euclidean to non-Euclidean spaces.", "entity_id": "\u8ddd\u79bb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ddd\u79bb", "label": "\u8ddd\u79bb", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u51e0\u4f55\u5b66\u57fa\u672c\u6982\u5ff5\uff0c\u901a\u8fc7\u0027\u65f6\u95f4\u00d7\u901f\u5ea6\u0027\u6a21\u578b\u5b9a\u4e49\uff0c1967-1983\u5e74\u7531\u56fd\u9645\u4f1a\u8bae\u6807\u51c6\u5316\u3002\u003cSEP\u003e\u8ddd\u79bb(Distance Metrics) define spatial relationships in geometric systems from Euclidean to non-Euclidean spaces."}, {"color": "#e5a33e", "created_at": 1752884059, "description": "Chinese basic education is referenced as having a traditional focus on memorization rather than conceptual understanding in mathematics teaching.", "entity_id": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "label": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Chinese basic education is referenced as having a traditional focus on memorization rather than conceptual understanding in mathematics teaching."}, {"color": "#dbeb4b", "created_at": 1752884059, "description": "Modern Mathematics encompasses various research fields like fuzzy mathematics and probability theory, which adhere to mathematical identity laws despite surface-level differences.", "entity_id": "Modern Mathematics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Modern Mathematics", "label": "Modern Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Modern Mathematics encompasses various research fields like fuzzy mathematics and probability theory, which adhere to mathematical identity laws despite surface-level differences."}, {"color": "#81ae3b", "created_at": 1752884059, "description": "Fuzzy Mathematics deals with elements belonging to sets in a graded manner, using characteristic functions on the interval [0,1], maintaining mathematical consistency.", "entity_id": "Fuzzy Mathematics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Fuzzy Mathematics", "label": "Fuzzy Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Fuzzy Mathematics deals with elements belonging to sets in a graded manner, using characteristic functions on the interval [0,1], maintaining mathematical consistency."}, {"color": "#2c8efa", "created_at": 1752884059, "description": "Probability Theory and Statistics involve random variables with uncertain outcomes but fixed probabilities, aligning with mathematical identity laws.", "entity_id": "Probability Theory and Statistics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Probability Theory and Statistics", "label": "Probability Theory and Statistics", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Probability Theory and Statistics involve random variables with uncertain outcomes but fixed probabilities, aligning with mathematical identity laws."}, {"color": "#22014a", "created_at": 1752884059, "description": "ZF Set Theory is the foundational system of modern mathematics, with axioms like the Axiom of Extensionality defining set equivalence (A=B).", "entity_id": "ZF Set Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "ZF Set Theory", "label": "ZF Set Theory", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "ZF Set Theory is the foundational system of modern mathematics, with axioms like the Axiom of Extensionality defining set equivalence (A=B)."}, {"color": "#0df291", "created_at": 1752884059, "description": "Laozi, a foundational figure in Chinese philosophy, emphasized the coexistence of opposites (e.g., yin-yang) in his teachings, influencing dialectical thought.", "entity_id": "Laozi", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Laozi", "label": "Laozi", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Laozi, a foundational figure in Chinese philosophy, emphasized the coexistence of opposites (e.g., yin-yang) in his teachings, influencing dialectical thought."}, {"color": "#c84383", "created_at": 1752884150, "description": "Laozi\u0027s philosophy in \u0027Dao De Jing\u0027 emphasizes the dynamic balance of opposites (yin-yang), influencing dialectical thought.", "entity_id": "Yin-Yang", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Yin-Yang", "label": "Yin-Yang", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Laozi\u0027s philosophy in \u0027Dao De Jing\u0027 emphasizes the dynamic balance of opposites (yin-yang), influencing dialectical thought."}, {"color": "#c31ccb", "created_at": 1752884059, "description": "Hegel, an 18th-century German philosopher, developed dialectical methods inspired by ancient Chinese philosophy, focusing on opposing forces in development.", "entity_id": "Hegel", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Hegel", "label": "Hegel", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Hegel, an 18th-century German philosopher, developed dialectical methods inspired by ancient Chinese philosophy, focusing on opposing forces in development."}, {"color": "#aca517", "created_at": 1752884150, "description": "Hegel\u0027s dialectical method, inspired by Chinese philosophy, explores the interplay of opposing forces in development.", "entity_id": "Dialectics", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Dialectics", "label": "Dialectics", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Hegel\u0027s dialectical method, inspired by Chinese philosophy, explores the interplay of opposing forces in development."}, {"color": "#dde544", "created_at": 1752884059, "description": "A branch of mathematics where elements can have graded membership in sets based on a characteristic function over [0,1], while maintaining mathematical consistency.", "entity_id": "\u6a21\u7cca\u6570\u5b66(Fuzzy Mathematics)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6a21\u7cca\u6570\u5b66(Fuzzy Mathematics)", "label": "\u6a21\u7cca\u6570\u5b66(Fuzzy Mathematics)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "A branch of mathematics where elements can have graded membership in sets based on a characteristic function over [0,1], while maintaining mathematical consistency."}, {"color": "#450b0d", "created_at": 1752884059, "description": "A fundamental principle that mathematical objects remain consistent in their properties and definitions.", "entity_id": "\u6570\u5b66\u540c\u4e00\u5f8b(Mathematical Identity Law)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u540c\u4e00\u5f8b(Mathematical Identity Law)", "label": "\u6570\u5b66\u540c\u4e00\u5f8b(Mathematical Identity Law)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "A fundamental principle that mathematical objects remain consistent in their properties and definitions."}, {"color": "#684432", "created_at": 1752884059, "description": "Mathematical fields dealing with random variables and uncertainty, where probabilities remain constant despite variable outcomes.", "entity_id": "\u6982\u7387\u8bba\u4e0e\u7edf\u8ba1\u5b66(Probability Theory and Statistics)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6982\u7387\u8bba\u4e0e\u7edf\u8ba1\u5b66(Probability Theory and Statistics)", "label": "\u6982\u7387\u8bba\u4e0e\u7edf\u8ba1\u5b66(Probability Theory and Statistics)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Mathematical fields dealing with random variables and uncertainty, where probabilities remain constant despite variable outcomes."}, {"color": "#6f9cd3", "created_at": 1752884059, "description": "The foundational axiomatic system for modern mathematics, including the Axiom of Extensionality defining set equivalence (A=B).", "entity_id": "ZF\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb(ZF Set Theory Axioms)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "ZF\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb(ZF Set Theory Axioms)", "label": "ZF\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb(ZF Set Theory Axioms)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The foundational axiomatic system for modern mathematics, including the Axiom of Extensionality defining set equivalence (A=B)."}, {"color": "#47c5e3", "created_at": 1752884059, "description": "The first axiom in ZF set theory stating that two sets are equal if they contain the same elements.", "entity_id": "\u5916\u5ef6\u516c\u7406(Axiom of Extensionality)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5916\u5ef6\u516c\u7406(Axiom of Extensionality)", "label": "\u5916\u5ef6\u516c\u7406(Axiom of Extensionality)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The first axiom in ZF set theory stating that two sets are equal if they contain the same elements."}, {"color": "#c8fe47", "created_at": 1752884059, "description": "Numbers expressible as fractions or finite/infinite repeating decimals, used as an example of equivalent representations in set theory.", "entity_id": "\u6709\u7406\u6570(Rational Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6570(Rational Numbers)", "label": "\u6709\u7406\u6570(Rational Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Numbers expressible as fractions or finite/infinite repeating decimals, used as an example of equivalent representations in set theory."}, {"color": "#77252d", "created_at": 1752884059, "description": "Ancient Chinese philosopher who emphasized the coexistence of opposites (yin-yang) in Daoist philosophy.", "entity_id": "\u8001\u5b50(Laozi)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8001\u5b50(Laozi)", "label": "\u8001\u5b50(Laozi)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Ancient Chinese philosopher who emphasized the coexistence of opposites (yin-yang) in Daoist philosophy."}, {"color": "#354d34", "created_at": 1752884059, "description": "The Chinese philosophical concept of interdependent opposing forces forming a dynamic whole.", "entity_id": "\u4e00\u9634\u4e00\u9633(Yin-Yang)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u9634\u4e00\u9633(Yin-Yang)", "label": "\u4e00\u9634\u4e00\u9633(Yin-Yang)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The Chinese philosophical concept of interdependent opposing forces forming a dynamic whole."}, {"color": "#efce43", "created_at": 1752884059, "description": "German philosopher who developed dialectical methods influenced by Chinese philosophy.", "entity_id": "\u9ed1\u683c\u5c14(Hegel)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ed1\u683c\u5c14(Hegel)", "label": "\u9ed1\u683c\u5c14(Hegel)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "German philosopher who developed dialectical methods influenced by Chinese philosophy."}, {"color": "#8e0ee4", "created_at": 1752884059, "description": "Ancient Chinese text introducing the yin-yang concept of complementary opposites.", "entity_id": "\u300a\u5468\u6613\u300b (Book of Changes)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u6613\u300b (Book of Changes)", "label": "\u300a\u5468\u6613\u300b (Book of Changes)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Ancient Chinese text introducing the yin-yang concept of complementary opposites."}, {"color": "#ed7270", "created_at": 1752884060, "description": "A logical principle stating that contradictory statements cannot both be true.\u003cSEP\u003eThe law of contradiction in logic asserts that a proposition cannot be both true and false simultaneously.", "entity_id": "\u77db\u76fe\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u77db\u76fe\u5f8b", "label": "\u77db\u76fe\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "A logical principle stating that contradictory statements cannot both be true.\u003cSEP\u003eThe law of contradiction in logic asserts that a proposition cannot be both true and false simultaneously."}, {"color": "#7170b8", "created_at": 1752884103, "description": "A logical principle stating that every statement is either true or false.", "entity_id": "\u6392\u4e2d\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6392\u4e2d\u5f8b", "label": "\u6392\u4e2d\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A logical principle stating that every statement is either true or false."}, {"color": "#474c52", "created_at": 1752884060, "description": "Opposites in logic and philosophy, referring to concepts that are fundamentally opposed to each other.", "entity_id": "\u5bf9\u7acb\u7269", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5bf9\u7acb\u7269", "label": "\u5bf9\u7acb\u7269", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Opposites in logic and philosophy, referring to concepts that are fundamentally opposed to each other."}, {"color": "#f22764", "created_at": 1752884060, "description": "Intermediate states between opposites, representing the idea that not all classifications are binary.", "entity_id": "\u5c45\u95f4\u8005", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c45\u95f4\u8005", "label": "\u5c45\u95f4\u8005", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Intermediate states between opposites, representing the idea that not all classifications are binary."}, {"color": "#8126fb", "created_at": 1752884060, "description": "Chinese cultural traditions that often reject strict binary thinking in favor of more nuanced perspectives.", "entity_id": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "label": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Chinese cultural traditions that often reject strict binary thinking in favor of more nuanced perspectives."}, {"color": "#f0d7d0", "created_at": 1752884060, "description": "\u0027Either-or\u0027 binary thinking style that contrasts with more flexible Chinese cultural approaches.", "entity_id": "\u975e\u6b64\u5373\u5f7c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u975e\u6b64\u5373\u5f7c", "label": "\u975e\u6b64\u5373\u5f7c", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "\u0027Either-or\u0027 binary thinking style that contrasts with more flexible Chinese cultural approaches."}, {"color": "#ad697b", "created_at": 1752884060, "description": "The physical world from which mathematics originates but eventually abstracts away from.\u003cSEP\u003e\u73b0\u5b9e\u4e16\u754c\u662f\u6570\u5b66\u5efa\u6a21\u7684\u5bf9\u8c61\uff0c\u901a\u8fc7\u6570\u5b66\u6a21\u578b\u6765\u89e3\u91ca\u548c\u9884\u6d4b\u73b0\u5b9e\u4e2d\u7684\u73b0\u8c61\u548c\u95ee\u9898\u3002", "entity_id": "\u73b0\u5b9e\u4e16\u754c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u73b0\u5b9e\u4e16\u754c", "label": "\u73b0\u5b9e\u4e16\u754c", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "The physical world from which mathematics originates but eventually abstracts away from.\u003cSEP\u003e\u73b0\u5b9e\u4e16\u754c\u662f\u6570\u5b66\u5efa\u6a21\u7684\u5bf9\u8c61\uff0c\u901a\u8fc7\u6570\u5b66\u6a21\u578b\u6765\u89e3\u91ca\u548c\u9884\u6d4b\u73b0\u5b9e\u4e2d\u7684\u73b0\u8c61\u548c\u95ee\u9898\u3002"}, {"color": "#d10d4a", "created_at": 1752884060, "description": "AAA\u578bis the technical term for universal affirmative syllogism in Aristotelian logic, exemplified by \u0027All men are mortal, Socrates is a man, therefore Socrates is mortal.\u0027\u003cSEP\u003eUniversal affirmative syllogism type where all statements are affirmative universals.", "entity_id": "AAA\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "AAA\u578b", "label": "AAA\u578b", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb", "title": "AAA\u578bis the technical term for universal affirmative syllogism in Aristotelian logic, exemplified by \u0027All men are mortal, Socrates is a man, therefore Socrates is mortal.\u0027\u003cSEP\u003eUniversal affirmative syllogism type where all statements are affirmative universals."}, {"color": "#1107d7", "created_at": 1752884084, "description": "\u6000\u6d77\u5fb7is a mathematician who co-authored \u0027Principia Mathematica\u0027, a foundational system in modern mathematics.", "entity_id": "\u6000\u6d77\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6000\u6d77\u5fb7", "label": "\u6000\u6d77\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u6000\u6d77\u5fb7is a mathematician who co-authored \u0027Principia Mathematica\u0027, a foundational system in modern mathematics."}, {"color": "#1be12e", "created_at": 1752884106, "description": "\u4f55\u5146\u6b66and\u674e\u7ea6\u745fare translators of\u7f57\u7d20\u0027s \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027 into Chinese.", "entity_id": "\u4f55\u5146\u6b66\u674e\u7ea6\u745f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f55\u5146\u6b66\u674e\u7ea6\u745f", "label": "\u4f55\u5146\u6b66\u674e\u7ea6\u745f", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4f55\u5146\u6b66and\u674e\u7ea6\u745fare translators of\u7f57\u7d20\u0027s \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027 into Chinese."}, {"color": "#9fff86", "created_at": 1752884107, "description": "\u4f55\u5146\u6b66is a translator who collaborated on translating\u7f57\u7d20\u0027s works.", "entity_id": "\u4f55\u5146\u6b66", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f55\u5146\u6b66", "label": "\u4f55\u5146\u6b66", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4f55\u5146\u6b66is a translator who collaborated on translating\u7f57\u7d20\u0027s works."}, {"color": "#aa49d1", "created_at": 1752884099, "description": "**\u5546\u52a1\u5370\u4e66\u9986 (The Commercial Press)** is a prestigious and long-established publishing house based in Beijing, China, recognized as one of the country\u0027s oldest and most respected academic publishers. Specializing in the translation and publication of foreign academic works, \u5546\u52a1\u5370\u4e66\u9986 has played a significant role in introducing Western philosophical, scientific, and mathematical literature to Chinese readers. \n\nThe publisher has translated and published works by prominent figures such as Henri Poincar\u00e9 (\u5e9e\u52a0\u83b1), Bertrand Russell (\u7f57\u7d20), and Ludwig Wittgenstein, including the Chinese version of Wittgenstein\u0027s work in 2019. Additionally, it has released important philosophical texts like *\u5f17\u96f7\u683c\u54f2\u5b66\u8bba\u8457\u9009\u8f91 (Selected Philosophical Writings of Frege)* and *\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a (A History of Western Philosophy, Vol. 1)*, as well as the Chinese edition of *\u5386\u53f2 (Histories)*. \n\n\u5546\u52a1\u5370\u4e66\u9986 is particularly noted for its contributions to both philosophical and scientific translations, bridging international academic discourse with the Chinese-speaking world. Its reputation as a leading academic publisher underscores its enduring influence in China\u0027s intellectual and educational landscape.", "entity_id": "\u5546\u52a1\u5370\u4e66\u9986", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u52a1\u5370\u4e66\u9986", "label": "\u5546\u52a1\u5370\u4e66\u9986", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**\u5546\u52a1\u5370\u4e66\u9986 (The Commercial Press)** is a prestigious and long-established publishing house based in Beijing, China, recognized as one of the country\u0027s oldest and most respected academic publishers. Specializing in the translation and publication of foreign academic works, \u5546\u52a1\u5370\u4e66\u9986 has played a significant role in introducing Western philosophical, scientific, and mathematical literature to Chinese readers. \n\nThe publisher has translated and published works by prominent figures such as Henri Poincar\u00e9 (\u5e9e\u52a0\u83b1), Bertrand Russell (\u7f57\u7d20), and Ludwig Wittgenstein, including the Chinese version of Wittgenstein\u0027s work in 2019. Additionally, it has released important philosophical texts like *\u5f17\u96f7\u683c\u54f2\u5b66\u8bba\u8457\u9009\u8f91 (Selected Philosophical Writings of Frege)* and *\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a (A History of Western Philosophy, Vol. 1)*, as well as the Chinese edition of *\u5386\u53f2 (Histories)*. \n\n\u5546\u52a1\u5370\u4e66\u9986 is particularly noted for its contributions to both philosophical and scientific translations, bridging international academic discourse with the Chinese-speaking world. Its reputation as a leading academic publisher underscores its enduring influence in China\u0027s intellectual and educational landscape."}, {"color": "#cdd877", "created_at": 1752884061, "description": "\u5047\u8a00\u4e09\u6bb5\u8bba\u662f\u5c06\u7b80\u5355\u63a8\u7406\u4e2d\u7684\u6027\u8d28\u547d\u9898\u66ff\u6362\u4e3a\u5173\u7cfb\u547d\u9898\u7684\u8bba\u8bc1\u5f62\u5f0f\uff0c\u5e38\u7528\u4e8e\u6570\u5b66\u8bc1\u660e\u3002", "entity_id": "\u5047\u8a00\u4e09\u6bb5\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5047\u8a00\u4e09\u6bb5\u8bba", "label": "\u5047\u8a00\u4e09\u6bb5\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u5047\u8a00\u4e09\u6bb5\u8bba\u662f\u5c06\u7b80\u5355\u63a8\u7406\u4e2d\u7684\u6027\u8d28\u547d\u9898\u66ff\u6362\u4e3a\u5173\u7cfb\u547d\u9898\u7684\u8bba\u8bc1\u5f62\u5f0f\uff0c\u5e38\u7528\u4e8e\u6570\u5b66\u8bc1\u660e\u3002"}, {"color": "#d5690a", "created_at": 1752884060, "description": "EAE\u578bis the technical term for universal negative syllogism in Aristotelian logic, exemplified by \u0027No fish are rational, all sharks are fish, therefore no sharks are rational.\u0027", "entity_id": "EAE\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "EAE\u578b", "label": "EAE\u578b", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "EAE\u578bis the technical term for universal negative syllogism in Aristotelian logic, exemplified by \u0027No fish are rational, all sharks are fish, therefore no sharks are rational.\u0027"}, {"color": "#4a9a61", "created_at": 1752884151, "description": "EAE\u578bis the formal classification for universal negative syllogisms in Aristotelian logic.", "entity_id": "\u5168\u79f0\u5426\u5b9a\u578b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5168\u79f0\u5426\u5b9a\u578b", "label": "\u5168\u79f0\u5426\u5b9a\u578b", "shape": "dot", "size": 10, "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "EAE\u578bis the formal classification for universal negative syllogisms in Aristotelian logic."}, {"color": "#8d20d7", "created_at": 1752884061, "description": "Particular negative syllogism form (EIO) demonstrating existence of counterexamples.", "entity_id": "\u7279\u79f0\u5426\u5b9a\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7279\u79f0\u5426\u5b9a\u578b", "label": "\u7279\u79f0\u5426\u5b9a\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Particular negative syllogism form (EIO) demonstrating existence of counterexamples."}, {"color": "#9d89f1", "created_at": 1752884061, "description": "Geometric impossibility used to exemplify power of negative particular syllogisms in math.", "entity_id": "\u5c3a\u89c4\u4f5c\u56fe\u4e09\u7b49\u5206\u89d2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3a\u89c4\u4f5c\u56fe\u4e09\u7b49\u5206\u89d2", "label": "\u5c3a\u89c4\u4f5c\u56fe\u4e09\u7b49\u5206\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Geometric impossibility used to exemplify power of negative particular syllogisms in math."}, {"color": "#ac8b38", "created_at": 1752884061, "description": "\u7b80\u5355\u6f14\u7ece\u63a8\u7406\u662f\u7531\u4e09\u4e2a\u6027\u8d28\u547d\u9898\u6784\u5efa\u7684\u6f14\u7ece\u63a8\u7406\u5f62\u5f0f\uff0c\u5177\u6709\u6027\u8d28\u4f20\u9012\u6027\uff0c\u5305\u62ec\u524d\u63d0\u547d\u9898\u3001\u8bba\u8bc1\u547d\u9898\u548c\u7ed3\u8bba\u547d\u9898\u3002", "entity_id": "\u7b80\u5355\u6f14\u7ece\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b80\u5355\u6f14\u7ece\u63a8\u7406", "label": "\u7b80\u5355\u6f14\u7ece\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u7b80\u5355\u6f14\u7ece\u63a8\u7406\u662f\u7531\u4e09\u4e2a\u6027\u8d28\u547d\u9898\u6784\u5efa\u7684\u6f14\u7ece\u63a8\u7406\u5f62\u5f0f\uff0c\u5177\u6709\u6027\u8d28\u4f20\u9012\u6027\uff0c\u5305\u62ec\u524d\u63d0\u547d\u9898\u3001\u8bba\u8bc1\u547d\u9898\u548c\u7ed3\u8bba\u547d\u9898\u3002"}, {"color": "#b1f983", "created_at": 1752884061, "description": "\u590d\u5408\u4e09\u6bb5\u8bba\u662f\u7531\u591a\u4e2a\u4e09\u6bb5\u8bba\u7ec4\u6210\u7684\u63a8\u7406\u5f62\u5f0f\uff0c\u524d\u9879\u7684\u7ed3\u8bba\u547d\u9898\u4f5c\u4e3a\u540e\u9879\u7684\u524d\u63d0\u547d\u9898\uff0c\u5f62\u6210\u4f20\u9012\u6027\u8fde\u63a5\u3002", "entity_id": "\u590d\u5408\u4e09\u6bb5\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u590d\u5408\u4e09\u6bb5\u8bba", "label": "\u590d\u5408\u4e09\u6bb5\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u590d\u5408\u4e09\u6bb5\u8bba\u662f\u7531\u591a\u4e2a\u4e09\u6bb5\u8bba\u7ec4\u6210\u7684\u63a8\u7406\u5f62\u5f0f\uff0c\u524d\u9879\u7684\u7ed3\u8bba\u547d\u9898\u4f5c\u4e3a\u540e\u9879\u7684\u524d\u63d0\u547d\u9898\uff0c\u5f62\u6210\u4f20\u9012\u6027\u8fde\u63a5\u3002"}, {"color": "#938f05", "created_at": 1752884061, "description": "\u9c81\u8fc5\u662f\u4e2d\u56fd\u73b0\u4ee3\u6587\u5b66\u5bb6\uff0c\u5728\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b\u4e2d\u5206\u6790\u4e86\u8be1\u8fa9\u65b9\u6cd5\u7684\u903b\u8f91\u8c2c\u8bef\u3002", "entity_id": "\u9c81\u8fc5", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9c81\u8fc5", "label": "\u9c81\u8fc5", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u9c81\u8fc5\u662f\u4e2d\u56fd\u73b0\u4ee3\u6587\u5b66\u5bb6\uff0c\u5728\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b\u4e2d\u5206\u6790\u4e86\u8be1\u8fa9\u65b9\u6cd5\u7684\u903b\u8f91\u8c2c\u8bef\u3002"}, {"color": "#6ed456", "created_at": 1752884061, "description": "\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b\u662f\u9c81\u8fc5\u7684\u6587\u7ae0\uff0c\u6279\u5224\u4e86\u67d0\u4e9b\u987d\u56fa\u6d3e\u7684\u8be1\u8fa9\u65b9\u6cd5\uff0c\u63ed\u793a\u4e86\u903b\u8f91\u63a8\u7406\u4e2d\u7684\u9519\u8bef\u3002", "entity_id": "\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b", "label": "\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b\u662f\u9c81\u8fc5\u7684\u6587\u7ae0\uff0c\u6279\u5224\u4e86\u67d0\u4e9b\u987d\u56fa\u6d3e\u7684\u8be1\u8fa9\u65b9\u6cd5\uff0c\u63ed\u793a\u4e86\u903b\u8f91\u63a8\u7406\u4e2d\u7684\u9519\u8bef\u3002"}, {"color": "#632e13", "created_at": 1752884061, "description": "Numbers that when added together yield zero, enabling the definition of subtraction and negative numbers.", "entity_id": "\u76f8\u53cd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u53cd\u6570", "label": "\u76f8\u53cd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Numbers that when added together yield zero, enabling the definition of subtraction and negative numbers."}, {"color": "#afc4a1", "created_at": 1752884153, "description": "Opposite numbers enable the definition of subtraction as addition of an inverse element.", "entity_id": "\u51cf\u6cd5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u51cf\u6cd5", "label": "\u51cf\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Opposite numbers enable the definition of subtraction as addition of an inverse element."}, {"color": "#9d695b", "created_at": 1752884061, "description": "Natural numbers are a set of numbers used in counting and ordering, foundational for arithmetic operations like addition and multiplication.", "entity_id": "Natural Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Natural Numbers", "label": "Natural Numbers", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Natural numbers are a set of numbers used in counting and ordering, foundational for arithmetic operations like addition and multiplication."}, {"color": "#049bec", "created_at": 1752884061, "description": "Multiplication is a fundamental arithmetic operation defined by properties like distributivity and associativity, and can be extended from natural numbers to integers.", "entity_id": "Multiplication Operation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Multiplication Operation", "label": "Multiplication Operation", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Multiplication is a fundamental arithmetic operation defined by properties like distributivity and associativity, and can be extended from natural numbers to integers."}, {"color": "#0ceb8c", "created_at": 1752884062, "description": "A mathematical proof technique used to establish that a given statement holds for all natural numbers, used here to verify arithmetic properties.\u003cSEP\u003eProof technique used to demonstrate the Fundamental Theorem of Algebra for all polynomial degrees.", "entity_id": "Mathematical Induction", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mathematical Induction", "label": "Mathematical Induction", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548\u003cSEP\u003echunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "A mathematical proof technique used to establish that a given statement holds for all natural numbers, used here to verify arithmetic properties.\u003cSEP\u003eProof technique used to demonstrate the Fundamental Theorem of Algebra for all polynomial degrees."}, {"color": "#ec0491", "created_at": 1752884061, "description": "The integer set includes all whole numbers, both positive and negative, and is an extension of the natural numbers.", "entity_id": "Integer Set", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Integer Set", "label": "Integer Set", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The integer set includes all whole numbers, both positive and negative, and is an extension of the natural numbers."}, {"color": "#630b11", "created_at": 1752884062, "description": "Numbers that are symmetric about zero in the integer set, such as -1 and 1, crucial for extending multiplication to integers.", "entity_id": "Opposite Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Opposite Numbers", "label": "Opposite Numbers", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Numbers that are symmetric about zero in the integer set, such as -1 and 1, crucial for extending multiplication to integers."}, {"color": "#750228", "created_at": 1752884062, "description": "The decimal system is a base-10 numeral system used for representing numbers, essential for practical arithmetic calculations.", "entity_id": "Decimal System", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Decimal System", "label": "Decimal System", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The decimal system is a base-10 numeral system used for representing numbers, essential for practical arithmetic calculations."}, {"color": "#cd752b", "created_at": 1752884062, "description": "Division is the inverse operation of multiplication, defined using the concept of reciprocals in the rational number set.", "entity_id": "Division Operation", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Division Operation", "label": "Division Operation", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Division is the inverse operation of multiplication, defined using the concept of reciprocals in the rational number set."}, {"color": "#000364", "created_at": 1752884062, "description": "A fundamental arithmetic property stating that multiplication distributes over addition, used extensively in proofs and calculations.", "entity_id": "Distributive Law", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Distributive Law", "label": "Distributive Law", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "A fundamental arithmetic property stating that multiplication distributes over addition, used extensively in proofs and calculations."}, {"color": "#25be0e", "created_at": 1752884153, "description": "The Chinese multiplication table enables efficient single-digit calculations, forming the basis for decimal multiplication algorithms.", "entity_id": "Chinese Multiplication Table", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Chinese Multiplication Table", "label": "Chinese Multiplication Table", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The Chinese multiplication table enables efficient single-digit calculations, forming the basis for decimal multiplication algorithms."}, {"color": "#9b14e7", "created_at": 1752884062, "description": "A reciprocal of a number is another number which, when multiplied by the original, yields the multiplicative identity (1).", "entity_id": "Reciprocal", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Reciprocal", "label": "Reciprocal", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "A reciprocal of a number is another number which, when multiplied by the original, yields the multiplicative identity (1)."}, {"color": "#5e2067", "created_at": 1752884062, "description": "Numbers expressible as ratios of integers, formed by extending integers with reciprocals to define division formally.", "entity_id": "Rational Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Rational Numbers", "label": "Rational Numbers", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Numbers expressible as ratios of integers, formed by extending integers with reciprocals to define division formally."}, {"color": "#4995e2", "created_at": 1752884068, "description": "Mathematical theorem stating that every non-constant polynomial equation with complex coefficients has at least one complex root.\u003cSEP\u003eThe Fundamental Theorem of Algebra states that every non-zero single-variable polynomial with complex coefficients has as many roots as its degree, counting multiplicities.", "entity_id": "Fundamental Theorem of Algebra", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Fundamental Theorem of Algebra", "label": "Fundamental Theorem of Algebra", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c\u003cSEP\u003echunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Mathematical theorem stating that every non-constant polynomial equation with complex coefficients has at least one complex root.\u003cSEP\u003eThe Fundamental Theorem of Algebra states that every non-zero single-variable polynomial with complex coefficients has as many roots as its degree, counting multiplicities."}, {"color": "#fb7a18", "created_at": 1752884062, "description": "do\u97f3\u662f\u97f3\u4e50\u4e2d\u7684\u57fa\u51c6\u97f3\uff0c\u9891\u7387\u8bb0\u4e3a1\uff0c\u5728\u97f3\u9636\u5212\u5206\u4e2d\u4f5c\u4e3a\u8d77\u70b9\u3002", "entity_id": "do\u97f3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "do\u97f3", "label": "do\u97f3", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "do\u97f3\u662f\u97f3\u4e50\u4e2d\u7684\u57fa\u51c6\u97f3\uff0c\u9891\u7387\u8bb0\u4e3a1\uff0c\u5728\u97f3\u9636\u5212\u5206\u4e2d\u4f5c\u4e3a\u8d77\u70b9\u3002"}, {"color": "#a5b670", "created_at": 1752884062, "description": "\u9ad8\u97f3do\u662f\u6bd4\u57fa\u51c6do\u97f3\u9ad8\u4e00\u4e2a\u516b\u5ea6\u7684\u97f3\uff0c\u9891\u7387\u8bb0\u4e3a2\u3002", "entity_id": "\u9ad8\u97f3do", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u97f3do", "label": "\u9ad8\u97f3do", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u9ad8\u97f3do\u662f\u6bd4\u57fa\u51c6do\u97f3\u9ad8\u4e00\u4e2a\u516b\u5ea6\u7684\u97f3\uff0c\u9891\u7387\u8bb0\u4e3a2\u3002"}, {"color": "#fbfccc", "created_at": 1752884062, "description": "Marin Mersenne, a French mathematician, proposed a method for identifying large prime numbers using numbers of the form 2^p - 1, known as Mersenne primes.", "entity_id": "\u6885\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6885\u68ee", "label": "\u6885\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Marin Mersenne, a French mathematician, proposed a method for identifying large prime numbers using numbers of the form 2^p - 1, known as Mersenne primes."}, {"color": "#2bf76d", "created_at": 1752884062, "description": "Numbers of the form 2^p - 1, where p is a prime number. Some of these numbers are prime, known as Mersenne primes, and are used in the search for large primes.\u003cSEP\u003e\u6885\u68ee\u6570\u662f\u6307\u5f62\u59822^p-1\u7684\u6570\uff0c\u5176\u4e2dp\u4e3a\u7d20\u6570\uff0c\u5e38\u7528\u4e8e\u7814\u7a76\u5927\u7d20\u6570\u7684\u6027\u8d28\u3002\"", "entity_id": "\u6885\u68ee\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6885\u68ee\u6570", "label": "\u6885\u68ee\u6570", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "Numbers of the form 2^p - 1, where p is a prime number. Some of these numbers are prime, known as Mersenne primes, and are used in the search for large primes.\u003cSEP\u003e\u6885\u68ee\u6570\u662f\u6307\u5f62\u59822^p-1\u7684\u6570\uff0c\u5176\u4e2dp\u4e3a\u7d20\u6570\uff0c\u5e38\u7528\u4e8e\u7814\u7a76\u5927\u7d20\u6570\u7684\u6027\u8d28\u3002\""}, {"color": "#3dd3db", "created_at": 1752884063, "description": "Frank Nelson Cole, an American mathematician, disproved Mersenne\u0027s conjecture by showing that 2^67 - 1 is not a prime number.", "entity_id": "\u67ef\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u5c14", "label": "\u67ef\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Frank Nelson Cole, an American mathematician, disproved Mersenne\u0027s conjecture by showing that 2^67 - 1 is not a prime number."}, {"color": "#dc6296", "created_at": 1752884063, "description": "Mersenne\u0027s 1644 work that proposed the method for identifying large prime numbers known as Mersenne primes.", "entity_id": "\u300a\u7269\u7406\u6570\u5b66\u968f\u611f\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7269\u7406\u6570\u5b66\u968f\u611f\u300b", "label": "\u300a\u7269\u7406\u6570\u5b66\u968f\u611f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Mersenne\u0027s 1644 work that proposed the method for identifying large prime numbers known as Mersenne primes."}, {"color": "#edfea1", "created_at": 1752884063, "description": "Electronic devices used to verify Mersenne primes and perform complex calculations in number theory.", "entity_id": "\u8ba1\u7b97\u673a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u7b97\u673a", "label": "\u8ba1\u7b97\u673a", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Electronic devices used to verify Mersenne primes and perform complex calculations in number theory."}, {"color": "#45521e", "created_at": 1752884063, "description": "\u6885\u68ee\u7d20\u6570\u662f\u5f62\u59822^p-1\u7684\u7d20\u6570\uff0c\u5176\u4e2dp\u4e3a\u7d20\u6570\uff0c\u662f\u6570\u5b66\u7814\u7a76\u7684\u91cd\u8981\u5bf9\u8c61\u3002\"", "entity_id": "\u6885\u68ee\u7d20\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6885\u68ee\u7d20\u6570", "label": "\u6885\u68ee\u7d20\u6570", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u6885\u68ee\u7d20\u6570\u662f\u5f62\u59822^p-1\u7684\u7d20\u6570\uff0c\u5176\u4e2dp\u4e3a\u7d20\u6570\uff0c\u662f\u6570\u5b66\u7814\u7a76\u7684\u91cd\u8981\u5bf9\u8c61\u3002\""}, {"color": "#a1aac4", "created_at": 1752884063, "description": "Christian theologian who referenced the perfect number 6 in his work \u0027The City of God\u0027, connecting mathematics with theology.", "entity_id": "\u5723\u5965\u53e4\u65af\u4e01", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5723\u5965\u53e4\u65af\u4e01", "label": "\u5723\u5965\u53e4\u65af\u4e01", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Christian theologian who referenced the perfect number 6 in his work \u0027The City of God\u0027, connecting mathematics with theology."}, {"color": "#632e06", "created_at": 1752884155, "description": "The theologian used the perfect number 6 as theological symbolism in his writings.", "entity_id": "6", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "6", "label": "6", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "The theologian used the perfect number 6 as theological symbolism in his writings."}, {"color": "#96bb7c", "created_at": 1752884108, "description": "One of the five major mathematical conjectures, solved using computers.", "entity_id": "\u56db\u8272\u731c\u60f3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u8272\u731c\u60f3", "label": "\u56db\u8272\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "One of the five major mathematical conjectures, solved using computers."}, {"color": "#daa93d", "created_at": 1752884063, "description": "GIMPS(\u4e92\u8054\u7f51\u6885\u68ee\u7d20\u6570\u5927\u641c\u7d22)\u662f\u4e00\u4e2a\u5206\u5e03\u5f0f\u8ba1\u7b97\u9879\u76ee\uff0c\u7528\u4e8e\u5bfb\u627e\u6885\u68ee\u7d20\u6570\u3002\"", "entity_id": "GIMPS", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "GIMPS", "label": "GIMPS", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "GIMPS(\u4e92\u8054\u7f51\u6885\u68ee\u7d20\u6570\u5927\u641c\u7d22)\u662f\u4e00\u4e2a\u5206\u5e03\u5f0f\u8ba1\u7b97\u9879\u76ee\uff0c\u7528\u4e8e\u5bfb\u627e\u6885\u68ee\u7d20\u6570\u3002\""}, {"color": "#6828fc", "created_at": 1752884063, "description": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0\u662f\u4e00\u4f4d\u7f8e\u56fd\u8ba1\u7b97\u673a\u4e13\u5bb6\uff0c\u5229\u7528GIMPS\u53d1\u73b0\u4e86\u7b2c51\u4e2a\u6885\u68ee\u7d20\u6570\u3002\"", "entity_id": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0", "label": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0\u662f\u4e00\u4f4d\u7f8e\u56fd\u8ba1\u7b97\u673a\u4e13\u5bb6\uff0c\u5229\u7528GIMPS\u53d1\u73b0\u4e86\u7b2c51\u4e2a\u6885\u68ee\u7d20\u6570\u3002\""}, {"color": "#c25104", "created_at": 1752884063, "description": "\u52d2\u8ba9\u5fb7\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u7b2c\u4e00\u4e2a\u516c\u5f00\u53d1\u8868\u4e86\u5173\u4e8e\u7d20\u6570\u5206\u5e03\u7684\u731c\u60f3\u3002\"", "entity_id": "\u52d2\u8ba9\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u52d2\u8ba9\u5fb7", "label": "\u52d2\u8ba9\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u52d2\u8ba9\u5fb7\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u7b2c\u4e00\u4e2a\u516c\u5f00\u53d1\u8868\u4e86\u5173\u4e8e\u7d20\u6570\u5206\u5e03\u7684\u731c\u60f3\u3002\""}, {"color": "#2c8847", "created_at": 1752884063, "description": "\u6cd5\u56fd\u662f\u52d2\u8ba9\u5fb7\u7684\u56fd\u7c4d\u6240\u5728\u5730\uff0c\u4ed6\u5728\u6570\u8bba\u9886\u57df\u6709\u91cd\u8981\u53d1\u73b0\u3002\"", "entity_id": "\u6cd5\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6cd5\u56fd", "label": "\u6cd5\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u6cd5\u56fd\u662f\u52d2\u8ba9\u5fb7\u7684\u56fd\u7c4d\u6240\u5728\u5730\uff0c\u4ed6\u5728\u6570\u8bba\u9886\u57df\u6709\u91cd\u8981\u53d1\u73b0\u3002\""}, {"color": "#4f2891", "created_at": 1752884063, "description": "\u5207\u6bd4\u96ea\u592b\u662f\u4fc4\u56fd\u6570\u5b66\u5bb6\uff0c\u6df1\u5165\u7814\u7a76\u7d20\u6570\u5206\u5e03\u95ee\u9898\uff0c\u4e3a\u7d20\u6570\u5b9a\u7406\u7684\u8bc1\u660e\u5960\u5b9a\u4e86\u57fa\u7840\u3002\"", "entity_id": "\u5207\u6bd4\u96ea\u592b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5207\u6bd4\u96ea\u592b", "label": "\u5207\u6bd4\u96ea\u592b", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u5207\u6bd4\u96ea\u592b\u662f\u4fc4\u56fd\u6570\u5b66\u5bb6\uff0c\u6df1\u5165\u7814\u7a76\u7d20\u6570\u5206\u5e03\u95ee\u9898\uff0c\u4e3a\u7d20\u6570\u5b9a\u7406\u7684\u8bc1\u660e\u5960\u5b9a\u4e86\u57fa\u7840\u3002\""}, {"color": "#4e344f", "created_at": 1752884063, "description": "\u4fc4\u56fd\u662f\u5207\u6bd4\u96ea\u592b\u7684\u56fd\u7c4d\u6240\u5728\u5730\uff0c\u4ed6\u5728\u7d20\u6570\u5206\u5e03\u7814\u7a76\u4e0a\u6709\u7a81\u7834\u6027\u8d21\u732e\u3002\"", "entity_id": "\u4fc4\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4fc4\u56fd", "label": "\u4fc4\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u4fc4\u56fd\u662f\u5207\u6bd4\u96ea\u592b\u7684\u56fd\u7c4d\u6240\u5728\u5730\uff0c\u4ed6\u5728\u7d20\u6570\u5206\u5e03\u7814\u7a76\u4e0a\u6709\u7a81\u7834\u6027\u8d21\u732e\u3002\""}, {"color": "#09fe49", "created_at": 1752884063, "description": "\u9ece\u66fc\u5728\u590d\u53d8\u51fd\u6570\u8bba\u4e2d\u6784\u5efa\u7684\u51fd\u6570\u5bf9\u7d20\u6570\u5206\u5e03\u7814\u7a76\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002\"", "entity_id": "\u590d\u53d8\u51fd\u6570\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u590d\u53d8\u51fd\u6570\u8bba", "label": "\u590d\u53d8\u51fd\u6570\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ece\u66fc\u5728\u590d\u53d8\u51fd\u6570\u8bba\u4e2d\u6784\u5efa\u7684\u51fd\u6570\u5bf9\u7d20\u6570\u5206\u5e03\u7814\u7a76\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002\""}, {"color": "#dbbcb4", "created_at": 1752884064, "description": "A famous unsolved conjecture in mathematics related to the distribution of prime numbers, based on the Riemann zeta function.\u003cSEP\u003eOne of the five major mathematical conjectures, still unsolved.", "entity_id": "\u9ece\u66fc\u731c\u60f3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ece\u66fc\u731c\u60f3", "label": "\u9ece\u66fc\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab", "title": "A famous unsolved conjecture in mathematics related to the distribution of prime numbers, based on the Riemann zeta function.\u003cSEP\u003eOne of the five major mathematical conjectures, still unsolved."}, {"color": "#d3d52a", "created_at": 1752884063, "description": "French mathematician who independently proved the prime number theorem in 1896 using complex analysis.", "entity_id": "\u54c8\u8fbe\u739b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u54c8\u8fbe\u739b", "label": "\u54c8\u8fbe\u739b", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "French mathematician who independently proved the prime number theorem in 1896 using complex analysis."}, {"color": "#216baa", "created_at": 1752884064, "description": "A fundamental theorem in number theory describing the asymptotic distribution of prime numbers.", "entity_id": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "label": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "A fundamental theorem in number theory describing the asymptotic distribution of prime numbers."}, {"color": "#4cdc63", "created_at": 1752884063, "description": "Belgian mathematician who independently proved the prime number theorem in 1896.", "entity_id": "\u666e\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u68ee", "label": "\u666e\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Belgian mathematician who independently proved the prime number theorem in 1896."}, {"color": "#b5d7c0", "created_at": 1752884063, "description": "Norwegian-American mathematician who provided an elementary proof of the prime number theorem in 1949, earning him the Fields Medal in 1950.", "entity_id": "\u585e\u5c14\u8d1d\u683c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u585e\u5c14\u8d1d\u683c", "label": "\u585e\u5c14\u8d1d\u683c", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Norwegian-American mathematician who provided an elementary proof of the prime number theorem in 1949, earning him the Fields Medal in 1950."}, {"color": "#4af2fd", "created_at": 1752884063, "description": "Hungarian mathematician who also gave an elementary proof of the prime number theorem, winning the Wolf Prize in 1983.", "entity_id": "\u7231\u5c14\u7279\u5e0c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7231\u5c14\u7279\u5e0c", "label": "\u7231\u5c14\u7279\u5e0c", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Hungarian mathematician who also gave an elementary proof of the prime number theorem, winning the Wolf Prize in 1983."}, {"color": "#c2ad90", "created_at": 1752884107, "description": "\u8d3e\u5baais a mathematician whose work influenced the Yang Hui Triangle.\u003cSEP\u003e\u8d3e\u5baa\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bb6\uff0c\u5176\u0027\u5f00\u65b9\u4f5c\u6cd5\u672c\u613f\u0027\u56fe\u662f\u6768\u8f89\u4e09\u89d2\u7684\u8d77\u6e90\uff0c\u8bb0\u8f7d\u4e8e\u300a\u6c38\u4e50\u5927\u5178\u300b\u3002", "entity_id": "\u8d3e\u5baa", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d3e\u5baa", "label": "\u8d3e\u5baa", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "\u8d3e\u5baais a mathematician whose work influenced the Yang Hui Triangle.\u003cSEP\u003e\u8d3e\u5baa\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bb6\uff0c\u5176\u0027\u5f00\u65b9\u4f5c\u6cd5\u672c\u613f\u0027\u56fe\u662f\u6768\u8f89\u4e09\u89d2\u7684\u8d77\u6e90\uff0c\u8bb0\u8f7d\u4e8e\u300a\u6c38\u4e50\u5927\u5178\u300b\u3002"}, {"color": "#3d18a7", "created_at": 1752884107, "description": "A mathematical work by\u6768\u8f89from the Southern Song Dynasty.", "entity_id": "\u300a\u8be6\u89e3\u4e5d\u7ae0\u7b97\u6cd5\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8be6\u89e3\u4e5d\u7ae0\u7b97\u6cd5\u300b", "label": "\u300a\u8be6\u89e3\u4e5d\u7ae0\u7b97\u6cd5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "A mathematical work by\u6768\u8f89from the Southern Song Dynasty."}, {"color": "#69dc9b", "created_at": 1752884108, "description": "The hometown of\u6768\u8f89, now known as Hangzhou.", "entity_id": "\u94b1\u5858", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u94b1\u5858", "label": "\u94b1\u5858", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "The hometown of\u6768\u8f89, now known as Hangzhou."}, {"color": "#217146", "created_at": 1752884063, "description": "Italian mathematician who documented binomial coefficients in his work \u0027The Book on Games of Chance.\u0027", "entity_id": "\u5361\u5c14\u8fbe\u8bfa", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5361\u5c14\u8fbe\u8bfa", "label": "\u5361\u5c14\u8fbe\u8bfa", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Italian mathematician who documented binomial coefficients in his work \u0027The Book on Games of Chance.\u0027"}, {"color": "#a3d6e7", "created_at": 1752884156, "description": "Cardano documented binomial coefficients in his work on probability and games of chance.", "entity_id": "\u4e8c\u9879\u7cfb\u6570", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u9879\u7cfb\u6570", "label": "\u4e8c\u9879\u7cfb\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Cardano documented binomial coefficients in his work on probability and games of chance."}, {"color": "#d16bb7", "created_at": 1752884064, "description": "A prestigious international award in mathematics, awarded to Selberg in 1950 for his proof of the prime number theorem.\u003cSEP\u003e\u83f2\u5c14\u5179\u5956is a prestigious award given to mathematicians under 40, often called the \u0027Nobel Prize of Mathematics\u0027.\u003cSEP\u003e\u83f2\u5c14\u5179\u5956\u662f\u6570\u5b66\u754c\u6700\u9ad8\u8363\u8a89\u4e4b\u4e00\uff0c\u79d1\u6069\u56e0\u8fde\u7eed\u7edf\u5047\u8bbe\u7814\u7a76\u83b71966\u5e74\u5956\u9879\u3002", "entity_id": "\u83f2\u5c14\u5179\u5956", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u83f2\u5c14\u5179\u5956", "label": "\u83f2\u5c14\u5179\u5956", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "A prestigious international award in mathematics, awarded to Selberg in 1950 for his proof of the prime number theorem.\u003cSEP\u003e\u83f2\u5c14\u5179\u5956is a prestigious award given to mathematicians under 40, often called the \u0027Nobel Prize of Mathematics\u0027.\u003cSEP\u003e\u83f2\u5c14\u5179\u5956\u662f\u6570\u5b66\u754c\u6700\u9ad8\u8363\u8a89\u4e4b\u4e00\uff0c\u79d1\u6069\u56e0\u8fde\u7eed\u7edf\u5047\u8bbe\u7814\u7a76\u83b71966\u5e74\u5956\u9879\u3002"}, {"color": "#681385", "created_at": 1752884107, "description": "\u4e18\u6210\u6850is a mathematician who won the Fields Medal in 1982.", "entity_id": "\u4e18\u6210\u6850", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e18\u6210\u6850", "label": "\u4e18\u6210\u6850", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4e18\u6210\u6850is a mathematician who won the Fields Medal in 1982."}, {"color": "#963bf9", "created_at": 1752884107, "description": "\u9676\u54f2\u8f69is a mathematician and author of \u0027\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u0027.\u003cSEP\u003e\u9676\u54f2\u8f69is a mathematician who won the Fields Medal in 2006.", "entity_id": "\u9676\u54f2\u8f69", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9676\u54f2\u8f69", "label": "\u9676\u54f2\u8f69", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9676\u54f2\u8f69is a mathematician and author of \u0027\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u0027.\u003cSEP\u003e\u9676\u54f2\u8f69is a mathematician who won the Fields Medal in 2006."}, {"color": "#b6aa4d", "created_at": 1752884064, "description": "An international prize awarded to Erd\u0151s in 1983 for his contributions to mathematics, including his elementary proof of the prime number theorem.\u003cSEP\u003e\u6c83\u5c14\u592b\u5956is a high honor award in fields like mathematics, often considered a lifetime achievement award.", "entity_id": "\u6c83\u5c14\u592b\u5956", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6c83\u5c14\u592b\u5956", "label": "\u6c83\u5c14\u592b\u5956", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-f1687ddd78928d213d5fd98272f5cfab", "title": "An international prize awarded to Erd\u0151s in 1983 for his contributions to mathematics, including his elementary proof of the prime number theorem.\u003cSEP\u003e\u6c83\u5c14\u592b\u5956is a high honor award in fields like mathematics, often considered a lifetime achievement award."}, {"color": "#0af0cd", "created_at": 1752884080, "description": "\u7f8e\u7c4d\u534e\u4eba\u6570\u5b66\u5bb6\u9648\u7701\u8eab\u5728\u9ad8\u7ef4\u95ed\u9ece\u66fc\u6d41\u5f62\u7684\u7814\u7a76\u4e0a\u505a\u51fa\u4e86\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u9648\u7701\u8eabis a mathematician who won the Wolf Prize in 1983.", "entity_id": "\u9648\u7701\u8eab", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9648\u7701\u8eab", "label": "\u9648\u7701\u8eab", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u7f8e\u7c4d\u534e\u4eba\u6570\u5b66\u5bb6\u9648\u7701\u8eab\u5728\u9ad8\u7ef4\u95ed\u9ece\u66fc\u6d41\u5f62\u7684\u7814\u7a76\u4e0a\u505a\u51fa\u4e86\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u9648\u7701\u8eabis a mathematician who won the Wolf Prize in 1983."}, {"color": "#e1aaee", "created_at": 1752884064, "description": "The Newton-Leibniz formula is a fundamental theorem in calculus that connects differentiation and integration.", "entity_id": "Newton-Leibniz Formula", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Newton-Leibniz Formula", "label": "Newton-Leibniz Formula", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Newton-Leibniz formula is a fundamental theorem in calculus that connects differentiation and integration."}, {"color": "#680fab", "created_at": 1752884064, "description": "The Leibniz formula for \u03c0 is a series representation of \u03c0 using rational numbers, first mentioned in a letter from Leibniz to Newton.", "entity_id": "Leibniz Formula", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Leibniz Formula", "label": "Leibniz Formula", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Leibniz formula for \u03c0 is a series representation of \u03c0 using rational numbers, first mentioned in a letter from Leibniz to Newton."}, {"color": "#c7a10e", "created_at": 1752884064, "description": "Leibniz was a mathematician who independently developed calculus and formulated the series representation of \u03c0.", "entity_id": "Leibniz", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Leibniz", "label": "Leibniz", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Leibniz was a mathematician who independently developed calculus and formulated the series representation of \u03c0."}, {"color": "#4fdf79", "created_at": 1752884064, "description": "The binomial series is a mathematical expansion used by Newton to derive series representations of functions.", "entity_id": "Binomial Series", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Binomial Series", "label": "Binomial Series", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The binomial series is a mathematical expansion used by Newton to derive series representations of functions."}, {"color": "#447efd", "created_at": 1752884064, "description": "Irrational numbers, such as \u221a2, cannot be expressed as a ratio of integers and were first discovered by the Pythagorean School.", "entity_id": "Irrational Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Irrational Numbers", "label": "Irrational Numbers", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Irrational numbers, such as \u221a2, cannot be expressed as a ratio of integers and were first discovered by the Pythagorean School."}, {"color": "#003f27", "created_at": 1752884064, "description": "Ancient Greek mathematics includes the works of Euclid, Diophantus, and the Pythagorean School, focusing on geometry and number theory.", "entity_id": "Ancient Greek Mathematics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Ancient Greek Mathematics", "label": "Ancient Greek Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Ancient Greek mathematics includes the works of Euclid, Diophantus, and the Pythagorean School, focusing on geometry and number theory."}, {"color": "#b2e042", "created_at": 1752884064, "description": "The Pythagorean School was a group of ancient Greek mathematicians who discovered irrational numbers, such as \u221a2.", "entity_id": "Pythagorean School", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Pythagorean School", "label": "Pythagorean School", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Pythagorean School was a group of ancient Greek mathematicians who discovered irrational numbers, such as \u221a2."}, {"color": "#63dffd", "created_at": 1752884064, "description": "Ancient Egypt, located in northern Africa, is known for its practical mathematics, including land measurement and geometry.", "entity_id": "Ancient Egypt", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Ancient Egypt", "label": "Ancient Egypt", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Ancient Egypt, located in northern Africa, is known for its practical mathematics, including land measurement and geometry."}, {"color": "#f17b5f", "created_at": 1752884064, "description": "The Nile River was central to the survival and development of Ancient Egyptian civilization.", "entity_id": "Nile River", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Nile River", "label": "Nile River", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Nile River was central to the survival and development of Ancient Egyptian civilization."}, {"color": "#24bbc5", "created_at": 1752884064, "description": "Practical mathematics, as developed in Ancient Egypt and China, emphasized approximations and real-world applications over theoretical rigor.", "entity_id": "Practical Mathematics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Practical Mathematics", "label": "Practical Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Practical mathematics, as developed in Ancient Egypt and China, emphasized approximations and real-world applications over theoretical rigor."}, {"color": "#2f27c8", "created_at": 1752884064, "description": "Land measurement was a key application of geometry in Ancient Egypt, driven by the need to manage Nile River floods.", "entity_id": "Land Measurement", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Land Measurement", "label": "Land Measurement", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Land measurement was a key application of geometry in Ancient Egypt, driven by the need to manage Nile River floods."}, {"color": "#2cd947", "created_at": 1752884064, "description": "Newton is a physicist who formulated the law of motion, avoiding metaphysical discussions about the nature of force and instead describing its mathematical manifestations.\u003cSEP\u003eNewton was a mathematician and physicist who co-developed calculus and contributed to the understanding of mathematical series.", "entity_id": "Newton", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Newton", "label": "Newton", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a\u003cSEP\u003echunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Newton is a physicist who formulated the law of motion, avoiding metaphysical discussions about the nature of force and instead describing its mathematical manifestations.\u003cSEP\u003eNewton was a mathematician and physicist who co-developed calculus and contributed to the understanding of mathematical series."}, {"color": "#057884", "created_at": 1752884087, "description": "Galileo is a scientist whose suggestions influenced Newton\u0027s approach to describing force mathematically without delving into its essence.", "entity_id": "Galileo", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Galileo", "label": "Galileo", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Galileo is a scientist whose suggestions influenced Newton\u0027s approach to describing force mathematically without delving into its essence."}, {"color": "#769fde", "created_at": 1752884065, "description": "\u53e4\u57c3\u53ca\u4eba(Ancient Egyptians) developed geometry for land measurement due to Nile floods and taxation needs.\u003cSEP\u003e\u53e4\u57c3\u53ca\u4eba\u4f7f\u7528\u7eb8\u838e\u8349\u538b\u5236\u6210\u7684\u8349\u7247\u4e66\u5199\uff0c\u88ab\u79f0\u4e3a\u7eb8\u8349\u4e66\uff0c\u5982\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u548c\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\u3002", "entity_id": "\u53e4\u57c3\u53ca\u4eba", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u57c3\u53ca\u4eba", "label": "\u53e4\u57c3\u53ca\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433", "title": "\u53e4\u57c3\u53ca\u4eba(Ancient Egyptians) developed geometry for land measurement due to Nile floods and taxation needs.\u003cSEP\u003e\u53e4\u57c3\u53ca\u4eba\u4f7f\u7528\u7eb8\u838e\u8349\u538b\u5236\u6210\u7684\u8349\u7247\u4e66\u5199\uff0c\u88ab\u79f0\u4e3a\u7eb8\u8349\u4e66\uff0c\u5982\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u548c\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\u3002"}, {"color": "#d3e2d5", "created_at": 1752884065, "description": "\u5229\u6bd4\u4e9a(Libya) was mentioned by Herodotus as a region affected by the Nile\u0027s flooding.", "entity_id": "\u5229\u6bd4\u4e9a", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5229\u6bd4\u4e9a", "label": "\u5229\u6bd4\u4e9a", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u5229\u6bd4\u4e9a(Libya) was mentioned by Herodotus as a region affected by the Nile\u0027s flooding."}, {"color": "#6b20f3", "created_at": 1752884065, "description": "\u963f\u62c9\u4f2f(Arabia) was referenced by Herodotus as another area impacted by the Nile\u0027s floods.", "entity_id": "\u963f\u62c9\u4f2f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u62c9\u4f2f", "label": "\u963f\u62c9\u4f2f", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u963f\u62c9\u4f2f(Arabia) was referenced by Herodotus as another area impacted by the Nile\u0027s floods."}, {"color": "#d52c72", "created_at": 1752884065, "description": "\u9762\u79ef\u7684\u8ba1\u7b97(area calculation) was a key geometric practice in ancient Egypt, documented in texts like the Rhind Papyrus.", "entity_id": "\u9762\u79ef\u7684\u8ba1\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9762\u79ef\u7684\u8ba1\u7b97", "label": "\u9762\u79ef\u7684\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u9762\u79ef\u7684\u8ba1\u7b97(area calculation) was a key geometric practice in ancient Egypt, documented in texts like the Rhind Papyrus."}, {"color": "#4c1bd4", "created_at": 1752884065, "description": "\u622a\u9762\u56db\u68f1\u9525\u4f53(truncated pyramid) volume calculation in the Moscow Papyrus shows advanced Egyptian geometry.", "entity_id": "\u622a\u9762\u56db\u68f1\u9525\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u622a\u9762\u56db\u68f1\u9525\u4f53", "label": "\u622a\u9762\u56db\u68f1\u9525\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u622a\u9762\u56db\u68f1\u9525\u4f53(truncated pyramid) volume calculation in the Moscow Papyrus shows advanced Egyptian geometry."}, {"color": "#e66df2", "created_at": 1752884108, "description": "\u6208\u5217\u5c3c\u96ea\u592b\u662f\u4fc4\u56fd\u8d35\u65cf\uff0c\u4e8e1893\u5e74\u5728\u57c3\u53ca\u8d2d\u5f97\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\u3002", "entity_id": "\u6208\u5217\u5c3c\u96ea\u592b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6208\u5217\u5c3c\u96ea\u592b", "label": "\u6208\u5217\u5c3c\u96ea\u592b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u6208\u5217\u5c3c\u96ea\u592b\u662f\u4fc4\u56fd\u8d35\u65cf\uff0c\u4e8e1893\u5e74\u5728\u57c3\u53ca\u8d2d\u5f97\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\u3002"}, {"color": "#1310ea", "created_at": 1752884065, "description": "Ancient Greeks who developed early concepts of spherical Earth through maritime observation.\u003cSEP\u003e\u53e4\u5e0c\u814a\u4eba(Ancient Greeks) learned geometry from Egypt, as noted by Herodotus and reflected in the term \u0027geometry\u0027.", "entity_id": "\u53e4\u5e0c\u814a\u4eba", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a\u4eba", "label": "\u53e4\u5e0c\u814a\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-c30b1193cd236ff32c7a33020186a433", "title": "Ancient Greeks who developed early concepts of spherical Earth through maritime observation.\u003cSEP\u003e\u53e4\u5e0c\u814a\u4eba(Ancient Greeks) learned geometry from Egypt, as noted by Herodotus and reflected in the term \u0027geometry\u0027."}, {"color": "#44db61", "created_at": 1752884077, "description": "Maritime trade that influenced Greek understanding of Earth\u0027s curvature.", "entity_id": "\u6d77\u6d0b\u8d38\u6613", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d77\u6d0b\u8d38\u6613", "label": "\u6d77\u6d0b\u8d38\u6613", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Maritime trade that influenced Greek understanding of Earth\u0027s curvature."}, {"color": "#679d6a", "created_at": 1752884065, "description": "\u6d2a\u6c34\u6cdb\u6ee5(annual flooding) of the Nile was a defining natural event that shaped Egyptian agriculture and geometry.", "entity_id": "\u6d2a\u6c34\u6cdb\u6ee5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6d2a\u6c34\u6cdb\u6ee5", "label": "\u6d2a\u6c34\u6cdb\u6ee5", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u6d2a\u6c34\u6cdb\u6ee5(annual flooding) of the Nile was a defining natural event that shaped Egyptian agriculture and geometry."}, {"color": "#e86d7d", "created_at": 1752884065, "description": "\u7a0e\u6536\u653f\u7b56(taxation policy) in ancient Egypt was tied to land area measured after Nile floods, driving geometric innovation.", "entity_id": "\u7a0e\u6536\u653f\u7b56", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u7a0e\u6536\u653f\u7b56", "label": "\u7a0e\u6536\u653f\u7b56", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u7a0e\u6536\u653f\u7b56(taxation policy) in ancient Egypt was tied to land area measured after Nile floods, driving geometric innovation."}, {"color": "#949bb9", "created_at": 1752884065, "description": "\u91cf\u5730\u6cd5(land measurement methods) were formalized in Egypt for taxation and redistributed after flood damage.", "entity_id": "\u91cf\u5730\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u91cf\u5730\u6cd5", "label": "\u91cf\u5730\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u91cf\u5730\u6cd5(land measurement methods) were formalized in Egypt for taxation and redistributed after flood damage."}, {"color": "#072a6f", "created_at": 1752884065, "description": "\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26\u662f\u300a\u5ea6\u91cf\u300b\u7684\u4f5c\u8005\uff0c\u63d0\u51fa\u4e86\u7528\u4e09\u89d2\u5f62\u8fb9\u957f\u8ba1\u7b97\u9762\u79ef\u7684\u516c\u5f0f\uff0c\u5373\u6d77\u4f26\u516c\u5f0f\u3002", "entity_id": "\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26", "label": "\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26\u662f\u300a\u5ea6\u91cf\u300b\u7684\u4f5c\u8005\uff0c\u63d0\u51fa\u4e86\u7528\u4e09\u89d2\u5f62\u8fb9\u957f\u8ba1\u7b97\u9762\u79ef\u7684\u516c\u5f0f\uff0c\u5373\u6d77\u4f26\u516c\u5f0f\u3002"}, {"color": "#557fa4", "created_at": 1752884065, "description": "\u300a\u5ea6\u91cf\u300b\u662f\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26\u7684\u8457\u4f5c\uff0c\u8bb0\u8f7d\u4e86\u51e0\u4f55\u5b66\u4e2d\u7684\u91cd\u8981\u516c\u5f0f\uff0c\u5982\u6d77\u4f26\u516c\u5f0f\u3002", "entity_id": "\u300a\u5ea6\u91cf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5ea6\u91cf\u300b", "label": "\u300a\u5ea6\u91cf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u300a\u5ea6\u91cf\u300b\u662f\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26\u7684\u8457\u4f5c\uff0c\u8bb0\u8f7d\u4e86\u51e0\u4f55\u5b66\u4e2d\u7684\u91cd\u8981\u516c\u5f0f\uff0c\u5982\u6d77\u4f26\u516c\u5f0f\u3002"}, {"color": "#34bfdf", "created_at": 1752884065, "description": "\u5b8b\u4ee3\u6570\u5b66\u5bb6\u79e6\u4e5d\u97f6\u4e8e1247\u5e74\u5b8c\u6210\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\uff0c\u63d0\u51fa\u4e86\u7c7b\u4f3c\u6d77\u4f26\u516c\u5f0f\u7684\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u65b9\u6cd5\uff0c\u88ab\u79f0\u4e3a\u0027\u4e09\u659c\u6c42\u79ef\u0027\u3002", "entity_id": "\u5b8b\u4ee3\u79e6\u4e5d\u97f6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5b8b\u4ee3\u79e6\u4e5d\u97f6", "label": "\u5b8b\u4ee3\u79e6\u4e5d\u97f6", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u5b8b\u4ee3\u6570\u5b66\u5bb6\u79e6\u4e5d\u97f6\u4e8e1247\u5e74\u5b8c\u6210\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\uff0c\u63d0\u51fa\u4e86\u7c7b\u4f3c\u6d77\u4f26\u516c\u5f0f\u7684\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u65b9\u6cd5\uff0c\u88ab\u79f0\u4e3a\u0027\u4e09\u659c\u6c42\u79ef\u0027\u3002"}, {"color": "#3ee51c", "created_at": 1752884065, "description": "\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u662f\u5b8b\u4ee3\u79e6\u4e5d\u97f6\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5305\u542b\u0027\u4e09\u659c\u6c42\u79ef\u0027\u7b49\u6570\u5b66\u95ee\u9898\u7684\u89e3\u6cd5\u3002", "entity_id": "\u300a\u6570\u4e66\u4e5d\u7ae0\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u4e66\u4e5d\u7ae0\u300b", "label": "\u300a\u6570\u4e66\u4e5d\u7ae0\u300b", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u662f\u5b8b\u4ee3\u79e6\u4e5d\u97f6\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5305\u542b\u0027\u4e09\u659c\u6c42\u79ef\u0027\u7b49\u6570\u5b66\u95ee\u9898\u7684\u89e3\u6cd5\u3002"}, {"color": "#04ad10", "created_at": 1752884065, "description": "\u6d77\u4f26\u516c\u5f0f\u662f\u7528\u4e09\u89d2\u5f62\u8fb9\u957f\u8ba1\u7b97\u9762\u79ef\u7684\u6570\u5b66\u516c\u5f0f\uff0c\u4e0e\u79e6\u4e5d\u97f6\u7684\u0027\u4e09\u659c\u6c42\u79ef\u0027\u65b9\u6cd5\u4e00\u81f4\u3002", "entity_id": "\u6d77\u4f26\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d77\u4f26\u516c\u5f0f", "label": "\u6d77\u4f26\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u6d77\u4f26\u516c\u5f0f\u662f\u7528\u4e09\u89d2\u5f62\u8fb9\u957f\u8ba1\u7b97\u9762\u79ef\u7684\u6570\u5b66\u516c\u5f0f\uff0c\u4e0e\u79e6\u4e5d\u97f6\u7684\u0027\u4e09\u659c\u6c42\u79ef\u0027\u65b9\u6cd5\u4e00\u81f4\u3002"}, {"color": "#1b1186", "created_at": 1752884065, "description": "\u4e09\u659c\u6c42\u79ef\u662f\u79e6\u4e5d\u97f6\u63d0\u51fa\u7684\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u65b9\u6cd5\uff0c\u4e0e\u6d77\u4f26\u516c\u5f0f\u7b49\u4ef7\u3002", "entity_id": "\u4e09\u659c\u6c42\u79ef", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u659c\u6c42\u79ef", "label": "\u4e09\u659c\u6c42\u79ef", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u4e09\u659c\u6c42\u79ef\u662f\u79e6\u4e5d\u97f6\u63d0\u51fa\u7684\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u65b9\u6cd5\uff0c\u4e0e\u6d77\u4f26\u516c\u5f0f\u7b49\u4ef7\u3002"}, {"color": "#124503", "created_at": 1752884066, "description": "\u56db\u68f1\u9525\u4f53\u662f\u4e00\u79cd\u51e0\u4f55\u5f62\u72b6\uff0c\u5177\u6709\u4e0a\u4e0b\u6b63\u65b9\u5f62\u5e95\u9762\u548c\u4fa7\u9762\u4e09\u89d2\u5f62\uff0c\u4f53\u79ef\u516c\u5f0f\u4e3aV=(a\u00b2+ab+b\u00b2)h/3\u3002", "entity_id": "\u56db\u68f1\u9525\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u68f1\u9525\u4f53", "label": "\u56db\u68f1\u9525\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u56db\u68f1\u9525\u4f53\u662f\u4e00\u79cd\u51e0\u4f55\u5f62\u72b6\uff0c\u5177\u6709\u4e0a\u4e0b\u6b63\u65b9\u5f62\u5e95\u9762\u548c\u4fa7\u9762\u4e09\u89d2\u5f62\uff0c\u4f53\u79ef\u516c\u5f0f\u4e3aV=(a\u00b2+ab+b\u00b2)h/3\u3002"}, {"color": "#189f85", "created_at": 1752884066, "description": "\u957f\u65b9\u4f53\u662f\u7279\u6b8a\u60c5\u51b5\u4e0ba=b\u7684\u56db\u68f1\u9525\u4f53\uff0c\u5176\u4f53\u79ef\u516c\u5f0f\u4e3a\u5e95\u9762\u79ef\u4e58\u4ee5\u9ad8\u3002", "entity_id": "\u957f\u65b9\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u957f\u65b9\u4f53", "label": "\u957f\u65b9\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u957f\u65b9\u4f53\u662f\u7279\u6b8a\u60c5\u51b5\u4e0ba=b\u7684\u56db\u68f1\u9525\u4f53\uff0c\u5176\u4f53\u79ef\u516c\u5f0f\u4e3a\u5e95\u9762\u79ef\u4e58\u4ee5\u9ad8\u3002"}, {"color": "#a7a329", "created_at": 1752884066, "description": "\u6c99\u7530\u662f\u79e6\u4e5d\u97f6\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u4e2d\u8bb0\u8f7d\u7684\u5730\u7406\u4f4d\u7f6e\uff0c\u7528\u4e8e\u6f14\u793a\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u7684\u5e94\u7528\u573a\u666f\u3002", "entity_id": "\u6c99\u7530", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6c99\u7530", "label": "\u6c99\u7530", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u6c99\u7530\u662f\u79e6\u4e5d\u97f6\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u4e2d\u8bb0\u8f7d\u7684\u5730\u7406\u4f4d\u7f6e\uff0c\u7528\u4e8e\u6f14\u793a\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u7684\u5e94\u7528\u573a\u666f\u3002"}, {"color": "#be8c77", "created_at": 1752884066, "description": "Britain is the origin of mathematician William Jones who first used \u03c0 as a symbol.\u003cSEP\u003e\u82f1\u56fd\u662f\u9ad8\u5c14\u987f\u7684\u56fd\u7c4d\u6240\u5728\u5730\uff0c\u4e5f\u662f\u7edf\u8ba1\u5b66\u65e9\u671f\u7814\u7a76\u7684\u53d1\u6e90\u5730\u3002", "entity_id": "\u82f1\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u82f1\u56fd", "label": "\u82f1\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-608b0316446964948025df9ddd40b81a", "title": "Britain is the origin of mathematician William Jones who first used \u03c0 as a symbol.\u003cSEP\u003e\u82f1\u56fd\u662f\u9ad8\u5c14\u987f\u7684\u56fd\u7c4d\u6240\u5728\u5730\uff0c\u4e5f\u662f\u7edf\u8ba1\u5b66\u65e9\u671f\u7814\u7a76\u7684\u53d1\u6e90\u5730\u3002"}, {"color": "#57e315", "created_at": 1752884077, "description": "Archimedes\u0027 work \u0027On Floating Bodies\u0027 that established principles of fluid mechanics and Earth\u0027s sphericity.", "entity_id": "\u8bba\u6d6e\u4f53", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u8bba\u6d6e\u4f53", "label": "\u8bba\u6d6e\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Archimedes\u0027 work \u0027On Floating Bodies\u0027 that established principles of fluid mechanics and Earth\u0027s sphericity."}, {"color": "#8c7605", "created_at": 1752884079, "description": "Archimedes formulated the principle of leverage while associated with the Library of Alexandria.", "entity_id": "\u6760\u6746\u539f\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6760\u6746\u539f\u7406", "label": "\u6760\u6746\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Archimedes formulated the principle of leverage while associated with the Library of Alexandria."}, {"color": "#588f08", "created_at": 1752884079, "description": "Archimedes discovered the law of buoyancy during his time at the Library of Alexandria.", "entity_id": "\u6d6e\u529b\u5b9a\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d6e\u529b\u5b9a\u5f8b", "label": "\u6d6e\u529b\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Archimedes discovered the law of buoyancy during his time at the Library of Alexandria."}, {"color": "#d56629", "created_at": 1752884073, "description": "\u4e2d\u56fd\u53e4\u4ee3\u65e9\u671f\u5b87\u5b99\u7406\u8bba\uff0c\u8ba4\u4e3a\u5929\u5706\u5730\u65b9\uff0c\u540e\u88ab\u6d51\u5929\u8bf4\u53d6\u4ee3\u3002\u003cSEP\u003e\u76d6\u5929\u8bf4is an ancient Chinese cosmological model describing the heavens as a dome and the earth as a flat surface, foundational to early Chinese astronomical thought.\u003cSEP\u003e\u76d6\u5929\u8bf4is an ancient Chinese cosmological theory that describes the heavens as a dome and the earth as a flat, inverted bowl.", "entity_id": "\u76d6\u5929\u8bf4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76d6\u5929\u8bf4", "label": "\u76d6\u5929\u8bf4", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u4e2d\u56fd\u53e4\u4ee3\u65e9\u671f\u5b87\u5b99\u7406\u8bba\uff0c\u8ba4\u4e3a\u5929\u5706\u5730\u65b9\uff0c\u540e\u88ab\u6d51\u5929\u8bf4\u53d6\u4ee3\u3002\u003cSEP\u003e\u76d6\u5929\u8bf4is an ancient Chinese cosmological model describing the heavens as a dome and the earth as a flat surface, foundational to early Chinese astronomical thought.\u003cSEP\u003e\u76d6\u5929\u8bf4is an ancient Chinese cosmological theory that describes the heavens as a dome and the earth as a flat, inverted bowl."}, {"color": "#82badd", "created_at": 1752884071, "description": "**Zhou Gong (\u5468\u516c)** was a prominent historical figure from ancient China, renowned for his multifaceted contributions during the early Zhou Dynasty. As a regent, he played a pivotal role in administrative and cultural reforms, including the construction of Chengzhou. Zhou Gong\u0027s legacy extends to the fields of geography, mathematics, and astronomy, as evidenced by his inquiries into celestial and terrestrial measurements documented in the *Zhou Bi Suan Jing (\u5468\u9ac0\u7b97\u7ecf)*. In this text, he engaged in discussions with Shang Gao regarding calendrical and mathematical problems, reflecting the advanced astronomical and mathematical knowledge of the time. Additionally, he is credited with receiving and preserving the *Zhou Tian Li Du* (a system of celestial measurements) from the Shang dynasty for the Zhou people. Collectively, Zhou Gong\u0027s work underscores his significance as a statesman, scholar, and innovator in ancient Chinese history.", "entity_id": "\u5468\u516c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u516c", "label": "\u5468\u516c", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "**Zhou Gong (\u5468\u516c)** was a prominent historical figure from ancient China, renowned for his multifaceted contributions during the early Zhou Dynasty. As a regent, he played a pivotal role in administrative and cultural reforms, including the construction of Chengzhou. Zhou Gong\u0027s legacy extends to the fields of geography, mathematics, and astronomy, as evidenced by his inquiries into celestial and terrestrial measurements documented in the *Zhou Bi Suan Jing (\u5468\u9ac0\u7b97\u7ecf)*. In this text, he engaged in discussions with Shang Gao regarding calendrical and mathematical problems, reflecting the advanced astronomical and mathematical knowledge of the time. Additionally, he is credited with receiving and preserving the *Zhou Tian Li Du* (a system of celestial measurements) from the Shang dynasty for the Zhou people. Collectively, Zhou Gong\u0027s work underscores his significance as a statesman, scholar, and innovator in ancient Chinese history."}, {"color": "#a6508d", "created_at": 1752884074, "description": "\u9648\u5b50is mentioned in the Zhou Bi Suan Jing as a figure who articulated early Chinese astronomical calculations.", "entity_id": "\u9648\u5b50", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9648\u5b50", "label": "\u9648\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u9648\u5b50is mentioned in the Zhou Bi Suan Jing as a figure who articulated early Chinese astronomical calculations."}, {"color": "#b1be17", "created_at": 1752884074, "description": "Ancient Chinese ritual text containing early astronomical and geographical knowledge.", "entity_id": "\u5468\u793c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u793c", "label": "\u5468\u793c", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Ancient Chinese ritual text containing early astronomical and geographical knowledge."}, {"color": "#7b230b", "created_at": 1752884066, "description": "Mao Yisheng was a prominent Chinese bridge engineer who acknowledged Yoshio Mikami\u0027s suggestion to honor Zu Chongzhi\u0027s contribution to \u03c0.\u003cSEP\u003e\u8305\u4ee5\u5347\u662f\u300a\u79d1\u5b66\u300b\u6742\u5fd7\u7684\u4f5c\u8005\uff0c\u64b0\u5199\u4e86\u0027\u4e2d\u56fd\u5706\u5468\u7387\u7565\u53f2\u0027\u4e00\u6587\u3002", "entity_id": "\u8305\u4ee5\u5347", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8305\u4ee5\u5347", "label": "\u8305\u4ee5\u5347", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Mao Yisheng was a prominent Chinese bridge engineer who acknowledged Yoshio Mikami\u0027s suggestion to honor Zu Chongzhi\u0027s contribution to \u03c0.\u003cSEP\u003e\u8305\u4ee5\u5347\u662f\u300a\u79d1\u5b66\u300b\u6742\u5fd7\u7684\u4f5c\u8005\uff0c\u64b0\u5199\u4e86\u0027\u4e2d\u56fd\u5706\u5468\u7387\u7565\u53f2\u0027\u4e00\u6587\u3002"}, {"color": "#a9321a", "created_at": 1752884066, "description": "Japan is the origin of mathematician Yoshio Mikami who proposed honoring Zu Chongzhi\u0027s work.", "entity_id": "\u65e5\u672c", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u65e5\u672c", "label": "\u65e5\u672c", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Japan is the origin of mathematician Yoshio Mikami who proposed honoring Zu Chongzhi\u0027s work."}, {"color": "#4537ac", "created_at": 1752884066, "description": "The History of Mathematics in China and Japan is a work by Yoshio Mikami that proposed honoring Zu Chongzhi.", "entity_id": "\u4e2d\u65e5\u6570\u5b66\u53d1\u5c55\u53f2", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u65e5\u6570\u5b66\u53d1\u5c55\u53f2", "label": "\u4e2d\u65e5\u6570\u5b66\u53d1\u5c55\u53f2", "shape": "dot", "size": 10, "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The History of Mathematics in China and Japan is a work by Yoshio Mikami that proposed honoring Zu Chongzhi."}, {"color": "#b851c1", "created_at": 1752884067, "description": "A proposed mathematical ratio acknowledging Chinese origins, suggested by\u4e09\u4e0a\u4e49\u592b.", "entity_id": "\u7956\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7956\u7387", "label": "\u7956\u7387", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "A proposed mathematical ratio acknowledging Chinese origins, suggested by\u4e09\u4e0a\u4e49\u592b."}, {"color": "#d7b090", "created_at": 1752884108, "description": "\u300a\u79d1\u5b66\u300b\u662f\u8305\u4ee5\u5347\u53d1\u8868\u0027\u4e2d\u56fd\u5706\u5468\u7387\u7565\u53f2\u0027\u7684\u6742\u5fd7\u3002", "entity_id": "\u300a\u79d1\u5b66\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u79d1\u5b66\u300b", "label": "\u300a\u79d1\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u79d1\u5b66\u300b\u662f\u8305\u4ee5\u5347\u53d1\u8868\u0027\u4e2d\u56fd\u5706\u5468\u7387\u7565\u53f2\u0027\u7684\u6742\u5fd7\u3002"}, {"color": "#4251ec", "created_at": 1752884066, "description": "\u57c3\u5c14\u7c73\u7279(Hermite) proved that e is a transcendental number in 1873.", "entity_id": "\u57c3\u5c14\u7c73\u7279", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u57c3\u5c14\u7c73\u7279", "label": "\u57c3\u5c14\u7c73\u7279", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "\u57c3\u5c14\u7c73\u7279(Hermite) proved that e is a transcendental number in 1873."}, {"color": "#1d94b5", "created_at": 1752884159, "description": "Hermite proved e is transcendental, pioneering transcendence proofs.", "entity_id": "e", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "e", "label": "e", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Hermite proved e is transcendental, pioneering transcendence proofs."}, {"color": "#b97d55", "created_at": 1752884066, "description": "\u6797\u5fb7\u66fc(Lindemann) proved \u03c0 is transcendental in 1882, resolving the ancient \u0027squaring the circle\u0027 problem.", "entity_id": "\u6797\u5fb7\u66fc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6797\u5fb7\u66fc", "label": "\u6797\u5fb7\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "\u6797\u5fb7\u66fc(Lindemann) proved \u03c0 is transcendental in 1882, resolving the ancient \u0027squaring the circle\u0027 problem."}, {"color": "#8f7d40", "created_at": 1752884066, "description": "A transcendental number central to geometry, proven by Lindemann in 1882.", "entity_id": "\u5706\u5468\u7387 \u03c0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u5468\u7387 \u03c0", "label": "\u5706\u5468\u7387 \u03c0", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "A transcendental number central to geometry, proven by Lindemann in 1882."}, {"color": "#eb28d3", "created_at": 1752884082, "description": "Minkowski was a mathematician working at the University of G\u00f6ttingen during Hilbert\u0027s time, contributing to its mathematical legacy.", "entity_id": "\u95f5\u53ef\u592b\u65af\u57fa", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u95f5\u53ef\u592b\u65af\u57fa", "label": "\u95f5\u53ef\u592b\u65af\u57fa", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Minkowski was a mathematician working at the University of G\u00f6ttingen during Hilbert\u0027s time, contributing to its mathematical legacy."}, {"color": "#2e85b7", "created_at": 1752884195, "description": "Klein is the author of \u0027Mathematical Thought from Ancient to Modern Times\u0027.", "entity_id": "\u53e4\u4eca\u6570\u5b66\u601d\u60f3", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u4eca\u6570\u5b66\u601d\u60f3", "label": "\u53e4\u4eca\u6570\u5b66\u601d\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Klein is the author of \u0027Mathematical Thought from Ancient to Modern Times\u0027."}, {"color": "#4981af", "created_at": 1752884102, "description": "Mathematical Thought from Ancient to Modern Times (Volume 1) is a historical text by Klein, published by Shanghai Science and Technology Press.", "entity_id": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b", "label": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Mathematical Thought from Ancient to Modern Times (Volume 1) is a historical text by Klein, published by Shanghai Science and Technology Press."}, {"color": "#346be1", "created_at": 1752884102, "description": "A work on the philosophy of mathematics by\u514b\u83b1\u8335.\u003cSEP\u003eMathematics: The Loss of Certainty is a text by Klein, translated into Chinese by Li Hongkui.\u003cSEP\u003e\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u662f\u514b\u83b1\u56e0\u6240\u8457\u7684\u6570\u5b66\u54f2\u5b66\u4e66\u7c4d\uff0c\u674e\u5b8f\u9b41\u8bd1\uff0c\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "entity_id": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "label": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A work on the philosophy of mathematics by\u514b\u83b1\u8335.\u003cSEP\u003eMathematics: The Loss of Certainty is a text by Klein, translated into Chinese by Li Hongkui.\u003cSEP\u003e\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u662f\u514b\u83b1\u56e0\u6240\u8457\u7684\u6570\u5b66\u54f2\u5b66\u4e66\u7c4d\uff0c\u674e\u5b8f\u9b41\u8bd1\uff0c\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002"}, {"color": "#db391a", "created_at": 1752884199, "description": "Klein authored a work discussing the philosophical shifts in mathematics.", "entity_id": "\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931", "label": "\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Klein authored a work discussing the philosophical shifts in mathematics."}, {"color": "#1188f0", "created_at": 1752884108, "description": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b\u662f\u514b\u83b1\u56e0\u6240\u8457\u7684\u6570\u5b66\u53f2\u7ecf\u5178\u8457\u4f5c\uff0c\u7531\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "entity_id": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b", "label": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b\u662f\u514b\u83b1\u56e0\u6240\u8457\u7684\u6570\u5b66\u53f2\u7ecf\u5178\u8457\u4f5c\uff0c\u7531\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002"}, {"color": "#277f0a", "created_at": 1752884066, "description": "An ancient Greek geometric problem resolved by proving \u03c0\u0027s transcendence.", "entity_id": "\u5316\u5706\u4e3a\u65b9", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5316\u5706\u4e3a\u65b9", "label": "\u5316\u5706\u4e3a\u65b9", "shape": "dot", "size": 10, "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "An ancient Greek geometric problem resolved by proving \u03c0\u0027s transcendence."}, {"color": "#1224cd", "created_at": 1752884067, "description": "Simon Newcomb was an American astronomer who commented on the sufficiency of decimal approximations in practical calculations.", "entity_id": "\u7f8e\u56fd\u5929\u6587\u5b66\u5bb6\u7ebd\u514b\u59c6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u5929\u6587\u5b66\u5bb6\u7ebd\u514b\u59c6", "label": "\u7f8e\u56fd\u5929\u6587\u5b66\u5bb6\u7ebd\u514b\u59c6", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Simon Newcomb was an American astronomer who commented on the sufficiency of decimal approximations in practical calculations."}, {"color": "#d3b2a8", "created_at": 1752884067, "description": "Mathematische Annalen is a German mathematics journal where Cantor published his work on irrational numbers.", "entity_id": "\u300a\u6570\u5b66\u5e74\u9274\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u5e74\u9274\u300b", "label": "\u300a\u6570\u5b66\u5e74\u9274\u300b", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Mathematische Annalen is a German mathematics journal where Cantor published his work on irrational numbers."}, {"color": "#1e847f", "created_at": 1752884067, "description": "An abstract number system extending complex numbers, mentioned as part of second mathematical abstraction.\u003cSEP\u003e\u56db\u5143\u6570\u662f\u4e0d\u5177\u6709\u5927\u5c0f\u5173\u7cfb\u7684\u6570\uff0c\u672c\u8d28\u4e0a\u4e0d\u662f\u4e00\u4e2a\u771f\u6b63\u7684\u6570\u3002", "entity_id": "\u56db\u5143\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u5143\u6570", "label": "\u56db\u5143\u6570", "shape": "dot", "size": 10, "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-0d7ccd16268481f70b0101a58ee00012", "title": "An abstract number system extending complex numbers, mentioned as part of second mathematical abstraction.\u003cSEP\u003e\u56db\u5143\u6570\u662f\u4e0d\u5177\u6709\u5927\u5c0f\u5173\u7cfb\u7684\u6570\uff0c\u672c\u8d28\u4e0a\u4e0d\u662f\u4e00\u4e2a\u771f\u6b63\u7684\u6570\u3002"}, {"color": "#f1b26f", "created_at": 1752884081, "description": "n-dimensional space is an abstract mathematical concept extending the idea of 3D space to higher dimensions.", "entity_id": "n\u7ef4\u7a7a\u95f4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "n\u7ef4\u7a7a\u95f4", "label": "n\u7ef4\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "n-dimensional space is an abstract mathematical concept extending the idea of 3D space to higher dimensions."}, {"color": "#9d50cc", "created_at": 1752884068, "description": "The discriminant is a key component in determining the nature of the roots of a quadratic equation, particularly whether they are real or complex.", "entity_id": "Discriminant", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Discriminant", "label": "Discriminant", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "The discriminant is a key component in determining the nature of the roots of a quadratic equation, particularly whether they are real or complex."}, {"color": "#b51591", "created_at": 1752884068, "description": "Quadratic equations are polynomial equations of degree two, whose roots can be real or complex depending on the discriminant.", "entity_id": "Quadratic Equations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Quadratic Equations", "label": "Quadratic Equations", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Quadratic equations are polynomial equations of degree two, whose roots can be real or complex depending on the discriminant."}, {"color": "#e012cd", "created_at": 1752884068, "description": "Ren\u00e9 Descartes was a French philosopher and mathematician who coined the term \u0027imaginary numbers\u0027 and contributed to the understanding of polynomial roots.", "entity_id": "Ren\u00e9 Descartes", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Ren\u00e9 Descartes", "label": "Ren\u00e9 Descartes", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Ren\u00e9 Descartes was a French philosopher and mathematician who coined the term \u0027imaginary numbers\u0027 and contributed to the understanding of polynomial roots."}, {"color": "#1a8bea", "created_at": 1752884068, "description": "Leonhard Euler was a Swiss mathematician who introduced the symbol i for imaginary numbers and made significant contributions to complex number theory.", "entity_id": "Leonhard Euler", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Leonhard Euler", "label": "Leonhard Euler", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Leonhard Euler was a Swiss mathematician who introduced the symbol i for imaginary numbers and made significant contributions to complex number theory."}, {"color": "#8391e3", "created_at": 1752884068, "description": "Cardano\u0027s formula is a method for solving cubic equations, which sometimes involves complex numbers even when the roots are real.", "entity_id": "Cardano\u0027s Formula", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Cardano\u0027s Formula", "label": "Cardano\u0027s Formula", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Cardano\u0027s formula is a method for solving cubic equations, which sometimes involves complex numbers even when the roots are real."}, {"color": "#e99afc", "created_at": 1752884068, "description": "The imaginary unit i is defined as the square root of -1, fundamental to the concept of complex numbers.", "entity_id": "Imaginary Unit (i)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Imaginary Unit (i)", "label": "Imaginary Unit (i)", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "The imaginary unit i is defined as the square root of -1, fundamental to the concept of complex numbers."}, {"color": "#2a8dc9", "created_at": 1752884068, "description": "Algebraic geometry studies solutions to polynomial equations and their geometric representations, including complex solutions.", "entity_id": "Algebraic Geometry", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Algebraic Geometry", "label": "Algebraic Geometry", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Algebraic geometry studies solutions to polynomial equations and their geometric representations, including complex solutions."}, {"color": "#5269ec", "created_at": 1752884068, "description": "Conjugate complex numbers are pairs of complex numbers where the imaginary parts have opposite signs, and their product is a real number.", "entity_id": "Conjugate Complex Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Conjugate Complex Numbers", "label": "Conjugate Complex Numbers", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Conjugate complex numbers are pairs of complex numbers where the imaginary parts have opposite signs, and their product is a real number."}, {"color": "#9e2183", "created_at": 1752884068, "description": "Subset of complex numbers where imaginary part is zero; operations reduce to standard real arithmetic.", "entity_id": "Real Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Real Numbers", "label": "Real Numbers", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Subset of complex numbers where imaginary part is zero; operations reduce to standard real arithmetic."}, {"color": "#d8efbc", "created_at": 1752884068, "description": "Geometric representation of complex numbers allowing definition of vector lengths and other spatial properties.\u003cSEP\u003eThe complex plane is a geometric representation of complex numbers, with real and imaginary axes, facilitating vector-based interpretations.", "entity_id": "Complex Plane", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Complex Plane", "label": "Complex Plane", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c\u003cSEP\u003echunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Geometric representation of complex numbers allowing definition of vector lengths and other spatial properties.\u003cSEP\u003eThe complex plane is a geometric representation of complex numbers, with real and imaginary axes, facilitating vector-based interpretations."}, {"color": "#29417a", "created_at": 1752884069, "description": "Gauss is a renowned mathematician who contributed to the understanding of complex numbers and mathematical functions, as quoted in the text.", "entity_id": "Gauss", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Gauss", "label": "Gauss", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Gauss is a renowned mathematician who contributed to the understanding of complex numbers and mathematical functions, as quoted in the text."}, {"color": "#7dff4f", "created_at": 1752884069, "description": "Algan was a Swiss mathematician who named the modulus of a complex number in his 1806 work.", "entity_id": "Algan", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Algan", "label": "Algan", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Algan was a Swiss mathematician who named the modulus of a complex number in his 1806 work."}, {"color": "#bc2fea", "created_at": 1752884068, "description": "Carl Friedrich Gauss was a mathematician who made significant contributions to number theory, including the study of complex integers and the proof of the Fundamental Theorem of Algebra.\u003cSEP\u003eGerman mathematician who made significant contributions to number theory, algebra, and complex analysis, as referenced in the text regarding complex numbers.", "entity_id": "Carl Friedrich Gauss", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Carl Friedrich Gauss", "label": "Carl Friedrich Gauss", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c\u003cSEP\u003echunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Carl Friedrich Gauss was a mathematician who made significant contributions to number theory, including the study of complex integers and the proof of the Fundamental Theorem of Algebra.\u003cSEP\u003eGerman mathematician who made significant contributions to number theory, algebra, and complex analysis, as referenced in the text regarding complex numbers."}, {"color": "#69ec0c", "created_at": 1752884069, "description": "Relationships between the coefficients of a polynomial and sums/products of its roots, extendable to complex numbers.", "entity_id": "Vieta\u0027s Formulas", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Vieta\u0027s Formulas", "label": "Vieta\u0027s Formulas", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Relationships between the coefficients of a polynomial and sums/products of its roots, extendable to complex numbers."}, {"color": "#ca40b8", "created_at": 1752884069, "description": "Vector analysis is a mathematical field that studies vectors and their properties, including lengths represented by absolute values.", "entity_id": "Vector Analysis", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Vector Analysis", "label": "Vector Analysis", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Vector analysis is a mathematical field that studies vectors and their properties, including lengths represented by absolute values."}, {"color": "#c64501", "created_at": 1752884068, "description": "Gerolamo Cardano was an Italian mathematician who contributed to the solution of cubic equations, including the development of Cardano\u0027s formula.", "entity_id": "Gerolamo Cardano", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Gerolamo Cardano", "label": "Gerolamo Cardano", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Gerolamo Cardano was an Italian mathematician who contributed to the solution of cubic equations, including the development of Cardano\u0027s formula."}, {"color": "#8d1bec", "created_at": 1752884068, "description": "Cardano\u0027s 1545 publication \u0027The Great Art\u0027 which included solutions to cubic equations and introduced complex numbers in algebra.", "entity_id": "The Great Art (Ars Magna)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "The Great Art (Ars Magna)", "label": "The Great Art (Ars Magna)", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Cardano\u0027s 1545 publication \u0027The Great Art\u0027 which included solutions to cubic equations and introduced complex numbers in algebra."}, {"color": "#78be9b", "created_at": 1752884068, "description": "Descartes\u0027 1637 work \u0027Geometry\u0027 where he first named imaginary numbers and discussed polynomial roots.", "entity_id": "Geometry (Descartes)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Geometry (Descartes)", "label": "Geometry (Descartes)", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Descartes\u0027 1637 work \u0027Geometry\u0027 where he first named imaginary numbers and discussed polynomial roots."}, {"color": "#28cf6e", "created_at": 1752884068, "description": "The St. Petersburg Academy of Sciences was a scientific institution where Euler\u0027s work on imaginary numbers was published posthumously.", "entity_id": "St. Petersburg Academy of Sciences", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "St. Petersburg Academy of Sciences", "label": "St. Petersburg Academy of Sciences", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "The St. Petersburg Academy of Sciences was a scientific institution where Euler\u0027s work on imaginary numbers was published posthumously."}, {"color": "#0ba4a0", "created_at": 1752884068, "description": "Cubic equations are polynomial equations of degree three, whose solutions sometimes involve complex numbers even when roots are real.", "entity_id": "Cubic Equations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Cubic Equations", "label": "Cubic Equations", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Cubic equations are polynomial equations of degree three, whose solutions sometimes involve complex numbers even when roots are real."}, {"color": "#63ff43", "created_at": 1752884068, "description": "Prime numbers are natural numbers greater than 1 that have no positive divisors other than 1 and themselves.", "entity_id": "Prime Numbers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Prime Numbers", "label": "Prime Numbers", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Prime numbers are natural numbers greater than 1 that have no positive divisors other than 1 and themselves."}, {"color": "#04dbe3", "created_at": 1752884068, "description": "Gaussian integers are complex numbers where both the real and imaginary parts are integers, and they are studied in the context of number theory.", "entity_id": "Gaussian Integers", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Gaussian Integers", "label": "Gaussian Integers", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Gaussian integers are complex numbers where both the real and imaginary parts are integers, and they are studied in the context of number theory."}, {"color": "#d7822f", "created_at": 1752884069, "description": "Mathematical field using analysis tools to study integers and primes, including in complex domains.", "entity_id": "Analytic Number Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Analytic Number Theory", "label": "Analytic Number Theory", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Mathematical field using analysis tools to study integers and primes, including in complex domains."}, {"color": "#d0fcd1", "created_at": 1752884068, "description": "Branch of mathematics studying integers in complex number systems, including Gaussian integers.", "entity_id": "Algebraic Number Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Algebraic Number Theory", "label": "Algebraic Number Theory", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Branch of mathematics studying integers in complex number systems, including Gaussian integers."}, {"color": "#6e1b5b", "created_at": 1752884069, "description": "Solutions to polynomial equations, guaranteed to exist in complex numbers by Fundamental Theorem.", "entity_id": "Polynomial Roots", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Polynomial Roots", "label": "Polynomial Roots", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Solutions to polynomial equations, guaranteed to exist in complex numbers by Fundamental Theorem."}, {"color": "#f9002d", "created_at": 1752884068, "description": "Arithmetic Research refers to Gauss\u0027s work in 1801, where he studied complex integers and defined the concept of complex primes.", "entity_id": "Arithmetic Research", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Arithmetic Research", "label": "Arithmetic Research", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Arithmetic Research refers to Gauss\u0027s work in 1801, where he studied complex integers and defined the concept of complex primes."}, {"color": "#f79838", "created_at": 1752884069, "description": "Field of study concerning how mathematics is taught and learned, referenced in Gauss\u0027s perspective on mathematical understanding.", "entity_id": "Mathematical Education", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mathematical Education", "label": "Mathematical Education", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Field of study concerning how mathematics is taught and learned, referenced in Gauss\u0027s perspective on mathematical understanding."}, {"color": "#47f105", "created_at": 1752884069, "description": "Wessel was a Danish-Norwegian surveyor who introduced the concept of the imaginary axis and represented complex numbers as vectors in a plane.", "entity_id": "Wessel", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Wessel", "label": "Wessel", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Wessel was a Danish-Norwegian surveyor who introduced the concept of the imaginary axis and represented complex numbers as vectors in a plane."}, {"color": "#5f8914", "created_at": 1752884069, "description": "Norwegian-Danish mathematician and surveyor who first proposed the geometric interpretation of complex numbers in 1797.", "entity_id": "Caspar Wessel", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Caspar Wessel", "label": "Caspar Wessel", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Norwegian-Danish mathematician and surveyor who first proposed the geometric interpretation of complex numbers in 1797."}, {"color": "#c341b5", "created_at": 1752884069, "description": "Swiss mathematician who independently developed the geometric representation of complex numbers (Argand diagram).", "entity_id": "Jean-Robert Argand", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Jean-Robert Argand", "label": "Jean-Robert Argand", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Swiss mathematician who independently developed the geometric representation of complex numbers (Argand diagram)."}, {"color": "#b30eff", "created_at": 1752884069, "description": "Gans was a German mathematician who generalized the use of absolute value to represent vector lengths in 1905.", "entity_id": "Gans", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Gans", "label": "Gans", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Gans was a German mathematician who generalized the use of absolute value to represent vector lengths in 1905."}, {"color": "#13ec5d", "created_at": 1752884069, "description": "The Algebraic Fundamental Theorem states that every non-zero polynomial equation has roots in the complex number system.", "entity_id": "Algebraic Fundamental Theorem", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Algebraic Fundamental Theorem", "label": "Algebraic Fundamental Theorem", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "The Algebraic Fundamental Theorem states that every non-zero polynomial equation has roots in the complex number system."}, {"color": "#44a2f1", "created_at": 1752884069, "description": "Vieta\u0027s Theorem relates the coefficients of a polynomial to sums and products of its roots, extended by the Algebraic Fundamental Theorem.", "entity_id": "Vieta\u0027s Theorem", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Vieta\u0027s Theorem", "label": "Vieta\u0027s Theorem", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Vieta\u0027s Theorem relates the coefficients of a polynomial to sums and products of its roots, extended by the Algebraic Fundamental Theorem."}, {"color": "#fe9755", "created_at": 1752884069, "description": "Academic institution where Wessel first presented his work on complex numbers in 1797.", "entity_id": "Danish Royal Academy", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Danish Royal Academy", "label": "Danish Royal Academy", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Academic institution where Wessel first presented his work on complex numbers in 1797."}, {"color": "#3b30e3", "created_at": 1752884069, "description": "The Sun is a celestial body that serves as a primary reference for time measurement due to its daily and annual cycles.\u003cSEP\u003e\u592a\u9633refers to the sun, which was measured by ancient Chinese methods to determine its height and distance.", "entity_id": "\u592a\u9633", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u592a\u9633", "label": "\u592a\u9633", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-f293ed2fda02df929e0c07b2000a07cf", "title": "The Sun is a celestial body that serves as a primary reference for time measurement due to its daily and annual cycles.\u003cSEP\u003e\u592a\u9633refers to the sun, which was measured by ancient Chinese methods to determine its height and distance."}, {"color": "#60b2e8", "created_at": 1752884069, "description": "Earth is the planet where humans live, and its rotation and revolution around the Sun are fundamental to time models.", "entity_id": "\u5730\u7403", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u7403", "label": "\u5730\u7403", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Earth is the planet where humans live, and its rotation and revolution around the Sun are fundamental to time models."}, {"color": "#252a86", "created_at": 1752884069, "description": "The Moon is Earth\u0027s natural satellite, used historically for timekeeping through its phases and cycles.", "entity_id": "\u6708\u4eae", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6708\u4eae", "label": "\u6708\u4eae", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "The Moon is Earth\u0027s natural satellite, used historically for timekeeping through its phases and cycles."}, {"color": "#b86068", "created_at": 1752884069, "description": "A synodic month is the lunar cycle observed from Earth, lasting about 29.53 days.", "entity_id": "\u6714\u671b\u6708", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6714\u671b\u6708", "label": "\u6714\u671b\u6708", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "A synodic month is the lunar cycle observed from Earth, lasting about 29.53 days."}, {"color": "#f6d6e2", "created_at": 1752884070, "description": "Chang\u0027e-4 is a Chinese lunar probe that landed on the far side of the Moon in 2019.", "entity_id": "\u5ae6\u5a25\u56db\u53f7", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5ae6\u5a25\u56db\u53f7", "label": "\u5ae6\u5a25\u56db\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Chang\u0027e-4 is a Chinese lunar probe that landed on the far side of the Moon in 2019."}, {"color": "#9d610f", "created_at": 1752884070, "description": "Mercury is the planet closest to the Sun that exhibits tidal locking similar to Earth-Moon system.", "entity_id": "\u6c34\u661f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6c34\u661f", "label": "\u6c34\u661f", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Mercury is the planet closest to the Sun that exhibits tidal locking similar to Earth-Moon system."}, {"color": "#795c2c", "created_at": 1752884069, "description": "A year is a time unit based on Earth\u0027s revolution around the Sun, approximately 365 days.", "entity_id": "\u5e74", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e74", "label": "\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "A year is a time unit based on Earth\u0027s revolution around the Sun, approximately 365 days."}, {"color": "#8ab3e7", "created_at": 1752884069, "description": "Calendar systems are mathematical models designed to harmonize days, months, and years for timekeeping.", "entity_id": "\u5386\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5386\u6cd5", "label": "\u5386\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Calendar systems are mathematical models designed to harmonize days, months, and years for timekeeping."}, {"color": "#84b078", "created_at": 1752884069, "description": "A month is a time unit based on the Moon\u0027s revolution around Earth, approximately 29.53 days.", "entity_id": "\u6708", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6708", "label": "\u6708", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "A month is a time unit based on the Moon\u0027s revolution around Earth, approximately 29.53 days."}, {"color": "#422621", "created_at": 1752884070, "description": "Ancient era when early civilizations first developed timekeeping systems.", "entity_id": "\u8fdc\u53e4\u65f6\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8fdc\u53e4\u65f6\u4ee3", "label": "\u8fdc\u53e4\u65f6\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Ancient era when early civilizations first developed timekeeping systems."}, {"color": "#30463c", "created_at": 1752884070, "description": "Tidal locking describes when an astronomical body\u0027s rotation matches its orbital period.", "entity_id": "\u540c\u6b65\u81ea\u8f6c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u540c\u6b65\u81ea\u8f6c", "label": "\u540c\u6b65\u81ea\u8f6c", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Tidal locking describes when an astronomical body\u0027s rotation matches its orbital period."}, {"color": "#b320f7", "created_at": 1752884070, "description": "Tidal locking occurs when gravitational forces cause one side of a celestial body to always face another.", "entity_id": "\u6f6e\u6c50\u9501\u5b9a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6f6e\u6c50\u9501\u5b9a", "label": "\u6f6e\u6c50\u9501\u5b9a", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Tidal locking occurs when gravitational forces cause one side of a celestial body to always face another."}, {"color": "#85fb22", "created_at": 1752884070, "description": "New Moon phase when the Moon is positioned between Earth and Sun.", "entity_id": "\u6714\u6708", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6714\u6708", "label": "\u6714\u6708", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "New Moon phase when the Moon is positioned between Earth and Sun."}, {"color": "#22cb0c", "created_at": 1752884070, "description": "Full Moon phase when Earth is positioned between Moon and Sun.", "entity_id": "\u671b\u6708", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u671b\u6708", "label": "\u671b\u6708", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Full Moon phase when Earth is positioned between Moon and Sun."}, {"color": "#30b971", "created_at": 1752884070, "description": "Qu Yuan was a Chinese poet (340-278 BCE) who referenced Sirius in his works.\u003cSEP\u003e\u6218\u56fd\u65f6\u671f\u8bd7\u4eba\uff0c\u300a\u5929\u95ee\u300b\u4e2d\"\u571c\u5219\u4e5d\u91cd\"\u88ab\u8ba4\u4e3a\u53ef\u80fd\u662f\u6700\u65e9\u7684\u5929\u7403\u6982\u5ff5\u8bb0\u8f7d\u3002", "entity_id": "\u5c48\u539f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5c48\u539f", "label": "\u5c48\u539f", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Qu Yuan was a Chinese poet (340-278 BCE) who referenced Sirius in his works.\u003cSEP\u003e\u6218\u56fd\u65f6\u671f\u8bd7\u4eba\uff0c\u300a\u5929\u95ee\u300b\u4e2d\"\u571c\u5219\u4e5d\u91cd\"\u88ab\u8ba4\u4e3a\u53ef\u80fd\u662f\u6700\u65e9\u7684\u5929\u7403\u6982\u5ff5\u8bb0\u8f7d\u3002"}, {"color": "#3d18ef", "created_at": 1752884070, "description": "Su Dongpo was a Song Dynasty poet who also referenced Sirius in his poetry.", "entity_id": "\u82cf\u4e1c\u5761", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u82cf\u4e1c\u5761", "label": "\u82cf\u4e1c\u5761", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Su Dongpo was a Song Dynasty poet who also referenced Sirius in his poetry."}, {"color": "#27ea35", "created_at": 1752884071, "description": "The Bow and Arrow constellation (\u5f27\u77e2) in Chinese astronomy, associated with shooting Sirius in mythology.", "entity_id": "\u5f27\u77e2\u661f\u5ea7", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f27\u77e2\u661f\u5ea7", "label": "\u5f27\u77e2\u661f\u5ea7", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Bow and Arrow constellation (\u5f27\u77e2) in Chinese astronomy, associated with shooting Sirius in mythology."}, {"color": "#65e0c8", "created_at": 1752884071, "description": "Historical records of Chinese astronomical observations and constellations.\u003cSEP\u003eHistorical text documenting Chinese astronomical knowledge and celestial-terrestrial correspondences.\u003cSEP\u003e\u4e2d\u56fd\u53f2\u4e66\u5178\u7c4d\uff0c\u8bb0\u8f7d\"\u5929\u6709\u5217\u5bbf\uff0c\u5730\u6709\u5dde\u57df\"\u7684\u5929\u6587\u5730\u7406\u5bf9\u5e94\u601d\u60f3\u3002", "entity_id": "\u300a\u53f2\u8bb0\u00b7\u5929\u5b98\u4e66\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53f2\u8bb0\u00b7\u5929\u5b98\u4e66\u300b", "label": "\u300a\u53f2\u8bb0\u00b7\u5929\u5b98\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Historical records of Chinese astronomical observations and constellations.\u003cSEP\u003eHistorical text documenting Chinese astronomical knowledge and celestial-terrestrial correspondences.\u003cSEP\u003e\u4e2d\u56fd\u53f2\u4e66\u5178\u7c4d\uff0c\u8bb0\u8f7d\"\u5929\u6709\u5217\u5bbf\uff0c\u5730\u6709\u5dde\u57df\"\u7684\u5929\u6587\u5730\u7406\u5bf9\u5e94\u601d\u60f3\u3002"}, {"color": "#3a4dce", "created_at": 1752884070, "description": "The Chinese lunisolar calendar system that combines lunar and solar cycles for agricultural and seasonal tracking.\u003cSEP\u003e\u519c\u5386\u662f\u4e2d\u56fd\u4f20\u7edf\u5386\u6cd5\uff0c\u5f62\u5f0f\u4e0a\u4e3a\u9634\u5386\uff0c\u4f46\u5b9e\u9645\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u7684\u662f\u9633\u5386\u7684\u4e8c\u5341\u56db\u8282\u6c14\u3002", "entity_id": "\u519c\u5386", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u519c\u5386", "label": "\u519c\u5386", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "The Chinese lunisolar calendar system that combines lunar and solar cycles for agricultural and seasonal tracking.\u003cSEP\u003e\u519c\u5386\u662f\u4e2d\u56fd\u4f20\u7edf\u5386\u6cd5\uff0c\u5f62\u5f0f\u4e0a\u4e3a\u9634\u5386\uff0c\u4f46\u5b9e\u9645\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u7684\u662f\u9633\u5386\u7684\u4e8c\u5341\u56db\u8282\u6c14\u3002"}, {"color": "#ba238b", "created_at": 1752884166, "description": "\u4e8c\u5341\u56db\u8282\u6c14\u76f4\u63a5\u6307\u5bfc\u4e2d\u56fd\u53e4\u4ee3\u7684\u519c\u4e8b\u6d3b\u52a8\u5b89\u6392\u3002", "entity_id": "\u519c\u4e1a\u751f\u4ea7", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u519c\u4e1a\u751f\u4ea7", "label": "\u519c\u4e1a\u751f\u4ea7", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u4e8c\u5341\u56db\u8282\u6c14\u76f4\u63a5\u6307\u5bfc\u4e2d\u56fd\u53e4\u4ee3\u7684\u519c\u4e8b\u6d3b\u52a8\u5b89\u6392\u3002"}, {"color": "#a4ae71", "created_at": 1752884072, "description": "Ancient Chinese celestial coordinate system dividing the sky into 28 constellations, grouped into four directional quadrants.\u003cSEP\u003e\u4e8c\u5341\u516b\u661f\u5bbf\u662f\u4e2d\u56fd\u53e4\u4ee3\u5929\u6587\u5b66\u4e2d\u5212\u5206\u5929\u7a7a\u7684\u5750\u6807\u7cfb\u7edf\uff0c\u5206\u4e3a\u4e1c\u65b9\u3001\u5317\u65b9\u3001\u897f\u65b9\u3001\u5357\u65b9\u5404\u4e03\u5bbf\uff0c\u603b\u5ea6\u6570\u4e3a365.25\u5ea6\u3002", "entity_id": "\u4e8c\u5341\u516b\u661f\u5bbf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u5341\u516b\u661f\u5bbf", "label": "\u4e8c\u5341\u516b\u661f\u5bbf", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "Ancient Chinese celestial coordinate system dividing the sky into 28 constellations, grouped into four directional quadrants.\u003cSEP\u003e\u4e8c\u5341\u516b\u661f\u5bbf\u662f\u4e2d\u56fd\u53e4\u4ee3\u5929\u6587\u5b66\u4e2d\u5212\u5206\u5929\u7a7a\u7684\u5750\u6807\u7cfb\u7edf\uff0c\u5206\u4e3a\u4e1c\u65b9\u3001\u5317\u65b9\u3001\u897f\u65b9\u3001\u5357\u65b9\u5404\u4e03\u5bbf\uff0c\u603b\u5ea6\u6570\u4e3a365.25\u5ea6\u3002"}, {"color": "#ee7972", "created_at": 1752884070, "description": "Julius Caesar introduced the Julian calendar to Rome in 46 BCE, based on the Egyptian solar calendar.", "entity_id": "\u5112\u7565\u00b7\u51ef\u6492", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5112\u7565\u00b7\u51ef\u6492", "label": "\u5112\u7565\u00b7\u51ef\u6492", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Julius Caesar introduced the Julian calendar to Rome in 46 BCE, based on the Egyptian solar calendar."}, {"color": "#0c97b6", "created_at": 1752884070, "description": "Sosigenes was a Greek astronomer who assisted Julius Caesar in reforming the Roman calendar.", "entity_id": "\u7d22\u897f\u7434\u5c3c\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7d22\u897f\u7434\u5c3c\u65af", "label": "\u7d22\u897f\u7434\u5c3c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Sosigenes was a Greek astronomer who assisted Julius Caesar in reforming the Roman calendar."}, {"color": "#1b91b8", "created_at": 1752884074, "description": "\u4e2d\u56fd\u53e4\u4ee3\u5b87\u5b99\u7406\u8bba\uff0c\u8ba4\u4e3a\u5929\u5982\u86cb\u58f3\u5730\u5982\u86cb\u9ec4\uff0c\u7531\u5f20\u8861\u7b49\u4eba\u53d1\u5c55\u5b8c\u5584\u3002\u003cSEP\u003e\u6d51\u5929\u8bf4is another late cosmological theory in ancient China, developed after the\u76d6\u5929\u8bf4.", "entity_id": "\u6d51\u5929\u8bf4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6d51\u5929\u8bf4", "label": "\u6d51\u5929\u8bf4", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u4e2d\u56fd\u53e4\u4ee3\u5b87\u5b99\u7406\u8bba\uff0c\u8ba4\u4e3a\u5929\u5982\u86cb\u58f3\u5730\u5982\u86cb\u9ec4\uff0c\u7531\u5f20\u8861\u7b49\u4eba\u53d1\u5c55\u5b8c\u5584\u3002\u003cSEP\u003e\u6d51\u5929\u8bf4is another late cosmological theory in ancient China, developed after the\u76d6\u5929\u8bf4."}, {"color": "#01a226", "created_at": 1752884071, "description": "The Council of Nicaea (325 CE) where Christian nations adopted the Julian calendar.", "entity_id": "\u5c3c\u7b56\u963f\u6559\u4f1a\u4f1a\u8bae", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3c\u7b56\u963f\u6559\u4f1a\u4f1a\u8bae", "label": "\u5c3c\u7b56\u963f\u6559\u4f1a\u4f1a\u8bae", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Council of Nicaea (325 CE) where Christian nations adopted the Julian calendar."}, {"color": "#6e5cf7", "created_at": 1752884071, "description": "\u683c\u91cc\u5386\u662f\u6539\u9769\u540e\u7684\u5386\u6cd5\uff0c\u7531\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16\u5f15\u5165\uff0c\u6bcf\u5e74\u5e73\u5747365.2425\u65e5\uff0c\u66f4\u7cbe\u786e\u3002", "entity_id": "\u683c\u91cc\u5386", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u683c\u91cc\u5386", "label": "\u683c\u91cc\u5386", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u683c\u91cc\u5386\u662f\u6539\u9769\u540e\u7684\u5386\u6cd5\uff0c\u7531\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16\u5f15\u5165\uff0c\u6bcf\u5e74\u5e73\u5747365.2425\u65e5\uff0c\u66f4\u7cbe\u786e\u3002"}, {"color": "#10d765", "created_at": 1752884071, "description": "Ancient Chinese text documenting early calendar systems and intercalary months.\u003cSEP\u003e\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u9633\u5386\u5468\u671f\u7684\u8ba4\u8bc6\uff0c\u5982\u0027\u671f\u4e09\u767e\u6709\u516d\u65ec\u6709\u516d\u65e5\u0027\u3002", "entity_id": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "label": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "Ancient Chinese text documenting early calendar systems and intercalary months.\u003cSEP\u003e\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u9633\u5386\u5468\u671f\u7684\u8ba4\u8bc6\uff0c\u5982\u0027\u671f\u4e09\u767e\u6709\u516d\u65ec\u6709\u516d\u65e5\u0027\u3002"}, {"color": "#1551c2", "created_at": 1752884072, "description": "\u9634\u5386\u4e2d\u4e3a\u534f\u8c03\u4e0e\u9633\u5386\u5dee\u5f02\u800c\u589e\u52a0\u7684\u6708\u4efd\uff0c\u89c1\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u3002", "entity_id": "\u95f0\u6708", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u95f0\u6708", "label": "\u95f0\u6708", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u9634\u5386\u4e2d\u4e3a\u534f\u8c03\u4e0e\u9633\u5386\u5dee\u5f02\u800c\u589e\u52a0\u7684\u6708\u4efd\uff0c\u89c1\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u3002"}, {"color": "#bbda34", "created_at": 1752884071, "description": "The ancient Egyptian Sirius-based calendar system tied to the heliacal rising of Sirius.", "entity_id": "\u5929\u72fc\u5386", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u72fc\u5386", "label": "\u5929\u72fc\u5386", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The ancient Egyptian Sirius-based calendar system tied to the heliacal rising of Sirius."}, {"color": "#7f5558", "created_at": 1752884071, "description": "The first month (Thoth) in the Egyptian calendar marking Sirius\u0027s heliacal rising.", "entity_id": "\u900f\u7279\u6708", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u900f\u7279\u6708", "label": "\u900f\u7279\u6708", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The first month (Thoth) in the Egyptian calendar marking Sirius\u0027s heliacal rising."}, {"color": "#9487b8", "created_at": 1752884165, "description": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u9633\u5386\u5468\u671f\u4e3a366\u65e5\u7684\u8ba4\u8bc6\u3002", "entity_id": "\u9633\u5386\u5468\u671f", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u9633\u5386\u5468\u671f", "label": "\u9633\u5386\u5468\u671f", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u9633\u5386\u5468\u671f\u4e3a366\u65e5\u7684\u8ba4\u8bc6\u3002"}, {"color": "#416e9a", "created_at": 1752884072, "description": "Commentator of \u0027The Thirteen Classics Annotated\u00b7Commentary on the Book of Documents\u0027.\u003cSEP\u003e\u6c49\u4ee3\u5b66\u8005\uff0c\u4e3a\u300a\u5c1a\u4e66\u300b\u4f5c\u6ce8\u8bba\u8bc1\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u3002", "entity_id": "\u5b54\u5b89\u56fd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5b54\u5b89\u56fd", "label": "\u5b54\u5b89\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "Commentator of \u0027The Thirteen Classics Annotated\u00b7Commentary on the Book of Documents\u0027.\u003cSEP\u003e\u6c49\u4ee3\u5b66\u8005\uff0c\u4e3a\u300a\u5c1a\u4e66\u300b\u4f5c\u6ce8\u8bba\u8bc1\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u3002"}, {"color": "#00818b", "created_at": 1752884071, "description": "\u7f57\u9a6c\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16\u53ec\u96c6\u5b66\u8005\u6539\u9769\u5112\u7565\u5386\uff0c\u5f15\u5165\u683c\u91cc\u5386\u3002", "entity_id": "\u7f57\u9a6c\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u9a6c\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16", "label": "\u7f57\u9a6c\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u7f57\u9a6c\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16\u53ec\u96c6\u5b66\u8005\u6539\u9769\u5112\u7565\u5386\uff0c\u5f15\u5165\u683c\u91cc\u5386\u3002"}, {"color": "#6e2ffc", "created_at": 1752884071, "description": "\u6625\u5206\u662f\u4e2d\u56fd\u4e8c\u5341\u56db\u8282\u6c14\u4e4b\u4e00\uff0c\u53e4\u4ee3\u901a\u8fc7\u571f\u572d\u4e4b\u6cd5\u6d4b\u5b9a\uff0c\u6807\u5fd7\u663c\u591c\u5e73\u5206\u3002", "entity_id": "\u6625\u5206", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6625\u5206", "label": "\u6625\u5206", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u6625\u5206\u662f\u4e2d\u56fd\u4e8c\u5341\u56db\u8282\u6c14\u4e4b\u4e00\uff0c\u53e4\u4ee3\u901a\u8fc7\u571f\u572d\u4e4b\u6cd5\u6d4b\u5b9a\uff0c\u6807\u5fd7\u663c\u591c\u5e73\u5206\u3002"}, {"color": "#b3efb8", "created_at": 1752884071, "description": "\u51ac\u81f3\u662f\u65e5\u5f71\u6700\u957f\u7684\u8282\u6c14\uff0c\u4e2d\u56fd\u53e4\u4ee3\u5386\u6cd5\u7684\u91cd\u8981\u57fa\u51c6\u70b9\u3002", "entity_id": "\u51ac\u81f3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u51ac\u81f3", "label": "\u51ac\u81f3", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u51ac\u81f3\u662f\u65e5\u5f71\u6700\u957f\u7684\u8282\u6c14\uff0c\u4e2d\u56fd\u53e4\u4ee3\u5386\u6cd5\u7684\u91cd\u8981\u57fa\u51c6\u70b9\u3002"}, {"color": "#1b368a", "created_at": 1752884071, "description": "\u5468\u671d\u638c\u7ba1\u571f\u572d\u6d4b\u5f71\u7684\u5b98\u65b9\u804c\u4f4d\uff0c\u8d1f\u8d23\u5929\u6587\u89c2\u6d4b\u548c\u5386\u6cd5\u5236\u5b9a\u3002", "entity_id": "\u571f\u65b9\u6c0f", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u571f\u65b9\u6c0f", "label": "\u571f\u65b9\u6c0f", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u5468\u671d\u638c\u7ba1\u571f\u572d\u6d4b\u5f71\u7684\u5b98\u65b9\u804c\u4f4d\uff0c\u8d1f\u8d23\u5929\u6587\u89c2\u6d4b\u548c\u5386\u6cd5\u5236\u5b9a\u3002"}, {"color": "#160fa7", "created_at": 1752884073, "description": "The Tropic of Cancer is a circle of latitude located at approximately 23\u00b026\u2032 north of the Equator, marking the northernmost point where the Sun can be directly overhead.\u003cSEP\u003e\u5317\u56de\u5f52\u7ebf(Tropic of Cancer) is a significant geographical line where the sun is directly overhead during the summer solstice, mentioned in the context of ancient Chinese astronomy.\u003cSEP\u003e\u5317\u56de\u5f52\u7ebfrefers to the Tropic of Cancer, used in ancient Chinese astronomy for solar measurements.", "entity_id": "\u5317\u56de\u5f52\u7ebf", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u56de\u5f52\u7ebf", "label": "\u5317\u56de\u5f52\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The Tropic of Cancer is a circle of latitude located at approximately 23\u00b026\u2032 north of the Equator, marking the northernmost point where the Sun can be directly overhead.\u003cSEP\u003e\u5317\u56de\u5f52\u7ebf(Tropic of Cancer) is a significant geographical line where the sun is directly overhead during the summer solstice, mentioned in the context of ancient Chinese astronomy.\u003cSEP\u003e\u5317\u56de\u5f52\u7ebfrefers to the Tropic of Cancer, used in ancient Chinese astronomy for solar measurements."}, {"color": "#f4a481", "created_at": 1752884075, "description": "\u6cb3\u5357\u7701\u767b\u5c01\u53bf\u544a\u6210\u9547is believed to be the ancient \u0027center of the world\u0027 as determined by Zhou Dynasty astronomers using gnomon measurements.", "entity_id": "\u6cb3\u5357\u7701\u767b\u5c01\u53bf\u544a\u6210\u9547", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6cb3\u5357\u7701\u767b\u5c01\u53bf\u544a\u6210\u9547", "label": "\u6cb3\u5357\u7701\u767b\u5c01\u53bf\u544a\u6210\u9547", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u6cb3\u5357\u7701\u767b\u5c01\u53bf\u544a\u6210\u9547is believed to be the ancient \u0027center of the world\u0027 as determined by Zhou Dynasty astronomers using gnomon measurements."}, {"color": "#237b95", "created_at": 1752884075, "description": "A location in China at approximately 34\u00b0N latitude and 113\u00b0E longitude, used as a reference point in Zhou Dynasty geographical calculations.\u003cSEP\u003eDengfeng Gaocheng is a location in China with a latitude of 34\u00b023\u2032 north, historically significant for astronomical observations.\u003cSEP\u003e\u767b\u5c01\u544a\u6210is a location in China, referenced for its historical significance in geographical measurements and the determination of the \u0027center of the world.\u0027", "entity_id": "\u767b\u5c01\u544a\u6210", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u767b\u5c01\u544a\u6210", "label": "\u767b\u5c01\u544a\u6210", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "A location in China at approximately 34\u00b0N latitude and 113\u00b0E longitude, used as a reference point in Zhou Dynasty geographical calculations.\u003cSEP\u003eDengfeng Gaocheng is a location in China with a latitude of 34\u00b023\u2032 north, historically significant for astronomical observations.\u003cSEP\u003e\u767b\u5c01\u544a\u6210is a location in China, referenced for its historical significance in geographical measurements and the determination of the \u0027center of the world.\u0027"}, {"color": "#1cb9a0", "created_at": 1752884075, "description": "Zheng Xuan was a Han Dynasty scholar who annotated classical texts, including interpretations of geographical and astronomical concepts.\u003cSEP\u003e\u300a\u5468\u793c\u6ce8\u758f\u300b\u6ce8\u91ca\u8005\uff0c\u7ecf\u5b66\u5bb6\u003cSEP\u003e\u90d1\u7384is a classical scholar known for his annotations on Confucian texts.", "entity_id": "\u90d1\u7384", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u90d1\u7384", "label": "\u90d1\u7384", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Zheng Xuan was a Han Dynasty scholar who annotated classical texts, including interpretations of geographical and astronomical concepts.\u003cSEP\u003e\u300a\u5468\u793c\u6ce8\u758f\u300b\u6ce8\u91ca\u8005\uff0c\u7ecf\u5b66\u5bb6\u003cSEP\u003e\u90d1\u7384is a classical scholar known for his annotations on Confucian texts."}, {"color": "#608a81", "created_at": 1752884071, "description": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b\u89e3\u91ca\u4e86\u53e4\u4ee3\u5982\u4f55\u901a\u8fc7\u65e5\u5f71\u6d4b\u5b9a\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u3002", "entity_id": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "label": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b\u89e3\u91ca\u4e86\u53e4\u4ee3\u5982\u4f55\u901a\u8fc7\u65e5\u5f71\u6d4b\u5b9a\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u3002"}, {"color": "#0df92a", "created_at": 1752884108, "description": "Imperial Chinese academy department for mathematical studies.\u003cSEP\u003e\u56fd\u5b50\u76d1\u660e\u7b97\u79d1\u662f\u5510\u4ee3\u8bbe\u7acb\u7684\u6570\u5b66\u6559\u80b2\u673a\u6784\uff0c\u4ee5\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e3a\u6559\u6750\u3002", "entity_id": "\u56fd\u5b50\u76d1\u660e\u7b97\u79d1", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u5b50\u76d1\u660e\u7b97\u79d1", "label": "\u56fd\u5b50\u76d1\u660e\u7b97\u79d1", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Imperial Chinese academy department for mathematical studies.\u003cSEP\u003e\u56fd\u5b50\u76d1\u660e\u7b97\u79d1\u662f\u5510\u4ee3\u8bbe\u7acb\u7684\u6570\u5b66\u6559\u80b2\u673a\u6784\uff0c\u4ee5\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e3a\u6559\u6750\u3002"}, {"color": "#be51b8", "created_at": 1752884109, "description": "Translator and annotator of \u0027The Zhoubi Suanjing\u0027.", "entity_id": "\u7a0b\u8d1e\u4e00", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7a0b\u8d1e\u4e00", "label": "\u7a0b\u8d1e\u4e00", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Translator and annotator of \u0027The Zhoubi Suanjing\u0027."}, {"color": "#cc003e", "created_at": 1752884071, "description": "**\u4f0f\u7fb2** is a legendary and mythical figure in ancient Chinese culture, revered as one of the foundational ancestors of Chinese civilization. He is credited with significant contributions to astronomy and calendrical systems, particularly the establishment of celestial measurements and the **Zhou Tian calendar system** (\u5468\u5929\u5386\u5ea6). Additionally, he is often associated with the origins of the **Gai Tian theory** (\u76d6\u5929\u8bf4), an early Chinese cosmological model. Widely regarded as a cultural and intellectual pioneer, \u4f0f\u7fb2 is celebrated as a key figure in the development of early Chinese knowledge, particularly in the realms of astronomy, calendrics, and the broader foundations of Chinese civilization. His legacy endures as a symbol of wisdom and innovation in Chinese mythology and history.", "entity_id": "\u4f0f\u7fb2", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f0f\u7fb2", "label": "\u4f0f\u7fb2", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "**\u4f0f\u7fb2** is a legendary and mythical figure in ancient Chinese culture, revered as one of the foundational ancestors of Chinese civilization. He is credited with significant contributions to astronomy and calendrical systems, particularly the establishment of celestial measurements and the **Zhou Tian calendar system** (\u5468\u5929\u5386\u5ea6). Additionally, he is often associated with the origins of the **Gai Tian theory** (\u76d6\u5929\u8bf4), an early Chinese cosmological model. Widely regarded as a cultural and intellectual pioneer, \u4f0f\u7fb2 is celebrated as a key figure in the development of early Chinese knowledge, particularly in the realms of astronomy, calendrics, and the broader foundations of Chinese civilization. His legacy endures as a symbol of wisdom and innovation in Chinese mythology and history."}, {"color": "#192cb8", "created_at": 1752884072, "description": "**\u5468\u5929\u5386\u5ea6 (Zh\u014du Ti\u0101n L\u00ec D\u00f9)** is an ancient Chinese astronomical concept and celestial measurement system discussed in the *\u5468\u9ac0\u7b97\u7ecf (Zhoubi Suanjing)*. It refers to the period during which the stars complete a full rotation around the North Star (Polaris), equivalent to the number of days in a solar year (approximately 365.25 days). This concept was foundational in early Chinese astronomy, illustrating the cyclical nature of celestial movements. \n\nTraditionally, **\u5468\u5929\u5386\u5ea6** is attributed to **\u5e96\u727a\u6c0f (Fuxi)**, a mythical figure in Chinese culture, and was preserved and developed through the Shang and Zhou dynasties. While some descriptions emphasize its role as a measurement system, others highlight its conceptual significance in understanding stellar cycles. Despite slight variations in phrasing, the core idea remains consistent: it represents the celestial rotation period tied to the solar year, reflecting the integration of astronomy and calendrics in ancient China. \n\nThe system underscores the early Chinese emphasis on celestial observation and its application in timekeeping and cosmological frameworks. No major contradictions exist among the descriptions; rather, they complement each other by providing historical, conceptual, and practical perspectives on **\u5468\u5929\u5386\u5ea6**.", "entity_id": "\u5468\u5929\u5386\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u5929\u5386\u5ea6", "label": "\u5468\u5929\u5386\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "**\u5468\u5929\u5386\u5ea6 (Zh\u014du Ti\u0101n L\u00ec D\u00f9)** is an ancient Chinese astronomical concept and celestial measurement system discussed in the *\u5468\u9ac0\u7b97\u7ecf (Zhoubi Suanjing)*. It refers to the period during which the stars complete a full rotation around the North Star (Polaris), equivalent to the number of days in a solar year (approximately 365.25 days). This concept was foundational in early Chinese astronomy, illustrating the cyclical nature of celestial movements. \n\nTraditionally, **\u5468\u5929\u5386\u5ea6** is attributed to **\u5e96\u727a\u6c0f (Fuxi)**, a mythical figure in Chinese culture, and was preserved and developed through the Shang and Zhou dynasties. While some descriptions emphasize its role as a measurement system, others highlight its conceptual significance in understanding stellar cycles. Despite slight variations in phrasing, the core idea remains consistent: it represents the celestial rotation period tied to the solar year, reflecting the integration of astronomy and calendrics in ancient China. \n\nThe system underscores the early Chinese emphasis on celestial observation and its application in timekeeping and cosmological frameworks. No major contradictions exist among the descriptions; rather, they complement each other by providing historical, conceptual, and practical perspectives on **\u5468\u5929\u5386\u5ea6**."}, {"color": "#d0efda", "created_at": 1752884071, "description": "**\u590f\u81f3 (Summer Solstice)** is an important astronomical event in ancient Chinese cosmology, marking the longest day of the year and serving as a key reference point in traditional Chinese calendrical systems. It is characterized as the solar term with the shortest shadow length (\u65e5\u5f71\u6700\u77ed\u7684\u8282\u6c14), reflecting its significance in astronomical observations and measurements. Ancient Chinese astronomers utilized the summer solstice for precise calculations, including tracking solar phenomena. Notably, it is associated with unique shadow effects at the Tropic of Cancer (\u5317\u56de\u5f52\u7ebf), where the sun appears directly overhead during this time. While the summer solstice played a role in Eratosthenes\u0027 measurement of Earth\u0027s circumference, the descriptions primarily emphasize its importance in Chinese astronomical traditions, where it served as a critical marker for timekeeping, agriculture, and cosmological studies. The summaries collectively highlight its dual role as both a cultural and scientific milestone in ancient China.", "entity_id": "\u590f\u81f3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u590f\u81f3", "label": "\u590f\u81f3", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18", "title": "**\u590f\u81f3 (Summer Solstice)** is an important astronomical event in ancient Chinese cosmology, marking the longest day of the year and serving as a key reference point in traditional Chinese calendrical systems. It is characterized as the solar term with the shortest shadow length (\u65e5\u5f71\u6700\u77ed\u7684\u8282\u6c14), reflecting its significance in astronomical observations and measurements. Ancient Chinese astronomers utilized the summer solstice for precise calculations, including tracking solar phenomena. Notably, it is associated with unique shadow effects at the Tropic of Cancer (\u5317\u56de\u5f52\u7ebf), where the sun appears directly overhead during this time. While the summer solstice played a role in Eratosthenes\u0027 measurement of Earth\u0027s circumference, the descriptions primarily emphasize its importance in Chinese astronomical traditions, where it served as a critical marker for timekeeping, agriculture, and cosmological studies. The summaries collectively highlight its dual role as both a cultural and scientific milestone in ancient China."}, {"color": "#b6dfe2", "created_at": 1752884074, "description": "\u756a\u79bais a location in ancient China believed to be the southernmost point of the known world, near the Tropic of Cancer.", "entity_id": "\u756a\u79ba", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u756a\u79ba", "label": "\u756a\u79ba", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u756a\u79bais a location in ancient China believed to be the southernmost point of the known world, near the Tropic of Cancer."}, {"color": "#0836f8", "created_at": 1752884073, "description": "\u6bb7\u5546refers to the Shang Dynasty, which passed down astronomical knowledge to the Zhou Dynasty.\u003cSEP\u003e\u6bb7\u5546was an ancient Chinese dynasty that passed down the Zhou Tian Li Du to the Zhou dynasty.", "entity_id": "\u6bb7\u5546", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6bb7\u5546", "label": "\u6bb7\u5546", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u6bb7\u5546refers to the Shang Dynasty, which passed down astronomical knowledge to the Zhou Dynasty.\u003cSEP\u003e\u6bb7\u5546was an ancient Chinese dynasty that passed down the Zhou Tian Li Du to the Zhou dynasty."}, {"color": "#bbc1ee", "created_at": 1752884074, "description": "\u5468\u6210\u738bwas a king of the Zhou Dynasty who inherited his father\u0027s legacy and expanded the eastern capital, Chengzhou.", "entity_id": "\u5468\u6210\u738b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u6210\u738b", "label": "\u5468\u6210\u738b", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u5468\u6210\u738bwas a king of the Zhou Dynasty who inherited his father\u0027s legacy and expanded the eastern capital, Chengzhou."}, {"color": "#fbe825", "created_at": 1752884075, "description": "\u6210\u5468was the eastern capital built by the Zhou Dynasty, symbolizing the central governance of the kingdom.", "entity_id": "\u6210\u5468", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6210\u5468", "label": "\u6210\u5468", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u6210\u5468was the eastern capital built by the Zhou Dynasty, symbolizing the central governance of the kingdom."}, {"color": "#4c45f2", "created_at": 1752884075, "description": "\u300a\u5c1a\u4e66\u5927\u4f20\u300b is a classical Chinese text documenting the achievements of the Duke of Zhou during his regency.", "entity_id": "\u300a\u5c1a\u4e66\u5927\u4f20\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5c1a\u4e66\u5927\u4f20\u300b", "label": "\u300a\u5c1a\u4e66\u5927\u4f20\u300b", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u300a\u5c1a\u4e66\u5927\u4f20\u300b is a classical Chinese text documenting the achievements of the Duke of Zhou during his regency."}, {"color": "#072ad1", "created_at": 1752884076, "description": "\u300a\u5c71\u6d77\u7ecf\u300b is an ancient Chinese text that contains geographical and mythological information, used here to analyze historical geographical knowledge.", "entity_id": "\u300a\u5c71\u6d77\u7ecf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5c71\u6d77\u7ecf\u300b", "label": "\u300a\u5c71\u6d77\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u300a\u5c71\u6d77\u7ecf\u300b is an ancient Chinese text that contains geographical and mythological information, used here to analyze historical geographical knowledge."}, {"color": "#ba0bfe", "created_at": 1752884073, "description": "Legendary figure credited with establishing\u5468\u5929\u5386\u5ea6.\u003cSEP\u003e\u5305\u727ais another name for\u4f0f\u7fb2, the mythological emperor who created the Zhou Tian astronomical system.", "entity_id": "\u5305\u727a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5305\u727a", "label": "\u5305\u727a", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "Legendary figure credited with establishing\u5468\u5929\u5386\u5ea6.\u003cSEP\u003e\u5305\u727ais another name for\u4f0f\u7fb2, the mythological emperor who created the Zhou Tian astronomical system."}, {"color": "#ba2fca", "created_at": 1752884074, "description": "\u5e96\u727a\u6c0fis a legendary figure in Chinese mythology, credited with the creation of the Zhou Tian Li Du (\u5468\u5929\u5386\u5ea6), an early astronomical system.", "entity_id": "\u5e96\u727a\u6c0f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e96\u727a\u6c0f", "label": "\u5e96\u727a\u6c0f", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u5e96\u727a\u6c0fis a legendary figure in Chinese mythology, credited with the creation of the Zhou Tian Li Du (\u5468\u5929\u5386\u5ea6), an early astronomical system."}, {"color": "#7baa72", "created_at": 1752884072, "description": "Historical records on calendar systems.\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u5386\u6cd5\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5ea6\u6570\u5212\u5206(\u4e1c\u65b975\u5ea6\u3001\u5317\u65b998.25\u5ea6\u7b49)\u3002", "entity_id": "\u300a\u6c49\u4e66\u00b7\u5f8b\u5386\u5fd7\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6c49\u4e66\u00b7\u5f8b\u5386\u5fd7\u300b", "label": "\u300a\u6c49\u4e66\u00b7\u5f8b\u5386\u5fd7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "Historical records on calendar systems.\u003cSEP\u003e\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u5386\u6cd5\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5ea6\u6570\u5212\u5206(\u4e1c\u65b975\u5ea6\u3001\u5317\u65b998.25\u5ea6\u7b49)\u3002"}, {"color": "#9cced4", "created_at": 1752884072, "description": "The 12 equal divisions of the ecliptic in Chinese astronomy, correlated with the 28 lunar mansions for time measurement.", "entity_id": "\u5341\u4e8c\u6b21", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5341\u4e8c\u6b21", "label": "\u5341\u4e8c\u6b21", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "The 12 equal divisions of the ecliptic in Chinese astronomy, correlated with the 28 lunar mansions for time measurement."}, {"color": "#dc3b3a", "created_at": 1752884073, "description": "Northern constellation (Vega) used in Zhou dynasty poetry to demonstrate 12-time division system.", "entity_id": "\u7ec7\u5973\u661f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7ec7\u5973\u661f", "label": "\u7ec7\u5973\u661f", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Northern constellation (Vega) used in Zhou dynasty poetry to demonstrate 12-time division system."}, {"color": "#f0f9df", "created_at": 1752884072, "description": "A traditional Chinese timekeeping system combining 10 Heavenly Stems and 12 Earthly Branches, forming a 60-year cycle used for calendrical purposes.\u003cSEP\u003e\u5929\u5e72\u5730\u652f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u4e8e\u7eaa\u5e74\u3001\u7eaa\u65e5\u7684\u516d\u5341\u8fdb\u5236\u7cfb\u7edf\uff0c\u4e0e\u5929\u6587\u5386\u6cd5\u548c\u5360\u535c\u5bc6\u5207\u76f8\u5173\u3002", "entity_id": "\u5929\u5e72\u5730\u652f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u5e72\u5730\u652f", "label": "\u5929\u5e72\u5730\u652f", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "A traditional Chinese timekeeping system combining 10 Heavenly Stems and 12 Earthly Branches, forming a 60-year cycle used for calendrical purposes.\u003cSEP\u003e\u5929\u5e72\u5730\u652f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u4e8e\u7eaa\u5e74\u3001\u7eaa\u65e5\u7684\u516d\u5341\u8fdb\u5236\u7cfb\u7edf\uff0c\u4e0e\u5929\u6587\u5386\u6cd5\u548c\u5360\u535c\u5bc6\u5207\u76f8\u5173\u3002"}, {"color": "#2b2325", "created_at": 1752884072, "description": "\u516c\u5143\u524d3200-\u524d2900\u5e74\u7684\u7f8e\u7d22\u4e0d\u8fbe\u7c73\u4e9a\u6587\u660e\u9636\u6bb5\uff0c\u65e9\u671f\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u7684\u8003\u53e4\u8bc1\u636e\u6765\u6e90\u3002", "entity_id": "\u4e4c\u9c81\u514b\u65f6\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4e4c\u9c81\u514b\u65f6\u4ee3", "label": "\u4e4c\u9c81\u514b\u65f6\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u516c\u5143\u524d3200-\u524d2900\u5e74\u7684\u7f8e\u7d22\u4e0d\u8fbe\u7c73\u4e9a\u6587\u660e\u9636\u6bb5\uff0c\u65e9\u671f\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u7684\u8003\u53e4\u8bc1\u636e\u6765\u6e90\u3002"}, {"color": "#99c9f4", "created_at": 1752884072, "description": "Ecliptic path divided into\u5341\u4e8c\u6b21(12 stations) for Chinese astronomical measurements.\u003cSEP\u003e\u592a\u9633\u5728\u5929\u7403\u4e0a\u7684\u89c6\u8fd0\u52a8\u8f68\u8ff9\uff0c\u53e4\u5df4\u6bd4\u4f26\u4eba\u636e\u6b64\u53d1\u660e\u9ec4\u9053\u5341\u4e8c\u5bab\u5750\u6807\u7cfb\u7edf\u3002", "entity_id": "\u9ec4\u9053", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ec4\u9053", "label": "\u9ec4\u9053", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14\u003cSEP\u003echunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "Ecliptic path divided into\u5341\u4e8c\u6b21(12 stations) for Chinese astronomical measurements.\u003cSEP\u003e\u592a\u9633\u5728\u5929\u7403\u4e0a\u7684\u89c6\u8fd0\u52a8\u8f68\u8ff9\uff0c\u53e4\u5df4\u6bd4\u4f26\u4eba\u636e\u6b64\u53d1\u660e\u9ec4\u9053\u5341\u4e8c\u5bab\u5750\u6807\u7cfb\u7edf\u3002"}, {"color": "#588265", "created_at": 1752884072, "description": "\u53e4\u4ee3\u65f6\u95f4\u6d4b\u91cf\u7684\u4e3b\u8981\u53c2\u7167\u7269\uff0c\u56e0\u76f8\u5bf9\u4f4d\u7f6e\u6052\u5b9a(\u5c24\u4ee5\u5317\u6781\u661f\u4e3a\u57fa\u51c6)\u88ab\u7528\u4e8e\u5efa\u7acb\u5929\u6587\u5750\u6807\u3002", "entity_id": "\u6052\u661f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6052\u661f", "label": "\u6052\u661f", "shape": "dot", "size": 10, "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u53e4\u4ee3\u65f6\u95f4\u6d4b\u91cf\u7684\u4e3b\u8981\u53c2\u7167\u7269\uff0c\u56e0\u76f8\u5bf9\u4f4d\u7f6e\u6052\u5b9a(\u5c24\u4ee5\u5317\u6781\u661f\u4e3a\u57fa\u51c6)\u88ab\u7528\u4e8e\u5efa\u7acb\u5929\u6587\u5750\u6807\u3002"}, {"color": "#f455bf", "created_at": 1752884081, "description": "\u516b\u65b9\u662f\u4e2d\u56fd\u53e4\u4ee3\u63d0\u51fa\u7684\u516b\u4e2a\u5224\u65ad\u65b9\u4f4d\u7684\u53c2\u7167\u7cfb\uff0c\u57fa\u4e8e\u89c2\u5bdf\u5317\u6781\u661f\u5f62\u6210\u7684\u5c04\u7ebf\u6784\u5efa\u89d2\u5ea6\u3002", "entity_id": "\u516b\u65b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516b\u65b9", "label": "\u516b\u65b9", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u516b\u65b9\u662f\u4e2d\u56fd\u53e4\u4ee3\u63d0\u51fa\u7684\u516b\u4e2a\u5224\u65ad\u65b9\u4f4d\u7684\u53c2\u7167\u7cfb\uff0c\u57fa\u4e8e\u89c2\u5bdf\u5317\u6781\u661f\u5f62\u6210\u7684\u5c04\u7ebf\u6784\u5efa\u89d2\u5ea6\u3002"}, {"color": "#caabbb", "created_at": 1752884072, "description": "The 60-year combinatorial cycle formed by pairing Heavenly Stems and Earthly Branches, foundational to Chinese chronology.", "entity_id": "\u516d\u5341\u7532\u5b50", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516d\u5341\u7532\u5b50", "label": "\u516d\u5341\u7532\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "The 60-year combinatorial cycle formed by pairing Heavenly Stems and Earthly Branches, foundational to Chinese chronology."}, {"color": "#e4ee7d", "created_at": 1752884072, "description": "The Chinese zodiac system associating 12 animals with Earthly Branches, influencing cultural identity through birth years.", "entity_id": "\u5341\u4e8c\u751f\u8096", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5341\u4e8c\u751f\u8096", "label": "\u5341\u4e8c\u751f\u8096", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "The Chinese zodiac system associating 12 animals with Earthly Branches, influencing cultural identity through birth years."}, {"color": "#1ae712", "created_at": 1752884072, "description": "Shang dynasty oracle bone inscriptions providing archaeological evidence of early Chinese timekeeping systems.", "entity_id": "\u6bb7\u589f\u7532\u9aa8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6bb7\u589f\u7532\u9aa8", "label": "\u6bb7\u589f\u7532\u9aa8", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Shang dynasty oracle bone inscriptions providing archaeological evidence of early Chinese timekeeping systems."}, {"color": "#4a4425", "created_at": 1752884072, "description": "Eastern Han dynasty philosophical text by Wang Chong containing early systematic records of the 12-animal zodiac.", "entity_id": "\u300a\u8bba\u8861\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bba\u8861\u300b", "label": "\u300a\u8bba\u8861\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Eastern Han dynasty philosophical text by Wang Chong containing early systematic records of the 12-animal zodiac."}, {"color": "#4807c9", "created_at": 1752884072, "description": "Mythological Yellow Emperor credited in tradition with initiating the 60-cycle calendrical system.", "entity_id": "\u9ec4\u5e1d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ec4\u5e1d", "label": "\u9ec4\u5e1d", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Mythological Yellow Emperor credited in tradition with initiating the 60-cycle calendrical system."}, {"color": "#f7b0d2", "created_at": 1752884073, "description": "Cyclical dating method combining Heavenly Stems and Earthly Branches to record days in 60-day cycles.", "entity_id": "\u5e72\u652f\u7eaa\u65e5\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e72\u652f\u7eaa\u65e5\u6cd5", "label": "\u5e72\u652f\u7eaa\u65e5\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Cyclical dating method combining Heavenly Stems and Earthly Branches to record days in 60-day cycles."}, {"color": "#3f12e2", "created_at": 1752884073, "description": "Ancient Chinese time division system splitting one day into 12 equal periods, each corresponding to an Earthly Branch.", "entity_id": "\u5341\u4e8c\u65f6\u8fb0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5341\u4e8c\u65f6\u8fb0", "label": "\u5341\u4e8c\u65f6\u8fb0", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Ancient Chinese time division system splitting one day into 12 equal periods, each corresponding to an Earthly Branch."}, {"color": "#567cab", "created_at": 1752884167, "description": "Each\u65f6\u8fb0was named after an Earthly Branch character (\u5b50\u4e11\u5bc5\u536f\u7b49).", "entity_id": "\u5730\u652f", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u652f", "label": "\u5730\u652f", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Each\u65f6\u8fb0was named after an Earthly Branch character (\u5b50\u4e11\u5bc5\u536f\u7b49)."}, {"color": "#cc9a02", "created_at": 1752884073, "description": "Han dynasty night watch system dividing nighttime into five equal periods for palace security shifts.", "entity_id": "\u4e94\u66f4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u66f4", "label": "\u4e94\u66f4", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Han dynasty night watch system dividing nighttime into five equal periods for palace security shifts."}, {"color": "#11b754", "created_at": 1752884073, "description": "Song dynasty refinement splitting each\u65f6\u8fb0(traditional hour) into two\u5c0f\u65f6(modern hours), creating 24-hour day.", "entity_id": "\u5c0f\u65f6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c0f\u65f6", "label": "\u5c0f\u65f6", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Song dynasty refinement splitting each\u65f6\u8fb0(traditional hour) into two\u5c0f\u65f6(modern hours), creating 24-hour day."}, {"color": "#5c1135", "created_at": 1752884073, "description": "Classic poetry collection containing earliest literary evidence of 12-time division system.", "entity_id": "\u300a\u8bd7\u7ecf\u00b7\u5c0f\u96c5\u00b7\u5927\u4e1c\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bd7\u7ecf\u00b7\u5c0f\u96c5\u00b7\u5927\u4e1c\u300b", "label": "\u300a\u8bd7\u7ecf\u00b7\u5c0f\u96c5\u00b7\u5927\u4e1c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Classic poetry collection containing earliest literary evidence of 12-time division system."}, {"color": "#4f6380", "created_at": 1752884073, "description": "Lu Yin Gong (722 BCE reign) whose era marks the earliest continuous\u5e72\u652f\u7eaa\u65e5records.", "entity_id": "\u9c81\u9690\u516c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9c81\u9690\u516c", "label": "\u9c81\u9690\u516c", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Lu Yin Gong (722 BCE reign) whose era marks the earliest continuous\u5e72\u652f\u7eaa\u65e5records."}, {"color": "#27055e", "created_at": 1752884073, "description": "Ancient historical text attributing 60-cycle calendar creation to Yellow Emperor\u0027s ministers.", "entity_id": "\u300a\u4e16\u672c\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e16\u672c\u300b", "label": "\u300a\u4e16\u672c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Ancient historical text attributing 60-cycle calendar creation to Yellow Emperor\u0027s ministers."}, {"color": "#4e52d4", "created_at": 1752884073, "description": "Legendary calendar creator under Yellow Emperor credited with establishing early timekeeping systems.", "entity_id": "\u5bb9\u6210", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5bb9\u6210", "label": "\u5bb9\u6210", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Legendary calendar creator under Yellow Emperor credited with establishing early timekeeping systems."}, {"color": "#542dbf", "created_at": 1752884073, "description": "A traditional Chinese calendrical system using 60-year cycles, originating from the Eastern Han Dynasty.", "entity_id": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "label": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "A traditional Chinese calendrical system using 60-year cycles, originating from the Eastern Han Dynasty."}, {"color": "#5df91e", "created_at": 1752884073, "description": "The Eastern Han Dynasty where the sexagenary cycle (\u5e72\u652f\u7eaa\u5e74\u6cd5) became popular.", "entity_id": "\u4e1c\u6c49", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e1c\u6c49", "label": "\u4e1c\u6c49", "shape": "dot", "size": 10, "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The Eastern Han Dynasty where the sexagenary cycle (\u5e72\u652f\u7eaa\u5e74\u6cd5) became popular."}, {"color": "#0b06c0", "created_at": 1752884075, "description": "The Equator is an imaginary line around the Earth, equidistant from the North and South Poles, dividing the Earth into Northern and Southern Hemispheres.", "entity_id": "\u8d64\u9053", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u8d64\u9053", "label": "\u8d64\u9053", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The Equator is an imaginary line around the Earth, equidistant from the North and South Poles, dividing the Earth into Northern and Southern Hemispheres."}, {"color": "#bd8b1f", "created_at": 1752884074, "description": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b is a historical text documenting ancient Chinese astronomical theories including\u76d6\u5929\u8bf4.", "entity_id": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "label": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b is a historical text documenting ancient Chinese astronomical theories including\u76d6\u5929\u8bf4."}, {"color": "#d5f439", "created_at": 1752884074, "description": "\u5317\u6781(North Pole) is mentioned as the center of heaven and earth in the\u76d6\u5929\u8bf4cosmological model.\u003cSEP\u003e\u5317\u6781(North Pole) was considered the center of the heavens in the Gai Tian theory.", "entity_id": "\u5317\u6781", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u6781", "label": "\u5317\u6781", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u5317\u6781(North Pole) is mentioned as the center of heaven and earth in the\u76d6\u5929\u8bf4cosmological model.\u003cSEP\u003e\u5317\u6781(North Pole) was considered the center of the heavens in the Gai Tian theory."}, {"color": "#02cc88", "created_at": 1752884078, "description": "\u5510\u4ee3\u5929\u6587\u5b66\u5bb6\uff0c\u901a\u8fc7\u5929\u5730\u6d4b\u8bd5\u5f7b\u5e95\u5426\u5b9a\u4e86\u76d6\u5929\u8bf4\uff0c\u786e\u7acb\u4e86\u6d51\u5929\u8bf4\u7684\u5730\u4f4d\u3002", "entity_id": "\u4e00\u884c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u884c", "label": "\u4e00\u884c", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u5510\u4ee3\u5929\u6587\u5b66\u5bb6\uff0c\u901a\u8fc7\u5929\u5730\u6d4b\u8bd5\u5f7b\u5e95\u5426\u5b9a\u4e86\u76d6\u5929\u8bf4\uff0c\u786e\u7acb\u4e86\u6d51\u5929\u8bf4\u7684\u5730\u4f4d\u3002"}, {"color": "#a27d7a", "created_at": 1752884077, "description": "\u4e1c\u6c49\u5929\u6587\u5b66\u5bb6\u5f20\u8861\u53d1\u660e\u4e86\u6d51\u4eea\u5e76\u63d0\u51fa\u4e86\u6d51\u5929\u8bf4\uff0c\u5bf9\u53e4\u4ee3\u5929\u6587\u5b66\u6709\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u4e1c\u6c49\u65f6\u671f\u5929\u6587\u5b66\u5bb6\uff0c\u6d51\u5929\u8bf4\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u5728\u300a\u6d51\u4eea\u6ce8\u300b\u4e2d\u63d0\u51fa\u5730\u7403\u5982\u86cb\u9ec4\u5728\u86cb\u5185\u7684\u7403\u5f62\u7406\u8bba\u3002", "entity_id": "\u5f20\u8861", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u8861", "label": "\u5f20\u8861", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u4e1c\u6c49\u5929\u6587\u5b66\u5bb6\u5f20\u8861\u53d1\u660e\u4e86\u6d51\u4eea\u5e76\u63d0\u51fa\u4e86\u6d51\u5929\u8bf4\uff0c\u5bf9\u53e4\u4ee3\u5929\u6587\u5b66\u6709\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u4e1c\u6c49\u65f6\u671f\u5929\u6587\u5b66\u5bb6\uff0c\u6d51\u5929\u8bf4\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u5728\u300a\u6d51\u4eea\u6ce8\u300b\u4e2d\u63d0\u51fa\u5730\u7403\u5982\u86cb\u9ec4\u5728\u86cb\u5185\u7684\u7403\u5f62\u7406\u8bba\u3002"}, {"color": "#57a443", "created_at": 1752884077, "description": "\u897f\u6c49\u672b\u5b66\u8005\uff0c\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u9996\u6b21\u63d0\u5230\"\u6d51\u5929\"\u6982\u5ff5\uff0c\u4e0e\u6d51\u5929\u4eea\u7684\u53d1\u5c55\u76f8\u5173\u3002", "entity_id": "\u626c\u96c4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u626c\u96c4", "label": "\u626c\u96c4", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u897f\u6c49\u672b\u5b66\u8005\uff0c\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u9996\u6b21\u63d0\u5230\"\u6d51\u5929\"\u6982\u5ff5\uff0c\u4e0e\u6d51\u5929\u4eea\u7684\u53d1\u5c55\u76f8\u5173\u3002"}, {"color": "#88153d", "created_at": 1752884074, "description": "The Zhou Dynasty was an ancient Chinese dynasty (1046\u2013256 BCE) known for its contributions to astronomy and geography.\u003cSEP\u003e\u5468was a significant dynasty in Chinese history that documented and expanded upon the Gai Tian theory.", "entity_id": "\u5468", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5468", "label": "\u5468", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18", "title": "The Zhou Dynasty was an ancient Chinese dynasty (1046\u2013256 BCE) known for its contributions to astronomy and geography.\u003cSEP\u003e\u5468was a significant dynasty in Chinese history that documented and expanded upon the Gai Tian theory."}, {"color": "#d47ce5", "created_at": 1752884074, "description": "\u54b8\u9633was the capital of the Zhou dynasty, where astronomical measurements like the shadow length of the sun were taken.", "entity_id": "\u54b8\u9633", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u54b8\u9633", "label": "\u54b8\u9633", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u54b8\u9633was the capital of the Zhou dynasty, where astronomical measurements like the shadow length of the sun were taken."}, {"color": "#aebcfa", "created_at": 1752884074, "description": "\u540e\u7fbf\u5c04\u65e5is a mythological event where the archer\u540e\u7fbfshot down nine suns, reflecting ancient beliefs about the sun\u0027s proximity.", "entity_id": "\u540e\u7fbf\u5c04\u65e5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u540e\u7fbf\u5c04\u65e5", "label": "\u540e\u7fbf\u5c04\u65e5", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u540e\u7fbf\u5c04\u65e5is a mythological event where the archer\u540e\u7fbfshot down nine suns, reflecting ancient beliefs about the sun\u0027s proximity."}, {"color": "#2716c2", "created_at": 1752884074, "description": "\u5938\u7236\u9010\u65e5is a myth about\u5938\u7236chasing the sun, symbolizing early Chinese views on the sun\u0027s distance.", "entity_id": "\u5938\u7236\u9010\u65e5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5938\u7236\u9010\u65e5", "label": "\u5938\u7236\u9010\u65e5", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u5938\u7236\u9010\u65e5is a myth about\u5938\u7236chasing the sun, symbolizing early Chinese views on the sun\u0027s distance."}, {"color": "#d7aa0c", "created_at": 1752884074, "description": "Important encyclopedic Chinese text from the Warring States period containing cosmological knowledge.", "entity_id": "\u5415\u6c0f\u6625\u79cb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5415\u6c0f\u6625\u79cb", "label": "\u5415\u6c0f\u6625\u79cb", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Important encyclopedic Chinese text from the Warring States period containing cosmological knowledge."}, {"color": "#24d459", "created_at": 1752884074, "description": "Cosmic tree in Chinese mythology connecting heaven and earth.", "entity_id": "\u5efa\u6728", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5efa\u6728", "label": "\u5efa\u6728", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Cosmic tree in Chinese mythology connecting heaven and earth."}, {"color": "#82b705", "created_at": 1752884075, "description": "\u4e5d\u9f0eare the Nine Tripod Cauldrons, symbolic artifacts of imperial authority moved to Luoyang by King Wu.", "entity_id": "\u4e5d\u9f0e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e5d\u9f0e", "label": "\u4e5d\u9f0e", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u4e5d\u9f0eare the Nine Tripod Cauldrons, symbolic artifacts of imperial authority moved to Luoyang by King Wu."}, {"color": "#44444a", "created_at": 1752884075, "description": "A classical Chinese text detailing administrative and geographical knowledge, including methods for determining the \u0027center of the earth.\u0027\u003cSEP\u003e\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b is a classical text describing Zhou Dynasty administrative and astronomical practices, including the determination of the \u0027center of the world.\u0027", "entity_id": "\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b", "label": "\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1", "title": "A classical Chinese text detailing administrative and geographical knowledge, including methods for determining the \u0027center of the earth.\u0027\u003cSEP\u003e\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b is a classical text describing Zhou Dynasty administrative and astronomical practices, including the determination of the \u0027center of the world.\u0027"}, {"color": "#c3bede", "created_at": 1752884075, "description": "\u988d\u5ddd\u9633\u57ceis the ancient name for modern-day Dengfeng Gaocheng, identified as the \u0027center of the world\u0027 by Zhou astronomers.", "entity_id": "\u988d\u5ddd\u9633\u57ce", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u988d\u5ddd\u9633\u57ce", "label": "\u988d\u5ddd\u9633\u57ce", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u988d\u5ddd\u9633\u57ceis the ancient name for modern-day Dengfeng Gaocheng, identified as the \u0027center of the world\u0027 by Zhou astronomers."}, {"color": "#33369f", "created_at": 1752884075, "description": "Zu Geng, a mathematician and astronomer of the Southern and Northern Dynasties, invented the \u0027Five-Table Method\u0027 for geographical measurements.", "entity_id": "\u7956\u6685", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7956\u6685", "label": "\u7956\u6685", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Zu Geng, a mathematician and astronomer of the Southern and Northern Dynasties, invented the \u0027Five-Table Method\u0027 for geographical measurements."}, {"color": "#c7c052", "created_at": 1752884076, "description": "\u5e7f\u5ddeis a modern city in China, referenced as being near the Tropic of Cancer (\u5317\u7eac23\u00b026\u2032).", "entity_id": "\u5e7f\u5dde", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7f\u5dde", "label": "\u5e7f\u5dde", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u5e7f\u5ddeis a modern city in China, referenced as being near the Tropic of Cancer (\u5317\u7eac23\u00b026\u2032)."}, {"color": "#bbd46e", "created_at": 1752884076, "description": "The easternmost region of Zhou\u0027s known world, located at approximately 36\u00b0N latitude and 122\u00b0E longitude.", "entity_id": "\u5c71\u4e1c\u534a\u5c9b", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5c71\u4e1c\u534a\u5c9b", "label": "\u5c71\u4e1c\u534a\u5c9b", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The easternmost region of Zhou\u0027s known world, located at approximately 36\u00b0N latitude and 122\u00b0E longitude."}, {"color": "#6a8adf", "created_at": 1752884076, "description": "The westernmost region of Zhou\u0027s known world, located at approximately 35\u00b0N latitude and 104\u00b0E longitude.", "entity_id": "\u7518\u8083\u6e2d\u6e90", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7518\u8083\u6e2d\u6e90", "label": "\u7518\u8083\u6e2d\u6e90", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The westernmost region of Zhou\u0027s known world, located at approximately 35\u00b0N latitude and 104\u00b0E longitude."}, {"color": "#2b4615", "created_at": 1752884076, "description": "The geographical scope recognized by the Zhou Dynasty, spanning from Shandong in the east to Gansu in the west, and from Guangdong in the south to Inner Mongolia in the north.", "entity_id": "\u5468\u5929\u4e0b\u7684\u8303\u56f4", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u5929\u4e0b\u7684\u8303\u56f4", "label": "\u5468\u5929\u4e0b\u7684\u8303\u56f4", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The geographical scope recognized by the Zhou Dynasty, spanning from Shandong in the east to Gansu in the west, and from Guangdong in the south to Inner Mongolia in the north."}, {"color": "#50d580", "created_at": 1752884077, "description": "People of the Zhou Dynasty who developed advanced geographical and time measurement systems.", "entity_id": "\u5468\u4eba", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u4eba", "label": "\u5468\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "People of the Zhou Dynasty who developed advanced geographical and time measurement systems."}, {"color": "#1eabb8", "created_at": 1752884076, "description": "A Han Dynasty scholar who commented on the difficulty of interpreting ancient astronomical instruments and texts.", "entity_id": "\u8521\u9095", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8521\u9095", "label": "\u8521\u9095", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "A Han Dynasty scholar who commented on the difficulty of interpreting ancient astronomical instruments and texts."}, {"color": "#19bfd8", "created_at": 1752884079, "description": "This Chinese text contains early references to concepts similar to latitude and longitude.\u003cSEP\u003e\u300a\u5468\u793c\u6ce8\u758f\u300b is an annotated version of the Confucian classic Zhou Li.", "entity_id": "\u300a\u5468\u793c\u6ce8\u758f\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u793c\u6ce8\u758f\u300b", "label": "\u300a\u5468\u793c\u6ce8\u758f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31", "title": "This Chinese text contains early references to concepts similar to latitude and longitude.\u003cSEP\u003e\u300a\u5468\u793c\u6ce8\u758f\u300b is an annotated version of the Confucian classic Zhou Li."}, {"color": "#b817d9", "created_at": 1752884111, "description": "\u300a\u5468\u793c\u6ce8\u758f\u300b\u6ce8\u91ca\u8005\uff0c\u7ecf\u5b66\u5bb6\u003cSEP\u003e\u8d3e\u516c\u5f66is a scholar who collaborated with Zheng Xuan in annotating classical texts.", "entity_id": "\u8d3e\u516c\u5f66", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d3e\u516c\u5f66", "label": "\u8d3e\u516c\u5f66", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u5468\u793c\u6ce8\u758f\u300b\u6ce8\u91ca\u8005\uff0c\u7ecf\u5b66\u5bb6\u003cSEP\u003e\u8d3e\u516c\u5f66is a scholar who collaborated with Zheng Xuan in annotating classical texts."}, {"color": "#1c16c3", "created_at": 1752884170, "description": "Zu Geng\u0027s \u0027Five-Table Method\u0027 was inspired by earlier geographical concepts in classical texts like the Zhouli.", "entity_id": "\u4e94\u8868\u6cd5", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4e94\u8868\u6cd5", "label": "\u4e94\u8868\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Zu Geng\u0027s \u0027Five-Table Method\u0027 was inspired by earlier geographical concepts in classical texts like the Zhouli."}, {"color": "#35e437", "created_at": 1752884076, "description": "\u756a\u79ba\u53bfis an ancient administrative region near modern Guangzhou, mentioned in \u300a\u5c71\u6d77\u7ecf\u300b as the location of\u756a\u5c71and\u79ba\u5c71.", "entity_id": "\u756a\u79ba\u53bf", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u756a\u79ba\u53bf", "label": "\u756a\u79ba\u53bf", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u756a\u79ba\u53bfis an ancient administrative region near modern Guangzhou, mentioned in \u300a\u5c71\u6d77\u7ecf\u300b as the location of\u756a\u5c71and\u79ba\u5c71."}, {"color": "#57afe6", "created_at": 1752884076, "description": "\u9634\u5c71is a mountain range in northern China, referenced as part of the northern boundary of the Zhou dynasty\u0027s geographical understanding.", "entity_id": "\u9634\u5c71", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u9634\u5c71", "label": "\u9634\u5c71", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u9634\u5c71is a mountain range in northern China, referenced as part of the northern boundary of the Zhou dynasty\u0027s geographical understanding."}, {"color": "#39b69d", "created_at": 1752884076, "description": "\u8d1d\u52a0\u5c14\u6e56is a large freshwater lake in Siberia, historically referred to as \u0027\u5317\u6d77\u0027 in ancient Chinese texts.", "entity_id": "\u8d1d\u52a0\u5c14\u6e56", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u8d1d\u52a0\u5c14\u6e56", "label": "\u8d1d\u52a0\u5c14\u6e56", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u8d1d\u52a0\u5c14\u6e56is a large freshwater lake in Siberia, historically referred to as \u0027\u5317\u6d77\u0027 in ancient Chinese texts."}, {"color": "#a26240", "created_at": 1752884076, "description": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b is a historical text referencing\u5317\u6d77(Lake Baikal) as the location of Su Wu\u0027s exile.", "entity_id": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b", "label": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b is a historical text referencing\u5317\u6d77(Lake Baikal) as the location of Su Wu\u0027s exile."}, {"color": "#13b492", "created_at": 1752884076, "description": "\u6853\u8c2dis a Han dynasty scholar who managed timekeeping instruments like the clepsydra, as mentioned in historical records.\u003cSEP\u003e\u6853\u8c2dis a historical figure whose works and ideas were studied by modern scholars.", "entity_id": "\u6853\u8c2d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6853\u8c2d", "label": "\u6853\u8c2d", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u6853\u8c2dis a Han dynasty scholar who managed timekeeping instruments like the clepsydra, as mentioned in historical records.\u003cSEP\u003e\u6853\u8c2dis a historical figure whose works and ideas were studied by modern scholars."}, {"color": "#a5a688", "created_at": 1752884076, "description": "\u523b\u6f0fare Chinese timekeeping devices that divided the day into units called \u0027\u523b\u0027, evolving over dynasties.", "entity_id": "\u523b\u6f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u523b\u6f0f", "label": "\u523b\u6f0f", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u523b\u6f0fare Chinese timekeeping devices that divided the day into units called \u0027\u523b\u0027, evolving over dynasties."}, {"color": "#7f1bc4", "created_at": 1752884111, "description": "A research group at Anhui University focused on annotating the works of Huan Tan.", "entity_id": "\u5b89\u5fbd\u5927\u5b66\u4e2d\u6587\u7cfb\u6853\u8c2d\u65b0\u8bba\u6821\u6ce8\u5c0f\u7ec4", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5b89\u5fbd\u5927\u5b66\u4e2d\u6587\u7cfb\u6853\u8c2d\u65b0\u8bba\u6821\u6ce8\u5c0f\u7ec4", "label": "\u5b89\u5fbd\u5927\u5b66\u4e2d\u6587\u7cfb\u6853\u8c2d\u65b0\u8bba\u6821\u6ce8\u5c0f\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "A research group at Anhui University focused on annotating the works of Huan Tan."}, {"color": "#f39b99", "created_at": 1752884077, "description": "The Western Han Dynasty, which established a time measurement system of 120 ke per day.", "entity_id": "\u897f\u6c49", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u897f\u6c49", "label": "\u897f\u6c49", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Western Han Dynasty, which established a time measurement system of 120 ke per day."}, {"color": "#73be6e", "created_at": 1752884077, "description": "The Northern and Southern Dynasties period that implemented a 96 ke per day time measurement system.", "entity_id": "\u5357\u5317\u671d", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5357\u5317\u671d", "label": "\u5357\u5317\u671d", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Northern and Southern Dynasties period that implemented a 96 ke per day time measurement system."}, {"color": "#d71525", "created_at": 1752884076, "description": "\u8c2d\u5176\u9aa7 (Tan Qixiang) was a modern Chinese historical geographer and scholar renowned for his expertise in ancient Chinese geographical records and classical texts. He authored significant works, including \u300a\u957f\u6c34\u7cb9\u7f16\u300b (Collected Works of Changshui), and conducted extensive research on historical geography and Chinese classics. Notably, he analyzed and commented on the geographical scope of the \u300a\u5c71\u6d77\u7ecf\u300b (Classic of Mountains and Seas), contributing valuable insights into its interpretation. As a prominent figure in historical geography, his scholarship bridged the study of ancient texts with modern academic discourse, solidifying his legacy in the field.", "entity_id": "\u8c2d\u5176\u9aa7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8c2d\u5176\u9aa7", "label": "\u8c2d\u5176\u9aa7", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-e49b562e1598af1a635e2ecbf6e2f2cc\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8c2d\u5176\u9aa7 (Tan Qixiang) was a modern Chinese historical geographer and scholar renowned for his expertise in ancient Chinese geographical records and classical texts. He authored significant works, including \u300a\u957f\u6c34\u7cb9\u7f16\u300b (Collected Works of Changshui), and conducted extensive research on historical geography and Chinese classics. Notably, he analyzed and commented on the geographical scope of the \u300a\u5c71\u6d77\u7ecf\u300b (Classic of Mountains and Seas), contributing valuable insights into its interpretation. As a prominent figure in historical geography, his scholarship bridged the study of ancient texts with modern academic discourse, solidifying his legacy in the field."}, {"color": "#a917fa", "created_at": 1752884076, "description": "\u300a\u5317\u6b21\u4e09\u7ecf\u300b is a section of \u300a\u5c71\u6d77\u7ecf\u300b believed to contain Zhou dynasty geographical records of northern regions.", "entity_id": "\u300a\u5317\u6b21\u4e09\u7ecf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5317\u6b21\u4e09\u7ecf\u300b", "label": "\u300a\u5317\u6b21\u4e09\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u300a\u5317\u6b21\u4e09\u7ecf\u300b is a section of \u300a\u5c71\u6d77\u7ecf\u300b believed to contain Zhou dynasty geographical records of northern regions."}, {"color": "#f9c920", "created_at": 1752884076, "description": "An ancient Chinese text detailing geographical knowledge, particularly about the Shandong Peninsula.", "entity_id": "\u5c71\u6d77\u7ecf\u00b7\u4e1c\u5c71\u7ecf", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5c71\u6d77\u7ecf\u00b7\u4e1c\u5c71\u7ecf", "label": "\u5c71\u6d77\u7ecf\u00b7\u4e1c\u5c71\u7ecf", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "An ancient Chinese text detailing geographical knowledge, particularly about the Shandong Peninsula."}, {"color": "#d6d7ef", "created_at": 1752884207, "description": "\u8c2d\u5176\u9aa7\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "entity_id": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b", "label": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8c2d\u5176\u9aa7\u662f\u8be5\u4e66\u7684\u4f5c\u8005"}, {"color": "#b2d220", "created_at": 1752884111, "description": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b\u51fa\u7248\u5355\u4f4d\u003cSEP\u003e\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793eis a publishing house based in Shijiazhuang, China.", "entity_id": "\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e", "label": "\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b\u51fa\u7248\u5355\u4f4d\u003cSEP\u003e\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793eis a publishing house based in Shijiazhuang, China."}, {"color": "#635583", "created_at": 1752884076, "description": "A classical Chinese text that discusses time measurement and geographical concepts during the Zhou Dynasty.", "entity_id": "\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92", "label": "\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "A classical Chinese text that discusses time measurement and geographical concepts during the Zhou Dynasty."}, {"color": "#c929d9", "created_at": 1752884076, "description": "A commentary on the Zhou Li, providing explanations of time and geographical measurements.\u003cSEP\u003e\u5468\u793c\u6ce8\u758fis an annotated version of the Confucian classic Zhou Li.", "entity_id": "\u5468\u793c\u6ce8\u758f", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u793c\u6ce8\u758f", "label": "\u5468\u793c\u6ce8\u758f", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-a976ef0a930519cfb1e470971fd87f01", "title": "A commentary on the Zhou Li, providing explanations of time and geographical measurements.\u003cSEP\u003e\u5468\u793c\u6ce8\u758fis an annotated version of the Confucian classic Zhou Li."}, {"color": "#2c5a28", "created_at": 1752884112, "description": "\u5f6d\u6797is a scholar who edited and annotated classical Chinese texts.", "entity_id": "\u5f6d\u6797", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f6d\u6797", "label": "\u5f6d\u6797", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f6d\u6797is a scholar who edited and annotated classical Chinese texts."}, {"color": "#763016", "created_at": 1752884077, "description": "The ancient Wei River, considered the origin of Yellow River civilization in Zhou times.", "entity_id": "\u53e4\u6e2d\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u6e2d\u6cb3", "label": "\u53e4\u6e2d\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The ancient Wei River, considered the origin of Yellow River civilization in Zhou times."}, {"color": "#ce7ebb", "created_at": 1752884076, "description": "A method used by the Zhou Dynasty to calculate geographical distances based on time differences.", "entity_id": "\u65f6\u95f4\u5ea6\u91cf\u8ddd\u79bb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65f6\u95f4\u5ea6\u91cf\u8ddd\u79bb", "label": "\u65f6\u95f4\u5ea6\u91cf\u8ddd\u79bb", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "A method used by the Zhou Dynasty to calculate geographical distances based on time differences."}, {"color": "#cdf821", "created_at": 1752884077, "description": "The ancient Chinese cosmological concept of a square Earth under a round heaven.", "entity_id": "\u5929\u5706\u5730\u65b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u5706\u5730\u65b9", "label": "\u5929\u5706\u5730\u65b9", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The ancient Chinese cosmological concept of a square Earth under a round heaven."}, {"color": "#39327f", "created_at": 1752884077, "description": "The Wei River, the largest tributary of the Yellow River and an important cultural center in ancient China.", "entity_id": "\u6e2d\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6e2d\u6cb3", "label": "\u6e2d\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Wei River, the largest tributary of the Yellow River and an important cultural center in ancient China."}, {"color": "#a56e66", "created_at": 1752884077, "description": "The Yellow River, a major river in Chinese civilization and the location of Wei River\u0027s origin.", "entity_id": "\u9ec4\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u9ec4\u6cb3", "label": "\u9ec4\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Yellow River, a major river in Chinese civilization and the location of Wei River\u0027s origin."}, {"color": "#566b72", "created_at": 1752884077, "description": "Zhang Heng was a Chinese polymath during the Eastern Han Dynasty who contributed to the Hun Tian theory, describing the Earth as spherical in his work \u0027Hun Yi Zhu\u0027.", "entity_id": "Zhang Heng", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Zhang Heng", "label": "Zhang Heng", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Zhang Heng was a Chinese polymath during the Eastern Han Dynasty who contributed to the Hun Tian theory, describing the Earth as spherical in his work \u0027Hun Yi Zhu\u0027."}, {"color": "#1a8dea", "created_at": 1752884077, "description": "The Hun Tian theory is a Chinese cosmological model that describes the Earth as spherical and enclosed within a celestial sphere, replacing the earlier Gai Tian theory.", "entity_id": "Hun Tian Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Hun Tian Theory", "label": "Hun Tian Theory", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "The Hun Tian theory is a Chinese cosmological model that describes the Earth as spherical and enclosed within a celestial sphere, replacing the earlier Gai Tian theory."}, {"color": "#b94128", "created_at": 1752884077, "description": "Yang Xiong was a scholar from the late Western Han Dynasty who mentioned the term \u0027Hun Tian\u0027 (celestial sphere) in his work \u0027Fa Yan\u0027.", "entity_id": "Yang Xiong", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Yang Xiong", "label": "Yang Xiong", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Yang Xiong was a scholar from the late Western Han Dynasty who mentioned the term \u0027Hun Tian\u0027 (celestial sphere) in his work \u0027Fa Yan\u0027."}, {"color": "#7072f5", "created_at": 1752884077, "description": "Eratosthenes was a Greek scholar who calculated the Earth\u0027s equatorial circumference and served as the head of the Library of Alexandria.", "entity_id": "Eratosthenes", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Eratosthenes", "label": "Eratosthenes", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Eratosthenes was a Greek scholar who calculated the Earth\u0027s equatorial circumference and served as the head of the Library of Alexandria."}, {"color": "#7572a7", "created_at": 1752884077, "description": "The Library of Alexandria was a renowned ancient library that housed vast collections of classical works and employed many scholars, including Eratosthenes.", "entity_id": "Library of Alexandria", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Library of Alexandria", "label": "Library of Alexandria", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "The Library of Alexandria was a renowned ancient library that housed vast collections of classical works and employed many scholars, including Eratosthenes."}, {"color": "#319ddb", "created_at": 1752884077, "description": "Alexandria is a historic city in Egypt, known for its lighthouse and the ancient Library of Alexandria.", "entity_id": "Alexandria", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Alexandria", "label": "Alexandria", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Alexandria is a historic city in Egypt, known for its lighthouse and the ancient Library of Alexandria."}, {"color": "#ddd782", "created_at": 1752884077, "description": "The Gai Tian theory is an ancient Chinese cosmological model that posited a flat Earth under a hemispherical sky, later replaced by the Hun Tian theory.", "entity_id": "Gai Tian Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Gai Tian Theory", "label": "Gai Tian Theory", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "The Gai Tian theory is an ancient Chinese cosmological model that posited a flat Earth under a hemispherical sky, later replaced by the Hun Tian theory."}, {"color": "#a09ce7", "created_at": 1752884078, "description": "Syene (modern Aswan) is a location in Egypt where Eratosthenes observed the absence of shadows at noon during the summer solstice.", "entity_id": "\u585e\u4f0a\u5c3c", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u585e\u4f0a\u5c3c", "label": "\u585e\u4f0a\u5c3c", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Syene (modern Aswan) is a location in Egypt where Eratosthenes observed the absence of shadows at noon during the summer solstice."}, {"color": "#1b14e5", "created_at": 1752884079, "description": "The principle of alternate angles in parallel lines was fundamental to Eratosthenes\u0027 calculations.", "entity_id": "\u5e73\u884c\u7ebf\u5185\u9519\u89d2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u7ebf\u5185\u9519\u89d2", "label": "\u5e73\u884c\u7ebf\u5185\u9519\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The principle of alternate angles in parallel lines was fundamental to Eratosthenes\u0027 calculations."}, {"color": "#ae101a", "created_at": 1752884078, "description": "\u897f\u6c49\u5929\u6587\u5b66\u5bb6\uff0c\u53c2\u4e0e\u5236\u4f5c\u6d51\u5929\u4eea\uff0c\u88ab\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u63d0\u53ca\u3002", "entity_id": "\u843d\u4e0b\u95f3", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u843d\u4e0b\u95f3", "label": "\u843d\u4e0b\u95f3", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u897f\u6c49\u5929\u6587\u5b66\u5bb6\uff0c\u53c2\u4e0e\u5236\u4f5c\u6d51\u5929\u4eea\uff0c\u88ab\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u63d0\u53ca\u3002"}, {"color": "#cafe7a", "created_at": 1752884172, "description": "\u843d\u4e0b\u95f3\u53c2\u4e0e\u5236\u4f5c\u4e86\u65e9\u671f\u6d51\u5929\u4eea\uff0c\u63a8\u52a8\u4e86\u5929\u6587\u89c2\u6d4b\u7684\u53d1\u5c55\u3002", "entity_id": "\u6d51\u5929\u4eea", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6d51\u5929\u4eea", "label": "\u6d51\u5929\u4eea", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u843d\u4e0b\u95f3\u53c2\u4e0e\u5236\u4f5c\u4e86\u65e9\u671f\u6d51\u5929\u4eea\uff0c\u63a8\u52a8\u4e86\u5929\u6587\u89c2\u6d4b\u7684\u53d1\u5c55\u3002"}, {"color": "#5db44f", "created_at": 1752884079, "description": "Herophilus\u0027 pioneering work in human anatomy was conducted at the Library of Alexandria.", "entity_id": "\u4eba\u4f53\u89e3\u5256", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4eba\u4f53\u89e3\u5256", "label": "\u4eba\u4f53\u89e3\u5256", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Herophilus\u0027 pioneering work in human anatomy was conducted at the Library of Alexandria."}, {"color": "#33bf02", "created_at": 1752884078, "description": "Aristophanes was a scholar at the Library of Alexandria who pioneered lexicography.", "entity_id": "\u963f\u91cc\u65af\u6258\u82ac", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u91cc\u65af\u6258\u82ac", "label": "\u963f\u91cc\u65af\u6258\u82ac", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Aristophanes was a scholar at the Library of Alexandria who pioneered lexicography."}, {"color": "#aa6703", "created_at": 1752884079, "description": "Aristophanes established lexicography as a discipline while working at the Library of Alexandria.", "entity_id": "\u8bcd\u6c47\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bcd\u6c47\u5b66", "label": "\u8bcd\u6c47\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Aristophanes established lexicography as a discipline while working at the Library of Alexandria."}, {"color": "#9c4d2b", "created_at": 1752884078, "description": "An ancient Greek geometer and astronomer known for his work on conic sections, including the \u0027Conics.\u0027\u003cSEP\u003eApollonius was a scholar at the Library of Alexandria who studied conic sections.", "entity_id": "\u963f\u6ce2\u7f57\u5c3c\u5965\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u6ce2\u7f57\u5c3c\u5965\u65af", "label": "\u963f\u6ce2\u7f57\u5c3c\u5965\u65af", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "An ancient Greek geometer and astronomer known for his work on conic sections, including the \u0027Conics.\u0027\u003cSEP\u003eApollonius was a scholar at the Library of Alexandria who studied conic sections."}, {"color": "#e50fbe", "created_at": 1752884079, "description": "Apollonius\u0027 study of conic sections was conducted at the Library of Alexandria.\u003cSEP\u003eConic sections studied by Apollonius, including circles, ellipses, parabolas, and hyperbolas.", "entity_id": "\u5706\u9525\u66f2\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u9525\u66f2\u7ebf", "label": "\u5706\u9525\u66f2\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "Apollonius\u0027 study of conic sections was conducted at the Library of Alexandria.\u003cSEP\u003eConic sections studied by Apollonius, including circles, ellipses, parabolas, and hyperbolas."}, {"color": "#57abdb", "created_at": 1752884080, "description": "A work by Apollonius of Perga that extensively discusses conic sections and geometric problems.", "entity_id": "\u300a\u5706\u9525\u66f2\u7ebf\u8bba\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5706\u9525\u66f2\u7ebf\u8bba\u300b", "label": "\u300a\u5706\u9525\u66f2\u7ebf\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "A work by Apollonius of Perga that extensively discusses conic sections and geometric problems."}, {"color": "#11aeb5", "created_at": 1752884078, "description": "Menelaus was a scholar at the Library of Alexandria who wrote the first work on spherical studies.", "entity_id": "\u6885\u5185\u52b3\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6885\u5185\u52b3\u65af", "label": "\u6885\u5185\u52b3\u65af", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Menelaus was a scholar at the Library of Alexandria who wrote the first work on spherical studies."}, {"color": "#5ab073", "created_at": 1752884079, "description": "Menelaus wrote the first systematic work on spherical geometry at the Library of Alexandria.", "entity_id": "\u7403\u9762\u7814\u7a76", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7403\u9762\u7814\u7a76", "label": "\u7403\u9762\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Menelaus wrote the first systematic work on spherical geometry at the Library of Alexandria."}, {"color": "#410ab2", "created_at": 1752884079, "description": "The \u0027Yu Gong Region Map\u0027 is a historical atlas compiled by Pei Xiu, the first of its kind in China.", "entity_id": "\u79b9\u8d21\u5730\u57df\u56fe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u79b9\u8d21\u5730\u57df\u56fe", "label": "\u79b9\u8d21\u5730\u57df\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The \u0027Yu Gong Region Map\u0027 is a historical atlas compiled by Pei Xiu, the first of its kind in China."}, {"color": "#2613d1", "created_at": 1752884079, "description": "Pei Xiu\u0027s 18-part historical atlas represented a milestone in Chinese cartography.", "entity_id": "\u300a\u79b9\u8d21\u5730\u57df\u56fe\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u79b9\u8d21\u5730\u57df\u56fe\u300b", "label": "\u300a\u79b9\u8d21\u5730\u57df\u56fe\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Pei Xiu\u0027s 18-part historical atlas represented a milestone in Chinese cartography."}, {"color": "#4a8df4", "created_at": 1752884079, "description": "Pei Xiu\u0027s Six Principles of Cartography established foundational mapping standards in China.\u003cSEP\u003e\u5236\u56fe\u516d\u4f53\u662f\u88f4\u79c0\u63d0\u51fa\u7684\u516d\u6761\u5730\u56fe\u7ed8\u5236\u539f\u5219\uff0c\u5305\u62ec\u6bd4\u4f8b\u5c3a\u548c\u7ecf\u7eac\u7f51\u683c\u5750\u6807\u3002", "entity_id": "\u5236\u56fe\u516d\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5236\u56fe\u516d\u4f53", "label": "\u5236\u56fe\u516d\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "Pei Xiu\u0027s Six Principles of Cartography established foundational mapping standards in China.\u003cSEP\u003e\u5236\u56fe\u516d\u4f53\u662f\u88f4\u79c0\u63d0\u51fa\u7684\u516d\u6761\u5730\u56fe\u7ed8\u5236\u539f\u5219\uff0c\u5305\u62ec\u6bd4\u4f8b\u5c3a\u548c\u7ecf\u7eac\u7f51\u683c\u5750\u6807\u3002"}, {"color": "#68148f", "created_at": 1752884080, "description": "\u300a\u664b\u4e66\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u5386\u53f2\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u88f4\u79c0\u7684\u5236\u56fe\u516d\u4f53\u7406\u8bba\u3002", "entity_id": "\u300a\u664b\u4e66\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u664b\u4e66\u300b", "label": "\u300a\u664b\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u300a\u664b\u4e66\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u5386\u53f2\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u88f4\u79c0\u7684\u5236\u56fe\u516d\u4f53\u7406\u8bba\u3002"}, {"color": "#55c4b2", "created_at": 1752884112, "description": "\u664b\u4e66is a historical text covering the Jin dynasty.", "entity_id": "\u664b\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u664b\u4e66", "label": "\u664b\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u664b\u4e66is a historical text covering the Jin dynasty."}, {"color": "#127817", "created_at": 1752884080, "description": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u97e6\u4f9d\u8fdb\u4e00\u6b65\u63a8\u5e7f\u4e86\u9ad8\u65af\u548c\u535a\u5185\u7684\u5de5\u4f5c\u5230\u9ad8\u7ef4\u95ed\u9ece\u66fc\u6d41\u5f62\u3002", "entity_id": "\u97e6\u4f9d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u97e6\u4f9d", "label": "\u97e6\u4f9d", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u97e6\u4f9d\u8fdb\u4e00\u6b65\u63a8\u5e7f\u4e86\u9ad8\u65af\u548c\u535a\u5185\u7684\u5de5\u4f5c\u5230\u9ad8\u7ef4\u95ed\u9ece\u66fc\u6d41\u5f62\u3002"}, {"color": "#f15105", "created_at": 1752884080, "description": "\u5510\u4ee3\u5b98\u5458\uff0c\u534f\u52a9\u5510\u4e00\u884c\u8fdb\u884c\u5168\u56fd\u5929\u6587\u6d4b\u91cf\u3002", "entity_id": "\u5357\u5bab\u8bf4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5357\u5bab\u8bf4", "label": "\u5357\u5bab\u8bf4", "shape": "dot", "size": 10, "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5510\u4ee3\u5b98\u5458\uff0c\u534f\u52a9\u5510\u4e00\u884c\u8fdb\u884c\u5168\u56fd\u5929\u6587\u6d4b\u91cf\u3002"}, {"color": "#d49610", "created_at": 1752884082, "description": "Polar coordinate system, an alternative method for expressing geometric coordinates in mathematics.", "entity_id": "\u6781\u5750\u6807\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6781\u5750\u6807\u7cfb", "label": "\u6781\u5750\u6807\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Polar coordinate system, an alternative method for expressing geometric coordinates in mathematics."}, {"color": "#48f2ac", "created_at": 1752884175, "description": "\u6587\u827a\u590d\u5174\u65f6\u671f\u7684\u610f\u5927\u5229\u91cd\u65b0\u53d1\u6398\u4e86\u53e4\u5e0c\u814a\u6587\u660e\u7684\u4eba\u6587\u7cbe\u795e\u3002", "entity_id": "\u53e4\u5e0c\u814a\u6587\u660e", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a\u6587\u660e", "label": "\u53e4\u5e0c\u814a\u6587\u660e", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u6587\u827a\u590d\u5174\u65f6\u671f\u7684\u610f\u5927\u5229\u91cd\u65b0\u53d1\u6398\u4e86\u53e4\u5e0c\u814a\u6587\u660e\u7684\u4eba\u6587\u7cbe\u795e\u3002"}, {"color": "#02dcd6", "created_at": 1752884080, "description": "A mathematical system attributed to the ancient Greek mathematician Euclid, based on axioms and deductive reasoning.", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u5b66", "label": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "A mathematical system attributed to the ancient Greek mathematician Euclid, based on axioms and deductive reasoning."}, {"color": "#52f716", "created_at": 1752884081, "description": "\u4f2f\u52aa\u52291691\u5e74\u5728\u6b64\u53d1\u8868\u6781\u5750\u6807\u8bba\u6587\uff0c\u63a8\u52a8\u6781\u5750\u6807\u7684\u5b66\u672f\u53d1\u5c55\u3002", "entity_id": "\u300a\u6559\u5e08\u5b66\u62a5\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6559\u5e08\u5b66\u62a5\u300b", "label": "\u300a\u6559\u5e08\u5b66\u62a5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4f2f\u52aa\u52291691\u5e74\u5728\u6b64\u53d1\u8868\u6781\u5750\u6807\u8bba\u6587\uff0c\u63a8\u52a8\u6781\u5750\u6807\u7684\u5b66\u672f\u53d1\u5c55\u3002"}, {"color": "#b3dab1", "created_at": 1752884081, "description": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u8d6b\u5c14\u66fc\u57281729\u5e74\u5b8c\u5584\u6781\u5750\u6807\uff0c\u63d0\u51fa\u6781\u5750\u6807\u4e0e\u76f4\u89d2\u5750\u6807\u7684\u53d8\u6362\u516c\u5f0f\u3002", "entity_id": "\u8d6b\u5c14\u66fc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d6b\u5c14\u66fc", "label": "\u8d6b\u5c14\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u8d6b\u5c14\u66fc\u57281729\u5e74\u5b8c\u5584\u6781\u5750\u6807\uff0c\u63d0\u51fa\u6781\u5750\u6807\u4e0e\u76f4\u89d2\u5750\u6807\u7684\u53d8\u6362\u516c\u5f0f\u3002"}, {"color": "#5490ff", "created_at": 1752884081, "description": "\u8d6b\u5c14\u66fc\u6240\u5c5e\u5b66\u672f\u673a\u6784\uff0c\u6781\u5750\u6807\u7406\u8bba\u5728\u6b64\u5f97\u5230\u8fdb\u4e00\u6b65\u53d1\u5c55\u3002", "entity_id": "\u6cd5\u56fd\u79d1\u5b66\u9662", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6cd5\u56fd\u79d1\u5b66\u9662", "label": "\u6cd5\u56fd\u79d1\u5b66\u9662", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u8d6b\u5c14\u66fc\u6240\u5c5e\u5b66\u672f\u673a\u6784\uff0c\u6781\u5750\u6807\u7406\u8bba\u5728\u6b64\u5f97\u5230\u8fdb\u4e00\u6b65\u53d1\u5c55\u3002"}, {"color": "#09f03e", "created_at": 1752884081, "description": "\u4e2d\u56fd\u5730\u7406\u533a\u57df\u6982\u5ff5\uff0c\u540d\u79f0\u6765\u6e90\u4e8e\u53e4\u4ee3\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u65b9\u4f4d\u89c2\u5ff5\u3002", "entity_id": "\u4e2d\u539f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u539f", "label": "\u4e2d\u539f", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4e2d\u56fd\u5730\u7406\u533a\u57df\u6982\u5ff5\uff0c\u540d\u79f0\u6765\u6e90\u4e8e\u53e4\u4ee3\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u65b9\u4f4d\u89c2\u5ff5\u3002"}, {"color": "#ae7cb2", "created_at": 1752884081, "description": "\u6587\u5316\u5730\u7406\u6982\u5ff5\uff0c\u5176\u547d\u540d\u4e0e\u53e4\u4ee3\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u601d\u60f3\u5bc6\u5207\u76f8\u5173\u3002", "entity_id": "\u4e2d\u534e", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u534e", "label": "\u4e2d\u534e", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6587\u5316\u5730\u7406\u6982\u5ff5\uff0c\u5176\u547d\u540d\u4e0e\u53e4\u4ee3\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u601d\u60f3\u5bc6\u5207\u76f8\u5173\u3002"}, {"color": "#68b909", "created_at": 1752884081, "description": "O is the origin point in the coordinate system, serving as the reference point for defining axes and planes.", "entity_id": "O", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "O", "label": "O", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "O is the origin point in the coordinate system, serving as the reference point for defining axes and planes."}, {"color": "#9c110d", "created_at": 1752884081, "description": "The X-axis is one of the three mutually perpendicular axes in the 3D Cartesian coordinate system.", "entity_id": "X\u8f74", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "X\u8f74", "label": "X\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The X-axis is one of the three mutually perpendicular axes in the 3D Cartesian coordinate system."}, {"color": "#1ff240", "created_at": 1752884081, "description": "The Y-axis is one of the three mutually perpendicular axes in the 3D Cartesian coordinate system.", "entity_id": "Y\u8f74", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Y\u8f74", "label": "Y\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The Y-axis is one of the three mutually perpendicular axes in the 3D Cartesian coordinate system."}, {"color": "#88b4af", "created_at": 1752884081, "description": "The Z-axis is one of the three mutually perpendicular axes in the 3D Cartesian coordinate system.", "entity_id": "Z\u8f74", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Z\u8f74", "label": "Z\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The Z-axis is one of the three mutually perpendicular axes in the 3D Cartesian coordinate system."}, {"color": "#1b3bab", "created_at": 1752884082, "description": "Euclidean geometry axioms are the foundational principles of classical geometry, now recognized to have limitations.\u003cSEP\u003eEuclidean geometry\u0027s axiom system, established by Euclid, was later found to have limitations, leading to revisions by mathematicians like Hilbert.", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "label": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-0d7ccd16268481f70b0101a58ee00012", "title": "Euclidean geometry axioms are the foundational principles of classical geometry, now recognized to have limitations.\u003cSEP\u003eEuclidean geometry\u0027s axiom system, established by Euclid, was later found to have limitations, leading to revisions by mathematicians like Hilbert."}, {"color": "#b7e7cd", "created_at": 1752884082, "description": "An n-dimensional generalization of a spherical surface in higher-dimensional space.", "entity_id": "n\u7ef4\u7403\u9762", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "n\u7ef4\u7403\u9762", "label": "n\u7ef4\u7403\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "An n-dimensional generalization of a spherical surface in higher-dimensional space."}, {"color": "#4594f9", "created_at": 1752884082, "description": "A spherical surface centered at origin formed when \u03c1 is constant in spherical coordinates.", "entity_id": "\u7403\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7403\u9762", "label": "\u7403\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "A spherical surface centered at origin formed when \u03c1 is constant in spherical coordinates."}, {"color": "#f5cd7d", "created_at": 1752884082, "description": "A conical surface with vertex at origin formed when \u03b8 is constant in spherical coordinates.", "entity_id": "\u5706\u9525\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u9525\u9762", "label": "\u5706\u9525\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "A conical surface with vertex at origin formed when \u03b8 is constant in spherical coordinates."}, {"color": "#52461e", "created_at": 1752884082, "description": "A plane containing the z-axis formed when \u03c6 is constant in spherical coordinates.", "entity_id": "\u5e73\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u9762", "label": "\u5e73\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "A plane containing the z-axis formed when \u03c6 is constant in spherical coordinates."}, {"color": "#39aa73", "created_at": 1752884082, "description": "Euclid\u0027s congruence axioms whose limitations are discussed at the end of the text.", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u5168\u7b49\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97\u5168\u7b49\u516c\u7406", "label": "\u6b27\u51e0\u91cc\u5f97\u5168\u7b49\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Euclid\u0027s congruence axioms whose limitations are discussed at the end of the text."}, {"color": "#0ff52c", "created_at": 1752884082, "description": "\u70b9P is a point in 3D space with Cartesian coordinates (x,y,z) and corresponding spherical coordinates (\u03c1,\u03b8,\u03c6).", "entity_id": "\u70b9P", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u70b9P", "label": "\u70b9P", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "\u70b9P is a point in 3D space with Cartesian coordinates (x,y,z) and corresponding spherical coordinates (\u03c1,\u03b8,\u03c6)."}, {"color": "#f76ef1", "created_at": 1752884082, "description": "OM is the projection of vector OP onto the XOY plane in spherical coordinate calculations.", "entity_id": "OM", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "OM", "label": "OM", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "OM is the projection of vector OP onto the XOY plane in spherical coordinate calculations."}, {"color": "#161775", "created_at": 1752884082, "description": "Vectors are mathematical objects with magnitude and direction, mentioned in abstract number systems.", "entity_id": "\u5411\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5411\u91cf", "label": "\u5411\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Vectors are mathematical objects with magnitude and direction, mentioned in abstract number systems."}, {"color": "#7c6d44", "created_at": 1752884082, "description": "Matrices are rectangular arrays of numbers, mentioned as part of abstract mathematical concepts.", "entity_id": "\u77e9\u9635", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u77e9\u9635", "label": "\u77e9\u9635", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Matrices are rectangular arrays of numbers, mentioned as part of abstract mathematical concepts."}, {"color": "#08a921", "created_at": 1752884082, "description": "Jacobi was a mathematician associated with the University of G\u00f6ttingen, contributing to its rich mathematical tradition.", "entity_id": "\u96c5\u53ef\u6bd4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u96c5\u53ef\u6bd4", "label": "\u96c5\u53ef\u6bd4", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Jacobi was a mathematician associated with the University of G\u00f6ttingen, contributing to its rich mathematical tradition."}, {"color": "#fbb0cb", "created_at": 1752884082, "description": "Dirichlet was a mathematician who worked at the University of G\u00f6ttingen, part of its influential academic lineage.", "entity_id": "\u72c4\u5229\u514b\u96f7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u72c4\u5229\u514b\u96f7", "label": "\u72c4\u5229\u514b\u96f7", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Dirichlet was a mathematician who worked at the University of G\u00f6ttingen, part of its influential academic lineage."}, {"color": "#6c634b", "created_at": 1752884082, "description": "Euclid\u0027s fourth axiom on congruence, which was later revised by Hilbert due to its ambiguity regarding \u0027coincidence\u0027.", "entity_id": "\u7b2c\u56db\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b2c\u56db\u516c\u7406", "label": "\u7b2c\u56db\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Euclid\u0027s fourth axiom on congruence, which was later revised by Hilbert due to its ambiguity regarding \u0027coincidence\u0027."}, {"color": "#00cb06", "created_at": 1752884082, "description": "AB is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "AB", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "AB", "label": "AB", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "AB is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#4cd8e6", "created_at": 1752884082, "description": "CD is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "CD", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "CD", "label": "CD", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "CD is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#4631e2", "created_at": 1752884083, "description": "DE is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "DE", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "DE", "label": "DE", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "DE is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#2645ef", "created_at": 1752884083, "description": "BC is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "BC", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "BC", "label": "BC", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "BC is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#969d94", "created_at": 1752884083, "description": "EF is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "EF", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "EF", "label": "EF", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "EF is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#905b44", "created_at": 1752884083, "description": "AC is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "AC", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "AC", "label": "AC", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "AC is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#23293c", "created_at": 1752884083, "description": "DF is a line segment in geometric context, used to demonstrate congruence or equality with other segments.", "entity_id": "DF", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "DF", "label": "DF", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "DF is a line segment in geometric context, used to demonstrate congruence or equality with other segments."}, {"color": "#385410", "created_at": 1752884083, "description": "\u2220(h,k) is an angle in geometric context, used to demonstrate congruence or equality with other angles.", "entity_id": "\u2220(h,k)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u2220(h,k)", "label": "\u2220(h,k)", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "\u2220(h,k) is an angle in geometric context, used to demonstrate congruence or equality with other angles."}, {"color": "#b68495", "created_at": 1752884083, "description": "\u2220(g,s) is an angle in geometric context, used to demonstrate congruence or equality with other angles.", "entity_id": "\u2220(g,s)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u2220(g,s)", "label": "\u2220(g,s)", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "\u2220(g,s) is an angle in geometric context, used to demonstrate congruence or equality with other angles."}, {"color": "#4dc303", "created_at": 1752884083, "description": "The Paris Mathematicians Conference in 1900 was a significant event where Hilbert presented his 23 problems, including the second problem on arithmetic consistency.", "entity_id": "Paris Mathematicians Conference", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Paris Mathematicians Conference", "label": "Paris Mathematicians Conference", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "The Paris Mathematicians Conference in 1900 was a significant event where Hilbert presented his 23 problems, including the second problem on arithmetic consistency."}, {"color": "#0b5513", "created_at": 1752884083, "description": "Weyl is a German mathematician and student of Hilbert, known for his contributions to mathematical foundations.", "entity_id": "Weyl", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Weyl", "label": "Weyl", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Weyl is a German mathematician and student of Hilbert, known for his contributions to mathematical foundations."}, {"color": "#d8aa6a", "created_at": 1752884083, "description": "Basic axioms underlying arithmetic, whose compatibility Hilbert sought to prove.", "entity_id": "Arithmetic Axioms", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Arithmetic Axioms", "label": "Arithmetic Axioms", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Basic axioms underlying arithmetic, whose compatibility Hilbert sought to prove."}, {"color": "#edfe2e", "created_at": 1752884083, "description": "A geometric triangle used to demonstrate congruence with triangle DEF under specific conditions.", "entity_id": "Triangle ABC", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Triangle ABC", "label": "Triangle ABC", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A geometric triangle used to demonstrate congruence with triangle DEF under specific conditions."}, {"color": "#93b429", "created_at": 1752884083, "description": "A geometric triangle used to demonstrate congruence with triangle ABC under specific conditions.", "entity_id": "Triangle DEF", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Triangle DEF", "label": "Triangle DEF", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A geometric triangle used to demonstrate congruence with triangle ABC under specific conditions."}, {"color": "#f284a5", "created_at": 1752884083, "description": "A mathematical system attributed to Euclid, based on his axioms including the concept of equal quantities.", "entity_id": "Euclidean Geometry", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Euclidean Geometry", "label": "Euclidean Geometry", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A mathematical system attributed to Euclid, based on his axioms including the concept of equal quantities."}, {"color": "#055106", "created_at": 1752884083, "description": "A set of five axioms proposed by Hilbert to formalize geometric foundations.", "entity_id": "Hilbert\u0027s Axioms", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Hilbert\u0027s Axioms", "label": "Hilbert\u0027s Axioms", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A set of five axioms proposed by Hilbert to formalize geometric foundations."}, {"color": "#f4f6a7", "created_at": 1752884178, "description": "Hilbert emphasized proving the compatibility of his geometric axioms as a key requirement.", "entity_id": "Compatibility", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Compatibility", "label": "Compatibility", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert emphasized proving the compatibility of his geometric axioms as a key requirement."}, {"color": "#819ef7", "created_at": 1752884178, "description": "Hilbert proved each of his five geometric axioms is independent of the others.", "entity_id": "Independence", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Independence", "label": "Independence", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert proved each of his five geometric axioms is independent of the others."}, {"color": "#1068b9", "created_at": 1752884178, "description": "Hilbert later added completeness as a requirement for a satisfactory axiomatic system.", "entity_id": "Completeness", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Completeness", "label": "Completeness", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert later added completeness as a requirement for a satisfactory axiomatic system."}, {"color": "#3ea3cb", "created_at": 1752884084, "description": "\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406states that no consistent axiomatic system can prove all truths about the arithmetic of natural numbers.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u8868\u660e\u4efb\u4f55\u8db3\u591f\u5f3a\u5927\u7684\u5f62\u5f0f\u7cfb\u7edf\u90fd\u65e0\u6cd5\u540c\u65f6\u5177\u5907\u5b8c\u5907\u6027\u548c\u76f8\u5bb9\u6027\u3002", "entity_id": "\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "label": "\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406states that no consistent axiomatic system can prove all truths about the arithmetic of natural numbers.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u8868\u660e\u4efb\u4f55\u8db3\u591f\u5f3a\u5927\u7684\u5f62\u5f0f\u7cfb\u7edf\u90fd\u65e0\u6cd5\u540c\u65f6\u5177\u5907\u5b8c\u5907\u6027\u548c\u76f8\u5bb9\u6027\u3002"}, {"color": "#32678a", "created_at": 1752884084, "description": "\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406states that a consistent axiomatic system cannot prove its own consistency.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u6307\u51fa\u4e00\u4e2a\u76f8\u5bb9\u7684\u516c\u7406\u7cfb\u7edf\u65e0\u6cd5\u8bc1\u660e\u81ea\u8eab\u7684\u76f8\u5bb9\u6027\u3002", "entity_id": "\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "label": "\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406states that a consistent axiomatic system cannot prove its own consistency.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u6307\u51fa\u4e00\u4e2a\u76f8\u5bb9\u7684\u516c\u7406\u7cfb\u7edf\u65e0\u6cd5\u8bc1\u660e\u81ea\u8eab\u7684\u76f8\u5bb9\u6027\u3002"}, {"color": "#0545f4", "created_at": 1752884084, "description": "\u516c\u7406\u7cfb\u7edfrefers to a formal system of axioms used as the foundation for mathematical proofs and theories.", "entity_id": "\u516c\u7406\u7cfb\u7edf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u7406\u7cfb\u7edf", "label": "\u516c\u7406\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u516c\u7406\u7cfb\u7edfrefers to a formal system of axioms used as the foundation for mathematical proofs and theories."}, {"color": "#ff1d8b", "created_at": 1752884085, "description": "\u54e5\u5fb7\u5c141947\u5e74\u5728\u6b64\u53d1\u8868\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u7684\u8bba\u6587\u3002", "entity_id": "\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b", "label": "\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u54e5\u5fb7\u5c141947\u5e74\u5728\u6b64\u53d1\u8868\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u7684\u8bba\u6587\u3002"}, {"color": "#d2564d", "created_at": 1752884085, "description": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u57fa\u7840\u7cfb\u7edf\uff0c\u8fde\u7eed\u7edf\u5047\u8bbe\u4e0e\u5176\u72ec\u7acb\u6027\u7531\u79d1\u6069\u8bc1\u660e\u3002", "entity_id": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "label": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u57fa\u7840\u7cfb\u7edf\uff0c\u8fde\u7eed\u7edf\u5047\u8bbe\u4e0e\u5176\u72ec\u7acb\u6027\u7531\u79d1\u6069\u8bc1\u660e\u3002"}, {"color": "#18ae2d", "created_at": 1752884085, "description": "American Mathematical Monthly, where G\u00f6del\u0027s work on Cantor\u0027s Continuum Problem was published.\u003cSEP\u003e\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b\u662f\u53d1\u8868\u54e5\u5fb7\u5c14\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u8bba\u6587\u7684\u5b66\u672f\u671f\u520a\u3002", "entity_id": "\u7f8e\u56fd\u6570\u5b66\u6708\u520a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u6570\u5b66\u6708\u520a", "label": "\u7f8e\u56fd\u6570\u5b66\u6708\u520a", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "American Mathematical Monthly, where G\u00f6del\u0027s work on Cantor\u0027s Continuum Problem was published.\u003cSEP\u003e\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b\u662f\u53d1\u8868\u54e5\u5fb7\u5c14\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u8bba\u6587\u7684\u5b66\u672f\u671f\u520a\u3002"}, {"color": "#db626f", "created_at": 1752884113, "description": "A biographical and philosophical work on G\u00f6del\u0027s life and contributions to mathematics.", "entity_id": "\u300a\u54e5\u5fb7\u5c14\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u54e5\u5fb7\u5c14\u300b", "label": "\u300a\u54e5\u5fb7\u5c14\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A biographical and philosophical work on G\u00f6del\u0027s life and contributions to mathematics."}, {"color": "#809e85", "created_at": 1752884084, "description": "\u7b56\u6885\u7f57is a mathematician who contributed to the Zermelo-Fraenkel (ZF) axiomatic set theory system.", "entity_id": "\u7b56\u6885\u7f57", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7b56\u6885\u7f57", "label": "\u7b56\u6885\u7f57", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u7b56\u6885\u7f57is a mathematician who contributed to the Zermelo-Fraenkel (ZF) axiomatic set theory system."}, {"color": "#fc58a5", "created_at": 1752884084, "description": "\u5f17\u5170\u514b\u5c14is a mathematician who collaborated with Zermelo to develop the ZF axiomatic set theory system.", "entity_id": "\u5f17\u5170\u514b\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f17\u5170\u514b\u5c14", "label": "\u5f17\u5170\u514b\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u5f17\u5170\u514b\u5c14is a mathematician who collaborated with Zermelo to develop the ZF axiomatic set theory system."}, {"color": "#ca6840", "created_at": 1752884084, "description": "\u300a\u6570\u5b66\u539f\u7406\u300b is a foundational work in mathematics co-authored by Whitehead and Russell, serving as a cornerstone of modern mathematical systems.", "entity_id": "\u300a\u6570\u5b66\u539f\u7406\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u539f\u7406\u300b", "label": "\u300a\u6570\u5b66\u539f\u7406\u300b", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u300a\u6570\u5b66\u539f\u7406\u300b is a foundational work in mathematics co-authored by Whitehead and Russell, serving as a cornerstone of modern mathematical systems."}, {"color": "#fdf0a5", "created_at": 1752884084, "description": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edfis the Zermelo-Fraenkel axiomatic set theory system, another cornerstone of modern mathematics.\u003cSEP\u003e\u7b56\u6885\u7f57-\u5f17\u5170\u514b\u5c14\u7684Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u57fa\u7840\u4e4b\u4e00\uff0c\u7528\u4e8e\u8ba8\u8bba\u96c6\u5408\u8bba\u4e2d\u7684\u5b8c\u5907\u6027\u548c\u76f8\u5bb9\u6027\u95ee\u9898\u3002", "entity_id": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf", "label": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edfis the Zermelo-Fraenkel axiomatic set theory system, another cornerstone of modern mathematics.\u003cSEP\u003e\u7b56\u6885\u7f57-\u5f17\u5170\u514b\u5c14\u7684Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u57fa\u7840\u4e4b\u4e00\uff0c\u7528\u4e8e\u8ba8\u8bba\u96c6\u5408\u8bba\u4e2d\u7684\u5b8c\u5907\u6027\u548c\u76f8\u5bb9\u6027\u95ee\u9898\u3002"}, {"color": "#0dfbeb", "created_at": 1752884084, "description": "\u5f62\u5f0f\u7cfb\u7edfrefers to a system of abstract structures used in mathematics and logic.", "entity_id": "\u5f62\u5f0f\u7cfb\u7edf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f62\u5f0f\u7cfb\u7edf", "label": "\u5f62\u5f0f\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u5f62\u5f0f\u7cfb\u7edfrefers to a system of abstract structures used in mathematics and logic."}, {"color": "#9d1daf", "created_at": 1752884084, "description": "\u54e5\u5fb7\u5c14\u6570is a unique numerical representation assigned to each concept and proposition within an axiomatic system, enabling a mapping between arithmetic and the system.", "entity_id": "\u54e5\u5fb7\u5c14\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u54e5\u5fb7\u5c14\u6570", "label": "\u54e5\u5fb7\u5c14\u6570", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14\u6570is a unique numerical representation assigned to each concept and proposition within an axiomatic system, enabling a mapping between arithmetic and the system."}, {"color": "#5f8f76", "created_at": 1752884084, "description": "\u6700\u5c0f\u7d20\u6570refers to the method of using the smallest prime numbers to construct unique numerical representations.", "entity_id": "\u6700\u5c0f\u7d20\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6700\u5c0f\u7d20\u6570", "label": "\u6700\u5c0f\u7d20\u6570", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u6700\u5c0f\u7d20\u6570refers to the method of using the smallest prime numbers to construct unique numerical representations."}, {"color": "#bb6ed0", "created_at": 1752884084, "description": "\u8bc1\u660e\u8bbais the study of formal proofs and their properties within mathematical logic.", "entity_id": "\u8bc1\u660e\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bc1\u660e\u8bba", "label": "\u8bc1\u660e\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u8bc1\u660e\u8bbais the study of formal proofs and their properties within mathematical logic."}, {"color": "#9cd2f9", "created_at": 1752884084, "description": "\u6570\u5b66\u7684\u903b\u8f91\u5224\u65adrefers to the process of determining truth values within mathematical systems.", "entity_id": "\u6570\u5b66\u7684\u903b\u8f91\u5224\u65ad", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u903b\u8f91\u5224\u65ad", "label": "\u6570\u5b66\u7684\u903b\u8f91\u5224\u65ad", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u6570\u5b66\u7684\u903b\u8f91\u5224\u65adrefers to the process of determining truth values within mathematical systems."}, {"color": "#d3a668", "created_at": 1752884085, "description": "Co-author of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027, a scholar in logic.\u003cSEP\u003e\u79d1\u6069\u662f\u7f8e\u56fd\u6570\u5b66\u5bb6\uff0c\u7528\u0027\u529b\u8feb\u6cd5\u0027\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u4e0eZ-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb\u72ec\u7acb\uff0c\u83b71966\u5e74\u83f2\u5c14\u5179\u5956\u3002", "entity_id": "\u79d1\u6069", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u79d1\u6069", "label": "\u79d1\u6069", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "Co-author of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027, a scholar in logic.\u003cSEP\u003e\u79d1\u6069\u662f\u7f8e\u56fd\u6570\u5b66\u5bb6\uff0c\u7528\u0027\u529b\u8feb\u6cd5\u0027\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u4e0eZ-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb\u72ec\u7acb\uff0c\u83b71966\u5e74\u83f2\u5c14\u5179\u5956\u3002"}, {"color": "#9d61a8", "created_at": 1752884085, "description": "\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u63d0\u51fa\u768423\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u7b2c\u4e00\u4e2a\u5c31\u662f\u8fde\u7eed\u7edf\u5047\u8bbe\u3002", "entity_id": "\u4e8c\u5341\u4e09\u4e2a\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u5341\u4e09\u4e2a\u95ee\u9898", "label": "\u4e8c\u5341\u4e09\u4e2a\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u63d0\u51fa\u768423\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u7b2c\u4e00\u4e2a\u5c31\u662f\u8fde\u7eed\u7edf\u5047\u8bbe\u3002"}, {"color": "#9d9d40", "created_at": 1752884085, "description": "\u81ea\u7136\u6570\u96c6\u5408N\u7684\u57fa\u6570\u4e3a\u963f\u5217\u592b0\uff0c\u662f\u6700\u5c0f\u7684\u65e0\u7a77\u57fa\u6570\u3002", "entity_id": "\u81ea\u7136\u6570\u96c6\u5408N", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u6570\u96c6\u5408N", "label": "\u81ea\u7136\u6570\u96c6\u5408N", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u81ea\u7136\u6570\u96c6\u5408N\u7684\u57fa\u6570\u4e3a\u963f\u5217\u592b0\uff0c\u662f\u6700\u5c0f\u7684\u65e0\u7a77\u57fa\u6570\u3002"}, {"color": "#4e6cd7", "created_at": 1752884085, "description": "\u79d1\u6069\u53d1\u660e\u7684\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5\uff0c\u7528\u4e8e\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u7684\u72ec\u7acb\u6027\u3002", "entity_id": "\u529b\u8feb\u6cd5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u529b\u8feb\u6cd5", "label": "\u529b\u8feb\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u79d1\u6069\u53d1\u660e\u7684\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5\uff0c\u7528\u4e8e\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u7684\u72ec\u7acb\u6027\u3002"}, {"color": "#7c9493", "created_at": 1752884106, "description": "A textbook on logic by Copi and Cohen, translated by Zhang Jianjun and Pan Tianqun.", "entity_id": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "label": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A textbook on logic by Copi and Cohen, translated by Zhang Jianjun and Pan Tianqun."}, {"color": "#20c026", "created_at": 1752884087, "description": "**Albert Einstein (\u7231\u56e0\u65af\u5766)** was a renowned German physicist and one of the most influential scientists of the 20th century. He is best known for developing the **theory of relativity**, which revolutionized modern physics and completed one of the three major intellectual revolutions of the era. His work included the formulation of the **mass-energy equivalence equation (E=mc\u00b2)**, which laid the theoretical foundation for nuclear energy. \n\nEinstein also made significant contributions to **quantum mechanics**, though he remained critical of some of its interpretations. Beyond his scientific achievements, he was deeply philosophical, reflecting on the motivations driving scientists\u2014such as escaping the mundanity of daily life and constructing simplified worldviews\u2014as he articulated during **Max Planck\u0027s 60th birthday celebration**. \n\nA vocal advocate for peace, **Einstein opposed nuclear warfare** in his later years, despite his earlier scientific contributions inadvertently enabling nuclear technology. He also held **Galileo Galilei** in high regard, crediting him as a pioneer of the modern scientific method for emphasizing empirical verification. \n\nEinstein\u0027s legacy encompasses both groundbreaking theoretical physics and profound reflections on science, art, and human purpose.", "entity_id": "\u7231\u56e0\u65af\u5766", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7231\u56e0\u65af\u5766", "label": "\u7231\u56e0\u65af\u5766", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85\u003cSEP\u003echunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-e06228ab26a63b5a34a1221521c73ce8", "title": "**Albert Einstein (\u7231\u56e0\u65af\u5766)** was a renowned German physicist and one of the most influential scientists of the 20th century. He is best known for developing the **theory of relativity**, which revolutionized modern physics and completed one of the three major intellectual revolutions of the era. His work included the formulation of the **mass-energy equivalence equation (E=mc\u00b2)**, which laid the theoretical foundation for nuclear energy. \n\nEinstein also made significant contributions to **quantum mechanics**, though he remained critical of some of its interpretations. Beyond his scientific achievements, he was deeply philosophical, reflecting on the motivations driving scientists\u2014such as escaping the mundanity of daily life and constructing simplified worldviews\u2014as he articulated during **Max Planck\u0027s 60th birthday celebration**. \n\nA vocal advocate for peace, **Einstein opposed nuclear warfare** in his later years, despite his earlier scientific contributions inadvertently enabling nuclear technology. He also held **Galileo Galilei** in high regard, crediting him as a pioneer of the modern scientific method for emphasizing empirical verification. \n\nEinstein\u0027s legacy encompasses both groundbreaking theoretical physics and profound reflections on science, art, and human purpose."}, {"color": "#6d4682", "created_at": 1752884105, "description": "A scientific work by Henri Poincar\u00e9 (\u5e9e\u52a0\u83b1), translated by Li Xingmin and published by The Commercial Press.\u003cSEP\u003eA work by Poincar\u00e9 on the philosophy of science and scientific methodology.", "entity_id": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "label": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "A scientific work by Henri Poincar\u00e9 (\u5e9e\u52a0\u83b1), translated by Li Xingmin and published by The Commercial Press.\u003cSEP\u003eA work by Poincar\u00e9 on the philosophy of science and scientific methodology."}, {"color": "#6c1e86", "created_at": 1752884105, "description": "Another scientific work by Poincar\u00e9, translated by Ye Yunli and published by The Commercial Press.", "entity_id": "\u300a\u79d1\u5b66\u4e0e\u5047\u8bbe\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u79d1\u5b66\u4e0e\u5047\u8bbe\u300b", "label": "\u300a\u79d1\u5b66\u4e0e\u5047\u8bbe\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Another scientific work by Poincar\u00e9, translated by Ye Yunli and published by The Commercial Press."}, {"color": "#1c1d45", "created_at": 1752884085, "description": "1967\u5e74\u4f1a\u8bae\u5b9a\u4e49\u4e86\u0027\u79d2\u0027\u7684\u539f\u5b50\u949f\u6807\u51c6\uff0c\u4e3a\u8ddd\u79bb\u5ea6\u91cf\u5960\u5b9a\u57fa\u7840\u3002", "entity_id": "\u7b2c13\u5c4a\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u7b2c13\u5c4a\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "label": "\u7b2c13\u5c4a\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "1967\u5e74\u4f1a\u8bae\u5b9a\u4e49\u4e86\u0027\u79d2\u0027\u7684\u539f\u5b50\u949f\u6807\u51c6\uff0c\u4e3a\u8ddd\u79bb\u5ea6\u91cf\u5960\u5b9a\u57fa\u7840\u3002"}, {"color": "#7e6220", "created_at": 1752884085, "description": "1983\u5e74\u4f1a\u8bae\u901a\u8fc7\u5149\u7684\u4f20\u64ad\u5b9a\u4e49\u0027\u7c73\u0027\uff0c\u786e\u7acb\u73b0\u4ee3\u8ddd\u79bb\u5ea6\u91cf\u6807\u51c6\u3002", "entity_id": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "label": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "1983\u5e74\u4f1a\u8bae\u901a\u8fc7\u5149\u7684\u4f20\u64ad\u5b9a\u4e49\u0027\u7c73\u0027\uff0c\u786e\u7acb\u73b0\u4ee3\u8ddd\u79bb\u5ea6\u91cf\u6807\u51c6\u3002"}, {"color": "#685aa7", "created_at": 1752884085, "description": "The speed of light is a fundamental constant in physics, serving as the ultimate speed limit in the universe according to relativity.\u003cSEP\u003e\u5149\u5728\u771f\u7a7a\u4e2d\u7684\u901f\u5ea6\u662f1983\u5e74\u5b9a\u4e49\u0027\u7c73\u0027\u7684\u57fa\u7840\u7269\u7406\u5e38\u6570\u3002", "entity_id": "\u5149\u901f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5149\u901f", "label": "\u5149\u901f", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "The speed of light is a fundamental constant in physics, serving as the ultimate speed limit in the universe according to relativity.\u003cSEP\u003e\u5149\u5728\u771f\u7a7a\u4e2d\u7684\u901f\u5ea6\u662f1983\u5e74\u5b9a\u4e49\u0027\u7c73\u0027\u7684\u57fa\u7840\u7269\u7406\u5e38\u6570\u3002"}, {"color": "#60da04", "created_at": 1752884085, "description": "\u5e0c\u5c14\u4f2f\u7279\u6784\u5efa\u7684\u5f62\u5f0f\u5316\u51e0\u4f55\u4f53\u7cfb\uff0c\u4f9d\u8d56\u62bd\u8c61\u6982\u5ff5\u5982\u70b9\u3001\u76f4\u7ebf\u3001\u5e73\u9762\u3002", "entity_id": "\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "label": "\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5e0c\u5c14\u4f2f\u7279\u6784\u5efa\u7684\u5f62\u5f0f\u5316\u51e0\u4f55\u4f53\u7cfb\uff0c\u4f9d\u8d56\u62bd\u8c61\u6982\u5ff5\u5982\u70b9\u3001\u76f4\u7ebf\u3001\u5e73\u9762\u3002"}, {"color": "#a8b833", "created_at": 1752884085, "description": "\u5fb7\u56fd\u54f2\u5b66\u5bb6\u5eb7\u5fb7\u8ba4\u4e3a\u65f6\u7a7a\u662f\u83b7\u53d6\u77e5\u8bc6\u7684\u5148\u9a8c\u76f4\u89c9\u5f62\u5f0f\u3002", "entity_id": "\u5eb7\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5eb7\u5fb7", "label": "\u5eb7\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5fb7\u56fd\u54f2\u5b66\u5bb6\u5eb7\u5fb7\u8ba4\u4e3a\u65f6\u7a7a\u662f\u83b7\u53d6\u77e5\u8bc6\u7684\u5148\u9a8c\u76f4\u89c9\u5f62\u5f0f\u3002"}, {"color": "#ab8387", "created_at": 1752884085, "description": "\u539f\u5b50\u949f\u539f\u7406\u662f\u5b9a\u4e49\u0027\u79d2\u0027\u7684\u6280\u672f\u57fa\u7840\uff0c\u4f7f\u7528\u94ef133\u539f\u5b50\u8f90\u5c04\u5468\u671f\u3002", "entity_id": "\u539f\u5b50\u949f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u539f\u5b50\u949f", "label": "\u539f\u5b50\u949f", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u539f\u5b50\u949f\u539f\u7406\u662f\u5b9a\u4e49\u0027\u79d2\u0027\u7684\u6280\u672f\u57fa\u7840\uff0c\u4f7f\u7528\u94ef133\u539f\u5b50\u8f90\u5c04\u5468\u671f\u3002"}, {"color": "#51e611", "created_at": 1752884085, "description": "\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a\u662f\u5236\u5b9a\u5168\u7403\u5ea6\u91cf\u6807\u51c6\u7684\u6743\u5a01\u7ec4\u7ec7\uff0c1967\u5e74\u5b9a\u4e49\u4e86\u0027\u79d2\u0027\u7684\u6807\u51c6\u3002", "entity_id": "\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "label": "\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a\u662f\u5236\u5b9a\u5168\u7403\u5ea6\u91cf\u6807\u51c6\u7684\u6743\u5a01\u7ec4\u7ec7\uff0c1967\u5e74\u5b9a\u4e49\u4e86\u0027\u79d2\u0027\u7684\u6807\u51c6\u3002"}, {"color": "#dda310", "created_at": 1752884085, "description": "\u94ef133\u539f\u5b50\u662f1967\u5e74\u5b9a\u4e49\u0027\u79d2\u0027\u6807\u51c6\u65f6\u4f7f\u7528\u7684\u57fa\u51c6\u5143\u7d20\u3002", "entity_id": "\u94ef133", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u94ef133", "label": "\u94ef133", "shape": "dot", "size": 10, "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u94ef133\u539f\u5b50\u662f1967\u5e74\u5b9a\u4e49\u0027\u79d2\u0027\u6807\u51c6\u65f6\u4f7f\u7528\u7684\u57fa\u51c6\u5143\u7d20\u3002"}, {"color": "#93ebbc", "created_at": 1752884087, "description": "Inertial reference frame in physics, where Newton\u0027s First Law holds true.\u003cSEP\u003eInertial reference frames are coordinate systems where Newton\u0027s first law holds true, fundamental to classical mechanics and relativity.\u003cSEP\u003e\u7269\u7406\u5b66\u4e2d\u7528\u4e8e\u63cf\u8ff0\u7269\u4f53\u8fd0\u52a8\u72b6\u6001\u7684\u53c2\u8003\u7cfb\uff0c\u4e0e\u72ed\u4e49\u76f8\u5bf9\u8bba\u76f8\u5173\u3002", "entity_id": "\u60ef\u6027\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u60ef\u6027\u7cfb", "label": "\u60ef\u6027\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "Inertial reference frame in physics, where Newton\u0027s First Law holds true.\u003cSEP\u003eInertial reference frames are coordinate systems where Newton\u0027s first law holds true, fundamental to classical mechanics and relativity.\u003cSEP\u003e\u7269\u7406\u5b66\u4e2d\u7528\u4e8e\u63cf\u8ff0\u7269\u4f53\u8fd0\u52a8\u72b6\u6001\u7684\u53c2\u8003\u7cfb\uff0c\u4e0e\u72ed\u4e49\u76f8\u5bf9\u8bba\u76f8\u5173\u3002"}, {"color": "#61fa20", "created_at": 1752884085, "description": "A line extending infinitely in both directions, where any two points form a straight segment.", "entity_id": "\u76f4\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u7ebf", "label": "\u76f4\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "A line extending infinitely in both directions, where any two points form a straight segment."}, {"color": "#548423", "created_at": 1752884085, "description": "The shortest straight segment connecting a point to a line, forming a right angle.", "entity_id": "\u5782\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5782\u7ebf", "label": "\u5782\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "The shortest straight segment connecting a point to a line, forming a right angle."}, {"color": "#37ded5", "created_at": 1752884086, "description": "Lines where all points on one line maintain equal distance to the other line.", "entity_id": "\u5e73\u884c\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u7ebf", "label": "\u5e73\u884c\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Lines where all points on one line maintain equal distance to the other line."}, {"color": "#415c24", "created_at": 1752884086, "description": "Lines that intersect at right angles, sharing a common perpendicular point.", "entity_id": "\u5782\u76f4\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5782\u76f4\u7ebf", "label": "\u5782\u76f4\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Lines that intersect at right angles, sharing a common perpendicular point."}, {"color": "#7aaa1f", "created_at": 1752884086, "description": "A tool used in geometric constructions that can only draw straight lines without measurements.", "entity_id": "\u65e0\u523b\u5ea6\u76f4\u5c3a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u523b\u5ea6\u76f4\u5c3a", "label": "\u65e0\u523b\u5ea6\u76f4\u5c3a", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "A tool used in geometric constructions that can only draw straight lines without measurements."}, {"color": "#5247c9", "created_at": 1752884086, "description": "A tool used in geometric constructions that can draw circles based on a given radius.", "entity_id": "\u5706\u89c4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u89c4", "label": "\u5706\u89c4", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "A tool used in geometric constructions that can draw circles based on a given radius."}, {"color": "#3986ed", "created_at": 1752884182, "description": "Algebraic geometry emerges from the interplay between algebraic methods and geometric construction problems.", "entity_id": "\u51e0\u4f55\u4f5c\u56fe", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55\u4f5c\u56fe", "label": "\u51e0\u4f55\u4f5c\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "Algebraic geometry emerges from the interplay between algebraic methods and geometric construction problems."}, {"color": "#8b36e5", "created_at": 1752884086, "description": "A 60-degree angle used as an example to demonstrate the impossibility of angle trisection with compass and straightedge.\u003cSEP\u003eSpecific angle used as a counterexample to demonstrate the impossibility of general angle trisection with compass and straightedge.", "entity_id": "60\u5ea6\u89d2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "60\u5ea6\u89d2", "label": "60\u5ea6\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "A 60-degree angle used as an example to demonstrate the impossibility of angle trisection with compass and straightedge.\u003cSEP\u003eSpecific angle used as a counterexample to demonstrate the impossibility of general angle trisection with compass and straightedge."}, {"color": "#b89026", "created_at": 1752884086, "description": "A reference line used in Archimedes\u0027 angle trisection method, part of his geometric construction.", "entity_id": "\u76f4\u7ebfw", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f4\u7ebfw", "label": "\u76f4\u7ebfw", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "A reference line used in Archimedes\u0027 angle trisection method, part of his geometric construction."}, {"color": "#5661c5", "created_at": 1752884086, "description": "A semicircle used in Archimedes\u0027 angle trisection construction, with radius r centered at point O.", "entity_id": "\u534a\u5706", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u534a\u5706", "label": "\u534a\u5706", "shape": "dot", "size": 10, "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "A semicircle used in Archimedes\u0027 angle trisection construction, with radius r centered at point O."}, {"color": "#b54e43", "created_at": 1752884086, "description": "A multiplicative mathematical model simplified to a proportional relationship, represented as Y = \u03c1X.\u003cSEP\u003e\u6bd4\u4f8b\u6a21\u578b\u662f\u4e0e\u65f6\u95f4\u76f8\u5173\u7684\u6a21\u578b\uff0c\u5176\u7cfb\u6570\u51b3\u5b9a\u6a21\u578b\u7684\u957f\u671f\u884c\u4e3a\u548c\u53d8\u5316\u8d8b\u52bf\u3002", "entity_id": "\u6bd4\u4f8b\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6bd4\u4f8b\u6a21\u578b", "label": "\u6bd4\u4f8b\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "A multiplicative mathematical model simplified to a proportional relationship, represented as Y = \u03c1X.\u003cSEP\u003e\u6bd4\u4f8b\u6a21\u578b\u662f\u4e0e\u65f6\u95f4\u76f8\u5173\u7684\u6a21\u578b\uff0c\u5176\u7cfb\u6570\u51b3\u5b9a\u6a21\u578b\u7684\u957f\u671f\u884c\u4e3a\u548c\u53d8\u5316\u8d8b\u52bf\u3002"}, {"color": "#dbaa4b", "created_at": 1752884086, "description": "Hooke\u0027s Law in elasticity, describing the linear relationship between force and displacement in a spring (F = k\u00b7x).", "entity_id": "\u80e1\u514b\u5b9a\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u80e1\u514b\u5b9a\u5f8b", "label": "\u80e1\u514b\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Hooke\u0027s Law in elasticity, describing the linear relationship between force and displacement in a spring (F = k\u00b7x)."}, {"color": "#b91ae8", "created_at": 1752884087, "description": "Mathematical language used to express natural patterns and human perceptions, including static and dynamic relationships.\u003cSEP\u003eThe mathematical formulation of physical laws that Galileo championed as the \u0027language of the universe\u0027.\u003cSEP\u003e\u6570\u5b66\u8bed\u8a00\u662f\u7528\u4e8e\u8868\u8fbe\u6570\u5b66\u6a21\u578b\u7684\u5f62\u5f0f\u5316\u5de5\u5177\uff0c\u5e2e\u52a9\u63cf\u8ff0\u548c\u89e3\u91ca\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u89c4\u5f8b\u3002", "entity_id": "\u6570\u5b66\u8bed\u8a00", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u8bed\u8a00", "label": "\u6570\u5b66\u8bed\u8a00", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "Mathematical language used to express natural patterns and human perceptions, including static and dynamic relationships.\u003cSEP\u003eThe mathematical formulation of physical laws that Galileo championed as the \u0027language of the universe\u0027.\u003cSEP\u003e\u6570\u5b66\u8bed\u8a00\u662f\u7528\u4e8e\u8868\u8fbe\u6570\u5b66\u6a21\u578b\u7684\u5f62\u5f0f\u5316\u5de5\u5177\uff0c\u5e2e\u52a9\u63cf\u8ff0\u548c\u89e3\u91ca\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u89c4\u5f8b\u3002"}, {"color": "#8390e3", "created_at": 1752884088, "description": "Dynamical systems model how quantities evolve over time through mathematical relationships and recursive functions.\u003cSEP\u003e\u52a8\u529b\u7cfb\u7edf\u662f\u63cf\u8ff0\u7cfb\u7edf\u968f\u65f6\u95f4\u53d8\u5316\u7684\u6570\u5b66\u6a21\u578b\uff0c\u7279\u522b\u5173\u6ce8\u7cfb\u7edf\u7a33\u5b9a\u6027\u548c\u53d8\u5316\u8d8b\u52bf\u3002", "entity_id": "\u52a8\u529b\u7cfb\u7edf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a8\u529b\u7cfb\u7edf", "label": "\u52a8\u529b\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Dynamical systems model how quantities evolve over time through mathematical relationships and recursive functions.\u003cSEP\u003e\u52a8\u529b\u7cfb\u7edf\u662f\u63cf\u8ff0\u7cfb\u7edf\u968f\u65f6\u95f4\u53d8\u5316\u7684\u6570\u5b66\u6a21\u578b\uff0c\u7279\u522b\u5173\u6ce8\u7cfb\u7edf\u7a33\u5b9a\u6027\u548c\u53d8\u5316\u8d8b\u52bf\u3002"}, {"color": "#30848a", "created_at": 1752884086, "description": "British physicist who discovered Hooke\u0027s Law, establishing the linear force-displacement relationship in springs.", "entity_id": "\u80e1\u514b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u80e1\u514b", "label": "\u80e1\u514b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "British physicist who discovered Hooke\u0027s Law, establishing the linear force-displacement relationship in springs."}, {"color": "#e83d22", "created_at": 1752884087, "description": "The spring constant (k) in Hooke\u0027s Law, determining the stiffness of a spring.", "entity_id": "\u5f39\u6027\u7cfb\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f39\u6027\u7cfb\u6570", "label": "\u5f39\u6027\u7cfb\u6570", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "The spring constant (k) in Hooke\u0027s Law, determining the stiffness of a spring."}, {"color": "#5c6f44", "created_at": 1752884087, "description": "Acceleration (a) in Newton\u0027s Second Law, representing the rate of change of velocity.", "entity_id": "\u52a0\u901f\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u901f\u5ea6", "label": "\u52a0\u901f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Acceleration (a) in Newton\u0027s Second Law, representing the rate of change of velocity."}, {"color": "#a45ba1", "created_at": 1752884086, "description": "The ideal gas law equation, relating pressure, volume, and temperature of a gas.\u003cSEP\u003e\u63cf\u8ff0\u6c14\u4f53\u4f53\u79ef\u3001\u538b\u5f3a\u3001\u7c92\u5b50\u6570\u548c\u6e29\u5ea6\u4e4b\u95f4\u7684\u5173\u7cfb\u7684\u65b9\u7a0b\u3002", "entity_id": "\u7406\u60f3\u6c14\u4f53\u72b6\u6001\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7406\u60f3\u6c14\u4f53\u72b6\u6001\u65b9\u7a0b", "label": "\u7406\u60f3\u6c14\u4f53\u72b6\u6001\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "The ideal gas law equation, relating pressure, volume, and temperature of a gas.\u003cSEP\u003e\u63cf\u8ff0\u6c14\u4f53\u4f53\u79ef\u3001\u538b\u5f3a\u3001\u7c92\u5b50\u6570\u548c\u6e29\u5ea6\u4e4b\u95f4\u7684\u5173\u7cfb\u7684\u65b9\u7a0b\u3002"}, {"color": "#03f302", "created_at": 1752884088, "description": "\u63cf\u8ff0\u5728\u6052\u5b9a\u6e29\u5ea6\u4e0b\u6c14\u4f53\u4f53\u79ef\u4e0e\u538b\u5f3a\u7684\u53cd\u6bd4\u5173\u7cfb\u3002", "entity_id": "\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b", "label": "\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u63cf\u8ff0\u5728\u6052\u5b9a\u6e29\u5ea6\u4e0b\u6c14\u4f53\u4f53\u79ef\u4e0e\u538b\u5f3a\u7684\u53cd\u6bd4\u5173\u7cfb\u3002"}, {"color": "#a3e5d5", "created_at": 1752884097, "description": "The free-fall model describes the motion of objects under gravity, with distance proportional to the square of time, as developed by Galileo.\u003cSEP\u003e\u4f3d\u5229\u7565\u7684\u81ea\u7531\u843d\u4f53\u6a21\u578b\u662f\u7b2c\u4e00\u4e2a\u771f\u6b63\u7684\u6570\u5b66\u6a21\u578b\uff0c\u7814\u7a76\u52a0\u901f\u5ea6\u4e0e\u8fd0\u52a8\u89c4\u5f8b\u7684\u5173\u7cfb\uff0c\u800c\u4e0d\u63a2\u7a76\u5f15\u529b\u7684\u539f\u56e0\u3002", "entity_id": "\u81ea\u7531\u843d\u4f53\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7531\u843d\u4f53\u6a21\u578b", "label": "\u81ea\u7531\u843d\u4f53\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "The free-fall model describes the motion of objects under gravity, with distance proportional to the square of time, as developed by Galileo.\u003cSEP\u003e\u4f3d\u5229\u7565\u7684\u81ea\u7531\u843d\u4f53\u6a21\u578b\u662f\u7b2c\u4e00\u4e2a\u771f\u6b63\u7684\u6570\u5b66\u6a21\u578b\uff0c\u7814\u7a76\u52a0\u901f\u5ea6\u4e0e\u8fd0\u52a8\u89c4\u5f8b\u7684\u5173\u7cfb\uff0c\u800c\u4e0d\u63a2\u7a76\u5f15\u529b\u7684\u539f\u56e0\u3002"}, {"color": "#7928f9", "created_at": 1752884097, "description": "\u79d1\u5b66\u662f\u901a\u8fc7\u89c2\u5bdf\u3001\u5b9e\u9a8c\u548c\u6570\u5b66\u6a21\u578b\u7814\u7a76\u81ea\u7136\u73b0\u8c61\u548c\u793e\u4f1a\u73b0\u8c61\u7684\u4f53\u7cfb\uff0c\u4f3d\u5229\u7565\u662f\u5176\u5960\u57fa\u4eba\u4e4b\u4e00\u3002", "entity_id": "\u79d1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u79d1\u5b66", "label": "\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u79d1\u5b66\u662f\u901a\u8fc7\u89c2\u5bdf\u3001\u5b9e\u9a8c\u548c\u6570\u5b66\u6a21\u578b\u7814\u7a76\u81ea\u7136\u73b0\u8c61\u548c\u793e\u4f1a\u73b0\u8c61\u7684\u4f53\u7cfb\uff0c\u4f3d\u5229\u7565\u662f\u5176\u5960\u57fa\u4eba\u4e4b\u4e00\u3002"}, {"color": "#52ff49", "created_at": 1752884097, "description": "A seminal work by Galileo where he discussed his experiments and theories on motion and strength of materials.\u003cSEP\u003eA work by Galileo Galilei, translated by Wu Jike.\u003cSEP\u003e\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b\u662f\u4f3d\u5229\u7565\u7684\u8457\u4f5c\uff0c\u63d0\u51fa\u81ea\u7531\u843d\u4f53\u6a21\u578b\uff0c\u5f00\u521b\u73b0\u4ee3\u79d1\u5b66\u65b9\u6cd5\u3002", "entity_id": "\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b", "label": "\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "A seminal work by Galileo where he discussed his experiments and theories on motion and strength of materials.\u003cSEP\u003eA work by Galileo Galilei, translated by Wu Jike.\u003cSEP\u003e\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b\u662f\u4f3d\u5229\u7565\u7684\u8457\u4f5c\uff0c\u63d0\u51fa\u81ea\u7531\u843d\u4f53\u6a21\u578b\uff0c\u5f00\u521b\u73b0\u4ee3\u79d1\u5b66\u65b9\u6cd5\u3002"}, {"color": "#ab665f", "created_at": 1752884097, "description": "The Leaning Tower of Pisa is a famous landmark where Galileo is often mythologized to have conducted experiments, though historical accuracy is debated.", "entity_id": "\u6bd4\u8428\u659c\u5854", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6bd4\u8428\u659c\u5854", "label": "\u6bd4\u8428\u659c\u5854", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "The Leaning Tower of Pisa is a famous landmark where Galileo is often mythologized to have conducted experiments, though historical accuracy is debated."}, {"color": "#39d94b", "created_at": 1752884098, "description": "The study of objects in free fall under gravity, where distance is proportional to the square of time, pioneered by Galileo.", "entity_id": "\u81ea\u7531\u843d\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7531\u843d\u4f53", "label": "\u81ea\u7531\u843d\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "The study of objects in free fall under gravity, where distance is proportional to the square of time, pioneered by Galileo."}, {"color": "#d682c2", "created_at": 1752884098, "description": "Galileo\u0027s actual methodical experiments using inclined planes to study motion, documented in \u0027Two New Sciences\u0027.", "entity_id": "\u659c\u9762\u5b9e\u9a8c", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u659c\u9762\u5b9e\u9a8c", "label": "\u659c\u9762\u5b9e\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Galileo\u0027s actual methodical experiments using inclined planes to study motion, documented in \u0027Two New Sciences\u0027."}, {"color": "#406819", "created_at": 1752884097, "description": "John Maynard Keynes is a foundational economist whose theories emphasize government intervention in markets. Samuelson expanded on his static model to create dynamic economic models.\u003cSEP\u003eJohn Maynard Keynes is a prominent economist whose theories on macroeconomics revolutionized economic policy in the 20th century.\u003cSEP\u003eKeynes is an influential economist who founded macroeconomics, emphasizing government intervention in the market economy and created the Keynesian static model.", "entity_id": "\u51ef\u6069\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u51ef\u6069\u65af", "label": "\u51ef\u6069\u65af", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "John Maynard Keynes is a foundational economist whose theories emphasize government intervention in markets. Samuelson expanded on his static model to create dynamic economic models.\u003cSEP\u003eJohn Maynard Keynes is a prominent economist whose theories on macroeconomics revolutionized economic policy in the 20th century.\u003cSEP\u003eKeynes is an influential economist who founded macroeconomics, emphasizing government intervention in the market economy and created the Keynesian static model."}, {"color": "#71bb65", "created_at": 1752884116, "description": "Christiaan Huygens is a historical figure known for his contributions to physics and horology.", "entity_id": "\u60e0\u66f4\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u60e0\u66f4\u65af", "label": "\u60e0\u66f4\u65af", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Christiaan Huygens is a historical figure known for his contributions to physics and horology."}, {"color": "#923efc", "created_at": 1752884117, "description": "A scientific principle discovered by Galileo and utilized by Huygens in clockmaking.", "entity_id": "\u5355\u6446\u7684\u7b49\u65f6\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5355\u6446\u7684\u7b49\u65f6\u6027", "label": "\u5355\u6446\u7684\u7b49\u65f6\u6027", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A scientific principle discovered by Galileo and utilized by Huygens in clockmaking."}, {"color": "#5c48e7", "created_at": 1752884087, "description": "Multiplicative mathematical models that form the basis for proportional relationships in various physical laws.", "entity_id": "\u4e58\u6cd5\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e58\u6cd5\u6a21\u578b", "label": "\u4e58\u6cd5\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Multiplicative mathematical models that form the basis for proportional relationships in various physical laws."}, {"color": "#06ccc6", "created_at": 1752884087, "description": "Direct proportional relationships represented as Y = \u03c1X, foundational in physics and other sciences.", "entity_id": "\u6b63\u6bd4\u4f8b\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u6bd4\u4f8b\u6a21\u578b", "label": "\u6b63\u6bd4\u4f8b\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Direct proportional relationships represented as Y = \u03c1X, foundational in physics and other sciences."}, {"color": "#2699ba", "created_at": 1752884087, "description": "Distance model where speed acts as the proportionality constant between distance and time.", "entity_id": "\u8def\u7a0b\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8def\u7a0b\u6a21\u578b", "label": "\u8def\u7a0b\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Distance model where speed acts as the proportionality constant between distance and time."}, {"color": "#126ab2", "created_at": 1752884183, "description": "Newton\u0027s First Law describes the behavior of objects in inertial reference frames.", "entity_id": "\u725b\u987f\u529b\u5b66\u7b2c\u4e00\u5b9a\u5f8b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u725b\u987f\u529b\u5b66\u7b2c\u4e00\u5b9a\u5f8b", "label": "\u725b\u987f\u529b\u5b66\u7b2c\u4e00\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Newton\u0027s First Law describes the behavior of objects in inertial reference frames."}, {"color": "#7b5f72", "created_at": 1752884087, "description": "Boyle is a British chemist who discovered the inverse relationship between gas volume and pressure, known as Boyle\u0027s Law.", "entity_id": "Boyle", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Boyle", "label": "Boyle", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Boyle is a British chemist who discovered the inverse relationship between gas volume and pressure, known as Boyle\u0027s Law."}, {"color": "#5d9dfa", "created_at": 1752884087, "description": "Mariotte is a French physicist who independently confirmed Boyle\u0027s findings and identified the temperature condition for the law\u0027s validity.", "entity_id": "Mariotte", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Mariotte", "label": "Mariotte", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Mariotte is a French physicist who independently confirmed Boyle\u0027s findings and identified the temperature condition for the law\u0027s validity."}, {"color": "#67c893", "created_at": 1752884087, "description": "Charles is a French physicist who studied the relationship between gas volume and temperature, contributing to the development of gas laws.", "entity_id": "Charles", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Charles", "label": "Charles", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Charles is a French physicist who studied the relationship between gas volume and temperature, contributing to the development of gas laws."}, {"color": "#25650e", "created_at": 1752884087, "description": "Gay-Lussac is a French chemist who refined the gas volume-temperature relationship, leading to the formulation of Charles\u0027s Law.", "entity_id": "Gay-Lussac", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Gay-Lussac", "label": "Gay-Lussac", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Gay-Lussac is a French chemist who refined the gas volume-temperature relationship, leading to the formulation of Charles\u0027s Law."}, {"color": "#0ff49c", "created_at": 1752884087, "description": "Einstein is a physicist who derived the mass-energy equivalence formula (E=mc\u00b2), laying the theoretical foundation for nuclear energy and opposing nuclear warfare in his later years.", "entity_id": "Einstein", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Einstein", "label": "Einstein", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Einstein is a physicist who derived the mass-energy equivalence formula (E=mc\u00b2), laying the theoretical foundation for nuclear energy and opposing nuclear warfare in his later years."}, {"color": "#edec01", "created_at": 1752884087, "description": "Einstein\u0027s formula (E=mc\u00b2) demonstrates the proportional relationship between mass and energy, with vast implications for nuclear physics.", "entity_id": "Mass-Energy Equivalence", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mass-Energy Equivalence", "label": "Mass-Energy Equivalence", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Einstein\u0027s formula (E=mc\u00b2) demonstrates the proportional relationship between mass and energy, with vast implications for nuclear physics."}, {"color": "#ac84f1", "created_at": 1752884087, "description": "This law describes the inverse relationship between gas volume and pressure under constant temperature conditions.", "entity_id": "Boyle-Mariotte Law", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Boyle-Mariotte Law", "label": "Boyle-Mariotte Law", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "This law describes the inverse relationship between gas volume and pressure under constant temperature conditions."}, {"color": "#c1dbd7", "created_at": 1752884087, "description": "This law relates four variables of gases-volume (V), pressure (P), particle count (N_A), and temperature (T)-forming a foundational principle in thermodynamics.", "entity_id": "Ideal Gas Law", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Ideal Gas Law", "label": "Ideal Gas Law", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "This law relates four variables of gases-volume (V), pressure (P), particle count (N_A), and temperature (T)-forming a foundational principle in thermodynamics."}, {"color": "#2ed14c", "created_at": 1752884087, "description": "This law describes the linear relationship between gas volume and temperature under constant pressure conditions.", "entity_id": "Charles-Gay-Lussac Law", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Charles-Gay-Lussac Law", "label": "Charles-Gay-Lussac Law", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "This law describes the linear relationship between gas volume and temperature under constant pressure conditions."}, {"color": "#cf6c4c", "created_at": 1752884087, "description": "Absolute zero is the theoretical lowest temperature limit (-273.15\u00b0C), where gas volume would theoretically reach zero, derived from gas law extrapolations.", "entity_id": "Absolute Zero", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Absolute Zero", "label": "Absolute Zero", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Absolute zero is the theoretical lowest temperature limit (-273.15\u00b0C), where gas volume would theoretically reach zero, derived from gas law extrapolations."}, {"color": "#9a6d60", "created_at": 1752884184, "description": "Einstein\u0027s formula provided the theoretical basis for nuclear weapons, which he later opposed due to ethical concerns.", "entity_id": "Nuclear Weapons", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Nuclear Weapons", "label": "Nuclear Weapons", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Einstein\u0027s formula provided the theoretical basis for nuclear weapons, which he later opposed due to ethical concerns."}, {"color": "#f36a44", "created_at": 1752884087, "description": "\u6ce2\u4e49\u8033\u662f\u82f1\u56fd\u5316\u5b66\u5bb6\uff0c\u53d1\u73b0\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u538b\u5f3a\u7684\u53cd\u6bd4\u5173\u7cfb\uff0c\u5373\u6ce2\u4e49\u8033\u5b9a\u5f8b\u3002", "entity_id": "\u6ce2\u4e49\u8033", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6ce2\u4e49\u8033", "label": "\u6ce2\u4e49\u8033", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u6ce2\u4e49\u8033\u662f\u82f1\u56fd\u5316\u5b66\u5bb6\uff0c\u53d1\u73b0\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u538b\u5f3a\u7684\u53cd\u6bd4\u5173\u7cfb\uff0c\u5373\u6ce2\u4e49\u8033\u5b9a\u5f8b\u3002"}, {"color": "#cc6fd6", "created_at": 1752884087, "description": "\u9a6c\u7565\u7279\u662f\u6cd5\u56fd\u7269\u7406\u5b66\u5bb6\uff0c\u72ec\u7acb\u8bc1\u5b9e\u4e86\u6ce2\u4e49\u8033\u7684\u53d1\u73b0\u5e76\u786e\u5b9a\u4e86\u5b9a\u5f8b\u7684\u9002\u7528\u6e29\u5ea6\u6761\u4ef6\u3002", "entity_id": "\u9a6c\u7565\u7279", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u7565\u7279", "label": "\u9a6c\u7565\u7279", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u9a6c\u7565\u7279\u662f\u6cd5\u56fd\u7269\u7406\u5b66\u5bb6\uff0c\u72ec\u7acb\u8bc1\u5b9e\u4e86\u6ce2\u4e49\u8033\u7684\u53d1\u73b0\u5e76\u786e\u5b9a\u4e86\u5b9a\u5f8b\u7684\u9002\u7528\u6e29\u5ea6\u6761\u4ef6\u3002"}, {"color": "#e8d88e", "created_at": 1752884087, "description": "\u67e5\u7406\u662f\u6cd5\u56fd\u7269\u7406\u5b66\u5bb6\uff0c\u7814\u7a76\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u7684\u5173\u7cfb\uff0c\u4e3a\u67e5\u7406\u5b9a\u5f8b\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "entity_id": "\u67e5\u7406", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67e5\u7406", "label": "\u67e5\u7406", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u67e5\u7406\u662f\u6cd5\u56fd\u7269\u7406\u5b66\u5bb6\uff0c\u7814\u7a76\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u7684\u5173\u7cfb\uff0c\u4e3a\u67e5\u7406\u5b9a\u5f8b\u5960\u5b9a\u4e86\u57fa\u7840\u3002"}, {"color": "#dc91e5", "created_at": 1752884087, "description": "\u76d6\u00b7\u5415\u8428\u514b\u662f\u6cd5\u56fd\u5316\u5b66\u5bb6\uff0c\u5b8c\u5584\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u5173\u7cfb\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u5f62\u6210\u4e86\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b\u3002", "entity_id": "\u76d6\u00b7\u5415\u8428\u514b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u76d6\u00b7\u5415\u8428\u514b", "label": "\u76d6\u00b7\u5415\u8428\u514b", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u76d6\u00b7\u5415\u8428\u514b\u662f\u6cd5\u56fd\u5316\u5b66\u5bb6\uff0c\u5b8c\u5584\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u5173\u7cfb\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u5f62\u6210\u4e86\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b\u3002"}, {"color": "#0c429a", "created_at": 1752884088, "description": "\u7231\u56e0\u65af\u5766\u7684E=mc\u00b2\uff0c\u8868\u660e\u8d28\u91cf\u4e0e\u80fd\u91cf\u4e4b\u95f4\u7684\u7b49\u6548\u5173\u7cfb\u3002", "entity_id": "\u8d28\u80fd\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d28\u80fd\u65b9\u7a0b", "label": "\u8d28\u80fd\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u7231\u56e0\u65af\u5766\u7684E=mc\u00b2\uff0c\u8868\u660e\u8d28\u91cf\u4e0e\u80fd\u91cf\u4e4b\u95f4\u7684\u7b49\u6548\u5173\u7cfb\u3002"}, {"color": "#2e993b", "created_at": 1752884088, "description": "The mass-energy equivalence formula (E=mc\u00b2) is a fundamental concept in physics, providing the theoretical basis for nuclear weapons.", "entity_id": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "label": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The mass-energy equivalence formula (E=mc\u00b2) is a fundamental concept in physics, providing the theoretical basis for nuclear weapons."}, {"color": "#344b74", "created_at": 1752884088, "description": "Nuclear warfare refers to armed conflict involving the use of nuclear weapons, which Einstein opposed in his later years.\u003cSEP\u003e\u7231\u56e0\u65af\u5766\u665a\u5e74\u53cd\u5bf9\u7684\u519b\u4e8b\u51b2\u7a81\u5f62\u5f0f\uff0c\u5176\u7406\u8bba\u57fa\u7840\u6e90\u81ea\u8d28\u80fd\u65b9\u7a0b\u3002", "entity_id": "\u6838\u6218\u4e89", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6838\u6218\u4e89", "label": "\u6838\u6218\u4e89", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Nuclear warfare refers to armed conflict involving the use of nuclear weapons, which Einstein opposed in his later years.\u003cSEP\u003e\u7231\u56e0\u65af\u5766\u665a\u5e74\u53cd\u5bf9\u7684\u519b\u4e8b\u51b2\u7a81\u5f62\u5f0f\uff0c\u5176\u7406\u8bba\u57fa\u7840\u6e90\u81ea\u8d28\u80fd\u65b9\u7a0b\u3002"}, {"color": "#58852e", "created_at": 1752884088, "description": "General relativity is Einstein\u0027s theory of gravitation, describing the relationship between matter, energy, and the geometry of spacetime.\u003cSEP\u003e\u5e7f\u4e49\u76f8\u5bf9\u8bba\u662f\u7231\u56e0\u65af\u5766\u63d0\u51fa\u7684\u5f15\u529b\u7406\u8bba\uff0c\u63cf\u8ff0\u5f15\u529b\u573a\u5bfc\u81f4\u7684\u7a7a\u95f4\u5f2f\u66f2\u3002", "entity_id": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "label": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "General relativity is Einstein\u0027s theory of gravitation, describing the relationship between matter, energy, and the geometry of spacetime.\u003cSEP\u003e\u5e7f\u4e49\u76f8\u5bf9\u8bba\u662f\u7231\u56e0\u65af\u5766\u63d0\u51fa\u7684\u5f15\u529b\u7406\u8bba\uff0c\u63cf\u8ff0\u5f15\u529b\u573a\u5bfc\u81f4\u7684\u7a7a\u95f4\u5f2f\u66f2\u3002"}, {"color": "#fd4f02", "created_at": 1752884089, "description": "\u53d4\u672c\u534e\u662f\u4e00\u4f4d\u54f2\u5b66\u5bb6\uff0c\u4ed6\u7684\u89c2\u70b9\u88ab\u7231\u56e0\u65af\u5766\u5f15\u7528\uff0c\u8ba4\u4e3a\u4eba\u4eec\u8ffd\u6c42\u827a\u672f\u548c\u79d1\u5b66\u7684\u52a8\u673a\u4e4b\u4e00\u662f\u4e3a\u4e86\u9003\u907f\u65e5\u5e38\u751f\u6d3b\u7684\u7c97\u4fd7\u548c\u6c89\u95f7\u3002", "entity_id": "\u53d4\u672c\u534e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53d4\u672c\u534e", "label": "\u53d4\u672c\u534e", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u53d4\u672c\u534e\u662f\u4e00\u4f4d\u54f2\u5b66\u5bb6\uff0c\u4ed6\u7684\u89c2\u70b9\u88ab\u7231\u56e0\u65af\u5766\u5f15\u7528\uff0c\u8ba4\u4e3a\u4eba\u4eec\u8ffd\u6c42\u827a\u672f\u548c\u79d1\u5b66\u7684\u52a8\u673a\u4e4b\u4e00\u662f\u4e3a\u4e86\u9003\u907f\u65e5\u5e38\u751f\u6d3b\u7684\u7c97\u4fd7\u548c\u6c89\u95f7\u3002"}, {"color": "#f49f23", "created_at": 1752884090, "description": "\u827a\u672f\u4fee\u517b\u662f\u6307\u901a\u8fc7\u5b66\u4e60\u5ba1\u7f8e\u6765\u63d0\u5347\u4e2a\u4eba\u5bf9\u7f8e\u7684\u611f\u77e5\u548c\u5224\u65ad\u80fd\u529b\uff0c\u5c5e\u4e8e\u7f8e\u7684\u5b66\u4e60\u8303\u7574\u3002", "entity_id": "\u827a\u672f\u4fee\u517b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u827a\u672f\u4fee\u517b", "label": "\u827a\u672f\u4fee\u517b", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u827a\u672f\u4fee\u517b\u662f\u6307\u901a\u8fc7\u5b66\u4e60\u5ba1\u7f8e\u6765\u63d0\u5347\u4e2a\u4eba\u5bf9\u7f8e\u7684\u611f\u77e5\u548c\u5224\u65ad\u80fd\u529b\uff0c\u5c5e\u4e8e\u7f8e\u7684\u5b66\u4e60\u8303\u7574\u3002"}, {"color": "#75dff9", "created_at": 1752884090, "description": "\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a\u662f\u7231\u56e0\u65af\u5766\u53d1\u8868\u5173\u4e8e\u79d1\u5b66\u548c\u7f8e\u7684\u52a8\u673a\u6f14\u8bb2\u7684\u573a\u5408\u3002", "entity_id": "\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a", "label": "\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a\u662f\u7231\u56e0\u65af\u5766\u53d1\u8868\u5173\u4e8e\u79d1\u5b66\u548c\u7f8e\u7684\u52a8\u673a\u6f14\u8bb2\u7684\u573a\u5408\u3002"}, {"color": "#c4216d", "created_at": 1752884098, "description": "Freud is an Austrian psychologist who founded psychoanalysis, one of the three major intellectual revolutions of the 20th century.\u003cSEP\u003eSigmund Freud, Austrian neurologist who pioneered psychoanalysis, one of three intellectual revolutions mentioned.", "entity_id": "\u5f17\u6d1b\u4f0a\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f17\u6d1b\u4f0a\u5fb7", "label": "\u5f17\u6d1b\u4f0a\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "Freud is an Austrian psychologist who founded psychoanalysis, one of the three major intellectual revolutions of the 20th century.\u003cSEP\u003eSigmund Freud, Austrian neurologist who pioneered psychoanalysis, one of three intellectual revolutions mentioned."}, {"color": "#5e05c3", "created_at": 1752884114, "description": "A committee founded by Einstein to advocate for the peaceful use of atomic energy and against nuclear weapons.", "entity_id": "\u539f\u5b50\u79d1\u5b66\u5bb6\u7d27\u6025\u59d4\u5458\u4f1a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u539f\u5b50\u79d1\u5b66\u5bb6\u7d27\u6025\u59d4\u5458\u4f1a", "label": "\u539f\u5b50\u79d1\u5b66\u5bb6\u7d27\u6025\u59d4\u5458\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A committee founded by Einstein to advocate for the peaceful use of atomic energy and against nuclear weapons."}, {"color": "#bf5cdc", "created_at": 1752884088, "description": "Nuclear weapon referenced in Einstein\u0027s activism context.\u003cSEP\u003eThe atomic bomb is a weapon developed using the principles of mass-energy equivalence and nuclear fission.", "entity_id": "\u539f\u5b50\u5f39", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u539f\u5b50\u5f39", "label": "\u539f\u5b50\u5f39", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Nuclear weapon referenced in Einstein\u0027s activism context.\u003cSEP\u003eThe atomic bomb is a weapon developed using the principles of mass-energy equivalence and nuclear fission."}, {"color": "#ff2f3a", "created_at": 1752884114, "description": "Nuclear energy mentioned in relation to peaceful uses.", "entity_id": "\u539f\u5b50\u80fd", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u539f\u5b50\u80fd", "label": "\u539f\u5b50\u80fd", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Nuclear energy mentioned in relation to peaceful uses."}, {"color": "#3fe675", "created_at": 1752884088, "description": "\u63cf\u8ff0\u5728\u6052\u5b9a\u538b\u5f3a\u4e0b\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u7684\u7ebf\u6027\u5173\u7cfb\u3002", "entity_id": "\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b", "label": "\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u63cf\u8ff0\u5728\u6052\u5b9a\u538b\u5f3a\u4e0b\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u7684\u7ebf\u6027\u5173\u7cfb\u3002"}, {"color": "#34549e", "created_at": 1752884088, "description": "Theoretical lowest temperature mentioned in quantum mechanics context.\u003cSEP\u003e\u7406\u8bba\u6700\u4f4e\u6e29\u5ea6\u6781\u9650(-273.15\u00b0C)\uff0c\u7531\u6c14\u4f53\u5b9a\u5f8b\u5916\u63a8\u5f97\u51fa\u3002", "entity_id": "\u7edd\u5bf9\u96f6\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7edd\u5bf9\u96f6\u5ea6", "label": "\u7edd\u5bf9\u96f6\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Theoretical lowest temperature mentioned in quantum mechanics context.\u003cSEP\u003e\u7406\u8bba\u6700\u4f4e\u6e29\u5ea6\u6781\u9650(-273.15\u00b0C)\uff0c\u7531\u6c14\u4f53\u5b9a\u5f8b\u5916\u63a8\u5f97\u51fa\u3002"}, {"color": "#c1f33c", "created_at": 1752884114, "description": "Physics concept mentioned regarding particle behavior at absolute zero.", "entity_id": "\u91cf\u5b50\u529b\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u91cf\u5b50\u529b\u5b66", "label": "\u91cf\u5b50\u529b\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Physics concept mentioned regarding particle behavior at absolute zero."}, {"color": "#4ea977", "created_at": 1752884088, "description": "\u6784\u6210\u7269\u8d28\u7684\u6700\u57fa\u672c\u5f62\u6001\uff0c\u76ee\u524d\u5df2\u53d1\u73b061\u79cd\u4e0d\u53ef\u518d\u5206\u5272\u7684\u57fa\u672c\u7c92\u5b50\u3002", "entity_id": "\u57fa\u672c\u7c92\u5b50", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u672c\u7c92\u5b50", "label": "\u57fa\u672c\u7c92\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u6784\u6210\u7269\u8d28\u7684\u6700\u57fa\u672c\u5f62\u6001\uff0c\u76ee\u524d\u5df2\u53d1\u73b061\u79cd\u4e0d\u53ef\u518d\u5206\u5272\u7684\u57fa\u672c\u7c92\u5b50\u3002"}, {"color": "#59a975", "created_at": 1752884088, "description": "The dynamical systems model describes how quantities change over time based on proportional relationships and initial conditions.", "entity_id": "\u52a8\u529b\u7cfb\u7edf\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a8\u529b\u7cfb\u7edf\u6a21\u578b", "label": "\u52a8\u529b\u7cfb\u7edf\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The dynamical systems model describes how quantities change over time based on proportional relationships and initial conditions."}, {"color": "#fc652a", "created_at": 1752884088, "description": "The stress-energy tensor quantifies the density and flux of energy and momentum in spacetime.", "entity_id": "T~uv~", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "T~uv~", "label": "T~uv~", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The stress-energy tensor quantifies the density and flux of energy and momentum in spacetime."}, {"color": "#3c5b96", "created_at": 1752884088, "description": "Einstein\u0027s field equations describe the fundamental interaction of gravitation as a result of spacetime being curved by matter and energy.", "entity_id": "\u7231\u56e0\u65af\u5766\u5f15\u529b\u573a\u65b9\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7231\u56e0\u65af\u5766\u5f15\u529b\u573a\u65b9\u7a0b", "label": "\u7231\u56e0\u65af\u5766\u5f15\u529b\u573a\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Einstein\u0027s field equations describe the fundamental interaction of gravitation as a result of spacetime being curved by matter and energy."}, {"color": "#561a9f", "created_at": 1752884088, "description": "The Einstein tensor describes the curvature of spacetime in relation to the energy and momentum within that spacetime.", "entity_id": "G~uv~", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "G~uv~", "label": "G~uv~", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The Einstein tensor describes the curvature of spacetime in relation to the energy and momentum within that spacetime."}, {"color": "#2f81d6", "created_at": 1752884088, "description": "Mach\u0027s principle is a hypothesis that the inertia of a body is influenced by the distribution of matter throughout the universe.", "entity_id": "\u9a6c\u8d6b\u539f\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u8d6b\u539f\u7406", "label": "\u9a6c\u8d6b\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Mach\u0027s principle is a hypothesis that the inertia of a body is influenced by the distribution of matter throughout the universe."}, {"color": "#eac5d6", "created_at": 1752884097, "description": "\u5f15\u529b\u6ce2\u662f\u65f6\u7a7a\u5f2f\u66f2\u4ea7\u751f\u7684\u6ce2\u52a8\uff0c2015\u5e74\u88ab\u7f8e\u56fd\u79d1\u5b66\u5bb6\u89c2\u6d4b\u5230\uff0c\u9a8c\u8bc1\u4e86\u5e7f\u4e49\u76f8\u5bf9\u8bba\u3002", "entity_id": "\u5f15\u529b\u6ce2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f15\u529b\u6ce2", "label": "\u5f15\u529b\u6ce2", "shape": "dot", "size": 10, "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u5f15\u529b\u6ce2\u662f\u65f6\u7a7a\u5f2f\u66f2\u4ea7\u751f\u7684\u6ce2\u52a8\uff0c2015\u5e74\u88ab\u7f8e\u56fd\u79d1\u5b66\u5bb6\u89c2\u6d4b\u5230\uff0c\u9a8c\u8bc1\u4e86\u5e7f\u4e49\u76f8\u5bf9\u8bba\u3002"}, {"color": "#01d4a6", "created_at": 1752884088, "description": "High-speed vehicles approaching light speed are hypothetical concepts used to illustrate relativistic time dilation effects.", "entity_id": "\u98de\u884c\u5668", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u98de\u884c\u5668", "label": "\u98de\u884c\u5668", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "High-speed vehicles approaching light speed are hypothetical concepts used to illustrate relativistic time dilation effects."}, {"color": "#0d8405", "created_at": 1752884088, "description": "Time dilation refers to the relativistic phenomenon where time passes slower for objects moving at high velocities relative to an observer.", "entity_id": "\u65f6\u95f4\u53d8\u6162", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65f6\u95f4\u53d8\u6162", "label": "\u65f6\u95f4\u53d8\u6162", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Time dilation refers to the relativistic phenomenon where time passes slower for objects moving at high velocities relative to an observer."}, {"color": "#8ab89f", "created_at": 1752884088, "description": "Time series models analyze data points collected or recorded at successive time intervals.\u003cSEP\u003e\u65f6\u95f4\u5e8f\u5217refers to data points indexed in time order, differing from network data relationships.", "entity_id": "\u65f6\u95f4\u5e8f\u5217", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65f6\u95f4\u5e8f\u5217", "label": "\u65f6\u95f4\u5e8f\u5217", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Time series models analyze data points collected or recorded at successive time intervals.\u003cSEP\u003e\u65f6\u95f4\u5e8f\u5217refers to data points indexed in time order, differing from network data relationships."}, {"color": "#29035a", "created_at": 1752884088, "description": "Equilibrium points in dynamical systems represent stable states where the system remains constant over time.\u003cSEP\u003e\u5e73\u8861\u70b9\u662f\u52a8\u529b\u7cfb\u7edf\u4e2d\u89e3\u4e3a\u5e38\u503c\u7684\u72b6\u6001\uff0c\u8ba1\u7b97\u516c\u5f0f\u4e3aa = b/(1-\u03c1)\uff0c\u5728\u7a33\u5b9a\u72b6\u6001\u4e0b\u7cfb\u7edf\u4fdd\u6301\u4e0d\u53d8\u3002", "entity_id": "\u5e73\u8861\u70b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u8861\u70b9", "label": "\u5e73\u8861\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Equilibrium points in dynamical systems represent stable states where the system remains constant over time.\u003cSEP\u003e\u5e73\u8861\u70b9\u662f\u52a8\u529b\u7cfb\u7edf\u4e2d\u89e3\u4e3a\u5e38\u503c\u7684\u72b6\u6001\uff0c\u8ba1\u7b97\u516c\u5f0f\u4e3aa = b/(1-\u03c1)\uff0c\u5728\u7a33\u5b9a\u72b6\u6001\u4e0b\u7cfb\u7edf\u4fdd\u6301\u4e0d\u53d8\u3002"}, {"color": "#ee3970", "created_at": 1752884089, "description": "\u7a33\u5b9a\u72b6\u6001\u662f\u52a8\u529b\u7cfb\u7edf\u4e2d\u89e3\u4e3a\u5e38\u503c\u7684\u72b6\u6001\uff0c\u901a\u8fc7\u5e73\u8861\u70b9\u8ba1\u7b97\u786e\u5b9a\u3002", "entity_id": "\u7a33\u5b9a\u72b6\u6001", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a33\u5b9a\u72b6\u6001", "label": "\u7a33\u5b9a\u72b6\u6001", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u7a33\u5b9a\u72b6\u6001\u662f\u52a8\u529b\u7cfb\u7edf\u4e2d\u89e3\u4e3a\u5e38\u503c\u7684\u72b6\u6001\uff0c\u901a\u8fc7\u5e73\u8861\u70b9\u8ba1\u7b97\u786e\u5b9a\u3002"}, {"color": "#8efbff", "created_at": 1752884089, "description": "\u6295\u8d44\u6848\u4f8b\u662f\u4e00\u4e2a\u5177\u4f53\u5e94\u7528\uff0c\u4f7f\u7528\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u8ba1\u7b97\u521d\u59cb\u6295\u8d44\u989d\u4ee5\u7ef4\u6301\u9879\u76ee\u7a33\u5b9a\u6536\u76ca\u3002", "entity_id": "\u6295\u8d44\u6848\u4f8b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6295\u8d44\u6848\u4f8b", "label": "\u6295\u8d44\u6848\u4f8b", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u6295\u8d44\u6848\u4f8b\u662f\u4e00\u4e2a\u5177\u4f53\u5e94\u7528\uff0c\u4f7f\u7528\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u8ba1\u7b97\u521d\u59cb\u6295\u8d44\u989d\u4ee5\u7ef4\u6301\u9879\u76ee\u7a33\u5b9a\u6536\u76ca\u3002"}, {"color": "#0da5b6", "created_at": 1752884088, "description": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u662f\u4e00\u79cd\u6570\u5b66\u6a21\u578b\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u65f6\u95f4\u53d8\u5316\u7684\u7cfb\u7edf\u884c\u4e3a\uff0c\u5173\u6ce8\u7cfb\u7edf\u7684\u7a33\u5b9a\u72b6\u6001\u548c\u5e73\u8861\u70b9\u3002", "entity_id": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf", "label": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u662f\u4e00\u79cd\u6570\u5b66\u6a21\u578b\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u65f6\u95f4\u53d8\u5316\u7684\u7cfb\u7edf\u884c\u4e3a\uff0c\u5173\u6ce8\u7cfb\u7edf\u7684\u7a33\u5b9a\u72b6\u6001\u548c\u5e73\u8861\u70b9\u3002"}, {"color": "#3020d8", "created_at": 1752884088, "description": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a\u662f\u4e00\u4e2a\u4e8b\u4ef6\uff0c\u901a\u8fc7\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u8ba1\u7b97\u521d\u59cb\u6295\u8d44\u989d\uff0c\u4ee5\u786e\u4fdd\u9879\u76ee\u7a33\u5b9a\u7ecf\u8425\u3002", "entity_id": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a", "label": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a\u662f\u4e00\u4e2a\u4e8b\u4ef6\uff0c\u901a\u8fc7\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u8ba1\u7b97\u521d\u59cb\u6295\u8d44\u989d\uff0c\u4ee5\u786e\u4fdd\u9879\u76ee\u7a33\u5b9a\u7ecf\u8425\u3002"}, {"color": "#026132", "created_at": 1752884088, "description": "\u81ea\u56de\u5f52\u6a21\u578b\u662f\u4e00\u79cd\u65f6\u95f4\u5e8f\u5217\u6a21\u578b\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u6570\u636e\u5e8f\u5217\u4e2d\u524d\u540e\u6570\u636e\u4e4b\u95f4\u7684\u5173\u8054\u6027\u3002", "entity_id": "\u81ea\u56de\u5f52\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u56de\u5f52\u6a21\u578b", "label": "\u81ea\u56de\u5f52\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u81ea\u56de\u5f52\u6a21\u578b\u662f\u4e00\u79cd\u65f6\u95f4\u5e8f\u5217\u6a21\u578b\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u6570\u636e\u5e8f\u5217\u4e2d\u524d\u540e\u6570\u636e\u4e4b\u95f4\u7684\u5173\u8054\u6027\u3002"}, {"color": "#34a9f5", "created_at": 1752884089, "description": "\u968f\u673a\u8bef\u5dee\u662f\u81ea\u56de\u5f52\u6a21\u578b\u4e2d\u7684\u4e0d\u53ef\u9884\u6d4b\u56e0\u7d20\uff0c\u53cd\u6620\u6570\u636e\u5e8f\u5217\u4e2d\u7684\u4e0d\u786e\u5b9a\u6027\u3002", "entity_id": "\u968f\u673a\u8bef\u5dee", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u968f\u673a\u8bef\u5dee", "label": "\u968f\u673a\u8bef\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u968f\u673a\u8bef\u5dee\u662f\u81ea\u56de\u5f52\u6a21\u578b\u4e2d\u7684\u4e0d\u53ef\u9884\u6d4b\u56e0\u7d20\uff0c\u53cd\u6620\u6570\u636e\u5e8f\u5217\u4e2d\u7684\u4e0d\u786e\u5b9a\u6027\u3002"}, {"color": "#3e7b45", "created_at": 1752884089, "description": "\u80a1\u7968\u6536\u76d8\u4ef7\u662f\u65f6\u95f4\u5e8f\u5217\u6570\u636e\u7684\u4f8b\u5b50\uff0c\u53d7\u968f\u673a\u56e0\u7d20\u5f71\u54cd\u4e14\u5177\u6709\u81ea\u56de\u5f52\u7279\u6027\u3002", "entity_id": "\u80a1\u7968\u6536\u76d8\u4ef7", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u80a1\u7968\u6536\u76d8\u4ef7", "label": "\u80a1\u7968\u6536\u76d8\u4ef7", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u80a1\u7968\u6536\u76d8\u4ef7\u662f\u65f6\u95f4\u5e8f\u5217\u6570\u636e\u7684\u4f8b\u5b50\uff0c\u53d7\u968f\u673a\u56e0\u7d20\u5f71\u54cd\u4e14\u5177\u6709\u81ea\u56de\u5f52\u7279\u6027\u3002"}, {"color": "#2b224b", "created_at": 1752884089, "description": "\u6ce2\u5229\u4e9ais a Hungarian-American mathematician and educator who proved theorems about random walk models in different dimensions.\u003cSEP\u003e\u6ce2\u5229\u4e9a\u662f\u5308\u7259\u5229\u7c4d\u7f8e\u56fd\u6570\u5b66\u5bb6\u548c\u6559\u80b2\u5bb6\uff0c\u8bc1\u660e\u4e86\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5728\u4e00\u7ef4\u548c\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u884c\u8d70\u89c4\u5f8b\u3002", "entity_id": "\u6ce2\u5229\u4e9a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6ce2\u5229\u4e9a", "label": "\u6ce2\u5229\u4e9a", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u6ce2\u5229\u4e9ais a Hungarian-American mathematician and educator who proved theorems about random walk models in different dimensions.\u003cSEP\u003e\u6ce2\u5229\u4e9a\u662f\u5308\u7259\u5229\u7c4d\u7f8e\u56fd\u6570\u5b66\u5bb6\u548c\u6559\u80b2\u5bb6\uff0c\u8bc1\u660e\u4e86\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5728\u4e00\u7ef4\u548c\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u884c\u8d70\u89c4\u5f8b\u3002"}, {"color": "#7ec162", "created_at": 1752884089, "description": "\u5e03\u6717\u8fd0\u52a8is a continuous form of random walk model, representing independent increments and used in various scientific fields.", "entity_id": "\u5e03\u6717\u8fd0\u52a8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e03\u6717\u8fd0\u52a8", "label": "\u5e03\u6717\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u5e03\u6717\u8fd0\u52a8is a continuous form of random walk model, representing independent increments and used in various scientific fields."}, {"color": "#2e0c17", "created_at": 1752884089, "description": "\u6982\u7387\u5206\u5e03\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u8bef\u5dee\u5e8f\u5217", "entity_id": "\u6b63\u6001\u5206\u5e03", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u6001\u5206\u5e03", "label": "\u6b63\u6001\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u6982\u7387\u5206\u5e03\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u8bef\u5dee\u5e8f\u5217"}, {"color": "#a651d7", "created_at": 1752884089, "description": "\u5e74\u56de\u62a5\u7387\u662f\u6295\u8d44\u6848\u4f8b\u4e2d\u7684\u5173\u952e\u53c2\u6570\uff0c\u5f71\u54cd\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u7684\u7cfb\u6570\u548c\u5e73\u8861\u70b9\u8ba1\u7b97\u3002", "entity_id": "\u5e74\u56de\u62a5\u7387", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e74\u56de\u62a5\u7387", "label": "\u5e74\u56de\u62a5\u7387", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u5e74\u56de\u62a5\u7387\u662f\u6295\u8d44\u6848\u4f8b\u4e2d\u7684\u5173\u952e\u53c2\u6570\uff0c\u5f71\u54cd\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u7684\u7cfb\u6570\u548c\u5e73\u8861\u70b9\u8ba1\u7b97\u3002"}, {"color": "#a1d965", "created_at": 1752884089, "description": "\u5e03\u6717is a Scottish botanist who proposed the concept of Brownian motion in 1827.", "entity_id": "\u5e03\u6717", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e03\u6717", "label": "\u5e03\u6717", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u5e03\u6717is a Scottish botanist who proposed the concept of Brownian motion in 1827."}, {"color": "#542503", "created_at": 1752884089, "description": "**Norbert Wiener (\u7ef4\u7eb3)** was a renowned mathematician, philosopher, and researcher, best known as the founder of **cybernetics**, a field that explores control systems and communication in machines and living organisms. His work laid the foundation for modern information theory, emphasizing the **statistical nature of information** and drawing from **statistical mechanics** to refine the mathematical expression of information metrics. \n\nWiener made significant contributions to **mathematical models underlying biodiversity indices** and is credited with developing the **Wiener process** (or **Brownian motion model**), a fundamental concept in probability theory. His influential book on cybernetics has been translated into multiple languages, including **Chinese**, further extending his global impact. \n\nAs a multidisciplinary scholar, Wiener\u0027s research spanned **control systems, information theory, and philosophy**, solidifying his legacy as a pioneer in blending mathematics with real-world applications. His work continues to influence diverse fields, from engineering to theoretical biology.", "entity_id": "\u7ef4\u7eb3", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7ef4\u7eb3", "label": "\u7ef4\u7eb3", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-07cf64ba8d23511eab636b3679334263\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321", "title": "**Norbert Wiener (\u7ef4\u7eb3)** was a renowned mathematician, philosopher, and researcher, best known as the founder of **cybernetics**, a field that explores control systems and communication in machines and living organisms. His work laid the foundation for modern information theory, emphasizing the **statistical nature of information** and drawing from **statistical mechanics** to refine the mathematical expression of information metrics. \n\nWiener made significant contributions to **mathematical models underlying biodiversity indices** and is credited with developing the **Wiener process** (or **Brownian motion model**), a fundamental concept in probability theory. His influential book on cybernetics has been translated into multiple languages, including **Chinese**, further extending his global impact. \n\nAs a multidisciplinary scholar, Wiener\u0027s research spanned **control systems, information theory, and philosophy**, solidifying his legacy as a pioneer in blending mathematics with real-world applications. His work continues to influence diverse fields, from engineering to theoretical biology."}, {"color": "#288f3c", "created_at": 1752884089, "description": "\u53c8\u79f0\u5e03\u6717\u8fd0\u52a8\u6a21\u578b\uff0c\u8868\u793a\u72ec\u7acb\u589e\u91cf\u7684\u6570\u5b66\u6a21\u578b", "entity_id": "\u7ef4\u7eb3\u8fc7\u7a0b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ef4\u7eb3\u8fc7\u7a0b", "label": "\u7ef4\u7eb3\u8fc7\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u53c8\u79f0\u5e03\u6717\u8fd0\u52a8\u6a21\u578b\uff0c\u8868\u793a\u72ec\u7acb\u589e\u91cf\u7684\u6570\u5b66\u6a21\u578b"}, {"color": "#addf02", "created_at": 1752884089, "description": "Cybernetics is the study of regulatory systems and communication in machines and living organisms.\u003cSEP\u003e\u63a7\u5236\u8bbais a field founded by Wiener, relevant to the discussion of mathematical models like the Wiener process.", "entity_id": "\u63a7\u5236\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u63a7\u5236\u8bba", "label": "\u63a7\u5236\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Cybernetics is the study of regulatory systems and communication in machines and living organisms.\u003cSEP\u003e\u63a7\u5236\u8bbais a field founded by Wiener, relevant to the discussion of mathematical models like the Wiener process."}, {"color": "#aa964a", "created_at": 1752884115, "description": "The scientific study of control and communication in animals and machines.", "entity_id": "Cybernetics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Cybernetics", "label": "Cybernetics", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The scientific study of control and communication in animals and machines."}, {"color": "#3af650", "created_at": 1752884089, "description": "\u5343\u5e74\u827a\u672f\u73cd\u54c1\uff0c\u4f53\u73b0\u4e86\u4eba\u7c7b\u5bf9\u7f8e\u7684\u5171\u6027\u8ba4\u77e5", "entity_id": "\u6566\u714c\u58c1\u753b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6566\u714c\u58c1\u753b", "label": "\u6566\u714c\u58c1\u753b", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u5343\u5e74\u827a\u672f\u73cd\u54c1\uff0c\u4f53\u73b0\u4e86\u4eba\u7c7b\u5bf9\u7f8e\u7684\u5171\u6027\u8ba4\u77e5"}, {"color": "#44b3c4", "created_at": 1752884089, "description": "\u5510\u4ee3\u8457\u540d\u8bd7\u4eba\uff0c\u5176\u8bd7\u6b4c\u4f5c\u54c1\u4f20\u5531\u81f3\u4eca", "entity_id": "\u674e\u767d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u767d", "label": "\u674e\u767d", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u5510\u4ee3\u8457\u540d\u8bd7\u4eba\uff0c\u5176\u8bd7\u6b4c\u4f5c\u54c1\u4f20\u5531\u81f3\u4eca"}, {"color": "#3d2df0", "created_at": 1752884090, "description": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784\u662f\u751f\u7269\u4f53\u7684\u57fa\u672c\u5355\u5143\u6027\u72b6\uff0c\u4f53\u73b0\u4e86\u751f\u547d\u4f53\u7684\u5bf9\u79f0\u7f8e\u3002", "entity_id": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784", "label": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784\u662f\u751f\u7269\u4f53\u7684\u57fa\u672c\u5355\u5143\u6027\u72b6\uff0c\u4f53\u73b0\u4e86\u751f\u547d\u4f53\u7684\u5bf9\u79f0\u7f8e\u3002"}, {"color": "#7ab787", "created_at": 1752884089, "description": "\u5747\u503c\u4e3a0\u3001\u65b9\u5dee\u6052\u5b9a\u7684\u6b63\u6001\u5206\u5e03\u968f\u673a\u5e8f\u5217", "entity_id": "\u9ad8\u65af\u767d\u566a\u58f0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u65af\u767d\u566a\u58f0", "label": "\u9ad8\u65af\u767d\u566a\u58f0", "shape": "dot", "size": 10, "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u5747\u503c\u4e3a0\u3001\u65b9\u5dee\u6052\u5b9a\u7684\u6b63\u6001\u5206\u5e03\u968f\u673a\u5e8f\u5217"}, {"color": "#2a632d", "created_at": 1752884090, "description": "\u5927\u4e3d\u82b1(Dahlia) exhibits radial symmetry, representing rotational symmetry in nature.\u003cSEP\u003e\u5927\u4e3d\u82b1\u662f\u4e00\u79cd\u690d\u7269\uff0c\u5176\u5bf9\u79f0\u7ed3\u6784\u4f53\u73b0\u4e86\u81ea\u7136\u754c\u4e2d\u7684\u5bf9\u79f0\u7f8e\u3002", "entity_id": "\u5927\u4e3d\u82b1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u4e3d\u82b1", "label": "\u5927\u4e3d\u82b1", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u5927\u4e3d\u82b1(Dahlia) exhibits radial symmetry, representing rotational symmetry in nature.\u003cSEP\u003e\u5927\u4e3d\u82b1\u662f\u4e00\u79cd\u690d\u7269\uff0c\u5176\u5bf9\u79f0\u7ed3\u6784\u4f53\u73b0\u4e86\u81ea\u7136\u754c\u4e2d\u7684\u5bf9\u79f0\u7f8e\u3002"}, {"color": "#bad13e", "created_at": 1752884091, "description": "\u4e2d\u5fc3\u5bf9\u79f0(Rotational Symmetry) is a mathematical symmetry where shapes remain identical after rotation.", "entity_id": "\u4e2d\u5fc3\u5bf9\u79f0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u5fc3\u5bf9\u79f0", "label": "\u4e2d\u5fc3\u5bf9\u79f0", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u4e2d\u5fc3\u5bf9\u79f0(Rotational Symmetry) is a mathematical symmetry where shapes remain identical after rotation."}, {"color": "#fc4ede", "created_at": 1752884090, "description": "\u6676\u4f53\u662f\u81ea\u7136\u754c\u4e2d\u7684\u56fa\u6001\u7269\u8d28\uff0c\u5176\u5fae\u89c2\u7ed3\u6784\u5177\u6709\u5bf9\u79f0\u6027\uff0c\u5206\u4e3a\u4e03\u7c7b\u6676\u7cfb\u548c\u4e09\u4e2a\u6676\u65cf\u3002", "entity_id": "\u6676\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6676\u4f53", "label": "\u6676\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6676\u4f53\u662f\u81ea\u7136\u754c\u4e2d\u7684\u56fa\u6001\u7269\u8d28\uff0c\u5176\u5fae\u89c2\u7ed3\u6784\u5177\u6709\u5bf9\u79f0\u6027\uff0c\u5206\u4e3a\u4e03\u7c7b\u6676\u7cfb\u548c\u4e09\u4e2a\u6676\u65cf\u3002"}, {"color": "#a05a91", "created_at": 1752884090, "description": "\u6c2f\u5316\u94a0(Sodium Chloride) is a crystalline compound with a periodic arrangement of sodium and chloride ions, forming a symmetric crystal structure.\u003cSEP\u003e\u6c2f\u5316\u94a0\u662f\u4e00\u79cd\u6676\u4f53\uff0c\u5176\u7ed3\u6784\u5177\u6709\u5bf9\u79f0\u6027\uff0c\u662f\u81ea\u7136\u754c\u4e2d\u5bf9\u79f0\u7f8e\u7684\u4f8b\u5b50\u3002", "entity_id": "\u6c2f\u5316\u94a0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6c2f\u5316\u94a0", "label": "\u6c2f\u5316\u94a0", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49\u003cSEP\u003echunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u6c2f\u5316\u94a0(Sodium Chloride) is a crystalline compound with a periodic arrangement of sodium and chloride ions, forming a symmetric crystal structure.\u003cSEP\u003e\u6c2f\u5316\u94a0\u662f\u4e00\u79cd\u6676\u4f53\uff0c\u5176\u7ed3\u6784\u5177\u6709\u5bf9\u79f0\u6027\uff0c\u662f\u81ea\u7136\u754c\u4e2d\u5bf9\u79f0\u7f8e\u7684\u4f8b\u5b50\u3002"}, {"color": "#e69d3a", "created_at": 1752884090, "description": "\u4e09\u7ef4\u7a7a\u95f4\u662f\u6676\u4f53\u7ed3\u6784\u4e2d\u539f\u5b50\u6392\u5217\u7684\u57fa\u7840\u7a7a\u95f4\u7ed3\u6784\uff0c\u51b3\u5b9a\u4e86\u6676\u4f53\u7684\u5bf9\u79f0\u6027\u3002", "entity_id": "\u4e09\u7ef4\u7a7a\u95f4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u7ef4\u7a7a\u95f4", "label": "\u4e09\u7ef4\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u4e09\u7ef4\u7a7a\u95f4\u662f\u6676\u4f53\u7ed3\u6784\u4e2d\u539f\u5b50\u6392\u5217\u7684\u57fa\u7840\u7a7a\u95f4\u7ed3\u6784\uff0c\u51b3\u5b9a\u4e86\u6676\u4f53\u7684\u5bf9\u79f0\u6027\u3002"}, {"color": "#5f1c94", "created_at": 1752884090, "description": "\u94bb\u77f3(Diamond) is a crystal belonging to the isometric (cubic) crystal system, known for its high symmetry and hardness.", "entity_id": "\u94bb\u77f3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u94bb\u77f3", "label": "\u94bb\u77f3", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u94bb\u77f3(Diamond) is a crystal belonging to the isometric (cubic) crystal system, known for its high symmetry and hardness."}, {"color": "#3b486a", "created_at": 1752884090, "description": "\u5e0c\u814a\u827a\u672f\u662f\u9a6c\u514b\u601d\u63d0\u5230\u7684\u6c38\u6052\u7f8e\u7684\u4f8b\u5b50\uff0c\u5176\u827a\u672f\u4eab\u53d7\u548c\u89c4\u8303\u6027\u7684\u7f8e\u8de8\u8d8a\u65f6\u4ee3\u3002", "entity_id": "\u5e0c\u814a\u827a\u672f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u814a\u827a\u672f", "label": "\u5e0c\u814a\u827a\u672f", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5e0c\u814a\u827a\u672f\u662f\u9a6c\u514b\u601d\u63d0\u5230\u7684\u6c38\u6052\u7f8e\u7684\u4f8b\u5b50\uff0c\u5176\u827a\u672f\u4eab\u53d7\u548c\u89c4\u8303\u6027\u7684\u7f8e\u8de8\u8d8a\u65f6\u4ee3\u3002"}, {"color": "#66ed88", "created_at": 1752884090, "description": "\u53f2\u8bd7\u662f\u9a6c\u514b\u601d\u63d0\u5230\u7684\u6c38\u6052\u7f8e\u7684\u4f8b\u5b50\uff0c\u5176\u827a\u672f\u4eab\u53d7\u548c\u89c4\u8303\u6027\u7684\u7f8e\u8de8\u8d8a\u65f6\u4ee3\u3002", "entity_id": "\u53f2\u8bd7", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53f2\u8bd7", "label": "\u53f2\u8bd7", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u53f2\u8bd7\u662f\u9a6c\u514b\u601d\u63d0\u5230\u7684\u6c38\u6052\u7f8e\u7684\u4f8b\u5b50\uff0c\u5176\u827a\u672f\u4eab\u53d7\u548c\u89c4\u8303\u6027\u7684\u7f8e\u8de8\u8d8a\u65f6\u4ee3\u3002"}, {"color": "#b8f7b6", "created_at": 1752884090, "description": "\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u662f\u9a6c\u514b\u601d\u7684\u8457\u4f5c\uff0c\u5176\u4e2d\u8ba8\u8bba\u4e86\u827a\u672f\u548c\u53f2\u8bd7\u7684\u6c38\u6052\u7f8e\u3002", "entity_id": "\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00", "label": "\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u662f\u9a6c\u514b\u601d\u7684\u8457\u4f5c\uff0c\u5176\u4e2d\u8ba8\u8bba\u4e86\u827a\u672f\u548c\u53f2\u8bd7\u7684\u6c38\u6052\u7f8e\u3002"}, {"color": "#cd713f", "created_at": 1752884090, "description": "\u6676\u7cfb\u662f\u6839\u636e\u6676\u4f53\u51e0\u4f55\u5f62\u6001\u7684\u5bf9\u79f0\u7279\u5f81\u8fdb\u884c\u7684\u5206\u7c7b\uff0c\u5171\u5206\u4e3a\u4e03\u7c7b\u3002", "entity_id": "\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6676\u7cfb", "label": "\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6676\u7cfb\u662f\u6839\u636e\u6676\u4f53\u51e0\u4f55\u5f62\u6001\u7684\u5bf9\u79f0\u7279\u5f81\u8fdb\u884c\u7684\u5206\u7c7b\uff0c\u5171\u5206\u4e3a\u4e03\u7c7b\u3002"}, {"color": "#5a419d", "created_at": 1752884090, "description": "\u6676\u65cf\u662f\u6309\u7167\u6676\u4f53\u5bf9\u79f0\u7a0b\u5ea6\u9ad8\u4f4e\u8fdb\u884c\u7684\u5206\u7c7b\uff0c\u5171\u5206\u4e3a\u4e09\u4e2a\u6676\u65cf\u3002", "entity_id": "\u6676\u65cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6676\u65cf", "label": "\u6676\u65cf", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6676\u65cf\u662f\u6309\u7167\u6676\u4f53\u5bf9\u79f0\u7a0b\u5ea6\u9ad8\u4f4e\u8fdb\u884c\u7684\u5206\u7c7b\uff0c\u5171\u5206\u4e3a\u4e09\u4e2a\u6676\u65cf\u3002"}, {"color": "#f99b40", "created_at": 1752884091, "description": "\u7b49\u8f74\u6676\u7cfb(Isometric/Cubic Crystal System) is the highest symmetry crystal system, including diamonds and gold.", "entity_id": "\u7b49\u8f74\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u8f74\u6676\u7cfb", "label": "\u7b49\u8f74\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u7b49\u8f74\u6676\u7cfb(Isometric/Cubic Crystal System) is the highest symmetry crystal system, including diamonds and gold."}, {"color": "#0194d4", "created_at": 1752884090, "description": "\u51b0(Ice) is a crystal that belongs to the hexagonal crystal system, characterized by moderate symmetry.", "entity_id": "\u51b0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51b0", "label": "\u51b0", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u51b0(Ice) is a crystal that belongs to the hexagonal crystal system, characterized by moderate symmetry."}, {"color": "#11b8f2", "created_at": 1752884090, "description": "\u77f3\u58a8(Graphite) is a form of carbon that crystallizes in the hexagonal crystal system.", "entity_id": "\u77f3\u58a8", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u77f3\u58a8", "label": "\u77f3\u58a8", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u77f3\u58a8(Graphite) is a form of carbon that crystallizes in the hexagonal crystal system."}, {"color": "#5bcd42", "created_at": 1752884091, "description": "\u516d\u65b9\u6676\u7cfb(Hexagonal Crystal System) is a moderately symmetric crystal system, including ice and graphite.", "entity_id": "\u516d\u65b9\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u516d\u65b9\u6676\u7cfb", "label": "\u516d\u65b9\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u516d\u65b9\u6676\u7cfb(Hexagonal Crystal System) is a moderately symmetric crystal system, including ice and graphite."}, {"color": "#cdc94c", "created_at": 1752884090, "description": "\u9521(Tin) is a metal that crystallizes in the tetragonal crystal system, displaying moderate symmetry.", "entity_id": "\u9521", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9521", "label": "\u9521", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u9521(Tin) is a metal that crystallizes in the tetragonal crystal system, displaying moderate symmetry."}, {"color": "#7186b8", "created_at": 1752884091, "description": "\u56db\u65b9\u6676\u7cfb(Tetragonal Crystal System) is a moderately symmetric crystal system, including tin.", "entity_id": "\u56db\u65b9\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u65b9\u6676\u7cfb", "label": "\u56db\u65b9\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u56db\u65b9\u6676\u7cfb(Tetragonal Crystal System) is a moderately symmetric crystal system, including tin."}, {"color": "#4d1473", "created_at": 1752884090, "description": "\u7898(Iodine) is a halogen element that crystallizes in the orthorhombic crystal system, exhibiting low symmetry.", "entity_id": "\u7898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7898", "label": "\u7898", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u7898(Iodine) is a halogen element that crystallizes in the orthorhombic crystal system, exhibiting low symmetry."}, {"color": "#8229d3", "created_at": 1752884090, "description": "\u8517\u7cd6(Sucrose) is a sugar that crystallizes in the monoclinic crystal system, displaying low symmetry.", "entity_id": "\u8517\u7cd6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8517\u7cd6", "label": "\u8517\u7cd6", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u8517\u7cd6(Sucrose) is a sugar that crystallizes in the monoclinic crystal system, displaying low symmetry."}, {"color": "#698e01", "created_at": 1752884091, "description": "\u659c\u65b9\u6676\u7cfb(Orthorhombic Crystal System) is a low-symmetry crystal system, including iodine.", "entity_id": "\u659c\u65b9\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u659c\u65b9\u6676\u7cfb", "label": "\u659c\u65b9\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u659c\u65b9\u6676\u7cfb(Orthorhombic Crystal System) is a low-symmetry crystal system, including iodine."}, {"color": "#d9eae4", "created_at": 1752884091, "description": "\u6c83\u68ee(Watson) is an American scientist who co-discovered the double-helix structure of DNA, a foundational discovery in molecular biology.", "entity_id": "\u6c83\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6c83\u68ee", "label": "\u6c83\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u6c83\u68ee(Watson) is an American scientist who co-discovered the double-helix structure of DNA, a foundational discovery in molecular biology."}, {"color": "#bc9253", "created_at": 1752884091, "description": "\u514b\u91cc\u514b(Crick) is a British scientist who co-discovered the double-helix structure of DNA, revolutionizing biology.", "entity_id": "\u514b\u91cc\u514b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u514b\u91cc\u514b", "label": "\u514b\u91cc\u514b", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u514b\u91cc\u514b(Crick) is a British scientist who co-discovered the double-helix structure of DNA, revolutionizing biology."}, {"color": "#720190", "created_at": 1752884091, "description": "DNA is a molecule with a double-helix structure, exhibiting symmetry, and is central to biological reproduction and evolution.", "entity_id": "DNA", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "DNA", "label": "DNA", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "DNA is a molecule with a double-helix structure, exhibiting symmetry, and is central to biological reproduction and evolution."}, {"color": "#b074ba", "created_at": 1752884091, "description": "\u53cc\u87ba\u65cb\u7ed3\u6784(Double Helix) is the symmetric structure of DNA, discovered by Watson and Crick, enabling genetic replication.", "entity_id": "\u53cc\u87ba\u65cb\u7ed3\u6784", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cc\u87ba\u65cb\u7ed3\u6784", "label": "\u53cc\u87ba\u65cb\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u53cc\u87ba\u65cb\u7ed3\u6784(Double Helix) is the symmetric structure of DNA, discovered by Watson and Crick, enabling genetic replication."}, {"color": "#40b44d", "created_at": 1752884091, "description": "\u65cb\u8f6c\u53d8\u6362(Rotation Transformation) is a mathematical operation preserving distances under rotation, creating rotational symmetry.", "entity_id": "\u65cb\u8f6c\u53d8\u6362", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65cb\u8f6c\u53d8\u6362", "label": "\u65cb\u8f6c\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u65cb\u8f6c\u53d8\u6362(Rotation Transformation) is a mathematical operation preserving distances under rotation, creating rotational symmetry."}, {"color": "#c393c3", "created_at": 1752884091, "description": "Symmetry is a property of objects that remain unchanged under certain transformations, such as rotation or reflection, with distances between points preserved.", "entity_id": "Symmetry", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Symmetry", "label": "Symmetry", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Symmetry is a property of objects that remain unchanged under certain transformations, such as rotation or reflection, with distances between points preserved."}, {"color": "#d7e558", "created_at": 1752884091, "description": "A branch of mathematics that studies symmetry by representing transformations as groups, simplifying the analysis of complex symmetries.", "entity_id": "Group Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Group Theory", "label": "Group Theory", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "A branch of mathematics that studies symmetry by representing transformations as groups, simplifying the analysis of complex symmetries."}, {"color": "#165e81", "created_at": 1752884091, "description": "French mathematician who contributed to the development of group theory, particularly in the study of polynomial equations.", "entity_id": "Galois", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Galois", "label": "Galois", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "French mathematician who contributed to the development of group theory, particularly in the study of polynomial equations."}, {"color": "#32e62d", "created_at": 1752884091, "description": "Norwegian mathematician who, along with Galois, pioneered the concept of groups in the context of solving algebraic equations.", "entity_id": "Abel", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Abel", "label": "Abel", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Norwegian mathematician who, along with Galois, pioneered the concept of groups in the context of solving algebraic equations."}, {"color": "#8224bc", "created_at": 1752884092, "description": "Permutation groups used to study symmetry in algebraic equations.", "entity_id": "\u7f6e\u6362\u7fa4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7f6e\u6362\u7fa4", "label": "\u7f6e\u6362\u7fa4", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Permutation groups used to study symmetry in algebraic equations."}, {"color": "#89791d", "created_at": 1752884091, "description": "Refers to the vast and often unstructured digital information that has become prominent since around 2010, impacting various fields.", "entity_id": "Big Data", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Big Data", "label": "Big Data", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Refers to the vast and often unstructured digital information that has become prominent since around 2010, impacting various fields."}, {"color": "#47728f", "created_at": 1752884092, "description": "Early term for large datasets, particularly post-World War II, driven by advances in detection and computing technologies.", "entity_id": "Massive Data", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Massive Data", "label": "Massive Data", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Early term for large datasets, particularly post-World War II, driven by advances in detection and computing technologies."}, {"color": "#ab5a98", "created_at": 1752884092, "description": "A landmark biological effort to sequence human DNA, initially taking over a decade but now achievable in days.", "entity_id": "Human Genome Project", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Human Genome Project", "label": "Human Genome Project", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "A landmark biological effort to sequence human DNA, initially taking over a decade but now achievable in days."}, {"color": "#bbb8e5", "created_at": 1752884092, "description": "British scientist who studied the relationship between parents\u0027 and children\u0027s heights, laying groundwork for statistical analysis of vector data.", "entity_id": "Galton", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Galton", "label": "Galton", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "British scientist who studied the relationship between parents\u0027 and children\u0027s heights, laying groundwork for statistical analysis of vector data."}, {"color": "#257ee7", "created_at": 1752884092, "description": "An astronomical project initiated in 2000, using a telescope in New Mexico to collect unprecedented amounts of astronomical data.", "entity_id": "Sloan Digital Sky Survey (SDSS)", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Sloan Digital Sky Survey (SDSS)", "label": "Sloan Digital Sky Survey (SDSS)", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "An astronomical project initiated in 2000, using a telescope in New Mexico to collect unprecedented amounts of astronomical data."}, {"color": "#d6f34a", "created_at": 1752884092, "description": "Location in New Mexico hosting the SDSS telescope, which gathered more data in weeks than all prior astronomy history.", "entity_id": "Apache Point Observatory", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Apache Point Observatory", "label": "Apache Point Observatory", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Location in New Mexico hosting the SDSS telescope, which gathered more data in weeks than all prior astronomy history."}, {"color": "#2f458f", "created_at": 1752884092, "description": "The digital sky survey movement exemplified by SDSS project.", "entity_id": "\u6570\u5b57\u5de1\u5929", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b57\u5de1\u5929", "label": "\u6570\u5b57\u5de1\u5929", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "The digital sky survey movement exemplified by SDSS project."}, {"color": "#733205", "created_at": 1752884187, "description": "Genome sequencing projects generated massive biological data sets.", "entity_id": "\u6d77\u91cf\u6570\u636e", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6d77\u91cf\u6570\u636e", "label": "\u6d77\u91cf\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Genome sequencing projects generated massive biological data sets."}, {"color": "#bd0d7d", "created_at": 1752884092, "description": "A regular octagon used as an example of a highly symmetric shape in geometry.", "entity_id": "\u6b63\u516b\u8fb9\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u516b\u8fb9\u5f62", "label": "\u6b63\u516b\u8fb9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "A regular octagon used as an example of a highly symmetric shape in geometry."}, {"color": "#823afd", "created_at": 1752884187, "description": "Regular octagon demonstrates higher symmetry than squares in geometric transformations.", "entity_id": "\u5bf9\u79f0", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5bf9\u79f0", "label": "\u5bf9\u79f0", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Regular octagon demonstrates higher symmetry than squares in geometric transformations."}, {"color": "#ea76a7", "created_at": 1752884092, "description": "A square used to demonstrate symmetry properties compared to other polygons.", "entity_id": "\u6b63\u65b9\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u65b9\u5f62", "label": "\u6b63\u65b9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "A square used to demonstrate symmetry properties compared to other polygons."}, {"color": "#528885", "created_at": 1752884092, "description": "An equilateral triangle showing intermediate symmetry between squares and isosceles triangles.", "entity_id": "\u6b63\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u4e09\u89d2\u5f62", "label": "\u6b63\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "An equilateral triangle showing intermediate symmetry between squares and isosceles triangles."}, {"color": "#df3650", "created_at": 1752884092, "description": "The most symmetric plane figure, invariant under infinite rotational transformations.", "entity_id": "\u5706", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706", "label": "\u5706", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "The most symmetric plane figure, invariant under infinite rotational transformations."}, {"color": "#cb3ae8", "created_at": 1752884092, "description": "Example of complex 3D symmetry requiring group theory for analysis.", "entity_id": "\u6c2f\u5316\u94a0\u6676\u4f53", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6c2f\u5316\u94a0\u6676\u4f53", "label": "\u6c2f\u5316\u94a0\u6676\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Example of complex 3D symmetry requiring group theory for analysis."}, {"color": "#a4cfc8", "created_at": 1752884187, "description": "Sodium chloride\u0027s crystal symmetry requires group theory for complete analysis.", "entity_id": "\u7fa4\u8bba", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u7fa4\u8bba", "label": "\u7fa4\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Sodium chloride\u0027s crystal symmetry requires group theory for complete analysis."}, {"color": "#4b32c7", "created_at": 1752884134, "description": "\u4f3d\u7f57\u534e\u548c\u963f\u8d1d\u5c14\u5171\u540c\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u516c\u5f0f\uff0c\u63d0\u51fa\u4e86\u7fa4\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\u3002", "entity_id": "\u4f3d\u7f57\u534e", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4f3d\u7f57\u534e", "label": "\u4f3d\u7f57\u534e", "shape": "dot", "size": 10, "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u4f3d\u7f57\u534e\u548c\u963f\u8d1d\u5c14\u5171\u540c\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u516c\u5f0f\uff0c\u63d0\u51fa\u4e86\u7fa4\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\u3002"}, {"color": "#1e3cc4", "created_at": 1752884134, "description": "\u4f3d\u7f57\u534e\u548c\u963f\u8d1d\u5c14\u5171\u540c\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u516c\u5f0f\uff0c\u63d0\u51fa\u4e86\u7fa4\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\u3002", "entity_id": "\u963f\u8d1d\u5c14", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u8d1d\u5c14", "label": "\u963f\u8d1d\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u4f3d\u7f57\u534e\u548c\u963f\u8d1d\u5c14\u5171\u540c\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u516c\u5f0f\uff0c\u63d0\u51fa\u4e86\u7fa4\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\u3002"}, {"color": "#7ea53c", "created_at": 1752884093, "description": "205\u5bf9\u592b\u59bb\u662f\u9ad8\u5c14\u987f\u7814\u7a76\u4e2d\u6536\u96c6\u7684\u6570\u636e\u6837\u672c\uff0c\u7528\u4e8e\u5206\u6790\u5b50\u5973\u8eab\u9ad8\u4e0e\u53cc\u4eb2\u8eab\u9ad8\u7684\u5173\u7cfb\u3002", "entity_id": "205\u5bf9\u592b\u59bb", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "205\u5bf9\u592b\u59bb", "label": "205\u5bf9\u592b\u59bb", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "205\u5bf9\u592b\u59bb\u662f\u9ad8\u5c14\u987f\u7814\u7a76\u4e2d\u6536\u96c6\u7684\u6570\u636e\u6837\u672c\uff0c\u7528\u4e8e\u5206\u6790\u5b50\u5973\u8eab\u9ad8\u4e0e\u53cc\u4eb2\u8eab\u9ad8\u7684\u5173\u7cfb\u3002"}, {"color": "#a2f5eb", "created_at": 1752884093, "description": "938\u4e2a\u6210\u5e74\u5b50\u5973\u662f\u9ad8\u5c14\u987f\u7814\u7a76\u4e2d\u6536\u96c6\u7684\u6570\u636e\u6837\u672c\uff0c\u7528\u4e8e\u5206\u6790\u8eab\u9ad8\u9057\u4f20\u89c4\u5f8b\u3002", "entity_id": "938\u4e2a\u6210\u5e74\u5b50\u5973", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "938\u4e2a\u6210\u5e74\u5b50\u5973", "label": "938\u4e2a\u6210\u5e74\u5b50\u5973", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "938\u4e2a\u6210\u5e74\u5b50\u5973\u662f\u9ad8\u5c14\u987f\u7814\u7a76\u4e2d\u6536\u96c6\u7684\u6570\u636e\u6837\u672c\uff0c\u7528\u4e8e\u5206\u6790\u8eab\u9ad8\u9057\u4f20\u89c4\u5f8b\u3002"}, {"color": "#441769", "created_at": 1752884092, "description": "\u7f8e\u56fd\u653f\u5e9c\u4e8e2012\u5e74\u542f\u52a8\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\uff0c\u6d89\u53ca\u591a\u4e2a\u8054\u90a6\u90e8\u95e8\uff0c\u65e8\u5728\u63d0\u5347\u5927\u6570\u636e\u5206\u6790\u80fd\u529b\u3002", "entity_id": "\u7f8e\u56fd\u653f\u5e9c", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u653f\u5e9c", "label": "\u7f8e\u56fd\u653f\u5e9c", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u653f\u5e9c\u4e8e2012\u5e74\u542f\u52a8\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\uff0c\u6d89\u53ca\u591a\u4e2a\u8054\u90a6\u90e8\u95e8\uff0c\u65e8\u5728\u63d0\u5347\u5927\u6570\u636e\u5206\u6790\u80fd\u529b\u3002"}, {"color": "#c59fe0", "created_at": 1752884092, "description": "2012\u5e74\u7f8e\u56fd\u653f\u5e9c\u542f\u52a8\u7684\u9879\u76ee\uff0c\u65e8\u5728\u63d0\u9ad8\u5927\u6570\u636e\u5206\u6790\u80fd\u529b\uff0c\u6d89\u53ca\u591a\u4e2a\u8054\u90a6\u90e8\u95e8\u3002", "entity_id": "\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212", "label": "\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "2012\u5e74\u7f8e\u56fd\u653f\u5e9c\u542f\u52a8\u7684\u9879\u76ee\uff0c\u65e8\u5728\u63d0\u9ad8\u5927\u6570\u636e\u5206\u6790\u80fd\u529b\uff0c\u6d89\u53ca\u591a\u4e2a\u8054\u90a6\u90e8\u95e8\u3002"}, {"color": "#c8808e", "created_at": 1752884092, "description": "The National Natural Science Foundation of China is involved in drafting reports on the future development of mathematics, including the concept of abstract structures.\u003cSEP\u003e\u4e2d\u56fd\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a\u4e0e\u4e2d\u56fd\u79d1\u5b66\u9662\u8054\u5408\u53d1\u5e03\u5b66\u79d1\u53d1\u5c55\u6218\u7565\uff0c\u63d0\u51fa\u4f18\u5148\u53d1\u5c55\u6d77\u91cf\u6570\u636e\u5206\u6790\u65b9\u6cd5\u3002", "entity_id": "\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a", "label": "\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-608b0316446964948025df9ddd40b81a", "title": "The National Natural Science Foundation of China is involved in drafting reports on the future development of mathematics, including the concept of abstract structures.\u003cSEP\u003e\u4e2d\u56fd\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a\u4e0e\u4e2d\u56fd\u79d1\u5b66\u9662\u8054\u5408\u53d1\u5e03\u5b66\u79d1\u53d1\u5c55\u6218\u7565\uff0c\u63d0\u51fa\u4f18\u5148\u53d1\u5c55\u6d77\u91cf\u6570\u636e\u5206\u6790\u65b9\u6cd5\u3002"}, {"color": "#dc53ff", "created_at": 1752884092, "description": "\u4e2d\u56fd\u79d1\u5b66\u9662\u4e0e\u4e2d\u56fd\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a\u8054\u5408\u63a8\u52a8\u5927\u6570\u636e\u76f8\u5173\u7814\u7a76\u7684\u53d1\u5c55\u3002", "entity_id": "\u4e2d\u56fd\u79d1\u5b66\u9662", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u79d1\u5b66\u9662", "label": "\u4e2d\u56fd\u79d1\u5b66\u9662", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u4e2d\u56fd\u79d1\u5b66\u9662\u4e0e\u4e2d\u56fd\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a\u8054\u5408\u63a8\u52a8\u5927\u6570\u636e\u76f8\u5173\u7814\u7a76\u7684\u53d1\u5c55\u3002"}, {"color": "#aa00fa", "created_at": 1752884093, "description": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002", "entity_id": "\u56fd\u5bb6\u79d1\u5b66\u57fa\u91d1", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u5bb6\u79d1\u5b66\u57fa\u91d1", "label": "\u56fd\u5bb6\u79d1\u5b66\u57fa\u91d1", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002"}, {"color": "#f71865", "created_at": 1752884093, "description": "\u57fa\u56e0\u6570\u636e\u662f\u5bfc\u81f4\u6570\u636e\u7ef4\u5ea6\u6025\u5267\u4e0a\u5347\u7684\u91cd\u8981\u56e0\u7d20\uff0c\u5bf9\u4f20\u7edf\u7edf\u8ba1\u5b66\u63d0\u51fa\u6311\u6218\u3002", "entity_id": "\u57fa\u56e0\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u56e0\u6570\u636e", "label": "\u57fa\u56e0\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u57fa\u56e0\u6570\u636e\u662f\u5bfc\u81f4\u6570\u636e\u7ef4\u5ea6\u6025\u5267\u4e0a\u5347\u7684\u91cd\u8981\u56e0\u7d20\uff0c\u5bf9\u4f20\u7edf\u7edf\u8ba1\u5b66\u63d0\u51fa\u6311\u6218\u3002"}, {"color": "#971874", "created_at": 1752884093, "description": "\u6c34\u6587\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u7684\u53d1\u5c55\u3002", "entity_id": "\u6c34\u6587\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6c34\u6587\u6570\u636e", "label": "\u6c34\u6587\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6c34\u6587\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u7684\u53d1\u5c55\u3002"}, {"color": "#37878b", "created_at": 1752884093, "description": "\u6c14\u8c61\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u7684\u53d1\u5c55\u3002", "entity_id": "\u6c14\u8c61\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6c14\u8c61\u6570\u636e", "label": "\u6c14\u8c61\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6c14\u8c61\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u7684\u53d1\u5c55\u3002"}, {"color": "#67144e", "created_at": 1752884093, "description": "\u5730\u8d28\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u7684\u53d1\u5c55\u3002", "entity_id": "\u5730\u8d28\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u8d28\u6570\u636e", "label": "\u5730\u8d28\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u5730\u8d28\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u7684\u53d1\u5c55\u3002"}, {"color": "#1be679", "created_at": 1752884093, "description": "\u4fe1\u606f\u79d1\u5b66\u662f\u53d7\u5927\u7ef4\u6570\u636e\u6311\u6218\u7684\u5b66\u79d1\u9886\u57df\u4e4b\u4e00\u3002", "entity_id": "\u4fe1\u606f\u79d1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4fe1\u606f\u79d1\u5b66", "label": "\u4fe1\u606f\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u4fe1\u606f\u79d1\u5b66\u662f\u53d7\u5927\u7ef4\u6570\u636e\u6311\u6218\u7684\u5b66\u79d1\u9886\u57df\u4e4b\u4e00\u3002"}, {"color": "#4083a8", "created_at": 1752884093, "description": "\u5206\u6b65\u5f0f\u8ba1\u7b97is a computational approach that processes data in stages, often used for handling large-scale or dynamic datasets.", "entity_id": "\u5206\u6b65\u5f0f\u8ba1\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6b65\u5f0f\u8ba1\u7b97", "label": "\u5206\u6b65\u5f0f\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u5206\u6b65\u5f0f\u8ba1\u7b97is a computational approach that processes data in stages, often used for handling large-scale or dynamic datasets."}, {"color": "#1ee18a", "created_at": 1752884094, "description": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cfrefers to extremely high-dimensional structured vectors used to represent unstructured data, typically sparse with most dimensions being zero.", "entity_id": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cf", "label": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cfrefers to extremely high-dimensional structured vectors used to represent unstructured data, typically sparse with most dimensions being zero."}, {"color": "#765446", "created_at": 1752884094, "description": "\u5206\u4ed3\u50a8\u5b58involves distributed storage solutions for handling large-scale, dynamic datasets efficiently.", "entity_id": "\u5206\u4ed3\u50a8\u5b58", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u4ed3\u50a8\u5b58", "label": "\u5206\u4ed3\u50a8\u5b58", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u5206\u4ed3\u50a8\u5b58involves distributed storage solutions for handling large-scale, dynamic datasets efficiently."}, {"color": "#96e3af", "created_at": 1752884094, "description": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55highlights economic growth driven by advanced technologies like AI and information science.", "entity_id": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55", "label": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55highlights economic growth driven by advanced technologies like AI and information science."}, {"color": "#622fb8", "created_at": 1752884094, "description": "\u54c8\u7279\u83b1is an American mathematician who proposed early ideas on quantifying information in 1928.\u003cSEP\u003e\u54c8\u7279\u83b1\u662f\u4fe1\u606f\u8bba\u7684\u65e9\u671f\u5148\u9a71\uff0c\u63d0\u51fa\u4e86\u7528\u4e8c\u5206\u9009\u62e9\u6d4b\u91cf\u4fe1\u606f\u91cf\u7684\u539f\u59cb\u8868\u8fbe\u65b9\u5f0f\u3002", "entity_id": "\u54c8\u7279\u83b1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u54c8\u7279\u83b1", "label": "\u54c8\u7279\u83b1", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u54c8\u7279\u83b1is an American mathematician who proposed early ideas on quantifying information in 1928.\u003cSEP\u003e\u54c8\u7279\u83b1\u662f\u4fe1\u606f\u8bba\u7684\u65e9\u671f\u5148\u9a71\uff0c\u63d0\u51fa\u4e86\u7528\u4e8c\u5206\u9009\u62e9\u6d4b\u91cf\u4fe1\u606f\u91cf\u7684\u539f\u59cb\u8868\u8fbe\u65b9\u5f0f\u3002"}, {"color": "#aa0653", "created_at": 1752884094, "description": "Claude Shannon (\u9999\u519c) is widely recognized as the founder of information theory, a field he established through his groundbreaking 1948 paper that laid the mathematical foundations of communication. He introduced the concept of entropy into information theory, which has since found applications in diverse fields such as probability theory, life sciences, and ecology. In addition to his contributions to information theory, Shannon collaborated with Wiener (\u7ef4\u7eb3) to develop methods for representing information quantity using probabilistic entropy. He also co-developed the Shannon-Wiener Diversity Index in ecology, demonstrating the interdisciplinary impact of his work. While some descriptions refer to him as one of the founders of information theory, his pivotal role in its creation and his extensive influence across multiple disciplines remain undisputed.", "entity_id": "\u9999\u519c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9999\u519c", "label": "\u9999\u519c", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321\u003cSEP\u003echunk-07fa82116ccdf3d987439780f6db30db\u003cSEP\u003echunk-07cf64ba8d23511eab636b3679334263\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Claude Shannon (\u9999\u519c) is widely recognized as the founder of information theory, a field he established through his groundbreaking 1948 paper that laid the mathematical foundations of communication. He introduced the concept of entropy into information theory, which has since found applications in diverse fields such as probability theory, life sciences, and ecology. In addition to his contributions to information theory, Shannon collaborated with Wiener (\u7ef4\u7eb3) to develop methods for representing information quantity using probabilistic entropy. He also co-developed the Shannon-Wiener Diversity Index in ecology, demonstrating the interdisciplinary impact of his work. While some descriptions refer to him as one of the founders of information theory, his pivotal role in its creation and his extensive influence across multiple disciplines remain undisputed."}, {"color": "#5e1325", "created_at": 1752884094, "description": "\u4fe1\u606f\u91cf\u7684\u57fa\u672c\u5355\u4f4d\uff0c\u6e90\u4e8e\u4e8c\u5206\u9009\u62e9\u6240\u9700\u7684\u4fe1\u606f\u91cf\u6d4b\u91cf\u3002\u003cSEP\u003e\u6bd4\u7279is the basic unit of information, representing a binary choice with equal probability.", "entity_id": "\u6bd4\u7279", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6bd4\u7279", "label": "\u6bd4\u7279", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u4fe1\u606f\u91cf\u7684\u57fa\u672c\u5355\u4f4d\uff0c\u6e90\u4e8e\u4e8c\u5206\u9009\u62e9\u6240\u9700\u7684\u4fe1\u606f\u91cf\u6d4b\u91cf\u3002\u003cSEP\u003e\u6bd4\u7279is the basic unit of information, representing a binary choice with equal probability."}, {"color": "#016413", "created_at": 1752884094, "description": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cfinvolves quantifying information mathematically, foundational to communication and data processing.", "entity_id": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cf", "label": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cfinvolves quantifying information mathematically, foundational to communication and data processing."}, {"color": "#3a6e0b", "created_at": 1752884095, "description": "A measure of biodiversity derived from Shannon entropy, used to assess the diversity of species in a community based on the probability distribution of species.\u003cSEP\u003eThe Shannon-Wiener Diversity Index is another biodiversity index used alongside the Simpson Diversity Index to measure species diversity.\u003cSEP\u003eThe Shannon-Wiener Diversity Index quantifies biodiversity using probability-based formulas, reflecting species richness and evenness.", "entity_id": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "label": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-a84c3d9a08c41fcb09806c860f52c321\u003cSEP\u003echunk-07fa82116ccdf3d987439780f6db30db", "title": "A measure of biodiversity derived from Shannon entropy, used to assess the diversity of species in a community based on the probability distribution of species.\u003cSEP\u003eThe Shannon-Wiener Diversity Index is another biodiversity index used alongside the Simpson Diversity Index to measure species diversity.\u003cSEP\u003eThe Shannon-Wiener Diversity Index quantifies biodiversity using probability-based formulas, reflecting species richness and evenness."}, {"color": "#0593f5", "created_at": 1752884096, "description": "A physics concept measuring the degree of disorder in a system, later applied in information theory and other fields.", "entity_id": "\u71b5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u71b5", "label": "\u71b5", "shape": "dot", "size": 10, "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "A physics concept measuring the degree of disorder in a system, later applied in information theory and other fields."}, {"color": "#7cde5a", "created_at": 1752884094, "description": "\u76f8\u5173\u77e9\u9635is a matrix formed by structured vectors to represent data relationships, often sparse with few meaningful indicators.", "entity_id": "\u76f8\u5173\u77e9\u9635", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u76f8\u5173\u77e9\u9635", "label": "\u76f8\u5173\u77e9\u9635", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u76f8\u5173\u77e9\u9635is a matrix formed by structured vectors to represent data relationships, often sparse with few meaningful indicators."}, {"color": "#eaf9d5", "created_at": 1752884094, "description": "\u793e\u4ea4\u7f51\u7edcdescribes networks of individuals with diverse connections, characterized by complex structures and data types.", "entity_id": "\u793e\u4ea4\u7f51\u7edc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u793e\u4ea4\u7f51\u7edc", "label": "\u793e\u4ea4\u7f51\u7edc", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u793e\u4ea4\u7f51\u7edcdescribes networks of individuals with diverse connections, characterized by complex structures and data types."}, {"color": "#032aad", "created_at": 1752884094, "description": "\u7ed3\u6784\u5316\u6570\u636eincludes data with predefined formats like age and gender, easily represented in traditional matrices.", "entity_id": "\u7ed3\u6784\u5316\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ed3\u6784\u5316\u6570\u636e", "label": "\u7ed3\u6784\u5316\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7ed3\u6784\u5316\u6570\u636eincludes data with predefined formats like age and gender, easily represented in traditional matrices."}, {"color": "#b73b26", "created_at": 1752884094, "description": "\u975e\u7ed3\u6784\u5316\u6570\u636eencompasses data like text and images that lack a predefined format, requiring advanced processing.", "entity_id": "\u975e\u7ed3\u6784\u5316\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u975e\u7ed3\u6784\u5316\u6570\u636e", "label": "\u975e\u7ed3\u6784\u5316\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u975e\u7ed3\u6784\u5316\u6570\u636eencompasses data like text and images that lack a predefined format, requiring advanced processing."}, {"color": "#e60e32", "created_at": 1752884094, "description": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784refers to the architecture of IoT networks, connecting diverse data sources dynamically.", "entity_id": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784", "label": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784refers to the architecture of IoT networks, connecting diverse data sources dynamically."}, {"color": "#836f9c", "created_at": 1752884094, "description": "\u6570\u636e\u6d41represents continuously generated data, such as online shopping transactions, requiring real-time analysis.", "entity_id": "\u6570\u636e\u6d41", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u636e\u6d41", "label": "\u6570\u636e\u6d41", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u6570\u636e\u6d41represents continuously generated data, such as online shopping transactions, requiring real-time analysis."}, {"color": "#f07168", "created_at": 1752884094, "description": "GPS\u5b9a\u4f4dprovides trajectory data through location tracking, exemplifying dynamic network data.", "entity_id": "GPS\u5b9a\u4f4d", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "GPS\u5b9a\u4f4d", "label": "GPS\u5b9a\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "GPS\u5b9a\u4f4dprovides trajectory data through location tracking, exemplifying dynamic network data."}, {"color": "#1fe4e7", "created_at": 1752884094, "description": "\u7ecf\u5178\u7edf\u8ba1\u5b66refers to traditional statistical methods challenged by the complexity of big data.", "entity_id": "\u7ecf\u5178\u7edf\u8ba1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ecf\u5178\u7edf\u8ba1\u5b66", "label": "\u7ecf\u5178\u7edf\u8ba1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7ecf\u5178\u7edf\u8ba1\u5b66refers to traditional statistical methods challenged by the complexity of big data."}, {"color": "#89ce8b", "created_at": 1752884094, "description": "\u52a8\u6001\u6a21\u578bare models that adapt to changing data structures over time, essential for network data.", "entity_id": "\u52a8\u6001\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a8\u6001\u6a21\u578b", "label": "\u52a8\u6001\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u52a8\u6001\u6a21\u578bare models that adapt to changing data structures over time, essential for network data."}, {"color": "#a2923e", "created_at": 1752884094, "description": "Hartley is the originator of the initial expression of information quantity using binary choices.", "entity_id": "Hartley", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Hartley", "label": "Hartley", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Hartley is the originator of the initial expression of information quantity using binary choices."}, {"color": "#078fb6", "created_at": 1752884094, "description": "Binary choice refers to a decision between two options, such as 0 or 1, used to measure information quantity.", "entity_id": "Binary Choice", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Binary Choice", "label": "Binary Choice", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Binary choice refers to a decision between two options, such as 0 or 1, used to measure information quantity."}, {"color": "#95de5b", "created_at": 1752884094, "description": "Wiener is a mathematician who contributed to the concept of information entropy using statistical mechanics.", "entity_id": "Wiener", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Wiener", "label": "Wiener", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Wiener is a mathematician who contributed to the concept of information entropy using statistical mechanics."}, {"color": "#b39e43", "created_at": 1752884094, "description": "Information entropy is a measure of information quantity, calculated as a weighted average using probabilities.", "entity_id": "Information Entropy", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Information Entropy", "label": "Information Entropy", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Information entropy is a measure of information quantity, calculated as a weighted average using probabilities."}, {"color": "#d850e8", "created_at": 1752884094, "description": "Shannon is a mathematician who, along with Wiener, developed the concept of information entropy.", "entity_id": "Shannon", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Shannon", "label": "Shannon", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Shannon is a mathematician who, along with Wiener, developed the concept of information entropy."}, {"color": "#e96d1f", "created_at": 1752884094, "description": "K-L Distance (Kullback-Leibler divergence) is a measure of the difference between two probability distributions, used to quantify information divergence.", "entity_id": "K-L Distance", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "K-L Distance", "label": "K-L Distance", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "K-L Distance (Kullback-Leibler divergence) is a measure of the difference between two probability distributions, used to quantify information divergence."}, {"color": "#30c64b", "created_at": 1752884095, "description": "\u5728\u4e24\u79cd\u53ef\u80fd\u6027\u4e2d\u505a\u9009\u62e9\u7684\u4fe1\u606f\u6d4b\u91cf\u57fa\u672c\u65b9\u6cd5\u3002", "entity_id": "\u4e8c\u5206\u9009\u62e9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e8c\u5206\u9009\u62e9", "label": "\u4e8c\u5206\u9009\u62e9", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u5728\u4e24\u79cd\u53ef\u80fd\u6027\u4e2d\u505a\u9009\u62e9\u7684\u4fe1\u606f\u6d4b\u91cf\u57fa\u672c\u65b9\u6cd5\u3002"}, {"color": "#a98384", "created_at": 1752884095, "description": "\u540e\u6765\u88ab\u5f15\u5165\u66ff\u4ee3\u4ee52\u4e3a\u5e95\u7684\u5bf9\u6570\uff0c\u7528\u4e8e\u4fe1\u606f\u71b5\u8ba1\u7b97\u3002", "entity_id": "\u81ea\u7136\u5bf9\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u5bf9\u6570", "label": "\u81ea\u7136\u5bf9\u6570", "shape": "dot", "size": 10, "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u540e\u6765\u88ab\u5f15\u5165\u66ff\u4ee3\u4ee52\u4e3a\u5e95\u7684\u5bf9\u6570\uff0c\u7528\u4e8e\u4fe1\u606f\u71b5\u8ba1\u7b97\u3002"}, {"color": "#22f35f", "created_at": 1752884095, "description": "The Dow Jones Index is a measure of stock market performance for New York Stock Exchange, used as a basis for stock trading and economic predictions.", "entity_id": "\u9053\u743c\u65af\u6307\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9053\u743c\u65af\u6307\u6570", "label": "\u9053\u743c\u65af\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Dow Jones Index is a measure of stock market performance for New York Stock Exchange, used as a basis for stock trading and economic predictions."}, {"color": "#6f5b90", "created_at": 1752884095, "description": "The New York Stock Exchange is a major global financial market located in New York City.", "entity_id": "\u7ebd\u7ea6\u80a1\u5e02", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebd\u7ea6\u80a1\u5e02", "label": "\u7ebd\u7ea6\u80a1\u5e02", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The New York Stock Exchange is a major global financial market located in New York City."}, {"color": "#dbfefb", "created_at": 1752884095, "description": "The Nikkei Index tracks the performance of the Tokyo Stock Exchange and is a key indicator for economic assessments.", "entity_id": "\u65e5\u7ecf\u6307\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e5\u7ecf\u6307\u6570", "label": "\u65e5\u7ecf\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Nikkei Index tracks the performance of the Tokyo Stock Exchange and is a key indicator for economic assessments."}, {"color": "#3c3bc9", "created_at": 1752884095, "description": "The Tokyo Stock Exchange is Japan\u0027s primary securities trading platform located in Tokyo.", "entity_id": "\u4e1c\u4eac\u80a1\u5e02", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e1c\u4eac\u80a1\u5e02", "label": "\u4e1c\u4eac\u80a1\u5e02", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Tokyo Stock Exchange is Japan\u0027s primary securities trading platform located in Tokyo."}, {"color": "#962ef1", "created_at": 1752884095, "description": "The Shanghai Composite Index measures the performance of the Shanghai Stock Exchange and serves as a reference for economic conditions.", "entity_id": "\u4e0a\u8bc1\u6307\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u8bc1\u6307\u6570", "label": "\u4e0a\u8bc1\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Shanghai Composite Index measures the performance of the Shanghai Stock Exchange and serves as a reference for economic conditions."}, {"color": "#299b96", "created_at": 1752884095, "description": "The Shanghai Stock Exchange is China\u0027s largest stock market based in Shanghai.", "entity_id": "\u4e0a\u6d77\u80a1\u5e02", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u80a1\u5e02", "label": "\u4e0a\u6d77\u80a1\u5e02", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Shanghai Stock Exchange is China\u0027s largest stock market based in Shanghai."}, {"color": "#0c2d8c", "created_at": 1752884190, "description": "The Shannon-Wiener Index mathematically quantifies biodiversity through probabilistic species distribution.", "entity_id": "\u751f\u7269\u591a\u6837\u6027\u6307\u6807", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u751f\u7269\u591a\u6837\u6027\u6307\u6807", "label": "\u751f\u7269\u591a\u6837\u6027\u6307\u6807", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Shannon-Wiener Index mathematically quantifies biodiversity through probabilistic species distribution."}, {"color": "#190896", "created_at": 1752884095, "description": "A community with two species (\u7532and\u4e59) in equal proportions (50 each out of 100 samples), representing high biodiversity.", "entity_id": "\u7fa4\u843dA", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7fa4\u843dA", "label": "\u7fa4\u843dA", "shape": "dot", "size": 10, "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "A community with two species (\u7532and\u4e59) in equal proportions (50 each out of 100 samples), representing high biodiversity."}, {"color": "#da6608", "created_at": 1752884095, "description": "A community with two species (\u7532and\u4e59) in unequal proportions (80\u7532and 20\u4e59out of 100 samples), representing moderate biodiversity.", "entity_id": "\u7fa4\u843dB", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7fa4\u843dB", "label": "\u7fa4\u843dB", "shape": "dot", "size": 10, "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "A community with two species (\u7532and\u4e59) in unequal proportions (80\u7532and 20\u4e59out of 100 samples), representing moderate biodiversity."}, {"color": "#b714d5", "created_at": 1752884096, "description": "A community with only one species (100\u7532and 0\u4e59out of 100 samples), representing low biodiversity.", "entity_id": "\u7fa4\u843dC", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7fa4\u843dC", "label": "\u7fa4\u843dC", "shape": "dot", "size": 10, "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "A community with only one species (100\u7532and 0\u4e59out of 100 samples), representing low biodiversity."}, {"color": "#a86dd4", "created_at": 1752884096, "description": "A British statistician who proposed the Simpson diversity index, a simpler measure of biodiversity.\u003cSEP\u003e\u8f9b\u666e\u68eeis a British statistician known for proposing the Simpson Diversity Index and the Simpson Paradox.", "entity_id": "\u8f9b\u666e\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8f9b\u666e\u68ee", "label": "\u8f9b\u666e\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc\u003cSEP\u003echunk-07fa82116ccdf3d987439780f6db30db", "title": "A British statistician who proposed the Simpson diversity index, a simpler measure of biodiversity.\u003cSEP\u003e\u8f9b\u666e\u68eeis a British statistician known for proposing the Simpson Diversity Index and the Simpson Paradox."}, {"color": "#140e69", "created_at": 1752884095, "description": "Mathematical measurement refers to the quantification of phenomena using mathematical models.", "entity_id": "\u6570\u5b66\u5ea6\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5ea6\u91cf", "label": "\u6570\u5b66\u5ea6\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Mathematical measurement refers to the quantification of phenomena using mathematical models."}, {"color": "#3079d2", "created_at": 1752884095, "description": "Biodiversity describes the variety of life in ecosystems, often measured through diversity indices.", "entity_id": "\u751f\u7269\u591a\u6837\u6027", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u751f\u7269\u591a\u6837\u6027", "label": "\u751f\u7269\u591a\u6837\u6027", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Biodiversity describes the variety of life in ecosystems, often measured through diversity indices."}, {"color": "#307d52", "created_at": 1752884095, "description": "Natural resources are materials derived from the environment that support life and economic activities.", "entity_id": "\u81ea\u7136\u8d44\u6e90", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u8d44\u6e90", "label": "\u81ea\u7136\u8d44\u6e90", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Natural resources are materials derived from the environment that support life and economic activities."}, {"color": "#5e8994", "created_at": 1752884095, "description": "New energy refers to renewable and sustainable energy sources developed as alternatives to fossil fuels.", "entity_id": "\u65b0\u578b\u80fd\u6e90", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65b0\u578b\u80fd\u6e90", "label": "\u65b0\u578b\u80fd\u6e90", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "New energy refers to renewable and sustainable energy sources developed as alternatives to fossil fuels."}, {"color": "#2139bf", "created_at": 1752884096, "description": "A German physicist who first introduced the concept of entropy in 1850, a thermodynamic parameter reflecting the irreversibility of spontaneous processes.", "entity_id": "\u514b\u52b3\u4fee\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u514b\u52b3\u4fee\u65af", "label": "\u514b\u52b3\u4fee\u65af", "shape": "dot", "size": 10, "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "A German physicist who first introduced the concept of entropy in 1850, a thermodynamic parameter reflecting the irreversibility of spontaneous processes."}, {"color": "#2a8a56", "created_at": 1752884096, "description": "The Simpson Paradox is a statistical phenomenon where trends appear in different groups but disappear or reverse when combined.", "entity_id": "\u8f9b\u666e\u68ee\u6096\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8f9b\u666e\u68ee\u6096\u8bba", "label": "\u8f9b\u666e\u68ee\u6096\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The Simpson Paradox is a statistical phenomenon where trends appear in different groups but disappear or reverse when combined."}, {"color": "#9dbfc3", "created_at": 1752884096, "description": "Thermodynamics law stating entropy always increases in isolated systems, foundational to entropy\u0027s definition.", "entity_id": "\u70ed\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u70ed\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "label": "\u70ed\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "Thermodynamics law stating entropy always increases in isolated systems, foundational to entropy\u0027s definition."}, {"color": "#7f9782", "created_at": 1752884096, "description": "The Mathematics Tianyuan Fund is a research funding body in China that supports mathematical research and education.", "entity_id": "\u6570\u5b66\u5929\u5143\u57fa\u91d1", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u5929\u5143\u57fa\u91d1", "label": "\u6570\u5b66\u5929\u5143\u57fa\u91d1", "shape": "dot", "size": 10, "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The Mathematics Tianyuan Fund is a research funding body in China that supports mathematical research and education."}, {"color": "#8956ff", "created_at": 1752884096, "description": "\u65af\u8482\u6069(Lynn Steen) is a U.S. math educator who advocated for mathematics as the \u0027science of patterns\u0027.\u003cSEP\u003e\u65af\u8482\u6069is referenced as suggesting that mathematical research should focus more on patterns, influencing the discussion on mathematical models and patterns.", "entity_id": "\u65af\u8482\u6069", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u65af\u8482\u6069", "label": "\u65af\u8482\u6069", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u65af\u8482\u6069(Lynn Steen) is a U.S. math educator who advocated for mathematics as the \u0027science of patterns\u0027.\u003cSEP\u003e\u65af\u8482\u6069is referenced as suggesting that mathematical research should focus more on patterns, influencing the discussion on mathematical models and patterns."}, {"color": "#474452", "created_at": 1752884097, "description": "\u8ba1\u7b97\u673a\u4e0e\u6570\u5b66(Computers and Mathematics) highlights the interdisciplinary synergy enabling data-driven mathematical discovery.", "entity_id": "\u8ba1\u7b97\u673a\u4e0e\u6570\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba1\u7b97\u673a\u4e0e\u6570\u5b66", "label": "\u8ba1\u7b97\u673a\u4e0e\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u8ba1\u7b97\u673a\u4e0e\u6570\u5b66(Computers and Mathematics) highlights the interdisciplinary synergy enabling data-driven mathematical discovery."}, {"color": "#991f98", "created_at": 1752884096, "description": "\u7f8e\u56fd\u6570\u5b66\u6559\u80b2\u5bb6(American Mathematics Educators) represents the academic community advancing math education theories.", "entity_id": "\u7f8e\u56fd\u6570\u5b66\u6559\u80b2\u5bb6", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u6570\u5b66\u6559\u80b2\u5bb6", "label": "\u7f8e\u56fd\u6570\u5b66\u6559\u80b2\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u7f8e\u56fd\u6570\u5b66\u6559\u80b2\u5bb6(American Mathematics Educators) represents the academic community advancing math education theories."}, {"color": "#67c16a", "created_at": 1752884097, "description": "\u51fd\u6570\u548c\u6620\u5c04(Functions and Mappings) transform mathematical patterns between domains through defined relationships.", "entity_id": "\u51fd\u6570\u548c\u6620\u5c04", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51fd\u6570\u548c\u6620\u5c04", "label": "\u51fd\u6570\u548c\u6620\u5c04", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u51fd\u6570\u548c\u6620\u5c04(Functions and Mappings) transform mathematical patterns between domains through defined relationships."}, {"color": "#efc8c1", "created_at": 1752884097, "description": "\u540c\u6001(Homomorphism) preserves algebraic structures during transformations between mathematical systems.", "entity_id": "\u540c\u6001", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u540c\u6001", "label": "\u540c\u6001", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u540c\u6001(Homomorphism) preserves algebraic structures during transformations between mathematical systems."}, {"color": "#18fbb8", "created_at": 1752884097, "description": "The **Nobel Prize in Economics** (officially known as the Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel) is a prestigious award established in 1969 by the Swedish Central Bank to recognize outstanding contributions to economic research. The prize emphasizes the application of mathematical models in economics, valuing their real-world impact over the complexity of mathematical expression. \n\nNotable laureates include **Milton Friedman**, who received the award for his influential work in economics, and **Paul Samuelson**, honored in 1970 for his advancements in quantitative economics. The prize highlights the interplay between theoretical rigor and practical relevance in economic research, celebrating innovations that shape economic thought and policy. \n\nWhile some descriptions reference specific winners (e.g., Friedman and Samuelson), others clarify the award\u0027s broader purpose and criteria. The overarching theme is the recognition of groundbreaking economic research, often grounded in mathematical frameworks with tangible applications.", "entity_id": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "label": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "The **Nobel Prize in Economics** (officially known as the Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel) is a prestigious award established in 1969 by the Swedish Central Bank to recognize outstanding contributions to economic research. The prize emphasizes the application of mathematical models in economics, valuing their real-world impact over the complexity of mathematical expression. \n\nNotable laureates include **Milton Friedman**, who received the award for his influential work in economics, and **Paul Samuelson**, honored in 1970 for his advancements in quantitative economics. The prize highlights the interplay between theoretical rigor and practical relevance in economic research, celebrating innovations that shape economic thought and policy. \n\nWhile some descriptions reference specific winners (e.g., Friedman and Samuelson), others clarify the award\u0027s broader purpose and criteria. The overarching theme is the recognition of groundbreaking economic research, often grounded in mathematical frameworks with tangible applications."}, {"color": "#f15b02", "created_at": 1752884098, "description": "John von Neumann, a mathematician and computer science pioneer, emphasized the importance of connecting mathematics to real-world applications to avoid \u0027degeneration\u0027 in the field.", "entity_id": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "label": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "John von Neumann, a mathematician and computer science pioneer, emphasized the importance of connecting mathematics to real-world applications to avoid \u0027degeneration\u0027 in the field."}, {"color": "#3d4c8a", "created_at": 1752884195, "description": "Mathematical models serve as crucial tools for understanding and analyzing economic phenomena.", "entity_id": "\u7ecf\u6d4e\u5b66", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u7ecf\u6d4e\u5b66", "label": "\u7ecf\u6d4e\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Mathematical models serve as crucial tools for understanding and analyzing economic phenomena."}, {"color": "#149674", "created_at": 1752884097, "description": "\u7ebf\u6027\u6a21\u578b(Linear Models) are examples of mathematical patterns directly used as models in statistical analysis.", "entity_id": "\u7ebf\u6027\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebf\u6027\u6a21\u578b", "label": "\u7ebf\u6027\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "\u7ebf\u6027\u6a21\u578b(Linear Models) are examples of mathematical patterns directly used as models in statistical analysis."}, {"color": "#8eb944", "created_at": 1752884097, "description": "\u5e7f\u4e49\u7ebf\u6027\u6a21\u578b(Generalized Linear Models) extend linear models to accommodate various types of data distributions.", "entity_id": "\u5e7f\u4e49\u7ebf\u6027\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7f\u4e49\u7ebf\u6027\u6a21\u578b", "label": "\u5e7f\u4e49\u7ebf\u6027\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "\u5e7f\u4e49\u7ebf\u6027\u6a21\u578b(Generalized Linear Models) extend linear models to accommodate various types of data distributions."}, {"color": "#6a4bc1", "created_at": 1752884097, "description": "\u79cd\u7fa4\u589e\u957f\u6a21\u578b(Population Growth Models) are biological applications of mathematical modeling to study species dynamics.", "entity_id": "\u79cd\u7fa4\u589e\u957f\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u79cd\u7fa4\u589e\u957f\u6a21\u578b", "label": "\u79cd\u7fa4\u589e\u957f\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "\u79cd\u7fa4\u589e\u957f\u6a21\u578b(Population Growth Models) are biological applications of mathematical modeling to study species dynamics."}, {"color": "#6eaa8b", "created_at": 1752884193, "description": "Population growth models apply mathematical concepts to biological systems for ecological understanding.", "entity_id": "\u751f\u7269\u5b66", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u751f\u7269\u5b66", "label": "\u751f\u7269\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Population growth models apply mathematical concepts to biological systems for ecological understanding."}, {"color": "#5dd4b6", "created_at": 1752884097, "description": "\u57fa\u56e0\u590d\u5236\u6a21\u578b(Gene Replication Models) use mathematical approaches to understand genetic processes.", "entity_id": "\u57fa\u56e0\u590d\u5236\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u56e0\u590d\u5236\u6a21\u578b", "label": "\u57fa\u56e0\u590d\u5236\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "\u57fa\u56e0\u590d\u5236\u6a21\u578b(Gene Replication Models) use mathematical approaches to understand genetic processes."}, {"color": "#3b9320", "created_at": 1752884097, "description": "\u677f\u5757\u6784\u9020\u6a21\u578b(Plate Tectonics Models) apply mathematical concepts to geological phenomena.", "entity_id": "\u677f\u5757\u6784\u9020\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u677f\u5757\u6784\u9020\u6a21\u578b", "label": "\u677f\u5757\u6784\u9020\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "\u677f\u5757\u6784\u9020\u6a21\u578b(Plate Tectonics Models) apply mathematical concepts to geological phenomena."}, {"color": "#a8dffa", "created_at": 1752884193, "description": "Plate tectonics models employ mathematical approaches to understand geological formations.", "entity_id": "\u5730\u8d28\u5b66", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u8d28\u5b66", "label": "\u5730\u8d28\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Plate tectonics models employ mathematical approaches to understand geological formations."}, {"color": "#2d9440", "created_at": 1752884097, "description": "The acceleration due to gravity, approximately 9.8 m/s\u00b2 on Earth, central to Galileo\u0027s free-fall studies.", "entity_id": "\u91cd\u529b\u52a0\u901f\u5ea6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u91cd\u529b\u52a0\u901f\u5ea6", "label": "\u91cd\u529b\u52a0\u901f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "The acceleration due to gravity, approximately 9.8 m/s\u00b2 on Earth, central to Galileo\u0027s free-fall studies."}, {"color": "#ffe6c8", "created_at": 1752884098, "description": "The Swedish Central Bank donated funds to establish the Nobel Prize in Economics in 1968, celebrating its 300th anniversary.", "entity_id": "\u745e\u5178\u94f6\u884c", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u745e\u5178\u94f6\u884c", "label": "\u745e\u5178\u94f6\u884c", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "The Swedish Central Bank donated funds to establish the Nobel Prize in Economics in 1968, celebrating its 300th anniversary."}, {"color": "#a4be07", "created_at": 1752884098, "description": "The Keynesian static model is a mathematical representation of the relationship between national income (Y), consumption (C), and investment (I), expressed as Y = C + I and C = a\u2080 + aY.\u003cSEP\u003eThe original Keynesian economic model focusing on static relationships between aggregate demand components.", "entity_id": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "label": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The Keynesian static model is a mathematical representation of the relationship between national income (Y), consumption (C), and investment (I), expressed as Y = C + I and C = a\u2080 + aY.\u003cSEP\u003eThe original Keynesian economic model focusing on static relationships between aggregate demand components."}, {"color": "#c01947", "created_at": 1752884097, "description": "A branch of economics focusing on large-scale factors like national productivity and government intervention, pioneered by Keynes.\u003cSEP\u003eMacroeconomics is a branch of economics founded by Keynes, focusing on government intervention in markets and the behavior of aggregate variables like national income, consumption, and investment.", "entity_id": "\u5b8f\u89c2\u7ecf\u6d4e\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b8f\u89c2\u7ecf\u6d4e\u5b66", "label": "\u5b8f\u89c2\u7ecf\u6d4e\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "A branch of economics focusing on large-scale factors like national productivity and government intervention, pioneered by Keynes.\u003cSEP\u003eMacroeconomics is a branch of economics founded by Keynes, focusing on government intervention in markets and the behavior of aggregate variables like national income, consumption, and investment."}, {"color": "#0f91eb", "created_at": 1752884098, "description": "Paul Samuelson is an American economist who won the 1970 Nobel Prize in Economics for his contributions to quantitative economics. He is known for developing the multiplier-accelerator model, a dynamic version of Keynesian economics.\u003cSEP\u003ePaul Samuelson, a Nobel laureate in Economics (1970), is known as a synthesizer of Keynesian theory and contributed significantly to quantitative economics.", "entity_id": "\u8428\u7f2a\u5c14\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8428\u7f2a\u5c14\u68ee", "label": "\u8428\u7f2a\u5c14\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Paul Samuelson is an American economist who won the 1970 Nobel Prize in Economics for his contributions to quantitative economics. He is known for developing the multiplier-accelerator model, a dynamic version of Keynesian economics.\u003cSEP\u003ePaul Samuelson, a Nobel laureate in Economics (1970), is known as a synthesizer of Keynesian theory and contributed significantly to quantitative economics."}, {"color": "#8d8df6", "created_at": 1752884116, "description": "Milton Friedman is a Nobel Prize-winning economist known for his work on consumption theory.", "entity_id": "\u5f17\u91cc\u5fb7\u66fc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f17\u91cc\u5fb7\u66fc", "label": "\u5f17\u91cc\u5fb7\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Milton Friedman is a Nobel Prize-winning economist known for his work on consumption theory."}, {"color": "#624371", "created_at": 1752884117, "description": "A country where Galileo\u0027s work was initially published due to opposition in Italy.", "entity_id": "\u8377\u5170", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u8377\u5170", "label": "\u8377\u5170", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A country where Galileo\u0027s work was initially published due to opposition in Italy."}, {"color": "#2c4eef", "created_at": 1752884098, "description": "A dynamic economic model developed by Samuelson, linking government spending, consumption, and investment over time to explain cyclical economic growth.\u003cSEP\u003eAn economic model developed by Paul Samuelson.", "entity_id": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "label": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "A dynamic economic model developed by Samuelson, linking government spending, consumption, and investment over time to explain cyclical economic growth.\u003cSEP\u003eAn economic model developed by Paul Samuelson."}, {"color": "#0ef035", "created_at": 1752884098, "description": "The economic concept where an initial change in spending causes a larger change in national income.\u003cSEP\u003eThe multiplier effect describes how changes in investment or consumption disproportionately impact national income in the Keynesian model.", "entity_id": "\u4e58\u6570\u6548\u5e94", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e58\u6570\u6548\u5e94", "label": "\u4e58\u6570\u6548\u5e94", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The economic concept where an initial change in spending causes a larger change in national income.\u003cSEP\u003eThe multiplier effect describes how changes in investment or consumption disproportionately impact national income in the Keynesian model."}, {"color": "#64ad9c", "created_at": 1752884098, "description": "A macroeconomic concept representing the total income of a nation used in economic modeling.\u003cSEP\u003eNational income (Y) is a key economic metric representing the total income of a nation, central to the Keynesian model.", "entity_id": "\u56fd\u6c11\u6536\u5165", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u6c11\u6536\u5165", "label": "\u56fd\u6c11\u6536\u5165", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "A macroeconomic concept representing the total income of a nation used in economic modeling.\u003cSEP\u003eNational income (Y) is a key economic metric representing the total income of a nation, central to the Keynesian model."}, {"color": "#431bc9", "created_at": 1752884098, "description": "Samuelson\u0027s extension of Keynesian theory incorporating time-dependent relationships between economic variables.", "entity_id": "\u51ef\u6069\u65af\u52a8\u6001\u6a21\u578b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51ef\u6069\u65af\u52a8\u6001\u6a21\u578b", "label": "\u51ef\u6069\u65af\u52a8\u6001\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Samuelson\u0027s extension of Keynesian theory incorporating time-dependent relationships between economic variables."}, {"color": "#f2b475", "created_at": 1752884098, "description": "Aggregate consumption expenditure in an economy, a key component of Keynesian models.\u003cSEP\u003eNational consumption (C) refers to total spending by households, modeled as C = a\u2080 + aY in Keynesian economics.", "entity_id": "\u56fd\u6c11\u6d88\u8d39", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u6c11\u6d88\u8d39", "label": "\u56fd\u6c11\u6d88\u8d39", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Aggregate consumption expenditure in an economy, a key component of Keynesian models.\u003cSEP\u003eNational consumption (C) refers to total spending by households, modeled as C = a\u2080 + aY in Keynesian economics."}, {"color": "#6ba0ae", "created_at": 1752884098, "description": "Aggregate investment in an economy, central to business cycle theories.\u003cSEP\u003eNational investment (I) includes savings and capital expenditures, a component of national income (Y = C + I).", "entity_id": "\u56fd\u6c11\u6295\u8d44", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u6c11\u6295\u8d44", "label": "\u56fd\u6c11\u6295\u8d44", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Aggregate investment in an economy, central to business cycle theories.\u003cSEP\u003eNational investment (I) includes savings and capital expenditures, a component of national income (Y = C + I)."}, {"color": "#908254", "created_at": 1752884098, "description": "The economic principle where changes in consumption drive changes in investment.", "entity_id": "\u52a0\u901f\u6548\u5e94", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u901f\u6548\u5e94", "label": "\u52a0\u901f\u6548\u5e94", "shape": "dot", "size": 10, "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The economic principle where changes in consumption drive changes in investment."}, {"color": "#2111ff", "created_at": 1752884098, "description": "Marginal propensity to consume (a) measures the rate of spending from additional income, a critical parameter in Keynesian economics.", "entity_id": "\u8fb9\u9645\u6d88\u8d39\u503e\u5411", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fb9\u9645\u6d88\u8d39\u503e\u5411", "label": "\u8fb9\u9645\u6d88\u8d39\u503e\u5411", "shape": "dot", "size": 10, "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "Marginal propensity to consume (a) measures the rate of spending from additional income, a critical parameter in Keynesian economics."}, {"color": "#74d96c", "created_at": 1752884098, "description": "Government fiscal policy component that Samuelson incorporated into dynamic economic models.", "entity_id": "\u653f\u5e9c\u652f\u51fa", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u653f\u5e9c\u652f\u51fa", "label": "\u653f\u5e9c\u652f\u51fa", "shape": "dot", "size": 10, "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Government fiscal policy component that Samuelson incorporated into dynamic economic models."}, {"color": "#34ce8b", "created_at": 1752884116, "description": "Paul Samuelson is an economist known for his contributions to economic theory.", "entity_id": "\u8428\u8c2c\u5c14\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8428\u8c2c\u5c14\u68ee", "label": "\u8428\u8c2c\u5c14\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Paul Samuelson is an economist known for his contributions to economic theory."}, {"color": "#9b6fab", "created_at": 1752884098, "description": "\u7ef4\u7279\u6839\u65af\u5766\u662f\u54f2\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u903b\u8f91\u54f2\u5b66\u8bba\u300b\uff0c\u5bf9\u8bed\u8a00\u548c\u903b\u8f91\u6709\u6df1\u523b\u89c1\u89e3\u3002", "entity_id": "\u7ef4\u7279\u6839\u65af\u5766", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7ef4\u7279\u6839\u65af\u5766", "label": "\u7ef4\u7279\u6839\u65af\u5766", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u7ef4\u7279\u6839\u65af\u5766\u662f\u54f2\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u903b\u8f91\u54f2\u5b66\u8bba\u300b\uff0c\u5bf9\u8bed\u8a00\u548c\u903b\u8f91\u6709\u6df1\u523b\u89c1\u89e3\u3002"}, {"color": "#590bca", "created_at": 1752884195, "description": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u300a\u903b\u8f91\u54f2\u5b66\u8bba\u300b\u5bf9\u8bed\u8a00\u548c\u903b\u8f91\u7684\u5173\u7cfb\u8fdb\u884c\u4e86\u6df1\u523b\u5206\u6790\u3002", "entity_id": "\u903b\u8f91\u54f2\u5b66\u8bba", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u903b\u8f91\u54f2\u5b66\u8bba", "label": "\u903b\u8f91\u54f2\u5b66\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u300a\u903b\u8f91\u54f2\u5b66\u8bba\u300b\u5bf9\u8bed\u8a00\u548c\u903b\u8f91\u7684\u5173\u7cfb\u8fdb\u884c\u4e86\u6df1\u523b\u5206\u6790\u3002"}, {"color": "#4c562f", "created_at": 1752884098, "description": "\u827e\u8036\u5c14\u662f\u54f2\u5b66\u5bb6\uff0c\u7814\u7a76\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91\uff0c\u5bf9\u903b\u8f91\u5b9e\u8bc1\u4e3b\u4e49\u6709\u8d21\u732e\u3002", "entity_id": "\u827e\u8036\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u827e\u8036\u5c14", "label": "\u827e\u8036\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u827e\u8036\u5c14\u662f\u54f2\u5b66\u5bb6\uff0c\u7814\u7a76\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91\uff0c\u5bf9\u903b\u8f91\u5b9e\u8bc1\u4e3b\u4e49\u6709\u8d21\u732e\u3002"}, {"color": "#83937c", "created_at": 1752884195, "description": "\u827e\u8036\u5c14\u7684\u8457\u4f5c\u63a2\u8ba8\u4e86\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91\u7684\u5173\u7cfb\uff0c\u662f\u903b\u8f91\u5b9e\u8bc1\u4e3b\u4e49\u7684\u4ee3\u8868\u4f5c\u3002", "entity_id": "\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91", "label": "\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u827e\u8036\u5c14\u7684\u8457\u4f5c\u63a2\u8ba8\u4e86\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91\u7684\u5173\u7cfb\uff0c\u662f\u903b\u8f91\u5b9e\u8bc1\u4e3b\u4e49\u7684\u4ee3\u8868\u4f5c\u3002"}, {"color": "#8dbaeb", "created_at": 1752884098, "description": "**Shaanxi Science and Technology Press (\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e)** is a Chinese publishing house specializing in scientific works. Notably, it is recognized for translating and publishing the Chinese version of Euclid\u0027s *Elements*, a landmark text in mathematics. The press has been active since at least 1990, as evidenced by its mention in publications from that period. As a dedicated publisher of scientific literature, Shaanxi Science and Technology Press plays a significant role in disseminating technical and academic knowledge in China.", "entity_id": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "label": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "**Shaanxi Science and Technology Press (\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e)** is a Chinese publishing house specializing in scientific works. Notably, it is recognized for translating and publishing the Chinese version of Euclid\u0027s *Elements*, a landmark text in mathematics. The press has been active since at least 1990, as evidenced by its mention in publications from that period. As a dedicated publisher of scientific literature, Shaanxi Science and Technology Press plays a significant role in disseminating technical and academic knowledge in China."}, {"color": "#3485fe", "created_at": 1752884100, "description": "Lan Jizheng and Zhu Enkuan are translators of Euclid\u0027s Elements into Chinese.\u003cSEP\u003eLan Jizheng and Zhu Enkuan are translators of the Chinese version of Euclid\u0027s \u0027Elements\u0027.", "entity_id": "\u5170\u7eaa\u6b63\u6731\u6069\u5bbd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5170\u7eaa\u6b63\u6731\u6069\u5bbd", "label": "\u5170\u7eaa\u6b63\u6731\u6069\u5bbd", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Lan Jizheng and Zhu Enkuan are translators of Euclid\u0027s Elements into Chinese.\u003cSEP\u003eLan Jizheng and Zhu Enkuan are translators of the Chinese version of Euclid\u0027s \u0027Elements\u0027."}, {"color": "#6df82a", "created_at": 1752884098, "description": "One of the translators of Euclid\u0027s \u0027Elements\u0027 into Chinese.\u003cSEP\u003eTranslator of \u0027Euclid\u0027s Elements\u0027 into Chinese.", "entity_id": "\u5170\u7eaa\u6b63", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5170\u7eaa\u6b63", "label": "\u5170\u7eaa\u6b63", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "One of the translators of Euclid\u0027s \u0027Elements\u0027 into Chinese.\u003cSEP\u003eTranslator of \u0027Euclid\u0027s Elements\u0027 into Chinese."}, {"color": "#4b7b45", "created_at": 1752884098, "description": "One of the translators of Euclid\u0027s \u0027Elements\u0027 into Chinese.\u003cSEP\u003eTranslator of \u0027Euclid\u0027s Elements\u0027 into Chinese.\u003cSEP\u003e\u6731\u6069\u5bbdis a translator who worked on classical scientific texts.", "entity_id": "\u6731\u6069\u5bbd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6731\u6069\u5bbd", "label": "\u6731\u6069\u5bbd", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "One of the translators of Euclid\u0027s \u0027Elements\u0027 into Chinese.\u003cSEP\u003eTranslator of \u0027Euclid\u0027s Elements\u0027 into Chinese.\u003cSEP\u003e\u6731\u6069\u5bbdis a translator who worked on classical scientific texts."}, {"color": "#db8ada", "created_at": 1752884113, "description": "\u674e\u6587\u94edis a translator who collaborated on translating ancient works.", "entity_id": "\u674e\u6587\u94ed", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u6587\u94ed", "label": "\u674e\u6587\u94ed", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u674e\u6587\u94edis a translator who collaborated on translating ancient works."}, {"color": "#9e648d", "created_at": 1752884098, "description": "**Liang Zongju (\u6881\u5b97\u5de8)** is an esteemed author and scholar specializing in the history of mathematics. He is best known for his significant contributions to major historical works, including *\"A General History of World Mathematics\"* (\u4e16\u754c\u6570\u5b66\u901a\u53f2), which is also referred to as *\"Comprehensive History of World Mathematics.\"* Liang authored both the *\"General History of World Mathematics: Volume I\"* (\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b) and played a key editorial role in proofreading the Chinese translation of Euclid\u0027s *\"Elements.\"* As a respected expert in mathematical history, his scholarly works have made lasting contributions to the field. \n\n*(Note: The variations in title translations\u2014such as \"General History\" vs. \"Comprehensive History\"\u2014are reconciled as referring to the same work, with \"\u4e16\u754c\u6570\u5b66\u901a\u53f2\" being the primary title in Chinese.)*", "entity_id": "\u6881\u5b97\u5de8", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6881\u5b97\u5de8", "label": "\u6881\u5b97\u5de8", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**Liang Zongju (\u6881\u5b97\u5de8)** is an esteemed author and scholar specializing in the history of mathematics. He is best known for his significant contributions to major historical works, including *\"A General History of World Mathematics\"* (\u4e16\u754c\u6570\u5b66\u901a\u53f2), which is also referred to as *\"Comprehensive History of World Mathematics.\"* Liang authored both the *\"General History of World Mathematics: Volume I\"* (\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b) and played a key editorial role in proofreading the Chinese translation of Euclid\u0027s *\"Elements.\"* As a respected expert in mathematical history, his scholarly works have made lasting contributions to the field. \n\n*(Note: The variations in title translations\u2014such as \"General History\" vs. \"Comprehensive History\"\u2014are reconciled as referring to the same work, with \"\u4e16\u754c\u6570\u5b66\u901a\u53f2\" being the primary title in Chinese.)*"}, {"color": "#ba6f9e", "created_at": 1752884098, "description": "An editor who proofread the Chinese translation of Euclid\u0027s \u0027Elements\u0027.", "entity_id": "\u5f20\u6bd3\u65b0", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u6bd3\u65b0", "label": "\u5f20\u6bd3\u65b0", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "An editor who proofread the Chinese translation of Euclid\u0027s \u0027Elements\u0027."}, {"color": "#0bf617", "created_at": 1752884101, "description": "A comprehensive history of world mathematics by Liang Zongju.\u003cSEP\u003eA comprehensive history of world mathematics by\u6881\u5b97\u5de8.\u003cSEP\u003eA comprehensive history of world mathematics, authored by Liang Zongju and published by Liaoning Education Publishing House.", "entity_id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u300b", "label": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "A comprehensive history of world mathematics by Liang Zongju.\u003cSEP\u003eA comprehensive history of world mathematics by\u6881\u5b97\u5de8.\u003cSEP\u003eA comprehensive history of world mathematics, authored by Liang Zongju and published by Liaoning Education Publishing House."}, {"color": "#139a69", "created_at": 1752884105, "description": "A book series on the history of mathematics, authored by Liang Zongju and others, published by Liaoning Education Publishing House.", "entity_id": "\u4e16\u754c\u6570\u5b66\u901a\u53f2", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e16\u754c\u6570\u5b66\u901a\u53f2", "label": "\u4e16\u754c\u6570\u5b66\u901a\u53f2", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A book series on the history of mathematics, authored by Liang Zongju and others, published by Liaoning Education Publishing House."}, {"color": "#2664fc", "created_at": 1752884105, "description": "The second volume of the comprehensive history of world mathematics, co-authored by Liang Zongju, Wang Qingjian, and Sun Hongan.", "entity_id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "label": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "The second volume of the comprehensive history of world mathematics, co-authored by Liang Zongju, Wang Qingjian, and Sun Hongan."}, {"color": "#2ad443", "created_at": 1752884100, "description": "**Liaoning Education Press (\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e)** is a publishing house based in Shenyang, China, specializing in educational materials. It is widely recognized as the publisher of **\"A General History of World Mathematics\"** (also referred to as **\"Comprehensive History of World Mathematics\"** or **\"\u4e16\u754c\u6570\u5b66\u901a\u53f2\"** in Chinese). The press has released both the **first volume (\u4e0a\u518c)** and the **second volume (Volume 2)** of this significant work. As an organization associated with educational publishing, Liaoning Education Press plays a key role in disseminating academic and scholarly content, particularly in the field of mathematics. The descriptions consistently highlight its contributions to this notable publication, with no contradictory information.", "entity_id": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "label": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "**Liaoning Education Press (\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e)** is a publishing house based in Shenyang, China, specializing in educational materials. It is widely recognized as the publisher of **\"A General History of World Mathematics\"** (also referred to as **\"Comprehensive History of World Mathematics\"** or **\"\u4e16\u754c\u6570\u5b66\u901a\u53f2\"** in Chinese). The press has released both the **first volume (\u4e0a\u518c)** and the **second volume (Volume 2)** of this significant work. As an organization associated with educational publishing, Liaoning Education Press plays a key role in disseminating academic and scholarly content, particularly in the field of mathematics. The descriptions consistently highlight its contributions to this notable publication, with no contradictory information."}, {"color": "#c77587", "created_at": 1752884110, "description": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b\u662f\u4e00\u672c\u5173\u4e8e\u4e16\u754c\u6570\u5b66\u5386\u53f2\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u6881\u5b97\u5de8\u64b0\u5199\uff0c\u8ba8\u8bba\u4e86\u53e4\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u3002", "entity_id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b", "label": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b\u662f\u4e00\u672c\u5173\u4e8e\u4e16\u754c\u6570\u5b66\u5386\u53f2\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u6881\u5b97\u5de8\u64b0\u5199\uff0c\u8ba8\u8bba\u4e86\u53e4\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u3002"}, {"color": "#219b20", "created_at": 1752884098, "description": "Published Chinese translation of Klein\u0027s work in 1981.\u003cSEP\u003e\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793eis a publishing house that published works by\u5fb7\u6bd4\u5e0c\u5c14.", "entity_id": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Published Chinese translation of Klein\u0027s work in 1981.\u003cSEP\u003e\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793eis a publishing house that published works by\u5fb7\u6bd4\u5e0c\u5c14."}, {"color": "#6747bd", "created_at": 1752884107, "description": "\u5fb7\u6bd4\u5e0c\u5c14is an author who wrote \u0027\u7d20\u6570\u4e4b\u604b\u0027.", "entity_id": "\u5fb7\u6bd4\u5e0c\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5fb7\u6bd4\u5e0c\u5c14", "label": "\u5fb7\u6bd4\u5e0c\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u5fb7\u6bd4\u5e0c\u5c14is an author who wrote \u0027\u7d20\u6570\u4e4b\u604b\u0027."}, {"color": "#1ff2aa", "created_at": 1752884099, "description": "Translator of Hilbert\u0027s \u0027Foundations of Geometry\u0027 into Chinese.", "entity_id": "\u6c5f\u6cfd\u6db5", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6c5f\u6cfd\u6db5", "label": "\u6c5f\u6cfd\u6db5", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Hilbert\u0027s \u0027Foundations of Geometry\u0027 into Chinese."}, {"color": "#601eab", "created_at": 1752884099, "description": "Translator of Hilbert\u0027s \u0027Foundations of Geometry\u0027 into Chinese.", "entity_id": "\u6731\u9f0e\u52cb", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6731\u9f0e\u52cb", "label": "\u6731\u9f0e\u52cb", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Hilbert\u0027s \u0027Foundations of Geometry\u0027 into Chinese."}, {"color": "#dd4324", "created_at": 1752884116, "description": "Liu Xiaoping is a translator involved in the translation of scientific literature.", "entity_id": "\u5218\u5c0f\u5e73", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5218\u5c0f\u5e73", "label": "\u5218\u5c0f\u5e73", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Liu Xiaoping is a translator involved in the translation of scientific literature."}, {"color": "#b6db59", "created_at": 1752884116, "description": "Li Zexia is a translator involved in the translation of scientific literature.", "entity_id": "\u674e\u6cfd\u971e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u6cfd\u971e", "label": "\u674e\u6cfd\u971e", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Li Zexia is a translator involved in the translation of scientific literature."}, {"color": "#076648", "created_at": 1752884099, "description": "Author of \u0027An Introduction to the History of Mathematics\u0027.\u003cSEP\u003eTranslator of Reid\u0027s biography of Hilbert into Chinese.", "entity_id": "\u674e\u6587\u6797", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u6587\u6797", "label": "\u674e\u6587\u6797", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Author of \u0027An Introduction to the History of Mathematics\u0027.\u003cSEP\u003eTranslator of Reid\u0027s biography of Hilbert into Chinese."}, {"color": "#8ff657", "created_at": 1752884109, "description": "Author of \u0027Mathematics: The Loss of Certainty\u0027.", "entity_id": "\u514b\u83b1\u8335", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u514b\u83b1\u8335", "label": "\u514b\u83b1\u8335", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Author of \u0027Mathematics: The Loss of Certainty\u0027."}, {"color": "#e89623", "created_at": 1752884109, "description": "An introduction to the history of mathematics by\u674e\u6587\u6797.", "entity_id": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "label": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "An introduction to the history of mathematics by\u674e\u6587\u6797."}, {"color": "#0a1055", "created_at": 1752884099, "description": "Published Chinese version of Reid\u0027s Hilbert biography in 2011.\u003cSEP\u003eShanghai Scientific and Technical Publishers is a publishing house based in Shanghai.\u003cSEP\u003e\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002", "entity_id": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Published Chinese version of Reid\u0027s Hilbert biography in 2011.\u003cSEP\u003eShanghai Scientific and Technical Publishers is a publishing house based in Shanghai.\u003cSEP\u003e\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002"}, {"color": "#952102", "created_at": 1752884116, "description": "Liu Jinshun is a translator involved in translating mathematical literature.", "entity_id": "\u5218\u91d1\u987a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5218\u91d1\u987a", "label": "\u5218\u91d1\u987a", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Liu Jinshun is a translator involved in translating mathematical literature."}, {"color": "#726d79", "created_at": 1752884116, "description": "He Shaogeng is a translator involved in translating mathematical literature.", "entity_id": "\u4f55\u7ecd\u5e9a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f55\u7ecd\u5e9a", "label": "\u4f55\u7ecd\u5e9a", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "He Shaogeng is a translator involved in translating mathematical literature."}, {"color": "#c44248", "created_at": 1752884099, "description": "Mathematician who worked on non-Cantorian set theory.", "entity_id": "Paul J. Cohen", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Paul J. Cohen", "label": "Paul J. Cohen", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Mathematician who worked on non-Cantorian set theory."}, {"color": "#11762d", "created_at": 1752884099, "description": "Co-author of paper on non-Cantorian set theory.", "entity_id": "Reuben Hersh", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Reuben Hersh", "label": "Reuben Hersh", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-author of paper on non-Cantorian set theory."}, {"color": "#92c06e", "created_at": 1752884099, "description": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e (China Renmin University Press) is a university press based in Beijing, China, and is associated with Renmin University of China. As an academic and educational publishing house, it specializes in producing scholarly materials, including translations of classical works such as *Aristotle\u0027s Complete Works* (\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b), particularly Volume VII (\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u300b), edited by \u82d7\u529b\u7530 (Miao Litian). Additionally, the press has published influential textbooks like *Introduction to Logic, 11th Edition* (\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b). Known for its commitment to high-quality academic publishing, \u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e serves as a key institution in disseminating knowledge both domestically and internationally.", "entity_id": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "label": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e (China Renmin University Press) is a university press based in Beijing, China, and is associated with Renmin University of China. As an academic and educational publishing house, it specializes in producing scholarly materials, including translations of classical works such as *Aristotle\u0027s Complete Works* (\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b), particularly Volume VII (\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u300b), edited by \u82d7\u529b\u7530 (Miao Litian). Additionally, the press has published influential textbooks like *Introduction to Logic, 11th Edition* (\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b). Known for its commitment to high-quality academic publishing, \u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e serves as a key institution in disseminating knowledge both domestically and internationally."}, {"color": "#e27a4e", "created_at": 1752884106, "description": "\u67ef\u5339\u79d1\u6069are the authors of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027, a foundational text in logic.", "entity_id": "\u67ef\u5339\u79d1\u6069", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u5339\u79d1\u6069", "label": "\u67ef\u5339\u79d1\u6069", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u67ef\u5339\u79d1\u6069are the authors of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027, a foundational text in logic."}, {"color": "#130c46", "created_at": 1752884113, "description": "A text on philosophical logic, including discussions on G\u00f6del\u0027s incompleteness theorems.", "entity_id": "\u300a\u54f2\u5b66\u903b\u8f91\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u54f2\u5b66\u903b\u8f91\u300b", "label": "\u300a\u54f2\u5b66\u903b\u8f91\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A text on philosophical logic, including discussions on G\u00f6del\u0027s incompleteness theorems."}, {"color": "#0cfb68", "created_at": 1752884116, "description": "Dai Nianzu is a translator involved in translating physics literature.", "entity_id": "\u6234\u5ff5\u7956", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6234\u5ff5\u7956", "label": "\u6234\u5ff5\u7956", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Dai Nianzu is a translator involved in translating physics literature."}, {"color": "#57f0bc", "created_at": 1752884116, "description": "Gao Hongye is an editor involved in compiling economic literature.", "entity_id": "\u9ad8\u9e3f\u4e1a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u9e3f\u4e1a", "label": "\u9ad8\u9e3f\u4e1a", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Gao Hongye is an editor involved in compiling economic literature."}, {"color": "#08269d", "created_at": 1752884105, "description": "A collection of Aristotle\u0027s works, translated by Xu Kailai and published by China Renmin University Press.\u003cSEP\u003eA compilation of Aristotle\u0027s works, edited by Miao Litian.", "entity_id": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u300b", "label": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "A collection of Aristotle\u0027s works, translated by Xu Kailai and published by China Renmin University Press.\u003cSEP\u003eA compilation of Aristotle\u0027s works, edited by Miao Litian."}, {"color": "#7bb4c5", "created_at": 1752884107, "description": "A book edited by\u82d7\u529b\u7530, covering Aristotle\u0027s metaphysics.", "entity_id": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66\u300b", "label": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "A book edited by\u82d7\u529b\u7530, covering Aristotle\u0027s metaphysics."}, {"color": "#439dd5", "created_at": 1752884112, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6is a collection of works by the ancient Greek philosopher Aristotle.", "entity_id": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6", "label": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6is a collection of works by the ancient Greek philosopher Aristotle."}, {"color": "#2bc596", "created_at": 1752884099, "description": "**\u4eba\u6c11\u51fa\u7248\u793e (People\u0027s Publishing House)** is a publishing house based in Beijing, China, specializing in political and philosophical works. It is a prominent publishing organization associated with significant texts in these fields, including the *Selected Works of Marx and Engels* (\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b) and other important works. Among its notable publications is Jin Yuelin\u0027s *Formal Logic*, which was released in 1979 and later republished in 2005. As a key publisher of ideological and theoretical literature, \u4eba\u6c11\u51fa\u7248\u793e plays a central role in disseminating authoritative political and philosophical content in China.", "entity_id": "\u4eba\u6c11\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4eba\u6c11\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce\u003cSEP\u003echunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "**\u4eba\u6c11\u51fa\u7248\u793e (People\u0027s Publishing House)** is a publishing house based in Beijing, China, specializing in political and philosophical works. It is a prominent publishing organization associated with significant texts in these fields, including the *Selected Works of Marx and Engels* (\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b) and other important works. Among its notable publications is Jin Yuelin\u0027s *Formal Logic*, which was released in 1979 and later republished in 2005. As a key publisher of ideological and theoretical literature, \u4eba\u6c11\u51fa\u7248\u793e plays a central role in disseminating authoritative political and philosophical content in China."}, {"color": "#abbdaa", "created_at": 1752884102, "description": "Selected Works of Marx and Engels (Volume 4) is a political and philosophical text published by People\u0027s Publishing House.", "entity_id": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u9009\u96c6\u00b7\u7b2c\u56db\u5377\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u9009\u96c6\u00b7\u7b2c\u56db\u5377\u300b", "label": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u9009\u96c6\u00b7\u7b2c\u56db\u5377\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Selected Works of Marx and Engels (Volume 4) is a political and philosophical text published by People\u0027s Publishing House."}, {"color": "#416847", "created_at": 1752884106, "description": "\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6is a collection of works by Marx and Engels, published by\u4eba\u6c11\u51fa\u7248\u793e.", "entity_id": "\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6", "label": "\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6is a collection of works by Marx and Engels, published by\u4eba\u6c11\u51fa\u7248\u793e."}, {"color": "#f5f311", "created_at": 1752884106, "description": "\u5f17\u96f7\u683cis a German logician noted for his distinctions between sense and reference in logic.", "entity_id": "\u5f17\u96f7\u683c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f17\u96f7\u683c", "label": "\u5f17\u96f7\u683c", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5f17\u96f7\u683cis a German logician noted for his distinctions between sense and reference in logic."}, {"color": "#71c4c0", "created_at": 1752884116, "description": "Xu Liangying is a compiler involved in translating Einstein\u0027s works.", "entity_id": "\u8bb8\u826f\u82f1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8bb8\u826f\u82f1", "label": "\u8bb8\u826f\u82f1", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Xu Liangying is a compiler involved in translating Einstein\u0027s works."}, {"color": "#2ec9a6", "created_at": 1752884116, "description": "Fan Dainian is a compiler involved in translating Einstein\u0027s works.", "entity_id": "\u8303\u5cb1\u5e74", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8303\u5cb1\u5e74", "label": "\u8303\u5cb1\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Fan Dainian is a compiler involved in translating Einstein\u0027s works."}, {"color": "#b7e842", "created_at": 1752884099, "description": "Shanghai Translation Publishing House (\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e) is a publishing house based in Shanghai, China, specializing in translated works. It has published a diverse range of translated literature, including the Chinese version of Ayer\u0027s work in 2006 and works by the author\u8f9b\u683c (Singer). The publishing house was also referenced in the context of a 2015 publication, further highlighting its longstanding presence and contributions to the field of translated literature. Combining all descriptions, it is evident that Shanghai Translation Publishing House is a notable organization dedicated to bringing international works to Chinese readers through high-quality translations.", "entity_id": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Shanghai Translation Publishing House (\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e) is a publishing house based in Shanghai, China, specializing in translated works. It has published a diverse range of translated literature, including the Chinese version of Ayer\u0027s work in 2006 and works by the author\u8f9b\u683c (Singer). The publishing house was also referenced in the context of a 2015 publication, further highlighting its longstanding presence and contributions to the field of translated literature. Combining all descriptions, it is evident that Shanghai Translation Publishing House is a notable organization dedicated to bringing international works to Chinese readers through high-quality translations."}, {"color": "#80ffea", "created_at": 1752884107, "description": "\u8f9b\u683cis an author who wrote about Fermat\u0027s Last Theorem.", "entity_id": "\u8f9b\u683c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8f9b\u683c", "label": "\u8f9b\u683c", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u8f9b\u683cis an author who wrote about Fermat\u0027s Last Theorem."}, {"color": "#104737", "created_at": 1752884106, "description": "\u8c2d\u4e1a\u8c26is the annotator and translator of \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027, providing insights into the ancient text.", "entity_id": "\u8c2d\u4e1a\u8c26", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8c2d\u4e1a\u8c26", "label": "\u8c2d\u4e1a\u8c26", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u8c2d\u4e1a\u8c26is the annotator and translator of \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027, providing insights into the ancient text."}, {"color": "#b8fc13", "created_at": 1752884111, "description": "\u300a\u7b97\u7ecf\u5341\u4e66\u300b\u6821\u70b9\u8005\uff0c\u6570\u5b66\u53f2\u4e13\u5bb6\u003cSEP\u003e\u94b1\u5b9d\u742eis a scholar known for his work on ancient Chinese mathematical texts.", "entity_id": "\u94b1\u5b9d\u742e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u94b1\u5b9d\u742e", "label": "\u94b1\u5b9d\u742e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7b97\u7ecf\u5341\u4e66\u300b\u6821\u70b9\u8005\uff0c\u6570\u5b66\u53f2\u4e13\u5bb6\u003cSEP\u003e\u94b1\u5b9d\u742eis a scholar known for his work on ancient Chinese mathematical texts."}, {"color": "#aa4a22", "created_at": 1752884099, "description": "Translator of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027.", "entity_id": "\u674e\u6b65\u697c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u6b65\u697c", "label": "\u674e\u6b65\u697c", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027."}, {"color": "#eebcb7", "created_at": 1752884099, "description": "Translator of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027.", "entity_id": "\u4fde\u5ba3\u5b5f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4fde\u5ba3\u5b5f", "label": "\u4fde\u5ba3\u5b5f", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027."}, {"color": "#8b5bdf", "created_at": 1752884100, "description": "The Compilation and Translation Bureau of Marxist-Leninist Works is responsible for translating and publishing works by Marx, Engels, Lenin, and Stalin.\u003cSEP\u003eThis is the official Chinese translation bureau for Marxist-Leninist works.", "entity_id": "\u4e2d\u5171\u4e2d\u592e\u9a6c\u514b\u601d\u6069\u683c\u65af\u5217\u5b81\u65af\u5927\u6797\u8457\u4f5c\u7f16\u8bd1\u5c40", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u5171\u4e2d\u592e\u9a6c\u514b\u601d\u6069\u683c\u65af\u5217\u5b81\u65af\u5927\u6797\u8457\u4f5c\u7f16\u8bd1\u5c40", "label": "\u4e2d\u5171\u4e2d\u592e\u9a6c\u514b\u601d\u6069\u683c\u65af\u5217\u5b81\u65af\u5927\u6797\u8457\u4f5c\u7f16\u8bd1\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "The Compilation and Translation Bureau of Marxist-Leninist Works is responsible for translating and publishing works by Marx, Engels, Lenin, and Stalin.\u003cSEP\u003eThis is the official Chinese translation bureau for Marxist-Leninist works."}, {"color": "#181641", "created_at": 1752884100, "description": "Xu Sidi and Shi Ningzhong are researchers and authors, known for their work on mathematics education.", "entity_id": "\u5f90\u601d\u8fea\u53f2\u5b81\u4e2d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f90\u601d\u8fea\u53f2\u5b81\u4e2d", "label": "\u5f90\u601d\u8fea\u53f2\u5b81\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Xu Sidi and Shi Ningzhong are researchers and authors, known for their work on mathematics education."}, {"color": "#9f5fda", "created_at": 1752884101, "description": "The sequence of teaching fractions and decimals in textbooks, discussed in educational research.", "entity_id": "\u5206\u6570\u4e0e\u5c0f\u6570\u7684\u6559\u6750\u7f16\u5199\u987a\u5e8f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6570\u4e0e\u5c0f\u6570\u7684\u6559\u6750\u7f16\u5199\u987a\u5e8f", "label": "\u5206\u6570\u4e0e\u5c0f\u6570\u7684\u6559\u6750\u7f16\u5199\u987a\u5e8f", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "The sequence of teaching fractions and decimals in textbooks, discussed in educational research."}, {"color": "#42abdf", "created_at": 1752884101, "description": "A General History of World Mathematics (Volume 2) is a comprehensive historical text on mathematics, published by Liaoning Education Press.", "entity_id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u300b", "label": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A General History of World Mathematics (Volume 2) is a comprehensive historical text on mathematics, published by Liaoning Education Press."}, {"color": "#ca0045", "created_at": 1752884100, "description": "Zuo Qiuming is a historical figure and author, known for his commentary on the \u0027Spring and Autumn Annals\u0027.", "entity_id": "\u5de6\u4e18\u660e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5de6\u4e18\u660e", "label": "\u5de6\u4e18\u660e", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Zuo Qiuming is a historical figure and author, known for his commentary on the \u0027Spring and Autumn Annals\u0027."}, {"color": "#5a3fb8", "created_at": 1752884101, "description": "Commentary on the Spring and Autumn Annals with Zuo Commentary.", "entity_id": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u6625\u79cb\u5de6\u4f20\u6b63\u4e49\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u6625\u79cb\u5de6\u4f20\u6b63\u4e49\u300b", "label": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u6625\u79cb\u5de6\u4f20\u6b63\u4e49\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Commentary on the Spring and Autumn Annals with Zuo Commentary."}, {"color": "#80ec8c", "created_at": 1752884116, "description": "Xu Xiangdong is a translator involved in translating philosophical literature.", "entity_id": "\u5f90\u5411\u4e1c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f90\u5411\u4e1c", "label": "\u5f90\u5411\u4e1c", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Xu Xiangdong is a translator involved in translating philosophical literature."}, {"color": "#286553", "created_at": 1752884100, "description": "Zhao Li, Wang Chunying, and Shi Ningzhong are researchers and authors, known for their work on mathematics education.", "entity_id": "\u8d75\u8389\u738b\u6625\u82f1\u53f2\u5b81\u4e2d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d75\u8389\u738b\u6625\u82f1\u53f2\u5b81\u4e2d", "label": "\u8d75\u8389\u738b\u6625\u82f1\u53f2\u5b81\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Zhao Li, Wang Chunying, and Shi Ningzhong are researchers and authors, known for their work on mathematics education."}, {"color": "#3e96e8", "created_at": 1752884101, "description": "Expression of fraction concepts, subject of comparative research.", "entity_id": "\u5206\u6570\u6982\u5ff5\u8868\u8ff0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6570\u6982\u5ff5\u8868\u8ff0", "label": "\u5206\u6570\u6982\u5ff5\u8868\u8ff0", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Expression of fraction concepts, subject of comparative research."}, {"color": "#edb3b1", "created_at": 1752884100, "description": "Qishan, Shaanxi is the hometown of Li Chunfeng, a prominent astronomer and mathematician of the Tang Dynasty.\u003cSEP\u003eShaanxi Qishan is the hometown of Li Chunfeng, a famous astronomer and mathematician from the Tang dynasty.", "entity_id": "\u9655\u897f\u5c90\u5c71", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u9655\u897f\u5c90\u5c71", "label": "\u9655\u897f\u5c90\u5c71", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Qishan, Shaanxi is the hometown of Li Chunfeng, a prominent astronomer and mathematician of the Tang Dynasty.\u003cSEP\u003eShaanxi Qishan is the hometown of Li Chunfeng, a famous astronomer and mathematician from the Tang dynasty."}, {"color": "#75756d", "created_at": 1752884102, "description": "The Mathematics Bulletin is a Chinese academic journal where Li Di\u0027s article on the history of decimal fractions was published.", "entity_id": "\u300a\u6570\u5b66\u901a\u62a5\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u901a\u62a5\u300b", "label": "\u300a\u6570\u5b66\u901a\u62a5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Mathematics Bulletin is a Chinese academic journal where Li Di\u0027s article on the history of decimal fractions was published."}, {"color": "#9e992e", "created_at": 1752884101, "description": "Ancient Egyptian research on Sirius, mentioned in mathematical historical context.", "entity_id": "\u53e4\u57c3\u53ca\u5929\u72fc\u661f\u7814\u7a76", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u57c3\u53ca\u5929\u72fc\u661f\u7814\u7a76", "label": "\u53e4\u57c3\u53ca\u5929\u72fc\u661f\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Ancient Egyptian research on Sirius, mentioned in mathematical historical context."}, {"color": "#cfe3f2", "created_at": 1752884103, "description": "Pages 50-51 of 18 Lectures on Basic Mathematical Ideas by Shi Ningzhong contain core mathematical concepts.", "entity_id": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b50-51\u9875", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b50-51\u9875", "label": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b50-51\u9875", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Pages 50-51 of 18 Lectures on Basic Mathematical Ideas by Shi Ningzhong contain core mathematical concepts."}, {"color": "#6afc0f", "created_at": 1752884101, "description": "Topic 16, referenced as containing detailed discussion on a mathematical concept.", "entity_id": "\u8bdd\u989816", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bdd\u989816", "label": "\u8bdd\u989816", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Topic 16, referenced as containing detailed discussion on a mathematical concept."}, {"color": "#f778c9", "created_at": 1752884101, "description": "The Chinese Remainder Theorem is a mathematical concept originating from the Sunzi Suanjing and later generalized by Qin Jiushao.", "entity_id": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "label": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Chinese Remainder Theorem is a mathematical concept originating from the Sunzi Suanjing and later generalized by Qin Jiushao."}, {"color": "#25fa04", "created_at": 1752884101, "description": "Liang Zongju, Wang Qingjian, and Sun Hong\u0027an are authors of \u0027A General History of World Mathematics (Volume 2)\u0027.", "entity_id": "\u6881\u5b97\u5de8\u738b\u9752\u5efa\u5b59\u5b8f\u5b89", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6881\u5b97\u5de8\u738b\u9752\u5efa\u5b59\u5b8f\u5b89", "label": "\u6881\u5b97\u5de8\u738b\u9752\u5efa\u5b59\u5b8f\u5b89", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Liang Zongju, Wang Qingjian, and Sun Hong\u0027an are authors of \u0027A General History of World Mathematics (Volume 2)\u0027."}, {"color": "#48208e", "created_at": 1752884101, "description": "Guan Yiwu (730-645 BC), also known as Guan Zhong, was a famous statesman of the Qi State during the Spring and Autumn period.\u003cSEP\u003e\u7ba1\u5937\u543e, also known as\u656c\u4ef2, was a famous politician during the Spring and Autumn period.", "entity_id": "\u7ba1\u5937\u543e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7ba1\u5937\u543e", "label": "\u7ba1\u5937\u543e", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Guan Yiwu (730-645 BC), also known as Guan Zhong, was a famous statesman of the Qi State during the Spring and Autumn period.\u003cSEP\u003e\u7ba1\u5937\u543e, also known as\u656c\u4ef2, was a famous politician during the Spring and Autumn period."}, {"color": "#d4f43b", "created_at": 1752884101, "description": "The hometown of\u7ba1\u5937\u543e, a famous politician from the Spring and Autumn period.\u003cSEP\u003eYingshang, Anhui is the hometown of Guan Yiwu, a famous statesman of the Qi State.", "entity_id": "\u5b89\u5fbd\u9896\u4e0a", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5b89\u5fbd\u9896\u4e0a", "label": "\u5b89\u5fbd\u9896\u4e0a", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The hometown of\u7ba1\u5937\u543e, a famous politician from the Spring and Autumn period.\u003cSEP\u003eYingshang, Anhui is the hometown of Guan Yiwu, a famous statesman of the Qi State."}, {"color": "#85c0ca", "created_at": 1752884102, "description": "Mei Rongzhao is one of the translators of Joseph Needham\u0027s Science and Civilisation in China into Chinese.", "entity_id": "\u6885\u5bb9\u7167", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6885\u5bb9\u7167", "label": "\u6885\u5bb9\u7167", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Mei Rongzhao is one of the translators of Joseph Needham\u0027s Science and Civilisation in China into Chinese."}, {"color": "#1cf227", "created_at": 1752884103, "description": "Page 73 of Chapter 19 in Volume 3 of Science and Civilisation in China discusses important mathematical history.", "entity_id": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b\u7b2c\u4e09\u5377\u7b2c19\u7ae073\u9875", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b\u7b2c\u4e09\u5377\u7b2c19\u7ae073\u9875", "label": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b\u7b2c\u4e09\u5377\u7b2c19\u7ae073\u9875", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 73 of Chapter 19 in Volume 3 of Science and Civilisation in China discusses important mathematical history."}, {"color": "#2f143d", "created_at": 1752884102, "description": "Brahmagupta (598-660) was an Indian mathematician who provided rules for multiplication and division of negative numbers.", "entity_id": "\u5a46\u7f57\u6469\u7b08\u591a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5a46\u7f57\u6469\u7b08\u591a", "label": "\u5a46\u7f57\u6469\u7b08\u591a", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Brahmagupta (598-660) was an Indian mathematician who provided rules for multiplication and division of negative numbers."}, {"color": "#38d8d4", "created_at": 1752884102, "description": "The Brahmasphutasiddhanta is a mathematical text by Brahmagupta, containing rules for negative numbers.", "entity_id": "\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b", "label": "\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Brahmasphutasiddhanta is a mathematical text by Brahmagupta, containing rules for negative numbers."}, {"color": "#96e55d", "created_at": 1752884102, "description": "The Zhoubi Suanjing and Jiuzhang Suanshu are ancient Chinese mathematical texts, published by Shanghai Ancient Books Publishing House.", "entity_id": "\u300a\u5468\u9ac0\u7b97\u7ecf/\u4e5d\u7ae0\u7b97\u672f\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u9ac0\u7b97\u7ecf/\u4e5d\u7ae0\u7b97\u672f\u300b", "label": "\u300a\u5468\u9ac0\u7b97\u7ecf/\u4e5d\u7ae0\u7b97\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Zhoubi Suanjing and Jiuzhang Suanshu are ancient Chinese mathematical texts, published by Shanghai Ancient Books Publishing House."}, {"color": "#c164a5", "created_at": 1752884102, "description": "**Shanghai Ancient Books Publishing House (\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e)** is a specialized publisher focused on classical Chinese texts. It is notably the publisher of annotated and translated versions of significant historical mathematical works, including *The Zhoubi Suanjing (\u300a\u5468\u9ac0\u7b97\u7ecf\u300b)* and *Jiuzhang Suanshu (\u300a\u4e5d\u7ae0\u7b97\u672f\u300b)*. Among its publications is *The Zhoubi Suanjing Annotated Translation (\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b)*, reflecting its dedication to preserving and disseminating ancient Chinese scholarly works. The publishing house is recognized for its expertise in producing authoritative editions of classical texts, making them accessible to modern readers. \n\nThis summary consolidates all provided descriptions, highlighting the publisher\u0027s focus on classical literature, its role in publishing key mathematical texts, and its commitment to annotated translations. No contradictions were found in the input data.", "entity_id": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "**Shanghai Ancient Books Publishing House (\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e)** is a specialized publisher focused on classical Chinese texts. It is notably the publisher of annotated and translated versions of significant historical mathematical works, including *The Zhoubi Suanjing (\u300a\u5468\u9ac0\u7b97\u7ecf\u300b)* and *Jiuzhang Suanshu (\u300a\u4e5d\u7ae0\u7b97\u672f\u300b)*. Among its publications is *The Zhoubi Suanjing Annotated Translation (\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b)*, reflecting its dedication to preserving and disseminating ancient Chinese scholarly works. The publishing house is recognized for its expertise in producing authoritative editions of classical texts, making them accessible to modern readers. \n\nThis summary consolidates all provided descriptions, highlighting the publisher\u0027s focus on classical literature, its role in publishing key mathematical texts, and its commitment to annotated translations. No contradictions were found in the input data."}, {"color": "#e0ad49", "created_at": 1752884110, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b\u662f\u5bf9\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7684\u8bd1\u6ce8\u7248\u672c\uff0c\u7531\u7a0b\u8d1e\u4e00\u548c\u95fb\u4eba\u519b\u8bd1\u6ce8\uff0c\u6d89\u53ca\u53e4\u4ee3\u4e2d\u56fd\u7684\u6570\u5b66\u548c\u5929\u6587\u5b66\u77e5\u8bc6\u3002", "entity_id": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b", "label": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b\u662f\u5bf9\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7684\u8bd1\u6ce8\u7248\u672c\uff0c\u7531\u7a0b\u8d1e\u4e00\u548c\u95fb\u4eba\u519b\u8bd1\u6ce8\uff0c\u6d89\u53ca\u53e4\u4ee3\u4e2d\u56fd\u7684\u6570\u5b66\u548c\u5929\u6587\u5b66\u77e5\u8bc6\u3002"}, {"color": "#c71c29", "created_at": 1752884102, "description": "Shanghai Science and Technology Press is the publisher of the Chinese translation of Klein\u0027s Mathematical Thought from Ancient to Modern Times.", "entity_id": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u7248\u793e", "label": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Shanghai Science and Technology Press is the publisher of the Chinese translation of Klein\u0027s Mathematical Thought from Ancient to Modern Times."}, {"color": "#6c5e76", "created_at": 1752884103, "description": "Page 212 of Mathematical Thought from Ancient to Modern Times (Vol.1) contains important historical mathematical concepts.", "entity_id": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b212\u9875", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b212\u9875", "label": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b212\u9875", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 212 of Mathematical Thought from Ancient to Modern Times (Vol.1) contains important historical mathematical concepts."}, {"color": "#20842b", "created_at": 1752884102, "description": "Li Hongkui (\u674e\u5b8f\u9b41) is the Chinese translator of Morris Kline\u0027s work *Mathematics: The Loss of Certainty*. He is credited with translating this influential book from English into Chinese, making it accessible to Chinese-speaking audiences. The descriptions consistently highlight his role as the translator of this specific text, with no contradictory information. The original work, authored by Kline, explores the philosophical and historical evolution of mathematics, particularly addressing the shifting notions of certainty within the discipline. Li Hongkui\u0027s translation preserves the essence of Kline\u0027s ideas while adapting them for a Chinese readership.", "entity_id": "\u674e\u5b8f\u9b41", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u5b8f\u9b41", "label": "\u674e\u5b8f\u9b41", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Hongkui (\u674e\u5b8f\u9b41) is the Chinese translator of Morris Kline\u0027s work *Mathematics: The Loss of Certainty*. He is credited with translating this influential book from English into Chinese, making it accessible to Chinese-speaking audiences. The descriptions consistently highlight his role as the translator of this specific text, with no contradictory information. The original work, authored by Kline, explores the philosophical and historical evolution of mathematics, particularly addressing the shifting notions of certainty within the discipline. Li Hongkui\u0027s translation preserves the essence of Kline\u0027s ideas while adapting them for a Chinese readership."}, {"color": "#21631e", "created_at": 1752884102, "description": "**Hunan Science and Technology Press (\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e)** is a publishing house based in Changsha, China, specializing in scientific and technical literature. Among its notable publications is the Chinese translation of *Mathematics: The Loss of Certainty* (*\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931*), which it has published. The press is recognized for its contributions to disseminating scientific works in China, focusing on high-quality academic and educational materials.", "entity_id": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "label": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1\u003cSEP\u003echunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "**Hunan Science and Technology Press (\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e)** is a publishing house based in Changsha, China, specializing in scientific and technical literature. Among its notable publications is the Chinese translation of *Mathematics: The Loss of Certainty* (*\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931*), which it has published. The press is recognized for its contributions to disseminating scientific works in China, focusing on high-quality academic and educational materials."}, {"color": "#afbc5f", "created_at": 1752884103, "description": "Page 119 of Mathematics: The Loss of Certainty discusses philosophical aspects of mathematics.", "entity_id": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b119\u9875", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b119\u9875", "label": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b119\u9875", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 119 of Mathematics: The Loss of Certainty discusses philosophical aspects of mathematics."}, {"color": "#71eb36", "created_at": 1752884114, "description": "A volume of Einstein\u0027s collected works, translated into Chinese.", "entity_id": "\u300a\u7231\u56e0\u65af\u5766\u5168\u96c6\u00b7\u7b2c\u4e03\u5377\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7231\u56e0\u65af\u5766\u5168\u96c6\u00b7\u7b2c\u4e03\u5377\u300b", "label": "\u300a\u7231\u56e0\u65af\u5766\u5168\u96c6\u00b7\u7b2c\u4e03\u5377\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A volume of Einstein\u0027s collected works, translated into Chinese."}, {"color": "#b8856e", "created_at": 1752884104, "description": "**Changsha** is the capital of Hunan Province in China and is renowned for its contributions to scientific and academic publishing. The city is home to several prominent publishing houses, including **Hunan Science and Technology Press (\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e)**, which specializes in scientific and mathematical works, and **Hunan Education Publishing House**, which focuses on educational materials. Changsha has also been a notable location for the publication of mathematical and scientific research, further solidifying its reputation as a hub for scholarly and technical literature. \n\nOverall, the city plays a significant role in China\u0027s academic and publishing landscape, particularly in the fields of science, technology, and education.", "entity_id": "\u957f\u6c99", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u957f\u6c99", "label": "\u957f\u6c99", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "**Changsha** is the capital of Hunan Province in China and is renowned for its contributions to scientific and academic publishing. The city is home to several prominent publishing houses, including **Hunan Science and Technology Press (\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e)**, which specializes in scientific and mathematical works, and **Hunan Education Publishing House**, which focuses on educational materials. Changsha has also been a notable location for the publication of mathematical and scientific research, further solidifying its reputation as a hub for scholarly and technical literature. \n\nOverall, the city plays a significant role in China\u0027s academic and publishing landscape, particularly in the fields of science, technology, and education."}, {"color": "#2a691b", "created_at": 1752884115, "description": "\u94b1\u5fb7\u62c9\u585e\u5361is a scientist known for his works on truth and beauty in science, translated into Chinese.", "entity_id": "\u94b1\u5fb7\u62c9\u585e\u5361", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u94b1\u5fb7\u62c9\u585e\u5361", "label": "\u94b1\u5fb7\u62c9\u585e\u5361", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u94b1\u5fb7\u62c9\u585e\u5361is a scientist known for his works on truth and beauty in science, translated into Chinese."}, {"color": "#878a59", "created_at": 1752884113, "description": "Hermann Weyl, a German mathematician and physicist known for his work in mathematical physics.\u003cSEP\u003e\u5916\u5c14is a mathematician known for his work on symmetry, with his book translated into Chinese.", "entity_id": "\u5916\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5916\u5c14", "label": "\u5916\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Hermann Weyl, a German mathematician and physicist known for his work in mathematical physics.\u003cSEP\u003e\u5916\u5c14is a mathematician known for his work on symmetry, with his book translated into Chinese."}, {"color": "#db4819", "created_at": 1752884102, "description": "Li Shanlan (1811-1882) was a Qing Dynasty mathematician who collaborated with Alexander Wylie to translate mathematical texts into Chinese.", "entity_id": "\u674e\u5584\u5170", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u5584\u5170", "label": "\u674e\u5584\u5170", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan (1811-1882) was a Qing Dynasty mathematician who collaborated with Alexander Wylie to translate mathematical texts into Chinese."}, {"color": "#265a00", "created_at": 1752884102, "description": "Alexander Wylie (1815-1887) was a British scholar who collaborated with Li Shanlan to translate mathematical texts into Chinese.", "entity_id": "\u4f1f\u70c8\u4e9a\u529b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f1f\u70c8\u4e9a\u529b", "label": "\u4f1f\u70c8\u4e9a\u529b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Alexander Wylie (1815-1887) was a British scholar who collaborated with Li Shanlan to translate mathematical texts into Chinese."}, {"color": "#7c7404", "created_at": 1752884103, "description": "A fundamental concept in calculus representing the rate of change of a function.\u003cSEP\u003eDifferential calculus was among the mathematical terms introduced through Chinese translations.", "entity_id": "\u5fae\u5206", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5fae\u5206", "label": "\u5fae\u5206", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A fundamental concept in calculus representing the rate of change of a function.\u003cSEP\u003eDifferential calculus was among the mathematical terms introduced through Chinese translations."}, {"color": "#084b3a", "created_at": 1752884103, "description": "A mathematical concept in calculus representing accumulation or area under a curve.\u003cSEP\u003eIntegral calculus was among the mathematical terms introduced through Chinese translations.", "entity_id": "\u79ef\u5206", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u79ef\u5206", "label": "\u79ef\u5206", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A mathematical concept in calculus representing accumulation or area under a curve.\u003cSEP\u003eIntegral calculus was among the mathematical terms introduced through Chinese translations."}, {"color": "#7c2376", "created_at": 1752884103, "description": "A mathematical series representing the sum of terms in a sequence.\u003cSEP\u003eSeries was among the mathematical terms introduced through Chinese translations.", "entity_id": "\u7ea7\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ea7\u6570", "label": "\u7ea7\u6570", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A mathematical series representing the sum of terms in a sequence.\u003cSEP\u003eSeries was among the mathematical terms introduced through Chinese translations."}, {"color": "#5a9e92", "created_at": 1752884102, "description": "Elements of Algebra is a translation by Li Shanlan and Alexander Wylie, introducing terms like \u0027algebra\u0027 and \u0027function\u0027 into Chinese.", "entity_id": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "label": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Elements of Algebra is a translation by Li Shanlan and Alexander Wylie, introducing terms like \u0027algebra\u0027 and \u0027function\u0027 into Chinese."}, {"color": "#8b0612", "created_at": 1752884198, "description": "Li Shanlan and Alexander Wylie co-translated Elements of Algebra into Chinese.", "entity_id": "\u674e\u5584\u5170\u4f1f\u70c8\u4e9a\u529b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u5584\u5170\u4f1f\u70c8\u4e9a\u529b", "label": "\u674e\u5584\u5170\u4f1f\u70c8\u4e9a\u529b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan and Alexander Wylie co-translated Elements of Algebra into Chinese."}, {"color": "#3984fe", "created_at": 1752884102, "description": "De Morgan (1806-1871) was a British mathematician whose work was translated into Chinese by Li Shanlan and Alexander Wylie.", "entity_id": "\u6469\u6839", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6469\u6839", "label": "\u6469\u6839", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "De Morgan (1806-1871) was a British mathematician whose work was translated into Chinese by Li Shanlan and Alexander Wylie."}, {"color": "#aa15f5", "created_at": 1752884102, "description": "Al-Khwarizmi (\u7ea6783-850) was an Arab mathematician whose work introduced the term \u0027algebra\u0027.", "entity_id": "\u82b1\u62c9\u5b50\u7c73", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u82b1\u62c9\u5b50\u7c73", "label": "\u82b1\u62c9\u5b50\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Al-Khwarizmi (\u7ea6783-850) was an Arab mathematician whose work introduced the term \u0027algebra\u0027."}, {"color": "#1d8969", "created_at": 1752884103, "description": "Problem 12 in Basic Concepts and Operational Rules addresses core mathematical teaching issues.", "entity_id": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b\u95ee\u989812", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b\u95ee\u989812", "label": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b\u95ee\u989812", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Problem 12 in Basic Concepts and Operational Rules addresses core mathematical teaching issues."}, {"color": "#3b8f59", "created_at": 1752884198, "description": "Problem 12 addresses core mathematical teaching concepts in Shi Ningzhong\u0027s work.", "entity_id": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b", "label": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Problem 12 addresses core mathematical teaching concepts in Shi Ningzhong\u0027s work."}, {"color": "#d563fd", "created_at": 1752884103, "description": "Courant and Robbins authored \u0027What is Mathematics?\u0027, a foundational text in mathematical education.", "entity_id": "\u67ef\u6717\u7f57\u5bbe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u6717\u7f57\u5bbe", "label": "\u67ef\u6717\u7f57\u5bbe", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Courant and Robbins authored \u0027What is Mathematics?\u0027, a foundational text in mathematical education."}, {"color": "#418659", "created_at": 1752884199, "description": "Courant and Robbins co-authored a seminal text on the nature of mathematics.", "entity_id": "\u4ec0\u4e48\u662f\u6570\u5b66", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u4ec0\u4e48\u662f\u6570\u5b66", "label": "\u4ec0\u4e48\u662f\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Courant and Robbins co-authored a seminal text on the nature of mathematics."}, {"color": "#84d686", "created_at": 1752884103, "description": "A conic section representing a U-shaped curve in mathematics.", "entity_id": "\u629b\u7269\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u629b\u7269\u7ebf", "label": "\u629b\u7269\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A conic section representing a U-shaped curve in mathematics."}, {"color": "#302edf", "created_at": 1752884103, "description": "A type of conic section with two distinct branches.", "entity_id": "\u53cc\u66f2\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53cc\u66f2\u7ebf", "label": "\u53cc\u66f2\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A type of conic section with two distinct branches."}, {"color": "#77d3fe", "created_at": 1752884103, "description": "A line that touches a curve at exactly one point without crossing it.", "entity_id": "\u5207\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5207\u7ebf", "label": "\u5207\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A line that touches a curve at exactly one point without crossing it."}, {"color": "#9bde97", "created_at": 1752884103, "description": "A line perpendicular to a tangent at the point of contact on a curve.", "entity_id": "\u6cd5\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6cd5\u7ebf", "label": "\u6cd5\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A line perpendicular to a tangent at the point of contact on a curve."}, {"color": "#e2e566", "created_at": 1752884104, "description": "Mathematician who developed the theory of real numbers and continuity.", "entity_id": "Richard Dedekind", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Richard Dedekind", "label": "Richard Dedekind", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Mathematician who developed the theory of real numbers and continuity."}, {"color": "#11386f", "created_at": 1752884103, "description": "The historical development of mathematical notations and symbols.", "entity_id": "\u6570\u5b66\u7b26\u53f7\u53f2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7b26\u53f7\u53f2", "label": "\u6570\u5b66\u7b26\u53f7\u53f2", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "The historical development of mathematical notations and symbols."}, {"color": "#5bc9a7", "created_at": 1752884104, "description": "Author of \u0027A History of Mathematical Notations.\u0027", "entity_id": "Cajori", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Cajori", "label": "Cajori", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Author of \u0027A History of Mathematical Notations.\u0027"}, {"color": "#e105d9", "created_at": 1752884103, "description": "The mathematical idea of a relation between inputs and outputs.", "entity_id": "\u51fd\u6570\u6982\u5ff5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51fd\u6570\u6982\u5ff5", "label": "\u51fd\u6570\u6982\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "The mathematical idea of a relation between inputs and outputs."}, {"color": "#eece6a", "created_at": 1752884104, "description": "A scholar who studied definitions of the function concept.", "entity_id": "Dieter Ruthing", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Dieter Ruthing", "label": "Dieter Ruthing", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A scholar who studied definitions of the function concept."}, {"color": "#ae3683", "created_at": 1752884104, "description": "Co-author of \u0027What is Mathematics?\u0027\u003cSEP\u003eRichard Courant, a German-American mathematician known for his work in applied mathematics.", "entity_id": "\u67ef\u6717", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u6717", "label": "\u67ef\u6717", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "Co-author of \u0027What is Mathematics?\u0027\u003cSEP\u003eRichard Courant, a German-American mathematician known for his work in applied mathematics."}, {"color": "#b43a3d", "created_at": 1752884113, "description": "A popular mathematics book by Courant, explaining fundamental mathematical concepts.", "entity_id": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "label": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A popular mathematics book by Courant, explaining fundamental mathematical concepts."}, {"color": "#8ce393", "created_at": 1752884104, "description": "A university press in Shanghai publishing academic and educational materials.\u003cSEP\u003eChinese publisher of \u0027What is Mathematics?\u0027", "entity_id": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "label": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "A university press in Shanghai publishing academic and educational materials.\u003cSEP\u003eChinese publisher of \u0027What is Mathematics?\u0027"}, {"color": "#88e45a", "created_at": 1752884104, "description": "Shanghai is a major metropolis and cultural center in China, as well as a hub for academic and scientific publishing. The city is home to several prominent academic publishers, including Shanghai Scientific and Technical Publishers. Notably, Shanghai is the publication location for influential works such as *What is Mathematics?* and *\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b* (*Zhou Bi Suan Jing Yi Zhu*, a translated and annotated version of the ancient Chinese mathematical classic *The Zhoubi Suanjing*). As a key economic and intellectual hub, Shanghai plays a significant role in China\u0027s scientific, cultural, and educational landscape.", "entity_id": "\u4e0a\u6d77", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77", "label": "\u4e0a\u6d77", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7\u003cSEP\u003echunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Shanghai is a major metropolis and cultural center in China, as well as a hub for academic and scientific publishing. The city is home to several prominent academic publishers, including Shanghai Scientific and Technical Publishers. Notably, Shanghai is the publication location for influential works such as *What is Mathematics?* and *\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b* (*Zhou Bi Suan Jing Yi Zhu*, a translated and annotated version of the ancient Chinese mathematical classic *The Zhoubi Suanjing*). As a key economic and intellectual hub, Shanghai plays a significant role in China\u0027s scientific, cultural, and educational landscape."}, {"color": "#122f9b", "created_at": 1752884113, "description": "A publishing house in Shanghai specializing in science and technology education.", "entity_id": "\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A publishing house in Shanghai specializing in science and technology education."}, {"color": "#eccd3b", "created_at": 1752884108, "description": "\u738b\u5609\u96bd\u662f\u300a\u5386\u53f2\u300b\u7684\u4e2d\u6587\u8bd1\u8005\uff0c\u5c06\u5e0c\u7f57\u591a\u5fb7\u7684\u8457\u4f5c\u7ffb\u8bd1\u6210\u4e2d\u6587\u3002", "entity_id": "\u738b\u5609\u96bd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u5609\u96bd", "label": "\u738b\u5609\u96bd", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u738b\u5609\u96bd\u662f\u300a\u5386\u53f2\u300b\u7684\u4e2d\u6587\u8bd1\u8005\uff0c\u5c06\u5e0c\u7f57\u591a\u5fb7\u7684\u8457\u4f5c\u7ffb\u8bd1\u6210\u4e2d\u6587\u3002"}, {"color": "#390b81", "created_at": 1752884105, "description": "Co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, a scholar in the history of mathematics.", "entity_id": "\u738b\u9752\u5efa", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u9752\u5efa", "label": "\u738b\u9752\u5efa", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, a scholar in the history of mathematics."}, {"color": "#794ae3", "created_at": 1752884105, "description": "Co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, a scholar in the history of mathematics.", "entity_id": "\u5b59\u5b8f\u5b89", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5b59\u5b8f\u5b89", "label": "\u5b59\u5b8f\u5b89", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, a scholar in the history of mathematics."}, {"color": "#075a3b", "created_at": 1752884105, "description": "Translator of Poincar\u00e9\u0027s \u0027\u79d1\u5b66\u4e0e\u65b9\u6cd5\u0027 into Chinese.", "entity_id": "\u674e\u9192\u6c11", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u9192\u6c11", "label": "\u674e\u9192\u6c11", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Translator of Poincar\u00e9\u0027s \u0027\u79d1\u5b66\u4e0e\u65b9\u6cd5\u0027 into Chinese."}, {"color": "#544d6c", "created_at": 1752884113, "description": "Henri Poincar\u00e9, a French mathematician and physicist known for his contributions to topology and celestial mechanics.", "entity_id": "\u5f6d\u52a0\u52d2(\u5e9e\u52a0\u83b1)", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f6d\u52a0\u52d2(\u5e9e\u52a0\u83b1)", "label": "\u5f6d\u52a0\u52d2(\u5e9e\u52a0\u83b1)", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Henri Poincar\u00e9, a French mathematician and physicist known for his contributions to topology and celestial mechanics."}, {"color": "#8072ac", "created_at": 1752884105, "description": "Translator of Poincar\u00e9\u0027s \u0027\u79d1\u5b66\u4e0e\u5047\u8bbe\u0027 into Chinese.", "entity_id": "\u53f6\u8574\u7406", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53f6\u8574\u7406", "label": "\u53f6\u8574\u7406", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Translator of Poincar\u00e9\u0027s \u0027\u79d1\u5b66\u4e0e\u5047\u8bbe\u0027 into Chinese."}, {"color": "#fbcdf1", "created_at": 1752884105, "description": "Translator of \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u0027.", "entity_id": "\u5f90\u5f00\u6765", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f90\u5f00\u6765", "label": "\u5f90\u5f00\u6765", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Translator of \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u0027."}, {"color": "#61ba58", "created_at": 1752884105, "description": "A mathematical monograph by Jiang Boju, published by Science Press.", "entity_id": "\u300a\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u300b", "label": "\u300a\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A mathematical monograph by Jiang Boju, published by Science Press."}, {"color": "#99140d", "created_at": 1752884105, "description": "Author of \u0027\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u0027, a mathematician specializing in topology.", "entity_id": "\u59dc\u4f2f\u9a79", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u59dc\u4f2f\u9a79", "label": "\u59dc\u4f2f\u9a79", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Author of \u0027\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u0027, a mathematician specializing in topology."}, {"color": "#734f56", "created_at": 1752884105, "description": "A book on topology by Boltyansky, translated by Qiu Guangming and published by Hunan Education Publishing House.", "entity_id": "\u300a\u62d3\u6251\u5b66\u5947\u8da3\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u62d3\u6251\u5b66\u5947\u8da3\u300b", "label": "\u300a\u62d3\u6251\u5b66\u5947\u8da3\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A book on topology by Boltyansky, translated by Qiu Guangming and published by Hunan Education Publishing House."}, {"color": "#c63024", "created_at": 1752884105, "description": "Author of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027, a mathematician specializing in topology.", "entity_id": "\u5df4\u5c14\u4f73\u65af\u57fa", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5df4\u5c14\u4f73\u65af\u57fa", "label": "\u5df4\u5c14\u4f73\u65af\u57fa", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Author of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027, a mathematician specializing in topology."}, {"color": "#4d322e", "created_at": 1752884105, "description": "Translator of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027 into Chinese.", "entity_id": "\u88d8\u5149\u660e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u88d8\u5149\u660e", "label": "\u88d8\u5149\u660e", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Translator of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027 into Chinese."}, {"color": "#020696", "created_at": 1752884105, "description": "Publisher of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027.", "entity_id": "\u6e56\u5357\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6e56\u5357\u6559\u80b2\u51fa\u7248\u793e", "label": "\u6e56\u5357\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Publisher of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027."}, {"color": "#d023e2", "created_at": 1752884106, "description": "Co-author of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027, a scholar in logic.", "entity_id": "\u67ef\u5339", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67ef\u5339", "label": "\u67ef\u5339", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Co-author of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027, a scholar in logic."}, {"color": "#c7460f", "created_at": 1752884106, "description": "Translator of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese.", "entity_id": "\u5f20\u5efa\u519b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u5efa\u519b", "label": "\u5f20\u5efa\u519b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Translator of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese."}, {"color": "#aa6f81", "created_at": 1752884106, "description": "Translator of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese.", "entity_id": "\u6f58\u5929\u7fa4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6f58\u5929\u7fa4", "label": "\u6f58\u5929\u7fa4", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Translator of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese."}, {"color": "#bf4846", "created_at": 1752884106, "description": "A traditional Chinese lantern, precursor to modern hot air balloons, attributed to Zhuge Liang of the Three Kingdoms period.", "entity_id": "\u5b54\u660e\u706f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5b54\u660e\u706f", "label": "\u5b54\u660e\u706f", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A traditional Chinese lantern, precursor to modern hot air balloons, attributed to Zhuge Liang of the Three Kingdoms period."}, {"color": "#8d4149", "created_at": 1752884106, "description": "A strategist of the Three Kingdoms period, credited with inventing the Kongming lantern.", "entity_id": "\u8bf8\u845b\u4eae", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8bf8\u845b\u4eae", "label": "\u8bf8\u845b\u4eae", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A strategist of the Three Kingdoms period, credited with inventing the Kongming lantern."}, {"color": "#f2ef7a", "created_at": 1752884106, "description": "A classical Chinese text containing philosophical discussions about the universe.", "entity_id": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u300b", "label": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A classical Chinese text containing philosophical discussions about the universe."}, {"color": "#277712", "created_at": 1752884106, "description": "A commentator who annotated \u0027\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u0027 during the Eastern Han dynasty.", "entity_id": "\u9ad8\u8bf1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u8bf1", "label": "\u9ad8\u8bf1", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "A commentator who annotated \u0027\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u0027 during the Eastern Han dynasty."}, {"color": "#b53767", "created_at": 1752884106, "description": "\u5f20\u5efa\u519band\u6f58\u5929\u7fa4are translators of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese.", "entity_id": "\u5f20\u5efa\u519b\u6f58\u5929\u7fa4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u5efa\u519b\u6f58\u5929\u7fa4", "label": "\u5f20\u5efa\u519b\u6f58\u5929\u7fa4", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5f20\u5efa\u519band\u6f58\u5929\u7fa4are translators of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese."}, {"color": "#b845a9", "created_at": 1752884201, "description": "\u5f20\u5efa\u519band\u6f58\u5929\u7fa4translated \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese.", "entity_id": "\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248", "label": "\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5f20\u5efa\u519band\u6f58\u5929\u7fa4translated \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese."}, {"color": "#ee81ff", "created_at": 1752884201, "description": "\u8c2d\u4e1a\u8c26annotated and translated \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027, providing insights into the ancient text.", "entity_id": "\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8", "label": "\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u8c2d\u4e1a\u8c26annotated and translated \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027, providing insights into the ancient text."}, {"color": "#2d33bd", "created_at": 1752884106, "description": "\u65af\u7279\u52b3\u68eeis a philosopher whose work \u0027\u4e2a\u4f53\uff1a\u8bba\u63cf\u8ff0\u7684\u5f62\u800c\u4e0a\u5b66\u0027 has been translated into Chinese.", "entity_id": "\u65af\u7279\u52b3\u68ee", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u65af\u7279\u52b3\u68ee", "label": "\u65af\u7279\u52b3\u68ee", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u65af\u7279\u52b3\u68eeis a philosopher whose work \u0027\u4e2a\u4f53\uff1a\u8bba\u63cf\u8ff0\u7684\u5f62\u800c\u4e0a\u5b66\u0027 has been translated into Chinese."}, {"color": "#dffad4", "created_at": 1752884106, "description": "\u6c5f\u6021is the translator of\u65af\u7279\u52b3\u68ee\u0027s work into Chinese.", "entity_id": "\u6c5f\u6021", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6c5f\u6021", "label": "\u6c5f\u6021", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6c5f\u6021is the translator of\u65af\u7279\u52b3\u68ee\u0027s work into Chinese."}, {"color": "#ee9390", "created_at": 1752884106, "description": "\u738b\u8defis the translator of\u5f17\u96f7\u683c\u0027s philosophical works into Chinese.", "entity_id": "\u738b\u8def", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u8def", "label": "\u738b\u8def", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u738b\u8defis the translator of\u5f17\u96f7\u683c\u0027s philosophical works into Chinese."}, {"color": "#a7b67f", "created_at": 1752884106, "description": "\u6c64\u56e0\u6bd4is a British historian who incorporated Chinese philosophical ideas into his historical theories.", "entity_id": "\u6c64\u56e0\u6bd4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6c64\u56e0\u6bd4", "label": "\u6c64\u56e0\u6bd4", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6c64\u56e0\u6bd4is a British historian who incorporated Chinese philosophical ideas into his historical theories."}, {"color": "#225512", "created_at": 1752884106, "description": "\u5218\u5317\u6210and\u90ed\u5c0f\u51ccare translators of\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027 into Chinese.", "entity_id": "\u5218\u5317\u6210\u90ed\u5c0f\u51cc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5218\u5317\u6210\u90ed\u5c0f\u51cc", "label": "\u5218\u5317\u6210\u90ed\u5c0f\u51cc", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5218\u5317\u6210and\u90ed\u5c0f\u51ccare translators of\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027 into Chinese."}, {"color": "#3a05c7", "created_at": 1752884106, "description": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793epublished the Chinese translation of\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027.", "entity_id": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793epublished the Chinese translation of\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027."}, {"color": "#926559", "created_at": 1752884107, "description": "\u738b\u6606\u626cis a translator who translated\u9676\u54f2\u8f69\u0027s works.", "entity_id": "\u738b\u6606\u626c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u6606\u626c", "label": "\u738b\u6606\u626c", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u738b\u6606\u626cis a translator who translated\u9676\u54f2\u8f69\u0027s works."}, {"color": "#c632c5", "created_at": 1752884107, "description": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793eis a publishing house that published translated works of\u9676\u54f2\u8f69.", "entity_id": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793eis a publishing house that published translated works of\u9676\u54f2\u8f69."}, {"color": "#19beea", "created_at": 1752884107, "description": "A mathematical analysis book authored by\u9676\u54f2\u8f69, translated by\u738b\u6606\u626c.", "entity_id": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "label": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "A mathematical analysis book authored by\u9676\u54f2\u8f69, translated by\u738b\u6606\u626c."}, {"color": "#b87e8a", "created_at": 1752884107, "description": "A book about Fermat\u0027s Last Theorem, authored by\u8f9b\u683c.", "entity_id": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "label": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "A book about Fermat\u0027s Last Theorem, authored by\u8f9b\u683c."}, {"color": "#1ebb06", "created_at": 1752884107, "description": "A book about prime numbers, authored by\u5fb7\u6bd4\u5e0c\u5c14.", "entity_id": "\u300a\u7d20\u6570\u4e4b\u604b\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7d20\u6570\u4e4b\u604b\u300b", "label": "\u300a\u7d20\u6570\u4e4b\u604b\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "A book about prime numbers, authored by\u5fb7\u6bd4\u5e0c\u5c14."}, {"color": "#44c06e", "created_at": 1752884107, "description": "An ancient Chinese encyclopedia that records\u8d3e\u5baa\u0027s mathematical methods.\u003cSEP\u003e\u300a\u6c38\u4e50\u5927\u5178\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u7684\u4e00\u90e8\u5927\u578b\u767e\u79d1\u5168\u4e66\uff0c\u6536\u5f55\u4e86\u8d3e\u5baa\u7684\u6570\u5b66\u65b9\u6cd5\u548c\u6768\u8f89\u4e09\u89d2\u7b49\u5185\u5bb9\u3002", "entity_id": "\u300a\u6c38\u4e50\u5927\u5178\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6c38\u4e50\u5927\u5178\u300b", "label": "\u300a\u6c38\u4e50\u5927\u5178\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "An ancient Chinese encyclopedia that records\u8d3e\u5baa\u0027s mathematical methods.\u003cSEP\u003e\u300a\u6c38\u4e50\u5927\u5178\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u7684\u4e00\u90e8\u5927\u578b\u767e\u79d1\u5168\u4e66\uff0c\u6536\u5f55\u4e86\u8d3e\u5baa\u7684\u6570\u5b66\u65b9\u6cd5\u548c\u6768\u8f89\u4e09\u89d2\u7b49\u5185\u5bb9\u3002"}, {"color": "#20e68f", "created_at": 1752884108, "description": "\u6768\u8f89\u4e09\u89d2\u662f\u4e00\u79cd\u6570\u5b66\u6982\u5ff5\uff0c\u4e5f\u79f0\u4e3a\u8d3e\u5baa\u4e09\u89d2\uff0c\u6e90\u4e8e\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bb6\u8d3e\u5baa\u7684\u0027\u5f00\u65b9\u4f5c\u6cd5\u672c\u613f\u0027\u56fe\uff0c\u8bb0\u8f7d\u4e8e\u300a\u6c38\u4e50\u5927\u5178\u300b\u3002", "entity_id": "\u6768\u8f89\u4e09\u89d2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6768\u8f89\u4e09\u89d2", "label": "\u6768\u8f89\u4e09\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u6768\u8f89\u4e09\u89d2\u662f\u4e00\u79cd\u6570\u5b66\u6982\u5ff5\uff0c\u4e5f\u79f0\u4e3a\u8d3e\u5baa\u4e09\u89d2\uff0c\u6e90\u4e8e\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bb6\u8d3e\u5baa\u7684\u0027\u5f00\u65b9\u4f5c\u6cd5\u672c\u613f\u0027\u56fe\uff0c\u8bb0\u8f7d\u4e8e\u300a\u6c38\u4e50\u5927\u5178\u300b\u3002"}, {"color": "#4fb605", "created_at": 1752884107, "description": "\u7231\u5fb7\u534eis an author who wrote \u0027\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u0027.\u003cSEP\u003e\u7231\u5fb7\u534e\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u79ef\u5206\u7684\u53d1\u5c55\u5386\u7a0b\u3002", "entity_id": "\u7231\u5fb7\u534e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7231\u5fb7\u534e", "label": "\u7231\u5fb7\u534e", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "\u7231\u5fb7\u534eis an author who wrote \u0027\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u0027.\u003cSEP\u003e\u7231\u5fb7\u534e\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u79ef\u5206\u7684\u53d1\u5c55\u5386\u7a0b\u3002"}, {"color": "#0bec60", "created_at": 1752884107, "description": "\u5317\u4eac\u51fa\u7248\u793eis a publishing house that published works by\u7231\u5fb7\u534e.\u003cSEP\u003e\u5317\u4eac\u51fa\u7248\u793e\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002", "entity_id": "\u5317\u4eac\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u51fa\u7248\u793e", "label": "\u5317\u4eac\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "\u5317\u4eac\u51fa\u7248\u793eis a publishing house that published works by\u7231\u5fb7\u534e.\u003cSEP\u003e\u5317\u4eac\u51fa\u7248\u793e\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002"}, {"color": "#430f5a", "created_at": 1752884107, "description": "A book about the history of calculus, authored by\u7231\u5fb7\u534e.\u003cSEP\u003e\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u662f\u4e00\u672c\u4ecb\u7ecd\u5fae\u79ef\u5206\u5386\u53f2\u7684\u4e66\u7c4d\uff0c\u7531\u7231\u5fb7\u534e\u8457\uff0c\u5f20\u9e3f\u6797\u8bd1\uff0c\u5317\u4eac\u51fa\u7248\u793e\u51fa\u7248\u3002", "entity_id": "\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b", "label": "\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "A book about the history of calculus, authored by\u7231\u5fb7\u534e.\u003cSEP\u003e\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u662f\u4e00\u672c\u4ecb\u7ecd\u5fae\u79ef\u5206\u5386\u53f2\u7684\u4e66\u7c4d\uff0c\u7531\u7231\u5fb7\u534e\u8457\uff0c\u5f20\u9e3f\u6797\u8bd1\uff0c\u5317\u4eac\u51fa\u7248\u793e\u51fa\u7248\u3002"}, {"color": "#af8bcf", "created_at": 1752884108, "description": "\u5f20\u9e3f\u6797\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7684\u8bd1\u8005\uff0c\u5c06\u7231\u5fb7\u534e\u7684\u8457\u4f5c\u7ffb\u8bd1\u6210\u4e2d\u6587\u3002", "entity_id": "\u5f20\u9e3f\u6797", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u9e3f\u6797", "label": "\u5f20\u9e3f\u6797", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5f20\u9e3f\u6797\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7684\u8bd1\u8005\uff0c\u5c06\u7231\u5fb7\u534e\u7684\u8457\u4f5c\u7ffb\u8bd1\u6210\u4e2d\u6587\u3002"}, {"color": "#021ddc", "created_at": 1752884108, "description": "\u674e\u9510\u662f\u6e05\u4ee3\u6570\u5b66\u5bb6\uff0c\u6821\u8ba2\u4e86\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u5e76\u5c06\u5176\u6536\u5165\u300a\u56db\u5e93\u5168\u4e66\u300b\u3002", "entity_id": "\u674e\u9510", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u9510", "label": "\u674e\u9510", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u674e\u9510\u662f\u6e05\u4ee3\u6570\u5b66\u5bb6\uff0c\u6821\u8ba2\u4e86\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u5e76\u5c06\u5176\u6536\u5165\u300a\u56db\u5e93\u5168\u4e66\u300b\u3002"}, {"color": "#9ec7b3", "created_at": 1752884108, "description": "\u300a\u56db\u5e93\u5168\u4e66\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6700\u5927\u7684\u4e1b\u4e66\uff0c\u6536\u5f55\u4e86\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u7b49\u8457\u4f5c\u3002", "entity_id": "\u300a\u56db\u5e93\u5168\u4e66\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u56db\u5e93\u5168\u4e66\u300b", "label": "\u300a\u56db\u5e93\u5168\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u56db\u5e93\u5168\u4e66\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6700\u5927\u7684\u4e1b\u4e66\uff0c\u6536\u5f55\u4e86\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u7b49\u8457\u4f5c\u3002"}, {"color": "#36352d", "created_at": 1752884108, "description": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u662f\u4f9d\u592b\u65af\u6240\u8457\u7684\u6570\u5b66\u53f2\u4e66\u7c4d\uff0c\u6b27\u9633\u7edb\u7b49\u8bd1\uff0c\u7531\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "entity_id": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b", "label": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u662f\u4f9d\u592b\u65af\u6240\u8457\u7684\u6570\u5b66\u53f2\u4e66\u7c4d\uff0c\u6b27\u9633\u7edb\u7b49\u8bd1\uff0c\u7531\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002"}, {"color": "#1f79d7", "created_at": 1752884108, "description": "\u4f9d\u592b\u65af\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u4ecb\u7ecd\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u4e8b\u4ef6\u3002", "entity_id": "\u4f9d\u592b\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4f9d\u592b\u65af", "label": "\u4f9d\u592b\u65af", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u4f9d\u592b\u65af\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u4ecb\u7ecd\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u4e8b\u4ef6\u3002"}, {"color": "#e85f25", "created_at": 1752884108, "description": "\u6b27\u9633\u7edb\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u7684\u8bd1\u8005\u4e4b\u4e00\uff0c\u5c06\u4f9d\u592b\u65af\u7684\u8457\u4f5c\u7ffb\u8bd1\u6210\u4e2d\u6587\u3002", "entity_id": "\u6b27\u9633\u7edb", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u9633\u7edb", "label": "\u6b27\u9633\u7edb", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u6b27\u9633\u7edb\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u7684\u8bd1\u8005\u4e4b\u4e00\uff0c\u5c06\u4f9d\u592b\u65af\u7684\u8457\u4f5c\u7ffb\u8bd1\u6210\u4e2d\u6587\u3002"}, {"color": "#78dec2", "created_at": 1752884108, "description": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u662f\u8f9b\u94a6\u6240\u8457\u7684\u6570\u5b66\u6559\u6750\uff0c\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u7ffb\u8bd1\uff0c\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e\u51fa\u7248\u3002", "entity_id": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b", "label": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u662f\u8f9b\u94a6\u6240\u8457\u7684\u6570\u5b66\u6559\u6750\uff0c\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u7ffb\u8bd1\uff0c\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e\u51fa\u7248\u3002"}, {"color": "#b05f92", "created_at": 1752884108, "description": "Author of \u0027A Concise Course in Mathematical Analysis\u0027.\u003cSEP\u003e\u8f9b\u94a6\u662f\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u7684\u4f5c\u8005\uff0c\u8457\u540d\u6570\u5b66\u5bb6\u3002", "entity_id": "\u8f9b\u94a6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8f9b\u94a6", "label": "\u8f9b\u94a6", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Author of \u0027A Concise Course in Mathematical Analysis\u0027.\u003cSEP\u003e\u8f9b\u94a6\u662f\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u7684\u4f5c\u8005\uff0c\u8457\u540d\u6570\u5b66\u5bb6\u3002"}, {"color": "#378f15", "created_at": 1752884109, "description": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u662f\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u7684\u7ffb\u8bd1\u5355\u4f4d\u3002", "entity_id": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb", "label": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u662f\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u7684\u7ffb\u8bd1\u5355\u4f4d\u3002"}, {"color": "#df56e5", "created_at": 1752884109, "description": "A department within Peking University responsible for translating and studying mathematical analysis and function theory.", "entity_id": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u6570\u5b66\u5206\u6790\u4e0e\u51fd\u6570\u8bba\u6559\u7814\u5ba4", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u6570\u5b66\u5206\u6790\u4e0e\u51fd\u6570\u8bba\u6559\u7814\u5ba4", "label": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u6570\u5b66\u5206\u6790\u4e0e\u51fd\u6570\u8bba\u6559\u7814\u5ba4", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "A department within Peking University responsible for translating and studying mathematical analysis and function theory."}, {"color": "#01bc42", "created_at": 1752884109, "description": "A concise textbook on mathematical analysis authored by\u8f9b\u94a6.", "entity_id": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u00b7\u4e0a\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u00b7\u4e0a\u300b", "label": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u00b7\u4e0a\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "A concise textbook on mathematical analysis authored by\u8f9b\u94a6."}, {"color": "#2870fb", "created_at": 1752884109, "description": "Publisher of the translated version of \u0027A Concise Course in Mathematical Analysis\u0027.\u003cSEP\u003e\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e\u662f\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002", "entity_id": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Publisher of the translated version of \u0027A Concise Course in Mathematical Analysis\u0027.\u003cSEP\u003e\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e\u662f\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002"}, {"color": "#c759e3", "created_at": 1752884109, "description": "Editor of the translated version of \u0027A Concise Course in Mathematical Analysis\u0027.", "entity_id": "\u8bb8\u5b9d\u9a04", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8bb8\u5b9d\u9a04", "label": "\u8bb8\u5b9d\u9a04", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Editor of the translated version of \u0027A Concise Course in Mathematical Analysis\u0027."}, {"color": "#da630e", "created_at": 1752884109, "description": "Author of \u0027Ancient Science in the Golden Age of Greece\u0027.\u003cSEP\u003eGeorge Sarton is a historian of science known for his works on ancient science.", "entity_id": "\u4e54\u6cbb\u00b7\u8428\u987f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u4e54\u6cbb\u00b7\u8428\u987f", "label": "\u4e54\u6cbb\u00b7\u8428\u987f", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Author of \u0027Ancient Science in the Golden Age of Greece\u0027.\u003cSEP\u003eGeorge Sarton is a historian of science known for his works on ancient science."}, {"color": "#575776", "created_at": 1752884109, "description": "Translator of \u0027Ancient Science in the Golden Age of Greece\u0027.\u003cSEP\u003e\u9c81\u65ed\u4e1cis a translator who worked on historical scientific texts.", "entity_id": "\u9c81\u65ed\u4e1c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9c81\u65ed\u4e1c", "label": "\u9c81\u65ed\u4e1c", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Translator of \u0027Ancient Science in the Golden Age of Greece\u0027.\u003cSEP\u003e\u9c81\u65ed\u4e1cis a translator who worked on historical scientific texts."}, {"color": "#576485", "created_at": 1752884110, "description": "Work on ancient Greek science by\u4e54\u6cbb\u00b7\u8428\u987f.", "entity_id": "\u300a\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66\u300b", "label": "\u300a\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Work on ancient Greek science by\u4e54\u6cbb\u00b7\u8428\u987f."}, {"color": "#578778", "created_at": 1752884112, "description": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66is a work on the history of ancient Greek science.", "entity_id": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66", "label": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66is a work on the history of ancient Greek science."}, {"color": "#15d114", "created_at": 1752884109, "description": "Publisher of the Chinese version of \u0027Ancient Science in the Golden Age of Greece\u0027.\u003cSEP\u003e\u5927\u8c61\u51fa\u7248\u793eis a publishing house based in Zhengzhou, China.", "entity_id": "\u5927\u8c61\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u8c61\u51fa\u7248\u793e", "label": "\u5927\u8c61\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Publisher of the Chinese version of \u0027Ancient Science in the Golden Age of Greece\u0027.\u003cSEP\u003e\u5927\u8c61\u51fa\u7248\u793eis a publishing house based in Zhengzhou, China."}, {"color": "#bb2423", "created_at": 1752884109, "description": "Scholar who studied the Yin-Shang calendar.", "entity_id": "\u8463\u4f5c\u5bbe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8463\u4f5c\u5bbe", "label": "\u8463\u4f5c\u5bbe", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Scholar who studied the Yin-Shang calendar."}, {"color": "#b219b7", "created_at": 1752884110, "description": "Complete works of scholar\u8463\u4f5c\u5bbe.", "entity_id": "\u300a\u8463\u4f5c\u5bbe\u5148\u751f\u5168\u96c6\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8463\u4f5c\u5bbe\u5148\u751f\u5168\u96c6\u300b", "label": "\u300a\u8463\u4f5c\u5bbe\u5148\u751f\u5168\u96c6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Complete works of scholar\u8463\u4f5c\u5bbe."}, {"color": "#0c5970", "created_at": 1752884109, "description": "Translator and annotator of \u0027The Zhoubi Suanjing\u0027.", "entity_id": "\u95fb\u4eba\u519b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u95fb\u4eba\u519b", "label": "\u95fb\u4eba\u519b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Translator and annotator of \u0027The Zhoubi Suanjing\u0027."}, {"color": "#8f209e", "created_at": 1752884109, "description": "Author of \u0027The Code of Ancient Maps: 1418\u0027.\u003cSEP\u003e\u5218\u94a2is an author who wrote about ancient maps and their historical significance.", "entity_id": "\u5218\u94a2", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5218\u94a2", "label": "\u5218\u94a2", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "Author of \u0027The Code of Ancient Maps: 1418\u0027.\u003cSEP\u003e\u5218\u94a2is an author who wrote about ancient maps and their historical significance."}, {"color": "#1e98f2", "created_at": 1752884112, "description": "\u53e4\u5730\u56fe\u5bc6\u7801is a work exploring ancient maps and their historical significance.", "entity_id": "\u53e4\u5730\u56fe\u5bc6\u7801", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5730\u56fe\u5bc6\u7801", "label": "\u53e4\u5730\u56fe\u5bc6\u7801", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u53e4\u5730\u56fe\u5bc6\u7801is a work exploring ancient maps and their historical significance."}, {"color": "#4ff615", "created_at": 1752884109, "description": "Publisher of \u0027The Code of Ancient Maps: 1418\u0027 and \u0027Lectures on Ancient Astronomy and Calendars\u0027.\u003cSEP\u003e\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u51fa\u7248\u5355\u4f4d\u003cSEP\u003e\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793eis a publishing house based in Guilin, China.", "entity_id": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "label": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Publisher of \u0027The Code of Ancient Maps: 1418\u0027 and \u0027Lectures on Ancient Astronomy and Calendars\u0027.\u003cSEP\u003e\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u51fa\u7248\u5355\u4f4d\u003cSEP\u003e\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793eis a publishing house based in Guilin, China."}, {"color": "#1a7846", "created_at": 1752884109, "description": "Author of \u0027Lectures on Ancient Astronomy and Calendars\u0027.\u003cSEP\u003e\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u4f5c\u8005\uff0c\u5929\u6587\u5386\u6cd5\u4e13\u5bb6", "entity_id": "\u5f20\u95fb\u7389", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u95fb\u7389", "label": "\u5f20\u95fb\u7389", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Author of \u0027Lectures on Ancient Astronomy and Calendars\u0027.\u003cSEP\u003e\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u4f5c\u8005\uff0c\u5929\u6587\u5386\u6cd5\u4e13\u5bb6"}, {"color": "#a521c7", "created_at": 1752884110, "description": "Lectures on ancient astronomy and calendars by\u5f20\u95fb\u7389.\u003cSEP\u003e\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u662f\u4e00\u672c\u5173\u4e8e\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u5f20\u95fb\u7389\u64b0\u5199\uff0c\u8ba8\u8bba\u4e86\u661f\u8fb0\u7684\u533a\u522b\u548c\u65f6\u8fb0\u7684\u5b9a\u4e49\u3002", "entity_id": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b", "label": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Lectures on ancient astronomy and calendars by\u5f20\u95fb\u7389.\u003cSEP\u003e\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u662f\u4e00\u672c\u5173\u4e8e\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u5f20\u95fb\u7389\u64b0\u5199\uff0c\u8ba8\u8bba\u4e86\u661f\u8fb0\u7684\u533a\u522b\u548c\u65f6\u8fb0\u7684\u5b9a\u4e49\u3002"}, {"color": "#6eab9b", "created_at": 1752884110, "description": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u662f\u4e00\u672c\u7814\u7a76\u7532\u9aa8\u6587\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u738b\u5b87\u4fe1\u3001\u6768\u5347\u5357\u3001\u8042\u7389\u6d77\u4e3b\u7f16\uff0c\u5305\u542b\u5bf9\u7532\u9aa8\u6587\u7684\u91ca\u8bd1\u548c\u5206\u6790\u3002", "entity_id": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "label": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u662f\u4e00\u672c\u7814\u7a76\u7532\u9aa8\u6587\u7684\u5b66\u672f\u8457\u4f5c\uff0c\u7531\u738b\u5b87\u4fe1\u3001\u6768\u5347\u5357\u3001\u8042\u7389\u6d77\u4e3b\u7f16\uff0c\u5305\u542b\u5bf9\u7532\u9aa8\u6587\u7684\u91ca\u8bd1\u548c\u5206\u6790\u3002"}, {"color": "#71ea7f", "created_at": 1752884110, "description": "Archaeological site of the Shang Dynasty capital.", "entity_id": "\u6bb7\u589f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6bb7\u589f", "label": "\u6bb7\u589f", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Archaeological site of the Shang Dynasty capital."}, {"color": "#daa04f", "created_at": 1752884110, "description": "Modern location of the ancient Yinxu ruins.", "entity_id": "\u6cb3\u5357\u5b89\u9633\u5c0f\u5c6f\u6751", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6cb3\u5357\u5b89\u9633\u5c0f\u5c6f\u6751", "label": "\u6cb3\u5357\u5b89\u9633\u5c0f\u5c6f\u6751", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Modern location of the ancient Yinxu ruins."}, {"color": "#d813f4", "created_at": 1752884110, "description": "Shang Dynasty king who moved the capital to Yin.\u003cSEP\u003e\u5546\u738b\u76d8\u5e9a\u662f\u5546\u671d\u7684\u4e00\u4f4d\u541b\u4e3b\uff0c\u4e8e\u516c\u5143\u524d14\u4e16\u7eaa\u5de6\u53f3\u5c06\u5546\u671d\u7684\u90fd\u57ce\u8fc1\u81f3\u65b0\u7684\u5730\u70b9\uff0c\u7edf\u6cbb\u671f\u95f4\u5386\u7ecf8\u4ee312\u738b\u5171273\u5e74\u3002", "entity_id": "\u5546\u738b\u76d8\u5e9a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u738b\u76d8\u5e9a", "label": "\u5546\u738b\u76d8\u5e9a", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Shang Dynasty king who moved the capital to Yin.\u003cSEP\u003e\u5546\u738b\u76d8\u5e9a\u662f\u5546\u671d\u7684\u4e00\u4f4d\u541b\u4e3b\uff0c\u4e8e\u516c\u5143\u524d14\u4e16\u7eaa\u5de6\u53f3\u5c06\u5546\u671d\u7684\u90fd\u57ce\u8fc1\u81f3\u65b0\u7684\u5730\u70b9\uff0c\u7edf\u6cbb\u671f\u95f4\u5386\u7ecf8\u4ee312\u738b\u5171273\u5e74\u3002"}, {"color": "#2826cf", "created_at": 1752884110, "description": "\u5546\u738b\u671d\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u91cd\u8981\u671d\u4ee3\uff0c\u7531\u5546\u738b\u76d8\u5e9a\u8fc1\u90fd\u540e\u5ef6\u7eed\u81f3\u7ea3\u738b\u4ea1\u56fd\uff0c\u5171\u7ecf\u5386273\u5e74\u3002", "entity_id": "\u5546\u738b\u671d", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u738b\u671d", "label": "\u5546\u738b\u671d", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5546\u738b\u671d\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u91cd\u8981\u671d\u4ee3\uff0c\u7531\u5546\u738b\u76d8\u5e9a\u8fc1\u90fd\u540e\u5ef6\u7eed\u81f3\u7ea3\u738b\u4ea1\u56fd\uff0c\u5171\u7ecf\u5386273\u5e74\u3002"}, {"color": "#a4ed47", "created_at": 1752884110, "description": "\u5546\u671d\u672b\u4ee3\u541b\u4e3b\uff0c\u5bfc\u81f4\u5546\u671d\u706d\u4ea1", "entity_id": "\u7ea3", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7ea3", "label": "\u7ea3", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5546\u671d\u672b\u4ee3\u541b\u4e3b\uff0c\u5bfc\u81f4\u5546\u671d\u706d\u4ea1"}, {"color": "#87fa63", "created_at": 1752884110, "description": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u4e3b\u7f16\uff0c\u7532\u9aa8\u6587\u4e13\u5bb6", "entity_id": "\u738b\u5b87\u4fe1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u5b87\u4fe1", "label": "\u738b\u5b87\u4fe1", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u4e3b\u7f16\uff0c\u7532\u9aa8\u6587\u4e13\u5bb6"}, {"color": "#aa06ac", "created_at": 1752884110, "description": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u4e3b\u7f16\uff0c\u7532\u9aa8\u6587\u4e13\u5bb6", "entity_id": "\u6768\u5347\u5357", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6768\u5347\u5357", "label": "\u6768\u5347\u5357", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u4e3b\u7f16\uff0c\u7532\u9aa8\u6587\u4e13\u5bb6"}, {"color": "#5ea3ab", "created_at": 1752884110, "description": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u4e3b\u7f16\uff0c\u7532\u9aa8\u6587\u4e13\u5bb6", "entity_id": "\u8042\u7389\u6d77", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8042\u7389\u6d77", "label": "\u8042\u7389\u6d77", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u4e3b\u7f16\uff0c\u7532\u9aa8\u6587\u4e13\u5bb6"}, {"color": "#463b99", "created_at": 1752884111, "description": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u51fa\u7248\u5355\u4f4d", "entity_id": "\u4e91\u5357\u4eba\u6c11\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e91\u5357\u4eba\u6c11\u51fa\u7248\u793e", "label": "\u4e91\u5357\u4eba\u6c11\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u51fa\u7248\u5355\u4f4d"}, {"color": "#8d2097", "created_at": 1752884110, "description": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u662f\u5bf9\u300a\u5c71\u6d77\u7ecf\u300b\u7684\u89e3\u6790\u8457\u4f5c\uff0c\u7531\u5f20\u6b65\u5929\u64b0\u5199\uff0c\u63a2\u8ba8\u4e86\u53e4\u4ee3\u5730\u7406\u548c\u6587\u5316\u7684\u5185\u5bb9\u3002", "entity_id": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b", "label": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u662f\u5bf9\u300a\u5c71\u6d77\u7ecf\u300b\u7684\u89e3\u6790\u8457\u4f5c\uff0c\u7531\u5f20\u6b65\u5929\u64b0\u5199\uff0c\u63a2\u8ba8\u4e86\u53e4\u4ee3\u5730\u7406\u548c\u6587\u5316\u7684\u5185\u5bb9\u3002"}, {"color": "#7ec49c", "created_at": 1752884110, "description": "\u300a\u957f\u6c34\u7cb9\u7f16\u00b7\u8bba\u3008\u4e94\u85cf\u5c71\u7ecf\u3009\u7684\u5730\u57df\u8303\u56f4\u300b\u662f\u4e00\u7bc7\u5b66\u672f\u8bba\u6587\uff0c\u7531\u8c2d\u5176\u9aa7\u64b0\u5199\uff0c\u5206\u6790\u4e86\u300a\u4e94\u85cf\u5c71\u7ecf\u300b\u7684\u5730\u7406\u8303\u56f4\u3002", "entity_id": "\u300a\u957f\u6c34\u7cb9\u7f16\u00b7\u8bba\u3008\u4e94\u85cf\u5c71\u7ecf\u3009\u7684\u5730\u57df\u8303\u56f4\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u957f\u6c34\u7cb9\u7f16\u00b7\u8bba\u3008\u4e94\u85cf\u5c71\u7ecf\u3009\u7684\u5730\u57df\u8303\u56f4\u300b", "label": "\u300a\u957f\u6c34\u7cb9\u7f16\u00b7\u8bba\u3008\u4e94\u85cf\u5c71\u7ecf\u3009\u7684\u5730\u57df\u8303\u56f4\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u957f\u6c34\u7cb9\u7f16\u00b7\u8bba\u3008\u4e94\u85cf\u5c71\u7ecf\u3009\u7684\u5730\u57df\u8303\u56f4\u300b\u662f\u4e00\u7bc7\u5b66\u672f\u8bba\u6587\uff0c\u7531\u8c2d\u5176\u9aa7\u64b0\u5199\uff0c\u5206\u6790\u4e86\u300a\u4e94\u85cf\u5c71\u7ecf\u300b\u7684\u5730\u7406\u8303\u56f4\u3002"}, {"color": "#b71e9f", "created_at": 1752884111, "description": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u4f5c\u8005\uff0c\u5730\u7406\u5b66\u5bb6", "entity_id": "\u5f20\u6b65\u5929", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u6b65\u5929", "label": "\u5f20\u6b65\u5929", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u4f5c\u8005\uff0c\u5730\u7406\u5b66\u5bb6"}, {"color": "#40c4e8", "created_at": 1752884111, "description": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u51fa\u7248\u5355\u4f4d", "entity_id": "\u5929\u9a6c\u56fe\u4e66\u6709\u9650\u516c\u53f8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5929\u9a6c\u56fe\u4e66\u6709\u9650\u516c\u53f8", "label": "\u5929\u9a6c\u56fe\u4e66\u6709\u9650\u516c\u53f8", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u51fa\u7248\u5355\u4f4d"}, {"color": "#922694", "created_at": 1752884111, "description": "\u300a\u4e2d\u56fd\u6570\u5b66\u6742\u5fd7\u300b\u8bba\u6587\u4f5c\u8005\uff0c\u6570\u5b66\u53f2\u4e13\u5bb6", "entity_id": "\u7ae0\u9e3f\u948a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7ae0\u9e3f\u948a", "label": "\u7ae0\u9e3f\u948a", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u4e2d\u56fd\u6570\u5b66\u6742\u5fd7\u300b\u8bba\u6587\u4f5c\u8005\uff0c\u6570\u5b66\u53f2\u4e13\u5bb6"}, {"color": "#e0457c", "created_at": 1752884111, "description": "\u300a\u4f55\u5c0a\u94ed\u6587\u521d\u91ca\u300b\u4f5c\u8005\uff0c\u8003\u53e4\u5b66\u5bb6", "entity_id": "\u9a6c\u627f\u6e90", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u627f\u6e90", "label": "\u9a6c\u627f\u6e90", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u4f55\u5c0a\u94ed\u6587\u521d\u91ca\u300b\u4f5c\u8005\uff0c\u8003\u53e4\u5b66\u5bb6"}, {"color": "#4a4082", "created_at": 1752884206, "description": "\u9a6c\u627f\u6e90\u662f\u8be5\u6587\u7684\u4f5c\u8005", "entity_id": "\u300a\u4f55\u5c0a\u94ed\u6587\u521d\u91ca\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4f55\u5c0a\u94ed\u6587\u521d\u91ca\u300b", "label": "\u300a\u4f55\u5c0a\u94ed\u6587\u521d\u91ca\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u9a6c\u627f\u6e90\u662f\u8be5\u6587\u7684\u4f5c\u8005"}, {"color": "#e6ee82", "created_at": 1752884111, "description": "\u300a\u6bb7\u5468\u91d1\u6587\u96c6\u5f55\u300b\u4e3b\u7f16\uff0c\u91d1\u6587\u4e13\u5bb6", "entity_id": "\u5f90\u4e2d\u8212", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f90\u4e2d\u8212", "label": "\u5f90\u4e2d\u8212", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u6bb7\u5468\u91d1\u6587\u96c6\u5f55\u300b\u4e3b\u7f16\uff0c\u91d1\u6587\u4e13\u5bb6"}, {"color": "#85f6d8", "created_at": 1752884206, "description": "\u5f90\u4e2d\u8212\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "entity_id": "\u300a\u6bb7\u5468\u91d1\u6587\u96c6\u5f55\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6bb7\u5468\u91d1\u6587\u96c6\u5f55\u300b", "label": "\u300a\u6bb7\u5468\u91d1\u6587\u96c6\u5f55\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5f90\u4e2d\u8212\u662f\u8be5\u4e66\u7684\u4e3b\u7f16"}, {"color": "#65f7c6", "created_at": 1752884207, "description": "\u94b1\u5b9d\u742e\u662f\u8be5\u4e66\u7684\u6821\u70b9\u8005", "entity_id": "\u300a\u7b97\u7ecf\u5341\u4e66\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7b97\u7ecf\u5341\u4e66\u300b", "label": "\u300a\u7b97\u7ecf\u5341\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u94b1\u5b9d\u742e\u662f\u8be5\u4e66\u7684\u6821\u70b9\u8005"}, {"color": "#62b45c", "created_at": 1752884111, "description": "\u5229\u739b\u7aa6is an Italian Jesuit missionary who introduced Western science and cartography to China.", "entity_id": "\u5229\u739b\u7aa6", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5229\u739b\u7aa6", "label": "\u5229\u739b\u7aa6", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5229\u739b\u7aa6is an Italian Jesuit missionary who introduced Western science and cartography to China."}, {"color": "#1b8a80", "created_at": 1752884111, "description": "\u674e\u4e4b\u85fbis a Chinese scholar who collaborated with Matteo Ricci in cartography.", "entity_id": "\u674e\u4e4b\u85fb", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u4e4b\u85fb", "label": "\u674e\u4e4b\u85fb", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u674e\u4e4b\u85fbis a Chinese scholar who collaborated with Matteo Ricci in cartography."}, {"color": "#69dce2", "created_at": 1752884112, "description": "\u5764\u8206\u4e07\u56fd\u5168\u56feis a world map created by Matteo Ricci and Li Zhizao.", "entity_id": "\u5764\u8206\u4e07\u56fd\u5168\u56fe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5764\u8206\u4e07\u56fd\u5168\u56fe", "label": "\u5764\u8206\u4e07\u56fd\u5168\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5764\u8206\u4e07\u56fd\u5168\u56feis a world map created by Matteo Ricci and Li Zhizao."}, {"color": "#adb0c8", "created_at": 1752884111, "description": "\u77bf\u53bf\u6089\u8fbeis a Tang dynasty scholar known for his work on astronomy.", "entity_id": "\u77bf\u53bf\u6089\u8fbe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u77bf\u53bf\u6089\u8fbe", "label": "\u77bf\u53bf\u6089\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u77bf\u53bf\u6089\u8fbeis a Tang dynasty scholar known for his work on astronomy."}, {"color": "#c79ded", "created_at": 1752884112, "description": "\u5f00\u5143\u5360\u7ecfis an ancient Chinese astrological text.", "entity_id": "\u5f00\u5143\u5360\u7ecf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5f00\u5143\u5360\u7ecf", "label": "\u5f00\u5143\u5360\u7ecf", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f00\u5143\u5360\u7ecfis an ancient Chinese astrological text."}, {"color": "#356e50", "created_at": 1752884111, "description": "\u5f20\u5f3ais a scholar who has written on Western classical manuscripts.", "entity_id": "\u5f20\u5f3a", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u5f3a", "label": "\u5f20\u5f3a", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f20\u5f3ais a scholar who has written on Western classical manuscripts."}, {"color": "#59ae60", "created_at": 1752884113, "description": "\u5386\u53f2\u7814\u7a76is a Chinese academic journal focusing on historical studies.", "entity_id": "\u5386\u53f2\u7814\u7a76", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5386\u53f2\u7814\u7a76", "label": "\u5386\u53f2\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5386\u53f2\u7814\u7a76is a Chinese academic journal focusing on historical studies."}, {"color": "#b51148", "created_at": 1752884208, "description": "\u5f20\u5f3aauthored the article about Western classical manuscripts.", "entity_id": "\u897f\u65b9\u53e4\u5178\u8457\u4f5c\u7684\u7a3f\u672c\u3001\u6284\u672c\u4e0e\u6821\u672c", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u897f\u65b9\u53e4\u5178\u8457\u4f5c\u7684\u7a3f\u672c\u3001\u6284\u672c\u4e0e\u6821\u672c", "label": "\u897f\u65b9\u53e4\u5178\u8457\u4f5c\u7684\u7a3f\u672c\u3001\u6284\u672c\u4e0e\u6821\u672c", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f20\u5f3aauthored the article about Western classical manuscripts."}, {"color": "#470667", "created_at": 1752884210, "description": "The text documents the astronomical survey conducted during the Yuan Dynasty.", "entity_id": "\u300a\u5143\u53f2\u00b7\u5929\u6587\u00b7\u56db\u6d77\u6d4b\u9a8c\u300b", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5143\u53f2\u00b7\u5929\u6587\u00b7\u56db\u6d77\u6d4b\u9a8c\u300b", "label": "\u300a\u5143\u53f2\u00b7\u5929\u6587\u00b7\u56db\u6d77\u6d4b\u9a8c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The text documents the astronomical survey conducted during the Yuan Dynasty."}, {"color": "#1ed1d2", "created_at": 1752884112, "description": "\u963f\u57fa\u7c73\u5fb7\u5168\u96c6is a collection of works by the ancient Greek mathematician Archimedes.", "entity_id": "\u963f\u57fa\u7c73\u5fb7\u5168\u96c6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u57fa\u7c73\u5fb7\u5168\u96c6", "label": "\u963f\u57fa\u7c73\u5fb7\u5168\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u963f\u57fa\u7c73\u5fb7\u5168\u96c6is a collection of works by the ancient Greek mathematician Archimedes."}, {"color": "#1993a5", "created_at": 1752884113, "description": "\u5e0c\u601dis an editor who compiled works of ancient mathematicians.", "entity_id": "\u5e0c\u601d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u601d", "label": "\u5e0c\u601d", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5e0c\u601dis an editor who compiled works of ancient mathematicians."}, {"color": "#cfd0ab", "created_at": 1752884112, "description": "\u5927\u6234\u793c\u8bb0\u89e3\u8bc2is an annotated version of the Confucian text Da Dai Li Ji.", "entity_id": "\u5927\u6234\u793c\u8bb0\u89e3\u8bc2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6234\u793c\u8bb0\u89e3\u8bc2", "label": "\u5927\u6234\u793c\u8bb0\u89e3\u8bc2", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5927\u6234\u793c\u8bb0\u89e3\u8bc2is an annotated version of the Confucian text Da Dai Li Ji."}, {"color": "#4389ee", "created_at": 1752884112, "description": "\u738b\u8058\u73cdis a scholar known for his annotations on Confucian classics.", "entity_id": "\u738b\u8058\u73cd", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u8058\u73cd", "label": "\u738b\u8058\u73cd", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u738b\u8058\u73cdis a scholar known for his annotations on Confucian classics."}, {"color": "#53908c", "created_at": 1752884112, "description": "\u738b\u6587\u9526is a scholar who collaborated on editing classical texts.", "entity_id": "\u738b\u6587\u9526", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u6587\u9526", "label": "\u738b\u6587\u9526", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u738b\u6587\u9526is a scholar who collaborated on editing classical texts."}, {"color": "#67e957", "created_at": 1752884113, "description": "M.EI-Abbadi is a scholar who wrote about the ancient Library of Alexandria.", "entity_id": "M.EI-Abbadi", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "M.EI-Abbadi", "label": "M.EI-Abbadi", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "M.EI-Abbadi is a scholar who wrote about the ancient Library of Alexandria."}, {"color": "#4b1a32", "created_at": 1752884113, "description": "UNESCO/UNDP is an international organization involved in cultural preservation.", "entity_id": "UNESCO/UNDP", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "UNESCO/UNDP", "label": "UNESCO/UNDP", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "UNESCO/UNDP is an international organization involved in cultural preservation."}, {"color": "#bd0ae6", "created_at": 1752884113, "description": "A philosophical work by Weyl on the relationship between mathematics and natural sciences.", "entity_id": "\u300a\u6570\u5b66\u4e0e\u81ea\u7136\u79d1\u5b66\u4e4b\u54f2\u5b66\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u4e0e\u81ea\u7136\u79d1\u5b66\u4e4b\u54f2\u5b66\u300b", "label": "\u300a\u6570\u5b66\u4e0e\u81ea\u7136\u79d1\u5b66\u4e4b\u54f2\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A philosophical work by Weyl on the relationship between mathematics and natural sciences."}, {"color": "#2a5f9e", "created_at": 1752884113, "description": "Raymond Smullyan, an American mathematician known for his work on logic and puzzles.", "entity_id": "\u65af\u7a46\u91cc\u5b89", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u65af\u7a46\u91cc\u5b89", "label": "\u65af\u7a46\u91cc\u5b89", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Raymond Smullyan, an American mathematician known for his work on logic and puzzles."}, {"color": "#a27003", "created_at": 1752884113, "description": "A university press in Dalian focusing on technical and scientific literature.", "entity_id": "\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e", "label": "\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A university press in Dalian focusing on technical and scientific literature."}, {"color": "#6279cb", "created_at": 1752884114, "description": "City in China where\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e(Dalian University of Technology Press) is located.", "entity_id": "\u5927\u8fde", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u8fde", "label": "\u5927\u8fde", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "City in China where\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e(Dalian University of Technology Press) is located."}, {"color": "#a1f985", "created_at": 1752884113, "description": "Thomas Little Heath, a British historian of mathematics known for his translations of ancient Greek mathematical texts.", "entity_id": "T.L.Heath", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "T.L.Heath", "label": "T.L.Heath", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Thomas Little Heath, a British historian of mathematics known for his translations of ancient Greek mathematical texts."}, {"color": "#041c84", "created_at": 1752884113, "description": "A historical text on Greek mathematics by T.L. Heath.", "entity_id": "A Manual of Greek Mathematics", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "A Manual of Greek Mathematics", "label": "A Manual of Greek Mathematics", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A historical text on Greek mathematics by T.L. Heath."}, {"color": "#b774d0", "created_at": 1752884114, "description": "Oxford University Press, publisher of T.L. Heath\u0027s work on Greek mathematics.", "entity_id": "\u725b\u6d25\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u725b\u6d25\u5927\u5b66\u51fa\u7248\u793e", "label": "\u725b\u6d25\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Oxford University Press, publisher of T.L. Heath\u0027s work on Greek mathematics."}, {"color": "#3eb49c", "created_at": 1752884114, "description": "Robert Boyle, an Irish natural philosopher and chemist known for Boyle\u0027s law.", "entity_id": "\u73bb\u4e49\u8033", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u73bb\u4e49\u8033", "label": "\u73bb\u4e49\u8033", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Robert Boyle, an Irish natural philosopher and chemist known for Boyle\u0027s law."}, {"color": "#7b30cf", "created_at": 1752884114, "description": "A foundational work in chemistry by Robert Boyle, questioning traditional alchemical practices.", "entity_id": "\u300a\u6000\u7591\u6d3e\u5316\u5b66\u5bb6\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6000\u7591\u6d3e\u5316\u5b66\u5bb6\u300b", "label": "\u300a\u6000\u7591\u6d3e\u5316\u5b66\u5bb6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A foundational work in chemistry by Robert Boyle, questioning traditional alchemical practices."}, {"color": "#1f2138", "created_at": 1752884114, "description": "Karl Pearson, a British mathematician and statistician known for his work in statistics.", "entity_id": "Pearson,K.", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Pearson,K.", "label": "Pearson,K.", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Karl Pearson, a British mathematician and statistician known for his work in statistics."}, {"color": "#506858", "created_at": 1752884114, "description": "A paper by Karl Pearson on the concept of random walks in mathematics.\u003cSEP\u003eA seminal statistical concept published by Pearson in Nature.", "entity_id": "The Problem of the Random Walk", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "The Problem of the Random Walk", "label": "The Problem of the Random Walk", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A paper by Karl Pearson on the concept of random walks in mathematics.\u003cSEP\u003eA seminal statistical concept published by Pearson in Nature."}, {"color": "#48e28d", "created_at": 1752884114, "description": "Pearson, K. is a statistician known for his work on the random walk problem and contributions to biometry.", "entity_id": "Pearson, K.", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Pearson, K.", "label": "Pearson, K.", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Pearson, K. is a statistician known for his work on the random walk problem and contributions to biometry."}, {"color": "#f21424", "created_at": 1752884114, "description": "Clifford Pickover, an American author and scientist known for his popular science books.\u003cSEP\u003e\u76ae\u5bc7\u5f17is an author known for works like \u0027The Math Book\u0027, which explores mathematical concepts and problems.", "entity_id": "\u76ae\u5bc7\u5f17", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u76ae\u5bc7\u5f17", "label": "\u76ae\u5bc7\u5f17", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Clifford Pickover, an American author and scientist known for his popular science books.\u003cSEP\u003e\u76ae\u5bc7\u5f17is an author known for works like \u0027The Math Book\u0027, which explores mathematical concepts and problems."}, {"color": "#1d2b57", "created_at": 1752884114, "description": "A book by Pickover exploring key concepts and problems in mathematics.", "entity_id": "\u300a\u6570\u5b66\u4e4b\u4e66\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u4e4b\u4e66\u300b", "label": "\u300a\u6570\u5b66\u4e4b\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "A book by Pickover exploring key concepts and problems in mathematics."}, {"color": "#887d60", "created_at": 1752884211, "description": "\u76ae\u5bc7\u5f17is the author of \u0027The Math Book\u0027, which explores various mathematical problems and concepts.", "entity_id": "\u6570\u5b66\u4e4b\u4e66", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u4e4b\u4e66", "label": "\u6570\u5b66\u4e4b\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u76ae\u5bc7\u5f17is the author of \u0027The Math Book\u0027, which explores various mathematical problems and concepts."}, {"color": "#d4f2ff", "created_at": 1752884114, "description": "A university press in Chongqing publishing academic and educational materials.\u003cSEP\u003e\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793eis a publishing house in Chongqing, China, specializing in academic and educational books.", "entity_id": "\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e", "label": "\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A university press in Chongqing publishing academic and educational materials.\u003cSEP\u003e\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793eis a publishing house in Chongqing, China, specializing in academic and educational books."}, {"color": "#6ad093", "created_at": 1752884114, "description": "Chongqing is a major city in southwestern China, known for its publishing industry.\u003cSEP\u003eCity in China where\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e(Chongqing University Press) is located.", "entity_id": "\u91cd\u5e86", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u91cd\u5e86", "label": "\u91cd\u5e86", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Chongqing is a major city in southwestern China, known for its publishing industry.\u003cSEP\u003eCity in China where\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e(Chongqing University Press) is located."}, {"color": "#4850f8", "created_at": 1752884115, "description": "Nature is a prestigious international scientific journal where Pearson\u0027s work was published.", "entity_id": "Nature", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Nature", "label": "Nature", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Nature is a prestigious international scientific journal where Pearson\u0027s work was published."}, {"color": "#a18e6d", "created_at": 1752884115, "description": "A statistical journal where Pearson and Lee published their work on inheritance.", "entity_id": "Biometrika", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Biometrika", "label": "Biometrika", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A statistical journal where Pearson and Lee published their work on inheritance."}, {"color": "#4689de", "created_at": 1752884211, "description": "\u94b1\u5fb7\u62c9\u585e\u5361authored \u0027Truth and Beauty\u0027, a work exploring the intersection of science and aesthetics.", "entity_id": "\u771f\u7406\u4e0e\u7f8e", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u771f\u7406\u4e0e\u7f8e", "label": "\u771f\u7406\u4e0e\u7f8e", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u94b1\u5fb7\u62c9\u585e\u5361authored \u0027Truth and Beauty\u0027, a work exploring the intersection of science and aesthetics."}, {"color": "#aafb27", "created_at": 1752884115, "description": "\u6069\u683c\u5c14is a German statistician known for Engel\u0027s Law, which describes the relationship between income and food expenditure.", "entity_id": "\u6069\u683c\u5c14", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6069\u683c\u5c14", "label": "\u6069\u683c\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u6069\u683c\u5c14is a German statistician known for Engel\u0027s Law, which describes the relationship between income and food expenditure."}, {"color": "#d8777a", "created_at": 1752884115, "description": "An economic principle describing the relationship between income and food expenditure.", "entity_id": "Engel\u0027s Law", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Engel\u0027s Law", "label": "Engel\u0027s Law", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "An economic principle describing the relationship between income and food expenditure."}, {"color": "#751800", "created_at": 1752884115, "description": "\u56fd\u52a1\u9662is the central government of China, responsible for national policies like the \u0027Blue Sky Defense War\u0027.", "entity_id": "\u56fd\u52a1\u9662", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u52a1\u9662", "label": "\u56fd\u52a1\u9662", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u56fd\u52a1\u9662is the central government of China, responsible for national policies like the \u0027Blue Sky Defense War\u0027."}, {"color": "#bcc8cd", "created_at": 1752884211, "description": "\u56fd\u52a1\u9662issued the \u0027Three-Year Action Plan for Winning the Blue Sky Defense War\u0027, a national policy initiative.", "entity_id": "\u6253\u8d62\u84dd\u5929\u4fdd\u536b\u6218\u4e09\u5e74\u884c\u52a8\u8ba1\u5212", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6253\u8d62\u84dd\u5929\u4fdd\u536b\u6218\u4e09\u5e74\u884c\u52a8\u8ba1\u5212", "label": "\u6253\u8d62\u84dd\u5929\u4fdd\u536b\u6218\u4e09\u5e74\u884c\u52a8\u8ba1\u5212", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u56fd\u52a1\u9662issued the \u0027Three-Year Action Plan for Winning the Blue Sky Defense War\u0027, a national policy initiative."}, {"color": "#84686e", "created_at": 1752884115, "description": "The National Research Council of the National Academy of Sciences is an organization involved in compiling and publishing scientific literature.\u003cSEP\u003eThe US National Research Council is a scientific advisory body that published \u0027The Mathematical Sciences in 2025\u0027.", "entity_id": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "label": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The National Research Council of the National Academy of Sciences is an organization involved in compiling and publishing scientific literature.\u003cSEP\u003eThe US National Research Council is a scientific advisory body that published \u0027The Mathematical Sciences in 2025\u0027."}, {"color": "#7e200e", "created_at": 1752884212, "description": "The council compiled and published the report on mathematical sciences development.", "entity_id": "2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66", "label": "2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The council compiled and published the report on mathematical sciences development."}, {"color": "#76c48a", "created_at": 1752884116, "description": "A publication on mathematical sciences compiled by the National Research Council of the National Academy of Sciences.", "entity_id": "\u300a2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66\u300b", "label": "\u300a2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A publication on mathematical sciences compiled by the National Research Council of the National Academy of Sciences."}, {"color": "#bc596c", "created_at": 1752884115, "description": "A technical journal where foundational information theory papers by Hartley and Shannon were published.", "entity_id": "The Bell System Technical Journal", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "The Bell System Technical Journal", "label": "The Bell System Technical Journal", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A technical journal where foundational information theory papers by Hartley and Shannon were published."}, {"color": "#84ed65", "created_at": 1752884212, "description": "The journal published Shannon\u0027s foundational paper on information theory.", "entity_id": "Shannon, C. E.", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Shannon, C. E.", "label": "Shannon, C. E.", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The journal published Shannon\u0027s foundational paper on information theory."}, {"color": "#f03b75", "created_at": 1752884115, "description": "A statistics journal where Kullback and Leibler published on information theory.", "entity_id": "The annals of mathematical statistics", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "The annals of mathematical statistics", "label": "The annals of mathematical statistics", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A statistics journal where Kullback and Leibler published on information theory."}, {"color": "#1d537c", "created_at": 1752884212, "description": "The journal published Kullback and Leibler\u0027s work on information theory.", "entity_id": "Kullback, S.", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Kullback, S.", "label": "Kullback, S.", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The journal published Kullback and Leibler\u0027s work on information theory."}, {"color": "#6308c5", "created_at": 1752884115, "description": "A statistical phenomenon where trends appear in groups but disappear when combined.", "entity_id": "Simpson\u0027s Paradox", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Simpson\u0027s Paradox", "label": "Simpson\u0027s Paradox", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A statistical phenomenon where trends appear in groups but disappear when combined."}, {"color": "#840694", "created_at": 1752884212, "description": "Simpson identified and described the statistical paradox that bears his name.", "entity_id": "Simpson, E. H.", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Simpson, E. H.", "label": "Simpson, E. H.", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Simpson identified and described the statistical paradox that bears his name."}, {"color": "#d10f95", "created_at": 1752884115, "description": "A mathematical study of information quantification, storage, and communication.", "entity_id": "Information Theory", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Information Theory", "label": "Information Theory", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A mathematical study of information quantification, storage, and communication."}, {"color": "#ecdc7d", "created_at": 1752884116, "description": "The National Research Council is an organization involved in publishing scientific reports.", "entity_id": "\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a", "label": "\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "The National Research Council is an organization involved in publishing scientific reports."}, {"color": "#f01e4a", "created_at": 1752884116, "description": "A publication by the National Research Council on plans for advancing American mathematics in the 1990s.", "entity_id": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "label": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A publication by the National Research Council on plans for advancing American mathematics in the 1990s."}, {"color": "#21de5e", "created_at": 1752884116, "description": "Zhang Xiaodong is a translator involved in the translation of scientific literature.", "entity_id": "\u5f20\u6653\u4e1c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u6653\u4e1c", "label": "\u5f20\u6653\u4e1c", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Zhang Xiaodong is a translator involved in the translation of scientific literature."}, {"color": "#b5fb2d", "created_at": 1752884117, "description": "A scientific journal where original research articles are published.", "entity_id": "Science", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Science", "label": "Science", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A scientific journal where original research articles are published."}, {"color": "#3b037c", "created_at": 1752884117, "description": "A Chinese scientific journal featuring translated international research.", "entity_id": "\u300a\u4e16\u754c\u79d1\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e16\u754c\u79d1\u5b66\u300b", "label": "\u300a\u4e16\u754c\u79d1\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A Chinese scientific journal featuring translated international research."}, {"color": "#aebb59", "created_at": 1752884117, "description": "A compilation of Einstein\u0027s works, translated and edited by Xu Liangying and Fan Dainian.", "entity_id": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e00\u5377\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e00\u5377\u300b", "label": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e00\u5377\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A compilation of Einstein\u0027s works, translated and edited by Xu Liangying and Fan Dainian."}, {"color": "#cfa2d5", "created_at": 1752884116, "description": "Florian Cajori is an author involved in writing about the history of physics.", "entity_id": "\u5f17\u00b7\u5361\u7ea6\u91cc", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f17\u00b7\u5361\u7ea6\u91cc", "label": "\u5f17\u00b7\u5361\u7ea6\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Florian Cajori is an author involved in writing about the history of physics."}, {"color": "#48a3bf", "created_at": 1752884117, "description": "A historical work on physics by Florian Cajori, translated by Dai Nianzu.", "entity_id": "\u300a\u7269\u7406\u5b66\u53f2\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7269\u7406\u5b66\u53f2\u300b", "label": "\u300a\u7269\u7406\u5b66\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A historical work on physics by Florian Cajori, translated by Dai Nianzu."}, {"color": "#e55b90", "created_at": 1752884116, "description": "Edwin Arthur Burtt is an author involved in writing about the metaphysical foundations of modern science.", "entity_id": "\u7231\u5fb7\u6587\u00b7\u963f\u745f\u00b7\u4f2f\u7279", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7231\u5fb7\u6587\u00b7\u963f\u745f\u00b7\u4f2f\u7279", "label": "\u7231\u5fb7\u6587\u00b7\u963f\u745f\u00b7\u4f2f\u7279", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Edwin Arthur Burtt is an author involved in writing about the metaphysical foundations of modern science."}, {"color": "#23361d", "created_at": 1752884117, "description": "A philosophical work by Edwin Arthur Burtt, translated by Xu Xiangdong.", "entity_id": "\u300a\u8fd1\u4ee3\u7269\u7406\u79d1\u5b66\u7684\u5f62\u800c\u4e0a\u5b66\u57fa\u7840\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8fd1\u4ee3\u7269\u7406\u79d1\u5b66\u7684\u5f62\u800c\u4e0a\u5b66\u57fa\u7840\u300b", "label": "\u300a\u8fd1\u4ee3\u7269\u7406\u79d1\u5b66\u7684\u5f62\u800c\u4e0a\u5b66\u57fa\u7840\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A philosophical work by Edwin Arthur Burtt, translated by Xu Xiangdong."}, {"color": "#31f8d5", "created_at": 1752884116, "description": "Yang Zhenning is a Nobel Prize-winning physicist.", "entity_id": "\u6768\u632f\u5b81", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6768\u632f\u5b81", "label": "\u6768\u632f\u5b81", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Yang Zhenning is a Nobel Prize-winning physicist."}, {"color": "#20ad88", "created_at": 1752884116, "description": "Wu Jianxiong is a physicist known for her experimental work.", "entity_id": "\u5434\u5065\u96c4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5434\u5065\u96c4", "label": "\u5434\u5065\u96c4", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Wu Jianxiong is a physicist known for her experimental work."}, {"color": "#61ef94", "created_at": 1752884116, "description": "Li Zhengdao is a Nobel Prize-winning physicist.", "entity_id": "\u674e\u653f\u9053", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u653f\u9053", "label": "\u674e\u653f\u9053", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Li Zhengdao is a Nobel Prize-winning physicist."}, {"color": "#6af20b", "created_at": 1752884117, "description": "An economics textbook edited by Gao Hongye.", "entity_id": "\u300a\u897f\u65b9\u7ecf\u6d4e\u5b66\uff1a\u5b8f\u89c2\u90e8\u5206(\u7b2c\u4e94\u7248)\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u897f\u65b9\u7ecf\u6d4e\u5b66\uff1a\u5b8f\u89c2\u90e8\u5206(\u7b2c\u4e94\u7248)\u300b", "label": "\u300a\u897f\u65b9\u7ecf\u6d4e\u5b66\uff1a\u5b8f\u89c2\u90e8\u5206(\u7b2c\u4e94\u7248)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "An economics textbook edited by Gao Hongye."}, {"color": "#d0ac51", "created_at": 1752884116, "description": "Shi Shuzhong is an editor involved in compiling literature on economics and mathematics.", "entity_id": "\u53f2\u6811\u4e2d", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u53f2\u6811\u4e2d", "label": "\u53f2\u6811\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Shi Shuzhong is an editor involved in compiling literature on economics and mathematics."}, {"color": "#3f8df2", "created_at": 1752884117, "description": "A work on the relationship between Nobel Economics Prize and mathematics, edited by Shi Shuzhong.", "entity_id": "\u300a\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956\u4e0e\u6570\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956\u4e0e\u6570\u5b66\u300b", "label": "\u300a\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956\u4e0e\u6570\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A work on the relationship between Nobel Economics Prize and mathematics, edited by Shi Shuzhong."}, {"color": "#1cdd17", "created_at": 1752884117, "description": "A collection of translated works on the history of mathematics by Liu Jinshun and He Shaogeng.", "entity_id": "\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b", "label": "\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A collection of translated works on the history of mathematics by Liu Jinshun and He Shaogeng."}, {"color": "#f5d568", "created_at": 1752884138, "description": "Rotation transformations are proven to be orthogonal transformations that preserve distances.", "entity_id": "\u65cb\u8f6c\u8fd0\u52a8", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u65cb\u8f6c\u8fd0\u52a8", "label": "\u65cb\u8f6c\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Rotation transformations are proven to be orthogonal transformations that preserve distances."}, {"color": "#055445", "created_at": 1752884138, "description": "Rotation transformations are proven to be orthogonal transformations that preserve distances.", "entity_id": "\u6b63\u4ea4\u53d8\u6362", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u6b63\u4ea4\u53d8\u6362", "label": "\u6b63\u4ea4\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Rotation transformations are proven to be orthogonal transformations that preserve distances."}, {"color": "#39b5f8", "created_at": 1752884138, "description": "Axial symmetry movements are classified as orthogonal transformations in advanced mathematics.", "entity_id": "\u8f74\u5bf9\u79f0\u8fd0\u52a8", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "\u8f74\u5bf9\u79f0\u8fd0\u52a8", "label": "\u8f74\u5bf9\u79f0\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Axial symmetry movements are classified as orthogonal transformations in advanced mathematics."}, {"color": "#3c7d52", "created_at": 1752884144, "description": "Frequencies from sample data serve as estimators for population probabilities.", "entity_id": "Estimation", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Estimation", "label": "Estimation", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Frequencies from sample data serve as estimators for population probabilities."}, {"color": "#f46011", "created_at": 1752884144, "description": "Frequencies from sample data serve as estimators for population probabilities.", "entity_id": "Frequency", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Frequency", "label": "Frequency", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Frequencies from sample data serve as estimators for population probabilities."}, {"color": "#c885dc", "created_at": 1752884150, "description": "The \u0027Book of Changes\u0027 introduces yin-yang as fundamental opposing forces, shaping Chinese philosophical thought.", "entity_id": "Book of Changes", "entity_type": "UNKNOWN", "file_path": "ChuZhongShuXue.docx", "id": "Book of Changes", "label": "Book of Changes", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The \u0027Book of Changes\u0027 introduces yin-yang as fundamental opposing forces, shaping Chinese philosophical thought."}, {"color": "#86c863", "created_at": 1752884027, "description": "The 2017 edition of the High School Mathematics Curriculum Standards is a policy document guiding high school mathematics education and curriculum revisions.", "entity_id": "\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "label": "\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "shape": "dot", "size": 10, "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The 2017 edition of the High School Mathematics Curriculum Standards is a policy document guiding high school mathematics education and curriculum revisions."}, {"color": "#ec5eb0", "created_at": 1752884027, "description": "Introduction to Mathematical Thought is a book or academic work that discusses foundational concepts in mathematics, undergoing revision by Shi Ningzhong.", "entity_id": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "label": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Introduction to Mathematical Thought is a book or academic work that discusses foundational concepts in mathematics, undergoing revision by Shi Ningzhong."}, {"color": "#07d762", "created_at": 1752884028, "description": "Equations and inequalities are key concepts in algebra, representing mathematical relationships between expressions.", "entity_id": "\u7b49\u5f0f\u4e0e\u4e0d\u7b49\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u5f0f\u4e0e\u4e0d\u7b49\u5f0f", "label": "\u7b49\u5f0f\u4e0e\u4e0d\u7b49\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Equations and inequalities are key concepts in algebra, representing mathematical relationships between expressions."}, {"color": "#6c69ba", "created_at": 1752884028, "description": "Translation, rotation, and axial symmetry are fundamental concepts in geometric transformations, revealing invariants in shape movement.", "entity_id": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "label": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Translation, rotation, and axial symmetry are fundamental concepts in geometric transformations, revealing invariants in shape movement."}, {"color": "#fa0b85", "created_at": 1752884029, "description": "Theme-based learning organizes curriculum around central topics, moving traditional content into interdisciplinary contexts.", "entity_id": "\u4e3b\u9898\u5f0f\u5b66\u4e60", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e3b\u9898\u5f0f\u5b66\u4e60", "label": "\u4e3b\u9898\u5f0f\u5b66\u4e60", "shape": "dot", "size": 10, "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Theme-based learning organizes curriculum around central topics, moving traditional content into interdisciplinary contexts."}, {"color": "#035db8", "created_at": 1752884029, "description": "Mathematical propositions, analyzed in the book\u0027s first section", "entity_id": "\u6570\u5b66\u7684\u547d\u9898", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7684\u547d\u9898", "label": "\u6570\u5b66\u7684\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Mathematical propositions, analyzed in the book\u0027s first section"}, {"color": "#99f682", "created_at": 1752884030, "description": "\u6570\u5b66\u6982\u5ff5\u9700\u901a\u8fc7\u6e05\u6670\u5b9a\u4e49\u5efa\u7acb\uff0c\u662f\u521d\u4e2d\u6570\u5b66\u6559\u80b2\u7684\u57fa\u7840\u3002", "entity_id": "\u6570\u5b66\u6982\u5ff5\u5b9a\u4e49", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u6982\u5ff5\u5b9a\u4e49", "label": "\u6570\u5b66\u6982\u5ff5\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u6570\u5b66\u6982\u5ff5\u9700\u901a\u8fc7\u6e05\u6670\u5b9a\u4e49\u5efa\u7acb\uff0c\u662f\u521d\u4e2d\u6570\u5b66\u6559\u80b2\u7684\u57fa\u7840\u3002"}, {"color": "#fa3aca", "created_at": 1752884031, "description": "Newton\u0027s work modeled after Euclid\u0027s style, demonstrating Euclidean influence on science.", "entity_id": "\u81ea\u7136\u54f2\u5b66\u4e4b\u6570\u5b66\u539f\u7406", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u81ea\u7136\u54f2\u5b66\u4e4b\u6570\u5b66\u539f\u7406", "label": "\u81ea\u7136\u54f2\u5b66\u4e4b\u6570\u5b66\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Newton\u0027s work modeled after Euclid\u0027s style, demonstrating Euclidean influence on science."}, {"color": "#0a46c6", "created_at": 1752884032, "description": "\u7ebf\u6bb5\u7aef\u70b9refers to the endpoints of a line segment, a foundational concept in geometry.", "entity_id": "\u7ebf\u6bb5\u7aef\u70b9", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ebf\u6bb5\u7aef\u70b9", "label": "\u7ebf\u6bb5\u7aef\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u7ebf\u6bb5\u7aef\u70b9refers to the endpoints of a line segment, a foundational concept in geometry."}, {"color": "#57b8bc", "created_at": 1752884035, "description": "Analogic reasoning referenced among mathematical reasoning forms in education standards.", "entity_id": "\u7c7b\u6bd4\u63a8\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7c7b\u6bd4\u63a8\u7406", "label": "\u7c7b\u6bd4\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Analogic reasoning referenced among mathematical reasoning forms in education standards."}, {"color": "#9c5fd6", "created_at": 1752884035, "description": "A binary relation on real numbers with transitive properties, used in inequalities.", "entity_id": "\u4e0d\u7b49\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e0d\u7b49\u5173\u7cfb", "label": "\u4e0d\u7b49\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "A binary relation on real numbers with transitive properties, used in inequalities."}, {"color": "#82846e", "created_at": 1752884035, "description": "A binary relation on real numbers demonstrating transitivity in set membership contexts.", "entity_id": "\u96b6\u5c5e\u5173\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u96b6\u5c5e\u5173\u7cfb", "label": "\u96b6\u5c5e\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "A binary relation on real numbers demonstrating transitivity in set membership contexts."}, {"color": "#540ad8", "created_at": 1752884036, "description": "\u5706\u5468\u7387\u7684\u6545\u4e8b\u662f\u5173\u4e8e\u6570\u5b66\u4e2d\u5706\u5468\u7387\u7684\u5386\u53f2\u548c\u8ba1\u7b97\u65b9\u6cd5\u7684\u6559\u80b2\u6848\u4f8b\u3002", "entity_id": "\u5706\u5468\u7387\u7684\u6545\u4e8b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u5468\u7387\u7684\u6545\u4e8b", "label": "\u5706\u5468\u7387\u7684\u6545\u4e8b", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5706\u5468\u7387\u7684\u6545\u4e8b\u662f\u5173\u4e8e\u6570\u5b66\u4e2d\u5706\u5468\u7387\u7684\u5386\u53f2\u548c\u8ba1\u7b97\u65b9\u6cd5\u7684\u6559\u80b2\u6848\u4f8b\u3002"}, {"color": "#3146ed", "created_at": 1752884036, "description": "\u571f\u572d\u4e4b\u6cd5\u7684\u6545\u4e8b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6d4b\u91cf\u65b9\u6cd5\u7684\u6848\u4f8b\uff0c\u7528\u4e8e\u5c55\u793a\u6570\u5b66\u5728\u4f20\u7edf\u6d4b\u91cf\u4e2d\u7684\u5e94\u7528\u3002", "entity_id": "\u571f\u572d\u4e4b\u6cd5\u7684\u6545\u4e8b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u571f\u572d\u4e4b\u6cd5\u7684\u6545\u4e8b", "label": "\u571f\u572d\u4e4b\u6cd5\u7684\u6545\u4e8b", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u571f\u572d\u4e4b\u6cd5\u7684\u6545\u4e8b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6d4b\u91cf\u65b9\u6cd5\u7684\u6848\u4f8b\uff0c\u7528\u4e8e\u5c55\u793a\u6570\u5b66\u5728\u4f20\u7edf\u6d4b\u91cf\u4e2d\u7684\u5e94\u7528\u3002"}, {"color": "#736964", "created_at": 1752884036, "description": "\u5ea6\u91cf\u8861\u7684\u6545\u4e8b\u662f\u5173\u4e8e\u4e2d\u56fd\u53e4\u4ee3\u8ba1\u91cf\u5355\u4f4d\u7684\u5386\u53f2\u548c\u6f14\u53d8\u7684\u6559\u80b2\u6848\u4f8b\u3002", "entity_id": "\u5ea6\u91cf\u8861\u7684\u6545\u4e8b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5ea6\u91cf\u8861\u7684\u6545\u4e8b", "label": "\u5ea6\u91cf\u8861\u7684\u6545\u4e8b", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5ea6\u91cf\u8861\u7684\u6545\u4e8b\u662f\u5173\u4e8e\u4e2d\u56fd\u53e4\u4ee3\u8ba1\u91cf\u5355\u4f4d\u7684\u5386\u53f2\u548c\u6f14\u53d8\u7684\u6559\u80b2\u6848\u4f8b\u3002"}, {"color": "#c97018", "created_at": 1752884036, "description": "123\u00d712\u662f\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7684\u5177\u4f53\u4f8b\u5b50\uff0c\u5c55\u793a\u5206\u914d\u5f8b\u7684\u5e94\u7528\u3002", "entity_id": "123\u00d712", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "123\u00d712", "label": "123\u00d712", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "123\u00d712\u662f\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7684\u5177\u4f53\u4f8b\u5b50\uff0c\u5c55\u793a\u5206\u914d\u5f8b\u7684\u5e94\u7528\u3002"}, {"color": "#66cf33", "created_at": 1752884036, "description": "23\u00d712\u662f\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7684\u5177\u4f53\u4f8b\u5b50\uff0c\u7528\u4e8e\u7c7b\u6bd4\u4e09\u4f4d\u6570\u4e58\u6cd5\u3002", "entity_id": "23\u00d712", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "23\u00d712", "label": "23\u00d712", "shape": "dot", "size": 10, "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "23\u00d712\u662f\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7684\u5177\u4f53\u4f8b\u5b50\uff0c\u7528\u4e8e\u7c7b\u6bd4\u4e09\u4f4d\u6570\u4e58\u6cd5\u3002"}, {"color": "#cf6d14", "created_at": 1752884036, "description": "P represents proof patterns in the context of mathematical reasoning.", "entity_id": "P", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "P", "label": "P", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "P represents proof patterns in the context of mathematical reasoning."}, {"color": "#fb0a3c", "created_at": 1752884036, "description": "Q represents numerical representations based on counting units.", "entity_id": "Q", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Q", "label": "Q", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "Q represents numerical representations based on counting units."}, {"color": "#c34f1d", "created_at": 1752884036, "description": "A\u2192Q is an argument proposition linking numerical representation to divisibility conditions.", "entity_id": "A\u2192Q", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "A\u2192Q", "label": "A\u2192Q", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "A\u2192Q is an argument proposition linking numerical representation to divisibility conditions."}, {"color": "#559979", "created_at": 1752884037, "description": "B\u2192Q is an argument proposition extending the divisibility logic to three-digit numbers.", "entity_id": "B\u2192Q", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "B\u2192Q", "label": "B\u2192Q", "shape": "dot", "size": 10, "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "B\u2192Q is an argument proposition extending the divisibility logic to three-digit numbers."}, {"color": "#3f7d63", "created_at": 1752884037, "description": "The \u0027Zuo Zhuan\u0027 is an ancient Chinese historical text that records early uses of fractions.\u003cSEP\u003e\u300a\u5de6\u4f20\u300b is a historical text that records events including King Wu\u0027s relocation of the Nine Tripod Cauldrons to Luoyang.", "entity_id": "\u300a\u5de6\u4f20\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5de6\u4f20\u300b", "label": "\u300a\u5de6\u4f20\u300b", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The \u0027Zuo Zhuan\u0027 is an ancient Chinese historical text that records early uses of fractions.\u003cSEP\u003e\u300a\u5de6\u4f20\u300b is a historical text that records events including King Wu\u0027s relocation of the Nine Tripod Cauldrons to Luoyang."}, {"color": "#b4fe91", "created_at": 1752884037, "description": "The \u0027Sulba Sutras\u0027 are ancient Indian texts that include mathematical concepts, such as irrational numbers.", "entity_id": "\u300a\u6cd5\u89c4\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6cd5\u89c4\u300b", "label": "\u300a\u6cd5\u89c4\u300b", "shape": "dot", "size": 10, "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "The \u0027Sulba Sutras\u0027 are ancient Indian texts that include mathematical concepts, such as irrational numbers."}, {"color": "#584f05", "created_at": 1752884040, "description": "Bach\u0027s seminal work demonstrating the practicality of 12-tone equal temperament.\u003cSEP\u003e\u5df4\u8d6b\u7684\u8457\u4f5c\uff0c\u4e13\u95e8\u8bba\u8ff0\u5341\u4e8c\u5e73\u5747\u5f8b\u5728\u952e\u76d8\u4e50\u5668\u4e2d\u7684\u8fd0\u7528\u3002", "entity_id": "\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b", "label": "\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Bach\u0027s seminal work demonstrating the practicality of 12-tone equal temperament.\u003cSEP\u003e\u5df4\u8d6b\u7684\u8457\u4f5c\uff0c\u4e13\u95e8\u8bba\u8ff0\u5341\u4e8c\u5e73\u5747\u5f8b\u5728\u952e\u76d8\u4e50\u5668\u4e2d\u7684\u8fd0\u7528\u3002"}, {"color": "#9ce884", "created_at": 1752884040, "description": "\u65e0\u7406\u6570\u7684\u5c0f\u6570\u8868\u8fbe\u5f62\u5f0f\uff0c\u65e0\u6cd5\u8f6c\u6362\u4e3a\u5206\u6570\u3002", "entity_id": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "label": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u65e0\u7406\u6570\u7684\u5c0f\u6570\u8868\u8fbe\u5f62\u5f0f\uff0c\u65e0\u6cd5\u8f6c\u6362\u4e3a\u5206\u6570\u3002"}, {"color": "#8cadf0", "created_at": 1752884040, "description": "\u7b1b\u5361\u5c14\u91cd\u8981\u8457\u4f5c\uff0c\u53cd\u6620\u897f\u65b9\u5bf9\u8d1f\u6570\u7684\u4f20\u7edf\u8ba4\u77e5", "entity_id": "\u300a\u51e0\u4f55\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u51e0\u4f55\u300b", "label": "\u300a\u51e0\u4f55\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u7b1b\u5361\u5c14\u91cd\u8981\u8457\u4f5c\uff0c\u53cd\u6620\u897f\u65b9\u5bf9\u8d1f\u6570\u7684\u4f20\u7edf\u8ba4\u77e5"}, {"color": "#fa903b", "created_at": 1752884042, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u65b9\u7a0b\u7bc7\u662f\u5218\u5fbd\u6ce8\u91ca\u7684\u4e00\u90e8\u5206\uff0c\u4e13\u95e8\u8ba8\u8bba\u65b9\u7a0b\u95ee\u9898\uff0c\u5c55\u793a\u4e86\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u5728\u65b9\u7a0b\u6c42\u89e3\u4e0a\u7684\u9ad8\u6c34\u5e73\u3002", "entity_id": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u65b9\u7a0b\u7bc7", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u65b9\u7a0b\u7bc7", "label": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u65b9\u7a0b\u7bc7", "shape": "dot", "size": 10, "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u65b9\u7a0b\u7bc7\u662f\u5218\u5fbd\u6ce8\u91ca\u7684\u4e00\u90e8\u5206\uff0c\u4e13\u95e8\u8ba8\u8bba\u65b9\u7a0b\u95ee\u9898\uff0c\u5c55\u793a\u4e86\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u5728\u65b9\u7a0b\u6c42\u89e3\u4e0a\u7684\u9ad8\u6c34\u5e73\u3002"}, {"color": "#468bf6", "created_at": 1752884043, "description": "One of the three traditional mathematical abilities in Chinese education, referring to spatial visualization skills.", "entity_id": "\u7a7a\u95f4\u60f3\u8c61\u80fd\u529b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u60f3\u8c61\u80fd\u529b", "label": "\u7a7a\u95f4\u60f3\u8c61\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "One of the three traditional mathematical abilities in Chinese education, referring to spatial visualization skills."}, {"color": "#a6f96a", "created_at": 1752884043, "description": "\"\u6b27\u62c91748\u5e74\u7684\u91cd\u8981\u8457\u4f5c\uff0c\u9996\u6b21\u660e\u786e\u5c06\u6570\u5b66\u5206\u6790\u5b9a\u4e49\u4e3a\u5173\u4e8e\u51fd\u6570\u7684\u79d1\u5b66\uff0c\u5e76\u5f15\u5165\u51fd\u6570\u7b26\u53f7f(x", "entity_id": "\u300a\u65e0\u7a77\u5c0f\u5206\u6790\u5f15\u8bba\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u65e0\u7a77\u5c0f\u5206\u6790\u5f15\u8bba\u300b", "label": "\u300a\u65e0\u7a77\u5c0f\u5206\u6790\u5f15\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-e310d39902c0e2129517ae5a93b19736", "title": "\"\u6b27\u62c91748\u5e74\u7684\u91cd\u8981\u8457\u4f5c\uff0c\u9996\u6b21\u660e\u786e\u5c06\u6570\u5b66\u5206\u6790\u5b9a\u4e49\u4e3a\u5173\u4e8e\u51fd\u6570\u7684\u79d1\u5b66\uff0c\u5e76\u5f15\u5165\u51fd\u6570\u7b26\u53f7f(x"}, {"color": "#472ee4", "created_at": 1752884044, "description": "\u5e38\u503c\u51fd\u6570refers to constant functions, mentioned as a point of confusion in junior high function definitions.", "entity_id": "\u5e38\u503c\u51fd\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e38\u503c\u51fd\u6570", "label": "\u5e38\u503c\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "\u5e38\u503c\u51fd\u6570refers to constant functions, mentioned as a point of confusion in junior high function definitions."}, {"color": "#a5024b", "created_at": 1752884044, "description": "Numbers with more than two positive divisors, mentioned in the prime number proof.", "entity_id": "\u5408\u6570(Composite Numbers)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5408\u6570(Composite Numbers)", "label": "\u5408\u6570(Composite Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Numbers with more than two positive divisors, mentioned in the prime number proof."}, {"color": "#2b4839", "created_at": 1752884045, "description": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6559\u80b2(14\u5c81\u4ee5\u524d)\u4e3b\u8981\u57f9\u517b\u62bd\u8c61\u80fd\u529b\u548c\u60f3\u8c61\u80fd\u529b\uff0c\u4e3a\u601d\u7ef4\u80fd\u529b\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\u3002", "entity_id": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6559\u80b2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6559\u80b2", "label": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6559\u80b2(14\u5c81\u4ee5\u524d)\u4e3b\u8981\u57f9\u517b\u62bd\u8c61\u80fd\u529b\u548c\u60f3\u8c61\u80fd\u529b\uff0c\u4e3a\u601d\u7ef4\u80fd\u529b\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\u3002"}, {"color": "#e81a7e", "created_at": 1752884046, "description": "Mathematical formulas used in trigonometry to describe relationships in triangles.", "entity_id": "Trigonometric Function Formulas", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Trigonometric Function Formulas", "label": "Trigonometric Function Formulas", "shape": "dot", "size": 10, "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Mathematical formulas used in trigonometry to describe relationships in triangles."}, {"color": "#9bf4fd", "created_at": 1752884048, "description": "Athens is the capital city of Greece where Plato founded his Academy, serving as a center for philosophical and mathematical studies in antiquity.", "entity_id": "Athens", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Athens", "label": "Athens", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Athens is the capital city of Greece where Plato founded his Academy, serving as a center for philosophical and mathematical studies in antiquity."}, {"color": "#2998a1", "created_at": 1752884048, "description": "Euler\u0027s Formula relates the number of vertices, edges, and faces in polyhedrons, demonstrating an invariant property (Euler characteristic) in geometric transformations.", "entity_id": "Euler\u0027s Formula", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Euler\u0027s Formula", "label": "Euler\u0027s Formula", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Euler\u0027s Formula relates the number of vertices, edges, and faces in polyhedrons, demonstrating an invariant property (Euler characteristic) in geometric transformations."}, {"color": "#a905c9", "created_at": 1752884048, "description": "A planar network is a two-dimensional representation of a polyhedron, used to study topological properties like the Euler characteristic.", "entity_id": "\u5e73\u9762\u7f51\u7edc(Planar Network)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u9762\u7f51\u7edc(Planar Network)", "label": "\u5e73\u9762\u7f51\u7edc(Planar Network)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "A planar network is a two-dimensional representation of a polyhedron, used to study topological properties like the Euler characteristic."}, {"color": "#f57fff", "created_at": 1752884048, "description": "The Greek city where Plato Academy was founded, serving as a hub for classical learning and philosophy.", "entity_id": "\u96c5\u5178(Athens)", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u96c5\u5178(Athens)", "label": "\u96c5\u5178(Athens)", "shape": "dot", "size": 10, "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The Greek city where Plato Academy was founded, serving as a hub for classical learning and philosophy."}, {"color": "#2f07bc", "created_at": 1752884049, "description": "Linear one-dimensional space, conceptualized as an abstraction from higher dimensions.", "entity_id": "\u4e00\u7ef4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e00\u7ef4", "label": "\u4e00\u7ef4", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Linear one-dimensional space, conceptualized as an abstraction from higher dimensions."}, {"color": "#362e17", "created_at": 1752884049, "description": "Modern name for K\u00f6nigsberg, the historical location of the seven bridges problem.", "entity_id": "\u52a0\u91cc\u5b81\u683c\u52d2", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u52a0\u91cc\u5b81\u683c\u52d2", "label": "\u52a0\u91cc\u5b81\u683c\u52d2", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Modern name for K\u00f6nigsberg, the historical location of the seven bridges problem."}, {"color": "#f255da", "created_at": 1752884049, "description": "River flowing through K\u00f6nigsberg featuring the seven bridges in Euler\u0027s problem.", "entity_id": "\u666e\u83b1\u683c\u5c14\u6cb3", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u83b1\u683c\u5c14\u6cb3", "label": "\u666e\u83b1\u683c\u5c14\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "River flowing through K\u00f6nigsberg featuring the seven bridges in Euler\u0027s problem."}, {"color": "#9bf9c7", "created_at": 1752884049, "description": "\u5723\u5f7c\u5f97\u5821\u662f\u6b27\u62c9\u5f53\u65f6\u6240\u5728\u7684\u57ce\u5e02\uff0c\u4ed6\u5728\u8fd9\u91cc\u5f97\u77e5\u5e76\u89e3\u51b3\u4e86\u54e5\u5c3c\u65af\u5821\u6865\u95ee\u9898\u3002", "entity_id": "\u5723\u5f7c\u5f97\u5821", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5723\u5f7c\u5f97\u5821", "label": "\u5723\u5f7c\u5f97\u5821", "shape": "dot", "size": 10, "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u5723\u5f7c\u5f97\u5821\u662f\u6b27\u62c9\u5f53\u65f6\u6240\u5728\u7684\u57ce\u5e02\uff0c\u4ed6\u5728\u8fd9\u91cc\u5f97\u77e5\u5e76\u89e3\u51b3\u4e86\u54e5\u5c3c\u65af\u5821\u6865\u95ee\u9898\u3002"}, {"color": "#53763d", "created_at": 1752884050, "description": "\u73af\u662f\u9996\u5c3e\u76f8\u8fde\u7684\u6709\u5411\u7f51\u7edc\uff0c\u8868\u793a\u5faa\u73af\u4f9d\u8d56\u5173\u7cfb\u3002", "entity_id": "\u73af", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u73af", "label": "\u73af", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u73af\u662f\u9996\u5c3e\u76f8\u8fde\u7684\u6709\u5411\u7f51\u7edc\uff0c\u8868\u793a\u5faa\u73af\u4f9d\u8d56\u5173\u7cfb\u3002"}, {"color": "#0957e3", "created_at": 1752884050, "description": "\u80a1\u7968\u5e02\u573a\u662f\u91d1\u878d\u4ea4\u6613\u573a\u6240\uff0c\u5176\u6570\u636e\u53ef\u7528\u7f51\u7edc\u65b9\u6cd5\u5206\u6790\u3002", "entity_id": "\u80a1\u7968\u5e02\u573a", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u80a1\u7968\u5e02\u573a", "label": "\u80a1\u7968\u5e02\u573a", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u80a1\u7968\u5e02\u573a\u662f\u91d1\u878d\u4ea4\u6613\u573a\u6240\uff0c\u5176\u6570\u636e\u53ef\u7528\u7f51\u7edc\u65b9\u6cd5\u5206\u6790\u3002"}, {"color": "#4d8a6d", "created_at": 1752884050, "description": "\u751f\u6001\u73af\u5883\u5b66\u7814\u7a76\u751f\u6001\u7cfb\u7edf\uff0c\u53ef\u7528\u7f51\u7edc\u8868\u793a\u7269\u79cd\u95f4\u5173\u7cfb\u3002", "entity_id": "\u751f\u6001\u73af\u5883\u5b66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u751f\u6001\u73af\u5883\u5b66", "label": "\u751f\u6001\u73af\u5883\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u751f\u6001\u73af\u5883\u5b66\u7814\u7a76\u751f\u6001\u7cfb\u7edf\uff0c\u53ef\u7528\u7f51\u7edc\u8868\u793a\u7269\u79cd\u95f4\u5173\u7cfb\u3002"}, {"color": "#76a284", "created_at": 1752884050, "description": "\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u601d\u7ef4\u8fc7\u7a0b\uff0c\u53ef\u7528\u7f51\u7edc\u8868\u793a\u4fe1\u606f\u5904\u7406\u8def\u5f84\u3002", "entity_id": "\u8ba4\u77e5\u79d1\u5b66", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u8ba4\u77e5\u79d1\u5b66", "label": "\u8ba4\u77e5\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u601d\u7ef4\u8fc7\u7a0b\uff0c\u53ef\u7528\u7f51\u7edc\u8868\u793a\u4fe1\u606f\u5904\u7406\u8def\u5f84\u3002"}, {"color": "#8a08b3", "created_at": 1752884051, "description": "Continuous probability distributions apply to uncountable sample spaces (e.g., real intervals), measured using Lebesgue integration.", "entity_id": "Continuous Probability Distribution", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Continuous Probability Distribution", "label": "Continuous Probability Distribution", "shape": "dot", "size": 10, "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Continuous probability distributions apply to uncountable sample spaces (e.g., real intervals), measured using Lebesgue integration."}, {"color": "#de9016", "created_at": 1752884051, "description": "Feller was a probabilist whose coin toss experiments demonstrated the convergence of observed frequencies to theoretical probabilities.", "entity_id": "\u8d39\u52d2", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d39\u52d2", "label": "\u8d39\u52d2", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Feller was a probabilist whose coin toss experiments demonstrated the convergence of observed frequencies to theoretical probabilities."}, {"color": "#dd6837", "created_at": 1752884051, "description": "Weldon was a researcher whose extensive coin toss trials contributed to the validation of probability theory through frequency analysis.", "entity_id": "\u7ef4\u5c3c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7ef4\u5c3c", "label": "\u7ef4\u5c3c", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Weldon was a researcher whose extensive coin toss trials contributed to the validation of probability theory through frequency analysis."}, {"color": "#431eb6", "created_at": 1752884051, "description": "Romanovsky conducted one of the most comprehensive early coin toss experiments, with over 80,000 trials testing probability convergence.", "entity_id": "\u7f57\u66fc\u82e5\u592b\u65af", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u66fc\u82e5\u592b\u65af", "label": "\u7f57\u66fc\u82e5\u592b\u65af", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Romanovsky conducted one of the most comprehensive early coin toss experiments, with over 80,000 trials testing probability convergence."}, {"color": "#695709", "created_at": 1752884052, "description": "Feature extraction is a statistical technique developed for identifying key characteristics in datasets.", "entity_id": "\u7279\u5f81\u63d0\u53d6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7279\u5f81\u63d0\u53d6", "label": "\u7279\u5f81\u63d0\u53d6", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Feature extraction is a statistical technique developed for identifying key characteristics in datasets."}, {"color": "#493206", "created_at": 1752884052, "description": "Basic education phase where statistical concepts like estimation, testing and prediction are introduced.", "entity_id": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5", "label": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Basic education phase where statistical concepts like estimation, testing and prediction are introduced."}, {"color": "#b41370", "created_at": 1752884052, "description": "The set of all possible outcomes in probability theory, denoted as A in the text.", "entity_id": "Sample Space (\u6837\u672c\u7a7a\u95f4)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Sample Space (\u6837\u672c\u7a7a\u95f4)", "label": "Sample Space (\u6837\u672c\u7a7a\u95f4)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The set of all possible outcomes in probability theory, denoted as A in the text."}, {"color": "#6d8749", "created_at": 1752884052, "description": "Individual outcomes within the sample space, denoted as a\u2192P (occurrence) or a\uff5eP (non-occurrence).", "entity_id": "Elementary Event (\u57fa\u672c\u4e8b\u4ef6)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Elementary Event (\u57fa\u672c\u4e8b\u4ef6)", "label": "Elementary Event (\u57fa\u672c\u4e8b\u4ef6)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Individual outcomes within the sample space, denoted as a\u2192P (occurrence) or a\uff5eP (non-occurrence)."}, {"color": "#2772ad", "created_at": 1752884053, "description": "The process of generalizing from specific observations to probable conclusions, fundamental to statistical inference.", "entity_id": "Inductive Reasoning (\u5f52\u7eb3\u63a8\u7406)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Inductive Reasoning (\u5f52\u7eb3\u63a8\u7406)", "label": "Inductive Reasoning (\u5f52\u7eb3\u63a8\u7406)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The process of generalizing from specific observations to probable conclusions, fundamental to statistical inference."}, {"color": "#8f25ea", "created_at": 1752884053, "description": "The process of drawing conclusions about populations from sample data, yielding probabilistic results.", "entity_id": "Statistical Inference (\u7edf\u8ba1\u63a8\u65ad)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Statistical Inference (\u7edf\u8ba1\u63a8\u65ad)", "label": "Statistical Inference (\u7edf\u8ba1\u63a8\u65ad)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The process of drawing conclusions about populations from sample data, yielding probabilistic results."}, {"color": "#86abf3", "created_at": 1752884053, "description": "The process of deriving certain conclusions through logical reasoning, contrasted with statistical inference.", "entity_id": "Mathematical Deduction (\u6570\u5b66\u6f14\u7ece)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mathematical Deduction (\u6570\u5b66\u6f14\u7ece)", "label": "Mathematical Deduction (\u6570\u5b66\u6f14\u7ece)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The process of deriving certain conclusions through logical reasoning, contrasted with statistical inference."}, {"color": "#835f9d", "created_at": 1752884053, "description": "A subset of observations drawn from a population for statistical analysis.", "entity_id": "Sample (\u6837\u672c)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Sample (\u6837\u672c)", "label": "Sample (\u6837\u672c)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A subset of observations drawn from a population for statistical analysis."}, {"color": "#e6e561", "created_at": 1752884053, "description": "The complete set of items or individuals being studied in statistical analysis.", "entity_id": "Population (\u603b\u4f53)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Population (\u603b\u4f53)", "label": "Population (\u603b\u4f53)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The complete set of items or individuals being studied in statistical analysis."}, {"color": "#1a11ad", "created_at": 1752884053, "description": "A function that assigns numerical values to outcomes in a sample space, with probabilistic behavior.", "entity_id": "Random Variable (\u968f\u673a\u53d8\u91cf)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Random Variable (\u968f\u673a\u53d8\u91cf)", "label": "Random Variable (\u968f\u673a\u53d8\u91cf)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A function that assigns numerical values to outcomes in a sample space, with probabilistic behavior."}, {"color": "#dbc77b", "created_at": 1752884053, "description": "The pattern of probabilities for a random variable\u0027s possible outcomes.", "entity_id": "Probability Distribution (\u6982\u7387\u5206\u5e03)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Probability Distribution (\u6982\u7387\u5206\u5e03)", "label": "Probability Distribution (\u6982\u7387\u5206\u5e03)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The pattern of probabilities for a random variable\u0027s possible outcomes."}, {"color": "#391153", "created_at": 1752884053, "description": "A random variable with countable possible values, each with an associated probability.", "entity_id": "Discrete Random Variable (\u79bb\u6563\u578b\u968f\u673a\u53d8\u91cf)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Discrete Random Variable (\u79bb\u6563\u578b\u968f\u673a\u53d8\u91cf)", "label": "Discrete Random Variable (\u79bb\u6563\u578b\u968f\u673a\u53d8\u91cf)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "A random variable with countable possible values, each with an associated probability."}, {"color": "#959e0c", "created_at": 1752884053, "description": "The function describing probabilities of discrete outcomes in tabular form.", "entity_id": "Probability Mass Function (\u6982\u7387\u5206\u5e03\u5217)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Probability Mass Function (\u6982\u7387\u5206\u5e03\u5217)", "label": "Probability Mass Function (\u6982\u7387\u5206\u5e03\u5217)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The function describing probabilities of discrete outcomes in tabular form."}, {"color": "#f8635f", "created_at": 1752884053, "description": "Probability model assuming finite, equally likely outcomes for discrete variables.", "entity_id": "Laplace\u0027s Classical Probability (\u62c9\u666e\u62c9\u65af\u53e4\u5178\u6982\u578b)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Laplace\u0027s Classical Probability (\u62c9\u666e\u62c9\u65af\u53e4\u5178\u6982\u578b)", "label": "Laplace\u0027s Classical Probability (\u62c9\u666e\u62c9\u65af\u53e4\u5178\u6982\u578b)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Probability model assuming finite, equally likely outcomes for discrete variables."}, {"color": "#ce1f09", "created_at": 1752884053, "description": "The statistical process of inferring population parameters from sample data.", "entity_id": "Estimation (\u4f30\u8ba1)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Estimation (\u4f30\u8ba1)", "label": "Estimation (\u4f30\u8ba1)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The statistical process of inferring population parameters from sample data."}, {"color": "#9660d6", "created_at": 1752884053, "description": "The ratio of occurrences to trials, used to estimate probabilities.", "entity_id": "Frequency (\u9891\u7387)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Frequency (\u9891\u7387)", "label": "Frequency (\u9891\u7387)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The ratio of occurrences to trials, used to estimate probabilities."}, {"color": "#92e396", "created_at": 1752884053, "description": "The concept that random variables exhibit both theoretical and empirical properties.", "entity_id": "Duality of Random Variables (\u968f\u673a\u53d8\u91cf\u7684\u4e24\u91cd\u6027)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Duality of Random Variables (\u968f\u673a\u53d8\u91cf\u7684\u4e24\u91cd\u6027)", "label": "Duality of Random Variables (\u968f\u673a\u53d8\u91cf\u7684\u4e24\u91cd\u6027)", "shape": "dot", "size": 10, "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The concept that random variables exhibit both theoretical and empirical properties."}, {"color": "#95cf4d", "created_at": 1752884053, "description": "A statistical visualization tool mentioned for middle school students to analyze data distributions.", "entity_id": "\u7bb1\u7ebf\u56fe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7bb1\u7ebf\u56fe", "label": "\u7bb1\u7ebf\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "A statistical visualization tool mentioned for middle school students to analyze data distributions."}, {"color": "#ed34e5", "created_at": 1752884054, "description": "Process of identifying and extracting meaningful patterns from data.", "entity_id": "\u6570\u636e\u7279\u5f81\u63d0\u53d6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u636e\u7279\u5f81\u63d0\u53d6", "label": "\u6570\u636e\u7279\u5f81\u63d0\u53d6", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Process of identifying and extracting meaningful patterns from data."}, {"color": "#463bb6", "created_at": 1752884054, "description": "Prior knowledge or context used in statistical modeling.", "entity_id": "\u80cc\u666f\u77e5\u8bc6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u80cc\u666f\u77e5\u8bc6", "label": "\u80cc\u666f\u77e5\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Prior knowledge or context used in statistical modeling."}, {"color": "#cb45a9", "created_at": 1752884055, "description": "\u6570\u5b66\u7406\u8bba\u662f\u7814\u7a76\u6570\u5b66\u57fa\u672c\u539f\u7406\u548c\u65b9\u6cd5\u7684\u5b66\u79d1\uff0c\u6d89\u53ca\u8ba1\u7b97\u65b9\u6cd5\u7684\u521b\u65b0\u548c\u7406\u8bba\u4f53\u7cfb\u7684\u6784\u5efa\u3002", "entity_id": "\u6570\u5b66\u7406\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u7406\u8bba", "label": "\u6570\u5b66\u7406\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u6570\u5b66\u7406\u8bba\u662f\u7814\u7a76\u6570\u5b66\u57fa\u672c\u539f\u7406\u548c\u65b9\u6cd5\u7684\u5b66\u79d1\uff0c\u6d89\u53ca\u8ba1\u7b97\u65b9\u6cd5\u7684\u521b\u65b0\u548c\u7406\u8bba\u4f53\u7cfb\u7684\u6784\u5efa\u3002"}, {"color": "#9af55c", "created_at": 1752884055, "description": "\u901a\u5316\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a464\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3181\u4e07\u3002", "entity_id": "\u901a\u5316", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u901a\u5316", "label": "\u901a\u5316", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u901a\u5316\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a464\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3181\u4e07\u3002"}, {"color": "#438650", "created_at": 1752884055, "description": "\u677e\u539f\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a363\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3225\u4e07\u3002", "entity_id": "\u677e\u539f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u677e\u539f", "label": "\u677e\u539f", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u677e\u539f\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a363\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3225\u4e07\u3002"}, {"color": "#42c7e4", "created_at": 1752884055, "description": "\u5ef6\u8fb9\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u81ea\u6cbb\u5dde\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a413\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3194\u4e07\u3002", "entity_id": "\u5ef6\u8fb9", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5ef6\u8fb9", "label": "\u5ef6\u8fb9", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5ef6\u8fb9\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u81ea\u6cbb\u5dde\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a413\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3194\u4e07\u3002"}, {"color": "#f794c9", "created_at": 1752884055, "description": "\u56db\u5e73\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a306\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3181\u4e07\u3002", "entity_id": "\u56db\u5e73", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u56db\u5e73", "label": "\u56db\u5e73", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u56db\u5e73\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a306\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3181\u4e07\u3002"}, {"color": "#ed5aee", "created_at": 1752884055, "description": "\u767d\u57ce\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a354\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3155\u4e07\u3002", "entity_id": "\u767d\u57ce", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u767d\u57ce", "label": "\u767d\u57ce", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u767d\u57ce\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a354\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3155\u4e07\u3002"}, {"color": "#7cd11a", "created_at": 1752884055, "description": "\u767d\u5c71\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a570\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e395\u4e07\u3002", "entity_id": "\u767d\u5c71", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u767d\u5c71", "label": "\u767d\u5c71", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u767d\u5c71\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a570\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e395\u4e07\u3002"}, {"color": "#d7f306", "created_at": 1752884056, "description": "\u8fbd\u6e90\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a464\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3100\u4e07\u3002", "entity_id": "\u8fbd\u6e90", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u8fbd\u6e90", "label": "\u8fbd\u6e90", "shape": "dot", "size": 10, "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u8fbd\u6e90\u662f\u5409\u6797\u7701\u7684\u4e00\u4e2a\u5730\u7ea7\u5e02\uff0c2021\u5e74\u4eba\u5747GDP\u4e3a464\u767e\u5143\uff0c\u5e38\u4f4f\u4eba\u53e3100\u4e07\u3002"}, {"color": "#729c14", "created_at": 1752884057, "description": "\u6c11\u4e3b\u515a\u7684\u7f57\u65af\u798f\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u5019\u9009\u4eba\u4e4b\u4e00\u3002", "entity_id": "\u6c11\u4e3b\u515a\u7684\u7f57\u65af\u798f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6c11\u4e3b\u515a\u7684\u7f57\u65af\u798f", "label": "\u6c11\u4e3b\u515a\u7684\u7f57\u65af\u798f", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6c11\u4e3b\u515a\u7684\u7f57\u65af\u798f\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u5019\u9009\u4eba\u4e4b\u4e00\u3002"}, {"color": "#f2e398", "created_at": 1752884057, "description": "\u5171\u548c\u515a\u7684\u5170\u767b\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u5019\u9009\u4eba\u4e4b\u4e00\u3002", "entity_id": "\u5171\u548c\u515a\u7684\u5170\u767b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5171\u548c\u515a\u7684\u5170\u767b", "label": "\u5171\u548c\u515a\u7684\u5170\u767b", "shape": "dot", "size": 10, "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u5171\u548c\u515a\u7684\u5170\u767b\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u5019\u9009\u4eba\u4e4b\u4e00\u3002"}, {"color": "#744eb6", "created_at": 1752884058, "description": "1936\u5e74\u603b\u7edf\u9009\u4e3e\u7684\u53d1\u751f\u56fd\u5bb6\u003cSEP\u003eThe United States, where Samuelson conducted his research and where the Nobel Prize was awarded.", "entity_id": "\u7f8e\u56fd", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd", "label": "\u7f8e\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "1936\u5e74\u603b\u7edf\u9009\u4e3e\u7684\u53d1\u751f\u56fd\u5bb6\u003cSEP\u003eThe United States, where Samuelson conducted his research and where the Nobel Prize was awarded."}, {"color": "#047c7c", "created_at": 1752884058, "description": "1936\u5e74\u300a\u6587\u5b66\u6587\u6458\u300b\u8fdb\u884c\u7684\u5931\u8d25\u8c03\u67e5", "entity_id": "\u6c11\u610f\u8c03\u67e5", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u6c11\u610f\u8c03\u67e5", "label": "\u6c11\u610f\u8c03\u67e5", "shape": "dot", "size": 10, "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "1936\u5e74\u300a\u6587\u5b66\u6587\u6458\u300b\u8fdb\u884c\u7684\u5931\u8d25\u8c03\u67e5"}, {"color": "#ba0738", "created_at": 1752884059, "description": "Aristotle\u0027s \u0027Metaphysics\u0027 lays out principles like the Law of Non-Contradiction and the Law of Excluded Middle, foundational to logical reasoning.", "entity_id": "Metaphysics", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Metaphysics", "label": "Metaphysics", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle\u0027s \u0027Metaphysics\u0027 lays out principles like the Law of Non-Contradiction and the Law of Excluded Middle, foundational to logical reasoning."}, {"color": "#bc7620", "created_at": 1752884059, "description": "The \u0027Book of Changes\u0027 introduces the concept of yin-yang, representing opposing yet complementary forces in Chinese philosophy.", "entity_id": "Book of Changes (\u5468\u6613)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Book of Changes (\u5468\u6613)", "label": "Book of Changes (\u5468\u6613)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The \u0027Book of Changes\u0027 introduces the concept of yin-yang, representing opposing yet complementary forces in Chinese philosophy."}, {"color": "#c45daa", "created_at": 1752884059, "description": "Aristotle\u0027s philosophical work introducing fundamental logical principles like non-contradiction and excluded middle.", "entity_id": "\u300a\u5f62\u800c\u4e0a\u5b66\u300b (Metaphysics)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5f62\u800c\u4e0a\u5b66\u300b (Metaphysics)", "label": "\u300a\u5f62\u800c\u4e0a\u5b66\u300b (Metaphysics)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle\u0027s philosophical work introducing fundamental logical principles like non-contradiction and excluded middle."}, {"color": "#69a05c", "created_at": 1752884059, "description": "Laozi\u0027s foundational text of Daoism containing paradoxical statements about opposing forces.", "entity_id": "\u300a\u8001\u5b50\u300b (Dao De Jing)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8001\u5b50\u300b (Dao De Jing)", "label": "\u300a\u8001\u5b50\u300b (Dao De Jing)", "shape": "dot", "size": 10, "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Laozi\u0027s foundational text of Daoism containing paradoxical statements about opposing forces."}, {"color": "#88364b", "created_at": 1752884060, "description": "Topic 3 discusses syllogisms and their role in mathematical proofs, linking Aristotelian logic to formal reasoning.", "entity_id": "\u8bdd\u98983\u4e09\u6bb5\u8bba\u4e0e\u6570\u5b66\u8bc1\u660e", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8bdd\u98983\u4e09\u6bb5\u8bba\u4e0e\u6570\u5b66\u8bc1\u660e", "label": "\u8bdd\u98983\u4e09\u6bb5\u8bba\u4e0e\u6570\u5b66\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Topic 3 discusses syllogisms and their role in mathematical proofs, linking Aristotelian logic to formal reasoning."}, {"color": "#dbe279", "created_at": 1752884060, "description": "Daily life contexts where strict binary logic may not always apply, such as subjective evaluations.", "entity_id": "\u65e5\u5e38\u751f\u6d3b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e5\u5e38\u751f\u6d3b", "label": "\u65e5\u5e38\u751f\u6d3b", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Daily life contexts where strict binary logic may not always apply, such as subjective evaluations."}, {"color": "#c48dd5", "created_at": 1752884060, "description": "Mathematical notation representing the set of elements satisfying property P.", "entity_id": "F(P)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "F(P)", "label": "F(P)", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Mathematical notation representing the set of elements satisfying property P."}, {"color": "#4e5f90", "created_at": 1752884060, "description": "Mathematical notation representing the complement set of elements not satisfying property P.", "entity_id": "F^c^(P)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "F^c^(P)", "label": "F^c^(P)", "shape": "dot", "size": 10, "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Mathematical notation representing the complement set of elements not satisfying property P."}, {"color": "#dd41df", "created_at": 1752884062, "description": "A traditional tool for memorizing single-digit multiplication results, foundational for decimal-based arithmetic algorithms.", "entity_id": "Chinese Multiplication Table (\u4e5d\u4e5d\u8868)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Chinese Multiplication Table (\u4e5d\u4e5d\u8868)", "label": "Chinese Multiplication Table (\u4e5d\u4e5d\u8868)", "shape": "dot", "size": 10, "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "A traditional tool for memorizing single-digit multiplication results, foundational for decimal-based arithmetic algorithms."}, {"color": "#6ac651", "created_at": 1752884062, "description": "A set including all integers and their reciprocals, closed under division operations.", "entity_id": "\u6709\u7406\u6570\u96c6\u5408", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6709\u7406\u6570\u96c6\u5408", "label": "\u6709\u7406\u6570\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "A set including all integers and their reciprocals, closed under division operations."}, {"color": "#3fc4ee", "created_at": 1752884062, "description": "A historical text by Bertrand Russell analyzing Pythagoras\u0027 impact on philosophy and mathematics.", "entity_id": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "label": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "A historical text by Bertrand Russell analyzing Pythagoras\u0027 impact on philosophy and mathematics."}, {"color": "#3e3e15", "created_at": 1752884062, "description": "\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u97f3\u9636\u5212\u5206\u57fa\u4e8e\u7b49\u6bd4\u6570\u5217\uff0c\u516c\u6bd4\u4e3a2\u768412\u6b21\u65b9\u6839\u3002", "entity_id": "\u7b49\u6bd4\u6570\u5217", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b49\u6bd4\u6570\u5217", "label": "\u7b49\u6bd4\u6570\u5217", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u97f3\u9636\u5212\u5206\u57fa\u4e8e\u7b49\u6bd4\u6570\u5217\uff0c\u516c\u6bd4\u4e3a2\u768412\u6b21\u65b9\u6839\u3002"}, {"color": "#eae199", "created_at": 1752884062, "description": "\u58f0\u97f3\u7684\u7269\u7406\u8f7d\u4f53\uff0c\u9891\u7387\u51b3\u5b9a\u97f3\u9ad8\uff0c\u6210\u6bd4\u4f8b\u7684\u9891\u7387\u4ea7\u751f\u548c\u8c10\u58f0\u97f3\u3002", "entity_id": "\u58f0\u6ce2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u58f0\u6ce2", "label": "\u58f0\u6ce2", "shape": "dot", "size": 10, "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u58f0\u97f3\u7684\u7269\u7406\u8f7d\u4f53\uff0c\u9891\u7387\u51b3\u5b9a\u97f3\u9ad8\uff0c\u6210\u6bd4\u4f8b\u7684\u9891\u7387\u4ea7\u751f\u548c\u8c10\u58f0\u97f3\u3002"}, {"color": "#931717", "created_at": 1752884062, "description": "Composite numbers are natural numbers greater than 1 that are not prime, meaning they can be factored into smaller natural numbers.", "entity_id": "\u5408\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5408\u6570", "label": "\u5408\u6570", "shape": "dot", "size": 10, "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Composite numbers are natural numbers greater than 1 that are not prime, meaning they can be factored into smaller natural numbers."}, {"color": "#76c2df", "created_at": 1752884064, "description": "Pi is a mathematical constant representing the ratio of a circle\u0027s circumference to its diameter, with applications in geometry and calculus.", "entity_id": "Pi (\u03c0)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Pi (\u03c0)", "label": "Pi (\u03c0)", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Pi is a mathematical constant representing the ratio of a circle\u0027s circumference to its diameter, with applications in geometry and calculus."}, {"color": "#87b5f7", "created_at": 1752884064, "description": "The arctangent function is a trigonometric function whose derivative and series expansion are used in calculating \u03c0.", "entity_id": "Arctangent Function", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Arctangent Function", "label": "Arctangent Function", "shape": "dot", "size": 10, "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The arctangent function is a trigonometric function whose derivative and series expansion are used in calculating \u03c0."}, {"color": "#ccab9c", "created_at": 1752884064, "description": "\u7406\u6570\u4e0e\u65e0\u7406\u6570refers to rational and irrational numbers, highlighting the focus on approximate value calculations in ancient mathematics.", "entity_id": "\u7406\u6570\u4e0e\u65e0\u7406\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7406\u6570\u4e0e\u65e0\u7406\u6570", "label": "\u7406\u6570\u4e0e\u65e0\u7406\u6570", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u7406\u6570\u4e0e\u65e0\u7406\u6570refers to rational and irrational numbers, highlighting the focus on approximate value calculations in ancient mathematics."}, {"color": "#5ae60c", "created_at": 1752884065, "description": "\u8fd1\u4f3c\u503c\u7684\u8ba1\u7b97(approximate value calculation) was a focus in ancient mathematics, particularly for practical applications like area measurement.", "entity_id": "\u8fd1\u4f3c\u503c\u7684\u8ba1\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8fd1\u4f3c\u503c\u7684\u8ba1\u7b97", "label": "\u8fd1\u4f3c\u503c\u7684\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u8fd1\u4f3c\u503c\u7684\u8ba1\u7b97(approximate value calculation) was a focus in ancient mathematics, particularly for practical applications like area measurement."}, {"color": "#cb6ac2", "created_at": 1752884065, "description": "\u4e09\u89d2\u6d32(delta) was a key region in Egypt where the Nile\u0027s flooding was most pronounced.", "entity_id": "\u4e09\u89d2\u6d32", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u89d2\u6d32", "label": "\u4e09\u89d2\u6d32", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u4e09\u89d2\u6d32(delta) was a key region in Egypt where the Nile\u0027s flooding was most pronounced."}, {"color": "#5444fc", "created_at": 1752884065, "description": "\u957f\u65b9\u5f62(rectangle) areas were calculated as \u0027length \u00d7 width,\u0027 a foundational geometric concept in Egypt.", "entity_id": "\u957f\u65b9\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u957f\u65b9\u5f62", "label": "\u957f\u65b9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u957f\u65b9\u5f62(rectangle) areas were calculated as \u0027length \u00d7 width,\u0027 a foundational geometric concept in Egypt."}, {"color": "#900e1b", "created_at": 1752884065, "description": "\u68af\u5f62(trapezoid) area formulas were developed by Egyptians for practical land measurement.", "entity_id": "\u68af\u5f62", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u68af\u5f62", "label": "\u68af\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "\u68af\u5f62(trapezoid) area formulas were developed by Egyptians for practical land measurement."}, {"color": "#8ba7a0", "created_at": 1752884066, "description": "\u5c11\u5e7f\u662f\u79e6\u4e5d\u97f6\u5728\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u4e2d\u63d0\u5230\u7684\u8ba1\u7b97\u65b9\u6cd5\uff0c\u7528\u4e8e\u6c42\u89e3\u4e09\u89d2\u5f62\u9762\u79ef\u7b49\u95ee\u9898\u3002", "entity_id": "\u5c11\u5e7f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5c11\u5e7f", "label": "\u5c11\u5e7f", "shape": "dot", "size": 10, "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u5c11\u5e7f\u662f\u79e6\u4e5d\u97f6\u5728\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u4e2d\u63d0\u5230\u7684\u8ba1\u7b97\u65b9\u6cd5\uff0c\u7528\u4e8e\u6c42\u89e3\u4e09\u89d2\u5f62\u9762\u79ef\u7b49\u95ee\u9898\u3002"}, {"color": "#d82ad3", "created_at": 1752884067, "description": "A famous set of unsolved problems in mathematics, including questions on transcendence.\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u63d0\u51fa\u768423\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u6df1\u523b\u5f71\u54cd\u4e8620\u4e16\u7eaa\u6570\u5b66\u7684\u53d1\u5c55\u65b9\u5411\u3002", "entity_id": "\u5e0c\u5c14\u4f2f\u727923\u4e2a\u95ee\u9898", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u5c14\u4f2f\u727923\u4e2a\u95ee\u9898", "label": "\u5e0c\u5c14\u4f2f\u727923\u4e2a\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "A famous set of unsolved problems in mathematics, including questions on transcendence.\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u63d0\u51fa\u768423\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u6df1\u523b\u5f71\u54cd\u4e8620\u4e16\u7eaa\u6570\u5b66\u7684\u53d1\u5c55\u65b9\u5411\u3002"}, {"color": "#6317db", "created_at": 1752884067, "description": "The square root of 3 is an irrational number, approximately 1.7320508.", "entity_id": "\u221a3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u221a3", "label": "\u221a3", "shape": "dot", "size": 10, "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "The square root of 3 is an irrational number, approximately 1.7320508."}, {"color": "#ce0cb7", "created_at": 1752884067, "description": "Infinite decimal expansions used in Cantor\u0027s diagonal proof of uncountability of reals.", "entity_id": "\u65e0\u9650\u5c0f\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e0\u9650\u5c0f\u6570", "label": "\u65e0\u9650\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Infinite decimal expansions used in Cantor\u0027s diagonal proof of uncountability of reals."}, {"color": "#fd3d9f", "created_at": 1752884067, "description": "Countable sets that can be put into one-to-one correspondence with natural numbers.", "entity_id": "\u53ef\u6570\u96c6", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53ef\u6570\u96c6", "label": "\u53ef\u6570\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Countable sets that can be put into one-to-one correspondence with natural numbers."}, {"color": "#a5d108", "created_at": 1752884068, "description": "Algebraic operations on complex numbers include addition, subtraction, multiplication, and division, defined using the imaginary unit i.", "entity_id": "Algebraic Operations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Algebraic Operations", "label": "Algebraic Operations", "shape": "dot", "size": 10, "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Algebraic operations on complex numbers include addition, subtraction, multiplication, and division, defined using the imaginary unit i."}, {"color": "#37092b", "created_at": 1752884068, "description": "Defines addition, subtraction, multiplication, and division operations for complex numbers, including special rules like i\u00b2 = -1.", "entity_id": "Complex Number Operations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Complex Number Operations", "label": "Complex Number Operations", "shape": "dot", "size": 10, "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Defines addition, subtraction, multiplication, and division operations for complex numbers, including special rules like i\u00b2 = -1."}, {"color": "#e8ec3e", "created_at": 1752884069, "description": "The Danish Royal Academy of Sciences is the institution where Wessel presented his paper on complex numbers.", "entity_id": "Danish Royal Academy of Sciences", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Danish Royal Academy of Sciences", "label": "Danish Royal Academy of Sciences", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "The Danish Royal Academy of Sciences is the institution where Wessel presented his paper on complex numbers."}, {"color": "#bf117c", "created_at": 1752884069, "description": "Branch of mathematics that studies functions of complex numbers, with roots in the geometric interpretation developed by Wessel and others.", "entity_id": "Complex Analysis", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Complex Analysis", "label": "Complex Analysis", "shape": "dot", "size": 10, "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Branch of mathematics that studies functions of complex numbers, with roots in the geometric interpretation developed by Wessel and others."}, {"color": "#199655", "created_at": 1752884069, "description": "A day is a time unit based on Earth\u0027s rotation around its axis.", "entity_id": "\u65e5", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e5", "label": "\u65e5", "shape": "dot", "size": 10, "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "A day is a time unit based on Earth\u0027s rotation around its axis."}, {"color": "#6a2500", "created_at": 1752884070, "description": "The Constantinian era marked the adoption of the Julian calendar by Christian nations at the Council of Nicaea (325 CE).", "entity_id": "\u541b\u58eb\u5766\u4e01\u65f6\u4ee3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u541b\u58eb\u5766\u4e01\u65f6\u4ee3", "label": "\u541b\u58eb\u5766\u4e01\u65f6\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Constantinian era marked the adoption of the Julian calendar by Christian nations at the Council of Nicaea (325 CE)."}, {"color": "#023319", "created_at": 1752884071, "description": "\u516c\u5143(A.D.)\u662f\u7eaa\u5e74\u65b9\u5f0f\uff0c\u6e90\u81ea\u62c9\u4e01\u6587Anno Domini\uff0c\u610f\u4e3a\u0027\u6211\u4e3b\u7eaa\u5e74\u0027\uff0c\u4ee5\u57fa\u7763\u8bde\u751f\u4e3a\u57fa\u51c6\u3002", "entity_id": "\u516c\u5143(A.D.)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u5143(A.D.)", "label": "\u516c\u5143(A.D.)", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u516c\u5143(A.D.)\u662f\u7eaa\u5e74\u65b9\u5f0f\uff0c\u6e90\u81ea\u62c9\u4e01\u6587Anno Domini\uff0c\u610f\u4e3a\u0027\u6211\u4e3b\u7eaa\u5e74\u0027\uff0c\u4ee5\u57fa\u7763\u8bde\u751f\u4e3a\u57fa\u51c6\u3002"}, {"color": "#529e46", "created_at": 1752884071, "description": "\u516c\u5143\u524d(B.C.)\u662f\u7eaa\u5e74\u65b9\u5f0f\uff0c\u610f\u4e3a\u0027\u57fa\u7763\u8bde\u751f\u524d\u0027\uff0c\u7528\u4e8e\u6807\u8bb0\u57fa\u7763\u8bde\u751f\u524d\u7684\u5e74\u4efd\u3002", "entity_id": "\u516c\u5143\u524d(B.C.)", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u516c\u5143\u524d(B.C.)", "label": "\u516c\u5143\u524d(B.C.)", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u516c\u5143\u524d(B.C.)\u662f\u7eaa\u5e74\u65b9\u5f0f\uff0c\u610f\u4e3a\u0027\u57fa\u7763\u8bde\u751f\u524d\u0027\uff0c\u7528\u4e8e\u6807\u8bb0\u57fa\u7763\u8bde\u751f\u524d\u7684\u5e74\u4efd\u3002"}, {"color": "#068402", "created_at": 1752884071, "description": "\u300a\u5468\u793c\u00b7\u590f\u5b98\u53f8\u9a6c\u300b\u8bb0\u8f7d\u4e86\u5468\u671d\u571f\u572d\u4e4b\u6cd5\u7684\u5e94\u7528\uff0c\u5982\u0027\u571f\u65b9\u6c0f\u638c\u571f\u572d\u4e4b\u6cd5\uff0c\u4ee5\u81f4\u65e5\u666f\u0027\u3002", "entity_id": "\u300a\u5468\u793c\u00b7\u590f\u5b98\u53f8\u9a6c\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5468\u793c\u00b7\u590f\u5b98\u53f8\u9a6c\u300b", "label": "\u300a\u5468\u793c\u00b7\u590f\u5b98\u53f8\u9a6c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u300a\u5468\u793c\u00b7\u590f\u5b98\u53f8\u9a6c\u300b\u8bb0\u8f7d\u4e86\u5468\u671d\u571f\u572d\u4e4b\u6cd5\u7684\u5e94\u7528\uff0c\u5982\u0027\u571f\u65b9\u6c0f\u638c\u571f\u572d\u4e4b\u6cd5\uff0c\u4ee5\u81f4\u65e5\u666f\u0027\u3002"}, {"color": "#ae0997", "created_at": 1752884071, "description": "\u79cb\u5206\u4e0e\u6625\u5206\u7c7b\u4f3c\uff0c\u662f\u663c\u591c\u5e73\u5206\u7684\u8282\u6c14\uff0c\u901a\u8fc7\u65e5\u5f71\u6d4b\u91cf\u786e\u5b9a\u3002", "entity_id": "\u79cb\u5206", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u79cb\u5206", "label": "\u79cb\u5206", "shape": "dot", "size": 10, "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u79cb\u5206\u4e0e\u6625\u5206\u7c7b\u4f3c\uff0c\u662f\u663c\u591c\u5e73\u5206\u7684\u8282\u6c14\uff0c\u901a\u8fc7\u65e5\u5f71\u6d4b\u91cf\u786e\u5b9a\u3002"}, {"color": "#9ce479", "created_at": 1752884072, "description": "Legendary minister of the Yellow Emperor attributed with creating the Heavenly Stems-Earthly Branches system.", "entity_id": "\u5927\u6861", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5927\u6861", "label": "\u5927\u6861", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Legendary minister of the Yellow Emperor attributed with creating the Heavenly Stems-Earthly Branches system."}, {"color": "#db9ea0", "created_at": 1752884073, "description": "Han dynasty philosopher (27-97 CE) whose writings preserve early zodiac documentation.", "entity_id": "\u738b\u5145", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u5145", "label": "\u738b\u5145", "shape": "dot", "size": 10, "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Han dynasty philosopher (27-97 CE) whose writings preserve early zodiac documentation."}, {"color": "#7a6cc9", "created_at": 1752884073, "description": "The year 2024, known as\u7532\u8fb0\u9f99\u5e74in the Chinese lunar calendar.", "entity_id": "2024\u5e74", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "2024\u5e74", "label": "2024\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The year 2024, known as\u7532\u8fb0\u9f99\u5e74in the Chinese lunar calendar."}, {"color": "#738490", "created_at": 1752884073, "description": "Region where Egyptian mathematical papyri were discovered.\u003cSEP\u003e\u4e9a\u5386\u5c71\u5927\u57ce\u6240\u5728\u7684\u4e09\u89d2\u6d32\u5730\u533a\u3002", "entity_id": "\u5c3c\u7f57\u6cb3\u4e09\u89d2\u6d32", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3c\u7f57\u6cb3\u4e09\u89d2\u6d32", "label": "\u5c3c\u7f57\u6cb3\u4e09\u89d2\u6d32", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "Region where Egyptian mathematical papyri were discovered.\u003cSEP\u003e\u4e9a\u5386\u5c71\u5927\u57ce\u6240\u5728\u7684\u4e09\u89d2\u6d32\u5730\u533a\u3002"}, {"color": "#bde9e6", "created_at": 1752884073, "description": "\u5468\u671dis the Zhou Dynasty where the mathematical and astronomical knowledge in \u300a\u5468\u9ac0\u7b97\u7ecf\u300b was developed.", "entity_id": "\u5468\u671d", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u671d", "label": "\u5468\u671d", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u5468\u671dis the Zhou Dynasty where the mathematical and astronomical knowledge in \u300a\u5468\u9ac0\u7b97\u7ecf\u300b was developed."}, {"color": "#5df756", "created_at": 1752884073, "description": "\u4e2d\u534e\u5927\u5730refers to ancient China\u0027s geographical territory, specifically mentioned in relation to the Tropic of Cancer.", "entity_id": "\u4e2d\u534e\u5927\u5730", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u534e\u5927\u5730", "label": "\u4e2d\u534e\u5927\u5730", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u4e2d\u534e\u5927\u5730refers to ancient China\u0027s geographical territory, specifically mentioned in relation to the Tropic of Cancer."}, {"color": "#166e66", "created_at": 1752884074, "description": "\u5ba3\u591c\u8bf4is one of three ancient Chinese cosmological theories that emerged later than the\u76d6\u5929\u8bf4.", "entity_id": "\u5ba3\u591c\u8bf4", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5ba3\u591c\u8bf4", "label": "\u5ba3\u591c\u8bf4", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u5ba3\u591c\u8bf4is one of three ancient Chinese cosmological theories that emerged later than the\u76d6\u5929\u8bf4."}, {"color": "#ca54a6", "created_at": 1752884074, "description": "\u300a\u968b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b is another historical text that records ancient Chinese astronomical knowledge.", "entity_id": "\u300a\u968b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u968b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "label": "\u300a\u968b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u300a\u968b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b is another historical text that records ancient Chinese astronomical knowledge."}, {"color": "#df7186", "created_at": 1752884074, "description": "\u540e\u7fbfis a legendary archer known for shooting down nine suns, reflecting ancient Chinese beliefs about the proximity of the sun.", "entity_id": "\u540e\u7fbf", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u540e\u7fbf", "label": "\u540e\u7fbf", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u540e\u7fbfis a legendary archer known for shooting down nine suns, reflecting ancient Chinese beliefs about the proximity of the sun."}, {"color": "#9a2da5", "created_at": 1752884074, "description": "\u5938\u7236is a mythical figure who chased the sun, symbolizing ancient Chinese perceptions of the sun\u0027s distance.", "entity_id": "\u5938\u7236", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5938\u7236", "label": "\u5938\u7236", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u5938\u7236is a mythical figure who chased the sun, symbolizing ancient Chinese perceptions of the sun\u0027s distance."}, {"color": "#628bb8", "created_at": 1752884074, "description": "Mythical land mentioned in ancient texts as part of cosmological geography.", "entity_id": "\u767d\u6c11", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u767d\u6c11", "label": "\u767d\u6c11", "shape": "dot", "size": 10, "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Mythical land mentioned in ancient texts as part of cosmological geography."}, {"color": "#8e6aba", "created_at": 1752884074, "description": "\u5468\u4ee3refers to the Zhou Dynasty, an ancient Chinese dynasty known for its cultural and technological advancements.", "entity_id": "\u5468\u4ee3", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u4ee3", "label": "\u5468\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u5468\u4ee3refers to the Zhou Dynasty, an ancient Chinese dynasty known for its cultural and technological advancements."}, {"color": "#ea54e5", "created_at": 1752884075, "description": "\u9655\u897f\u7701\u5b9d\u9e21\u53bf\u8d3e\u6751\u586cis the archaeological site where the He Zun vessel was discovered.", "entity_id": "\u9655\u897f\u7701\u5b9d\u9e21\u53bf\u8d3e\u6751\u586c", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u9655\u897f\u7701\u5b9d\u9e21\u53bf\u8d3e\u6751\u586c", "label": "\u9655\u897f\u7701\u5b9d\u9e21\u53bf\u8d3e\u6751\u586c", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u9655\u897f\u7701\u5b9d\u9e21\u53bf\u8d3e\u6751\u586cis the archaeological site where the He Zun vessel was discovered."}, {"color": "#13ee3b", "created_at": 1752884075, "description": "\u5343\u91ccis an ancient Chinese unit of distance measurement, approximately equal to 80 kilometers in Zhou Dynasty calculations.", "entity_id": "\u5343\u91cc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5343\u91cc", "label": "\u5343\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u5343\u91ccis an ancient Chinese unit of distance measurement, approximately equal to 80 kilometers in Zhou Dynasty calculations."}, {"color": "#7fd602", "created_at": 1752884075, "description": "\u571f\u572dis an ancient Chinese measuring instrument used to determine solar shadows and geographic positions.", "entity_id": "\u571f\u572d", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u571f\u572d", "label": "\u571f\u572d", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u571f\u572dis an ancient Chinese measuring instrument used to determine solar shadows and geographic positions."}, {"color": "#775749", "created_at": 1752884075, "description": "\u6d1b\u9091refers to Luoyang, the eastern capital of the Zhou Dynasty where the Nine Tripod Cauldrons were relocated.", "entity_id": "\u6d1b\u9091", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6d1b\u9091", "label": "\u6d1b\u9091", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u6d1b\u9091refers to Luoyang, the eastern capital of the Zhou Dynasty where the Nine Tripod Cauldrons were relocated."}, {"color": "#f1c977", "created_at": 1752884075, "description": "\u5468\u516c\u89c2\u666f\u53f0is a historical site in Dengfeng Gaocheng, associated with astronomical observations by the Duke of Zhou.", "entity_id": "\u5468\u516c\u89c2\u666f\u53f0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5468\u516c\u89c2\u666f\u53f0", "label": "\u5468\u516c\u89c2\u666f\u53f0", "shape": "dot", "size": 10, "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u5468\u516c\u89c2\u666f\u53f0is a historical site in Dengfeng Gaocheng, associated with astronomical observations by the Duke of Zhou."}, {"color": "#379392", "created_at": 1752884075, "description": "The South China Sea, specifically referring to the Xisha Islands in this context, was one of Guo Shoujing\u0027s southern observation points.", "entity_id": "\u5357\u6d77", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5357\u6d77", "label": "\u5357\u6d77", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The South China Sea, specifically referring to the Xisha Islands in this context, was one of Guo Shoujing\u0027s southern observation points."}, {"color": "#2bf2d3", "created_at": 1752884075, "description": "Lake Baikal, referred to as \u0027Beihai\u0027 in ancient Chinese texts, was Guo Shoujing\u0027s northernmost observation point.", "entity_id": "\u5317\u6d77", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u6d77", "label": "\u5317\u6d77", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Lake Baikal, referred to as \u0027Beihai\u0027 in ancient Chinese texts, was Guo Shoujing\u0027s northernmost observation point."}, {"color": "#19270e", "created_at": 1752884075, "description": "The Korean Peninsula, called \u0027Gaoli\u0027 in ancient Chinese texts, was Guo Shoujing\u0027s eastern observation point.", "entity_id": "\u9ad8\u4e3d", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u9ad8\u4e3d", "label": "\u9ad8\u4e3d", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The Korean Peninsula, called \u0027Gaoli\u0027 in ancient Chinese texts, was Guo Shoujing\u0027s eastern observation point."}, {"color": "#64e244", "created_at": 1752884076, "description": "Modern Wuwei in Gansu Province, called \u0027Xiliangzhou\u0027 historically, was Guo Shoujing\u0027s western observation point.", "entity_id": "\u897f\u51c9\u5dde", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u897f\u51c9\u5dde", "label": "\u897f\u51c9\u5dde", "shape": "dot", "size": 10, "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Modern Wuwei in Gansu Province, called \u0027Xiliangzhou\u0027 historically, was Guo Shoujing\u0027s western observation point."}, {"color": "#3cd86e", "created_at": 1752884076, "description": "The southernmost region of Zhou\u0027s known world.", "entity_id": "\u5e7f\u4e1c\u756a\u79ba", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7f\u4e1c\u756a\u79ba", "label": "\u5e7f\u4e1c\u756a\u79ba", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The southernmost region of Zhou\u0027s known world."}, {"color": "#5064c2", "created_at": 1752884076, "description": "The northernmost region of Zhou\u0027s known world.", "entity_id": "\u5185\u8499\u9634\u5c71", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5185\u8499\u9634\u5c71", "label": "\u5185\u8499\u9634\u5c71", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The northernmost region of Zhou\u0027s known world."}, {"color": "#d45c14", "created_at": 1752884077, "description": "The concept of latitude and longitude lines used to describe locations on a spherical Earth.\u003cSEP\u003e\u5730\u7406\u6d4b\u91cf\u7cfb\u7edf\uff0c\u4e0e\u5730\u7403\u5f62\u72b6\u7814\u7a76\u76f8\u5173\u3002", "entity_id": "\u7ecf\u7eac\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ecf\u7eac\u7ebf", "label": "\u7ecf\u7eac\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "The concept of latitude and longitude lines used to describe locations on a spherical Earth.\u003cSEP\u003e\u5730\u7406\u6d4b\u91cf\u7cfb\u7edf\uff0c\u4e0e\u5730\u7403\u5f62\u72b6\u7814\u7a76\u76f8\u5173\u3002"}, {"color": "#376dd2", "created_at": 1752884078, "description": "\u6c49\u4ee3\u5b66\u8005\uff0c\u53c2\u4e0e\u5929\u6587\u6d4b\u91cf\u5de5\u4f5c\uff0c\u88ab\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u63d0\u53ca\u3002", "entity_id": "\u9c9c\u4e8e\u5984\u4eba", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9c9c\u4e8e\u5984\u4eba", "label": "\u9c9c\u4e8e\u5984\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u6c49\u4ee3\u5b66\u8005\uff0c\u53c2\u4e0e\u5929\u6587\u6d4b\u91cf\u5de5\u4f5c\uff0c\u88ab\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u63d0\u53ca\u3002"}, {"color": "#b7965b", "created_at": 1752884078, "description": "\u6c49\u4ee3\u5b98\u5458\uff0c\u53c2\u4e0e\u5929\u6587\u4eea\u5668\u5236\u4f5c\uff0c\u88ab\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u63d0\u53ca\u3002", "entity_id": "\u803f\u4e2d\u4e1e", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u803f\u4e2d\u4e1e", "label": "\u803f\u4e2d\u4e1e", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u6c49\u4ee3\u5b98\u5458\uff0c\u53c2\u4e0e\u5929\u6587\u4eea\u5668\u5236\u4f5c\uff0c\u88ab\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u63d0\u53ca\u3002"}, {"color": "#656a9a", "created_at": 1752884078, "description": "\u5929\u6587\u73b0\u8c61\uff0c\u4e9a\u91cc\u58eb\u591a\u5fb7\u901a\u8fc7\u89c2\u5bdf\u6708\u8680\u8bc1\u660e\u5730\u7403\u662f\u7403\u4f53\u3002", "entity_id": "\u003e\u6708\u8680", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u003e\u6708\u8680", "label": "\u003e\u6708\u8680", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u5929\u6587\u73b0\u8c61\uff0c\u4e9a\u91cc\u58eb\u591a\u5fb7\u901a\u8fc7\u89c2\u5bdf\u6708\u8680\u8bc1\u660e\u5730\u7403\u662f\u7403\u4f53\u3002"}, {"color": "#185642", "created_at": 1752884078, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u8457\u4f5c\uff0c\u8bb0\u5f55\u4e86\u5173\u4e8e\u5730\u7403\u5f62\u72b6\u7684\u8bba\u8bc1\u3002", "entity_id": "\u300a\u8bba\u5929\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u8bba\u5929\u300b", "label": "\u300a\u8bba\u5929\u300b", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u8457\u4f5c\uff0c\u8bb0\u5f55\u4e86\u5173\u4e8e\u5730\u7403\u5f62\u72b6\u7684\u8bba\u8bc1\u3002"}, {"color": "#284786", "created_at": 1752884078, "description": "\u5f20\u8861\u7684\u5929\u6587\u5b66\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u6d51\u5929\u8bf4\u7406\u8bba\u3002", "entity_id": "\u300a\u6d51\u4eea\u6ce8\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6d51\u4eea\u6ce8\u300b", "label": "\u300a\u6d51\u4eea\u6ce8\u300b", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u5f20\u8861\u7684\u5929\u6587\u5b66\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u6d51\u5929\u8bf4\u7406\u8bba\u3002"}, {"color": "#780f0b", "created_at": 1752884078, "description": "\u626c\u96c4\u7684\u8457\u4f5c\uff0c\u9996\u6b21\u63d0\u5230\"\u6d51\u5929\"\u6982\u5ff5\u3002", "entity_id": "\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b", "label": "\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u626c\u96c4\u7684\u8457\u4f5c\uff0c\u9996\u6b21\u63d0\u5230\"\u6d51\u5929\"\u6982\u5ff5\u3002"}, {"color": "#3b790f", "created_at": 1752884078, "description": "\u5c48\u539f\u7684\u8bd7\u4f5c\uff0c\u5176\u4e2d\"\u571c\u5219\u4e5d\u91cd\"\u53ef\u80fd\u5305\u542b\u65e9\u671f\u5929\u7403\u6982\u5ff5\u3002", "entity_id": "\u300a\u5929\u95ee\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5929\u95ee\u300b", "label": "\u300a\u5929\u95ee\u300b", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u5c48\u539f\u7684\u8bd7\u4f5c\uff0c\u5176\u4e2d\"\u571c\u5219\u4e5d\u91cd\"\u53ef\u80fd\u5305\u542b\u65e9\u671f\u5929\u7403\u6982\u5ff5\u3002"}, {"color": "#effa18", "created_at": 1752884078, "description": "\u4e0e\u4e9a\u5386\u5c71\u5927\u57ce\u76f8\u8fde\u7684\u5c9b\u5c7f\uff0c\u4ee5\u706f\u5854\u95fb\u540d\u3002", "entity_id": "\u6cd5\u9c81\u65af\u5c9b", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6cd5\u9c81\u65af\u5c9b", "label": "\u6cd5\u9c81\u65af\u5c9b", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u4e0e\u4e9a\u5386\u5c71\u5927\u57ce\u76f8\u8fde\u7684\u5c9b\u5c7f\uff0c\u4ee5\u706f\u5854\u95fb\u540d\u3002"}, {"color": "#c14461", "created_at": 1752884078, "description": "\u57c3\u62c9\u6258\u8272\u5c3c\u9996\u6b21\u8ba1\u7b97\u7684\u5730\u7403\u91cd\u8981\u53c2\u6570\u3002", "entity_id": "\u8d64\u9053\u5468\u957f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8d64\u9053\u5468\u957f", "label": "\u8d64\u9053\u5468\u957f", "shape": "dot", "size": 10, "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u57c3\u62c9\u6258\u8272\u5c3c\u9996\u6b21\u8ba1\u7b97\u7684\u5730\u7403\u91cd\u8981\u53c2\u6570\u3002"}, {"color": "#1150b5", "created_at": 1752884078, "description": "The Homeric Epics are ancient Greek literary works collected by the Library of Alexandria.", "entity_id": "\u8377\u9a6c\u53f2\u8bd7", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8377\u9a6c\u53f2\u8bd7", "label": "\u8377\u9a6c\u53f2\u8bd7", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Homeric Epics are ancient Greek literary works collected by the Library of Alexandria."}, {"color": "#fb8c1d", "created_at": 1752884078, "description": "The Three Great Tragedies of Ancient Greece are significant literary works preserved in the Library of Alexandria.", "entity_id": "\u53e4\u5e0c\u814a\u7684\u4e09\u5927\u60b2\u5267", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u53e4\u5e0c\u814a\u7684\u4e09\u5927\u60b2\u5267", "label": "\u53e4\u5e0c\u814a\u7684\u4e09\u5927\u60b2\u5267", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Three Great Tragedies of Ancient Greece are significant literary works preserved in the Library of Alexandria."}, {"color": "#8049ba", "created_at": 1752884078, "description": "The Old Testament, in Hebrew and Greek translations, was among the collections of the Library of Alexandria.", "entity_id": "\u65e7\u7ea6\u5168\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u65e7\u7ea6\u5168\u4e66", "label": "\u65e7\u7ea6\u5168\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Old Testament, in Hebrew and Greek translations, was among the collections of the Library of Alexandria."}, {"color": "#a3b9c9", "created_at": 1752884079, "description": "The Hebrew version of the Old Testament was among the multilingual collections at the Library of Alexandria.", "entity_id": "\u5e0c\u4f2f\u6765\u6587\u300a\u65e7\u7ea6\u5168\u4e66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u4f2f\u6765\u6587\u300a\u65e7\u7ea6\u5168\u4e66\u300b", "label": "\u5e0c\u4f2f\u6765\u6587\u300a\u65e7\u7ea6\u5168\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Hebrew version of the Old Testament was among the multilingual collections at the Library of Alexandria."}, {"color": "#096d06", "created_at": 1752884079, "description": "The Greek translation of the Old Testament (Septuagint) was a key text in the Library of Alexandria\u0027s collection.", "entity_id": "\u5e0c\u814a\u6587\u300a\u65e7\u7ea6\u5168\u4e66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u814a\u6587\u300a\u65e7\u7ea6\u5168\u4e66\u300b", "label": "\u5e0c\u814a\u6587\u300a\u65e7\u7ea6\u5168\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Greek translation of the Old Testament (Septuagint) was a key text in the Library of Alexandria\u0027s collection."}, {"color": "#b4576d", "created_at": 1752884079, "description": "Euclid\u0027s Elements was a foundational mathematical text preserved and studied at the Library of Alexandria.", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b", "label": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Euclid\u0027s Elements was a foundational mathematical text preserved and studied at the Library of Alexandria."}, {"color": "#1bc435", "created_at": 1752884079, "description": "The First Cataract of the Nile near Syene was a key geographical reference in Eratosthenes\u0027 calculations.", "entity_id": "\u5c3c\u7f57\u6cb3\u7b2c\u4e00\u7011\u5e03", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5c3c\u7f57\u6cb3\u7b2c\u4e00\u7011\u5e03", "label": "\u5c3c\u7f57\u6cb3\u7b2c\u4e00\u7011\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The First Cataract of the Nile near Syene was a key geographical reference in Eratosthenes\u0027 calculations."}, {"color": "#d36528", "created_at": 1752884079, "description": "The concept of central angles was used by Eratosthenes in calculating Earth\u0027s circumference.", "entity_id": "\u5706\u5468\u89d2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5706\u5468\u89d2", "label": "\u5706\u5468\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The concept of central angles was used by Eratosthenes in calculating Earth\u0027s circumference."}, {"color": "#aed5b6", "created_at": 1752884079, "description": "The stadion was the unit of measurement used by Eratosthenes for distance calculations.", "entity_id": "\u5e0c\u814a\u91cc", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e0c\u814a\u91cc", "label": "\u5e0c\u814a\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The stadion was the unit of measurement used by Eratosthenes for distance calculations."}, {"color": "#e82ad2", "created_at": 1752884079, "description": "Aristotle proposed the concept of latitude lines for geographical measurements.", "entity_id": "\u7eac\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7eac\u7ebf", "label": "\u7eac\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Aristotle proposed the concept of latitude lines for geographical measurements."}, {"color": "#3642f2", "created_at": 1752884079, "description": "This Han Dynasty text documents early Chinese geographical concepts using terms equivalent to latitude and longitude.", "entity_id": "\u300a\u5927\u6234\u793c\u8bb0\u00b7\u6613\u672c\u547d\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5927\u6234\u793c\u8bb0\u00b7\u6613\u672c\u547d\u300b", "label": "\u300a\u5927\u6234\u793c\u8bb0\u00b7\u6613\u672c\u547d\u300b", "shape": "dot", "size": 10, "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "This Han Dynasty text documents early Chinese geographical concepts using terms equivalent to latitude and longitude."}, {"color": "#e98279", "created_at": 1752884080, "description": "\u300a\u65b0\u5de5\u5177\u300b\u662f\u57f9\u6839\u7684\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u5f52\u7eb3\u903b\u8f91\u65b9\u6cd5\uff0c\u6279\u5224\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u4e09\u6bb5\u8bba\u3002", "entity_id": "\u300a\u65b0\u5de5\u5177\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u65b0\u5de5\u5177\u300b", "label": "\u300a\u65b0\u5de5\u5177\u300b", "shape": "dot", "size": 10, "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u300a\u65b0\u5de5\u5177\u300b\u662f\u57f9\u6839\u7684\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u5f52\u7eb3\u903b\u8f91\u65b9\u6cd5\uff0c\u6279\u5224\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u4e09\u6bb5\u8bba\u3002"}, {"color": "#006d01", "created_at": 1752884080, "description": "An appendix to Descartes\u0027 \u0027Discourse on the Method,\u0027 where he introduced the foundations of analytic geometry.", "entity_id": "\u300a\u51e0\u4f55\u5b66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u51e0\u4f55\u5b66\u300b", "label": "\u300a\u51e0\u4f55\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "An appendix to Descartes\u0027 \u0027Discourse on the Method,\u0027 where he introduced the foundations of analytic geometry."}, {"color": "#15fef6", "created_at": 1752884081, "description": "\u7f57\u9a6c\u662f\u897f\u65b9\u5386\u53f2\u4e0a\u7684\u653f\u6cbb\u548c\u6587\u5316\u4e2d\u5fc3\uff0c\u5176\u6269\u5f20\u5bfc\u81f4\u0027\u6761\u6761\u9053\u8def\u901a\u7f57\u9a6c\u0027\u7684\u8bf4\u6cd5\uff0c\u6210\u4e3a\u6781\u5750\u6807\u7cfb\u7684\u539f\u70b9\u8c61\u5f81\u3002", "entity_id": "\u7f57\u9a6c", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u9a6c", "label": "\u7f57\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u7f57\u9a6c\u662f\u897f\u65b9\u5386\u53f2\u4e0a\u7684\u653f\u6cbb\u548c\u6587\u5316\u4e2d\u5fc3\uff0c\u5176\u6269\u5f20\u5bfc\u81f4\u0027\u6761\u6761\u9053\u8def\u901a\u7f57\u9a6c\u0027\u7684\u8bf4\u6cd5\uff0c\u6210\u4e3a\u6781\u5750\u6807\u7cfb\u7684\u539f\u70b9\u8c61\u5f81\u3002"}, {"color": "#2ffeb5", "created_at": 1752884081, "description": "\u725b\u987f\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u7ea6\u6210\u4e66\u4e8e1671\u5e74\uff0c\u9996\u6b21\u5f15\u5165\u6781\u5750\u6807\u6982\u5ff5\u3002", "entity_id": "\u300a\u6d41\u6570\u6cd5\u4e0e\u65e0\u7a77\u7ea7\u6570\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6d41\u6570\u6cd5\u4e0e\u65e0\u7a77\u7ea7\u6570\u300b", "label": "\u300a\u6d41\u6570\u6cd5\u4e0e\u65e0\u7a77\u7ea7\u6570\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u725b\u987f\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u7ea6\u6210\u4e66\u4e8e1671\u5e74\uff0c\u9996\u6b21\u5f15\u5165\u6781\u5750\u6807\u6982\u5ff5\u3002"}, {"color": "#ce5d80", "created_at": 1752884081, "description": "\u6b27\u62c9\u7684\u8457\u4f5c\uff0c1748\u5e74\u51fa\u7248\uff0c\u786e\u7acb\u4e86\u6781\u5750\u6807\u7684\u73b0\u4ee3\u8868\u8fbe\u5f62\u5f0f\u3002", "entity_id": "\u300a\u65e0\u7a77\u5206\u6790\u5f15\u8bba\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u65e0\u7a77\u5206\u6790\u5f15\u8bba\u300b", "label": "\u300a\u65e0\u7a77\u5206\u6790\u5f15\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6b27\u62c9\u7684\u8457\u4f5c\uff0c1748\u5e74\u51fa\u7248\uff0c\u786e\u7acb\u4e86\u6781\u5750\u6807\u7684\u73b0\u4ee3\u8868\u8fbe\u5f62\u5f0f\u3002"}, {"color": "#eb3318", "created_at": 1752884081, "description": "The XOY plane is one of the three coordinate planes formed by the intersection of the X and Y axes.", "entity_id": "XOY\u5e73\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "XOY\u5e73\u9762", "label": "XOY\u5e73\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The XOY plane is one of the three coordinate planes formed by the intersection of the X and Y axes."}, {"color": "#bc7bb4", "created_at": 1752884081, "description": "The XOZ plane is one of the three coordinate planes formed by the intersection of the X and Z axes.", "entity_id": "XOZ\u5e73\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "XOZ\u5e73\u9762", "label": "XOZ\u5e73\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The XOZ plane is one of the three coordinate planes formed by the intersection of the X and Z axes."}, {"color": "#99cac1", "created_at": 1752884081, "description": "The YOZ plane is one of the three coordinate planes formed by the intersection of the Y and Z axes.", "entity_id": "YOZ\u5e73\u9762", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "YOZ\u5e73\u9762", "label": "YOZ\u5e73\u9762", "shape": "dot", "size": 10, "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The YOZ plane is one of the three coordinate planes formed by the intersection of the Y and Z axes."}, {"color": "#005305", "created_at": 1752884082, "description": "Euclid\u0027s fifth postulate on parallel lines, a key topic in discussions about the limitations of Euclidean geometry.", "entity_id": "\u7b2c\u4e94\u516c\u8bbe", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b2c\u4e94\u516c\u8bbe", "label": "\u7b2c\u4e94\u516c\u8bbe", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Euclid\u0027s fifth postulate on parallel lines, a key topic in discussions about the limitations of Euclidean geometry."}, {"color": "#57bf6d", "created_at": 1752884082, "description": "Hilbert\u0027s first group of axioms describing fundamental geometric relationships like points determining lines and planes.", "entity_id": "\u5173\u8054\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5173\u8054\u516c\u7406", "label": "\u5173\u8054\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert\u0027s first group of axioms describing fundamental geometric relationships like points determining lines and planes."}, {"color": "#f54c52", "created_at": 1752884082, "description": "Hilbert\u0027s second group of axioms defining positional relationships between points on a line.", "entity_id": "\u987a\u5e8f\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u987a\u5e8f\u516c\u7406", "label": "\u987a\u5e8f\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert\u0027s second group of axioms defining positional relationships between points on a line."}, {"color": "#2e84e9", "created_at": 1752884082, "description": "Hilbert\u0027s fourth group of axioms addressing the nature of parallel lines in Euclidean geometry.", "entity_id": "\u5e73\u884c\u516c\u7406", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5e73\u884c\u516c\u7406", "label": "\u5e73\u884c\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert\u0027s fourth group of axioms addressing the nature of parallel lines in Euclidean geometry."}, {"color": "#489949", "created_at": 1752884082, "description": "D is a point in geometric context, used to illustrate the concept of congruent or equal segments.", "entity_id": "D", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "D", "label": "D", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "D is a point in geometric context, used to illustrate the concept of congruent or equal segments."}, {"color": "#9c0576", "created_at": 1752884083, "description": "A geometric point used to demonstrate the concept of congruent or equal segments in Hilbert\u0027s axioms.", "entity_id": "Point D", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Point D", "label": "Point D", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A geometric point used to demonstrate the concept of congruent or equal segments in Hilbert\u0027s axioms."}, {"color": "#1f9cb8", "created_at": 1752884083, "description": "A straight line in geometric context where segments AB and BC lie.", "entity_id": "Line a", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Line a", "label": "Line a", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A straight line in geometric context where segments AB and BC lie."}, {"color": "#7f8e1e", "created_at": 1752884083, "description": "A straight line in geometric context where segments DE and EF lie.", "entity_id": "Line b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Line b", "label": "Line b", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A straight line in geometric context where segments DE and EF lie."}, {"color": "#5b17b9", "created_at": 1752884083, "description": "A geometric plane containing angle \u2220(h,k).", "entity_id": "Plane \u03b1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Plane \u03b1", "label": "Plane \u03b1", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A geometric plane containing angle \u2220(h,k)."}, {"color": "#03e1d4", "created_at": 1752884083, "description": "A geometric plane containing line b and angle \u2220(g,s).", "entity_id": "Plane \u03b2", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Plane \u03b2", "label": "Plane \u03b2", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A geometric plane containing line b and angle \u2220(g,s)."}, {"color": "#4ec617", "created_at": 1752884083, "description": "A property of axiomatic systems where no contradictions arise from the axioms.", "entity_id": "Compatibility (\u76f8\u5bb9\u6027)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Compatibility (\u76f8\u5bb9\u6027)", "label": "Compatibility (\u76f8\u5bb9\u6027)", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A property of axiomatic systems where no contradictions arise from the axioms."}, {"color": "#3ee158", "created_at": 1752884083, "description": "A property of axiomatic systems where no axiom can be derived from others.", "entity_id": "Independence (\u72ec\u7acb\u6027)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Independence (\u72ec\u7acb\u6027)", "label": "Independence (\u72ec\u7acb\u6027)", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A property of axiomatic systems where no axiom can be derived from others."}, {"color": "#0f53f2", "created_at": 1752884083, "description": "A property of axiomatic systems where all true statements can be derived.", "entity_id": "Completeness (\u5b8c\u5907\u6027)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Completeness (\u5b8c\u5907\u6027)", "label": "Completeness (\u5b8c\u5907\u6027)", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "A property of axiomatic systems where all true statements can be derived."}, {"color": "#e133a2", "created_at": 1752884083, "description": "Historic event where Hilbert presented his 23 problems, including the second problem on arithmetic consistency.", "entity_id": "1900 Paris Mathematicians Conference", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "1900 Paris Mathematicians Conference", "label": "1900 Paris Mathematicians Conference", "shape": "dot", "size": 10, "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Historic event where Hilbert presented his 23 problems, including the second problem on arithmetic consistency."}, {"color": "#afea5a", "created_at": 1752884084, "description": "\u51e0\u4f55refers to the branch of mathematics concerned with shapes, sizes, and properties of space, and the establishment of a simple and complete axiomatic system for it.", "entity_id": "\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u51e0\u4f55", "label": "\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u51e0\u4f55refers to the branch of mathematics concerned with shapes, sizes, and properties of space, and the establishment of a simple and complete axiomatic system for it."}, {"color": "#6e220b", "created_at": 1752884084, "description": "\u521d\u7b49\u6570\u8bbarefers to elementary number theory problems that can be expressed in simple arithmetic terms.", "entity_id": "\u521d\u7b49\u6570\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u521d\u7b49\u6570\u8bba", "label": "\u521d\u7b49\u6570\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u521d\u7b49\u6570\u8bbarefers to elementary number theory problems that can be expressed in simple arithmetic terms."}, {"color": "#ba7fdd", "created_at": 1752884084, "description": "\u5df4\u9ece\u5927\u5b66\u662f\u5e0c\u5c14\u4f2f\u7279\u53d1\u886823\u4e2a\u6570\u5b66\u95ee\u9898\u7684\u5730\u70b9\uff0c\u5bf9\u6570\u5b66\u53f2\u5177\u6709\u91cd\u8981\u610f\u4e49\u3002", "entity_id": "Paris University", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "Paris University", "label": "Paris University", "shape": "dot", "size": 10, "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5df4\u9ece\u5927\u5b66\u662f\u5e0c\u5c14\u4f2f\u7279\u53d1\u886823\u4e2a\u6570\u5b66\u95ee\u9898\u7684\u5730\u70b9\uff0c\u5bf9\u6570\u5b66\u53f2\u5177\u6709\u91cd\u8981\u610f\u4e49\u3002"}, {"color": "#23348c", "created_at": 1752884088, "description": "The proportionality constant \u03c1 relates the Einstein tensor to the stress-energy tensor in field equations.", "entity_id": "\u6bd4\u4f8b\u5e38\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6bd4\u4f8b\u5e38\u6570", "label": "\u6bd4\u4f8b\u5e38\u6570", "shape": "dot", "size": 10, "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The proportionality constant \u03c1 relates the Einstein tensor to the stress-energy tensor in field equations."}, {"color": "#9c1446", "created_at": 1752884089, "description": "\u7ecf\u8425\u6210\u672c\u662f\u6295\u8d44\u6848\u4f8b\u4e2d\u7684\u5e38\u6570\u9879\uff0c\u5f71\u54cd\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u7684\u5e73\u8861\u70b9\u6c42\u89e3\u3002", "entity_id": "\u7ecf\u8425\u6210\u672c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7ecf\u8425\u6210\u672c", "label": "\u7ecf\u8425\u6210\u672c", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u7ecf\u8425\u6210\u672c\u662f\u6295\u8d44\u6848\u4f8b\u4e2d\u7684\u5e38\u6570\u9879\uff0c\u5f71\u54cd\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u7684\u5e73\u8861\u70b9\u6c42\u89e3\u3002"}, {"color": "#3cb811", "created_at": 1752884089, "description": "GDP\u548cGNP\u662f\u5b8f\u89c2\u7ecf\u6d4e\u6307\u6807\uff0c\u53ef\u4f5c\u4e3a\u81ea\u56de\u5f52\u6a21\u578b\u5206\u6790\u7684\u65f6\u95f4\u5e8f\u5217\u6570\u636e\u3002", "entity_id": "GDP/GNP", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "GDP/GNP", "label": "GDP/GNP", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "GDP\u548cGNP\u662f\u5b8f\u89c2\u7ecf\u6d4e\u6307\u6807\uff0c\u53ef\u4f5c\u4e3a\u81ea\u56de\u5f52\u6a21\u578b\u5206\u6790\u7684\u65f6\u95f4\u5e8f\u5217\u6570\u636e\u3002"}, {"color": "#cc2c07", "created_at": 1752884089, "description": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\u7fa4\u4f53\u5305\u62ec\u76ae\u5c14\u900a\u7b49\u5b66\u8005\uff0c\u63a8\u52a8\u4e86\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5728\u7edf\u8ba1\u5b66\u7684\u5e94\u7528\u3002", "entity_id": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6", "label": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\u7fa4\u4f53\u5305\u62ec\u76ae\u5c14\u900a\u7b49\u5b66\u8005\uff0c\u63a8\u52a8\u4e86\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5728\u7edf\u8ba1\u5b66\u7684\u5e94\u7528\u3002"}, {"color": "#eb2350", "created_at": 1752884089, "description": "\u666e\u6717\u514b\u662f\u4e00\u4f4d\u79d1\u5b66\u5bb6\uff0c\u7231\u56e0\u65af\u5766\u5728\u4ed6\u7684\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a\u4e0a\u53d1\u8868\u4e86\u5173\u4e8e\u79d1\u5b66\u548c\u7f8e\u7684\u52a8\u673a\u7684\u6f14\u8bb2\u3002", "entity_id": "\u666e\u6717\u514b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u666e\u6717\u514b", "label": "\u666e\u6717\u514b", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u666e\u6717\u514b\u662f\u4e00\u4f4d\u79d1\u5b66\u5bb6\uff0c\u7231\u56e0\u65af\u5766\u5728\u4ed6\u7684\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a\u4e0a\u53d1\u8868\u4e86\u5173\u4e8e\u79d1\u5b66\u548c\u7f8e\u7684\u52a8\u673a\u7684\u6f14\u8bb2\u3002"}, {"color": "#f14edf", "created_at": 1752884090, "description": "\u6676\u4f53\u5bf9\u79f0\u7ed3\u6784\u662f\u81ea\u7136\u754c\u4e2d\u56fa\u6001\u7269\u8d28\u7684\u5fae\u89c2\u6392\u5217\u65b9\u5f0f\uff0c\u5177\u6709\u5468\u671f\u6027\u91cd\u590d\u7684\u7279\u5f81\u3002", "entity_id": "\u6676\u4f53\u5bf9\u79f0\u7ed3\u6784", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6676\u4f53\u5bf9\u79f0\u7ed3\u6784", "label": "\u6676\u4f53\u5bf9\u79f0\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6676\u4f53\u5bf9\u79f0\u7ed3\u6784\u662f\u81ea\u7136\u754c\u4e2d\u56fa\u6001\u7269\u8d28\u7684\u5fae\u89c2\u6392\u5217\u65b9\u5f0f\uff0c\u5177\u6709\u5468\u671f\u6027\u91cd\u590d\u7684\u7279\u5f81\u3002"}, {"color": "#92d74c", "created_at": 1752884090, "description": "\u9ec4\u91d1(Gold) is a metal that crystallizes in the isometric (cubic) crystal system, exhibiting high symmetry.", "entity_id": "\u9ec4\u91d1", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u9ec4\u91d1", "label": "\u9ec4\u91d1", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u9ec4\u91d1(Gold) is a metal that crystallizes in the isometric (cubic) crystal system, exhibiting high symmetry."}, {"color": "#2fd3fd", "created_at": 1752884091, "description": "\u787c\u9178(Boric Acid) is a chemical compound that crystallizes in the triclinic crystal system, exhibiting the lowest symmetry.", "entity_id": "\u787c\u9178", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u787c\u9178", "label": "\u787c\u9178", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u787c\u9178(Boric Acid) is a chemical compound that crystallizes in the triclinic crystal system, exhibiting the lowest symmetry."}, {"color": "#901f18", "created_at": 1752884091, "description": "\u4e09\u65b9\u6676\u7cfb(Trigonal Crystal System) is a moderately symmetric crystal system.", "entity_id": "\u4e09\u65b9\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u65b9\u6676\u7cfb", "label": "\u4e09\u65b9\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u4e09\u65b9\u6676\u7cfb(Trigonal Crystal System) is a moderately symmetric crystal system."}, {"color": "#a61589", "created_at": 1752884091, "description": "\u5355\u659c\u6676\u7cfb(Monoclinic Crystal System) is a low-symmetry crystal system, including sucrose.", "entity_id": "\u5355\u659c\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5355\u659c\u6676\u7cfb", "label": "\u5355\u659c\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u5355\u659c\u6676\u7cfb(Monoclinic Crystal System) is a low-symmetry crystal system, including sucrose."}, {"color": "#349192", "created_at": 1752884091, "description": "\u4e09\u659c\u6676\u7cfb(Triclinic Crystal System) is the lowest symmetry crystal system, including boric acid.", "entity_id": "\u4e09\u659c\u6676\u7cfb", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e09\u659c\u6676\u7cfb", "label": "\u4e09\u659c\u6676\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u4e09\u659c\u6676\u7cfb(Triclinic Crystal System) is the lowest symmetry crystal system, including boric acid."}, {"color": "#65a086", "created_at": 1752884091, "description": "\u57fa\u56e0(Gene) is the fundamental unit of heredity, with a symmetric double-helix structure enabling DNA replication.", "entity_id": "\u57fa\u56e0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u57fa\u56e0", "label": "\u57fa\u56e0", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u57fa\u56e0(Gene) is the fundamental unit of heredity, with a symmetric double-helix structure enabling DNA replication."}, {"color": "#1265e1", "created_at": 1752884091, "description": "\u5206\u5b50\u751f\u7269\u5b66(Molecular Biology) is the field studying biological molecules, revolutionized by the discovery of DNA\u0027s structure.", "entity_id": "\u5206\u5b50\u751f\u7269\u5b66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u5b50\u751f\u7269\u5b66", "label": "\u5206\u5b50\u751f\u7269\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u5206\u5b50\u751f\u7269\u5b66(Molecular Biology) is the field studying biological molecules, revolutionized by the discovery of DNA\u0027s structure."}, {"color": "#95e78c", "created_at": 1752884092, "description": "\u4e2d\u56fd\u63d0\u51fa\u7684\u5b66\u79d1\u53d1\u5c55\u6218\u7565\uff0c\u5f3a\u8c03\u7edf\u8ba1\u5b66\u4e0e\u6d77\u91cf\u6570\u636e\u5206\u6790\u7684\u4f18\u5148\u53d1\u5c55\u3002", "entity_id": "\u672a\u676510\u5e74\u4e2d\u56fd\u5b66\u79d1\u53d1\u5c55\u6218\u7565\u00b7\u6570\u5b66", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u672a\u676510\u5e74\u4e2d\u56fd\u5b66\u79d1\u53d1\u5c55\u6218\u7565\u00b7\u6570\u5b66", "label": "\u672a\u676510\u5e74\u4e2d\u56fd\u5b66\u79d1\u53d1\u5c55\u6218\u7565\u00b7\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u4e2d\u56fd\u63d0\u51fa\u7684\u5b66\u79d1\u53d1\u5c55\u6218\u7565\uff0c\u5f3a\u8c03\u7edf\u8ba1\u5b66\u4e0e\u6d77\u91cf\u6570\u636e\u5206\u6790\u7684\u4f18\u5148\u53d1\u5c55\u3002"}, {"color": "#71cada", "created_at": 1752884093, "description": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002", "entity_id": "\u56fd\u5bb6\u536b\u751f\u7814\u7a76\u9662", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u5bb6\u536b\u751f\u7814\u7a76\u9662", "label": "\u56fd\u5bb6\u536b\u751f\u7814\u7a76\u9662", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002"}, {"color": "#c95a2a", "created_at": 1752884093, "description": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002", "entity_id": "\u80fd\u6e90\u90e8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u80fd\u6e90\u90e8", "label": "\u80fd\u6e90\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002"}, {"color": "#48ac54", "created_at": 1752884093, "description": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002", "entity_id": "\u56fd\u9632\u90e8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u9632\u90e8", "label": "\u56fd\u9632\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002"}, {"color": "#d19f55", "created_at": 1752884093, "description": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002", "entity_id": "\u56fd\u9632\u90e8\u9ad8\u7ea7\u7814\u7a76\u8ba1\u5212\u5c40", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u9632\u90e8\u9ad8\u7ea7\u7814\u7a76\u8ba1\u5212\u5c40", "label": "\u56fd\u9632\u90e8\u9ad8\u7ea7\u7814\u7a76\u8ba1\u5212\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002"}, {"color": "#dc788e", "created_at": 1752884093, "description": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002", "entity_id": "\u5730\u8d28\u52d8\u63a2\u5c40", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u8d28\u52d8\u63a2\u5c40", "label": "\u5730\u8d28\u52d8\u63a2\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u8054\u90a6\u653f\u5e9c\u90e8\u95e8\u4e4b\u4e00\uff0c\u53c2\u4e0e\u0027\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212\u0027\u3002"}, {"color": "#3453c8", "created_at": 1752884093, "description": "\u56fe\u50cf\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002", "entity_id": "\u56fe\u50cf\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u50cf\u6570\u636e", "label": "\u56fe\u50cf\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u56fe\u50cf\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002"}, {"color": "#d5e866", "created_at": 1752884093, "description": "\u97f3\u50cf\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002", "entity_id": "\u97f3\u50cf\u6570\u636e", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u97f3\u50cf\u6570\u636e", "label": "\u97f3\u50cf\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u97f3\u50cf\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002"}, {"color": "#c9b17f", "created_at": 1752884094, "description": "\u7a7a\u95f4\u76f8\u5173describes data relationships based on natural distance metrics, distinct from network structures.", "entity_id": "\u7a7a\u95f4\u76f8\u5173", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7a7a\u95f4\u76f8\u5173", "label": "\u7a7a\u95f4\u76f8\u5173", "shape": "dot", "size": 10, "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7a7a\u95f4\u76f8\u5173describes data relationships based on natural distance metrics, distinct from network structures."}, {"color": "#db75c1", "created_at": 1752884095, "description": "Gross National Product (GNP) is an economic metric used to gauge national economic growth and development.", "entity_id": "\u56fd\u6c11\u751f\u4ea7\u603b\u503c", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fd\u6c11\u751f\u4ea7\u603b\u503c", "label": "\u56fd\u6c11\u751f\u4ea7\u603b\u503c", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Gross National Product (GNP) is an economic metric used to gauge national economic growth and development."}, {"color": "#6297db", "created_at": 1752884095, "description": "The Engel Coefficient measures food expenditure as a percentage of total household consumption, indicating living standards.", "entity_id": "\u6069\u683c\u5c14\u7cfb\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6069\u683c\u5c14\u7cfb\u6570", "label": "\u6069\u683c\u5c14\u7cfb\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Engel Coefficient measures food expenditure as a percentage of total household consumption, indicating living standards."}, {"color": "#523754", "created_at": 1752884096, "description": "\u56fe\u5f62\u7684\u8ba4\u8bc6\u4e0e\u6d4b\u91cf(Shape Recognition and Measurement) combines geometric shape identification with dimensional analysis.", "entity_id": "\u56fe\u5f62\u7684\u8ba4\u8bc6\u4e0e\u6d4b\u91cf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u56fe\u5f62\u7684\u8ba4\u8bc6\u4e0e\u6d4b\u91cf", "label": "\u56fe\u5f62\u7684\u8ba4\u8bc6\u4e0e\u6d4b\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u56fe\u5f62\u7684\u8ba4\u8bc6\u4e0e\u6d4b\u91cf(Shape Recognition and Measurement) combines geometric shape identification with dimensional analysis."}, {"color": "#daf481", "created_at": 1752884096, "description": "\u7f57\u5df4\u5951\u592b\u65af\u57fa\u51e0\u4f55(Lobachevskian Geometry) challenges Euclidean assumptions with hyperbolic parallel properties.", "entity_id": "\u7f57\u5df4\u5951\u592b\u65af\u57fa\u51e0\u4f55", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u5df4\u5951\u592b\u65af\u57fa\u51e0\u4f55", "label": "\u7f57\u5df4\u5951\u592b\u65af\u57fa\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "\u7f57\u5df4\u5951\u592b\u65af\u57fa\u51e0\u4f55(Lobachevskian Geometry) challenges Euclidean assumptions with hyperbolic parallel properties."}, {"color": "#0ef594", "created_at": 1752884097, "description": "\u7f8e\u56fd\u4e24\u6240\u5927\u5b66\u7684\u79d1\u5b66\u5bb6\u57282015\u5e74\u89c2\u6d4b\u5230\u5f15\u529b\u6ce2\u7684\u5b58\u5728\uff0c\u9a8c\u8bc1\u4e86\u7231\u56e0\u65af\u5766\u5e7f\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u8a00\u3002", "entity_id": "\u7f8e\u56fd\u4e24\u6240\u5927\u5b66\u7684\u79d1\u5b66\u5bb6", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u7f8e\u56fd\u4e24\u6240\u5927\u5b66\u7684\u79d1\u5b66\u5bb6", "label": "\u7f8e\u56fd\u4e24\u6240\u5927\u5b66\u7684\u79d1\u5b66\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u7f8e\u56fd\u4e24\u6240\u5927\u5b66\u7684\u79d1\u5b66\u5bb6\u57282015\u5e74\u89c2\u6d4b\u5230\u5f15\u529b\u6ce2\u7684\u5b58\u5728\uff0c\u9a8c\u8bc1\u4e86\u7231\u56e0\u65af\u5766\u5e7f\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u8a00\u3002"}, {"color": "#6426c9", "created_at": 1752884097, "description": "\u300a\u7269\u7406\u5b66\u300b\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u8457\u4f5c\uff0c\u63a2\u8ba8\u4e86\u5f15\u529b\u7684\u7f18\u7531\uff0c\u4f46\u5176\u65b9\u6cd5\u4f9d\u8d56\u903b\u8f91\u800c\u975e\u5b9e\u9a8c\u3002", "entity_id": "\u300a\u7269\u7406\u5b66\u300b", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u7269\u7406\u5b66\u300b", "label": "\u300a\u7269\u7406\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u300a\u7269\u7406\u5b66\u300b\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u8457\u4f5c\uff0c\u63a2\u8ba8\u4e86\u5f15\u529b\u7684\u7f18\u7531\uff0c\u4f46\u5176\u65b9\u6cd5\u4f9d\u8d56\u903b\u8f91\u800c\u975e\u5b9e\u9a8c\u3002"}, {"color": "#977f4f", "created_at": 1752884098, "description": "An editor who proofread the Chinese translation of Euclid\u0027s \u0027Elements\u0027.", "entity_id": "\u5f90\u4f2f\u8c26", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f90\u4f2f\u8c26", "label": "\u5f90\u4f2f\u8c26", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "An editor who proofread the Chinese translation of Euclid\u0027s \u0027Elements\u0027."}, {"color": "#f9103a", "created_at": 1752884098, "description": "Translation group responsible for Chinese version of Klein\u0027s \u0027Mathematical Thought\u0027.", "entity_id": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u7cfb\u6570\u5b66\u53f2\u7ffb\u8bd1\u7ec4", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u7cfb\u6570\u5b66\u53f2\u7ffb\u8bd1\u7ec4", "label": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u7cfb\u6570\u5b66\u53f2\u7ffb\u8bd1\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translation group responsible for Chinese version of Klein\u0027s \u0027Mathematical Thought\u0027."}, {"color": "#a1b72d", "created_at": 1752884099, "description": "Author of \u0027Hilbert: The Mathematician of the Mathematical World\u0027.", "entity_id": "\u745e\u5fb7", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u745e\u5fb7", "label": "\u745e\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Author of \u0027Hilbert: The Mathematician of the Mathematical World\u0027."}, {"color": "#e7d2fb", "created_at": 1752884099, "description": "Published Cohen and Hersh\u0027s paper on set theory in 1967.", "entity_id": "Scientific American", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Scientific American", "label": "Scientific American", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Published Cohen and Hersh\u0027s paper on set theory in 1967."}, {"color": "#028c4e", "created_at": 1752884099, "description": "Published textbook on formal logic in 2009.", "entity_id": "\u534e\u4e1c\u5e08\u8303\u5927\u5b66\u54f2\u5b66\u7cfb\u903b\u8f91\u6027\u7814\u7a76\u5ba4", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u534e\u4e1c\u5e08\u8303\u5927\u5b66\u54f2\u5b66\u7cfb\u903b\u8f91\u6027\u7814\u7a76\u5ba4", "label": "\u534e\u4e1c\u5e08\u8303\u5927\u5b66\u54f2\u5b66\u7cfb\u903b\u8f91\u6027\u7814\u7a76\u5ba4", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Published textbook on formal logic in 2009."}, {"color": "#28471c", "created_at": 1752884099, "description": "Published \u0027Principles of Formal Logic\u0027 by Zhuge Yintong et al.", "entity_id": "\u793e\u4f1a\u79d1\u5b66\u6587\u732e\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u793e\u4f1a\u79d1\u5b66\u6587\u732e\u51fa\u7248\u793e", "label": "\u793e\u4f1a\u79d1\u5b66\u6587\u732e\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Published \u0027Principles of Formal Logic\u0027 by Zhuge Yintong et al."}, {"color": "#411057", "created_at": 1752884099, "description": "Co-author of \u0027Principles of Formal Logic\u0027.", "entity_id": "\u8bf8\u845b\u6bb7\u540c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8bf8\u845b\u6bb7\u540c", "label": "\u8bf8\u845b\u6bb7\u540c", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-author of \u0027Principles of Formal Logic\u0027."}, {"color": "#d023ef", "created_at": 1752884099, "description": "Translator of Wittgenstein\u0027s \u0027Tractatus Logico-Philosophicus\u0027.", "entity_id": "\u8d3a\u7ecd\u7532", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u8d3a\u7ecd\u7532", "label": "\u8d3a\u7ecd\u7532", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Wittgenstein\u0027s \u0027Tractatus Logico-Philosophicus\u0027."}, {"color": "#4c0cfc", "created_at": 1752884099, "description": "Translator of Ayer\u0027s \u0027Language, Truth and Logic\u0027.", "entity_id": "\u5c39\u5927\u8d3b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5c39\u5927\u8d3b", "label": "\u5c39\u5927\u8d3b", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Ayer\u0027s \u0027Language, Truth and Logic\u0027."}, {"color": "#01962d", "created_at": 1752884099, "description": "Translator of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027.", "entity_id": "\u82d1\u5229\u5747", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u82d1\u5229\u5747", "label": "\u82d1\u5229\u5747", "shape": "dot", "size": 10, "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Translator of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027."}, {"color": "#43bc62", "created_at": 1752884099, "description": "H.G.Liddell and R.Scott are authors of \u0027A Greek-English Lexicon\u0027, a reference work in Greek-English lexicography.", "entity_id": "H.G.Liddell and R.Scott", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "H.G.Liddell and R.Scott", "label": "H.G.Liddell and R.Scott", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "H.G.Liddell and R.Scott are authors of \u0027A Greek-English Lexicon\u0027, a reference work in Greek-English lexicography."}, {"color": "#09f258", "created_at": 1752884100, "description": "The Clarendon Press is a publishing organization associated with Oxford, known for academic and reference works.", "entity_id": "Oxford: The Clarendon Press", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Oxford: The Clarendon Press", "label": "Oxford: The Clarendon Press", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "The Clarendon Press is a publishing organization associated with Oxford, known for academic and reference works."}, {"color": "#62b97c", "created_at": 1752884100, "description": "Pogorelov is a Soviet mathematician who claimed to have solved Hilbert\u0027s fourth problem under certain conditions.", "entity_id": "\u6ce2\u683c\u5217\u6d1b\u592b", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6ce2\u683c\u5217\u6d1b\u592b", "label": "\u6ce2\u683c\u5217\u6d1b\u592b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Pogorelov is a Soviet mathematician who claimed to have solved Hilbert\u0027s fourth problem under certain conditions."}, {"color": "#1512fc", "created_at": 1752884100, "description": "Hu Shi is a philosopher and author, known for his works on the history of Chinese philosophy.", "entity_id": "\u80e1\u9002", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u80e1\u9002", "label": "\u80e1\u9002", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Hu Shi is a philosopher and author, known for his works on the history of Chinese philosophy."}, {"color": "#a7213b", "created_at": 1752884100, "description": "Feng Youlan is a philosopher and author, known for his works on Chinese philosophy.", "entity_id": "\u51af\u53cb\u5170", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u51af\u53cb\u5170", "label": "\u51af\u53cb\u5170", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Feng Youlan is a philosopher and author, known for his works on Chinese philosophy."}, {"color": "#e5eddb", "created_at": 1752884100, "description": "Li Yushu is an author and scholar, known for his works on classical Chinese texts.", "entity_id": "\u674e\u6e14\u53d4", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u674e\u6e14\u53d4", "label": "\u674e\u6e14\u53d4", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Li Yushu is an author and scholar, known for his works on classical Chinese texts."}, {"color": "#6a1992", "created_at": 1752884100, "description": "Du Yu is a historical figure and scholar, known for his commentary on the \u0027Spring and Autumn Annals\u0027.", "entity_id": "\u675c\u9884", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u675c\u9884", "label": "\u675c\u9884", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Du Yu is a historical figure and scholar, known for his commentary on the \u0027Spring and Autumn Annals\u0027."}, {"color": "#404d17", "created_at": 1752884100, "description": "Commentator of \u0027The Thirteen Classics Annotated\u00b7Commentary on the Book of Documents\u0027.\u003cSEP\u003eKong Yingda is a historical figure and scholar, known for his commentary on classical Chinese texts.", "entity_id": "\u5b54\u9896\u8fbe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5b54\u9896\u8fbe", "label": "\u5b54\u9896\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Commentator of \u0027The Thirteen Classics Annotated\u00b7Commentary on the Book of Documents\u0027.\u003cSEP\u003eKong Yingda is a historical figure and scholar, known for his commentary on classical Chinese texts."}, {"color": "#4e0c52", "created_at": 1752884100, "description": "Mathematical Bulletin is a publication associated with mathematical research and education.", "entity_id": "\u6570\u5b66\u901a\u62a5", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u6570\u5b66\u901a\u62a5", "label": "\u6570\u5b66\u901a\u62a5", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Mathematical Bulletin is a publication associated with mathematical research and education."}, {"color": "#a5bb85", "created_at": 1752884100, "description": "A history of pre-Qin logic by Hu Shi, discussing early Chinese philosophical thought.", "entity_id": "\u300a\u5148\u79e6\u540d\u5b66\u53f2\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5148\u79e6\u540d\u5b66\u53f2\u300b", "label": "\u300a\u5148\u79e6\u540d\u5b66\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "A history of pre-Qin logic by Hu Shi, discussing early Chinese philosophical thought."}, {"color": "#0d0478", "created_at": 1752884101, "description": "A concise history of Chinese philosophy by Feng Youlan.", "entity_id": "\u300a\u4e2d\u56fd\u54f2\u5b66\u7b80\u53f2\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e2d\u56fd\u54f2\u5b66\u7b80\u53f2\u300b", "label": "\u300a\u4e2d\u56fd\u54f2\u5b66\u7b80\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "A concise history of Chinese philosophy by Feng Youlan."}, {"color": "#a30c42", "created_at": 1752884101, "description": "A work on formal logic by Jin Yuelin.", "entity_id": "\u300a\u5f62\u5f0f\u903b\u8f91\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5f62\u5f0f\u903b\u8f91\u300b", "label": "\u300a\u5f62\u5f0f\u903b\u8f91\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "A work on formal logic by Jin Yuelin."}, {"color": "#1bab51", "created_at": 1752884101, "description": "Selected annotations of Mozi\u0027s works by Li Yushu.", "entity_id": "\u300a\u58a8\u5b50\u9009\u6ce8\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u58a8\u5b50\u9009\u6ce8\u300b", "label": "\u300a\u58a8\u5b50\u9009\u6ce8\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Selected annotations of Mozi\u0027s works by Li Yushu."}, {"color": "#a729ae", "created_at": 1752884101, "description": "The complete works of Marx and Engels, Volume 20, translated by the Compilation and Translation Bureau.", "entity_id": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u00b7\u4e8c\u5341\u5377\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u00b7\u4e8c\u5341\u5377\u300b", "label": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u00b7\u4e8c\u5341\u5377\u300b", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "The complete works of Marx and Engels, Volume 20, translated by the Compilation and Translation Bureau."}, {"color": "#7c6be5", "created_at": 1752884101, "description": "Anhui Education Publishing House, publisher of Hu Shi\u0027s works.", "entity_id": "\u5b89\u5fbd\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5b89\u5fbd\u6559\u80b2\u51fa\u7248\u793e", "label": "\u5b89\u5fbd\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Anhui Education Publishing House, publisher of Hu Shi\u0027s works."}, {"color": "#8b32cf", "created_at": 1752884101, "description": "Zhongzheng Book Company, publisher in Taipei.", "entity_id": "\u4e2d\u6b63\u4e66\u5c40", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u6b63\u4e66\u5c40", "label": "\u4e2d\u6b63\u4e66\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Zhongzheng Book Company, publisher in Taipei."}, {"color": "#9cba16", "created_at": 1752884101, "description": "Curriculum, Teaching Materials and Methods, an academic journal.", "entity_id": "\u8bfe\u7a0b\u00b7\u6559\u6750\u00b7\u6559\u6cd5", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u8bfe\u7a0b\u00b7\u6559\u6750\u00b7\u6559\u6cd5", "label": "\u8bfe\u7a0b\u00b7\u6559\u6750\u00b7\u6559\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Curriculum, Teaching Materials and Methods, an academic journal."}, {"color": "#8988d5", "created_at": 1752884101, "description": "Topic 19, referenced as containing detailed discussion on a mathematical concept.", "entity_id": "\u8bdd\u989819", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u8bdd\u989819", "label": "\u8bdd\u989819", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Topic 19, referenced as containing detailed discussion on a mathematical concept."}, {"color": "#09c0e7", "created_at": 1752884101, "description": "Unit fractions (fractions with numerator 1), a mathematical concept discussed in the text.", "entity_id": "\u5355\u5206\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5355\u5206\u6570", "label": "\u5355\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Unit fractions (fractions with numerator 1), a mathematical concept discussed in the text."}, {"color": "#7b01c3", "created_at": 1752884101, "description": "Fraction division operations, subject of comparative research.", "entity_id": "\u5206\u6570\u9664\u6cd5\u8fd0\u7b97", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5206\u6570\u9664\u6cd5\u8fd0\u7b97", "label": "\u5206\u6570\u9664\u6cd5\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Fraction division operations, subject of comparative research."}, {"color": "#d02136", "created_at": 1752884102, "description": "Page 16 of Foundations of Geometry by Hilbert contains significant mathematical concepts translated by Jiang Zehan and Zhu Dingxun.", "entity_id": "\u300a\u51e0\u4f55\u57fa\u7840\u300b16\u9875", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u51e0\u4f55\u57fa\u7840\u300b16\u9875", "label": "\u300a\u51e0\u4f55\u57fa\u7840\u300b16\u9875", "shape": "dot", "size": 10, "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 16 of Foundations of Geometry by Hilbert contains significant mathematical concepts translated by Jiang Zehan and Zhu Dingxun."}, {"color": "#bbdbe3", "created_at": 1752884103, "description": "A mathematical function describing exponential growth or decay.", "entity_id": "\u6307\u6570", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6307\u6570", "label": "\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A mathematical function describing exponential growth or decay."}, {"color": "#15766f", "created_at": 1752884103, "description": "An algebraic expression consisting of variables and coefficients.", "entity_id": "\u591a\u9879\u5f0f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u591a\u9879\u5f0f", "label": "\u591a\u9879\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "An algebraic expression consisting of variables and coefficients."}, {"color": "#572c5e", "created_at": 1752884103, "description": "A line that a curve approaches but never touches in mathematics.", "entity_id": "\u6e10\u8fd1\u7ebf", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6e10\u8fd1\u7ebf", "label": "\u6e10\u8fd1\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "A line that a curve approaches but never touches in mathematics."}, {"color": "#5daa7d", "created_at": 1752884104, "description": "Editor of translated mathematical works.", "entity_id": "\u5415\u4ee5\u8f87", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5415\u4ee5\u8f87", "label": "\u5415\u4ee5\u8f87", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Editor of translated mathematical works."}, {"color": "#f74c9b", "created_at": 1752884104, "description": "Co-author of \u0027History of Mathematical Symbols.\u0027", "entity_id": "\u5f90\u54c1\u65b9", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f90\u54c1\u65b9", "label": "\u5f90\u54c1\u65b9", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Co-author of \u0027History of Mathematical Symbols.\u0027"}, {"color": "#8cd5de", "created_at": 1752884104, "description": "Co-author of \u0027History of Mathematical Symbols.\u0027", "entity_id": "\u5f20\u7ea2", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u7ea2", "label": "\u5f20\u7ea2", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Co-author of \u0027History of Mathematical Symbols.\u0027"}, {"color": "#ab1b32", "created_at": 1752884104, "description": "Translator of \u0027Theory of Numbers\u0027 into Chinese.", "entity_id": "\u6731\u8a00\u5747", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6731\u8a00\u5747", "label": "\u6731\u8a00\u5747", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Translator of \u0027Theory of Numbers\u0027 into Chinese."}, {"color": "#5ccf4c", "created_at": 1752884104, "description": "Author of \u0027Foundations of Geometry.\u0027", "entity_id": "\u79d1\u58eb\u9752", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u79d1\u58eb\u9752", "label": "\u79d1\u58eb\u9752", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Author of \u0027Foundations of Geometry.\u0027"}, {"color": "#317ee3", "created_at": 1752884104, "description": "Translator of \u0027Foundations of Geometry\u0027 into Chinese.", "entity_id": "\u82cf\u6b65\u9752", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u82cf\u6b65\u9752", "label": "\u82cf\u6b65\u9752", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Translator of \u0027Foundations of Geometry\u0027 into Chinese."}, {"color": "#f7a2fc", "created_at": 1752884104, "description": "Co-author of \u0027What is Mathematics?\u0027", "entity_id": "\u7f57\u5bbe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u7f57\u5bbe", "label": "\u7f57\u5bbe", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Co-author of \u0027What is Mathematics?\u0027"}, {"color": "#7d5122", "created_at": 1752884104, "description": "Translator of \u0027What is Mathematics?\u0027 into Chinese.", "entity_id": "\u5de6\u5e73", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5de6\u5e73", "label": "\u5de6\u5e73", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Translator of \u0027What is Mathematics?\u0027 into Chinese."}, {"color": "#45e1ba", "created_at": 1752884104, "description": "Translator of \u0027What is Mathematics?\u0027 into Chinese.", "entity_id": "\u5f20\u9974\u6148", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u5f20\u9974\u6148", "label": "\u5f20\u9974\u6148", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Translator of \u0027What is Mathematics?\u0027 into Chinese."}, {"color": "#67084b", "created_at": 1752884104, "description": "Publisher of \u0027A History of Mathematical Notations.\u0027", "entity_id": "Dover Publications", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "Dover Publications", "label": "Dover Publications", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Publisher of \u0027A History of Mathematical Notations.\u0027"}, {"color": "#4bd28d", "created_at": 1752884104, "description": "Publisher of Dedekind\u0027s \u0027Theory of Numbers.\u0027", "entity_id": "The Open Court Publishing Company", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "The Open Court Publishing Company", "label": "The Open Court Publishing Company", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Publisher of Dedekind\u0027s \u0027Theory of Numbers.\u0027"}, {"color": "#99f06b", "created_at": 1752884104, "description": "City in China where \u0027Euclid\u0027s Elements\u0027 was published.\u003cSEP\u003e\u897f\u5b89is a historic city in China, known for its ancient capital status.", "entity_id": "\u897f\u5b89", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u897f\u5b89", "label": "\u897f\u5b89", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "City in China where \u0027Euclid\u0027s Elements\u0027 was published.\u003cSEP\u003e\u897f\u5b89is a historic city in China, known for its ancient capital status."}, {"color": "#e8ed66", "created_at": 1752884104, "description": "City in China where \u0027Comprehensive History of World Mathematics\u0027 was published.\u003cSEP\u003eCity where Liaoning Education Publishing House is located.\u003cSEP\u003e\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b\u51fa\u7248\u5730", "entity_id": "\u6c88\u9633", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6c88\u9633", "label": "\u6c88\u9633", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "City in China where \u0027Comprehensive History of World Mathematics\u0027 was published.\u003cSEP\u003eCity where Liaoning Education Publishing House is located.\u003cSEP\u003e\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b\u51fa\u7248\u5730"}, {"color": "#f3d4e7", "created_at": 1752884104, "description": "Region where the Seven Wonders of the Ancient World were located.", "entity_id": "\u5730\u4e2d\u6d77\u4e1c\u90e8\u6cbf\u5cb8\u5730\u533a", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5730\u4e2d\u6d77\u4e1c\u90e8\u6cbf\u5cb8\u5730\u533a", "label": "\u5730\u4e2d\u6d77\u4e1c\u90e8\u6cbf\u5cb8\u5730\u533a", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Region where the Seven Wonders of the Ancient World were located."}, {"color": "#d09864", "created_at": 1752884104, "description": "One of the Seven Wonders of the Ancient World, located in Egypt.", "entity_id": "\u57c3\u53ca\u80e1\u592b\u91d1\u5b57\u5854", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u57c3\u53ca\u80e1\u592b\u91d1\u5b57\u5854", "label": "\u57c3\u53ca\u80e1\u592b\u91d1\u5b57\u5854", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "One of the Seven Wonders of the Ancient World, located in Egypt."}, {"color": "#1896d1", "created_at": 1752884104, "description": "A legendary structure from ancient Babylon, one of the Seven Wonders, though no physical evidence has been found.\u003cSEP\u003eOne of the Seven Wonders of the Ancient World, located in Babylon.", "entity_id": "\u5df4\u6bd4\u4f26\u7a7a\u4e2d\u82b1\u56ed", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5df4\u6bd4\u4f26\u7a7a\u4e2d\u82b1\u56ed", "label": "\u5df4\u6bd4\u4f26\u7a7a\u4e2d\u82b1\u56ed", "shape": "dot", "size": 10, "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "A legendary structure from ancient Babylon, one of the Seven Wonders, though no physical evidence has been found.\u003cSEP\u003eOne of the Seven Wonders of the Ancient World, located in Babylon."}, {"color": "#ab1947", "created_at": 1752884104, "description": "One of the Seven Wonders of the Ancient World, located in Ephesus.", "entity_id": "\u963f\u5c14\u5fd2\u5f25\u65af\u795e\u5e99", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u963f\u5c14\u5fd2\u5f25\u65af\u795e\u5e99", "label": "\u963f\u5c14\u5fd2\u5f25\u65af\u795e\u5e99", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "One of the Seven Wonders of the Ancient World, located in Ephesus."}, {"color": "#f6b17f", "created_at": 1752884104, "description": "One of the Seven Wonders of the Ancient World, located in Olympia.", "entity_id": "\u5965\u6797\u5339\u4e9a\u5b99\u65af\u795e\u50cf", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5965\u6797\u5339\u4e9a\u5b99\u65af\u795e\u50cf", "label": "\u5965\u6797\u5339\u4e9a\u5b99\u65af\u795e\u50cf", "shape": "dot", "size": 10, "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "One of the Seven Wonders of the Ancient World, located in Olympia."}, {"color": "#e7fbe0", "created_at": 1752884106, "description": "\u738b\u70b3\u6587is the editor for the Chinese translation of\u5f17\u96f7\u683c\u0027s works.", "entity_id": "\u738b\u70b3\u6587", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u738b\u70b3\u6587", "label": "\u738b\u70b3\u6587", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u738b\u70b3\u6587is the editor for the Chinese translation of\u5f17\u96f7\u683c\u0027s works."}, {"color": "#1c8dde", "created_at": 1752884106, "description": "\u97e9\u975e\u5b50is an ancient Chinese philosopher whose works are referenced in discussions of logic and philosophy.", "entity_id": "\u97e9\u975e\u5b50", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u97e9\u975e\u5b50", "label": "\u97e9\u975e\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u97e9\u975e\u5b50is an ancient Chinese philosopher whose works are referenced in discussions of logic and philosophy."}, {"color": "#d25e8a", "created_at": 1752884107, "description": "\u5370\u4e66\u9986is a publishing organization mentioned in the text.", "entity_id": "\u5370\u4e66\u9986", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5370\u4e66\u9986", "label": "\u5370\u4e66\u9986", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u5370\u4e66\u9986is a publishing organization mentioned in the text."}, {"color": "#ae27d2", "created_at": 1752884107, "description": "McGraw-Hill is a publishing house mentioned in the text.", "entity_id": "McGraw-Hill", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "McGraw-Hill", "label": "McGraw-Hill", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "McGraw-Hill is a publishing house mentioned in the text."}, {"color": "#81dc3e", "created_at": 1752884107, "description": "Burton is an author mentioned in the context of \u0027The History of Mathematics\u0027.", "entity_id": "Burton", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Burton", "label": "Burton", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "Burton is an author mentioned in the context of \u0027The History of Mathematics\u0027."}, {"color": "#b826e7", "created_at": 1752884107, "description": "\u676d\u5ddeis the hometown of\u6768\u8f89.", "entity_id": "\u676d\u5dde", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u676d\u5dde", "label": "\u676d\u5dde", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u676d\u5ddeis the hometown of\u6768\u8f89."}, {"color": "#550c11", "created_at": 1752884108, "description": "One of the five major mathematical conjectures, solved in the late 20th century.", "entity_id": "\u5e9e\u52a0\u83b1\u731c\u60f3", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5e9e\u52a0\u83b1\u731c\u60f3", "label": "\u5e9e\u52a0\u83b1\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "One of the five major mathematical conjectures, solved in the late 20th century."}, {"color": "#91f7cf", "created_at": 1752884108, "description": "One of the five major mathematical conjectures, proven after 358 years.", "entity_id": "\u8d39\u9a6c\u5927\u5b9a\u7406", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8d39\u9a6c\u5927\u5b9a\u7406", "label": "\u8d39\u9a6c\u5927\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "One of the five major mathematical conjectures, proven after 358 years."}, {"color": "#684df5", "created_at": 1752884108, "description": "\u300a\u6570\u5b66\u4e5d\u7ae0\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u8457\u4f5c\uff0c\u539f\u540d\u300a\u6570\u5b66\u5927\u7565\u300b\uff0c\u540e\u66f4\u540d\u4e3a\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\uff0c\u6536\u5165\u300a\u6c38\u4e50\u5927\u5178\u300b\u548c\u300a\u56db\u5e93\u5168\u4e66\u300b\u3002", "entity_id": "\u300a\u6570\u5b66\u4e5d\u7ae0\u300b", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u6570\u5b66\u4e5d\u7ae0\u300b", "label": "\u300a\u6570\u5b66\u4e5d\u7ae0\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u300a\u6570\u5b66\u4e5d\u7ae0\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u8457\u4f5c\uff0c\u539f\u540d\u300a\u6570\u5b66\u5927\u7565\u300b\uff0c\u540e\u66f4\u540d\u4e3a\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\uff0c\u6536\u5165\u300a\u6c38\u4e50\u5927\u5178\u300b\u548c\u300a\u56db\u5e93\u5168\u4e66\u300b\u3002"}, {"color": "#1bc0b4", "created_at": 1752884108, "description": "\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002", "entity_id": "\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "label": "\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5317\u4eac\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u5355\u4f4d\u3002"}, {"color": "#b061ba", "created_at": 1752884109, "description": "Contributor to the \u0027Dictionary of Scientific Biography\u0027.", "entity_id": "R.E. Butts", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "R.E. Butts", "label": "R.E. Butts", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Contributor to the \u0027Dictionary of Scientific Biography\u0027."}, {"color": "#1d106e", "created_at": 1752884109, "description": "Subject of an entry in the \u0027Dictionary of Scientific Biography\u0027.", "entity_id": "Casper Wessel", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Casper Wessel", "label": "Casper Wessel", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Subject of an entry in the \u0027Dictionary of Scientific Biography\u0027."}, {"color": "#027019", "created_at": 1752884109, "description": "Editor of the \u0027Dictionary of Scientific Biography\u0027.", "entity_id": "Gillispie", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Gillispie", "label": "Gillispie", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Editor of the \u0027Dictionary of Scientific Biography\u0027."}, {"color": "#6cc398", "created_at": 1752884109, "description": "Author of a paper on calendar synchronization during the Ur III period.", "entity_id": "Wu Y.H.", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "Wu Y.H.", "label": "Wu Y.H.", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Author of a paper on calendar synchronization during the Ur III period."}, {"color": "#9a257d", "created_at": 1752884109, "description": "Publisher of \u0027The Complete Works of Mr. Dong Zuobin\u0027.", "entity_id": "\u53f0\u6e7e\u827a\u6587\u5370\u4e66\u9986", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u53f0\u6e7e\u827a\u6587\u5370\u4e66\u9986", "label": "\u53f0\u6e7e\u827a\u6587\u5370\u4e66\u9986", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Publisher of \u0027The Complete Works of Mr. Dong Zuobin\u0027."}, {"color": "#5cfd2b", "created_at": 1752884109, "description": "Author of \u0027Mesopotamiem(OBO 160/1)\u0027.", "entity_id": "R. Englund", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "R. Englund", "label": "R. Englund", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Author of \u0027Mesopotamiem(OBO 160/1)\u0027."}, {"color": "#7b3db5", "created_at": 1752884109, "description": "Co-author of \u0027Astral Sciences in Mesopotamia\u0027.", "entity_id": "H. Hungei", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "H. Hungei", "label": "H. Hungei", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Co-author of \u0027Astral Sciences in Mesopotamia\u0027."}, {"color": "#b336ec", "created_at": 1752884109, "description": "Co-author of \u0027Astral Sciences in Mesopotamia\u0027.", "entity_id": "D. Pingree", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "D. Pingree", "label": "D. Pingree", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Co-author of \u0027Astral Sciences in Mesopotamia\u0027."}, {"color": "#6c9e41", "created_at": 1752884109, "description": "A historical mathematical text with multiple Chinese translations.", "entity_id": "Ars Magna (The Great Art)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Ars Magna (The Great Art)", "label": "Ars Magna (The Great Art)", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "A historical mathematical text with multiple Chinese translations."}, {"color": "#5ba8b1", "created_at": 1752884110, "description": "A reference work containing biographical entries of scientists.", "entity_id": "Dictionary of Scientific Biography", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Dictionary of Scientific Biography", "label": "Dictionary of Scientific Biography", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "A reference work containing biographical entries of scientists."}, {"color": "#4de585", "created_at": 1752884110, "description": "Academic journal publishing research on ancient civilizations.", "entity_id": "Journal of Ancient Civilizations", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Journal of Ancient Civilizations", "label": "Journal of Ancient Civilizations", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Academic journal publishing research on ancient civilizations."}, {"color": "#86c822", "created_at": 1752884110, "description": "Classical Chinese commentary on the Book of Documents.", "entity_id": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u5c1a\u4e66\u6b63\u4e49\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u5c1a\u4e66\u6b63\u4e49\u300b", "label": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u5c1a\u4e66\u6b63\u4e49\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Classical Chinese commentary on the Book of Documents."}, {"color": "#66e5ed", "created_at": 1752884110, "description": "Historical records of the Later Han Dynasty.", "entity_id": "\u300a\u540e\u6c49\u4e66\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u540e\u6c49\u4e66\u300b", "label": "\u300a\u540e\u6c49\u4e66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Historical records of the Later Han Dynasty."}, {"color": "#45c2d9", "created_at": 1752884110, "description": "Academic work on Mesopotamian studies.", "entity_id": "Mesopotamiem(OBO 160/1)", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Mesopotamiem(OBO 160/1)", "label": "Mesopotamiem(OBO 160/1)", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Academic work on Mesopotamian studies."}, {"color": "#b9970c", "created_at": 1752884110, "description": "Scholarly work on Mesopotamian astronomy.", "entity_id": "Astral Sciences in Mesopotamia", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Astral Sciences in Mesopotamia", "label": "Astral Sciences in Mesopotamia", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Scholarly work on Mesopotamian astronomy."}, {"color": "#007f03", "created_at": 1752884110, "description": "Book on ancient maps by\u5218\u94a2.", "entity_id": "\u300a\u53e4\u5730\u56fe\u5bc6\u7801\uff1a1418\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u53e4\u5730\u56fe\u5bc6\u7801\uff1a1418\u300b", "label": "\u300a\u53e4\u5730\u56fe\u5bc6\u7801\uff1a1418\u300b", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Book on ancient maps by\u5218\u94a2."}, {"color": "#1bebc6", "created_at": 1752884110, "description": "Historical period in Mesopotamian history.", "entity_id": "Ur III Period", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "Ur III Period", "label": "Ur III Period", "shape": "dot", "size": 10, "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "Historical period in Mesopotamian history."}, {"color": "#5c07f0", "created_at": 1752884111, "description": "\u6536\u85cf\u5361\u547c\u6069\u7eb8\u8349\u4e66\u7684\u535a\u7269\u9986", "entity_id": "\u4f26\u6566\u5927\u5b66\u5b66\u9662\u76ae\u7279\u91cc\u535a\u7269\u9986", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4f26\u6566\u5927\u5b66\u5b66\u9662\u76ae\u7279\u91cc\u535a\u7269\u9986", "label": "\u4f26\u6566\u5927\u5b66\u5b66\u9662\u76ae\u7279\u91cc\u535a\u7269\u9986", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u6536\u85cf\u5361\u547c\u6069\u7eb8\u8349\u4e66\u7684\u535a\u7269\u9986"}, {"color": "#7ff405", "created_at": 1752884111, "description": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u51fa\u7248\u5730\u003cSEP\u003e\u6842\u6797is a city in Guangxi, China, famous for its scenic landscapes.", "entity_id": "\u6842\u6797", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6842\u6797", "label": "\u6842\u6797", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b\u51fa\u7248\u5730\u003cSEP\u003e\u6842\u6797is a city in Guangxi, China, famous for its scenic landscapes."}, {"color": "#abf622", "created_at": 1752884111, "description": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u51fa\u7248\u5730", "entity_id": "\u6606\u660e", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6606\u660e", "label": "\u6606\u660e", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b\u51fa\u7248\u5730"}, {"color": "#6d433e", "created_at": 1752884111, "description": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u51fa\u7248\u5730", "entity_id": "\u9999\u6e2f", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u9999\u6e2f", "label": "\u9999\u6e2f", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b\u51fa\u7248\u5730"}, {"color": "#6b6af6", "created_at": 1752884111, "description": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b\u51fa\u7248\u5730\u003cSEP\u003e\u77f3\u5bb6\u5e84is the capital city of Hebei Province in China.", "entity_id": "\u77f3\u5bb6\u5e84", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u77f3\u5bb6\u5e84", "label": "\u77f3\u5bb6\u5e84", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b\u51fa\u7248\u5730\u003cSEP\u003e\u77f3\u5bb6\u5e84is the capital city of Hebei Province in China."}, {"color": "#5f0abc", "created_at": 1752884111, "description": "\u5546\u738b\u76d8\u5e9a\u65f6\u671f\u7684\u91cd\u8981\u5386\u53f2\u4e8b\u4ef6", "entity_id": "\u5546\u671d\u8fc1\u90fd", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u5546\u671d\u8fc1\u90fd", "label": "\u5546\u671d\u8fc1\u90fd", "shape": "dot", "size": 10, "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5546\u738b\u76d8\u5e9a\u65f6\u671f\u7684\u91cd\u8981\u5386\u53f2\u4e8b\u4ef6"}, {"color": "#7815e1", "created_at": 1752884111, "description": "\u962e\u5143is a scholar who contributed to the compilation of biographical records of ancient Chinese scientists and mathematicians.", "entity_id": "\u962e\u5143", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u962e\u5143", "label": "\u962e\u5143", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u962e\u5143is a scholar who contributed to the compilation of biographical records of ancient Chinese scientists and mathematicians."}, {"color": "#587841", "created_at": 1752884111, "description": "\u4e5d\u5dde\u51fa\u7248\u793eis a publishing house based in Shenzhen, China.", "entity_id": "\u4e5d\u5dde\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e5d\u5dde\u51fa\u7248\u793e", "label": "\u4e5d\u5dde\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e5d\u5dde\u51fa\u7248\u793eis a publishing house based in Shenzhen, China."}, {"color": "#fe85fb", "created_at": 1752884111, "description": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66\u51fa\u7248\u793eis the publisher of the Encyclopedia of China.", "entity_id": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66\u51fa\u7248\u793e", "label": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66\u51fa\u7248\u793eis the publisher of the Encyclopedia of China."}, {"color": "#9b0896", "created_at": 1752884111, "description": "\u626c\u5ddeis a historic city in Jiangsu Province, China.", "entity_id": "\u626c\u5dde", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u626c\u5dde", "label": "\u626c\u5dde", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u626c\u5ddeis a historic city in Jiangsu Province, China."}, {"color": "#da3a9e", "created_at": 1752884112, "description": "\u5357\u4eacis a major city in China with rich historical and cultural significance.", "entity_id": "\u5357\u4eac", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5357\u4eac", "label": "\u5357\u4eac", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5357\u4eacis a major city in China with rich historical and cultural significance."}, {"color": "#1f390b", "created_at": 1752884112, "description": "\u6df1\u5733is a major city in Guangdong Province, China, known for its rapid development.", "entity_id": "\u6df1\u5733", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u6df1\u5733", "label": "\u6df1\u5733", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u6df1\u5733is a major city in Guangdong Province, China, known for its rapid development."}, {"color": "#aab518", "created_at": 1752884112, "description": "\u4e07\u5386is the reign era of Emperor Shenzong of the Ming dynasty.", "entity_id": "\u4e07\u5386", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u4e07\u5386", "label": "\u4e07\u5386", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e07\u5386is the reign era of Emperor Shenzong of the Ming dynasty."}, {"color": "#991d14", "created_at": 1752884112, "description": "\u7b97\u7ecf\u5341\u4e66is a collection of ancient Chinese mathematical texts.", "entity_id": "\u7b97\u7ecf\u5341\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7b97\u7ecf\u5341\u4e66", "label": "\u7b97\u7ecf\u5341\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u7b97\u7ecf\u5341\u4e66is a collection of ancient Chinese mathematical texts."}, {"color": "#f84662", "created_at": 1752884112, "description": "\u6853\u8c2d\u53ca\u5176\u65b0\u8bbais a scholarly work focused on the studies of Huan Tan.", "entity_id": "\u6853\u8c2d\u53ca\u5176\u65b0\u8bba", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6853\u8c2d\u53ca\u5176\u65b0\u8bba", "label": "\u6853\u8c2d\u53ca\u5176\u65b0\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u6853\u8c2d\u53ca\u5176\u65b0\u8bbais a scholarly work focused on the studies of Huan Tan."}, {"color": "#41d39a", "created_at": 1752884112, "description": "\u6c49\u4e66is a classical Chinese historical text covering the Han dynasty.", "entity_id": "\u6c49\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u6c49\u4e66", "label": "\u6c49\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u6c49\u4e66is a classical Chinese historical text covering the Han dynasty."}, {"color": "#cb2f43", "created_at": 1752884112, "description": "\u7574\u4eba\u4f20is a biographical collection of ancient Chinese scientists and mathematicians.", "entity_id": "\u7574\u4eba\u4f20", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u7574\u4eba\u4f20", "label": "\u7574\u4eba\u4f20", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u7574\u4eba\u4f20is a biographical collection of ancient Chinese scientists and mathematicians."}, {"color": "#872fe6", "created_at": 1752884112, "description": "\u5341\u4e09\u7ecf\u6ce8\u758fis a compilation of annotated Confucian classics.", "entity_id": "\u5341\u4e09\u7ecf\u6ce8\u758f", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u5341\u4e09\u7ecf\u6ce8\u758f", "label": "\u5341\u4e09\u7ecf\u6ce8\u758f", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5341\u4e09\u7ecf\u6ce8\u758fis a compilation of annotated Confucian classics."}, {"color": "#5785b3", "created_at": 1752884112, "description": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66is a comprehensive encyclopedia published in China.", "entity_id": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66", "label": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e2d\u56fd\u5927\u767e\u79d1\u5168\u4e66is a comprehensive encyclopedia published in China."}, {"color": "#7554d8", "created_at": 1752884113, "description": "\u5e7f\u9675\u4e66\u793eis a publishing house based in Yangzhou, China.", "entity_id": "\u5e7f\u9675\u4e66\u793e", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u5e7f\u9675\u4e66\u793e", "label": "\u5e7f\u9675\u4e66\u793e", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5e7f\u9675\u4e66\u793eis a publishing house based in Yangzhou, China."}, {"color": "#8ea263", "created_at": 1752884113, "description": "\u90d1\u5ddeis the capital city of Henan Province in China.", "entity_id": "\u90d1\u5dde", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u90d1\u5dde", "label": "\u90d1\u5dde", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u90d1\u5ddeis the capital city of Henan Province in China."}, {"color": "#2836be", "created_at": 1752884113, "description": "\u5df4\u9eceis the capital city of France, mentioned in the context of UNESCO.", "entity_id": "\u5df4\u9ece", "entity_type": "geo", "file_path": "ChuZhongShuXue.docx", "id": "\u5df4\u9ece", "label": "\u5df4\u9ece", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5df4\u9eceis the capital city of France, mentioned in the context of UNESCO."}, {"color": "#14dcfe", "created_at": 1752884113, "description": "\u300a\u4e94\u85cf\u5c71\u7ecf\u300b is an ancient Chinese geographical text studied by\u8c2d\u5176\u9aa7.", "entity_id": "\u300a\u4e94\u85cf\u5c71\u7ecf\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u4e94\u85cf\u5c71\u7ecf\u300b", "label": "\u300a\u4e94\u85cf\u5c71\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u300a\u4e94\u85cf\u5c71\u7ecf\u300b is an ancient Chinese geographical text studied by\u8c2d\u5176\u9aa7."}, {"color": "#b93058", "created_at": 1752884113, "description": "\u300a\u54c0\u5e1d\u7eaa\u300b is a section of the\u6c49\u4e66covering Emperor Ai\u0027s reign.", "entity_id": "\u300a\u54c0\u5e1d\u7eaa\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u54c0\u5e1d\u7eaa\u300b", "label": "\u300a\u54c0\u5e1d\u7eaa\u300b", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u300a\u54c0\u5e1d\u7eaa\u300b is a section of the\u6c49\u4e66covering Emperor Ai\u0027s reign."}, {"color": "#5176a8", "created_at": 1752884113, "description": "\u300a\u5927\u6234\u793c\u8bb0\u300b is a Confucian text annotated by\u738b\u8058\u73cd.", "entity_id": "\u300a\u5927\u6234\u793c\u8bb0\u300b", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u300a\u5927\u6234\u793c\u8bb0\u300b", "label": "\u300a\u5927\u6234\u793c\u8bb0\u300b", "shape": "dot", "size": 10, "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u300a\u5927\u6234\u793c\u8bb0\u300b is a Confucian text annotated by\u738b\u8058\u73cd."}, {"color": "#ef4da2", "created_at": 1752884114, "description": "Physics concept mentioned at the end of the text.", "entity_id": "\u767d\u566a\u58f0", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "\u767d\u566a\u58f0", "label": "\u767d\u566a\u58f0", "shape": "dot", "size": 10, "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Physics concept mentioned at the end of the text."}, {"color": "#26295a", "created_at": 1752884114, "description": "\u9648\u4ee5\u793cis a translator who has worked on translating mathematical literature into Chinese.", "entity_id": "\u9648\u4ee5\u793c", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9648\u4ee5\u793c", "label": "\u9648\u4ee5\u793c", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u9648\u4ee5\u793cis a translator who has worked on translating mathematical literature into Chinese."}, {"color": "#ed5312", "created_at": 1752884114, "description": "\u6d2a\u4e07\u751fis a scholar who has reviewed and approved translations of mathematical works.", "entity_id": "\u6d2a\u4e07\u751f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u6d2a\u4e07\u751f", "label": "\u6d2a\u4e07\u751f", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u6d2a\u4e07\u751fis a scholar who has reviewed and approved translations of mathematical works."}, {"color": "#7a59f6", "created_at": 1752884115, "description": "\u9ea6\u80af\u9521\u516c\u53f8is a global management consulting firm, known for reports on big data and innovation.", "entity_id": "\u9ea6\u80af\u9521\u516c\u53f8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u9ea6\u80af\u9521\u516c\u53f8", "label": "\u9ea6\u80af\u9521\u516c\u53f8", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u9ea6\u80af\u9521\u516c\u53f8is a global management consulting firm, known for reports on big data and innovation."}, {"color": "#32a9c2", "created_at": 1752884115, "description": "\u90dd\u5b63\u4ec1is a translator who has worked on translating works related to cybernetics into Chinese.", "entity_id": "\u90dd\u5b63\u4ec1", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u90dd\u5b63\u4ec1", "label": "\u90dd\u5b63\u4ec1", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u90dd\u5b63\u4ec1is a translator who has worked on translating works related to cybernetics into Chinese."}, {"color": "#08f718", "created_at": 1752884115, "description": "Ma Yunpeng is a professor involved in curriculum revision discussions.\u003cSEP\u003e\u9a6c\u4e91\u9e4fis a professor involved in curriculum revision and educational policy in China.", "entity_id": "\u9a6c\u4e91\u9e4f", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u9a6c\u4e91\u9e4f", "label": "\u9a6c\u4e91\u9e4f", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Ma Yunpeng is a professor involved in curriculum revision discussions.\u003cSEP\u003e\u9a6c\u4e91\u9e4fis a professor involved in curriculum revision and educational policy in China."}, {"color": "#81756a", "created_at": 1752884115, "description": "A physics concept describing noise with equal power across frequencies.", "entity_id": "White Noise", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "White Noise", "label": "White Noise", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A physics concept describing noise with equal power across frequencies."}, {"color": "#287b1d", "created_at": 1752884115, "description": "A statistical property of time series where properties don\u0027t change over time.", "entity_id": "Stationarity", "entity_type": "category", "file_path": "ChuZhongShuXue.docx", "id": "Stationarity", "label": "Stationarity", "shape": "dot", "size": 10, "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "A statistical property of time series where properties don\u0027t change over time."}, {"color": "#e66d51", "created_at": 1752884116, "description": "World Book Publishing Company is a publishing house involved in disseminating scientific literature.", "entity_id": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8", "entity_type": "organization", "file_path": "ChuZhongShuXue.docx", "id": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8", "label": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "World Book Publishing Company is a publishing house involved in disseminating scientific literature."}, {"color": "#eb4a30", "created_at": 1752884116, "description": "Plato is a historical figure known for his contributions to philosophy.", "entity_id": "\u67cf\u62c9\u56fe", "entity_type": "person", "file_path": "ChuZhongShuXue.docx", "id": "\u67cf\u62c9\u56fe", "label": "\u67cf\u62c9\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Plato is a historical figure known for his contributions to philosophy."}, {"color": "#ac010d", "created_at": 1752884117, "description": "A prestigious award received by Yang Zhenning and Li Zhengdao for their work in physics.", "entity_id": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "entity_type": "event", "file_path": "ChuZhongShuXue.docx", "id": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "label": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "shape": "dot", "size": 10, "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "A prestigious award received by Yang Zhenning and Li Zhengdao for their work in physics."}]);
edges = new vis.DataSet([{"created_at": 1752884117, "description": "Shi Ningzhong collaborates with Higher Education Press to publish his books on mathematics education.\u003cSEP\u003eShi Ningzhong\u0027s work was published by Higher Education Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic publishing,collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong collaborates with Higher Education Press to publish his books on mathematics education.\u003cSEP\u003eShi Ningzhong\u0027s work was published by Higher Education Press.", "to": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "width": 16.0}, {"created_at": 1752884117, "description": "Wang Wenying, an editor at Higher Education Press, proposed the idea for Shi Ningzhong to write additional books for middle and high school teachers.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic collaboration,editorial suggestion", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Wang Wenying, an editor at Higher Education Press, proposed the idea for Shi Ningzhong to write additional books for middle and high school teachers.", "to": "\u738b\u6587\u9896", "width": 7.0}, {"created_at": 1752884117, "description": "Shi Ningzhong contributed to the revision of the 2022 Compulsory Education Mathematics Curriculum Standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "curriculum development,policy contribution", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong contributed to the revision of the 2022 Compulsory Education Mathematics Curriculum Standards.", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "width": 9.0}, {"created_at": 1752884117, "description": "Shi Ningzhong authored this book to address core issues in primary school mathematics teaching.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "authoring,educational content", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong authored this book to address core issues in primary school mathematics teaching.", "to": "\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\uff1a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "width": 9.0}, {"created_at": 1752884117, "description": "Shi Ningzhong authored this book to address core issues in high school mathematics teaching.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "authoring,educational content", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong authored this book to address core issues in high school mathematics teaching.", "to": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\uff1a\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898", "width": 9.0}, {"created_at": 1752884117, "description": "Shi Ningzhong emphasizes the importance of the \u0027four basics\u0027 in mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "educational philosophy,foundational concepts", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong emphasizes the importance of the \u0027four basics\u0027 in mathematics education.", "to": "\u56db\u57fa", "width": 8.0}, {"created_at": 1752884117, "description": "Shi Ningzhong highlights the \u0027four abilities\u0027 as essential for students in mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "educational philosophy,skill development", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong highlights the \u0027four abilities\u0027 as essential for students in mathematics education.", "to": "\u56db\u80fd", "width": 8.0}, {"created_at": 1752884117, "description": "Shi Ningzhong integrates the \u0027three core literacy skills\u0027 into his educational framework.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "core competencies,educational philosophy", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Shi Ningzhong integrates the \u0027three core literacy skills\u0027 into his educational framework.", "to": "\u4e09\u4f1a", "width": 8.0}, {"created_at": 1752884119, "description": "Shi Ningzhong contributed to the development of China\u0027s mathematics curriculum standards.\u003cSEP\u003e\u53f2\u5b81\u4e2d\u5e0c\u671b\u901a\u8fc7\u672c\u4e66\u5e2e\u52a9\u6559\u5e08\u7406\u89e3\u548c\u5b9e\u65bd\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic contribution,curriculum,education,educational policy", "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Shi Ningzhong contributed to the development of China\u0027s mathematics curriculum standards.\u003cSEP\u003e\u53f2\u5b81\u4e2d\u5e0c\u671b\u901a\u8fc7\u672c\u4e66\u5e2e\u52a9\u6559\u5e08\u7406\u89e3\u548c\u5b9e\u65bd\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u3002", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "width": 15.0}, {"created_at": 1752884119, "description": "\u53f2\u5b81\u4e2d\u8ba1\u5212\u4fee\u8ba2\u672c\u4e66\uff0c\u7c7b\u4f3c\u4e8e\u4ed6\u4fee\u8ba2\u7684\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "publication,revision", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "\u53f2\u5b81\u4e2d\u8ba1\u5212\u4fee\u8ba2\u672c\u4e66\uff0c\u7c7b\u4f3c\u4e8e\u4ed6\u4fee\u8ba2\u7684\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u3002", "to": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "width": 7.0}, {"created_at": 1752884119, "description": "\u53f2\u5b81\u4e2d\u5728\u957f\u6625\u64b0\u5199\u4e86\u672c\u4e66\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "authorship,location", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "\u53f2\u5b81\u4e2d\u5728\u957f\u6625\u64b0\u5199\u4e86\u672c\u4e66\u3002", "to": "\u957f\u6625", "width": 6.0}, {"created_at": 1752884119, "description": "Author focuses on improving middle school mathematics teaching methodology", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "pedagogy,subject expertise", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Author focuses on improving middle school mathematics teaching methodology", "to": "\u521d\u4e2d\u6570\u5b66", "width": 10.0}, {"created_at": 1752884196, "description": "**Beijing Normal University Publishing Group (\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e) and Shi Ningzhong (\u53f2\u5b81\u4e2d):** \n\nShi Ningzhong (\u53f2\u5b81\u4e2d) is an author whose works, particularly in the field of mathematics education, have been published by Beijing Normal University Publishing Group (\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e). Some of his notable publications include *18 Lectures on Basic Mathematical Thoughts* (*\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2*), which reflects his contributions to mathematical thought and education. The publishing house, Beijing Normal University Publishing Group, has consistently released his works, demonstrating their collaboration in disseminating scholarly materials related to mathematics. \n\nThe descriptions confirm that Shi Ningzhong\u0027s association with Beijing Normal University Publishing Group is well-established, with multiple references to his published works under their imprint. The variations in naming (e.g., \"Publishing Group\" vs. \"Publishing House\") likely refer to the same entity, and the bilingual references (Chinese and English titles) indicate the broad reach of his publications. The summary resolves any minor discrepancies by affirming the consistent relationship between the author and the publisher.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic collaboration,academic publishing,author,author-publisher,authorship,educational publishing,publisher", "source_id": "chunk-170459199033f3f9a45d2ef237310873\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "**Beijing Normal University Publishing Group (\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e) and Shi Ningzhong (\u53f2\u5b81\u4e2d):** \n\nShi Ningzhong (\u53f2\u5b81\u4e2d) is an author whose works, particularly in the field of mathematics education, have been published by Beijing Normal University Publishing Group (\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e). Some of his notable publications include *18 Lectures on Basic Mathematical Thoughts* (*\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2*), which reflects his contributions to mathematical thought and education. The publishing house, Beijing Normal University Publishing Group, has consistently released his works, demonstrating their collaboration in disseminating scholarly materials related to mathematics. \n\nThe descriptions confirm that Shi Ningzhong\u0027s association with Beijing Normal University Publishing Group is well-established, with multiple references to his published works under their imprint. The variations in naming (e.g., \"Publishing Group\" vs. \"Publishing House\") likely refer to the same entity, and the bilingual references (Chinese and English titles) indicate the broad reach of his publications. The summary resolves any minor discrepancies by affirming the consistent relationship between the author and the publisher.", "to": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "width": 31.0}, {"created_at": 1752884196, "description": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b(18 Lectures on Basic Mathematical Ideas) is a series of lectures on foundational mathematical concepts authored by Shi Ningzhong (\u53f2\u5b81\u4e2d). The work is also referred to as *18 Lectures on Basic Mathematical Thoughts* or *\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2* in Chinese. Shi Ningzhong explores fundamental mathematical ideas in this comprehensive lecture series, presenting key concepts in an accessible manner. The different descriptions confirm that the content revolves around core mathematical principles, with slight variations in translation (e.g., \"ideas\" vs. \"thoughts\"), but the central focus remains consistent. The book serves as an educational resource for understanding essential mathematical theories and their applications.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "author-book,authorship,educational contribution,educational work,mathematics", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b(18 Lectures on Basic Mathematical Ideas) is a series of lectures on foundational mathematical concepts authored by Shi Ningzhong (\u53f2\u5b81\u4e2d). The work is also referred to as *18 Lectures on Basic Mathematical Thoughts* or *\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2* in Chinese. Shi Ningzhong explores fundamental mathematical ideas in this comprehensive lecture series, presenting key concepts in an accessible manner. The different descriptions confirm that the content revolves around core mathematical principles, with slight variations in translation (e.g., \"ideas\" vs. \"thoughts\"), but the central focus remains consistent. The book serves as an educational resource for understanding essential mathematical theories and their applications.", "to": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "width": 47.0}, {"created_at": 1752884197, "description": "Shi Ningzhong authored Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "authorship,educational work", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Shi Ningzhong authored Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching.", "to": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219--\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "width": 10.0}, {"created_at": 1752884199, "description": "Shi Ningzhong\u0027s work explores the integration of geometry and algebra in mathematical education.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "educational theory,mathematical modeling", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Shi Ningzhong\u0027s work explores the integration of geometry and algebra in mathematical education.", "to": "\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b", "width": 8.0}, {"created_at": 1752884201, "description": "Shi Ningzhong authored this work on mathematical education.\u003cSEP\u003eShi Ningzhong authored this work on mathematics education, addressing core issues in teaching.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "authorship,educational contribution,educational work", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "Shi Ningzhong authored this work on mathematical education.\u003cSEP\u003eShi Ningzhong authored this work on mathematics education, addressing core issues in teaching.", "to": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b--\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "width": 16.0}, {"created_at": 1752884201, "description": "Shi Ningzhong authored this work on statistical theory and methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic contribution,authorship", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Shi Ningzhong authored this work on statistical theory and methods.", "to": "\u300a\u7edf\u8ba1\u68c0\u9a8c\u7684\u7406\u8bba\u4e0e\u65b9\u6cd5\u300b", "width": 8.0}, {"created_at": 1752884201, "description": "\u53f2\u5b81\u4e2dhas analyzed the works of\u516c\u5b59\u9f99\u5b50, particularly \u0027\u6307\u7269\u8bba\u0027, in his academic writings.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic research,philosophical analysis", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u53f2\u5b81\u4e2dhas analyzed the works of\u516c\u5b59\u9f99\u5b50, particularly \u0027\u6307\u7269\u8bba\u0027, in his academic writings.", "to": "\u516c\u5b59\u9f99\u5b50", "width": 7.0}, {"created_at": 1752884202, "description": "\u53f2\u5b81\u4e2dpublished an article on\u516c\u5b59\u9f99\u5b50in the journal\u53e4\u4ee3\u6587\u660e.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic publishing,philosophy", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u53f2\u5b81\u4e2dpublished an article on\u516c\u5b59\u9f99\u5b50in the journal\u53e4\u4ee3\u6587\u660e.", "to": "\u53e4\u4ee3\u6587\u660e", "width": 7.0}, {"created_at": 1752884202, "description": "\u53f2\u5b81\u4e2dpublished articles on ancient Chinese philosophy in\u54f2\u5b66\u7814\u7a76.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic publishing,philosophy", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u53f2\u5b81\u4e2dpublished articles on ancient Chinese philosophy in\u54f2\u5b66\u7814\u7a76.", "to": "\u54f2\u5b66\u7814\u7a76", "width": 8.0}, {"created_at": 1752884202, "description": "\u53f2\u5b81\u4e2dpublished \u0027\u8bd5\u8bba\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u6027\u0027 in\u6570\u5b66\u6559\u80b2\u5b66\u62a5.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic publishing,mathematics", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u53f2\u5b81\u4e2dpublished \u0027\u8bd5\u8bba\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u6027\u0027 in\u6570\u5b66\u6559\u80b2\u5b66\u62a5.", "to": "\u6570\u5b66\u6559\u80b2\u5b66\u62a5", "width": 7.0}, {"created_at": 1752884204, "description": "\u53f2\u5b81\u4e2d\u64b0\u5199\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b\uff0c\u63a2\u8ba8\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "authorship,educational research", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u53f2\u5b81\u4e2d\u64b0\u5199\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b\uff0c\u63a2\u8ba8\u9ad8\u4e2d\u6570\u5b66\u6559\u5b66\u95ee\u9898\u3002", "to": "\u300a\u6570\u5f62\u7ed3\u5408\u4e0e\u6570\u5b66\u6a21\u578b\u300b", "width": 9.0}, {"created_at": 1752884206, "description": "\u53f2\u5b81\u4e2d\u7814\u7a76\u5e76\u53d1\u8868\u4e86\u5173\u4e8e\u0027\u5730\u4e2d\u0027\u6982\u5ff5\u7684\u8bba\u6587", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u5b81\u4e2d", "keywords": "\u5b66\u672f\u7814\u7a76", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u53f2\u5b81\u4e2d\u7814\u7a76\u5e76\u53d1\u8868\u4e86\u5173\u4e8e\u0027\u5730\u4e2d\u0027\u6982\u5ff5\u7684\u8bba\u6587", "to": "\u5730\u4e2d", "width": 8.0}, {"created_at": 1752884197, "description": "Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching was published by Higher Education Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "keywords": "educational work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Basic Concepts and Operational Rules: Core Issues in Primary School Mathematics Teaching was published by Higher Education Press.", "to": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219--\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u95ee\u9898\u300b", "width": 9.0}, {"created_at": 1752884117, "description": "The 2022 edition is an update and expansion of the 2011 edition, maintaining continuity in educational standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)", "keywords": "curriculum continuity,policy evolution", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The 2022 edition is an update and expansion of the 2011 edition, maintaining continuity in educational standards.", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "width": 8.0}, {"created_at": 1752884178, "description": "The \u0027Compulsory Education Mathematics Curriculum Standards (2011 Edition)\u0027 adopts Hilbert\u0027s fifth axiom for geometric foundations.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)", "keywords": "axiom adoption,educational framework", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "The \u0027Compulsory Education Mathematics Curriculum Standards (2011 Edition)\u0027 adopts Hilbert\u0027s fifth axiom for geometric foundations.", "to": "Hilbert", "width": 7.0}, {"created_at": 1752884178, "description": "The standards govern how axiomatic systems are introduced in Chinese elementary mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)", "keywords": "curriculum design,foundational learning", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "The standards govern how axiomatic systems are introduced in Chinese elementary mathematics education.", "to": "Elementary Mathematics Education", "width": 8.0}, {"created_at": 1752884117, "description": "Function relations and geometric proofs are key components of the 2022 curriculum standards for middle school mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "curriculum focus,mathematical core", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Function relations and geometric proofs are key components of the 2022 curriculum standards for middle school mathematics.", "to": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "width": 9.0}, {"created_at": 1752884117, "description": "The 2022 curriculum standards incorporate the \u0027four basics\u0027 as foundational elements in mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "foundational education,policy integration", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The 2022 curriculum standards incorporate the \u0027four basics\u0027 as foundational elements in mathematics education.", "to": "\u56db\u57fa", "width": 9.0}, {"created_at": 1752884117, "description": "The 2022 curriculum standards emphasize the \u0027four abilities\u0027 as key learning outcomes in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "policy integration,skill development", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The 2022 curriculum standards emphasize the \u0027four abilities\u0027 as key learning outcomes in mathematics.", "to": "\u56db\u80fd", "width": 9.0}, {"created_at": 1752884117, "description": "The 2022 curriculum standards include the \u0027three core literacy skills\u0027 as essential for students.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "core competencies,policy integration", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "The 2022 curriculum standards include the \u0027three core literacy skills\u0027 as essential for students.", "to": "\u4e09\u4f1a", "width": 9.0}, {"created_at": 1752884118, "description": "The curriculum standard introduces new requirements for algebraic proofs and logical reasoning in the \u0027Number and Algebra\u0027 category.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "educational reform,mathematical rigor", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The curriculum standard introduces new requirements for algebraic proofs and logical reasoning in the \u0027Number and Algebra\u0027 category.", "to": "\u6570\u4e0e\u4ee3\u6570", "width": 8.0}, {"created_at": 1752884118, "description": "The curriculum standard emphasizes deductive reasoning and geometric proofs in the \u0027Graphics and Geometry\u0027 category, including the use of the parallel axiom and proof by contradiction.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "geometry education,proof methods", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The curriculum standard emphasizes deductive reasoning and geometric proofs in the \u0027Graphics and Geometry\u0027 category, including the use of the parallel axiom and proof by contradiction.", "to": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "width": 9.0}, {"created_at": 1752884118, "description": "The curriculum standard adapts to the big data era by introducing distributed computing and data classification in the \u0027Statistics and Probability\u0027 category.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "data literacy,modern skills", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The curriculum standard adapts to the big data era by introducing distributed computing and data classification in the \u0027Statistics and Probability\u0027 category.", "to": "\u7edf\u8ba1\u4e0e\u6982\u7387", "width": 7.0}, {"created_at": 1752884118, "description": "The curriculum standard integrates interdisciplinary and project-based learning in the \u0027Comprehensive and Practical\u0027 category to foster application and innovation.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "interdisciplinary learning,practical skills", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The curriculum standard integrates interdisciplinary and project-based learning in the \u0027Comprehensive and Practical\u0027 category to foster application and innovation.", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "width": 8.0}, {"created_at": 1752884118, "description": "The curriculum standard specifically introduces algebraic proof requirements to enhance logical thinking.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "curriculum innovation,mathematical rigor", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The curriculum standard specifically introduces algebraic proof requirements to enhance logical thinking.", "to": "\u4ee3\u6570\u8bc1\u660e", "width": 9.0}, {"created_at": 1752884119, "description": "The curriculum adjusts ruler and compass construction content across grade levels to develop spatial skills.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "geometric visualization,skill progression", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The curriculum adjusts ruler and compass construction content across grade levels to develop spatial skills.", "to": "\u5c3a\u89c4\u4f5c\u56fe", "width": 8.0}, {"created_at": 1752884146, "description": "The 2022 standard moved percentage learning to \u0027Statistics and Probability\u0027 to help students understand random phenomena and decision-making.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "curriculum change,statistical education", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "The 2022 standard moved percentage learning to \u0027Statistics and Probability\u0027 to help students understand random phenomena and decision-making.", "to": "\u767e\u5206\u6570", "width": 9.0}, {"created_at": 1752884146, "description": "The 2022 curriculum introduced stepwise calculation requirements for sample mean.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "curriculum update,statistical education", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "The 2022 curriculum introduced stepwise calculation requirements for sample mean.", "to": "\u6837\u672c\u5747\u503c", "width": 9.0}, {"created_at": 1752884153, "description": "The curriculum standards guide how mathematics teachers should approach number concept instruction.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "pedagogical guidance,teaching standards", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "The curriculum standards guide how mathematics teachers should approach number concept instruction.", "to": "\u6570\u5b66\u6559\u5e08", "width": 7.0}, {"created_at": 1752884190, "description": "China\u0027s 2022 math curriculum incorporates random decision-making concepts into statistics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "educational reform,probabilistic thinking", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "China\u0027s 2022 math curriculum incorporates random decision-making concepts into statistics education.", "to": "\u968f\u673a\u51b3\u7b56", "width": 7.0}, {"created_at": 1752884191, "description": "The 2022 Compulsory Education Mathematics Curriculum Standards further elaborated on the concept of abstract structures and structured curriculum design.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "curriculum integration,educational reform", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The 2022 Compulsory Education Mathematics Curriculum Standards further elaborated on the concept of abstract structures and structured curriculum design.", "to": "\u62bd\u8c61\u7ed3\u6784", "width": 9.0}, {"created_at": 1752884199, "description": "The 2022 curriculum standards emphasize a holistic design and step-by-step implementation in teaching mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)", "keywords": "education reform,teaching methodology", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "The 2022 curriculum standards emphasize a holistic design and step-by-step implementation in teaching mathematics.", "to": "\u6574\u4f53\u8bbe\u8ba1\uff0c\u5206\u6b65\u5b9e\u65bd", "width": 7.0}, {"created_at": 1752884118, "description": "Function relations and geometric proofs are part of the \u0027Number and Algebra\u0027 domain in middle school mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "keywords": "curriculum structure,mathematical domains", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Function relations and geometric proofs are part of the \u0027Number and Algebra\u0027 domain in middle school mathematics.", "to": "\u6570\u4e0e\u4ee3\u6570", "width": 7.0}, {"created_at": 1752884118, "description": "Function relations and geometric proofs are core components of the \u0027Shapes and Geometry\u0027 domain in middle school mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "keywords": "curriculum structure,mathematical domains", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "Function relations and geometric proofs are core components of the \u0027Shapes and Geometry\u0027 domain in middle school mathematics.", "to": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "width": 8.0}, {"created_at": 1752884118, "description": "While not directly linked, the book\u0027s focus on mathematical reasoning indirectly supports the \u0027Statistics and Probability\u0027 domain.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570\u5173\u7cfb\u4e0e\u51e0\u4f55\u8bc1\u660e", "keywords": "indirect support,mathematical reasoning", "source_id": "chunk-b1216e19075b49d5faa5af87fa58cb85", "title": "While not directly linked, the book\u0027s focus on mathematical reasoning indirectly supports the \u0027Statistics and Probability\u0027 domain.", "to": "\u7edf\u8ba1\u4e0e\u6982\u7387", "width": 6.0}, {"created_at": 1752884132, "description": "Both are foundational educational frameworks in Chinese mathematics, with \u0027\u56db\u57fa\u0027 providing the base and \u0027\u56db\u80fd\u0027 focusing on skill application.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u57fa", "keywords": "educational framework,skill development", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Both are foundational educational frameworks in Chinese mathematics, with \u0027\u56db\u57fa\u0027 providing the base and \u0027\u56db\u80fd\u0027 focusing on skill application.", "to": "\u56db\u80fd", "width": 8.0}, {"created_at": 1752884133, "description": "This educational standard formally established the \u0027four basics\u0027 approach in Chinese mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u57fa", "keywords": "curriculum development,education reform", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "This educational standard formally established the \u0027four basics\u0027 approach in Chinese mathematics education.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "width": 9.0}, {"created_at": 1752884133, "description": "The \u0027four basics\u0027 approach specifically emphasizes mathematical abstraction as a key component of mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u57fa", "keywords": "educational focus,skill development", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "The \u0027four basics\u0027 approach specifically emphasizes mathematical abstraction as a key component of mathematics education.", "to": "\u6570\u5b66\u62bd\u8c61", "width": 8.0}, {"created_at": 1752884134, "description": "The \u0027four basics\u0027 curriculum reform expanded upon the traditional \u0027dual basics\u0027 framework in Chinese math education.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u57fa", "keywords": "curriculum development,educational reform", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "The \u0027four basics\u0027 curriculum reform expanded upon the traditional \u0027dual basics\u0027 framework in Chinese math education.", "to": "\u53cc\u57fa", "width": 9.0}, {"created_at": 1752884134, "description": "The \u0027three abilities\u0027 framework in newer curriculum standards further developed the concepts introduced in the \u0027four basics\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u57fa", "keywords": "educational progression,skill development", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "The \u0027three abilities\u0027 framework in newer curriculum standards further developed the concepts introduced in the \u0027four basics\u0027.", "to": "\u4e09\u4f1a", "width": 8.0}, {"created_at": 1752884118, "description": "The \u0027Number and Algebra\u0027 category now includes algebraic proofs, enhancing logical thinking and mathematical rigor.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "curriculum development,logical reasoning", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The \u0027Number and Algebra\u0027 category now includes algebraic proofs, enhancing logical thinking and mathematical rigor.", "to": "\u4ee3\u6570\u8bc1\u660e", "width": 7.0}, {"created_at": 1752884118, "description": "The integration of numbers and shapes extends the concepts of the \u0027Number and Algebra\u0027 category to include geometric representations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "conceptual linkage,mathematical integration", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The integration of numbers and shapes extends the concepts of the \u0027Number and Algebra\u0027 category to include geometric representations.", "to": "\u6570\u5f62\u7ed3\u5408", "width": 6.0}, {"created_at": 1752884118, "description": "The \u0027Number and Algebra\u0027 category expands to include negative numbers, enabling new types of mathematical operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "mathematical operations,number system expansion", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The \u0027Number and Algebra\u0027 category expands to include negative numbers, enabling new types of mathematical operations.", "to": "\u8d1f\u6570", "width": 8.0}, {"created_at": 1752884118, "description": "Algebraic operations form the core of the \u0027Number and Algebra\u0027 curriculum, extending arithmetic to symbolic expressions.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "algebra foundation,symbolic manipulation", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Algebraic operations form the core of the \u0027Number and Algebra\u0027 curriculum, extending arithmetic to symbolic expressions.", "to": "\u4ee3\u6570\u5f0f\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752884118, "description": "The introduction of functions in \u0027Number and Algebra\u0027 represents a fundamental shift in understanding variable relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "mathematical abstraction,variable relationships", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The introduction of functions in \u0027Number and Algebra\u0027 represents a fundamental shift in understanding variable relationships.", "to": "\u51fd\u6570", "width": 9.0}, {"created_at": 1752884119, "description": "Numbers and algebra form a core component of middle school math curriculum", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "knowledge domains,subject content", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Numbers and algebra form a core component of middle school math curriculum", "to": "\u521d\u4e2d\u6570\u5b66", "width": 9.0}, {"created_at": 1752884191, "description": "The concept of abstract structures is applied in the \u0027Number and Algebra\u0027 curriculum to teach mathematical consistency.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "curriculum design,mathematical abstraction", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The concept of abstract structures is applied in the \u0027Number and Algebra\u0027 curriculum to teach mathematical consistency.", "to": "\u62bd\u8c61\u7ed3\u6784", "width": 8.0}, {"created_at": 1752884191, "description": "The \u0027Numbers \u0026 Algebra\u0027 domain in elementary math lays the groundwork for advanced abstract algebraic structures.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u4ee3\u6570", "keywords": "algebraic progression,foundational learning", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "The \u0027Numbers \u0026 Algebra\u0027 domain in elementary math lays the groundwork for advanced abstract algebraic structures.", "to": "\u62bd\u8c61\u4ee3\u6570", "width": 7.0}, {"created_at": 1752884118, "description": "The \u0027Graphics and Geometry\u0027 category emphasizes ruler and compass constructions to develop geometric intuition and spatial imagination.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "geometric skills,spatial reasoning", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The \u0027Graphics and Geometry\u0027 category emphasizes ruler and compass constructions to develop geometric intuition and spatial imagination.", "to": "\u5c3a\u89c4\u4f5c\u56fe", "width": 8.0}, {"created_at": 1752884118, "description": "The parallel line axiom serves as foundation for geometric proofs in the \u0027Graphics and Geometry\u0027 curriculum.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "geometric foundation,proof system", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The parallel line axiom serves as foundation for geometric proofs in the \u0027Graphics and Geometry\u0027 curriculum.", "to": "\u5e73\u884c\u7ebf\u516c\u7406", "width": 8.0}, {"created_at": 1752884118, "description": "Proof of triangle angle sum demonstrates the application of deductive reasoning in geometry education.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "deductive reasoning,geometric proof", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Proof of triangle angle sum demonstrates the application of deductive reasoning in geometry education.", "to": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "width": 7.0}, {"created_at": 1752884118, "description": "Euclidean geometry provides the framework for teaching proofs of congruence and similarity in the curriculum.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "classical geometry,proof methods", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Euclidean geometry provides the framework for teaching proofs of congruence and similarity in the curriculum.", "to": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "width": 8.0}, {"created_at": 1752884135, "description": "Elementary school mathematics introduces geometric intuition, which forms the basis for more abstract geometry concepts in later education.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "foundational learning,geometric abstraction", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Elementary school mathematics introduces geometric intuition, which forms the basis for more abstract geometry concepts in later education.", "to": "\u5c0f\u5b66\u6570\u5b66", "width": 7.0}, {"created_at": 1752884191, "description": "Abstract structures are used to unify concepts in the \u0027Graphics and Geometry\u0027 curriculum for better learning outcomes.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "educational integration,spatial reasoning", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Abstract structures are used to unify concepts in the \u0027Graphics and Geometry\u0027 curriculum for better learning outcomes.", "to": "\u62bd\u8c61\u7ed3\u6784", "width": 7.0}, {"created_at": 1752884191, "description": "Elementary geometry concepts evolve into advanced geometric spaces like Euclidean or Hilbert spaces.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "conceptual continuity,spatial abstraction", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Elementary geometry concepts evolve into advanced geometric spaces like Euclidean or Hilbert spaces.", "to": "\u51e0\u4f55\u7a7a\u95f4", "width": 8.0}, {"created_at": 1752884118, "description": "Average calculation methods are expanded in statistics to address big data processing requirements.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "computational methods,data processing", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Average calculation methods are expanded in statistics to address big data processing requirements.", "to": "\u5e73\u5747\u6570", "width": 8.0}, {"created_at": 1752884118, "description": "Data classification develops analytical skills and forms the basis for understanding real-world decision making.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "data analysis,decision criteria", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Data classification develops analytical skills and forms the basis for understanding real-world decision making.", "to": "\u6570\u636e\u5206\u7c7b", "width": 7.0}, {"created_at": 1752884118, "description": "The \u0027Comprehensive and Practical\u0027 category implements interdisciplinary learning as required by curriculum reforms.", "file_path": "ChuZhongShuXue.docx", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "keywords": "curricular integration,real-world application", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The \u0027Comprehensive and Practical\u0027 category implements interdisciplinary learning as required by curriculum reforms.", "to": "\u8de8\u5b66\u79d1\u5b66\u4e60", "width": 8.0}, {"created_at": 1752884118, "description": "Project-based learning in the \u0027Comprehensive and Practical\u0027 category mimics scientific research processes.", "file_path": "ChuZhongShuXue.docx", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "keywords": "authentic learning,research skills", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "Project-based learning in the \u0027Comprehensive and Practical\u0027 category mimics scientific research processes.", "to": "\u9879\u76ee\u5f0f\u5b66\u4e60", "width": 9.0}, {"created_at": 1752884119, "description": "Compass-and-straightedge constructions help students develop geometric intuition through hands-on experience.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u901a\u8fc7\u5c3a\u89c4\u4f5c\u56fe\u5e2e\u52a9\u5b66\u751f\u60f3\u8c61\u548c\u731c\u60f3\u6570\u5b66\u7ed3\u8bba\uff0c\u660e\u6670\u601d\u7ef4\u8def\u5f84\u3002\u003cSEP\u003e\u5c3a\u89c4\u4f5c\u56fe\u901a\u8fc7\u62bd\u8c61\u5b9e\u8df5\u57f9\u517b\u51e0\u4f55\u76f4\u89c2\u548c\u7a7a\u95f4\u60f3\u8c61\u529b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "cognitive development,pedagogical benefit,\u601d\u7ef4\u8bad\u7ec3,\u6559\u80b2\u65b9\u6cd5,\u7a7a\u95f4\u601d\u7ef4,\u95ee\u9898\u5206\u6790", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Compass-and-straightedge constructions help students develop geometric intuition through hands-on experience.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u901a\u8fc7\u5c3a\u89c4\u4f5c\u56fe\u5e2e\u52a9\u5b66\u751f\u60f3\u8c61\u548c\u731c\u60f3\u6570\u5b66\u7ed3\u8bba\uff0c\u660e\u6670\u601d\u7ef4\u8def\u5f84\u3002\u003cSEP\u003e\u5c3a\u89c4\u4f5c\u56fe\u901a\u8fc7\u62bd\u8c61\u5b9e\u8df5\u57f9\u517b\u51e0\u4f55\u76f4\u89c2\u548c\u7a7a\u95f4\u60f3\u8c61\u529b\u3002", "to": "\u51e0\u4f55\u76f4\u89c2", "width": 22.0}, {"created_at": 1752884120, "description": "\u5c3a\u89c4\u4f5c\u56fe\u7684\u9650\u5236\u6e90\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u8bbe\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u524d\u4e09\u4e2a\u516c\u8bbe\u6210\u4e3a\u540e\u4e16\u5c3a\u89c4\u4f5c\u56fe\u7684\u4f9d\u636e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "\u4f5c\u56fe\u89c4\u5219,\u51e0\u4f55\u57fa\u7840,\u51e0\u4f55\u65b9\u6cd5,\u6559\u5b66\u5f71\u54cd", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "\u5c3a\u89c4\u4f5c\u56fe\u7684\u9650\u5236\u6e90\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u8bbe\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u524d\u4e09\u4e2a\u516c\u8bbe\u6210\u4e3a\u540e\u4e16\u5c3a\u89c4\u4f5c\u56fe\u7684\u4f9d\u636e\u3002", "to": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "width": 18.0}, {"created_at": 1752884124, "description": "Euclid\u0027s Elements established the foundational principles of compass-and-straightedge constructions.\u003cSEP\u003eEuclid\u0027s work established the theoretical basis for compass-and-straightedge constructions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "construction methods,geometric foundations,historical foundation,mathematical tradition", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Euclid\u0027s Elements established the foundational principles of compass-and-straightedge constructions.\u003cSEP\u003eEuclid\u0027s work established the theoretical basis for compass-and-straightedge constructions.", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 18.0}, {"created_at": 1752884136, "description": "\u5c3a\u89c4\u4f5c\u56fe\u901a\u8fc7\u5f15\u5bfc\u5b66\u751f\u9884\u60f3\u64cd\u4f5c\u7ed3\u679c\u548c\u9a8c\u8bc1\u8bbe\u8ba1\u6d41\u7a0b\uff0c\u57f9\u517b\u60f3\u8c61\u80fd\u529b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u80fd\u529b\u57f9\u517b", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u5c3a\u89c4\u4f5c\u56fe\u901a\u8fc7\u5f15\u5bfc\u5b66\u751f\u9884\u60f3\u64cd\u4f5c\u7ed3\u679c\u548c\u9a8c\u8bc1\u8bbe\u8ba1\u6d41\u7a0b\uff0c\u57f9\u517b\u60f3\u8c61\u80fd\u529b\u3002", "to": "\u60f3\u8c61\u80fd\u529b", "width": 9.0}, {"created_at": 1752884175, "description": "Descartes connected traditional compass-and-straightedge constructions with algebraic equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "mathematical synthesis,methodological innovation", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes connected traditional compass-and-straightedge constructions with algebraic equations.", "to": "\u7b1b\u5361\u5c14", "width": 9.0}, {"created_at": 1752884175, "description": "Descartes linked traditional geometric constructions with solutions to algebraic equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "mathematical breakthrough,method integration", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes linked traditional geometric constructions with solutions to algebraic equations.", "to": "\u4ee3\u6570\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752884181, "description": "The 2011 curriculum standard emphasized compass-and-straightedge constructions as a pedagogical tool.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "educational methodology,mathematical skills", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "The 2011 curriculum standard emphasized compass-and-straightedge constructions as a pedagogical tool.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "width": 8.0}, {"created_at": 1752884181, "description": "The 2022 standard expanded compass-and-straightedge instruction to elementary levels.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "curriculum development,early education", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "The 2022 standard expanded compass-and-straightedge instruction to elementary levels.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "width": 9.0}, {"created_at": 1752884182, "description": "The irrational number \u221a2 was one of the first numbers proven constructible using compass and straightedge by Greek mathematicians.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "constructibility,irrational numbers", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "The irrational number \u221a2 was one of the first numbers proven constructible using compass and straightedge by Greek mathematicians.", "to": "\u221a2", "width": 9.0}, {"created_at": 1752884182, "description": "Compass and straightedge limitations led to the development of algebraic geometry, which uses algebra to study geometric problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "interdisciplinary connection,mathematical evolution", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "Compass and straightedge limitations led to the development of algebraic geometry, which uses algebra to study geometric problems.", "to": "\u4ee3\u6570\u51e0\u4f55", "width": 8.0}, {"created_at": 1752884182, "description": "\u4e09\u7b49\u5206\u89d2\u5728\u5c3a\u89c4\u4f5c\u56fe\u7684\u9650\u5236\u4e0b\u5bf9\u4e8e\u4e00\u822c\u89d2(\u598260\u5ea6)\u662f\u4e0d\u53ef\u80fd\u7684\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "\u4f5c\u56fe\u9650\u5236,\u6570\u5b66\u95ee\u9898", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "\u4e09\u7b49\u5206\u89d2\u5728\u5c3a\u89c4\u4f5c\u56fe\u7684\u9650\u5236\u4e0b\u5bf9\u4e8e\u4e00\u822c\u89d2(\u598260\u5ea6)\u662f\u4e0d\u53ef\u80fd\u7684\u3002", "to": "\u4e09\u7b49\u5206\u89d2", "width": 9.0}, {"created_at": 1752884182, "description": "The compass-and-straightedge framework fundamentally restricts solutions to the angle trisection problem.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "impossibility proof,mathematical constraints", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "The compass-and-straightedge framework fundamentally restricts solutions to the angle trisection problem.", "to": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "width": 10.0}, {"created_at": 1752884182, "description": "The absence of rational roots in specific cubic equations confirms non-constructibility under compass-and-straightedge rules.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "constructibility criterion,impossibility condition", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "The absence of rational roots in specific cubic equations confirms non-constructibility under compass-and-straightedge rules.", "to": "\u6709\u7406\u6839", "width": 9.0}, {"created_at": 1752884182, "description": "The absence of rational roots in the cubic equation proves the impossibility of trisecting a 60-degree angle with compass and straightedge.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "geometric limitation,mathematical proof", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "The absence of rational roots in the cubic equation proves the impossibility of trisecting a 60-degree angle with compass and straightedge.", "to": "\u4e09\u6b21\u65b9\u7a0b(3)", "width": 9.0}, {"created_at": 1752884183, "description": "The fundamental theorem is applied to prove the limitations of compass and straightedge constructions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe", "keywords": "foundational theory,geometric proof", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "The fundamental theorem is applied to prove the limitations of compass and straightedge constructions.", "to": "\u57fa\u672c\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884118, "description": "The number line serves as the primary tool for connecting numerical and geometric concepts in middle school.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "conceptual bridge,visual representation", "source_id": "chunk-2fe44546e8e21363ac87fa4cc2c15616", "title": "The number line serves as the primary tool for connecting numerical and geometric concepts in middle school.", "to": "\u6570\u8f74", "width": 7.0}, {"created_at": 1752884119, "description": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c\u662f\u6570\u5f62\u7ed3\u5408\u7406\u5ff5\u7684\u8d77\u70b9\uff0c\u8fde\u63a5\u6570\u91cf\u4e0e\u51e0\u4f55\u8868\u8fbe\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "\u51e0\u4f55\u5173\u8054,\u6570\u5b66\u76f4\u89c2", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c\u662f\u6570\u5f62\u7ed3\u5408\u7406\u5ff5\u7684\u8d77\u70b9\uff0c\u8fde\u63a5\u6570\u91cf\u4e0e\u51e0\u4f55\u8868\u8fbe\u3002", "to": "\u6570\u8f74\u548c\u7edd\u5bf9\u503c", "width": 7.0}, {"created_at": 1752884135, "description": "Middle school mathematics introduces the concept of integrating numbers and shapes, starting with number lines and absolute values.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "foundational concepts,mathematical integration", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Middle school mathematics introduces the concept of integrating numbers and shapes, starting with number lines and absolute values.", "to": "\u521d\u4e2d\u6570\u5b66", "width": 7.0}, {"created_at": 1752884135, "description": "Weierstrass\u0027s introduction of the absolute value symbol contributed to the development of integrating numbers and shapes in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "concept development,mathematical innovation", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Weierstrass\u0027s introduction of the absolute value symbol contributed to the development of integrating numbers and shapes in mathematics.", "to": "\u9b4f\u5c14\u65af\u7279\u62c9\u65af", "width": 6.0}, {"created_at": 1752884135, "description": "The Cartesian coordinate system extends the principle of number-shape integration to two dimensions, enabling advanced mathematical representations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "advanced visualization,conceptual extension", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "The Cartesian coordinate system extends the principle of number-shape integration to two dimensions, enabling advanced mathematical representations.", "to": "\u7b1b\u5361\u5c14\u76f4\u89d2\u5750\u6807\u7cfb", "width": 8.0}, {"created_at": 1752884135, "description": "Geometry plays a key role in number-shape integration by providing visual and spatial context for numerical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "conceptual integration,visual context", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Geometry plays a key role in number-shape integration by providing visual and spatial context for numerical concepts.", "to": "\u51e0\u4f55\u5b66", "width": 8.0}, {"created_at": 1752884136, "description": "The consistency between absolute value\u0027s algebraic and geometric forms enables the unification of number and shape methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "methodological bridge,theoretical foundation", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "The consistency between absolute value\u0027s algebraic and geometric forms enables the unification of number and shape methods.", "to": "\u7edd\u5bf9\u503c", "width": 10.0}, {"created_at": 1752884140, "description": "Coordinate systems enable quantitative expression of geometric concepts through algebra.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5f62\u7ed3\u5408", "keywords": "interdisciplinary connection,mathematical representation", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Coordinate systems enable quantitative expression of geometric concepts through algebra.", "to": "\u76f4\u89d2\u5750\u6807\u7cfb", "width": 9.0}, {"created_at": 1752884128, "description": "Positive and negative numbers represent opposite quantities, with negative numbers extending the number line below zero.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "number line,opposites", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Positive and negative numbers represent opposite quantities, with negative numbers extending the number line below zero.", "to": "\u6b63\u6570", "width": 9.0}, {"created_at": 1752884128, "description": "Negative numbers are introduced in junior high mathematics to extend the number system.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "number system extension", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Negative numbers are introduced in junior high mathematics to extend the number system.", "to": "\u521d\u4e2d\u6570\u5b66", "width": 9.0}, {"created_at": 1752884130, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7b2c\u516b\u7ae0\u8ba8\u8bba\u4e86\u8d1f\u6570\u7684\u6982\u5ff5\u548c\u5e94\u7528\uff0c\u5c55\u793a\u4e86\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bf9\u8d1f\u6570\u7684\u65e9\u671f\u4f7f\u7528\u3002\u003cSEP\u003e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7b2c\u516b\u7ae0\u901a\u8fc7\u4ea4\u6613\u95ee\u9898\u5f15\u5165\u73b0\u5b9e\u610f\u4e49\u7684\u8d1f\u6570\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "\u5386\u53f2\u53d1\u5c55,\u5b9e\u9645\u95ee\u9898\u62bd\u8c61,\u6570\u5b66\u5e94\u7528,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7b2c\u516b\u7ae0\u8ba8\u8bba\u4e86\u8d1f\u6570\u7684\u6982\u5ff5\u548c\u5e94\u7528\uff0c\u5c55\u793a\u4e86\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bf9\u8d1f\u6570\u7684\u65e9\u671f\u4f7f\u7528\u3002\u003cSEP\u003e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7b2c\u516b\u7ae0\u901a\u8fc7\u4ea4\u6613\u95ee\u9898\u5f15\u5165\u73b0\u5b9e\u610f\u4e49\u7684\u8d1f\u6570\u6982\u5ff5\u3002", "to": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "width": 17.0}, {"created_at": 1752884131, "description": "\u5370\u5ea6\u5728\u516c\u5143\u4e03\u4e16\u7eaa\u63d0\u51fa\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\uff0c\u5bf9\u8d1f\u6570\u7684\u6570\u5b66\u7406\u8bba\u6709\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u5370\u5ea6\u6570\u5b66\u5bb6\u5b8c\u5584\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\uff0c\u53d1\u5c55\u4e86\u4e2d\u56fd\u9996\u521b\u7684\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "\u5386\u53f2\u53d1\u5c55,\u6570\u5b66\u4f20\u627f,\u6570\u5b66\u53d1\u5c55,\u8de8\u6587\u5316\u5f71\u54cd", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u5370\u5ea6\u5728\u516c\u5143\u4e03\u4e16\u7eaa\u63d0\u51fa\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\uff0c\u5bf9\u8d1f\u6570\u7684\u6570\u5b66\u7406\u8bba\u6709\u91cd\u8981\u8d21\u732e\u3002\u003cSEP\u003e\u5370\u5ea6\u6570\u5b66\u5bb6\u5b8c\u5584\u4e86\u8d1f\u6570\u7684\u4e58\u9664\u8fd0\u7b97\u65b9\u6cd5\uff0c\u53d1\u5c55\u4e86\u4e2d\u56fd\u9996\u521b\u7684\u6982\u5ff5\u3002", "to": "\u5370\u5ea6", "width": 14.0}, {"created_at": 1752884131, "description": "\u7b1b\u5361\u5c14\u5728\u300a\u51e0\u4f55\u300b\u4e2d\u79f0\u8d1f\u6839\u4e3a\u5047\u6839\uff0c\u53cd\u6620\u4e8617\u4e16\u7eaa\u897f\u65b9\u6570\u5b66\u5bf9\u8d1f\u6570\u7684\u6392\u65a5\u6001\u5ea6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "\u6570\u5b66\u601d\u60f3,\u6587\u5316\u5dee\u5f02", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u7b1b\u5361\u5c14\u5728\u300a\u51e0\u4f55\u300b\u4e2d\u79f0\u8d1f\u6839\u4e3a\u5047\u6839\uff0c\u53cd\u6620\u4e8617\u4e16\u7eaa\u897f\u65b9\u6570\u5b66\u5bf9\u8d1f\u6570\u7684\u6392\u65a5\u6001\u5ea6\u3002", "to": "\u7b1b\u5361\u5c14", "width": 6.0}, {"created_at": 1752884131, "description": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u901a\u8fc7\u76f8\u53cd\u6570\u5c06\u81ea\u7136\u6570\u57df\u6269\u5145\u5230\u6574\u6570\u57df\uff0c\u5b9e\u73b0\u4e86\u8d1f\u6570\u7684\u5f62\u5f0f\u5316\u5b9a\u4e49\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "\u6570\u5b66\u903b\u8f91,\u7406\u8bba\u6784\u5efa", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u901a\u8fc7\u76f8\u53cd\u6570\u5c06\u81ea\u7136\u6570\u57df\u6269\u5145\u5230\u6574\u6570\u57df\uff0c\u5b9e\u73b0\u4e86\u8d1f\u6570\u7684\u5f62\u5f0f\u5316\u5b9a\u4e49\u3002", "to": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 8.0}, {"created_at": 1752884131, "description": "\u4e2d\u56fd\u5f00\u59cb\u7cfb\u7edf\u4f7f\u7528\u8d1f\u6570\u7684\u5173\u952e\u65f6\u671f", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "\u5386\u53f2\u53d1\u5c55,\u5e94\u7528\u5b9e\u8df5", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u4e2d\u56fd\u5f00\u59cb\u7cfb\u7edf\u4f7f\u7528\u8d1f\u6570\u7684\u5173\u952e\u65f6\u671f", "to": "\u6c49\u4ee3", "width": 8.0}, {"created_at": 1752884131, "description": "\u56e0\u91cd\u89c6\u903b\u8f91\u800c\u672a\u80fd\u53d1\u5c55\u8d1f\u6570\u6982\u5ff5", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1f\u6570", "keywords": "\u6570\u5b66\u4f20\u7edf,\u6587\u5316\u5dee\u5f02", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u56e0\u91cd\u89c6\u903b\u8f91\u800c\u672a\u80fd\u53d1\u5c55\u8d1f\u6570\u6982\u5ff5", "to": "\u53e4\u5e0c\u814a", "width": 7.0}, {"created_at": 1752884119, "description": "\u51fd\u6570\u4f5c\u4e3a\u6570\u5b66\u5206\u6790\u7684\u6838\u5fc3\u5bf9\u8c61\uff0c\u7ecf\u5386\u4e86\u5b9a\u4e49\u7684\u5386\u53f2\u6f14\u53d8\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "\u5206\u6790\u5bf9\u8c61,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u51fd\u6570\u4f5c\u4e3a\u6570\u5b66\u5206\u6790\u7684\u6838\u5fc3\u5bf9\u8c61\uff0c\u7ecf\u5386\u4e86\u5b9a\u4e49\u7684\u5386\u53f2\u6f14\u53d8\u3002", "to": "\u6570\u5b66\u5206\u6790", "width": 8.0}, {"created_at": 1752884120, "description": "\u51fd\u6570\u5b9a\u4e49\u5f3a\u8c03\u5b9e\u6570\u5230\u5b9e\u6570\u7684\u5bf9\u5e94\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "\u53d8\u91cf\u5173\u7cfb,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u51fd\u6570\u5b9a\u4e49\u5f3a\u8c03\u5b9e\u6570\u5230\u5b9e\u6570\u7684\u5bf9\u5e94\u5173\u7cfb\u3002", "to": "\u5b9e\u6570", "width": 8.0}, {"created_at": 1752884132, "description": "Functions build on equations by representing dynamic relationships between variables.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "mathematical modeling,variable relationships", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Functions build on equations by representing dynamic relationships between variables.", "to": "\u65b9\u7a0b", "width": 7.0}, {"created_at": 1752884134, "description": "\u83b1\u5e03\u5c3c\u8328\u521b\u9020\u4e86\u51fd\u6570\u4e00\u8bcd\uff0c\u4e3a\u5fae\u79ef\u5206\u7814\u7a76\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "\u6570\u5b66\u57fa\u7840,\u672f\u8bed\u521b\u9020", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u83b1\u5e03\u5c3c\u8328\u521b\u9020\u4e86\u51fd\u6570\u4e00\u8bcd\uff0c\u4e3a\u5fae\u79ef\u5206\u7814\u7a76\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u83b1\u5e03\u5c3c\u5179", "width": 10.0}, {"created_at": 1752884134, "description": "\u51fd\u6570\u662f\u5fae\u79ef\u5206\u7684\u4e3b\u8981\u7814\u7a76\u5bf9\u8c61\uff0c\u4e24\u8005\u5bc6\u4e0d\u53ef\u5206\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "\u6570\u5b66\u6838\u5fc3,\u7814\u7a76\u5bf9\u8c61", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u51fd\u6570\u662f\u5fae\u79ef\u5206\u7684\u4e3b\u8981\u7814\u7a76\u5bf9\u8c61\uff0c\u4e24\u8005\u5bc6\u4e0d\u53ef\u5206\u3002", "to": "\u5fae\u79ef\u5206", "width": 10.0}, {"created_at": 1752884135, "description": "The concept of functions in junior high is initially introduced through variables, establishing a foundational understanding before abstraction.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "conceptual foundation,education progression", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "The concept of functions in junior high is initially introduced through variables, establishing a foundational understanding before abstraction.", "to": "\u53d8\u91cf", "width": 8.0}, {"created_at": 1752884135, "description": "In senior high, functions are defined through correspondence relations between sets, representing a higher level of abstraction.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "abstraction,mathematical rigor", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "In senior high, functions are defined through correspondence relations between sets, representing a higher level of abstraction.", "to": "\u5bf9\u5e94\u5173\u7cfb", "width": 9.0}, {"created_at": 1752884135, "description": "The Bourbaki School\u0027s formal approach to mathematics influences the abstract definition of functions in senior high.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "abstraction,mathematical formalism", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "The Bourbaki School\u0027s formal approach to mathematics influences the abstract definition of functions in senior high.", "to": "Bourbaki School", "width": 9.0}, {"created_at": 1752884192, "description": "Functions represent mathematical patterns that can be adapted to various modeling contexts.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570", "keywords": "model flexibility,pattern generalization", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Functions represent mathematical patterns that can be adapted to various modeling contexts.", "to": "\u6570\u5b66\u6a21\u5f0f", "width": 9.0}, {"created_at": 1752884125, "description": "Playfair\u0027s Axiom provided a clearer equivalent to Euclid\u0027s problematic parallel postulate.\u003cSEP\u003e\u666e\u83b1\u8d39\u5c14\u5bf9\u6b27\u51e0\u91cc\u5f97\u7b2c\u4e94\u516c\u8bbe\u7684\u4fee\u6539\u5f62\u6210\u4e86\u73b0\u4ee3\u5e73\u884c\u7ebf\u516c\u7406\u7684\u8868\u8ff0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u884c\u7ebf\u516c\u7406", "keywords": "axiom reformulation,geometric clarity,mathematical evolution", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "Playfair\u0027s Axiom provided a clearer equivalent to Euclid\u0027s problematic parallel postulate.\u003cSEP\u003e\u666e\u83b1\u8d39\u5c14\u5bf9\u6b27\u51e0\u91cc\u5f97\u7b2c\u4e94\u516c\u8bbe\u7684\u4fee\u6539\u5f62\u6210\u4e86\u73b0\u4ee3\u5e73\u884c\u7ebf\u516c\u7406\u7684\u8868\u8ff0\u3002", "to": "\u666e\u83b1\u8d39\u5c14", "width": 17.0}, {"created_at": 1752884173, "description": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u6838\u5fc3\u662f\u5e73\u884c\u7ebf\u516c\u7406\uff0c\u5141\u8bb8\u4e00\u6761\u5e73\u884c\u7ebf\u901a\u8fc7\u4e00\u4e2a\u70b9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u884c\u7ebf\u516c\u7406", "keywords": "foundational principle,geometric axiom", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u6838\u5fc3\u662f\u5e73\u884c\u7ebf\u516c\u7406\uff0c\u5141\u8bb8\u4e00\u6761\u5e73\u884c\u7ebf\u901a\u8fc7\u4e00\u4e2a\u70b9\u3002", "to": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "width": 9.0}, {"created_at": 1752884173, "description": "\u4fee\u6539\u5e73\u884c\u7ebf\u516c\u7406(\u5141\u8bb8\u591a\u6761\u5e73\u884c\u7ebf)\u5f62\u6210\u4e86\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u884c\u7ebf\u516c\u7406", "keywords": "axiomatic variation,geometric alternative", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u4fee\u6539\u5e73\u884c\u7ebf\u516c\u7406(\u5141\u8bb8\u591a\u6761\u5e73\u884c\u7ebf)\u5f62\u6210\u4e86\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u4f53\u7cfb\u3002", "to": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "width": 9.0}, {"created_at": 1752884173, "description": "Modifying the parallel postulate leads to Riemannian geometry\u0027s curved space mathematics.\u003cSEP\u003e\u4fee\u6539\u5e73\u884c\u7ebf\u516c\u7406(\u7981\u6b62\u5e73\u884c\u7ebf)\u5f62\u6210\u4e86\u9ece\u66fc\u51e0\u4f55\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u884c\u7ebf\u516c\u7406", "keywords": "axiomatic divergence,axiomatic variation,geometric innovation,spherical geometry", "source_id": "chunk-6782332859e0bdef19c72a7367743352\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "Modifying the parallel postulate leads to Riemannian geometry\u0027s curved space mathematics.\u003cSEP\u003e\u4fee\u6539\u5e73\u884c\u7ebf\u516c\u7406(\u7981\u6b62\u5e73\u884c\u7ebf)\u5f62\u6210\u4e86\u9ece\u66fc\u51e0\u4f55\u4f53\u7cfb\u3002", "to": "\u9ece\u66fc\u51e0\u4f55", "width": 16.0}, {"created_at": 1752884152, "description": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u5b9a\u7406\u7528\u4e8e\u63a8\u5bfc\u7b49\u8170\u4e09\u89d2\u5f62\u5e95\u89d2\u7684\u6027\u8d28\uff0c\u5f62\u6210\u6f14\u7ece\u63a8\u7406\u94fe\u6761\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "keywords": "\u51e0\u4f55\u5b9a\u7406,\u6027\u8d28\u63a8\u5bfc", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u5b9a\u7406\u7528\u4e8e\u63a8\u5bfc\u7b49\u8170\u4e09\u89d2\u5f62\u5e95\u89d2\u7684\u6027\u8d28\uff0c\u5f62\u6210\u6f14\u7ece\u63a8\u7406\u94fe\u6761\u3002", "to": "\u7b49\u8170\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752884121, "description": "Modern mathematical reasoning diverges from Euclidean axiomatic methods, treating axioms as assumptions.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "evolution of reasoning,methodological shift", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Modern mathematical reasoning diverges from Euclidean axiomatic methods, treating axioms as assumptions.", "to": "\u6570\u5b66\u63a8\u7406", "width": 7.0}, {"created_at": 1752884121, "description": "Euclid is credited with developing Euclidean geometry, which includes foundational concepts like points and lines.\u003cSEP\u003eEuclid\u0027s work established the framework for Euclidean geometry and deductive reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "foundational work,geometric system,historical contribution,historical influence", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Euclid is credited with developing Euclidean geometry, which includes foundational concepts like points and lines.\u003cSEP\u003eEuclid\u0027s work established the framework for Euclidean geometry and deductive reasoning.", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 17.0}, {"created_at": 1752884123, "description": "Lobachevskian geometry is an alternative to Euclidean geometry, differing in the parallel postulate.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u548c\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u5bf9\u540c\u4e00\u6570\u5b66\u547d\u9898\u53ef\u80fd\u5f97\u51fa\u76f8\u53cd\u7684\u5224\u65ad\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometric alternatives,postulate variations,\u51e0\u4f55\u4f53\u7cfb,\u5bf9\u6bd4", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-262593f034795826c0c15acbf0edb10f", "title": "Lobachevskian geometry is an alternative to Euclidean geometry, differing in the parallel postulate.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u548c\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u5bf9\u540c\u4e00\u6570\u5b66\u547d\u9898\u53ef\u80fd\u5f97\u51fa\u76f8\u53cd\u7684\u5224\u65ad\u3002", "to": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "width": 16.0}, {"created_at": 1752884124, "description": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u5728\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u57fa\u7840\u4e0a\u53d1\u5c55\u7684\u5f62\u5f0f\u5316\u7cfb\u7edf\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u6539\u8fdb\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u5b9a\u4e49\u65b9\u5f0f\uff0c\u63a8\u52a8\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "\u516c\u7406\u5316,\u6570\u5b66\u4f20\u627f,\u6570\u5b66\u9769\u65b0,\u7406\u8bba\u5b8c\u5584", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u5728\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u57fa\u7840\u4e0a\u53d1\u5c55\u7684\u5f62\u5f0f\u5316\u7cfb\u7edf\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u6539\u8fdb\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u5b9a\u4e49\u65b9\u5f0f\uff0c\u63a8\u52a8\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7684\u53d1\u5c55\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 15.0}, {"created_at": 1752884124, "description": "\u7b2c\u4e94\u516c\u8bbe\u7684\u590d\u6742\u6027\u5f15\u53d1\u540e\u4e16\u5bf9\u5e73\u884c\u7ebf\u7406\u8bba\u7684\u6df1\u5165\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "\u516c\u7406\u6f14\u53d8,\u6570\u5b66\u53d1\u5c55", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u7b2c\u4e94\u516c\u8bbe\u7684\u590d\u6742\u6027\u5f15\u53d1\u540e\u4e16\u5bf9\u5e73\u884c\u7ebf\u7406\u8bba\u7684\u6df1\u5165\u7814\u7a76\u3002", "to": "\u5e73\u884c\u7ebf\u516c\u8bbe", "width": 8.0}, {"created_at": 1752884124, "description": "Riemannian geometry is another non-Euclidean system, contrasting with Euclidean geometry by eliminating parallel lines.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometric systems,mathematical contrasts", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Riemannian geometry is another non-Euclidean system, contrasting with Euclidean geometry by eliminating parallel lines.", "to": "\u9ece\u66fc\u51e0\u4f55", "width": 8.0}, {"created_at": 1752884125, "description": "Euclidean geometry remains foundational in middle school mathematics curricula worldwide.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometric foundations,mathematics education", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Euclidean geometry remains foundational in middle school mathematics curricula worldwide.", "to": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "width": 7.0}, {"created_at": 1752884138, "description": "Euclidean geometry provides the mathematical framework for describing motion in Newtonian mechanics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "mathematical physics,theoretical foundation", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Euclidean geometry provides the mathematical framework for describing motion in Newtonian mechanics.", "to": "\u725b\u987f\u529b\u5b66", "width": 7.0}, {"created_at": 1752884138, "description": "Euclidean geometry provides the framework where this axiom about similar polygons operates.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "theoretical foundation", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Euclidean geometry provides the framework where this axiom about similar polygons operates.", "to": "\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\u516c\u7406", "width": 8.0}, {"created_at": 1752884139, "description": "The deductive reasoning methods developed by the Pythagorean School became central to Euclidean geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "logical systems,mathematical influence", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The deductive reasoning methods developed by the Pythagorean School became central to Euclidean geometry.", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 8.0}, {"created_at": 1752884140, "description": "Rigid transformations form the operational foundation of Euclidean geometric proofs.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "axiomatic system,mathematical consistency", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Rigid transformations form the operational foundation of Euclidean geometric proofs.", "to": "\u521a\u4f53\u53d8\u6362", "width": 10.0}, {"created_at": 1752884150, "description": "The concept of a \u0027point\u0027 is foundational in Euclidean geometry but cannot be substantially defined.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "definition challenge,geometric primitive", "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "The concept of a \u0027point\u0027 is foundational in Euclidean geometry but cannot be substantially defined.", "to": "\u70b9", "width": 7.0}, {"created_at": 1752884160, "description": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7b2c\u4e94\u516c\u7406\u5728\u65e0\u7a77\u96c6\u5408\u4e2d\u4e0d\u6210\u7acb\uff0c\u88ab\u5eb7\u6258\u53cd\u9a73\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "\u516c\u7406\u4f53\u7cfb,\u65e0\u7a77\u7406\u8bba", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7b2c\u4e94\u516c\u7406\u5728\u65e0\u7a77\u96c6\u5408\u4e2d\u4e0d\u6210\u7acb\uff0c\u88ab\u5eb7\u6258\u53cd\u9a73\u3002", "to": "\u65e0\u7a77\u96c6\u5408", "width": 7.0}, {"created_at": 1752884173, "description": "\u666e\u83b1\u8d39\u5c14\u4fee\u6539\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7b2c\u4e94\u516c\u8bbe\uff0c\u5f71\u54cd\u4e86\u5e73\u884c\u7ebf\u516c\u7406\u7684\u8868\u8ff0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "mathematical revision,postulate modification", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u666e\u83b1\u8d39\u5c14\u4fee\u6539\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7b2c\u4e94\u516c\u8bbe\uff0c\u5f71\u54cd\u4e86\u5e73\u884c\u7ebf\u516c\u7406\u7684\u8868\u8ff0\u3002", "to": "\u666e\u83b1\u8d39\u5c14", "width": 8.0}, {"created_at": 1752884173, "description": "\u52fe\u80a1\u5b9a\u7406\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4f53\u7cfb\u4e2d\u7684\u91cd\u8981\u6570\u5b66\u7ed3\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometric principle,mathematical foundation", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u52fe\u80a1\u5b9a\u7406\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4f53\u7cfb\u4e2d\u7684\u91cd\u8981\u6570\u5b66\u7ed3\u8bba\u3002", "to": "\u52fe\u80a1\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884173, "description": "\u521d\u4e2d\u6570\u5b66\u4ee5\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e3a\u6838\u5fc3\u6559\u5b66\u5185\u5bb9\uff0c\u57f9\u517b\u5b66\u751f\u903b\u8f91\u601d\u7ef4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "foundational mathematics,pedagogical focus", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u521d\u4e2d\u6570\u5b66\u4ee5\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e3a\u6838\u5fc3\u6559\u5b66\u5185\u5bb9\uff0c\u57f9\u517b\u5b66\u751f\u903b\u8f91\u601d\u7ef4\u3002", "to": "\u521d\u4e2d\u6570\u5b66", "width": 8.0}, {"created_at": 1752884210, "description": "Hilbert\u0027s work discusses and formalizes Euclidean geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "mathematical foundations", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Hilbert\u0027s work discusses and formalizes Euclidean geometry.", "to": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "width": 9.0}, {"created_at": 1752884122, "description": "\u76f4\u7ebf\u6bb5is used to represent lengths on the\u6570\u8f74, linking geometric and arithmetic concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u8f74", "keywords": "arithmetic linkage,geometric representation", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u76f4\u7ebf\u6bb5is used to represent lengths on the\u6570\u8f74, linking geometric and arithmetic concepts.", "to": "\u76f4\u7ebf\u6bb5", "width": 8.0}, {"created_at": 1752884122, "description": "\u6570\u8f74relies on the property of\u4f20\u9012\u6027to establish consistent relationships between numbers and geometric lengths.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u8f74", "keywords": "logical foundation,mathematical consistency", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u6570\u8f74relies on the property of\u4f20\u9012\u6027to establish consistent relationships between numbers and geometric lengths.", "to": "\u4f20\u9012\u6027", "width": 8.0}, {"created_at": 1752884135, "description": "The geometric interpretation of absolute value as distance on a number line unites algebraic and geometric reasoning.\u003cSEP\u003eThe number line is used to explain absolute value concepts in Chinese mathematics education.\u003cSEP\u003eThe number line visually represents absolute value as distance from zero, linking numerical magnitude to geometric interpretation.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u8f74", "keywords": "concept linkage,conceptual consistency,mathematical representation,number-geometry bridge,quantity,visual representation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "The geometric interpretation of absolute value as distance on a number line unites algebraic and geometric reasoning.\u003cSEP\u003eThe number line is used to explain absolute value concepts in Chinese mathematics education.\u003cSEP\u003eThe number line visually represents absolute value as distance from zero, linking numerical magnitude to geometric interpretation.", "to": "\u7edd\u5bf9\u503c", "width": 25.0}, {"created_at": 1752884136, "description": "\u6234\u5fb7\u91d1used the geometric interpretation of absolute value to formulate the continuity axiom for real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u8f74", "keywords": "axiom foundation,real number theory", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "\u6234\u5fb7\u91d1used the geometric interpretation of absolute value to formulate the continuity axiom for real numbers.", "to": "\u6234\u5fb7\u91d1", "width": 10.0}, {"created_at": 1752884136, "description": "Rational numbers correspond to points on the number line, a concept extended through absolute value in middle school mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u8f74", "keywords": "educational progression,number representation", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Rational numbers correspond to points on the number line, a concept extended through absolute value in middle school mathematics.", "to": "\u6709\u7406\u6570", "width": 7.0}, {"created_at": 1752884135, "description": "Weierstrass\u0027s introduction of the absolute value symbol formalized the concept of magnitude for complex and real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u503c", "keywords": "concept formalization,mathematical innovation", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Weierstrass\u0027s introduction of the absolute value symbol formalized the concept of magnitude for complex and real numbers.", "to": "\u9b4f\u5c14\u65af\u7279\u62c9\u65af", "width": 8.0}, {"created_at": 1752884135, "description": "\u65afinvented the algebraic representation of absolute value for complex numbers in 1841.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u503c", "keywords": "foundational concept,mathematical invention", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "\u65afinvented the algebraic representation of absolute value for complex numbers in 1841.", "to": "\u65af", "width": 9.0}, {"created_at": 1752884135, "description": "\u7518\u65afextended the absolute value concept to vector lengths in 1905, providing its geometric interpretation.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u503c", "keywords": "concept generalization,geometric application", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "\u7518\u65afextended the absolute value concept to vector lengths in 1905, providing its geometric interpretation.", "to": "\u7518\u65af", "width": 8.0}, {"created_at": 1752884136, "description": "The absolute value concept was first developed to describe the magnitude of complex numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u503c", "keywords": "foundational concept,mathematical definition", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "The absolute value concept was first developed to describe the magnitude of complex numbers.", "to": "\u590d\u6570", "width": 9.0}, {"created_at": 1752884136, "description": "Absolute value for real numbers simplifies to the number\u0027s non-negative magnitude.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u503c", "keywords": "simplified definition,special case", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Absolute value for real numbers simplifies to the number\u0027s non-negative magnitude.", "to": "\u5b9e\u6570", "width": 8.0}, {"created_at": 1752884136, "description": "Absolute value provides the geometric interpretation as distance between points on a number line.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u503c", "keywords": "distance measurement,geometric application", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Absolute value provides the geometric interpretation as distance between points on a number line.", "to": "\u7ebf\u6bb5\u957f\u5ea6", "width": 9.0}, {"created_at": 1752884146, "description": "The example of average calculation demonstrates how traditional methods can be adapted for parallel computation by dividing data into groups.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u5747\u6570", "keywords": "computational methods,statistical analysis", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "The example of average calculation demonstrates how traditional methods can be adapted for parallel computation by dividing data into groups.", "to": "\u5e76\u884c\u8ba1\u7b97", "width": 7.0}, {"created_at": 1752884146, "description": "\u5e73\u5747\u6570\u662f\u6700\u5e38\u7528\u7684\u6307\u6807\uff0c\u7528\u4e8e\u91cf\u5316\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\uff0c\u5e2e\u52a9\u7406\u89e3\u4e8b\u7269\u7684\u5178\u578b\u7279\u5f81\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u5747\u6570", "keywords": "quantification,statistical analysis", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5e73\u5747\u6570\u662f\u6700\u5e38\u7528\u7684\u6307\u6807\uff0c\u7528\u4e8e\u91cf\u5316\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\uff0c\u5e2e\u52a9\u7406\u89e3\u4e8b\u7269\u7684\u5178\u578b\u7279\u5f81\u3002", "to": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf", "width": 8.0}, {"created_at": 1752884146, "description": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u4e2d\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u6982\u5ff5\u4e3a\u73b0\u4ee3\u5e73\u5747\u6570\u8ba1\u7b97\u63d0\u4f9b\u4e86\u6587\u5316\u548c\u54f2\u5b66\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u5747\u6570", "keywords": "historical context,philosophical influence", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u4e2d\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u6982\u5ff5\u4e3a\u73b0\u4ee3\u5e73\u5747\u6570\u8ba1\u7b97\u63d0\u4f9b\u4e86\u6587\u5316\u548c\u54f2\u5b66\u57fa\u7840\u3002", "to": "\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b", "width": 6.0}, {"created_at": 1752884120, "description": "\u767e\u5206\u6570\u4f5c\u4e3a\u968f\u673a\u6307\u6807\u4e3a\u51b3\u7b56\u63d0\u4f9b\u6982\u7387\u4f9d\u636e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u767e\u5206\u6570", "keywords": "\u51b3\u7b56\u5de5\u5177,\u6982\u7387\u4f30\u8ba1", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u767e\u5206\u6570\u4f5c\u4e3a\u968f\u673a\u6307\u6807\u4e3a\u51b3\u7b56\u63d0\u4f9b\u6982\u7387\u4f9d\u636e\u3002", "to": "\u968f\u673a\u51b3\u7b56", "width": 7.0}, {"created_at": 1752884144, "description": "Percentiles are used to calculate the jump rope performance threshold based on student data.", "file_path": "ChuZhongShuXue.docx", "from": "\u767e\u5206\u6570", "keywords": "performance metrics,statistical analysis", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Percentiles are used to calculate the jump rope performance threshold based on student data.", "to": "\u4e94\u5e74\u7ea7\u5b66\u751f\u8df3\u7ef3\u8fbe\u6807\u7ebf", "width": 9.0}, {"created_at": 1752884144, "description": "Frequency is equated to percentile values in the jump rope analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u767e\u5206\u6570", "keywords": "data interpretation,probability estimation", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Frequency is equated to percentile values in the jump rope analysis.", "to": "\u9891\u7387", "width": 9.0}, {"created_at": 1752884146, "description": "Percentage calculation is adapted for real-time computation by using previous results and incremental data updates.", "file_path": "ChuZhongShuXue.docx", "from": "\u767e\u5206\u6570", "keywords": "dynamic data,real-time analysis", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Percentage calculation is adapted for real-time computation by using previous results and incremental data updates.", "to": "\u5373\u65f6\u8ba1\u7b97", "width": 8.0}, {"created_at": 1752884146, "description": "Percentage calculations are applied to measure topic heat in online public opinion monitoring.", "file_path": "ChuZhongShuXue.docx", "from": "\u767e\u5206\u6570", "keywords": "data analysis,social monitoring", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Percentage calculations are applied to measure topic heat in online public opinion monitoring.", "to": "\u7f51\u7edc\u8206\u60c5", "width": 7.0}, {"created_at": 1752884119, "description": "The topics section provides material for project-based learning approaches", "file_path": "ChuZhongShuXue.docx", "from": "\u9879\u76ee\u5f0f\u5b66\u4e60", "keywords": "learning activities,teaching methods", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "The topics section provides material for project-based learning approaches", "to": "\u8bdd\u9898\u7bc7", "width": 7.0}, {"created_at": 1752884119, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u63d0\u5347\u521d\u4e2d\u6570\u5b66\u7684\u6559\u5b66\u8981\u6c42\uff0c\u4ece\u4ee3\u6570\u8bf4\u7406\u8fc7\u6e21\u5230\u4ee3\u6570\u63a8\u7406\u3002\u003cSEP\u003e\u672c\u4e66\u7684\u5185\u5bb9\u4e0e\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u7d27\u5bc6\u76f8\u5173\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "education,standards,\u6559\u80b2\u653f\u7b56,\u903b\u8f91\u63d0\u5347", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60\u003cSEP\u003echunk-3036fe5f8bcbc7479b162f62dea08660", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u63d0\u5347\u521d\u4e2d\u6570\u5b66\u7684\u6559\u5b66\u8981\u6c42\uff0c\u4ece\u4ee3\u6570\u8bf4\u7406\u8fc7\u6e21\u5230\u4ee3\u6570\u63a8\u7406\u3002\u003cSEP\u003e\u672c\u4e66\u7684\u5185\u5bb9\u4e0e\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u7d27\u5bc6\u76f8\u5173\u3002", "to": "\u521d\u4e2d\u6570\u5b66", "width": 18.0}, {"created_at": 1752884124, "description": "Hilbert\u0027s congruence axioms were incorporated into the Chinese curriculum standards as foundational facts.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "educational integration,mathematical standards", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Hilbert\u0027s congruence axioms were incorporated into the Chinese curriculum standards as foundational facts.", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 6.0}, {"created_at": 1752884124, "description": "The 2022 curriculum standards define core geometric concepts taught in Chinese middle schools.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "curriculum design,education policy", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "The 2022 curriculum standards define core geometric concepts taught in Chinese middle schools.", "to": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "width": 9.0}, {"created_at": 1752884126, "description": "The 2022 curriculum standard fundamentally emphasizes algebraic reasoning by introducing two foundational facts about transitivity in relationships and operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "curriculum reform,mathematical pedagogy", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "The 2022 curriculum standard fundamentally emphasizes algebraic reasoning by introducing two foundational facts about transitivity in relationships and operations.", "to": "\u4ee3\u6570\u63a8\u7406", "width": 9.0}, {"created_at": 1752884126, "description": "The 2022 version builds upon the 2011 standard by explicitly adding algebraic reasoning components to address previous gaps.\u003cSEP\u003e\u4e24\u4e2a\u7248\u672c\u7684\u6559\u80b2\u6807\u51c6\u90fd\u8bbe\u8ba1\u4e86\u7edf\u8ba1\u8c03\u67e5\u7684\u6559\u5b66\u6848\u4f8b\uff0c\u540e\u8005\u662f\u524d\u8005\u7684\u66f4\u65b0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "curriculum evolution,curriculum update,educational continuity,educational improvement", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840", "title": "The 2022 version builds upon the 2011 standard by explicitly adding algebraic reasoning components to address previous gaps.\u003cSEP\u003e\u4e24\u4e2a\u7248\u672c\u7684\u6559\u80b2\u6807\u51c6\u90fd\u8bbe\u8ba1\u4e86\u7edf\u8ba1\u8c03\u67e5\u7684\u6559\u5b66\u6848\u4f8b\uff0c\u540e\u8005\u662f\u524d\u8005\u7684\u66f4\u65b0\u3002", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "width": 13.0}, {"created_at": 1752884126, "description": "The 2022 standards continued the trajectory set by the 2017 standards, further refining math education objectives.\u003cSEP\u003eThe high school standard\u0027s 2017 algebraic reasoning additions paved the way for the 2022 compulsory education curriculum\u0027s deeper emphasis.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "educational continuity,educational standards,policy alignment,policy continuity", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-46deef01a2345f56bb0d9a61a58a7840", "title": "The 2022 standards continued the trajectory set by the 2017 standards, further refining math education objectives.\u003cSEP\u003eThe high school standard\u0027s 2017 algebraic reasoning additions paved the way for the 2022 compulsory education curriculum\u0027s deeper emphasis.", "to": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "width": 15.0}, {"created_at": 1752884126, "description": "The curriculum standard restructures elementary math into \u0027Number and Operations\u0027 and \u0027Quantitative Relationships\u0027, emphasizing algebraic reasoning.\u003cSEP\u003e\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u6307\u5bfc\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\uff0c\u5f3a\u8c03\u5f52\u7eb3\u548c\u7c7b\u6bd4\u65b9\u6cd5\u7684\u5e94\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "curriculum design,educational framework,\u6559\u5b66\u65b9\u6cd5,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "The curriculum standard restructures elementary math into \u0027Number and Operations\u0027 and \u0027Quantitative Relationships\u0027, emphasizing algebraic reasoning.\u003cSEP\u003e\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u6307\u5bfc\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\uff0c\u5f3a\u8c03\u5f52\u7eb3\u548c\u7c7b\u6bd4\u65b9\u6cd5\u7684\u5e94\u7528\u3002", "to": "\u5c0f\u5b66\u6570\u5b66", "width": 18.0}, {"created_at": 1752884126, "description": "The curriculum standard formalizes deductive reasoning through \u0027basic facts\u0027 about transitivity in relations and operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "curricular formalization,logical reasoning", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "The curriculum standard formalizes deductive reasoning through \u0027basic facts\u0027 about transitivity in relations and operations.", "to": "\u6f14\u7ece\u63a8\u7406", "width": 10.0}, {"created_at": 1752884136, "description": "The curriculum introduces proof by contradiction in geometry, aligning with Euclid\u0027s historical use.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "educational integration,mathematical pedagogy", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "The curriculum introduces proof by contradiction in geometry, aligning with Euclid\u0027s historical use.", "to": "\u53cd\u8bc1\u6cd5", "width": 7.0}, {"created_at": 1752884136, "description": "The curriculum standards emphasize understanding geometric principles through compass-and-straightedge constructions.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "education reform,spatial reasoning", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The curriculum standards emphasize understanding geometric principles through compass-and-straightedge constructions.", "to": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "width": 7.0}, {"created_at": 1752884137, "description": "\u8be5\u8bfe\u7a0b\u6807\u51c6\u89c4\u5b9a\u4e86\u5c0f\u5b66\u548c\u521d\u4e2d\u9636\u6bb5\u5bf9\u56fe\u5f62\u8fd0\u52a8\u7684\u6559\u5b66\u8981\u6c42\uff0c\u9010\u6e10\u62bd\u8c61\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "\u6559\u80b2\u6807\u51c6,\u8bfe\u7a0b\u8bbe\u8ba1", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u8be5\u8bfe\u7a0b\u6807\u51c6\u89c4\u5b9a\u4e86\u5c0f\u5b66\u548c\u521d\u4e2d\u9636\u6bb5\u5bf9\u56fe\u5f62\u8fd0\u52a8\u7684\u6559\u5b66\u8981\u6c42\uff0c\u9010\u6e10\u62bd\u8c61\u6982\u5ff5\u3002", "to": "\u56fe\u5f62\u7684\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752884137, "description": "The 2022 curriculum specifies progressive development of transformation concepts from concrete to abstract across grade levels.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "concept development,spiral curriculum", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "The 2022 curriculum specifies progressive development of transformation concepts from concrete to abstract across grade levels.", "to": "\u56fe\u5f62\u8fd0\u52a8", "width": 8.0}, {"created_at": 1752884151, "description": "The curriculum standards reference non-syllogistic reasoning methods, expanding beyond Aristotelian logic.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "educational standards,reasoning diversity", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The curriculum standards reference non-syllogistic reasoning methods, expanding beyond Aristotelian logic.", "to": "\u4e09\u6bb5\u8bba", "width": 6.0}, {"created_at": 1752884196, "description": "The Ministry of Education issued the 2022 mathematics curriculum standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "education,policy", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "The Ministry of Education issued the 2022 mathematics curriculum standards.", "to": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6559\u80b2\u90e8", "width": 9.0}, {"created_at": 1752884197, "description": "The 2022 Compulsory Education Mathematics Curriculum Standards were published by Beijing Normal University Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "educational standards,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The 2022 Compulsory Education Mathematics Curriculum Standards were published by Beijing Normal University Press.", "to": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884198, "description": "Example 22 is part of the 2022 mathematics curriculum standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b", "keywords": "educational standard,mathematical example", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Example 22 is part of the 2022 mathematics curriculum standards.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u5e74\u7248)\u300b\u4f8b22", "width": 9.0}, {"created_at": 1752884146, "description": "\u957f\u6625\u662f\u5409\u6797\u7701\u7684\u7701\u4f1a\uff0c\u5176GDP\u548c\u4eba\u53e3\u6570\u636e\u5bf9\u5168\u7701\u4eba\u5747GDP\u7684\u8ba1\u7b97\u6709\u91cd\u8981\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u957f\u6625", "keywords": "data contribution,regional economy", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u957f\u6625\u662f\u5409\u6797\u7701\u7684\u7701\u4f1a\uff0c\u5176GDP\u548c\u4eba\u53e3\u6570\u636e\u5bf9\u5168\u7701\u4eba\u5747GDP\u7684\u8ba1\u7b97\u6709\u91cd\u8981\u5f71\u54cd\u3002", "to": "\u5409\u6797\u7701", "width": 8.0}, {"created_at": 1752884119, "description": "The book explores fundamental definitions in middle school mathematics", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "curriculum,foundational concepts", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "The book explores fundamental definitions in middle school mathematics", "to": "\u6570\u5b66\u7684\u5b9a\u4e49", "width": 8.0}, {"created_at": 1752884120, "description": "**\u5c0f\u5b66\u6570\u5b66 (Elementary School Mathematics) and \u521d\u4e2d\u6570\u5b66 (Junior High School Mathematics) are interconnected stages of mathematical education, with the latter building upon the foundations laid by the former.** \n\n\u5c0f\u5b66\u6570\u5b66 focuses on introducing fundamental algebraic reasoning and arithmetic skills, including concepts like the \"Invariance of Quotient\" and number-line representations. It serves as a crucial transition from basic arithmetic to more structured algebraic thinking, preparing students for the abstract concepts encountered later. \n\n\u521d\u4e2d\u6570\u5b66 expands and deepens these foundations by introducing formal algebra, advanced geometric interpretations (such as absolute value), and generalized real-world applications. It incorporates more rigorous methods, including formal proofs and abstract reasoning, while extending spatial and algebraic concepts introduced in elementary school. Geometry becomes more formally structured, and mathematical principles are generalized beyond concrete examples. \n\nWhile \u5c0f\u5b66\u6570\u5b66 provides the groundwork, \u521d\u4e2d\u6570\u5b66 represents a continuation and refinement, emphasizing greater abstraction, generalization, and theoretical depth. Together, they form a cohesive progression in mathematical learning, ensuring students develop both computational fluency and higher-order analytical skills.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "STEM education,conceptual abstraction,conceptual continuity,conceptual development,curriculum development,curriculum progression,education progression,educational continuity,educational progression,foundational learning,pedagogical continuity", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-4d700c37f93e40f9422446b4fe6a019c\u003cSEP\u003echunk-a1b0ea141dcc25762619a431f93aeca3\u003cSEP\u003echunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088\u003cSEP\u003echunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-10177ac2b1564cfa9472038f27fca84a", "title": "**\u5c0f\u5b66\u6570\u5b66 (Elementary School Mathematics) and \u521d\u4e2d\u6570\u5b66 (Junior High School Mathematics) are interconnected stages of mathematical education, with the latter building upon the foundations laid by the former.** \n\n\u5c0f\u5b66\u6570\u5b66 focuses on introducing fundamental algebraic reasoning and arithmetic skills, including concepts like the \"Invariance of Quotient\" and number-line representations. It serves as a crucial transition from basic arithmetic to more structured algebraic thinking, preparing students for the abstract concepts encountered later. \n\n\u521d\u4e2d\u6570\u5b66 expands and deepens these foundations by introducing formal algebra, advanced geometric interpretations (such as absolute value), and generalized real-world applications. It incorporates more rigorous methods, including formal proofs and abstract reasoning, while extending spatial and algebraic concepts introduced in elementary school. Geometry becomes more formally structured, and mathematical principles are generalized beyond concrete examples. \n\nWhile \u5c0f\u5b66\u6570\u5b66 provides the groundwork, \u521d\u4e2d\u6570\u5b66 represents a continuation and refinement, emphasizing greater abstraction, generalization, and theoretical depth. Together, they form a cohesive progression in mathematical learning, ensuring students develop both computational fluency and higher-order analytical skills.", "to": "\u5c0f\u5b66\u6570\u5b66", "width": 62.0}, {"created_at": 1752884127, "description": "\u521d\u4e2d\u6570\u5b66\u901a\u8fc7\u4ee3\u6570\u63a8\u7406\u6848\u4f8b(\u5982\u6574\u9664\u6761\u4ef6\u9a8c\u8bc1)\u8ba9\u5b66\u751f\u611f\u77e5\u6f14\u7ece\u63a8\u7406\u7684\u8bc1\u660e\u6a21\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "\u6570\u5b66\u6559\u80b2,\u903b\u8f91\u8bad\u7ec3", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u521d\u4e2d\u6570\u5b66\u901a\u8fc7\u4ee3\u6570\u63a8\u7406\u6848\u4f8b(\u5982\u6574\u9664\u6761\u4ef6\u9a8c\u8bc1)\u8ba9\u5b66\u751f\u611f\u77e5\u6f14\u7ece\u63a8\u7406\u7684\u8bc1\u660e\u6a21\u5f0f\u3002", "to": "\u6f14\u7ece\u63a8\u7406", "width": 8.0}, {"created_at": 1752884128, "description": "Junior high mathematics expands the number system from non-negative numbers to full rational numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "number system expansion", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Junior high mathematics expands the number system from non-negative numbers to full rational numbers.", "to": "\u6709\u7406\u6570", "width": 8.0}, {"created_at": 1752884130, "description": "\u521d\u4e2d\u6570\u5b66\u8bba\u8bc1\u5c0f\u6570\u4e0e\u5206\u6570\u7684\u7b49\u4ef7\u6027\uff0c\u4e3a\u5b9e\u6570\u5b9a\u4e49\u5960\u5b9a\u5f62\u5f0f\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "\u5f62\u5f0f\u5316,\u6570\u57df\u6269\u5c55", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u521d\u4e2d\u6570\u5b66\u8bba\u8bc1\u5c0f\u6570\u4e0e\u5206\u6570\u7684\u7b49\u4ef7\u6027\uff0c\u4e3a\u5b9e\u6570\u5b9a\u4e49\u5960\u5b9a\u5f62\u5f0f\u57fa\u7840\u3002", "to": "\u5206\u6570", "width": 8.0}, {"created_at": 1752884135, "description": "Euler\u0027s variable-based definition of functions is adapted in junior high mathematics, though with modifications that omit some intuitive aspects.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "education adaptation,mathematical foundation", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Euler\u0027s variable-based definition of functions is adapted in junior high mathematics, though with modifications that omit some intuitive aspects.", "to": "Euler", "width": 7.0}, {"created_at": 1752884135, "description": "Junior high math provides foundation for advanced concepts studied in senior high math.\u003cSEP\u003eThe transition from junior to senior high function definitions highlights increased abstraction, with senior high emphasizing real-number sets and set mappings.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "abstraction levels,curriculum progression,educational progression,mathematical education", "source_id": "chunk-035c55452674b5ec27f1692bfa495347\u003cSEP\u003echunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Junior high math provides foundation for advanced concepts studied in senior high math.\u003cSEP\u003eThe transition from junior to senior high function definitions highlights increased abstraction, with senior high emphasizing real-number sets and set mappings.", "to": "\u9ad8\u4e2d\u6570\u5b66", "width": 16.0}, {"created_at": 1752884135, "description": "Middle school mathematics formally introduces geometry, transitioning students from intuitive understanding to abstract concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "conceptual transition,subject introduction", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Middle school mathematics formally introduces geometry, transitioning students from intuitive understanding to abstract concepts.", "to": "\u51e0\u4f55\u5b66", "width": 9.0}, {"created_at": 1752884135, "description": "Middle school mathematics increasingly incorporates algebraic reasoning to develop students\u0027 logical thinking and problem-solving skills.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "modern education,skill development", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Middle school mathematics increasingly incorporates algebraic reasoning to develop students\u0027 logical thinking and problem-solving skills.", "to": "\u4ee3\u6570\u63a8\u7406", "width": 7.0}, {"created_at": 1752884135, "description": "Middle school mathematics traditionally emphasizes geometric reasoning to cultivate students\u0027 logical deduction and proof abilities.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "logical thinking,traditional education", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Middle school mathematics traditionally emphasizes geometric reasoning to cultivate students\u0027 logical deduction and proof abilities.", "to": "\u51e0\u4f55\u63a8\u7406", "width": 8.0}, {"created_at": 1752884137, "description": "Junior high curriculum teaches translation as fundamental geometric transformation.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "curriculum content,geometric education", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Junior high curriculum teaches translation as fundamental geometric transformation.", "to": "\u5e73\u79fb", "width": 8.0}, {"created_at": 1752884137, "description": "Junior high curriculum includes rotation as core geometric concept.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "curriculum content,geometric education", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Junior high curriculum includes rotation as core geometric concept.", "to": "\u65cb\u8f6c", "width": 8.0}, {"created_at": 1752884137, "description": "Reflection symmetry is taught in junior high geometry curriculum.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66", "keywords": "curriculum content,geometric education", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Reflection symmetry is taught in junior high geometry curriculum.", "to": "\u8f74\u5bf9\u79f0", "width": 8.0}, {"created_at": 1752884119, "description": "The questions section addresses essential issues in middle school math teaching", "file_path": "ChuZhongShuXue.docx", "from": "\u95ee\u9898\u7bc7", "keywords": "instructional design,pedagogical challenges", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "The questions section addresses essential issues in middle school math teaching", "to": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752884119, "description": "The book compares geometric reasoning with algebraic reasoning methods", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u7684\u63a8\u7406", "keywords": "logical thinking,mathematical processes", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "The book compares geometric reasoning with algebraic reasoning methods", "to": "\u4ee3\u6570\u7684\u63a8\u7406", "width": 7.0}, {"created_at": 1752884119, "description": "Understanding fractions and decimals is foundational for rational number operations", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570\u548c\u5c0f\u6570", "keywords": "concept development,mathematical progression", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Understanding fractions and decimals is foundational for rational number operations", "to": "\u6709\u7406\u6570\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752884128, "description": "Algebra involves working with algebraic expressions as fundamental building blocks.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "foundational concepts", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Algebra involves working with algebraic expressions as fundamental building blocks.", "to": "\u4ee3\u6570", "width": 8.0}, {"created_at": 1752884132, "description": "Algebraic expressions are analyzed using the trichotomy theorem to establish equations and inequalities.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "algebraic analysis,mathematical logic", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Algebraic expressions are analyzed using the trichotomy theorem to establish equations and inequalities.", "to": "\u4e09\u5c90\u6027\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884132, "description": "The difference of squares formula is derived from manipulating and generalizing algebraic expressions.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "algebraic derivation,formula generalization", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "The difference of squares formula is derived from manipulating and generalizing algebraic expressions.", "to": "\u5e73\u65b9\u5dee\u516c\u5f0f", "width": 8.0}, {"created_at": 1752884132, "description": "The commutative property is expressed algebraically, demonstrating how arithmetic laws generalize to symbolic representation.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "arithmetic to algebra,generalization", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "The commutative property is expressed algebraically, demonstrating how arithmetic laws generalize to symbolic representation.", "to": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "width": 6.0}, {"created_at": 1752884132, "description": "The area formula is an example of how geometric relationships are expressed algebraically.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "geometry and algebra,symbolic representation", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "The area formula is an example of how geometric relationships are expressed algebraically.", "to": "\u957f\u65b9\u5f62\u9762\u79ef\u516c\u5f0f", "width": 6.0}, {"created_at": 1752884132, "description": "Analogous reasoning extends known arithmetic concepts to algebraic expressions.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "conceptual extension,symbolic reasoning", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Analogous reasoning extends known arithmetic concepts to algebraic expressions.", "to": "\u7c7b\u6bd4", "width": 5.0}, {"created_at": 1752884132, "description": "Algebraic expressions are used to formulate equations that represent mathematical relationships.\u003cSEP\u003eEquations are built upon algebraic expressions that represent quantities and their relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "expression formulation,expression-relationship,mathematical foundation,mathematical representation", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Algebraic expressions are used to formulate equations that represent mathematical relationships.\u003cSEP\u003eEquations are built upon algebraic expressions that represent quantities and their relationships.", "to": "\u65b9\u7a0b", "width": 17.0}, {"created_at": 1752884133, "description": "Algebraic expressions are built using the four basic arithmetic operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u5f0f", "keywords": "composition basis,operational foundation", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Algebraic expressions are built using the four basic arithmetic operations.", "to": "\u56db\u5219\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752884119, "description": "Vieta\u0027s formulas are presented as fundamental to understanding equations", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "algebraic principles,theorem applications", "source_id": "chunk-3036fe5f8bcbc7479b162f62dea08660", "title": "Vieta\u0027s formulas are presented as fundamental to understanding equations", "to": "\u97e6\u8fbe\u5b9a\u7406", "width": 7.0}, {"created_at": 1752884120, "description": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b\u4e0e\u73b0\u4ee3\u65b9\u7a0b\u5728\u8868\u8fbe\u548c\u8fd0\u7b97\u65b9\u5f0f\u4e0a\u5f62\u6210\u5bf9\u6bd4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "\u6570\u5b66\u5386\u53f2,\u8fd0\u7b97\u65b9\u6cd5", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b\u4e0e\u73b0\u4ee3\u65b9\u7a0b\u5728\u8868\u8fbe\u548c\u8fd0\u7b97\u65b9\u5f0f\u4e0a\u5f62\u6210\u5bf9\u6bd4\u3002", "to": "\u4e2d\u56fd\u53e4\u4ee3\u65b9\u7a0b", "width": 7.0}, {"created_at": 1752884122, "description": "The traditional definition of\u65b9\u7a0bfollows the\u5c5e\u52a0\u79cd\u5deemethod but is critiqued for lacking sufficient precision.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "definition critique,mathematical precision", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "The traditional definition of\u65b9\u7a0bfollows the\u5c5e\u52a0\u79cd\u5deemethod but is critiqued for lacking sufficient precision.", "to": "\u5c5e\u52a0\u79cd\u5dee", "width": 7.0}, {"created_at": 1752884123, "description": "Equations are defined by containing unknowns, though this definition is not strictly sufficient for all cases.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "algebraic expression,mathematical definition", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Equations are defined by containing unknowns, though this definition is not strictly sufficient for all cases.", "to": "\u672a\u77e5\u6570", "width": 6.0}, {"created_at": 1752884124, "description": "The statement \u0027equations are expressions with unknowns\u0027 represents\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898, as not all expressions with unknowns are equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "definitional limitation,incomplete characterization", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "The statement \u0027equations are expressions with unknowns\u0027 represents\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898, as not all expressions with unknowns are equations.", "to": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "width": 5.0}, {"created_at": 1752884132, "description": "Equations and inequalities are both derived from algebraic expressions, representing different types of mathematical relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "algebraic relationships,problem-solving", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Equations and inequalities are both derived from algebraic expressions, representing different types of mathematical relationships.", "to": "\u4e0d\u7b49\u5f0f", "width": 8.0}, {"created_at": 1752884132, "description": "Mathematical induction is used to verify conjectures that may later be expressed as equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "mathematical modeling,proof method", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Mathematical induction is used to verify conjectures that may later be expressed as equations.", "to": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "width": 7.0}, {"created_at": 1752884132, "description": "The classic chicken-rabbit cage problem is solved using systems of linear equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "equation application,problem solving", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "The classic chicken-rabbit cage problem is solved using systems of linear equations.", "to": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "width": 7.0}, {"created_at": 1752884132, "description": "Distance-rate-time problems are typically modeled and solved using algebraic equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "mathematical modeling,real-world application", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Distance-rate-time problems are typically modeled and solved using algebraic equations.", "to": "\u884c\u7a0b\u95ee\u9898", "width": 7.0}, {"created_at": 1752884133, "description": "Solving equations ultimately reduces to performing basic arithmetic operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "computational foundation,problem reduction", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Solving equations ultimately reduces to performing basic arithmetic operations.", "to": "\u56db\u5219\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752884192, "description": "Equations serve as fundamental building blocks for creating mathematical models of real phenomena.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "foundational elements,model construction", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Equations serve as fundamental building blocks for creating mathematical models of real phenomena.", "to": "\u6570\u5b66\u6a21\u578b", "width": 10.0}, {"created_at": 1752884198, "description": "Equations are fundamental to algebra, which was systematically introduced to China through translations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65b9\u7a0b", "keywords": "mathematical concepts,translation history", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Equations are fundamental to algebra, which was systematically introduced to China through translations.", "to": "\u4ee3\u6570", "width": 8.0}, {"created_at": 1752884119, "description": "\u97e6\u8fbe\u5b9a\u7406\u6807\u5fd7\u7740\u4ee3\u6570\u5b66\u7684\u53d1\u7aef\uff0c\u63ed\u793a\u4e86\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "\u4ee3\u6570\u57fa\u7840,\u65b9\u7a0b\u7406\u8bba", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u97e6\u8fbe\u5b9a\u7406\u6807\u5fd7\u7740\u4ee3\u6570\u5b66\u7684\u53d1\u7aef\uff0c\u63ed\u793a\u4e86\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "to": "\u4ee3\u6570\u5b66", "width": 9.0}, {"created_at": 1752884120, "description": "\u97e6\u8fbe\u5b9a\u7406\u63ed\u793a\u4e86\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "\u4ee3\u6570\u5173\u7cfb,\u65b9\u7a0b\u7406\u8bba", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u97e6\u8fbe\u5b9a\u7406\u63ed\u793a\u4e86\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "to": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752884134, "description": "Fran\u00e7ois Vi\u00e8te\u0027s work led to Vieta\u0027s formulas, which generalized solutions to polynomial equations using symbolic representation.\u003cSEP\u003e\u97e6\u8fbe\u63d0\u51fa\u4e86\u6839\u4e0e\u7cfb\u6570\u5173\u7cfb\u7684\u5b9a\u7406\uff0c\u8be5\u5b9a\u7406\u4ee5\u4ed6\u7684\u540d\u5b57\u547d\u540d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "algebra foundation,mathematical innovation,\u5b9a\u7406\u547d\u540d,\u6570\u5b66\u53d1\u73b0", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-401744b2d59735d588f0fc780ae91164", "title": "Fran\u00e7ois Vi\u00e8te\u0027s work led to Vieta\u0027s formulas, which generalized solutions to polynomial equations using symbolic representation.\u003cSEP\u003e\u97e6\u8fbe\u63d0\u51fa\u4e86\u6839\u4e0e\u7cfb\u6570\u5173\u7cfb\u7684\u5b9a\u7406\uff0c\u8be5\u5b9a\u7406\u4ee5\u4ed6\u7684\u540d\u5b57\u547d\u540d\u3002", "to": "\u97e6\u8fbe", "width": 20.0}, {"created_at": 1752884134, "description": "Vieta\u0027s formulas represent an important application of mathematical abstraction in algebra.", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "mathematical concept,theoretical application", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Vieta\u0027s formulas represent an important application of mathematical abstraction in algebra.", "to": "\u6570\u5b66\u62bd\u8c61", "width": 9.0}, {"created_at": 1752884134, "description": "\u97e6\u8fbe\u5b9a\u7406\u53ef\u4ee5\u63a8\u5e7f\u5230\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b\uff0c\u63cf\u8ff0\u5176\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "\u6570\u5b66\u63a8\u5e7f,\u65b9\u7a0b\u7406\u8bba", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u97e6\u8fbe\u5b9a\u7406\u53ef\u4ee5\u63a8\u5e7f\u5230\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b\uff0c\u63cf\u8ff0\u5176\u6839\u4e0e\u7cfb\u6570\u7684\u5173\u7cfb\u3002", "to": "\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752884182, "description": "\u97e6\u8fbe\u5b9a\u7406\u7528\u4e8e\u5206\u6790\u4e09\u6b21\u65b9\u7a0b\u7684\u6839\u7684\u6027\u8d28\uff0c\u8fdb\u800c\u5224\u65ad\u5176\u53ef\u4f5c\u56fe\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "\u4ee3\u6570\u5b9a\u7406,\u6839\u7684\u6027\u8d28", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "\u97e6\u8fbe\u5b9a\u7406\u7528\u4e8e\u5206\u6790\u4e09\u6b21\u65b9\u7a0b\u7684\u6839\u7684\u6027\u8d28\uff0c\u8fdb\u800c\u5224\u65ad\u5176\u53ef\u4f5c\u56fe\u6027\u3002", "to": "\u4e09\u6b21\u65b9\u7a0b", "width": 7.0}, {"created_at": 1752884119, "description": "\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u57fa\u7840\u662f\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\uff0c\u7528\u4e8e\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5", "keywords": "\u6570\u5b66\u8bc1\u660e,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u57fa\u7840\u662f\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\uff0c\u7528\u4e8e\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u3002", "to": "\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b", "width": 10.0}, {"created_at": 1752884120, "description": "\u53cd\u8bc1\u6cd5\u5e38\u7528\u4e8e\u8bc1\u660e\u7d20\u6570\u7684\u65e0\u7a77\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5", "keywords": "\u6570\u5b66\u8bc1\u660e,\u6570\u8bba", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u53cd\u8bc1\u6cd5\u5e38\u7528\u4e8e\u8bc1\u660e\u7d20\u6570\u7684\u65e0\u7a77\u6027\u3002", "to": "\u7d20\u6570", "width": 8.0}, {"created_at": 1752884136, "description": "Euclid pioneered the method of proof by contradiction in his demonstration of infinite primes.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97pioneered proof by contradiction, using it to prove the infinitude of primes and irrationality of \u221a2.", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5", "keywords": "historical contribution,mathematical logic,proof methodology,proof techniques", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "Euclid pioneered the method of proof by contradiction in his demonstration of infinite primes.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97pioneered proof by contradiction, using it to prove the infinitude of primes and irrationality of \u221a2.", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 17.0}, {"created_at": 1752884136, "description": "Proof by contradiction is applied to parallel line properties in China\u0027s math curriculum.", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5", "keywords": "geometric proof,pedagogical application", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Proof by contradiction is applied to parallel line properties in China\u0027s math curriculum.", "to": "\u5e73\u884c\u7ebf\u6027\u8d28\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884151, "description": "Proof by contradiction relies fundamentally on the law of excluded middle.", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5", "keywords": "logical foundation,proof methods", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Proof by contradiction relies fundamentally on the law of excluded middle.", "to": "\u6570\u5b66\u6392\u4e2d\u5f8b", "width": 9.0}, {"created_at": 1752884119, "description": "\u56fe\u5f62\u7684\u8fd0\u52a8\u901a\u8fc7\u521a\u4f53\u8fd0\u52a8\u4fdd\u6301\u51e0\u4f55\u4e0d\u53d8\u91cf\uff0c\u5982\u4e24\u70b9\u95f4\u8ddd\u79bb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u7684\u8fd0\u52a8", "keywords": "\u4e0d\u53d8\u91cf\u7406\u8bba,\u8fd0\u52a8\u51e0\u4f55", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u56fe\u5f62\u7684\u8fd0\u52a8\u901a\u8fc7\u521a\u4f53\u8fd0\u52a8\u4fdd\u6301\u51e0\u4f55\u4e0d\u53d8\u91cf\uff0c\u5982\u4e24\u70b9\u95f4\u8ddd\u79bb\u3002", "to": "\u521a\u4f53\u8fd0\u52a8", "width": 7.0}, {"created_at": 1752884137, "description": "\u8be5\u8bfe\u7a0b\u6807\u51c6\u8fdb\u4e00\u6b65\u8981\u6c42\u7406\u89e3\u5e73\u9762\u53d8\u6362\u548c\u7b49\u8ddd\u53d8\u6362\uff0c\u6df1\u5316\u5bf9\u56fe\u5f62\u8fd0\u52a8\u672c\u8d28\u7684\u8ba4\u8bc6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56fe\u5f62\u7684\u8fd0\u52a8", "keywords": "\u6570\u5b66\u62bd\u8c61,\u9ad8\u9636\u6559\u80b2", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u8be5\u8bfe\u7a0b\u6807\u51c6\u8fdb\u4e00\u6b65\u8981\u6c42\u7406\u89e3\u5e73\u9762\u53d8\u6362\u548c\u7b49\u8ddd\u53d8\u6362\uff0c\u6df1\u5316\u5bf9\u56fe\u5f62\u8fd0\u52a8\u672c\u8d28\u7684\u8ba4\u8bc6\u3002", "to": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "width": 8.0}, {"created_at": 1752884119, "description": "\u76f8\u4f3c\u56fe\u5f62\u7684\u6027\u8d28\u4e0e\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406\u76f4\u63a5\u76f8\u5173\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76f8\u4f3c\u56fe\u5f62", "keywords": "\u51e0\u4f55\u5b9a\u7406,\u6bd4\u4f8b\u5173\u7cfb", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u76f8\u4f3c\u56fe\u5f62\u7684\u6027\u8d28\u4e0e\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406\u76f4\u63a5\u76f8\u5173\u3002", "to": "\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884138, "description": "Congruent figures are special cases of similar figures with similarity ratio equal to 1.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f8\u4f3c\u56fe\u5f62", "keywords": "geometric hierarchy,special case", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Congruent figures are special cases of similar figures with similarity ratio equal to 1.", "to": "\u5168\u7b49\u56fe\u5f62", "width": 9.0}, {"created_at": 1752884119, "description": "\u521d\u4e2d\u4e09\u89d2\u51fd\u6570\u8868\u8fbe\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u8fb9\u89d2\u5173\u7cfb\uff0c\u800c\u975e\u51fd\u6570\u5bf9\u5e94\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u51fd\u6570", "keywords": "\u4e09\u89d2\u5173\u7cfb,\u6570\u5b66\u8868\u8fbe", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u521d\u4e2d\u4e09\u89d2\u51fd\u6570\u8868\u8fbe\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u8fb9\u89d2\u5173\u7cfb\uff0c\u800c\u975e\u51fd\u6570\u5bf9\u5e94\u3002", "to": "\u76f4\u89d2\u4e09\u89d2\u5f62", "width": 5.0}, {"created_at": 1752884135, "description": "Trigonometric functions in senior high require the radian system to meet the formal function definition by ensuring real-number inputs.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u51fd\u6570", "keywords": "angle measurement,mathematical consistency", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Trigonometric functions in senior high require the radian system to meet the formal function definition by ensuring real-number inputs.", "to": "\u5f27\u5ea6\u5236", "width": 9.0}, {"created_at": 1752884138, "description": "\u4e24\u8005\u5206\u522b\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u8fb9\u89d2\u4e0e\u4e09\u8fb9\u5173\u7cfb\uff0c\u6784\u6210\u51e0\u4f55\u6838\u5fc3\u5de5\u5177\u96c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u51fd\u6570", "keywords": "\u4e92\u8865\u6027,\u6570\u5b66\u5de5\u5177", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u4e24\u8005\u5206\u522b\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u8fb9\u89d2\u4e0e\u4e09\u8fb9\u5173\u7cfb\uff0c\u6784\u6210\u51e0\u4f55\u6838\u5fc3\u5de5\u5177\u96c6\u3002", "to": "\u52fe\u80a1\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884182, "description": "Trigonometric identities form the bridge between geometric angle division and algebraic equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u51fd\u6570", "keywords": "mathematical translation,problem reformulation", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "Trigonometric identities form the bridge between geometric angle division and algebraic equations.", "to": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "width": 7.0}, {"created_at": 1752884119, "description": "Euler\u0027s formula is used to mathematically prove the existence of only five regular polyhedra by analyzing their vertices, edges, and faces.\u003cSEP\u003e\u6b63\u591a\u9762\u4f53\u7684\u5206\u7c7b\u4f9d\u636e\u6b27\u62c9\u516c\u5f0f\u63cf\u8ff0\u7684\u9876\u70b9\u3001\u68f1\u3001\u9762\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u591a\u9762\u4f53", "keywords": "mathematical proof,polyhedral classification,\u51e0\u4f55\u7ed3\u6784,\u6570\u5b66\u516c\u5f0f", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "Euler\u0027s formula is used to mathematically prove the existence of only five regular polyhedra by analyzing their vertices, edges, and faces.\u003cSEP\u003e\u6b63\u591a\u9762\u4f53\u7684\u5206\u7c7b\u4f9d\u636e\u6b27\u62c9\u516c\u5f0f\u63cf\u8ff0\u7684\u9876\u70b9\u3001\u68f1\u3001\u9762\u5173\u7cfb\u3002", "to": "\u6b27\u62c9\u516c\u5f0f", "width": 18.0}, {"created_at": 1752884120, "description": "The Pythagorean School classified the five regular polyhedra, demonstrating their advanced understanding of spatial geometry.\u003cSEP\u003eThe Pythagorean school mathematically proved the classification of Platonic solids.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5bf9\u6b63\u591a\u9762\u4f53\u7684\u7814\u7a76\u6709\u91cd\u8981\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u591a\u9762\u4f53", "keywords": "geometric theory,mathematical classification,mathematical proof,spatial geometry,\u51e0\u4f55\u7814\u7a76,\u6570\u5b66\u5386\u53f2", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "The Pythagorean School classified the five regular polyhedra, demonstrating their advanced understanding of spatial geometry.\u003cSEP\u003eThe Pythagorean school mathematically proved the classification of Platonic solids.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5bf9\u6b63\u591a\u9762\u4f53\u7684\u7814\u7a76\u6709\u91cd\u8981\u8d21\u732e\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 26.0}, {"created_at": 1752884119, "description": "\u7a7a\u95f4\u89c2\u5ff5\u5efa\u7acb\u5728\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u62bd\u8c61\u6982\u5ff5\u4e0a\uff0c\u6269\u5c55\u81f3\u591a\u7ef4\u60f3\u8c61\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7a7a\u95f4\u4e0e\u7a7a\u95f4\u89c2\u5ff5", "keywords": "\u62bd\u8c61\u601d\u7ef4,\u7a7a\u95f4\u7406\u8bba", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u7a7a\u95f4\u89c2\u5ff5\u5efa\u7acb\u5728\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u62bd\u8c61\u6982\u5ff5\u4e0a\uff0c\u6269\u5c55\u81f3\u591a\u7ef4\u60f3\u8c61\u3002", "to": "\u62bd\u8c61\u6982\u5ff5", "width": 6.0}, {"created_at": 1752884119, "description": "\u4e00\u7b14\u753b\u95ee\u9898\u662f\u62d3\u6251\u5b66\u7684\u53d1\u7aef\uff0c\u7814\u7a76\u70b9\u4e0e\u7ebf\u7684\u4e00\u822c\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u7b14\u753b", "keywords": "\u62d3\u6251\u57fa\u7840,\u7f51\u7edc\u7406\u8bba", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u4e00\u7b14\u753b\u95ee\u9898\u662f\u62d3\u6251\u5b66\u7684\u53d1\u7aef\uff0c\u7814\u7a76\u70b9\u4e0e\u7ebf\u7684\u4e00\u822c\u5173\u7cfb\u3002", "to": "\u62d3\u6251\u5b66", "width": 7.0}, {"created_at": 1752884120, "description": "\u6982\u7387\u8bba\u4e0e\u7edf\u8ba1\u5b66\u4e92\u8865\uff0c\u524d\u8005\u5b9a\u4e49\u6982\u7387\uff0c\u540e\u8005\u901a\u8fc7\u6570\u636e\u4f30\u8ba1\u6982\u7387\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u4e8b\u4ef6\u548c\u6982\u7387", "keywords": "\u6570\u636e\u79d1\u5b66,\u6982\u7387\u7406\u8bba", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u6982\u7387\u8bba\u4e0e\u7edf\u8ba1\u5b66\u4e92\u8865\uff0c\u524d\u8005\u5b9a\u4e49\u6982\u7387\uff0c\u540e\u8005\u901a\u8fc7\u6570\u636e\u4f30\u8ba1\u6982\u7387\u3002", "to": "\u7edf\u8ba1\u5b66", "width": 8.0}, {"created_at": 1752884142, "description": "Probability theory and statistics both study random phenomena but differ in approach: probability is theoretical, while statistics is data-driven.\u003cSEP\u003eProbability theory provides the mathematical foundation for statistical methods used to analyze random phenomena.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "complementary disciplines,data analysis,mathematical foundation,methodological contrast", "source_id": "chunk-d2679c276a6549feb7b170286ac40568\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Probability theory and statistics both study random phenomena but differ in approach: probability is theoretical, while statistics is data-driven.\u003cSEP\u003eProbability theory provides the mathematical foundation for statistical methods used to analyze random phenomena.", "to": "\u6982\u7387\u8bba", "width": 18.0}, {"created_at": 1752884142, "description": "Statistics has thrived in the big data era due to increased availability of data for analyzing uncertainty.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "data-driven growth,technological advancement", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Statistics has thrived in the big data era due to increased availability of data for analyzing uncertainty.", "to": "\u5927\u6570\u636e\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752884142, "description": "Statistics integrates with machine learning to analyze large datasets, enhancing predictive modeling in the big data era.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "algorithmic analysis,data science", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Statistics integrates with machine learning to analyze large datasets, enhancing predictive modeling in the big data era.", "to": "\u673a\u5668\u5b66\u4e60", "width": 8.0}, {"created_at": 1752884142, "description": "Statistics emphasizes correlational relationships, capturing probabilistic associations between variables.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "non-deterministic analysis,probabilistic linkage", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Statistics emphasizes correlational relationships, capturing probabilistic associations between variables.", "to": "\u76f8\u5173\u5173\u7cfb", "width": 7.0}, {"created_at": 1752884145, "description": "Statistics uses samples to make inferences about populations.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "data inference,sampling", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Statistics uses samples to make inferences about populations.", "to": "\u6837\u672c", "width": 8.0}, {"created_at": 1752884148, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u4e00\u79cd\u65b9\u6cd5\uff0c\u7528\u4e8e\u53c2\u6570\u4f30\u8ba1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "parameter estimation,statistical methods", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u4e00\u79cd\u65b9\u6cd5\uff0c\u7528\u4e8e\u53c2\u6570\u4f30\u8ba1\u3002", "to": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "width": 8.0}, {"created_at": 1752884148, "description": "\u547d\u540d\u6570\u636e\u53ef\u4ee5\u5229\u7528\u7edf\u8ba1\u5b66\u7684\u73b0\u6709\u65b9\u6cd5\u8fdb\u884c\u5904\u7406\u548c\u5206\u6790\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "data processing,statistical methods", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u547d\u540d\u6570\u636e\u53ef\u4ee5\u5229\u7528\u7edf\u8ba1\u5b66\u7684\u73b0\u6709\u65b9\u6cd5\u8fdb\u884c\u5904\u7406\u548c\u5206\u6790\u3002", "to": "\u547d\u540d\u6570\u636e", "width": 8.0}, {"created_at": 1752884148, "description": "\u7edf\u8ba1\u5b66\u5c1a\u672a\u5f62\u6210\u5145\u5206\u5229\u7528\u6807\u8bb0\u6570\u636e\u7684\u7406\u8bba\u548c\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "data analysis,theoretical gaps", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u7edf\u8ba1\u5b66\u5c1a\u672a\u5f62\u6210\u5145\u5206\u5229\u7528\u6807\u8bb0\u6570\u636e\u7684\u7406\u8bba\u548c\u65b9\u6cd5\u3002", "to": "\u6807\u8bb0\u6570\u636e", "width": 7.0}, {"created_at": 1752884148, "description": "\u9891\u6570\u56fe\u8868\u662f\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u6570\u636e\u53ef\u89c6\u5316\u7684\u5de5\u5177\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "data visualization,statistical tools", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u9891\u6570\u56fe\u8868\u662f\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u6570\u636e\u53ef\u89c6\u5316\u7684\u5de5\u5177\u3002", "to": "\u9891\u6570\u56fe\u8868", "width": 9.0}, {"created_at": 1752884148, "description": "\u9891\u7387\u56fe\u8868\u662f\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u663e\u793a\u6570\u636e\u6bd4\u4f8b\u7684\u5de5\u5177\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "data visualization,proportional analysis", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u9891\u7387\u56fe\u8868\u662f\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u663e\u793a\u6570\u636e\u6bd4\u4f8b\u7684\u5de5\u5177\u3002", "to": "\u9891\u7387\u56fe\u8868", "width": 9.0}, {"created_at": 1752884151, "description": "Statistical analysis often involves hypothesis testing where binary logic doesn\u0027t directly apply.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "inference,statistical methods", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Statistical analysis often involves hypothesis testing where binary logic doesn\u0027t directly apply.", "to": "\u5047\u8bbe\u68c0\u9a8c", "width": 8.0}, {"created_at": 1752884191, "description": "The Simpson Diversity Index is a statistical tool used to measure biodiversity in ecological studies.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "diversity measurement,ecological statistics", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The Simpson Diversity Index is a statistical tool used to measure biodiversity in ecological studies.", "to": "\u8f9b\u666e\u68ee\u591a\u6837\u6027\u6307\u6570", "width": 9.0}, {"created_at": 1752884192, "description": "Statistics is transforming mathematics by shifting focus from abstract proofs to data-driven discoveries.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u5b66", "keywords": "interdisciplinary,methodological shift", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Statistics is transforming mathematics by shifting focus from abstract proofs to data-driven discoveries.", "to": "\u6570\u5b66", "width": 8.0}, {"created_at": 1752884120, "description": "\u6837\u672c\u662f\u603b\u4f53\u7684\u968f\u673a\u53d8\u91cf\u8868\u73b0\uff0c\u7528\u4e8e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6837\u672c\u548c\u603b\u4f53", "keywords": "\u7edf\u8ba1\u63a8\u65ad,\u968f\u673a\u6027", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u6837\u672c\u662f\u603b\u4f53\u7684\u968f\u673a\u53d8\u91cf\u8868\u73b0\uff0c\u7528\u4e8e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u3002", "to": "\u968f\u673a\u53d8\u91cf", "width": 9.0}, {"created_at": 1752884129, "description": "The Pythagorean school studied fractions as expressions of proportional relationships between quantities.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "mathematical philosophy,proportional theory", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The Pythagorean school studied fractions as expressions of proportional relationships between quantities.", "to": "\u5206\u6570", "width": 7.0}, {"created_at": 1752884130, "description": "Pythagoras founded and led this school that developed mathematical music theory.\u003cSEP\u003eThe Pythagorean school\u0027s philosophy was shaped by Pythagoras\u0027 discovery of numerical ratios in music.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u521b\u7acb\u5e76\u9886\u5bfc\u8be5\u5b66\u6d3e\uff0c\u63d0\u51fa\u6838\u5fc3\u54f2\u5b66\u601d\u60f3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "intellectual leadership,intellectual legacy,mathematical discovery,philosophical foundation,philosophical leadership,philosophical school", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d\u003cSEP\u003echunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Pythagoras founded and led this school that developed mathematical music theory.\u003cSEP\u003eThe Pythagorean school\u0027s philosophy was shaped by Pythagoras\u0027 discovery of numerical ratios in music.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u521b\u7acb\u5e76\u9886\u5bfc\u8be5\u5b66\u6d3e\uff0c\u63d0\u51fa\u6838\u5fc3\u54f2\u5b66\u601d\u60f3\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "width": 28.0}, {"created_at": 1752884139, "description": "The Pythagorean School may have used a precursor to Euler\u0027s formula to deduce the existence of only five regular polyhedra, though they did not formally prove it.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "mathematical deduction,polyhedral properties", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The Pythagorean School may have used a precursor to Euler\u0027s formula to deduce the existence of only five regular polyhedra, though they did not formally prove it.", "to": "\u6b27\u62c9\u516c\u5f0f", "width": 8.0}, {"created_at": 1752884139, "description": "The Pythagorean School pioneered deductive reasoning in mathematics, establishing foundational logical methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "logical foundation,mathematical methodology", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The Pythagorean School pioneered deductive reasoning in mathematics, establishing foundational logical methods.", "to": "\u6f14\u7ece\u63a8\u7406", "width": 9.0}, {"created_at": 1752884153, "description": "The school discovered that musical intervals correspond to simple integer ratios.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "mathematical music theory,scientific discovery", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "The school discovered that musical intervals correspond to simple integer ratios.", "to": "\u81ea\u7136\u6570\u4e4b\u6bd4\u4e0e\u97f3\u5f8b", "width": 10.0}, {"created_at": 1752884154, "description": "The school\u0027s work was deeply rooted in the cultural and intellectual milieu of ancient Greece.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "cultural embedding,historical context", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "The school\u0027s work was deeply rooted in the cultural and intellectual milieu of ancient Greece.", "to": "\u53e4\u5e0c\u814a", "width": 7.0}, {"created_at": 1752884154, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u8ba4\u4e3a\u81ea\u7136\u6570\u662f\u5b87\u5b99\u548c\u8c10\u7684\u57fa\u7840\uff0c\u63d0\u51fa\u0027\u4e07\u7269\u7686\u6570\u0027\u7684\u7406\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "mathematics,philosophy", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u8ba4\u4e3a\u81ea\u7136\u6570\u662f\u5b87\u5b99\u548c\u8c10\u7684\u57fa\u7840\uff0c\u63d0\u51fa\u0027\u4e07\u7269\u7686\u6570\u0027\u7684\u7406\u5ff5\u3002", "to": "\u81ea\u7136\u6570", "width": 10.0}, {"created_at": 1752884154, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u8bc4\u4ef7\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5c06\u6570\u5b66\u89c6\u4e3a\u4e00\u5207\u5b58\u5728\u7684\u672c\u539f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "historical account,philosophical critique", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u8bc4\u4ef7\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5c06\u6570\u5b66\u89c6\u4e3a\u4e00\u5207\u5b58\u5728\u7684\u672c\u539f\u3002", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "width": 6.0}, {"created_at": 1752884154, "description": "The Pythagorean school discovered the existence of irrational numbers, a breakthrough in mathematics.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u4e86\u65e0\u7406\u6570\uff0c\u5bfc\u81f4\u4ed6\u4eec\u8f6c\u5411\u51e0\u4f55\u65b9\u6cd5\u89e3\u91ca\u4ee3\u6570\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "conceptual shift,mathematical discovery,number theory", "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "The Pythagorean school discovered the existence of irrational numbers, a breakthrough in mathematics.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u4e86\u65e0\u7406\u6570\uff0c\u5bfc\u81f4\u4ed6\u4eec\u8f6c\u5411\u51e0\u4f55\u65b9\u6cd5\u89e3\u91ca\u4ee3\u6570\u95ee\u9898\u3002", "to": "\u65e0\u7406\u6570", "width": 17.0}, {"created_at": 1752884155, "description": "This ancient school first studied perfect numbers and their mathematical properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "historical discovery,number theory", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "This ancient school first studied perfect numbers and their mathematical properties.", "to": "\u5b8c\u6ee1\u6570", "width": 7.0}, {"created_at": 1752884158, "description": "The Pythagoreans contributed to the understanding of irrational numbers, which is relevant to the nature of \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "irrational numbers,mathematical theory", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The Pythagoreans contributed to the understanding of irrational numbers, which is relevant to the nature of \u03c0.", "to": "\u5706\u5468\u7387", "width": 7.0}, {"created_at": 1752884120, "description": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\u662f\u62d3\u6251\u5b66\u7684\u8d77\u6e90\u4e4b\u4e00\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "keywords": "\u62d3\u6251\u53d1\u7aef,\u6570\u5b66\u95ee\u9898", "source_id": "chunk-5bc72352d3552516e17e5466f1f1fa7d", "title": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\u662f\u62d3\u6251\u5b66\u7684\u8d77\u6e90\u4e4b\u4e00\u3002", "to": "\u62d3\u6251\u5b66", "width": 8.0}, {"created_at": 1752884140, "description": "Euler resolved the K\u00f6nigsberg bridge problem by creating graph theory, a milestone in mathematics.\u003cSEP\u003e\u6b27\u62c9\u62bd\u8c61\u5e76\u89e3\u51b3\u4e86\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\uff0c\u5f00\u521b\u4e86\u56fe\u8bba\u548c\u62d3\u6251\u5b66\u7684\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "keywords": "mathematical innovation,problem-solving", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "Euler resolved the K\u00f6nigsberg bridge problem by creating graph theory, a milestone in mathematics.\u003cSEP\u003e\u6b27\u62c9\u62bd\u8c61\u5e76\u89e3\u51b3\u4e86\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898\uff0c\u5f00\u521b\u4e86\u56fe\u8bba\u548c\u62d3\u6251\u5b66\u7684\u7814\u7a76\u3002", "to": "\u6b27\u62c9", "width": 20.0}, {"created_at": 1752884140, "description": "The city\u0027s seven bridges inspired the famous problem later solved by Euler.\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u662f\u4e03\u5ea7\u6865\u95ee\u9898\u7684\u53d1\u6e90\u5730\uff0c\u5f53\u5730\u5c45\u6c11\u63d0\u51fa\u7684\u95ee\u9898\u5f15\u53d1\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "keywords": "geographical influence,historical context,historical significance,origin", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "The city\u0027s seven bridges inspired the famous problem later solved by Euler.\u003cSEP\u003e\u54e5\u5c3c\u65af\u5821\u662f\u4e03\u5ea7\u6865\u95ee\u9898\u7684\u53d1\u6e90\u5730\uff0c\u5f53\u5730\u5c45\u6c11\u63d0\u51fa\u7684\u95ee\u9898\u5f15\u53d1\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u7814\u7a76\u3002", "to": "\u54e5\u5c3c\u65af\u5821", "width": 16.0}, {"created_at": 1752884140, "description": "The bridge problem\u0027s abstraction established fundamental graph theory principles.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865\u95ee\u9898", "keywords": "problem formulation,theoretical breakthrough", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "The bridge problem\u0027s abstraction established fundamental graph theory principles.", "to": "\u56fe\u8bba", "width": 10.0}, {"created_at": 1752884120, "description": "\u968f\u673a\u53d8\u91cf\u7684\u53d6\u503c\u5206\u5e03\u6784\u6210\u603b\u4f53\uff0c\u4e24\u8005\u662f\u7406\u8bba\u4e0e\u89c2\u6d4b\u7684\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u53d8\u91cf", "keywords": "\u6982\u7387\u5206\u5e03,\u7406\u8bba\u6846\u67b6", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u968f\u673a\u53d8\u91cf\u7684\u53d6\u503c\u5206\u5e03\u6784\u6210\u603b\u4f53\uff0c\u4e24\u8005\u662f\u7406\u8bba\u4e0e\u89c2\u6d4b\u7684\u5173\u7cfb\u3002", "to": "\u603b\u4f53", "width": 8.0}, {"created_at": 1752884190, "description": "\u5bc6\u5ea6\u51fd\u6570\u7528\u4e8e\u63cf\u8ff0\u8fde\u7eed\u578b\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5206\u5e03\u7279\u5f81\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u53d8\u91cf", "keywords": "\u6570\u5b66\u8868\u8fbe,\u6982\u7387\u63cf\u8ff0", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u5bc6\u5ea6\u51fd\u6570\u7528\u4e8e\u63cf\u8ff0\u8fde\u7eed\u578b\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5206\u5e03\u7279\u5f81\u3002", "to": "\u5bc6\u5ea6\u51fd\u6570", "width": 7.0}, {"created_at": 1752884190, "description": "\u4fe1\u606f\u71b5\u53ef\u4ee5\u5e94\u7528\u4e8e\u79bb\u6563\u548c\u8fde\u7eed\u578b\u968f\u673a\u53d8\u91cf\u7684\u4fe1\u606f\u91cf\u6d4b\u91cf\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u53d8\u91cf", "keywords": "\u6570\u5b66\u63a8\u5e7f,\u7406\u8bba\u5e94\u7528", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u4fe1\u606f\u71b5\u53ef\u4ee5\u5e94\u7528\u4e8e\u79bb\u6563\u548c\u8fde\u7eed\u578b\u968f\u673a\u53d8\u91cf\u7684\u4fe1\u606f\u91cf\u6d4b\u91cf\u3002", "to": "\u4fe1\u606f\u71b5", "width": 8.0}, {"created_at": 1752884120, "description": "Samples are drawn from populations to enable statistical analysis.\u003cSEP\u003e\u6837\u672c\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\uff0c\u7528\u4e8e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u603b\u4f53", "keywords": "representation,sampling,\u6570\u636e\u4ee3\u8868\u6027,\u7edf\u8ba1\u63a8\u65ad", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-d606ad10186764121c125503135f2f7c", "title": "Samples are drawn from populations to enable statistical analysis.\u003cSEP\u003e\u6837\u672c\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\uff0c\u7528\u4e8e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u3002", "to": "\u6837\u672c", "width": 16.0}, {"created_at": 1752884120, "description": "\u5206\u7ec4\u539f\u5219\u5e2e\u52a9\u63d0\u53d6\u5927\u6570\u636e\u7279\u5f81\u5e76\u538b\u7f29\u4fe1\u606f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u5206\u7ec4", "keywords": "\u4fe1\u606f\u5904\u7406,\u7279\u5f81\u63d0\u53d6", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u5206\u7ec4\u539f\u5219\u5e2e\u52a9\u63d0\u53d6\u5927\u6570\u636e\u7279\u5f81\u5e76\u538b\u7f29\u4fe1\u606f\u3002", "to": "\u5927\u6570\u636e", "width": 8.0}, {"created_at": 1752884144, "description": "The 2011 curriculum introduced classification concepts as foundational statistical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u5206\u7ec4", "keywords": "educational reform,methodology integration", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The 2011 curriculum introduced classification concepts as foundational statistical knowledge.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "width": 7.0}, {"created_at": 1752884144, "description": "The 2022 curriculum advanced data classification techniques for middle school statistics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u5206\u7ec4", "keywords": "curriculum development,statistical education", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The 2022 curriculum advanced data classification techniques for middle school statistics.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u7248)\u300b", "width": 8.0}, {"created_at": 1752884144, "description": "Chinese philosophy\u0027s emphasis on categorical relationships aligns with modern data classification needs.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u5206\u7ec4", "keywords": "analytical frameworks,cultural influence", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Chinese philosophy\u0027s emphasis on categorical relationships aligns with modern data classification needs.", "to": "\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66", "width": 6.0}, {"created_at": 1752884144, "description": "Big data complexities necessitate advanced classification techniques for analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u5206\u7ec4", "keywords": "research methods,technological demand", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Big data complexities necessitate advanced classification techniques for analysis.", "to": "\u5927\u6570\u636e\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752884120, "description": "\u5206\u6b65\u5f0f\u7b97\u6cd5\u4f9d\u8d56\u591a\u8ba1\u7b97\u673a\u5e76\u884c\u5904\u7406\u5927\u6570\u636e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6b65\u5f0f\u7b97\u6cd5", "keywords": "\u5206\u5e03\u5f0f\u8ba1\u7b97,\u6548\u7387\u4f18\u5316", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u5206\u6b65\u5f0f\u7b97\u6cd5\u4f9d\u8d56\u591a\u8ba1\u7b97\u673a\u5e76\u884c\u5904\u7406\u5927\u6570\u636e\u3002", "to": "\u5e76\u884c\u8ba1\u7b97", "width": 9.0}, {"created_at": 1752884120, "description": "\u9009\u62e9\u5408\u9002\u7684\u5e73\u5747\u65b9\u6cd5\u9700\u7ed3\u5408\u5177\u4f53\u95ee\u9898\u573a\u666f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u5747\u72b6\u6001", "keywords": "\u60c5\u5883\u9002\u914d,\u6570\u636e\u5206\u6790", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u9009\u62e9\u5408\u9002\u7684\u5e73\u5747\u65b9\u6cd5\u9700\u7ed3\u5408\u5177\u4f53\u95ee\u9898\u573a\u666f\u3002", "to": "\u95ee\u9898\u80cc\u666f", "width": 7.0}, {"created_at": 1752884147, "description": "Qualitative data quantification includes transforming nominal data into analyzable numerical formats.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9a\u6027\u6570\u636e\u5b9a\u91cf\u5316", "keywords": "data transformation,statistical processing", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Qualitative data quantification includes transforming nominal data into analyzable numerical formats.", "to": "\u540d\u4e49\u6570\u636e", "width": 7.0}, {"created_at": 1752884147, "description": "Qualitative data quantification includes transforming ordinal data into analyzable numerical formats.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9a\u6027\u6570\u636e\u5b9a\u91cf\u5316", "keywords": "data transformation,statistical processing", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Qualitative data quantification includes transforming ordinal data into analyzable numerical formats.", "to": "\u987a\u5e8f\u6570\u636e", "width": 7.0}, {"created_at": 1752884120, "description": "\u547d\u9898\u662f\u63a8\u7406\u7684\u57fa\u7840\u5355\u5143\uff0c\u63a8\u7406\u9a8c\u8bc1\u547d\u9898\u6b63\u786e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "\u903b\u8f91\u94fe\u6761,\u9a8c\u8bc1\u8fc7\u7a0b", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "\u547d\u9898\u662f\u63a8\u7406\u7684\u57fa\u7840\u5355\u5143\uff0c\u63a8\u7406\u9a8c\u8bc1\u547d\u9898\u6b63\u786e\u6027\u3002", "to": "\u6570\u5b66\u63a8\u7406", "width": 10.0}, {"created_at": 1752884121, "description": "Mathematical propositions rely on clear definitions to enable judgment and reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "foundational clarity,logical structure", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Mathematical propositions rely on clear definitions to enable judgment and reasoning.", "to": "\u6570\u5b66\u5b9a\u4e49", "width": 8.0}, {"created_at": 1752884123, "description": "\u6570\u5b66\u547d\u9898\u5e38\u4ee5\u4e09\u89d2\u5f62\u4e3a\u4f8b\uff0c\u8bf4\u660e\u5982\u4f55\u4ece\u6570\u5b66\u89d2\u5ea6\u8fdb\u884c\u5224\u65ad\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "\u7814\u7a76\u5bf9\u8c61,\u793a\u4f8b", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "\u6570\u5b66\u547d\u9898\u5e38\u4ee5\u4e09\u89d2\u5f62\u4e3a\u4f8b\uff0c\u8bf4\u660e\u5982\u4f55\u4ece\u6570\u5b66\u89d2\u5ea6\u8fdb\u884c\u5224\u65ad\u3002", "to": "\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752884123, "description": "\u738b\u529b\u7684\u8bed\u8a00\u5b66\u89c2\u70b9\u88ab\u5f15\u7528\u6765\u652f\u6301\u6570\u5b66\u547d\u9898\u7684\u754c\u5b9a\u6807\u51c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "\u5b66\u672f\u5f15\u7528,\u7406\u8bba\u652f\u6301", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "\u738b\u529b\u7684\u8bed\u8a00\u5b66\u89c2\u70b9\u88ab\u5f15\u7528\u6765\u652f\u6301\u6570\u5b66\u547d\u9898\u7684\u754c\u5b9a\u6807\u51c6\u3002", "to": "\u738b\u529b", "width": 6.0}, {"created_at": 1752884123, "description": "Real numbers serve as common subjects for mathematical propositions about quantitative properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "mathematical objects,subject matter", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Real numbers serve as common subjects for mathematical propositions about quantitative properties.", "to": "\u5b9e\u6570", "width": 7.0}, {"created_at": 1752884123, "description": "Property propositions constitute one of the two main types of mathematical propositions.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "classification,proposition forms", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Property propositions constitute one of the two main types of mathematical propositions.", "to": "\u6027\u8d28\u547d\u9898", "width": 9.0}, {"created_at": 1752884123, "description": "Mathematical propositions\u0027 context-independence contrasts with modern philosophy\u0027s emphasis on situational meaning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "meaning construction,theoretical contrast", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Mathematical propositions\u0027 context-independence contrasts with modern philosophy\u0027s emphasis on situational meaning.", "to": "\u73b0\u4ee3\u54f2\u5b66", "width": 7.0}, {"created_at": 1752884125, "description": "Relational propositions are a specific type of mathematical proposition used in reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "logical structures,proposition types", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Relational propositions are a specific type of mathematical proposition used in reasoning.", "to": "\u5173\u7cfb\u547d\u9898", "width": 8.0}, {"created_at": 1752884125, "description": "The conjecture represents a famous example of mathematical proposition in reasoning studies.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u547d\u9898", "keywords": "mathematical challenge,proposition example", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "The conjecture represents a famous example of mathematical proposition in reasoning studies.", "to": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "width": 7.0}, {"created_at": 1752884121, "description": "Educational standards emphasize logical and algebraic reasoning over traditional axiomatic methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u63a8\u7406", "keywords": "educational reform,reasoning focus", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Educational standards emphasize logical and algebraic reasoning over traditional axiomatic methods.", "to": "\u8bfe\u7a0b\u6807\u51c6", "width": 7.0}, {"created_at": 1752884124, "description": "\u6570\u5b66\u63a8\u7406\u5728\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u4f9d\u8d56\u57fa\u672c\u4e8b\u5b9e\u4f5c\u4e3a\u8bc1\u660e\u4f9d\u636e\uff0c\u800c\u975e\u4e25\u683c\u7684\u516c\u7406\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u63a8\u7406", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u6570\u5b66\u63a8\u7406\u5728\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u4f9d\u8d56\u57fa\u672c\u4e8b\u5b9e\u4f5c\u4e3a\u8bc1\u660e\u4f9d\u636e\uff0c\u800c\u975e\u4e25\u683c\u7684\u516c\u7406\u4f53\u7cfb\u3002", "to": "\u57fa\u672c\u4e8b\u5b9e", "width": 8.0}, {"created_at": 1752884149, "description": "\u6570\u5b66\u5b9a\u4e49\u548c\u63a8\u7406\u662f\u521d\u4e2d\u6570\u5b66\u7684\u4e24\u4e2a\u6838\u5fc3\u8981\u7d20", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u63a8\u7406", "keywords": "educational focus,mathematical fundamentals", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u6570\u5b66\u5b9a\u4e49\u548c\u63a8\u7406\u662f\u521d\u4e2d\u6570\u5b66\u7684\u4e24\u4e2a\u6838\u5fc3\u8981\u7d20", "to": "\u6570\u5b66\u5b9a\u4e49", "width": 9.0}, {"created_at": 1752884152, "description": "The text discusses the essence of syllogistic reasoning and its relation to mathematical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u63a8\u7406", "keywords": "logic,reasoning,syllogism", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "The text discusses the essence of syllogistic reasoning and its relation to mathematical reasoning.", "to": "\u4e09\u6bb5\u8bba", "width": 9.0}, {"created_at": 1752884152, "description": "Universal forms translate directly to mathematical implications through subset relations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u63a8\u7406", "keywords": "formal logic,mathematical reasoning", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Universal forms translate directly to mathematical implications through subset relations.", "to": "\u5168\u79f0\u80af\u5b9a\u578b", "width": 8.0}, {"created_at": 1752884127, "description": "Elementary mathematics introduces deductive reasoning patterns through algebraic justification of concepts like \u0027Invariance of Quotient\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "foundational skills,logical thinking", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Elementary mathematics introduces deductive reasoning patterns through algebraic justification of concepts like \u0027Invariance of Quotient\u0027.", "to": "\u6f14\u7ece\u63a8\u7406", "width": 7.0}, {"created_at": 1752884127, "description": "\u5206\u914d\u5f8b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u591a\u4f4d\u6570\u4e58\u6cd5\u7b97\u6cd5\u7684\u7406\u8bba\u57fa\u7840\uff0c\u7528\u4e8e\u89e3\u91ca\u7b97\u7406\u548c\u7b97\u6cd5\u7684\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "\u6570\u5b66\u57fa\u7840,\u8fd0\u7b97\u89c4\u5219", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5206\u914d\u5f8b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u591a\u4f4d\u6570\u4e58\u6cd5\u7b97\u6cd5\u7684\u7406\u8bba\u57fa\u7840\uff0c\u7528\u4e8e\u89e3\u91ca\u7b97\u7406\u548c\u7b97\u6cd5\u7684\u5173\u7cfb\u3002", "to": "\u5206\u914d\u5f8b", "width": 8.0}, {"created_at": 1752884130, "description": "\u5206\u6570\u5728\u5c0f\u5b66\u6570\u5b66\u4e2d\u4f5c\u4e3a\u9664\u6cd5\u8fd0\u7b97\u7684\u8868\u793a\u5f62\u5f0f\uff0c\u4f9d\u8d56\u4e58\u6cd5\u9006\u8fd0\u7b97\u548c\u7b49\u5f0f\u6027\u8d28\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "\u6570\u5b66\u6559\u80b2,\u6982\u5ff5\u57fa\u7840", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u5206\u6570\u5728\u5c0f\u5b66\u6570\u5b66\u4e2d\u4f5c\u4e3a\u9664\u6cd5\u8fd0\u7b97\u7684\u8868\u793a\u5f62\u5f0f\uff0c\u4f9d\u8d56\u4e58\u6cd5\u9006\u8fd0\u7b97\u548c\u7b49\u5f0f\u6027\u8d28\u3002", "to": "\u5206\u6570", "width": 7.0}, {"created_at": 1752884140, "description": "The curriculum standard explicitly designs the pedagogical path for spatial concept development starting from primary school.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "educational framework,structured learning", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "The curriculum standard explicitly designs the pedagogical path for spatial concept development starting from primary school.", "to": "\u4e49\u6559\u6570\u5b66\u8bfe\u6807", "width": 8.0}, {"created_at": 1752884140, "description": "Elementary curriculum systematically develops spatial awareness through concrete 3D object classification.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "cognitive development,pedagogical approach", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Elementary curriculum systematically develops spatial awareness through concrete 3D object classification.", "to": "\u7a7a\u95f4\u89c2\u5ff5", "width": 7.0}, {"created_at": 1752884120, "description": "Syllogistic structures form the backbone of formal mathematical proofs.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "argument validation,logical structure", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "Syllogistic structures form the backbone of formal mathematical proofs.", "to": "\u6570\u5b66\u7684\u8bc1\u660e", "width": 9.0}, {"created_at": 1752884150, "description": "Aristotle invented the syllogism, which became a foundational tool for logical and mathematical reasoning.\u003cSEP\u003eAristotle provided examples of syllogism types, emphasizing the importance of logical reasoning.\u003cSEP\u003eAristotle provided examples of syllogism types, which are foundational to logical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "invention,logic,logical foundation,reasoning,syllogism", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-0964df21863daa9d94600fd5f7268928", "title": "Aristotle invented the syllogism, which became a foundational tool for logical and mathematical reasoning.\u003cSEP\u003eAristotle provided examples of syllogism types, emphasizing the importance of logical reasoning.\u003cSEP\u003eAristotle provided examples of syllogism types, which are foundational to logical reasoning.", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "width": 28.0}, {"created_at": 1752884151, "description": "Mathematical proofs often employ syllogistic forms like universal affirmative and universal negative for logical deduction.\u003cSEP\u003eSyllogisms provide a structured framework for mathematical proofs, though not all proofs fit this form.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "logical framework,proof methodology,proof structure,reasoning framework", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Mathematical proofs often employ syllogistic forms like universal affirmative and universal negative for logical deduction.\u003cSEP\u003eSyllogisms provide a structured framework for mathematical proofs, though not all proofs fit this form.", "to": "\u6570\u5b66\u8bc1\u660e", "width": 16.0}, {"created_at": 1752884151, "description": "The first figure represents the fundamental structure of syllogistic reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "foundation,logical structure", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The first figure represents the fundamental structure of syllogistic reasoning.", "to": "\u7b2c\u4e00\u683c", "width": 8.0}, {"created_at": 1752884151, "description": "Medieval scholars expanded Aristotle\u0027s original three syllogism figures to four.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "intellectual development,logical theory", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Medieval scholars expanded Aristotle\u0027s original three syllogism figures to four.", "to": "\u4e2d\u4e16\u7eaa\u7ecf\u9662\u5b66\u8005", "width": 7.0}, {"created_at": 1752884151, "description": "Deductive reasoning is operationalized through syllogistic forms, such as those outlined by Aristotle.\u003cSEP\u003e\u4e09\u6bb5\u8bba\u662f\u6f14\u7ece\u63a8\u7406\u7684\u7ecf\u5178\u8868\u73b0\u5f62\u5f0f\uff0c\u901a\u8fc7\u524d\u63d0\u5fc5\u7136\u63a8\u51fa\u7ed3\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "logical process,reasoning method,\u63a8\u7406\u7ed3\u6784,\u903b\u8f91\u5f62\u5f0f", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb\u003cSEP\u003echunk-7719147afc84fa56038af71629c88a4b", "title": "Deductive reasoning is operationalized through syllogistic forms, such as those outlined by Aristotle.\u003cSEP\u003e\u4e09\u6bb5\u8bba\u662f\u6f14\u7ece\u63a8\u7406\u7684\u7ecf\u5178\u8868\u73b0\u5f62\u5f0f\uff0c\u901a\u8fc7\u524d\u63d0\u5fc5\u7136\u63a8\u51fa\u7ed3\u8bba\u3002", "to": "\u6f14\u7ece\u63a8\u7406", "width": 18.0}, {"created_at": 1752884152, "description": "Goldbach\u0027s Conjecture is used as an example to illustrate the limitations of special affirmative syllogism in mathematical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "logic,mathematics,reasoning", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Goldbach\u0027s Conjecture is used as an example to illustrate the limitations of special affirmative syllogism in mathematical reasoning.", "to": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "width": 9.0}, {"created_at": 1752884152, "description": "Syllogisms form building blocks for extended deductive chains in complex reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "deductive chains,logical construction", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Syllogisms form building blocks for extended deductive chains in complex reasoning.", "to": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406", "width": 8.0}, {"created_at": 1752884152, "description": "Russell analyzes syllogistic forms to expose metaphysical errors in reasoning about existence.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u6bb5\u8bba", "keywords": "error analysis,philosophical logic", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Russell analyzes syllogistic forms to expose metaphysical errors in reasoning about existence.", "to": "\u7f57\u7d20", "width": 8.0}, {"created_at": 1752884120, "description": "Arithmetic operations derive their validity from underlying axiomatic systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "foundational rules,operational consistency", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "Arithmetic operations derive their validity from underlying axiomatic systems.", "to": "\u56db\u5219\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884124, "description": "\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7279\u522b\u5f3a\u8c03\u7cfb\u7edf\u5185\u90e8\u7684\u76f8\u5bb9\u6027\u8981\u6c42\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "\u6570\u5b66\u4e25\u8c28\u6027,\u903b\u8f91\u8981\u6c42", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u7279\u522b\u5f3a\u8c03\u7cfb\u7edf\u5185\u90e8\u7684\u76f8\u5bb9\u6027\u8981\u6c42\u3002", "to": "\u76f8\u5bb9\u6027", "width": 9.0}, {"created_at": 1752884124, "description": "\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u8ffd\u6c42\u7cfb\u7edf\u5185\u6240\u6709\u771f\u547d\u9898\u90fd\u53ef\u88ab\u8bc1\u660e\u7684\u5b8c\u5907\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "\u6570\u5b66\u57fa\u7840,\u7406\u8bba\u5b8c\u5584", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u73b0\u4ee3\u516c\u7406\u4f53\u7cfb\u8ffd\u6c42\u7cfb\u7edf\u5185\u6240\u6709\u771f\u547d\u9898\u90fd\u53ef\u88ab\u8bc1\u660e\u7684\u5b8c\u5907\u6027\u3002", "to": "\u5b8c\u5907\u6027", "width": 9.0}, {"created_at": 1752884120, "description": "The theorem governs how primes constitute the multiplicative building blocks of numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u672f\u57fa\u672c\u5b9a\u7406", "keywords": "factorization,number theory", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "The theorem governs how primes constitute the multiplicative building blocks of numbers.", "to": "\u7d20\u6570\u7684\u5206\u5e03", "width": 8.0}, {"created_at": 1752884154, "description": "The fundamental theorem of arithmetic establishes primes as the basic building blocks of natural numbers, highlighting their significance in number theory.\u003cSEP\u003e\u8be5\u5b9a\u7406\u63cf\u8ff0\u81ea\u7136\u6570\u5982\u4f55\u552f\u4e00\u5206\u89e3\u4e3a\u7d20\u6570\u4e58\u79ef\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u672f\u57fa\u672c\u5b9a\u7406", "keywords": "foundational concept,fundamental principle,number theory", "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "The fundamental theorem of arithmetic establishes primes as the basic building blocks of natural numbers, highlighting their significance in number theory.\u003cSEP\u003e\u8be5\u5b9a\u7406\u63cf\u8ff0\u81ea\u7136\u6570\u5982\u4f55\u552f\u4e00\u5206\u89e3\u4e3a\u7d20\u6570\u4e58\u79ef\u3002", "to": "\u7d20\u6570", "width": 19.0}, {"created_at": 1752884154, "description": "Gauss extended the fundamental theorem of arithmetic to complex numbers, leading to the algebraic fundamental theorem.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u672f\u57fa\u672c\u5b9a\u7406", "keywords": "complex numbers,mathematical extension", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Gauss extended the fundamental theorem of arithmetic to complex numbers, leading to the algebraic fundamental theorem.", "to": "\u9ad8\u65af", "width": 7.0}, {"created_at": 1752884120, "description": "The triangle\u0027s patterns connect to rational approximations of irrational numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u6768\u8f89\u4e09\u89d2\u5f62", "keywords": "approximation,combinatorics", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "The triangle\u0027s patterns connect to rational approximations of irrational numbers.", "to": "\u5706\u5468\u7387\u7684\u6709\u7406\u6570\u8868\u8fbe", "width": 6.0}, {"created_at": 1752884156, "description": "Yang Hui discovered the recursive method for binomial coefficients, known as Yang Hui\u0027s Triangle.", "file_path": "ChuZhongShuXue.docx", "from": "\u6768\u8f89\u4e09\u89d2\u5f62", "keywords": "combinatorics,discovery", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Yang Hui discovered the recursive method for binomial coefficients, known as Yang Hui\u0027s Triangle.", "to": "\u6768\u8f89", "width": 9.0}, {"created_at": 1752884120, "description": "Irrational numbers complete the continuum between rational points.\u003cSEP\u003e\u5b9e\u6570\u5305\u62ec\u65e0\u7406\u6570\uff0c\u5176\u5c0f\u6570\u5f62\u5f0f\u4e3a\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "completeness,number systems,\u6570\u5b66\u5b9a\u4e49,\u6570\u7cfb\u5206\u7c7b", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "Irrational numbers complete the continuum between rational points.\u003cSEP\u003e\u5b9e\u6570\u5305\u62ec\u65e0\u7406\u6570\uff0c\u5176\u5c0f\u6570\u5f62\u5f0f\u4e3a\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570\u3002", "to": "\u5b9e\u6570", "width": 17.0}, {"created_at": 1752884128, "description": "Rational numbers and irrational numbers are both discussed in the context of what can be constructed using compass and straightedge.\u003cSEP\u003eRational numbers and irrational numbers together form the real numbers, with irrational numbers extending the concept beyond fractions.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "geometric limits,mathematical extension,number systems,number theory", "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-dda7ba554b64773a9f739a19965188f1", "title": "Rational numbers and irrational numbers are both discussed in the context of what can be constructed using compass and straightedge.\u003cSEP\u003eRational numbers and irrational numbers together form the real numbers, with irrational numbers extending the concept beyond fractions.", "to": "\u6709\u7406\u6570", "width": 15.0}, {"created_at": 1752884128, "description": "Ancient Indian texts like the \u0027Sulba Sutras\u0027 included early representations of irrational numbers, such as \u221a2.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "historical mathematics,irrational numbers", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Ancient Indian texts like the \u0027Sulba Sutras\u0027 included early representations of irrational numbers, such as \u221a2.", "to": "\u53e4\u5370\u5ea6", "width": 8.0}, {"created_at": 1752884154, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u672c\u300b\u4e2d\u7528\u51e0\u4f55\u65b9\u6cd5\u89e3\u91ca\u65e0\u7406\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "geometric proof,mathematical innovation", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u672c\u300b\u4e2d\u7528\u51e0\u4f55\u65b9\u6cd5\u89e3\u91ca\u65e0\u7406\u6570\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 7.0}, {"created_at": 1752884158, "description": "\u4ee3\u6570\u6570\u662f\u65e0\u7406\u6570\u7684\u5b50\u96c6\uff0c\u5305\u542b\u6240\u6709\u80fd\u4f5c\u4e3a\u6709\u7406\u7cfb\u6570\u591a\u9879\u5f0f\u6839\u7684\u65e0\u7406\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "mathematical classification,number theory", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u4ee3\u6570\u6570\u662f\u65e0\u7406\u6570\u7684\u5b50\u96c6\uff0c\u5305\u542b\u6240\u6709\u80fd\u4f5c\u4e3a\u6709\u7406\u7cfb\u6570\u591a\u9879\u5f0f\u6839\u7684\u65e0\u7406\u6570\u3002", "to": "\u4ee3\u6570\u6570", "width": 9.0}, {"created_at": 1752884158, "description": "\u03c0 is an irrational number, a concept first rigorously studied by the Pythagoreans.\u003cSEP\u003e\u5706\u5468\u7387\u03c0\u662f\u6700\u8457\u540d\u7684\u65e0\u7406\u6570\u4e4b\u4e00\uff0c\u4e0d\u80fd\u8868\u793a\u4e3a\u6709\u7406\u6570\u7684\u5206\u6570\u5f62\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "mathematical constant,mathematical property,number theory", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u03c0 is an irrational number, a concept first rigorously studied by the Pythagoreans.\u003cSEP\u003e\u5706\u5468\u7387\u03c0\u662f\u6700\u8457\u540d\u7684\u65e0\u7406\u6570\u4e4b\u4e00\uff0c\u4e0d\u80fd\u8868\u793a\u4e3a\u6709\u7406\u6570\u7684\u5206\u6570\u5f62\u5f0f\u3002", "to": "\u5706\u5468\u7387", "width": 19.0}, {"created_at": 1752884159, "description": "Liouville constructed specific transcendental numbers, expanding understanding of irrationality.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "construction,existence proof", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Liouville constructed specific transcendental numbers, expanding understanding of irrationality.", "to": "\u67f3\u7ef4\u5c14", "width": 7.0}, {"created_at": 1752884159, "description": "Defining irrational numbers rigorously was pivotal for\u5b9e\u6570\u7406\u8bba\u0027s completion.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "logical foundation,number systems", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Defining irrational numbers rigorously was pivotal for\u5b9e\u6570\u7406\u8bba\u0027s completion.", "to": "\u5b9e\u6570\u7406\u8bba", "width": 9.0}, {"created_at": 1752884159, "description": "Egyptians practically used approximations of irrational numbers like \u221a2.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "ancient mathematics,empirical use", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Egyptians practically used approximations of irrational numbers like \u221a2.", "to": "\u57c3\u53ca\u4eba", "width": 6.0}, {"created_at": 1752884159, "description": "Irrational numbers are approximated using finite decimals in practical calculations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "approximation,practical calculation", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Irrational numbers are approximated using finite decimals in practical calculations.", "to": "\u6709\u9650\u5c0f\u6570", "width": 8.0}, {"created_at": 1752884159, "description": "Georg Cantor contributed to the formal definition and theory of irrational numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "formal definition,mathematical theory", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Georg Cantor contributed to the formal definition and theory of irrational numbers.", "to": "\u5fb7\u56fd\u6570\u5b66\u5bb6\u5eb7\u6258", "width": 9.0}, {"created_at": 1752884160, "description": "Ancient Egypt used approximations of irrational numbers in practical applications.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "historical approximation,practical mathematics", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Ancient Egypt used approximations of irrational numbers in practical applications.", "to": "\u53e4\u57c3\u53ca", "width": 7.0}, {"created_at": 1752884160, "description": "Ancient China used approximations of irrational numbers in practical applications.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "historical approximation,practical mathematics", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Ancient China used approximations of irrational numbers in practical applications.", "to": "\u4e2d\u56fd\u53e4\u4ee3", "width": 7.0}, {"created_at": 1752884160, "description": "Limit operations are used to formally define irrational numbers through convergence.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "convergence theory,mathematical definition", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Limit operations are used to formally define irrational numbers through convergence.", "to": "\u6781\u9650\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752884182, "description": "Greek scholars used geometric methods to address irrational numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u7406\u6570", "keywords": "historical methodology,mathematical reconciliation", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Greek scholars used geometric methods to address irrational numbers.", "to": "\u53e4\u5e0c\u814a\u5b66\u8005", "width": 7.0}, {"created_at": 1752884120, "description": "Complex numbers are needed to satisfy fundamental theorem of algebra.\u003cSEP\u003eComplex numbers ensure all polynomial equations have solutions.", "file_path": "ChuZhongShuXue.docx", "from": "\u590d\u6570", "keywords": "closure,completeness,equation solving,fundamental algebra", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Complex numbers are needed to satisfy fundamental theorem of algebra.\u003cSEP\u003eComplex numbers ensure all polynomial equations have solutions.", "to": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "width": 16.0}, {"created_at": 1752884151, "description": "Complex numbers serve as an example where improper use of syllogistic reasoning in mathematical proofs can lead to incorrect conclusions.", "file_path": "ChuZhongShuXue.docx", "from": "\u590d\u6570", "keywords": "error demonstration,mathematical logic", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Complex numbers serve as an example where improper use of syllogistic reasoning in mathematical proofs can lead to incorrect conclusions.", "to": "\u6570\u5b66\u8bc1\u660e", "width": 7.0}, {"created_at": 1752884161, "description": "Quadratic equations may require complex numbers for solutions.", "file_path": "ChuZhongShuXue.docx", "from": "\u590d\u6570", "keywords": "extension,solutions", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Quadratic equations may require complex numbers for solutions.", "to": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "width": 7.0}, {"created_at": 1752884120, "description": "Pythagorean principles apply to astronomical measurements like solar angles.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u6570", "keywords": "applied geometry,celestial calculation", "source_id": "chunk-edaeb942f2d7bc9b4f269a55a5bdd99f", "title": "Pythagorean principles apply to astronomical measurements like solar angles.", "to": "\u592a\u9633\u7684\u9ad8\u5ea6", "width": 7.0}, {"created_at": 1752884168, "description": "The tablet contains sophisticated examples of Pythagorean triples.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u6570", "keywords": "mathematical tables,number theory", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The tablet contains sophisticated examples of Pythagorean triples.", "to": "\u666e\u6797\u987f322", "width": 10.0}, {"created_at": 1752884168, "description": "The pyramid\u0027s construction likely used (3,4,5) triangles for right angles.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u6570", "keywords": "applied geometry,architectural mathematics", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The pyramid\u0027s construction likely used (3,4,5) triangles for right angles.", "to": "\u80e1\u592b\u91d1\u5b57\u5854", "width": 9.0}, {"created_at": 1752884207, "description": "\u4e24\u8005\u90fd\u4e0e\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u76f8\u5173", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u6570", "keywords": "\u6570\u5b66\u6982\u5ff5", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u4e24\u8005\u90fd\u4e0e\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u76f8\u5173", "to": "\u9648\u5b50\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884121, "description": "The emergence of calculus necessitated rethinking fundamental mathematical definitions.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5b9a\u4e49", "keywords": "conceptual evolution", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "The emergence of calculus necessitated rethinking fundamental mathematical definitions.", "to": "\u5fae\u79ef\u5206", "width": 8.0}, {"created_at": 1752884121, "description": "Formal logic describes definitions as revealing object connotations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5b9a\u4e49", "keywords": "theoretical framework", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Formal logic describes definitions as revealing object connotations.", "to": "\u5f62\u5f0f\u903b\u8f91", "width": 7.0}, {"created_at": 1752884121, "description": "The classical text provides an alternative perspective on mathematical definitions.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5b9a\u4e49", "keywords": "conceptual comparison", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "The classical text provides an alternative perspective on mathematical definitions.", "to": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b", "width": 6.0}, {"created_at": 1752884149, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5efa\u7acb\u4e86\u4e25\u683c\u7684\u6570\u5b66\u5b9a\u4e49\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5b9a\u4e49", "keywords": "axiomatic system,mathematical rigor", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5efa\u7acb\u4e86\u4e25\u683c\u7684\u6570\u5b66\u5b9a\u4e49\u4f53\u7cfb\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 10.0}, {"created_at": 1752884121, "description": "Newton emulated Euclid\u0027s deductive style in his scientific writings.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "methodological inheritance,scientific tradition", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Newton emulated Euclid\u0027s deductive style in his scientific writings.", "to": "\u725b\u987f", "width": 8.0}, {"created_at": 1752884121, "description": "Euclid attempted to define a \u0027point\u0027 as \u0027that which has no part,\u0027 but this definition is insufficient for a substantial definition.\u003cSEP\u003eEuclid provided the classical definition of a point in geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "conceptual definition,definition attempt,foundational concept", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Euclid attempted to define a \u0027point\u0027 as \u0027that which has no part,\u0027 but this definition is insufficient for a substantial definition.\u003cSEP\u003eEuclid provided the classical definition of a point in geometry.", "to": "\u70b9", "width": 16.0}, {"created_at": 1752884121, "description": "Euclid provided the classical definition of a line in geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "conceptual definition", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Euclid provided the classical definition of a line in geometry.", "to": "\u7ebf", "width": 9.0}, {"created_at": 1752884121, "description": "Euclid provided the classical definition of a plane in geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "conceptual definition", "source_id": "chunk-a77717ea766ba1464bcbadc22f73914d", "title": "Euclid provided the classical definition of a plane in geometry.", "to": "\u9762", "width": 9.0}, {"created_at": 1752884121, "description": "Hilbert built upon Euclid\u0027s geometric foundations regarding ratios and magnitudes.\u003cSEP\u003eHilbert revised and expanded Euclid\u0027s geometric axioms to address their limitations and create a more rigorous system.\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u5728\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u5bf9\u6b27\u51e0\u91cc\u5f97\u7684\u5b9a\u4e49\u65b9\u5f0f\u63d0\u51fa\u6839\u672c\u6279\u5224\uff0c\u8ba4\u4e3a\u51e0\u4f55\u5bf9\u8c61\u7684\u5177\u4f53\u540d\u79f0\u4e0d\u5f71\u54cd\u6570\u5b66\u7ed3\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "axiomatic reform,mathematical continuity,mathematical evolution,theoretical extension,\u5b66\u672f\u4f20\u627f,\u7406\u8bba\u6279\u5224", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert built upon Euclid\u0027s geometric foundations regarding ratios and magnitudes.\u003cSEP\u003eHilbert revised and expanded Euclid\u0027s geometric axioms to address their limitations and create a more rigorous system.\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u5728\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u5bf9\u6b27\u51e0\u91cc\u5f97\u7684\u5b9a\u4e49\u65b9\u5f0f\u63d0\u51fa\u6839\u672c\u6279\u5224\uff0c\u8ba4\u4e3a\u51e0\u4f55\u5bf9\u8c61\u7684\u5177\u4f53\u540d\u79f0\u4e0d\u5f71\u54cd\u6570\u5b66\u7ed3\u8bba\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 24.0}, {"created_at": 1752884122, "description": "Euclid authored this seminal work defining geometric ratios and their algebraic implications.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u521b\u4f5c\u300a\u51e0\u4f55\u539f\u672c\u300b\uff0c\u7cfb\u7edf\u5316\u51e0\u4f55\u5b66\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u6210\u4e3a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u64b0\u5199\u7684\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u51e0\u4f55\u5b66\u7684\u7ecf\u5178\u8457\u4f5c\uff0c\u5f71\u54cd\u6570\u5b66\u53d1\u5c55\u4e24\u5343\u4f59\u5e74\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "foundational text,mathematical legacy,\u5b66\u672f\u8457\u4f5c,\u5b66\u79d1\u5960\u57fa,\u6570\u5b66\u5960\u57fa,\u7ecf\u5178\u8457\u4f5c", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Euclid authored this seminal work defining geometric ratios and their algebraic implications.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u521b\u4f5c\u300a\u51e0\u4f55\u539f\u672c\u300b\uff0c\u7cfb\u7edf\u5316\u51e0\u4f55\u5b66\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u6210\u4e3a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u64b0\u5199\u7684\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u51e0\u4f55\u5b66\u7684\u7ecf\u5178\u8457\u4f5c\uff0c\u5f71\u54cd\u6570\u5b66\u53d1\u5c55\u4e24\u5343\u4f59\u5e74\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 28.0}, {"created_at": 1752884124, "description": "Euclid\u0027s proof methods were influenced by Aristotle\u0027s syllogistic logic.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u516c\u7406\u601d\u60f3\u53d7\u4e9a\u91cc\u58eb\u591a\u5fb7\u903b\u8f91\u5b66\u5f71\u54cd\uff0c\u5c24\u5176\u5728\u516c\u7406\u4e0e\u516c\u8bbe\u7684\u533a\u5206\u4e0a\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "intellectual influence,proof methodology,\u5b66\u672f\u5f71\u54cd,\u601d\u60f3\u4f20\u627f", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Euclid\u0027s proof methods were influenced by Aristotle\u0027s syllogistic logic.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u516c\u7406\u601d\u60f3\u53d7\u4e9a\u91cc\u58eb\u591a\u5fb7\u903b\u8f91\u5b66\u5f71\u54cd\uff0c\u5c24\u5176\u5728\u516c\u7406\u4e0e\u516c\u8bbe\u7684\u533a\u5206\u4e0a\u3002", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "width": 15.0}, {"created_at": 1752884124, "description": "Euclid developed geometry while associated with the Library of Alexandria.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u5e76\u5b8c\u6210\u300a\u51e0\u4f55\u539f\u672c\u300b\uff0c\u4f9d\u6258\u8be5\u673a\u6784\u7684\u5b66\u672f\u8d44\u6e90\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "mathematics,scholarship,\u5b66\u672f\u73af\u5883,\u7814\u7a76\u573a\u6240", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "Euclid developed geometry while associated with the Library of Alexandria.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u5e76\u5b8c\u6210\u300a\u51e0\u4f55\u539f\u672c\u300b\uff0c\u4f9d\u6258\u8be5\u673a\u6784\u7684\u5b66\u672f\u8d44\u6e90\u3002", "to": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "width": 18.0}, {"created_at": 1752884124, "description": "\u6b27\u51e0\u91cc\u5f97\u53d7\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u5230\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "\u5386\u53f2\u5173\u7cfb,\u5b66\u672f\u8d5e\u52a9", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u6b27\u51e0\u91cc\u5f97\u53d7\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u5230\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u5de5\u4f5c\u3002", "to": "\u6258\u52d2\u5bc6\u4e00\u4e16", "width": 7.0}, {"created_at": 1752884124, "description": "Hilbert\u0027s \u0027Foundations of Geometry\u0027 redefined and expanded upon Euclid\u0027s original axiomatic system.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "axiomatic systems,mathematical reformulation", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Hilbert\u0027s \u0027Foundations of Geometry\u0027 redefined and expanded upon Euclid\u0027s original axiomatic system.", "to": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "width": 8.0}, {"created_at": 1752884124, "description": "Playfair reformulated Euclid\u0027s parallel postulate, providing a clearer and more concise version.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "mathematical clarity,postulate reformulation", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Playfair reformulated Euclid\u0027s parallel postulate, providing a clearer and more concise version.", "to": "\u666e\u83b1\u8d39\u5c14", "width": 7.0}, {"created_at": 1752884126, "description": "Euclid\u0027s first axiom (\u0027things equal to the same thing are equal\u0027) formalizes the transitivity of equality.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "axiomatic logic,historical foundation", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Euclid\u0027s first axiom (\u0027things equal to the same thing are equal\u0027) formalizes the transitivity of equality.", "to": "\u5173\u7cfb\u4f20\u9012", "width": 8.0}, {"created_at": 1752884126, "description": "Euclid\u0027s second and third axioms (\u0027equals added to equals\u0027 and \u0027equals subtracted from equals\u0027) establish early formulations of operational transitivity.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "axiomatic basis,historical precedent", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Euclid\u0027s second and third axioms (\u0027equals added to equals\u0027 and \u0027equals subtracted from equals\u0027) establish early formulations of operational transitivity.", "to": "\u8fd0\u7b97\u4f20\u9012", "width": 9.0}, {"created_at": 1752884136, "description": "Euclid proved the infinitude of prime numbers using a method of contradiction, establishing a foundational result in number theory.\u003cSEP\u003eEuclid used proof by contradiction to demonstrate the infinitude of prime numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "historical proof,mathematical proof,number theory,prime infinitude", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a\u003cSEP\u003echunk-896c6ab0b0daee896907a3349e5c7811", "title": "Euclid proved the infinitude of prime numbers using a method of contradiction, establishing a foundational result in number theory.\u003cSEP\u003eEuclid used proof by contradiction to demonstrate the infinitude of prime numbers.", "to": "\u7d20\u6570", "width": 17.0}, {"created_at": 1752884154, "description": "Euclid authored \u0027Elements,\u0027 which established the original framework for geometric axioms and proofs.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u64b0\u5199\u300a\u539f\u672c\u300b\uff0c\u7cfb\u7edf\u5316\u51e0\u4f55\u5b66\u77e5\u8bc6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "authorship,foundational work,mathematical compilation", "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Euclid authored \u0027Elements,\u0027 which established the original framework for geometric axioms and proofs.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u64b0\u5199\u300a\u539f\u672c\u300b\uff0c\u7cfb\u7edf\u5316\u51e0\u4f55\u5b66\u77e5\u8bc6\u3002", "to": "\u300a\u539f\u672c\u300b", "width": 19.0}, {"created_at": 1752884195, "description": "Euclid authored \u0027Elements,\u0027 which systematized geometry and influenced mathematics for centuries.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "foundational work,geometry,mathematical foundations,mathematics", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Euclid authored \u0027Elements,\u0027 which systematized geometry and influenced mathematics for centuries.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002", "to": "\u51e0\u4f55\u539f\u672c", "width": 19.0}, {"created_at": 1752884199, "description": "Euclid\u0027s \u0027Elements\u0027 established the foundations of geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "geometry,mathematical axioms", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Euclid\u0027s \u0027Elements\u0027 established the foundations of geometry.", "to": "\u51e0\u4f55\u5b66\u57fa\u7840", "width": 10.0}, {"created_at": 1752884156, "description": "Newton mastered binomial series expansion and applied it to trigonometric functions.", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "calculus,mathematical innovation", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Newton mastered binomial series expansion and applied it to trigonometric functions.", "to": "\u4e8c\u9879\u7ea7\u6570", "width": 8.0}, {"created_at": 1752884159, "description": "Newton co-invented calculus, which later necessitated rigorous\u5b9e\u6570\u7406\u8bba.", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "foundational work,innovation", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Newton co-invented calculus, which later necessitated rigorous\u5b9e\u6570\u7406\u8bba.", "to": "\u5fae\u79ef\u5206", "width": 9.0}, {"created_at": 1752884174, "description": "\u7b1b\u5361\u5c14\u7684\u89e3\u6790\u51e0\u4f55\u601d\u60f3\u4e3a\u725b\u987f\u53d1\u660e\u5fae\u79ef\u5206\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "\u6570\u5b66\u5f71\u54cd,\u79d1\u5b66\u4f20\u627f", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u7b1b\u5361\u5c14\u7684\u89e3\u6790\u51e0\u4f55\u601d\u60f3\u4e3a\u725b\u987f\u53d1\u660e\u5fae\u79ef\u5206\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "to": "\u7b1b\u5361\u5c14", "width": 7.0}, {"created_at": 1752884175, "description": "\u725b\u987f\u9996\u6b21\u5728\u6570\u5b66\u8457\u4f5c\u4e2d\u7cfb\u7edf\u4f7f\u7528\u6781\u5750\u6807\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "\u5750\u6807\u7406\u8bba,\u6570\u5b66\u521b\u65b0", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u725b\u987f\u9996\u6b21\u5728\u6570\u5b66\u8457\u4f5c\u4e2d\u7cfb\u7edf\u4f7f\u7528\u6781\u5750\u6807\u3002", "to": "\u6781\u5750\u6807", "width": 8.0}, {"created_at": 1752884183, "description": "Newton formulated the Second Law, providing a mathematical definition of force.", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "classical mechanics,scientific revolution", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Newton formulated the Second Law, providing a mathematical definition of force.", "to": "\u725b\u987f\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "width": 9.0}, {"created_at": 1752884183, "description": "Galileo\u0027s methodological influence on Newton led to the mathematical formulation of physical laws.\u003cSEP\u003e\u725b\u987f\u91c7\u7eb3\u4e86\u4f3d\u5229\u7565\u7684\u5efa\u8bae\uff0c\u7528\u6570\u5b66\u800c\u975e\u5f62\u800c\u4e0a\u5b66\u7684\u65b9\u5f0f\u63cf\u8ff0\u529b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "legacy,scientific methodology,\u65b9\u6cd5\u8bba\u5f71\u54cd", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "Galileo\u0027s methodological influence on Newton led to the mathematical formulation of physical laws.\u003cSEP\u003e\u725b\u987f\u91c7\u7eb3\u4e86\u4f3d\u5229\u7565\u7684\u5efa\u8bae\uff0c\u7528\u6570\u5b66\u800c\u975e\u5f62\u800c\u4e0a\u5b66\u7684\u65b9\u5f0f\u63cf\u8ff0\u529b\u3002", "to": "\u4f3d\u5229\u7565", "width": 15.0}, {"created_at": 1752884193, "description": "\u725b\u987f\u63d0\u51fa\u4e07\u6709\u5f15\u529b\u5b9a\u5f8b\uff0c\u89e3\u91ca\u4e86\u5f15\u529b\u7684\u666e\u904d\u5b58\u5728\u548c\u57fa\u672c\u89c4\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "\u7406\u8bba\u7a81\u7834,\u81ea\u7136\u89c4\u5f8b", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u725b\u987f\u63d0\u51fa\u4e07\u6709\u5f15\u529b\u5b9a\u5f8b\uff0c\u89e3\u91ca\u4e86\u5f15\u529b\u7684\u666e\u904d\u5b58\u5728\u548c\u57fa\u672c\u89c4\u5f8b\u3002", "to": "\u5f15\u529b", "width": 9.0}, {"created_at": 1752884193, "description": "\u5f00\u666e\u52d2\u7684\u884c\u661f\u8fd0\u52a8\u5b9a\u5f8b\u4e3a\u725b\u987f\u7684\u4e07\u6709\u5f15\u529b\u5b9a\u5f8b\u63d0\u4f9b\u4e86\u91cd\u8981\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "\u7406\u8bba\u53d1\u5c55,\u79d1\u5b66\u4f20\u627f", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u5f00\u666e\u52d2\u7684\u884c\u661f\u8fd0\u52a8\u5b9a\u5f8b\u4e3a\u725b\u987f\u7684\u4e07\u6709\u5f15\u529b\u5b9a\u5f8b\u63d0\u4f9b\u4e86\u91cd\u8981\u57fa\u7840\u3002", "to": "\u5f00\u666e\u52d2", "width": 8.0}, {"created_at": 1752884199, "description": "Cambridge University Press published Newton\u0027s unpublished manuscripts, preserving his mathematical legacy.", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "academic publication,historical preservation", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Cambridge University Press published Newton\u0027s unpublished manuscripts, preserving his mathematical legacy.", "to": "\u5251\u6865\u5927\u5b66\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884199, "description": "Newton developed the concept of \u0027fluxions,\u0027 an early form of calculus.", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f", "keywords": "calculus,mathematical innovation", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Newton developed the concept of \u0027fluxions,\u0027 an early form of calculus.", "to": "\u6d41\u6570", "width": 9.0}, {"created_at": 1752884127, "description": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b provides a framework for understanding mathematical thinking through definition, proposition, and argumentation.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b", "keywords": "cognitive structure,philosophical foundation", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u300a\u58a8\u7ecf\u00b7\u5c0f\u53d6\u300b provides a framework for understanding mathematical thinking through definition, proposition, and argumentation.", "to": "\u6570\u5b66\u601d\u7ef4", "width": 7.0}, {"created_at": 1752884195, "description": "\u91d1\u5cb3\u9716\u5bf9\u5f62\u5f0f\u903b\u8f91\u6709\u6df1\u5165\u7814\u7a76\uff0c\u5f71\u54cd\u4e86\u4e2d\u56fd\u903b\u8f91\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5f62\u5f0f\u903b\u8f91", "keywords": "academic influence,logic", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u91d1\u5cb3\u9716\u5bf9\u5f62\u5f0f\u903b\u8f91\u6709\u6df1\u5165\u7814\u7a76\uff0c\u5f71\u54cd\u4e86\u4e2d\u56fd\u903b\u8f91\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u91d1\u5cb3\u9716", "width": 8.0}, {"created_at": 1752884121, "description": "\u5fae\u79ef\u5206\u7406\u8bba\u57fa\u7840\u7684\u4e0d\u6e05\u6670\u4fc3\u4f7f\u6570\u5b66\u5bb6\u91cd\u65b0\u601d\u8003\u6570\u5b66\u5b9a\u4e49\u65b9\u5f0f\uff0c\u6700\u7ec8\u53d1\u5c55\u51fa\u540d\u4e49\u5b9a\u4e49\u8fd9\u4e00\u4e25\u683c\u7684\u5b9a\u4e49\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "\u6570\u5b66\u57fa\u7840,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5fae\u79ef\u5206\u7406\u8bba\u57fa\u7840\u7684\u4e0d\u6e05\u6670\u4fc3\u4f7f\u6570\u5b66\u5bb6\u91cd\u65b0\u601d\u8003\u6570\u5b66\u5b9a\u4e49\u65b9\u5f0f\uff0c\u6700\u7ec8\u53d1\u5c55\u51fa\u540d\u4e49\u5b9a\u4e49\u8fd9\u4e00\u4e25\u683c\u7684\u5b9a\u4e49\u65b9\u6cd5\u3002", "to": "\u540d\u4e49\u5b9a\u4e49", "width": 7.0}, {"created_at": 1752884121, "description": "\u51e0\u4f55\u5b66\u4e0e\u5fae\u79ef\u5206\u90fd\u662f\u6570\u5b66\u91cd\u8981\u5206\u652f\uff0c\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u53d1\u5c55\u5f71\u54cd\u4e86\u5fae\u79ef\u5206\u57fa\u7840\u7406\u8bba\u7684\u5b8c\u5584\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "\u6570\u5b66\u4f53\u7cfb,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u51e0\u4f55\u5b66\u4e0e\u5fae\u79ef\u5206\u90fd\u662f\u6570\u5b66\u91cd\u8981\u5206\u652f\uff0c\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u53d1\u5c55\u5f71\u54cd\u4e86\u5fae\u79ef\u5206\u57fa\u7840\u7406\u8bba\u7684\u5b8c\u5584\u3002", "to": "\u51e0\u4f55\u5b66", "width": 8.0}, {"created_at": 1752884134, "description": "\u83b1\u5e03\u5c3c\u8328\u521b\u9020\u4e86\u51fd\u6570\u4e00\u8bcd\u5e76\u7cfb\u7edf\u9610\u8ff0\u4e86\u5fae\u79ef\u5206\u7406\u8bba\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u5fae\u79ef\u5206\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "\u51fd\u6570\u5b9a\u4e49,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u83b1\u5e03\u5c3c\u8328\u521b\u9020\u4e86\u51fd\u6570\u4e00\u8bcd\u5e76\u7cfb\u7edf\u9610\u8ff0\u4e86\u5fae\u79ef\u5206\u7406\u8bba\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u5fae\u79ef\u5206\u7684\u57fa\u7840\u3002", "to": "\u83b1\u5e03\u5c3c\u5179", "width": 10.0}, {"created_at": 1752884134, "description": "\u6069\u683c\u65af\u5728\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b\u4e2d\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u5fae\u79ef\u5206\u5bf9\u4eba\u7c7b\u7cbe\u795e\u7684\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "\u54f2\u5b66\u8bc4\u4ef7,\u79d1\u5b66\u6210\u5c31", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u6069\u683c\u65af\u5728\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b\u4e2d\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u5fae\u79ef\u5206\u5bf9\u4eba\u7c7b\u7cbe\u795e\u7684\u8d21\u732e\u3002", "to": "\u6069\u683c\u65af", "width": 7.0}, {"created_at": 1752884159, "description": "Klein noted that calculus predated formal number systems historically.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "historical analysis,mathematical development", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Klein noted that calculus predated formal number systems historically.", "to": "\u514b\u83b1\u56e0", "width": 7.0}, {"created_at": 1752884159, "description": "Leibniz independently developed calculus, preceding formal number theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "co-discovery,mathematical foundations", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Leibniz independently developed calculus, preceding formal number theory.", "to": "\u83b1\u5e03\u5c3c\u8328", "width": 9.0}, {"created_at": 1752884159, "description": "Calculus\u0027 development necessitated later formalization of limits for\u5b9e\u6570\u7406\u8bba.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "historical dependency,mathematical rigor", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Calculus\u0027 development necessitated later formalization of limits for\u5b9e\u6570\u7406\u8bba.", "to": "\u6781\u9650\u7406\u8bba", "width": 8.0}, {"created_at": 1752884174, "description": "\u7b1b\u5361\u5c14\u7684\u89e3\u6790\u51e0\u4f55\u4e3a\u725b\u987f\u548c\u83b1\u5e03\u5c3c\u8328\u53d1\u660e\u5fae\u79ef\u5206\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "\u6570\u5b66\u53d1\u5c55,\u79d1\u5b66\u4f20\u627f", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u7b1b\u5361\u5c14\u7684\u89e3\u6790\u51e0\u4f55\u4e3a\u725b\u987f\u548c\u83b1\u5e03\u5c3c\u8328\u53d1\u660e\u5fae\u79ef\u5206\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "to": "\u89e3\u6790\u51e0\u4f55", "width": 10.0}, {"created_at": 1752884193, "description": "Galileo\u0027s work on motion contained conceptual precursors to calculus in analyzing changing quantities.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u79ef\u5206", "keywords": "foundations,mathematical innovation", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Galileo\u0027s work on motion contained conceptual precursors to calculus in analyzing changing quantities.", "to": "\u4f3d\u5229\u7565", "width": 6.0}, {"created_at": 1752884150, "description": "Lines are composed of points, but both are foundational concepts that cannot be substantially defined.\u003cSEP\u003ePoints are connected to form lines, establishing fundamental geometric relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u70b9", "keywords": "foundational concepts,geometric composition,spatial connection", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Lines are composed of points, but both are foundational concepts that cannot be substantially defined.\u003cSEP\u003ePoints are connected to form lines, establishing fundamental geometric relationships.", "to": "\u7ebf", "width": 15.0}, {"created_at": 1752884150, "description": "Lines are used to define and construct surfaces in geometric systems.\u003cSEP\u003ePlanes are composed of lines, but both are foundational concepts that cannot be substantially defined.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ebf", "keywords": "dimensional expansion,foundational concepts,geometric composition,geometric construction", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Lines are used to define and construct surfaces in geometric systems.\u003cSEP\u003ePlanes are composed of lines, but both are foundational concepts that cannot be substantially defined.", "to": "\u9762", "width": 14.0}, {"created_at": 1752884181, "description": "Surfaces combine to form three-dimensional geometric spaces.", "file_path": "ChuZhongShuXue.docx", "from": "\u9762", "keywords": "higher dimensions,spatial composition", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Surfaces combine to form three-dimensional geometric spaces.", "to": "\u4f53", "width": 8.0}, {"created_at": 1752884121, "description": "\u5e15\u65bd\u5728\u300a\u65b0\u51e0\u4f55\u8bb2\u4e49\u300b\u4e2d\u7cfb\u7edf\u9610\u8ff0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u7684\u65b0\u89c2\u70b9\uff0c\u5f3a\u8c03\u4e0d\u52a0\u5b9a\u4e49\u7684\u57fa\u672c\u6982\u5ff5\u548c\u516c\u7406\u7684\u4f5c\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e15\u65bd", "keywords": "\u5b66\u672f\u8d21\u732e,\u7406\u8bba\u5960\u57fa", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5e15\u65bd\u5728\u300a\u65b0\u51e0\u4f55\u8bb2\u4e49\u300b\u4e2d\u7cfb\u7edf\u9610\u8ff0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u7684\u65b0\u89c2\u70b9\uff0c\u5f3a\u8c03\u4e0d\u52a0\u5b9a\u4e49\u7684\u57fa\u672c\u6982\u5ff5\u548c\u516c\u7406\u7684\u4f5c\u7528\u3002", "to": "\u300a\u65b0\u51e0\u4f55\u8bb2\u4e49\u300b", "width": 9.0}, {"created_at": 1752884121, "description": "Pasch\u0027s ideas influenced Hilbert\u0027s approach to axiomatic systems, emphasizing the need for comprehensive axioms.\u003cSEP\u003e\u5e15\u65bd\u5173\u4e8e\u4e0d\u52a0\u5b9a\u4e49\u6982\u5ff5\u548c\u516c\u7406\u4f5c\u7528\u7684\u89c2\u70b9\u4e3a\u5e0c\u5c14\u4f2f\u7279\u540e\u6765\u7684\u516c\u7406\u5316\u4f53\u7cfb\u63d0\u4f9b\u4e86\u91cd\u8981\u601d\u60f3\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e15\u65bd", "keywords": "axiomatic influence,mathematical rigor,\u5b66\u672f\u4f20\u627f,\u7406\u8bba\u5f71\u54cd", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67", "title": "Pasch\u0027s ideas influenced Hilbert\u0027s approach to axiomatic systems, emphasizing the need for comprehensive axioms.\u003cSEP\u003e\u5e15\u65bd\u5173\u4e8e\u4e0d\u52a0\u5b9a\u4e49\u6982\u5ff5\u548c\u516c\u7406\u4f5c\u7528\u7684\u89c2\u70b9\u4e3a\u5e0c\u5c14\u4f2f\u7279\u540e\u6765\u7684\u516c\u7406\u5316\u4f53\u7cfb\u63d0\u4f9b\u4e86\u91cd\u8981\u601d\u60f3\u57fa\u7840\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 17.0}, {"created_at": 1752884121, "description": "\u5e15\u65bd\u662f\u5c04\u5f71\u51e0\u4f55\u5b66\u7684\u521b\u59cb\u4eba\uff0c\u4ed6\u7684\u5de5\u4f5c\u4e3a\u8fd9\u4e00\u51e0\u4f55\u5b66\u5206\u652f\u5960\u5b9a\u4e86\u7406\u8bba\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e15\u65bd", "keywords": "\u5b66\u79d1\u521b\u7acb,\u7406\u8bba\u5960\u57fa", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5e15\u65bd\u662f\u5c04\u5f71\u51e0\u4f55\u5b66\u7684\u521b\u59cb\u4eba\uff0c\u4ed6\u7684\u5de5\u4f5c\u4e3a\u8fd9\u4e00\u51e0\u4f55\u5b66\u5206\u652f\u5960\u5b9a\u4e86\u7406\u8bba\u57fa\u7840\u3002", "to": "\u5c04\u5f71\u51e0\u4f55\u5b66", "width": 9.0}, {"created_at": 1752884122, "description": "\u5fb7\u56fd\u662f\u5e15\u65bd\u7684\u5b66\u672f\u6d3b\u52a8\u5730\uff0c\u5176\u6570\u5b66\u4f20\u7edf\u4e3a\u5e15\u65bd\u7684\u7406\u8bba\u521b\u65b0\u63d0\u4f9b\u4e86\u5b66\u672f\u73af\u5883\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e15\u65bd", "keywords": "\u5730\u57df\u5f71\u54cd,\u5b66\u672f\u73af\u5883", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5fb7\u56fd\u662f\u5e15\u65bd\u7684\u5b66\u672f\u6d3b\u52a8\u5730\uff0c\u5176\u6570\u5b66\u4f20\u7edf\u4e3a\u5e15\u65bd\u7684\u7406\u8bba\u521b\u65b0\u63d0\u4f9b\u4e86\u5b66\u672f\u73af\u5883\u3002", "to": "\u5fb7\u56fd", "width": 7.0}, {"created_at": 1752884121, "description": "**\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e0e\u5e0c\u5c14\u4f2f\u7279** \n\n\u300a\u51e0\u4f55\u57fa\u7840\u300b\uff08*Foundations of Geometry*\uff09\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\u5927\u536b\u00b7\u5e0c\u5c14\u4f2f\u7279\uff08David Hilbert\uff09\u6240\u8457\u7684\u4e00\u90e8\u5177\u6709\u6df1\u8fdc\u5f71\u54cd\u7684\u51e0\u4f55\u5b66\u8457\u4f5c\u3002\u5e0c\u5c14\u4f2f\u7279\u5728\u8be5\u4e66\u4e2d\u7cfb\u7edf\u6027\u5730\u6539\u9769\u4e86\u4f20\u7edf\u7684\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u901a\u8fc7\u5f15\u5165\u540d\u4e49\u5b9a\u4e49\u548c\u4e94\u7ec4\u516c\u7406\uff0c\u5f25\u8865\u4e86\u539f\u6709\u4f53\u7cfb\u7684\u7f3a\u9677\uff0c\u4ece\u800c\u5f7b\u5e95\u9769\u65b0\u4e86\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u65b9\u6cd5\u3002 \n\n\u8be5\u4e66\u4e0d\u4ec5\u662f\u51e0\u4f55\u5b66\u9886\u57df\u7684\u5960\u57fa\u6027\u6587\u672c\uff0c\u8fd8\u5bf9\u73b0\u4ee3\u6570\u5b66\u7684\u516c\u7406\u5316\u65b9\u6cd5\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u300a\u51e0\u4f55\u57fa\u7840\u300b\u5c1d\u8bd5\u5efa\u7acb\u4e86\u4e00\u4e2a\u4e25\u8c28\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u63a8\u52a8\u4e86\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u8fdb\u6b65\u3002\u5c3d\u7ba1\u8868\u8ff0\u65b9\u5f0f\u7565\u6709\u5dee\u5f02\uff0c\u4f46\u6240\u6709\u63cf\u8ff0\u5747\u786e\u8ba4\u8be5\u4e66\u7531\u5e0c\u5c14\u4f2f\u7279\u6240\u8457\uff0c\u5e76\u5f3a\u8c03\u5176\u5728\u516c\u7406\u5316\u51e0\u4f55\u548c\u6570\u5b66\u65b9\u6cd5\u8bba\u4e2d\u7684\u6838\u5fc3\u5730\u4f4d\u3002 \n\n**Key Points:** \n- \u4f5c\u8005\uff1a\u5927\u536b\u00b7\u5e0c\u5c14\u4f2f\u7279 \n- \u8457\u4f5c\uff1a\u300a\u51e0\u4f55\u57fa\u7840\u300b\uff08*Foundations of Geometry*\uff09 \n- \u8d21\u732e\uff1a\u7cfb\u7edf\u5316\u6b27\u51e0\u91cc\u5f97\u516c\u7406\u3001\u5f15\u5165\u540d\u4e49\u5b9a\u4e49\u4e0e\u4e94\u7ec4\u516c\u7406\u3001\u9769\u65b0\u51e0\u4f55\u5b66\u7814\u7a76 \n- \u5f71\u54cd\uff1a\u5960\u5b9a\u516c\u7406\u5316\u51e0\u4f55\u57fa\u7840\u3001\u63a8\u52a8\u73b0\u4ee3\u6570\u5b66\u516c\u7406\u5316\u53d1\u5c55", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "authorship,axiomatic refinement,intellectual contribution,mathematical contribution,mathematics,\u4f53\u7cfb\u6784\u5efa,\u516c\u7406\u5316,\u5b66\u672f\u7a81\u7834,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-2ff43cd1d769194656997fc3e9797a67", "title": "**\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e0e\u5e0c\u5c14\u4f2f\u7279** \n\n\u300a\u51e0\u4f55\u57fa\u7840\u300b\uff08*Foundations of Geometry*\uff09\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\u5927\u536b\u00b7\u5e0c\u5c14\u4f2f\u7279\uff08David Hilbert\uff09\u6240\u8457\u7684\u4e00\u90e8\u5177\u6709\u6df1\u8fdc\u5f71\u54cd\u7684\u51e0\u4f55\u5b66\u8457\u4f5c\u3002\u5e0c\u5c14\u4f2f\u7279\u5728\u8be5\u4e66\u4e2d\u7cfb\u7edf\u6027\u5730\u6539\u9769\u4e86\u4f20\u7edf\u7684\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u901a\u8fc7\u5f15\u5165\u540d\u4e49\u5b9a\u4e49\u548c\u4e94\u7ec4\u516c\u7406\uff0c\u5f25\u8865\u4e86\u539f\u6709\u4f53\u7cfb\u7684\u7f3a\u9677\uff0c\u4ece\u800c\u5f7b\u5e95\u9769\u65b0\u4e86\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u65b9\u6cd5\u3002 \n\n\u8be5\u4e66\u4e0d\u4ec5\u662f\u51e0\u4f55\u5b66\u9886\u57df\u7684\u5960\u57fa\u6027\u6587\u672c\uff0c\u8fd8\u5bf9\u73b0\u4ee3\u6570\u5b66\u7684\u516c\u7406\u5316\u65b9\u6cd5\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u300a\u51e0\u4f55\u57fa\u7840\u300b\u5c1d\u8bd5\u5efa\u7acb\u4e86\u4e00\u4e2a\u4e25\u8c28\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u63a8\u52a8\u4e86\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u8fdb\u6b65\u3002\u5c3d\u7ba1\u8868\u8ff0\u65b9\u5f0f\u7565\u6709\u5dee\u5f02\uff0c\u4f46\u6240\u6709\u63cf\u8ff0\u5747\u786e\u8ba4\u8be5\u4e66\u7531\u5e0c\u5c14\u4f2f\u7279\u6240\u8457\uff0c\u5e76\u5f3a\u8c03\u5176\u5728\u516c\u7406\u5316\u51e0\u4f55\u548c\u6570\u5b66\u65b9\u6cd5\u8bba\u4e2d\u7684\u6838\u5fc3\u5730\u4f4d\u3002 \n\n**Key Points:** \n- \u4f5c\u8005\uff1a\u5927\u536b\u00b7\u5e0c\u5c14\u4f2f\u7279 \n- \u8457\u4f5c\uff1a\u300a\u51e0\u4f55\u57fa\u7840\u300b\uff08*Foundations of Geometry*\uff09 \n- \u8d21\u732e\uff1a\u7cfb\u7edf\u5316\u6b27\u51e0\u91cc\u5f97\u516c\u7406\u3001\u5f15\u5165\u540d\u4e49\u5b9a\u4e49\u4e0e\u4e94\u7ec4\u516c\u7406\u3001\u9769\u65b0\u51e0\u4f55\u5b66\u7814\u7a76 \n- \u5f71\u54cd\uff1a\u5960\u5b9a\u516c\u7406\u5316\u51e0\u4f55\u57fa\u7840\u3001\u63a8\u52a8\u73b0\u4ee3\u6570\u5b66\u516c\u7406\u5316\u53d1\u5c55", "to": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "width": 48.0}, {"created_at": 1752884121, "description": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e94\u7ec4\u516c\u7406\u4f53\u7cfb\uff0c\u4e3a\u73b0\u4ee3\u51e0\u4f55\u5b66\u5efa\u7acb\u4e86\u4e25\u683c\u7684\u516c\u7406\u5316\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u4f53\u7cfb\u5b8c\u5584,\u7406\u8bba\u6784\u5efa", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e94\u7ec4\u516c\u7406\u4f53\u7cfb\uff0c\u4e3a\u73b0\u4ee3\u51e0\u4f55\u5b66\u5efa\u7acb\u4e86\u4e25\u683c\u7684\u516c\u7406\u5316\u57fa\u7840\u3002", "to": "\u4e94\u7ec4\u516c\u7406", "width": 10.0}, {"created_at": 1752884122, "description": "\u5fb7\u56fd\u662f\u5e0c\u5c14\u4f2f\u7279\u7684\u5b66\u672f\u6d3b\u52a8\u5730\uff0c\u54e5\u5ef7\u6839\u5b66\u6d3e\u7684\u4f20\u7edf\u6df1\u523b\u5f71\u54cd\u4e86\u5e0c\u5c14\u4f2f\u7279\u7684\u6570\u5b66\u601d\u60f3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u5b66\u672f\u4f20\u7edf,\u601d\u60f3\u5f71\u54cd", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5fb7\u56fd\u662f\u5e0c\u5c14\u4f2f\u7279\u7684\u5b66\u672f\u6d3b\u52a8\u5730\uff0c\u54e5\u5ef7\u6839\u5b66\u6d3e\u7684\u4f20\u7edf\u6df1\u523b\u5f71\u54cd\u4e86\u5e0c\u5c14\u4f2f\u7279\u7684\u6570\u5b66\u601d\u60f3\u3002", "to": "\u5fb7\u56fd", "width": 8.0}, {"created_at": 1752884123, "description": "Hilbert formalized geometric axioms, such as the relationship between points and lines in space.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic system,mathematical formalization", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Hilbert formalized geometric axioms, such as the relationship between points and lines in space.", "to": "\u516c\u7406", "width": 7.0}, {"created_at": 1752884124, "description": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u540d\u4e49\u5b9a\u4e49\u65b9\u6cd5\u6539\u8fdb\u51e0\u4f55\u5b66\u57fa\u7840\u5bf9\u8c61\u7684\u5b9a\u4e49\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u6570\u5b66\u57fa\u7840,\u7406\u8bba\u521b\u65b0", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u540d\u4e49\u5b9a\u4e49\u65b9\u6cd5\u6539\u8fdb\u51e0\u4f55\u5b66\u57fa\u7840\u5bf9\u8c61\u7684\u5b9a\u4e49\u3002", "to": "\u540d\u4e49\u5b9a\u4e49", "width": 7.0}, {"created_at": 1752884125, "description": "Hilbert developed rigorous congruence axioms to address deficiencies in Euclid\u0027s treatment of geometric equality.\u003cSEP\u003eHilbert developed the congruence axioms to replace Euclid\u0027s ambiguous fourth axiom with precise logical definitions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic precision,axiomatic reform,logical rigor,mathematical rigor", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert developed rigorous congruence axioms to address deficiencies in Euclid\u0027s treatment of geometric equality.\u003cSEP\u003eHilbert developed the congruence axioms to replace Euclid\u0027s ambiguous fourth axiom with precise logical definitions.", "to": "\u5408\u540c\u516c\u7406", "width": 18.0}, {"created_at": 1752884159, "description": "Hilbert\u0027s 7th problem addressed transcendence, influencing future research.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "mathematical challenges,unsolved problems", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Hilbert\u0027s 7th problem addressed transcendence, influencing future research.", "to": "\u8d85\u8d8a\u6570", "width": 7.0}, {"created_at": 1752884160, "description": "\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u6545\u4e8b\u89e3\u91ca\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u903b\u8f91\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u6570\u5b66\u6559\u80b2,\u65e0\u7a77\u6982\u5ff5", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u6545\u4e8b\u89e3\u91ca\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u903b\u8f91\u3002", "to": "\u65e0\u7a77\u96c6\u5408", "width": 7.0}, {"created_at": 1752884177, "description": "Hilbert was a professor at the University of G\u00f6ttingen, continuing its tradition of mathematical excellence.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic affiliation,intellectual legacy", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert was a professor at the University of G\u00f6ttingen, continuing its tradition of mathematical excellence.", "to": "\u54e5\u5ef7\u6839\u5927\u5b66", "width": 8.0}, {"created_at": 1752884177, "description": "Klein advised Hilbert on publishing \u0027Foundations of Geometry,\u0027 showcasing their collaborative academic relationship.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "mentorship,scholarly collaboration", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Klein advised Hilbert on publishing \u0027Foundations of Geometry,\u0027 showcasing their collaborative academic relationship.", "to": "\u514b\u83b1\u56e0", "width": 6.0}, {"created_at": 1752884177, "description": "Hilbert introduced continuity axioms to address infinite sets and completeness in geometric systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic completeness,mathematical infinity", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert introduced continuity axioms to address infinite sets and completeness in geometric systems.", "to": "\u8fde\u7eed\u516c\u7406", "width": 8.0}, {"created_at": 1752884179, "description": "Hilbert authored this essay on infinity in mathematics.\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279delivered the speech \u0027On the Infinite\u0027 at a conference commemorating Weierstrass, emphasizing the importance of completeness in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "authorship,foundational speech,mathematical philosophy,mathematics", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "Hilbert authored this essay on infinity in mathematics.\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279delivered the speech \u0027On the Infinite\u0027 at a conference commemorating Weierstrass, emphasizing the importance of completeness in mathematics.", "to": "\u300a\u8bba\u65e0\u9650\u300b", "width": 19.0}, {"created_at": 1752884179, "description": "\u5e0c\u5c14\u4f2f\u7279\u0027s ambitious program for formalizing mathematics was later challenged by\u54e5\u5fb7\u5c14\u0027s incompleteness theorems.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "mathematical limits,philosophical conflict", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u5e0c\u5c14\u4f2f\u7279\u0027s ambitious program for formalizing mathematics was later challenged by\u54e5\u5fb7\u5c14\u0027s incompleteness theorems.", "to": "\u54e5\u5fb7\u5c14", "width": 9.0}, {"created_at": 1752884179, "description": "\u5e0c\u5c14\u4f2f\u7279emphasized the importance of completeness in mathematical axiomatic systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic properties,mathematical foundations", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u5e0c\u5c14\u4f2f\u7279emphasized the importance of completeness in mathematical axiomatic systems.", "to": "\u5b8c\u5907\u6027", "width": 8.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14\u7684\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u5426\u5b9a\u4e86\u5e0c\u5c14\u4f2f\u7279\u5173\u4e8e\u7b97\u672f\u516c\u7406\u65e0\u77db\u76fe\u6027\u7684\u731c\u60f3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u5b9a\u7406\u53cd\u9a73,\u6570\u5b66\u731c\u60f3", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u54e5\u5fb7\u5c14\u7684\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u5426\u5b9a\u4e86\u5e0c\u5c14\u4f2f\u7279\u5173\u4e8e\u7b97\u672f\u516c\u7406\u65e0\u77db\u76fe\u6027\u7684\u731c\u60f3\u3002", "to": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884180, "description": "\u5e0c\u5c14\u4f2f\u7279\u5c06\u8fde\u7eed\u7edf\u5047\u8bbe\u4f5c\u4e3a23\u4e2a\u95ee\u9898\u4e2d\u7684\u7b2c\u4e00\u4e2a\u95ee\u9898\uff0c\u5f3a\u8c03\u4e86\u5176\u5728\u6570\u5b66\u4e2d\u7684\u91cd\u8981\u6027\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u5c06\u8fde\u7eed\u7edf\u5047\u8bbe\u5217\u4e3a23\u4e2a\u95ee\u9898\u7684\u9996\u4f4d\uff0c\u5f3a\u8c03\u5176\u91cd\u8981\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u5f62\u5f0f\u5316,\u6570\u5b66\u95ee\u9898,\u7406\u8bba\u91cd\u8981\u6027", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5e0c\u5c14\u4f2f\u7279\u5c06\u8fde\u7eed\u7edf\u5047\u8bbe\u4f5c\u4e3a23\u4e2a\u95ee\u9898\u4e2d\u7684\u7b2c\u4e00\u4e2a\u95ee\u9898\uff0c\u5f3a\u8c03\u4e86\u5176\u5728\u6570\u5b66\u4e2d\u7684\u91cd\u8981\u6027\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u5c06\u8fde\u7eed\u7edf\u5047\u8bbe\u5217\u4e3a23\u4e2a\u95ee\u9898\u7684\u9996\u4f4d\uff0c\u5f3a\u8c03\u5176\u91cd\u8981\u6027\u3002", "to": "\u8fde\u7eed\u7edf\u5047\u8bbe", "width": 16.0}, {"created_at": 1752884180, "description": "\u5e0c\u5c14\u4f2f\u7279\u5728\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u63d0\u51fa23\u4e2a\u95ee\u9898\uff0c\u6307\u5f15\u4e8620\u4e16\u7eaa\u6570\u5b66\u53d1\u5c55\u65b9\u5411\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u5b66\u672f\u9886\u5bfc,\u95ee\u9898\u63d0\u51fa", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5e0c\u5c14\u4f2f\u7279\u5728\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u63d0\u51fa23\u4e2a\u95ee\u9898\uff0c\u6307\u5f15\u4e8620\u4e16\u7eaa\u6570\u5b66\u53d1\u5c55\u65b9\u5411\u3002", "to": "\u56fd\u9645\u6570\u5b66\u5bb6\u5927\u4f1a", "width": 9.0}, {"created_at": 1752884181, "description": "Hilbert\u0027s formal axiomatic approach contrasts with the intuitive \u0027reality-based\u0027 geometry proposed in the text.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "mathematical approaches,philosophical contrast", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Hilbert\u0027s formal axiomatic approach contrasts with the intuitive \u0027reality-based\u0027 geometry proposed in the text.", "to": "\u73b0\u5b9e\u51e0\u4f55", "width": 7.0}, {"created_at": 1752884195, "description": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u51e0\u4f55\u57fa\u7840\u7684\u7814\u7a76\u4e0e\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u516c\u7406\u4f53\u7cfb\u6709\u7d27\u5bc6\u8054\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic systems,geometry", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u51e0\u4f55\u57fa\u7840\u7684\u7814\u7a76\u4e0e\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u516c\u7406\u4f53\u7cfb\u6709\u7d27\u5bc6\u8054\u7cfb\u3002", "to": "\u51e0\u4f55\u539f\u672c", "width": 8.0}, {"created_at": 1752884195, "description": "Hilbert is the author of \u0027Foundations of Geometry\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "authorship,mathematics", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Hilbert is the author of \u0027Foundations of Geometry\u0027.", "to": "\u51e0\u4f55\u57fa\u7840", "width": 9.0}, {"created_at": 1752884205, "description": "\u5e0c\u5c14\u4f2f\u7279\u5728\u6f14\u8bb2\u4e2d\u4e3e\u4f8b\u8ba8\u8bba\u6570\u5b66\u95ee\u9898\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic discourse,problem formulation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5e0c\u5c14\u4f2f\u7279\u5728\u6f14\u8bb2\u4e2d\u4e3e\u4f8b\u8ba8\u8bba\u6570\u5b66\u95ee\u9898\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002", "to": "\u6570\u5b66\u95ee\u9898", "width": 7.0}, {"created_at": 1752884209, "description": "Hilbert authored this collection of mathematical problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "authorship,mathematics", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Hilbert authored this collection of mathematical problems.", "to": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "width": 10.0}, {"created_at": 1752884122, "description": "Hilbert\u0027s \u0027Foundations of Geometry\u0027 organizes its reform of Euclidean geometry into five groups of axioms.\u003cSEP\u003e\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u63d0\u51fa\u7684\u4e94\u7ec4\u516c\u7406\u6784\u6210\u4e86\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "axiomatic organization,structural framework,\u7406\u8bba\u4f53\u7cfb,\u8457\u4f5c\u8d21\u732e", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Hilbert\u0027s \u0027Foundations of Geometry\u0027 organizes its reform of Euclidean geometry into five groups of axioms.\u003cSEP\u003e\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u63d0\u51fa\u7684\u4e94\u7ec4\u516c\u7406\u6784\u6210\u4e86\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u4f53\u7cfb\u3002", "to": "\u4e94\u7ec4\u516c\u7406", "width": 18.0}, {"created_at": 1752884178, "description": "Hilbert authored \u0027Foundations of Geometry,\u0027 which formalizes geometric axioms and their properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "authorship,foundational work", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert authored \u0027Foundations of Geometry,\u0027 which formalizes geometric axioms and their properties.", "to": "Hilbert", "width": 9.0}, {"created_at": 1752884197, "description": "Jiang Zehan and Zhu Dingxun translated Hilbert\u0027s Foundations of Geometry into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "academic work,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Jiang Zehan and Zhu Dingxun translated Hilbert\u0027s Foundations of Geometry into Chinese.", "to": "\u6c5f\u6cfd\u6db5\u6731\u9f0e\u52cb", "width": 9.0}, {"created_at": 1752884197, "description": "The Chinese translation of Foundations of Geometry was published by Peking University Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "academic work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Chinese translation of Foundations of Geometry was published by Peking University Press.", "to": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884198, "description": "Both works deal with fundamental geometric concepts, with Hilbert\u0027s work building on Euclid\u0027s.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "geometry,mathematical foundation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Both works deal with fundamental geometric concepts, with Hilbert\u0027s work building on Euclid\u0027s.", "to": "\u300a\u6b27\u51e0\u91cc\u5f97\u00b7\u51e0\u4f55\u539f\u672c\u300b", "width": 8.0}, {"created_at": 1752884209, "description": "The work was translated and published by\u79d1\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u79d1\u5b66\u51fa\u7248\u793e.", "to": "\u79d1\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884210, "description": "Hilbert\u0027s work also addresses non-Euclidean geometries like Lobachevskian geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "mathematical foundations", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Hilbert\u0027s work also addresses non-Euclidean geometries like Lobachevskian geometry.", "to": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "width": 9.0}, {"created_at": 1752884210, "description": "Hilbert\u0027s work includes discussion of Riemannian geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "mathematical foundations", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Hilbert\u0027s work includes discussion of Riemannian geometry.", "to": "\u9ece\u66fc\u51e0\u4f55", "width": 9.0}, {"created_at": 1752884122, "description": "\u81ea\u7136\u6570is established through\u540d\u4e49\u5b9a\u4e49, serving as the foundation for more complex mathematical concepts like divisibility.\u003cSEP\u003e\u81ea\u7136\u6570\u662f\u540d\u4e49\u5b9a\u4e49\u7684\u5178\u578b\u6848\u4f8b\uff0c\u8bf4\u660e\u62bd\u8c61\u7b26\u53f7\u8868\u793a\u6bd4\u5177\u4f53\u63cf\u8ff0\u66f4\u80fd\u907f\u514d\u6570\u5b66\u6096\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u540d\u4e49\u5b9a\u4e49", "keywords": "foundational concepts,mathematical hierarchy,\u57fa\u7840\u6982\u5ff5,\u62bd\u8c61\u8868\u793a", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u81ea\u7136\u6570is established through\u540d\u4e49\u5b9a\u4e49, serving as the foundation for more complex mathematical concepts like divisibility.\u003cSEP\u003e\u81ea\u7136\u6570\u662f\u540d\u4e49\u5b9a\u4e49\u7684\u5178\u578b\u6848\u4f8b\uff0c\u8bf4\u660e\u62bd\u8c61\u7b26\u53f7\u8868\u793a\u6bd4\u5177\u4f53\u63cf\u8ff0\u66f4\u80fd\u907f\u514d\u6570\u5b66\u6096\u8bba\u3002", "to": "\u81ea\u7136\u6570", "width": 16.0}, {"created_at": 1752884122, "description": "\u5b9e\u8d28\u5b9a\u4e49depends on\u540d\u4e49\u5b9a\u4e49for foundational concepts, as seen in definitions of even numbers and triangles.\u003cSEP\u003e\u5b9e\u8d28\u5b9a\u4e49\u548c\u540d\u4e49\u5b9a\u4e49\u662f\u4e24\u79cd\u4e0d\u540c\u7684\u5b9a\u4e49\u65b9\u5f0f\uff0c\u5206\u522b\u7531\u53e4\u5e0c\u814a\u548c\u4e2d\u56fd\u53e4\u4ee3\u5148\u54f2\u63d0\u51fa\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u540d\u4e49\u5b9a\u4e49", "keywords": "definition hierarchy,definition methods,foundational concepts,philosophical contrast", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u5b9e\u8d28\u5b9a\u4e49depends on\u540d\u4e49\u5b9a\u4e49for foundational concepts, as seen in definitions of even numbers and triangles.\u003cSEP\u003e\u5b9e\u8d28\u5b9a\u4e49\u548c\u540d\u4e49\u5b9a\u4e49\u662f\u4e24\u79cd\u4e0d\u540c\u7684\u5b9a\u4e49\u65b9\u5f0f\uff0c\u5206\u522b\u7531\u53e4\u5e0c\u814a\u548c\u4e2d\u56fd\u53e4\u4ee3\u5148\u54f2\u63d0\u51fa\u3002", "to": "\u5b9e\u8d28\u5b9a\u4e49", "width": 18.0}, {"created_at": 1752884150, "description": "Fundamental mathematical concepts like \u0027point\u0027 or \u0027set\u0027 can only be nominally defined due to their foundational nature.", "file_path": "ChuZhongShuXue.docx", "from": "\u540d\u4e49\u5b9a\u4e49", "keywords": "definition limitation,fundamental concepts", "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Fundamental mathematical concepts like \u0027point\u0027 or \u0027set\u0027 can only be nominally defined due to their foundational nature.", "to": "\u6570\u5b66\u6982\u5ff5", "width": 7.0}, {"created_at": 1752884135, "description": "Geometric basic facts are foundational to geometry, providing the necessary axioms for proofs and logical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5b66", "keywords": "axiomatic foundation,logical reasoning", "source_id": "chunk-a1b0ea141dcc25762619a431f93aeca3", "title": "Geometric basic facts are foundational to geometry, providing the necessary axioms for proofs and logical reasoning.", "to": "\u51e0\u4f55\u57fa\u672c\u4e8b\u5b9e", "width": 9.0}, {"created_at": 1752884157, "description": "Land measurement in Egypt directly led to the development of practical geometry for tax and agricultural purposes.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5b66", "keywords": "mathematical origin,practical application", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Land measurement in Egypt directly led to the development of practical geometry for tax and agricultural purposes.", "to": "\u571f\u5730\u6d4b\u91cf", "width": 10.0}, {"created_at": 1752884157, "description": "The Rhind Papyrus records early geometric methods, such as area calculations, used in ancient Egypt.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5b66", "keywords": "historical evidence,mathematical documentation", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "The Rhind Papyrus records early geometric methods, such as area calculations, used in ancient Egypt.", "to": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "width": 9.0}, {"created_at": 1752884157, "description": "The Moscow Papyrus includes advanced geometric problems, demonstrating Egypt\u0027s progress in volume calculations.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5b66", "keywords": "mathematical advancement,problem-solving", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "The Moscow Papyrus includes advanced geometric problems, demonstrating Egypt\u0027s progress in volume calculations.", "to": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "width": 8.0}, {"created_at": 1752884182, "description": "Ancient Greek scholars favored geometry over algebra for explaining mathematical concepts, particularly irrational numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5b66", "keywords": "historical preference,mathematical philosophy", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "Ancient Greek scholars favored geometry over algebra for explaining mathematical concepts, particularly irrational numbers.", "to": "\u53e4\u5e0c\u814a\u5b66\u8005", "width": 8.0}, {"created_at": 1752884182, "description": "The text contrasts geometry\u0027s logical appeal with algebra\u0027s limitations in early mathematical history.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5b66", "keywords": "historical comparison,mathematical disciplines", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "The text contrasts geometry\u0027s logical appeal with algebra\u0027s limitations in early mathematical history.", "to": "\u4ee3\u6570\u5b66", "width": 7.0}, {"created_at": 1752884154, "description": "\u5df4\u8d6b\u662f\u5fb7\u56fd\u4f5c\u66f2\u5bb6\uff0c\u5176\u97f3\u4e50\u6d3b\u52a8\u4e3b\u8981\u5728\u5fb7\u56fd\u8fdb\u884c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fb7\u56fd", "keywords": "cultural influence,national identity", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u5df4\u8d6b\u662f\u5fb7\u56fd\u4f5c\u66f2\u5bb6\uff0c\u5176\u97f3\u4e50\u6d3b\u52a8\u4e3b\u8981\u5728\u5fb7\u56fd\u8fdb\u884c\u3002", "to": "\u5df4\u8d6b", "width": 6.0}, {"created_at": 1752884155, "description": "\u9ad8\u65af\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u5176\u5b66\u672f\u6210\u5c31\u4e0e\u5fb7\u56fd\u6570\u5b66\u4f20\u7edf\u5bc6\u5207\u76f8\u5173\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fb7\u56fd", "keywords": "academic tradition,national heritage", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ad8\u65af\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u5176\u5b66\u672f\u6210\u5c31\u4e0e\u5fb7\u56fd\u6570\u5b66\u4f20\u7edf\u5bc6\u5207\u76f8\u5173\u3002", "to": "\u9ad8\u65af", "width": 7.0}, {"created_at": 1752884160, "description": "\u5eb7\u6258\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u5bf9\u96c6\u5408\u8bba\u548c\u5b9e\u6570\u7406\u8bba\u6709\u91cd\u5927\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5fb7\u56fd", "keywords": "\u56fd\u7c4d,\u6570\u5b66\u53f2", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u5eb7\u6258\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c\u5bf9\u96c6\u5408\u8bba\u548c\u5b9e\u6570\u7406\u8bba\u6709\u91cd\u5927\u8d21\u732e\u3002", "to": "\u5eb7\u6258", "width": 6.0}, {"created_at": 1752884122, "description": "\u5c04\u5f71\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u63a8\u52a8\u4e86\u6570\u5b66\u516c\u7406\u5316\u65b9\u6cd5\u7684\u6210\u719f\u548c\u5b8c\u5584\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c04\u5f71\u51e0\u4f55\u5b66", "keywords": "\u5b66\u79d1\u53d1\u5c55,\u65b9\u6cd5\u8bba", "source_id": "chunk-2ff43cd1d769194656997fc3e9797a67", "title": "\u5c04\u5f71\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u63a8\u52a8\u4e86\u6570\u5b66\u516c\u7406\u5316\u65b9\u6cd5\u7684\u6210\u719f\u548c\u5b8c\u5584\u3002", "to": "\u516c\u7406\u5316\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752884141, "description": "\u65bd\u9676\u7279\u8bd5\u56fe\u7528\u7eaf\u51e0\u4f55\u65b9\u6cd5\u5efa\u7acb\u5c04\u5f71\u51e0\u4f55\u5b66\uff0c\u4e0e\u62d3\u6251\u5b66\u7684\u7814\u7a76\u8def\u5f84\u5f62\u6210\u5bf9\u6bd4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c04\u5f71\u51e0\u4f55\u5b66", "keywords": "disciplinary contrast,methodological divergence", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u65bd\u9676\u7279\u8bd5\u56fe\u7528\u7eaf\u51e0\u4f55\u65b9\u6cd5\u5efa\u7acb\u5c04\u5f71\u51e0\u4f55\u5b66\uff0c\u4e0e\u62d3\u6251\u5b66\u7684\u7814\u7a76\u8def\u5f84\u5f62\u6210\u5bf9\u6bd4\u3002", "to": "\u65bd\u9676\u7279", "width": 7.0}, {"created_at": 1752884122, "description": "Even numbers are a subset of natural numbers, defined by the property of being divisible by 2.\u003cSEP\u003e\u5076\u6570is a subset of\u81ea\u7136\u6570, defined by the property of being divisible by 2.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "divisibility,mathematical definition,subset", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Even numbers are a subset of natural numbers, defined by the property of being divisible by 2.\u003cSEP\u003e\u5076\u6570is a subset of\u81ea\u7136\u6570, defined by the property of being divisible by 2.", "to": "\u5076\u6570", "width": 18.0}, {"created_at": 1752884122, "description": "\u6574\u9664is a mathematical operation defined on\u81ea\u7136\u6570, illustrating the hierarchical nature of mathematical definitions.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "foundational concepts,mathematical operations", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u6574\u9664is a mathematical operation defined on\u81ea\u7136\u6570, illustrating the hierarchical nature of mathematical definitions.", "to": "\u6574\u9664", "width": 7.0}, {"created_at": 1752884128, "description": "Natural numbers are the foundation for fractions, which extend the concept to parts of a whole.\u003cSEP\u003e\u5206\u6570\u7528\u4e8e\u8868\u793a\u81ea\u7136\u6570\u7684\u9664\u6cd5\u6216\u6bd4\uff0c\u662f\u81ea\u7136\u6570\u7684\u6269\u5c55\u8868\u793a\u5f62\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "extension,mathematical foundation,\u6570\u5b66\u8868\u793a,\u6570\u7cfb\u6269\u5c55", "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "Natural numbers are the foundation for fractions, which extend the concept to parts of a whole.\u003cSEP\u003e\u5206\u6570\u7528\u4e8e\u8868\u793a\u81ea\u7136\u6570\u7684\u9664\u6cd5\u6216\u6bd4\uff0c\u662f\u81ea\u7136\u6570\u7684\u6269\u5c55\u8868\u793a\u5f62\u5f0f\u3002", "to": "\u5206\u6570", "width": 14.0}, {"created_at": 1752884152, "description": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u81ea\u7136\u6570\u548c\u52a0\u6cd5\u7b49\u57fa\u672c\u6570\u5b66\u6982\u5ff5\u7684\u516c\u7406\u5316\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "\u516c\u7406\u5316\u65b9\u6cd5,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u81ea\u7136\u6570\u548c\u52a0\u6cd5\u7b49\u57fa\u672c\u6570\u5b66\u6982\u5ff5\u7684\u516c\u7406\u5316\u57fa\u7840\u3002", "to": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752884152, "description": "Mathematical induction is fundamentally used to prove properties for all natural numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "number theory,proof technique", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Mathematical induction is fundamentally used to prove properties for all natural numbers.", "to": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "width": 9.0}, {"created_at": 1752884153, "description": "Counting units provide the conceptual bridge for understanding natural numbers in education.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "cognitive foundation,number representation", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Counting units provide the conceptual bridge for understanding natural numbers in education.", "to": "\u8ba1\u6570\u5355\u4f4d", "width": 7.0}, {"created_at": 1752884154, "description": "Primes are fundamental components of natural numbers according to the fundamental theorem of arithmetic.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "building blocks,number theory", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Primes are fundamental components of natural numbers according to the fundamental theorem of arithmetic.", "to": "\u7d20\u6570", "width": 10.0}, {"created_at": 1752884159, "description": "Peano axiomatized natural numbers, enabling rigorous arithmetic foundations.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "axiomatization,number systems", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Peano axiomatized natural numbers, enabling rigorous arithmetic foundations.", "to": "\u76ae\u4e9a\u8bfa", "width": 9.0}, {"created_at": 1752884159, "description": "Babylonians employed natural numbers in early computational systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "historical application,numeration", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Babylonians employed natural numbers in early computational systems.", "to": "\u5df4\u6bd4\u4f26\u4eba", "width": 6.0}, {"created_at": 1752884160, "description": "Reals cannot be put into one-to-one correspondence with naturals.\u003cSEP\u003e\u5eb7\u6258\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\u7684\u57fa\u6570\u3002\u003cSEP\u003e\u81ea\u7136\u6570\u662f\u5b9e\u6570\u7684\u57fa\u7840\uff0c\u5b9e\u6570\u5177\u6709\u81ea\u7136\u6570\u7684\u57fa\u672c\u5c5e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "cardinality,uncountability,\u57fa\u6570\u6bd4\u8f83,\u6570\u5b66\u62bd\u8c61,\u6570\u5b66\u7406\u8bba,\u6570\u7cfb\u5173\u7cfb", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Reals cannot be put into one-to-one correspondence with naturals.\u003cSEP\u003e\u5eb7\u6258\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\u7684\u57fa\u6570\u3002\u003cSEP\u003e\u81ea\u7136\u6570\u662f\u5b9e\u6570\u7684\u57fa\u7840\uff0c\u5b9e\u6570\u5177\u6709\u81ea\u7136\u6570\u7684\u57fa\u672c\u5c5e\u6027\u3002", "to": "\u5b9e\u6570", "width": 25.0}, {"created_at": 1752884160, "description": "Algebraic numbers are countably infinite like naturals.\u003cSEP\u003e\u5eb7\u6258\u8bc1\u660e\u4ee3\u6570\u6570\u7684\u4e2a\u6570\u4e0e\u81ea\u7136\u6570\u4e00\u6837\u591a\uff0c\u62d3\u5c55\u4e86\u65e0\u7a77\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "countability,mapping,\u57fa\u6570,\u96c6\u5408\u8bba", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Algebraic numbers are countably infinite like naturals.\u003cSEP\u003e\u5eb7\u6258\u8bc1\u660e\u4ee3\u6570\u6570\u7684\u4e2a\u6570\u4e0e\u81ea\u7136\u6570\u4e00\u6837\u591a\uff0c\u62d3\u5c55\u4e86\u65e0\u7a77\u6982\u5ff5\u3002", "to": "\u4ee3\u6570\u6570", "width": 16.0}, {"created_at": 1752884160, "description": "\u5eb7\u6258\u7814\u7a76\u4e86\u81ea\u7136\u6570\u7684\u57fa\u6570\uff0c\u5e76\u8bc1\u660e\u4e86\u5176\u4e0e\u6709\u7406\u6570\u548c\u4ee3\u6570\u6570\u7684\u57fa\u6570\u76f8\u540c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "\u57fa\u6570\u6bd4\u8f83,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5eb7\u6258\u7814\u7a76\u4e86\u81ea\u7136\u6570\u7684\u57fa\u6570\uff0c\u5e76\u8bc1\u660e\u4e86\u5176\u4e0e\u6709\u7406\u6570\u548c\u4ee3\u6570\u6570\u7684\u57fa\u6570\u76f8\u540c\u3002", "to": "\u5eb7\u6258", "width": 9.0}, {"created_at": 1752884161, "description": "Rational numbers can be enumerated like natural numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "countability,mapping", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Rational numbers can be enumerated like natural numbers.", "to": "\u6709\u7406\u6570", "width": 8.0}, {"created_at": 1752884161, "description": "Natural numbers are closed under basic arithmetic operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570", "keywords": "closure,construction", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Natural numbers are closed under basic arithmetic operations.", "to": "\u56db\u5219\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884122, "description": "Both\u5c0f\u65b9\u5757and\u5c0f\u5706\u5708are abstract representations of quantity, demonstrating different forms of the same concept.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u65b9\u5757", "keywords": "abstraction,quantity representation", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "Both\u5c0f\u65b9\u5757and\u5c0f\u5706\u5708are abstract representations of quantity, demonstrating different forms of the same concept.", "to": "\u5c0f\u5706\u5708", "width": 7.0}, {"created_at": 1752884181, "description": "A ray extends infinitely from one endpoint of a straight segment.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebf\u6bb5", "keywords": "geometric extension,infinite projection", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "A ray extends infinitely from one endpoint of a straight segment.", "to": "\u5c04\u7ebf", "width": 7.0}, {"created_at": 1752884181, "description": "Angles are formed by intersecting straight segments.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebf\u6bb5", "keywords": "angular formation,geometric measurement", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Angles are formed by intersecting straight segments.", "to": "\u5939\u89d2", "width": 8.0}, {"created_at": 1752884181, "description": "Three connected straight segments form a triangular shape.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebf\u6bb5", "keywords": "planar geometry,polygonal construction", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Three connected straight segments form a triangular shape.", "to": "\u4e09\u89d2\u5f62", "width": 9.0}, {"created_at": 1752884150, "description": "Even numbers serve as an example of a concept that can be substantially defined within the class of natural numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u5076\u6570", "keywords": "definition example,mathematical clarity", "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Even numbers serve as an example of a concept that can be substantially defined within the class of natural numbers.", "to": "\u5b9e\u8d28\u5b9a\u4e49", "width": 8.0}, {"created_at": 1752884122, "description": "\u4e09\u89d2\u5f62is defined using the concept of\u7ebf\u6bb5, showing how basic geometric concepts build more complex ones.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u5f62", "keywords": "foundational concepts,geometric construction", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u4e09\u89d2\u5f62is defined using the concept of\u7ebf\u6bb5, showing how basic geometric concepts build more complex ones.", "to": "\u7ebf\u6bb5", "width": 8.0}, {"created_at": 1752884122, "description": "\u6570\u5b66\u5171\u6027is the result of the\u62bd\u8c61\u8fc7\u7a0b, where concrete objects are generalized into abstract mathematical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5171\u6027", "keywords": "abstraction,generalization", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904", "title": "\u6570\u5b66\u5171\u6027is the result of the\u62bd\u8c61\u8fc7\u7a0b, where concrete objects are generalized into abstract mathematical concepts.", "to": "\u62bd\u8c61\u8fc7\u7a0b", "width": 9.0}, {"created_at": 1752884127, "description": "\u4f20\u9012\u6027is discussed in\u81ea\u7136\u8fa9\u8bc1\u6cd5as a fundamental cognitive pattern derived from natural sequences.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u9012\u6027", "keywords": "cognitive foundation,natural laws", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u4f20\u9012\u6027is discussed in\u81ea\u7136\u8fa9\u8bc1\u6cd5as a fundamental cognitive pattern derived from natural sequences.", "to": "\u81ea\u7136\u8fa9\u8bc1\u6cd5", "width": 9.0}, {"created_at": 1752884127, "description": "\u8fdb\u5316\u8bbaexplains how\u4f20\u9012\u6027emerged as a cognitive instinct through natural selection.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u9012\u6027", "keywords": "biological basis,logical structures", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u8fdb\u5316\u8bbaexplains how\u4f20\u9012\u6027emerged as a cognitive instinct through natural selection.", "to": "\u8fdb\u5316\u8bba", "width": 7.0}, {"created_at": 1752884145, "description": "\u4e8c\u5206\u6cd5\u4f9d\u8d56\u4f20\u9012\u6027\u8ba1\u7b97\u903b\u8f91\uff0c\u901a\u8fc7\u8fed\u4ee3\u9010\u6b65\u903c\u8fd1\u89e3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u9012\u6027", "keywords": "\u6570\u503c\u8ba1\u7b97,\u8fed\u4ee3\u903b\u8f91", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "\u4e8c\u5206\u6cd5\u4f9d\u8d56\u4f20\u9012\u6027\u8ba1\u7b97\u903b\u8f91\uff0c\u901a\u8fc7\u8fed\u4ee3\u9010\u6b65\u903c\u8fd1\u89e3\u3002", "to": "\u4e8c\u5206\u6cd5", "width": 9.0}, {"created_at": 1752884145, "description": "\u4f20\u7edf\u4f20\u9012\u6027\u8ba1\u7b97\u903b\u8f91\u96be\u4ee5\u9ad8\u6548\u8ba1\u7b97\u7d2f\u52a0\u7edf\u8ba1\u91cf(\u5982\u6837\u672c\u5e73\u5747\u548c\u65b9\u5dee)\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u9012\u6027", "keywords": "\u5c40\u9650\u6027,\u7edf\u8ba1\u8ba1\u7b97", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "\u4f20\u7edf\u4f20\u9012\u6027\u8ba1\u7b97\u903b\u8f91\u96be\u4ee5\u9ad8\u6548\u8ba1\u7b97\u7d2f\u52a0\u7edf\u8ba1\u91cf(\u5982\u6837\u672c\u5e73\u5747\u548c\u65b9\u5dee)\u3002", "to": "\u6837\u672c\u5e73\u5747\u548c\u6837\u672c\u65b9\u5dee", "width": 7.0}, {"created_at": 1752884145, "description": "Conventional computers rely on sequential computation properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u9012\u6027", "keywords": "computational logic,sequential processing", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Conventional computers rely on sequential computation properties.", "to": "\u4f20\u7edf\u8ba1\u7b97\u673a", "width": 9.0}, {"created_at": 1752884145, "description": "Sequential computation enables iterative solution processes.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u9012\u6027", "keywords": "computational logic,iterative processing", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Sequential computation enables iterative solution processes.", "to": "\u8fed\u4ee3\u5f62\u5f0f", "width": 8.0}, {"created_at": 1752884122, "description": "Substantial definitions often follow the genus-differentia structure, where a concept is defined within a broader class with distinguishing properties.\u003cSEP\u003e\u5c5e\u52a0\u79cd\u5deeis a formalized version of\u5b9e\u8d28\u5b9a\u4e49, using genus and differentia to define mathematical objects precisely.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u8d28\u5b9a\u4e49", "keywords": "definition methods,definition structure,logical framework,mathematical rigor", "source_id": "chunk-56f75baf6ec4e55ce2eb93f9a0b24904\u003cSEP\u003echunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Substantial definitions often follow the genus-differentia structure, where a concept is defined within a broader class with distinguishing properties.\u003cSEP\u003e\u5c5e\u52a0\u79cd\u5deeis a formalized version of\u5b9e\u8d28\u5b9a\u4e49, using genus and differentia to define mathematical objects precisely.", "to": "\u5c5e\u52a0\u79cd\u5dee", "width": 17.0}, {"created_at": 1752884150, "description": "Mathematical concepts must be clearly defined, and substantial definition is one method to achieve this by specifying essential properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u8d28\u5b9a\u4e49", "keywords": "clarity,definition method", "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Mathematical concepts must be clearly defined, and substantial definition is one method to achieve this by specifying essential properties.", "to": "\u6570\u5b66\u6982\u5ff5", "width": 8.0}, {"created_at": 1752884122, "description": "The definition of an equation is a subset of mathematical definitions, focusing on equality and unknown variables.", "file_path": "ChuZhongShuXue.docx", "from": "Equation", "keywords": "conceptual clarity,mathematical rigor", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "The definition of an equation is a subset of mathematical definitions, focusing on equality and unknown variables.", "to": "Mathematical Definition", "width": 8.0}, {"created_at": 1752884122, "description": "Equations fundamentally contain unknown variables that make them solvable mathematical constructs.", "file_path": "ChuZhongShuXue.docx", "from": "Equation", "keywords": "core components,problem-solving", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Equations fundamentally contain unknown variables that make them solvable mathematical constructs.", "to": "Unknown Variable", "width": 9.0}, {"created_at": 1752884123, "description": "Equations fundamentally rely on equality relations to establish equivalence between expressions.", "file_path": "ChuZhongShuXue.docx", "from": "Equation", "keywords": "foundational concept,mathematical operations", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Equations fundamentally rely on equality relations to establish equivalence between expressions.", "to": "Equality Relation", "width": 10.0}, {"created_at": 1752884122, "description": "Mathematical propositions rely on precise definitions to formulate statements that can be judged as true or false.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Definition", "keywords": "foundational concepts,logical structure", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Mathematical propositions rely on precise definitions to formulate statements that can be judged as true or false.", "to": "Mathematical Proposition", "width": 9.0}, {"created_at": 1752884122, "description": "Proper mathematical definitions require both necessary and sufficient conditions for precision.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Definition", "keywords": "conceptual clarity,logical rigor", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Proper mathematical definitions require both necessary and sufficient conditions for precision.", "to": "Necessary and Sufficient Conditions", "width": 10.0}, {"created_at": 1752884122, "description": "China\u0027s educational system emphasizes precise mathematical definitions in curriculum design.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Definition", "keywords": "academic standards,pedagogical approach", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "China\u0027s educational system emphasizes precise mathematical definitions in curriculum design.", "to": "Chinese Mathematics Education", "width": 7.0}, {"created_at": 1752884122, "description": "Aristotle\u0027s work on logic and propositions laid the groundwork for understanding mathematical statements and their truth values.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Proposition", "keywords": "logical foundations,philosophical influence", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Aristotle\u0027s work on logic and propositions laid the groundwork for understanding mathematical statements and their truth values.", "to": "Aristotle", "width": 7.0}, {"created_at": 1752884122, "description": "Wittgenstein\u0027s ideas on propositions and their meanings influenced the understanding of mathematical statements and their truth conditions.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Proposition", "keywords": "language philosophy,truth conditions", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Wittgenstein\u0027s ideas on propositions and their meanings influenced the understanding of mathematical statements and their truth conditions.", "to": "Ludwig Wittgenstein", "width": 8.0}, {"created_at": 1752884123, "description": "Mathematical propositions require formal logical structures for validation and proof.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Proposition", "keywords": "reasoning systems,validation methods", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Mathematical propositions require formal logical structures for validation and proof.", "to": "Formal Logic", "width": 9.0}, {"created_at": 1752884122, "description": "Aristotle established the earliest systematic frameworks for formal logical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "Aristotle", "keywords": "historical foundation,theoretical basis", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Aristotle established the earliest systematic frameworks for formal logical reasoning.", "to": "Formal Logic", "width": 8.0}, {"created_at": 1752884140, "description": "Aristotle studied at Plato Academy, where he developed foundational ideas that later influenced Euclidean geometry.", "file_path": "ChuZhongShuXue.docx", "from": "Aristotle", "keywords": "academic lineage,mentorship", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Aristotle studied at Plato Academy, where he developed foundational ideas that later influenced Euclidean geometry.", "to": "Plato academy", "width": 8.0}, {"created_at": 1752884150, "description": "Aristotle formulated the Law of Non-Contradiction, a cornerstone of logical and mathematical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "Aristotle", "keywords": "logical principle,philosophy", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle formulated the Law of Non-Contradiction, a cornerstone of logical and mathematical reasoning.", "to": "Law of Non-Contradiction", "width": 9.0}, {"created_at": 1752884171, "description": "Aristotle used lunar eclipses as evidence to conclude that the Earth is spherical.", "file_path": "ChuZhongShuXue.docx", "from": "Aristotle", "keywords": "cosmology,scientific observation", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Aristotle used lunar eclipses as evidence to conclude that the Earth is spherical.", "to": "Lunar Eclipse", "width": 9.0}, {"created_at": 1752884123, "description": "Proper equation definitions must satisfy necessary and sufficient condition requirements.", "file_path": "ChuZhongShuXue.docx", "from": "Necessary and Sufficient Conditions", "keywords": "definitional rigor,mathematical precision", "source_id": "chunk-24117d72e6923dbf8e4f1beaf50f8cbf", "title": "Proper equation definitions must satisfy necessary and sufficient condition requirements.", "to": "Equation Definition", "width": 8.0}, {"created_at": 1752884124, "description": "Cantor\u0027s work on infinity provided a theoretical foundation for understanding non-Euclidean geometries like Lobachevskian geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "keywords": "geometric foundations,infinity theory", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Cantor\u0027s work on infinity provided a theoretical foundation for understanding non-Euclidean geometries like Lobachevskian geometry.", "to": "\u5eb7\u6258", "width": 7.0}, {"created_at": 1752884125, "description": "Both are non-Euclidean systems developed through alternative formulations of the parallel postulate.\u003cSEP\u003e\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u548c\u9ece\u66fc\u51e0\u4f55\u90fd\u662f\u975e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\uff0c\u57fa\u4e8e\u4e0d\u540c\u7684\u5e73\u884c\u7ebf\u516c\u7406\u4fee\u6539\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "keywords": "geometric alternatives,postulate divergence,postulate variations", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "Both are non-Euclidean systems developed through alternative formulations of the parallel postulate.\u003cSEP\u003e\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u548c\u9ece\u66fc\u51e0\u4f55\u90fd\u662f\u975e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\uff0c\u57fa\u4e8e\u4e0d\u540c\u7684\u5e73\u884c\u7ebf\u516c\u7406\u4fee\u6539\u3002", "to": "\u9ece\u66fc\u51e0\u4f55", "width": 15.0}, {"created_at": 1752884125, "description": "Both represent distinct geometric systems discussed in mathematical reasoning context.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "keywords": "geometric systems,mathematical diversity", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Both represent distinct geometric systems discussed in mathematical reasoning context.", "to": "\u5f97\u51e0\u4f55", "width": 6.0}, {"created_at": 1752884173, "description": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u7814\u7a76\u9ad8\u65af\u66f2\u7387\u4e3a\u8d1f\u7684\u66f2\u9762\uff0c\u5bfc\u81f4\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u5c0f\u4e8e180\u5ea6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "keywords": "curvature,non-Euclidean geometry", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u7814\u7a76\u9ad8\u65af\u66f2\u7387\u4e3a\u8d1f\u7684\u66f2\u9762\uff0c\u5bfc\u81f4\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u5c0f\u4e8e180\u5ea6\u3002", "to": "\u9ad8\u65af\u66f2\u7387", "width": 9.0}, {"created_at": 1752884176, "description": "\u6781\u5750\u6807\u7684\u8bbe\u5b9a\u57fa\u4e8e\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u7684\u5e73\u884c\u5c04\u7ebf\u539f\u7406\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "keywords": "\u51e0\u4f55\u57fa\u7840,\u7406\u8bba\u4f9d\u636e", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6781\u5750\u6807\u7684\u8bbe\u5b9a\u57fa\u4e8e\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55\u7684\u5e73\u884c\u5c04\u7ebf\u539f\u7406\u3002", "to": "\u6781\u5750\u6807", "width": 9.0}, {"created_at": 1752884195, "description": "\u738b\u529b\u5bf9\u9648\u8ff0\u53e5\u7ed3\u6784\u7684\u7814\u7a76\uff0c\u7279\u522b\u662f\u5bf9\u7cfb\u8bcd\u7684\u5206\u6790\uff0c\u5f71\u54cd\u4e86\u6c49\u8bed\u8bed\u6cd5\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u738b\u529b", "keywords": "linguistics,syntax", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u738b\u529b\u5bf9\u9648\u8ff0\u53e5\u7ed3\u6784\u7684\u7814\u7a76\uff0c\u7279\u522b\u662f\u5bf9\u7cfb\u8bcd\u7684\u5206\u6790\uff0c\u5f71\u54cd\u4e86\u6c49\u8bed\u8bed\u6cd5\u7814\u7a76\u3002", "to": "\u9648\u8ff0\u53e5", "width": 7.0}, {"created_at": 1752884195, "description": "Wang Li is the author of \u0027History of Chinese Language\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u738b\u529b", "keywords": "authorship,linguistics", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Wang Li is the author of \u0027History of Chinese Language\u0027.", "to": "\u6c49\u8bed\u53f2\u7a3f", "width": 8.0}, {"created_at": 1752884206, "description": "\u738b\u529bedited this classical Chinese textbook.\u003cSEP\u003e\u738b\u529b\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "file_path": "ChuZhongShuXue.docx", "from": "\u738b\u529b", "keywords": "academic work,editorship,\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u738b\u529bedited this classical Chinese textbook.\u003cSEP\u003e\u738b\u529b\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "to": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "width": 19.0}, {"created_at": 1752884123, "description": "These are the two fundamental forms of mathematical propositions that cover all possible mathematical statements.", "file_path": "ChuZhongShuXue.docx", "from": "\u6027\u8d28\u547d\u9898", "keywords": "classification,proposition types", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "These are the two fundamental forms of mathematical propositions that cover all possible mathematical statements.", "to": "\u5173\u7cfb\u547d\u9898", "width": 8.0}, {"created_at": 1752884126, "description": "3 and 5 serve as specific instances representing the broader category of real numbers in logical reasoning examples.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "category representation,mathematical instantiation", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "3 and 5 serve as specific instances representing the broader category of real numbers in logical reasoning examples.", "to": "3\u548c5", "width": 8.0}, {"created_at": 1752884159, "description": "Augustin-Louis Cauchy provided the Cauchy criterion, which is essential for defining convergence in real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "convergence,mathematical rigor", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Augustin-Louis Cauchy provided the Cauchy criterion, which is essential for defining convergence in real numbers.", "to": "\u6cd5\u56fd\u6570\u5b66\u5bb6\u67ef\u897f", "width": 9.0}, {"created_at": 1752884160, "description": "The arithmetic axiom system provides the foundation for extending rational numbers to real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "mathematical foundation,number theory", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "The arithmetic axiom system provides the foundation for extending rational numbers to real numbers.", "to": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 8.0}, {"created_at": 1752884160, "description": "\u67ef\u897f\u6570\u5217\u7528\u4e8e\u5b9a\u4e49\u5b9e\u6570\uff0c\u6bcf\u4e00\u4e2a\u5b9e\u6570\u5bf9\u5e94\u4e00\u4e2a\u57fa\u672c\u5e8f\u5217\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "\u5b9e\u6570\u6784\u9020,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u67ef\u897f\u6570\u5217\u7528\u4e8e\u5b9a\u4e49\u5b9e\u6570\uff0c\u6bcf\u4e00\u4e2a\u5b9e\u6570\u5bf9\u5e94\u4e00\u4e2a\u57fa\u672c\u5e8f\u5217\u3002", "to": "\u67ef\u897f\u6570\u5217", "width": 9.0}, {"created_at": 1752884160, "description": "\u5eb7\u6258\u7528\u57fa\u672c\u5e8f\u5217\u5b9a\u4e49\u4e86\u5b9e\u6570\uff0c\u5e76\u7814\u7a76\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u6027\u8d28\u3002\u003cSEP\u003e\u5eb7\u6258\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\uff0c\u5e76\u63d0\u51fa\u4e86\u8fde\u7eed\u7edf\u7684\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "\u57fa\u6570\u6bd4\u8f83,\u5b9e\u6570\u5b9a\u4e49,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5eb7\u6258\u7528\u57fa\u672c\u5e8f\u5217\u5b9a\u4e49\u4e86\u5b9e\u6570\uff0c\u5e76\u7814\u7a76\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u6027\u8d28\u3002\u003cSEP\u003e\u5eb7\u6258\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\uff0c\u5e76\u63d0\u51fa\u4e86\u8fde\u7eed\u7edf\u7684\u6982\u5ff5\u3002", "to": "\u5eb7\u6258", "width": 18.0}, {"created_at": 1752884160, "description": "\u6709\u7406\u6570\u662f\u5b9e\u6570\u7684\u57fa\u7840\uff0c\u5b9e\u6570\u7684\u8fd0\u7b97\u662f\u901a\u8fc7\u6709\u7406\u6570\u8fd0\u7b97\u62d3\u5c55\u7684\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "\u6570\u5b66\u8fd0\u7b97,\u6570\u7cfb\u62d3\u5c55", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u6709\u7406\u6570\u662f\u5b9e\u6570\u7684\u57fa\u7840\uff0c\u5b9e\u6570\u7684\u8fd0\u7b97\u662f\u901a\u8fc7\u6709\u7406\u6570\u8fd0\u7b97\u62d3\u5c55\u7684\u3002", "to": "\u6709\u7406\u6570", "width": 7.0}, {"created_at": 1752884160, "description": "\u5eb7\u6258\u7528\u57fa\u672c\u5e8f\u5217\u5b9a\u4e49\u5b9e\u6570\uff0c\u5c06\u6709\u7406\u6570\u62d3\u5c55\u5230\u5b9e\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "\u5b9e\u6570\u6784\u9020,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u5eb7\u6258\u7528\u57fa\u672c\u5e8f\u5217\u5b9a\u4e49\u5b9e\u6570\uff0c\u5c06\u6709\u7406\u6570\u62d3\u5c55\u5230\u5b9e\u6570\u3002", "to": "\u57fa\u672c\u5e8f\u5217", "width": 8.0}, {"created_at": 1752884160, "description": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08\u9700\u8981\u5f62\u5f0f\u4e0a\u7406\u89e3\u5b9e\u6570\uff0c\u5c3d\u7ba1\u6559\u5b66\u4e0d\u6df1\u5165\u8981\u6c42\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "\u57fa\u7840\u6982\u5ff5,\u6570\u5b66\u6559\u80b2", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08\u9700\u8981\u5f62\u5f0f\u4e0a\u7406\u89e3\u5b9e\u6570\uff0c\u5c3d\u7ba1\u6559\u5b66\u4e0d\u6df1\u5165\u8981\u6c42\u3002", "to": "\u521d\u4e2d\u6570\u5b66\u6559\u5b66", "width": 5.0}, {"created_at": 1752884161, "description": "\u5eb7\u6258\u8ba4\u4e3a\u5b9e\u6570\u7684\u672c\u8d28\u5dee\u5f02\u6e90\u4e8e\u6781\u9650\u8fd0\u7b97\uff0c\u800c\u81ea\u7136\u6570\u57fa\u4e8e\u56db\u5219\u8fd0\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "\u6570\u5b66\u7406\u8bba,\u8fd0\u7b97\u5dee\u5f02", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5eb7\u6258\u8ba4\u4e3a\u5b9e\u6570\u7684\u672c\u8d28\u5dee\u5f02\u6e90\u4e8e\u6781\u9650\u8fd0\u7b97\uff0c\u800c\u81ea\u7136\u6570\u57fa\u4e8e\u56db\u5219\u8fd0\u7b97\u3002", "to": "\u6781\u9650\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884161, "description": "Real numbers form the mathematical continuum.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570", "keywords": "characterization,definition", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Real numbers form the mathematical continuum.", "to": "\u8fde\u7eed\u7edf", "width": 9.0}, {"created_at": 1752884123, "description": "Modern philosophy\u0027s emphasis on semantics contrasts with mathematical propositions\u0027 context-independence.", "file_path": "ChuZhongShuXue.docx", "from": "\u73b0\u4ee3\u54f2\u5b66", "keywords": "meaning interpretation,theoretical contrast", "source_id": "chunk-262593f034795826c0c15acbf0edb10f", "title": "Modern philosophy\u0027s emphasis on semantics contrasts with mathematical propositions\u0027 context-independence.", "to": "\u8bed\u4e49\u5b66", "width": 6.0}, {"created_at": 1752884123, "description": "The Pythagorean theorem is a fundamental property of right-angled triangles, defining their geometric relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u89d2\u4e09\u89d2\u5f62", "keywords": "geometric property,mathematical theorem", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "The Pythagorean theorem is a fundamental property of right-angled triangles, defining their geometric relationships.", "to": "\u52fe\u80a1\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884139, "description": "The tangent function specifically describes relationships within right triangles.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u89d2\u4e09\u89d2\u5f62", "keywords": "geometric properties,mathematical definition", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "The tangent function specifically describes relationships within right triangles.", "to": "\u6b63\u5207\u51fd\u6570", "width": 10.0}, {"created_at": 1752884123, "description": "The Pythagorean theorem is an example of\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898, where the set of right triangles and the set of triangles satisfying a\u00b2+b\u00b2=c\u00b2 are equivalent.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "bidirectional implication,mathematical equivalence", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "The Pythagorean theorem is an example of\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898, where the set of right triangles and the set of triangles satisfying a\u00b2+b\u00b2=c\u00b2 are equivalent.", "to": "\u4e3b\u8c13\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "width": 9.0}, {"created_at": 1752884133, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5229\u7528\u52fe\u80a1\u5b9a\u7406\u89e3\u51b3\u4e86\u51e0\u4f55\u95ee\u9898\uff0c\u5c55\u793a\u4e86\u5176\u6570\u5b66\u5e94\u7528\u7684\u5e7f\u6cdb\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "\u51e0\u4f55\u5e94\u7528,\u6570\u5b66\u5b9a\u7406", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5229\u7528\u52fe\u80a1\u5b9a\u7406\u89e3\u51b3\u4e86\u51e0\u4f55\u95ee\u9898\uff0c\u5c55\u793a\u4e86\u5176\u6570\u5b66\u5e94\u7528\u7684\u5e7f\u6cdb\u6027\u3002", "to": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "width": 7.0}, {"created_at": 1752884168, "description": "\u5546\u9ad8explained the principles of the Pythagorean theorem (\u52fe\u80a1\u5b9a\u7406) in response to\u5468\u516c\u0027s questions about celestial measurements.\u003cSEP\u003e\u5546\u9ad8provided the earliest known Chinese explanation of the theorem.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "geometric principles,mathematical explanation,mathematical proof,theoretical foundation", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "\u5546\u9ad8explained the principles of the Pythagorean theorem (\u52fe\u80a1\u5b9a\u7406) in response to\u5468\u516c\u0027s questions about celestial measurements.\u003cSEP\u003e\u5546\u9ad8provided the earliest known Chinese explanation of the theorem.", "to": "\u5546\u9ad8", "width": 19.0}, {"created_at": 1752884168, "description": "The text contains the earliest Chinese written record of the theorem.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "mathematical history,textual evidence", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The text contains the earliest Chinese written record of the theorem.", "to": "\u5468\u9ac0\u7b97\u7ecf", "width": 9.0}, {"created_at": 1752884168, "description": "The \u0027\u571f\u572d\u4e4b\u6cd5\u0027 method relies on the principles of the Pythagorean theorem to ensure the vertical alignment of the measuring pole.\u003cSEP\u003eThe Pythagorean theorem (\u52fe\u80a1\u5b9a\u7406) was applied in the gnomon measurement method (\u571f\u572d\u4e4b\u6cd5) to calculate solar angles and distances.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "astronomy,geometric application,mathematics,measurement techniques", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The \u0027\u571f\u572d\u4e4b\u6cd5\u0027 method relies on the principles of the Pythagorean theorem to ensure the vertical alignment of the measuring pole.\u003cSEP\u003eThe Pythagorean theorem (\u52fe\u80a1\u5b9a\u7406) was applied in the gnomon measurement method (\u571f\u572d\u4e4b\u6cd5) to calculate solar angles and distances.", "to": "\u571f\u572d\u4e4b\u6cd5", "width": 18.0}, {"created_at": 1752884175, "description": "Descartes used the Pythagorean theorem in his geometric solutions to algebraic equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "mathematical application,problem-solving", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes used the Pythagorean theorem in his geometric solutions to algebraic equations.", "to": "\u7b1b\u5361\u5c14", "width": 8.0}, {"created_at": 1752884123, "description": "Addition satisfies the commutative law, meaning the order of operands does not change the result.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a0\u6cd5", "keywords": "commutative law,mathematical property", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Addition satisfies the commutative law, meaning the order of operands does not change the result.", "to": "\u4ea4\u6362\u5f8b", "width": 8.0}, {"created_at": 1752884123, "description": "Addition exemplifies\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898as it satisfies commutativity, but commutative operations are not limited to addition.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a0\u6cd5", "keywords": "partial implication,property containment", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Addition exemplifies\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898as it satisfies commutativity, but commutative operations are not limited to addition.", "to": "\u4e3b\u8c13\u4e0d\u5bf9\u79f0\u7684\u6027\u8d28\u547d\u9898", "width": 7.0}, {"created_at": 1752884152, "description": "Axiom 6 provides the foundational basis for defining addition through the successor operation.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a0\u6cd5", "keywords": "axiomatic foundation,operation definition", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Axiom 6 provides the foundational basis for defining addition through the successor operation.", "to": "\u516c\u74066", "width": 8.0}, {"created_at": 1752884153, "description": "Inverse operations like subtraction are structurally derived from and dependent on addition.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a0\u6cd5", "keywords": "operation dependence,structural derivation", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Inverse operations like subtraction are structurally derived from and dependent on addition.", "to": "\u9006\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752884123, "description": "\u6b63\u547d\u9898and\u5426\u547d\u9898are complementary logical forms, representing affirmation and negation of the same property P for elements in set A.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u547d\u9898", "keywords": "logical duality,propositional negation", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "\u6b63\u547d\u9898and\u5426\u547d\u9898are complementary logical forms, representing affirmation and negation of the same property P for elements in set A.", "to": "\u5426\u547d\u9898", "width": 8.0}, {"created_at": 1752884123, "description": "Hilbert\u0027s axioms are foundational examples of\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898, formalizing geometric relationships between points and lines.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898", "keywords": "axiomatic foundation,geometric relations", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "Hilbert\u0027s axioms are foundational examples of\u6570\u5b66\u7684\u5173\u7cfb\u547d\u9898, formalizing geometric relationships between points and lines.", "to": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406", "width": 10.0}, {"created_at": 1752884123, "description": "In\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66, formal axioms are replaced with \u0027basic facts\u0027 to suit students\u0027 cognitive levels while preserving mathematical rigor.", "file_path": "ChuZhongShuXue.docx", "from": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66", "keywords": "conceptual simplification,pedagogical adaptation", "source_id": "chunk-afc841e1a6c397cedfaba45e3a346fb6", "title": "In\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66, formal axioms are replaced with \u0027basic facts\u0027 to suit students\u0027 cognitive levels while preserving mathematical rigor.", "to": "\u516c\u7406", "width": 6.0}, {"created_at": 1752884137, "description": "Students discover triangle congruence postulates through guided construction experiments rather than rote learning.", "file_path": "ChuZhongShuXue.docx", "from": "\u57fa\u672c\u4e8b\u5b9e", "keywords": "inquiry learning,mathematical discovery", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Students discover triangle congruence postulates through guided construction experiments rather than rote learning.", "to": "\u5168\u7b49\u4e09\u89d2\u5f62", "width": 8.0}, {"created_at": 1752884149, "description": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5728\u96c5\u5178\u5f97\u5230\u84ec\u52c3\u53d1\u5c55", "file_path": "ChuZhongShuXue.docx", "from": "\u96c5\u5178", "keywords": "cultural development,philosophical center", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5728\u96c5\u5178\u5f97\u5230\u84ec\u52c3\u53d1\u5c55", "to": "\u53e4\u5e0c\u814a\u54f2\u5b66", "width": 8.0}, {"created_at": 1752884149, "description": "\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u6587\u660e\u7684\u6838\u5fc3\u57ce\u5e02\uff0c\u8fa9\u8bba\u6587\u5316\u5728\u6b64\u8fbe\u5230\u9876\u5cf0\u3002\u003cSEP\u003e\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u7684\u4e3b\u8981\u57ce\u90a6\u4e4b\u4e00\uff0c\u4ee5\u5176\u6c11\u4e3b\u5236\u5ea6\u548c\u8fa9\u8bba\u6587\u5316\u8457\u79f0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u96c5\u5178", "keywords": "cultural center,intellectual hub,political system", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u6587\u660e\u7684\u6838\u5fc3\u57ce\u5e02\uff0c\u8fa9\u8bba\u6587\u5316\u5728\u6b64\u8fbe\u5230\u9876\u5cf0\u3002\u003cSEP\u003e\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u7684\u4e3b\u8981\u57ce\u90a6\u4e4b\u4e00\uff0c\u4ee5\u5176\u6c11\u4e3b\u5236\u5ea6\u548c\u8fa9\u8bba\u6587\u5316\u8457\u79f0\u3002", "to": "\u53e4\u5e0c\u814a", "width": 17.0}, {"created_at": 1752884172, "description": "Eratosthenes served as the head of the Library of Alexandria and made significant contributions to geography.\u003cSEP\u003e\u57c3\u62c9\u6258\u8272\u5c3c\u62c5\u4efb\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u9986\u957f\u671f\u95f4\u8fdb\u884c\u4e86\u5730\u7403\u5468\u957f\u7684\u8ba1\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "keywords": "leadership,scientific discovery,\u5b66\u672f\u7814\u7a76,\u673a\u6784\u652f\u6301", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Eratosthenes served as the head of the Library of Alexandria and made significant contributions to geography.\u003cSEP\u003e\u57c3\u62c9\u6258\u8272\u5c3c\u62c5\u4efb\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u9986\u957f\u671f\u95f4\u8fdb\u884c\u4e86\u5730\u7403\u5468\u957f\u7684\u8ba1\u7b97\u3002", "to": "\u57c3\u62c9\u6258\u8272\u5c3c", "width": 19.0}, {"created_at": 1752884172, "description": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u662f\u8be5\u57ce\u6700\u91cd\u8981\u7684\u5b66\u672f\u4e2d\u5fc3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "keywords": "\u5b66\u672f\u673a\u6784,\u6587\u5316\u4e2d\u5fc3", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u662f\u8be5\u57ce\u6700\u91cd\u8981\u7684\u5b66\u672f\u4e2d\u5fc3\u3002", "to": "\u4e9a\u5386\u5c71\u5927\u57ce", "width": 8.0}, {"created_at": 1752884172, "description": "Herophilus conducted pioneering work in human anatomy at the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "keywords": "scholarship,scientific advancement", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Herophilus conducted pioneering work in human anatomy at the Library of Alexandria.", "to": "\u5e0c\u7f57\u83f2\u9c81\u65af", "width": 8.0}, {"created_at": 1752884172, "description": "The Library of Alexandria collected and preserved copies of the Homeric Epics.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "keywords": "cultural heritage,literary preservation", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The Library of Alexandria collected and preserved copies of the Homeric Epics.", "to": "\u300a\u8377\u9a6c\u53f2\u8bd7\u300b", "width": 8.0}, {"created_at": 1752884172, "description": "The library amassed over 500,000 papyrus scrolls containing various works of knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "keywords": "document collection,knowledge repository", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "The library amassed over 500,000 papyrus scrolls containing various works of knowledge.", "to": "\u7eb8\u838e\u8349\u4e66", "width": 9.0}, {"created_at": 1752884149, "description": "Aristotle used Socrates as an example in his universal affirmative syllogism to demonstrate logical deduction.\u003cSEP\u003e\u82cf\u683c\u62c9\u5e95\u548c\u4e9a\u91cc\u58eb\u591a\u5fb7\u90fd\u662f\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\uff0c\u5bf9\u903b\u8f91\u5b66\u548c\u5b9a\u4e49\u7406\u8bba\u6709\u91cd\u8981\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "logical example,logical reasoning,philosophical illustration,philosophical influence", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f\u003cSEP\u003echunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Aristotle used Socrates as an example in his universal affirmative syllogism to demonstrate logical deduction.\u003cSEP\u003e\u82cf\u683c\u62c9\u5e95\u548c\u4e9a\u91cc\u58eb\u591a\u5fb7\u90fd\u662f\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\uff0c\u5bf9\u903b\u8f91\u5b66\u548c\u5b9a\u4e49\u7406\u8bba\u6709\u91cd\u8981\u8d21\u732e\u3002", "to": "\u82cf\u683c\u62c9\u5e95", "width": 17.0}, {"created_at": 1752884149, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u7cfb\u7edf\u53d1\u5c55\u4e86\u903b\u8f91\u63a8\u7406\u7684\u7406\u8bba\uff0c\u4e3a\u8fa9\u8bba\u63d0\u4f9b\u65b9\u6cd5\u8bba\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "philosophical system,reasoning theory", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u7cfb\u7edf\u53d1\u5c55\u4e86\u903b\u8f91\u63a8\u7406\u7684\u7406\u8bba\uff0c\u4e3a\u8fa9\u8bba\u63d0\u4f9b\u65b9\u6cd5\u8bba\u57fa\u7840\u3002", "to": "\u903b\u8f91\u63a8\u7406", "width": 9.0}, {"created_at": 1752884151, "description": "Aristotle\u0027s work laid the foundational framework for the structure of mathematical proofs, particularly through syllogistic forms.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "intellectual foundation,logical structure", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Aristotle\u0027s work laid the foundational framework for the structure of mathematical proofs, particularly through syllogistic forms.", "to": "\u6570\u5b66\u8bc1\u660e", "width": 9.0}, {"created_at": 1752884151, "description": "Russell critiqued and refined Aristotle\u0027s logical forms, emphasizing distinctions between abstract and concrete statements.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "logical refinement,philosophical critique", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Russell critiqued and refined Aristotle\u0027s logical forms, emphasizing distinctions between abstract and concrete statements.", "to": "\u7f57\u7d20", "width": 7.0}, {"created_at": 1752884171, "description": "Aristotle deduced Earth\u0027s sphericity from lunar eclipses, contributing to early astronomical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "Earth\u0027s shape,lunar eclipse", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Aristotle deduced Earth\u0027s sphericity from lunar eclipses, contributing to early astronomical knowledge.", "to": "\u5730\u7403\u7403\u5f62\u7684\u8ba4\u77e5", "width": 8.0}, {"created_at": 1752884171, "description": "Aristotle used lunar eclipse observations as evidence for Earth\u0027s spherical shape.\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u901a\u8fc7\u89c2\u5bdf\u6708\u8680\u73b0\u8c61\u8bc1\u660e\u4e86\u5730\u7403\u7684\u7403\u5f62\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "Earth\u0027s form,astronomical evidence,\u5929\u6587\u89c2\u6d4b,\u79d1\u5b66\u8bba\u8bc1", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Aristotle used lunar eclipse observations as evidence for Earth\u0027s spherical shape.\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u901a\u8fc7\u89c2\u5bdf\u6708\u8680\u73b0\u8c61\u8bc1\u660e\u4e86\u5730\u7403\u7684\u7403\u5f62\u3002", "to": "\u6708\u8680", "width": 16.0}, {"created_at": 1752884172, "description": "\u90fd\u662f\u53e4\u4ee3\u7814\u7a76\u5730\u7403\u5f62\u72b6\u7684\u5b66\u8005\uff0c\u5206\u522b\u901a\u8fc7\u4e0d\u540c\u65b9\u5f0f\u8bc1\u660e\u5730\u7403\u662f\u7403\u4f53\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "\u5730\u7403\u5f62\u72b6,\u79d1\u5b66\u8bba\u8bc1", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u90fd\u662f\u53e4\u4ee3\u7814\u7a76\u5730\u7403\u5f62\u72b6\u7684\u5b66\u8005\uff0c\u5206\u522b\u901a\u8fc7\u4e0d\u540c\u65b9\u5f0f\u8bc1\u660e\u5730\u7403\u662f\u7403\u4f53\u3002", "to": "\u963f\u57fa\u7c73\u5fb7", "width": 8.0}, {"created_at": 1752884173, "description": "Aristotle proposed dividing Earth into climate zones based on temperature observations.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "climate classification,geographical theory", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Aristotle proposed dividing Earth into climate zones based on temperature observations.", "to": "\u6c14\u5019\u5e26", "width": 7.0}, {"created_at": 1752884174, "description": "\u57f9\u6839\u6279\u5224\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u4e09\u6bb5\u8bba\uff0c\u5f00\u521b\u4e86\u5f52\u7eb3\u903b\u8f91\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "\u54f2\u5b66\u6279\u5224,\u65b9\u6cd5\u8bba\u9769\u65b0", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u57f9\u6839\u6279\u5224\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u4e09\u6bb5\u8bba\uff0c\u5f00\u521b\u4e86\u5f52\u7eb3\u903b\u8f91\u65b9\u6cd5\u3002", "to": "\u57f9\u6839", "width": 8.0}, {"created_at": 1752884193, "description": "\u4f3d\u5229\u7565\u7684\u7814\u7a76\u65b9\u6cd5\u53d6\u4ee3\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u903b\u8f91\u63a8\u7406\u65b9\u6cd5\uff0c\u5f3a\u8c03\u7ecf\u9a8c\u9a8c\u8bc1\u548c\u6570\u5b66\u8868\u8fbe\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "\u65b9\u6cd5\u8bba\u53d8\u9769,\u79d1\u5b66\u9769\u547d", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u4f3d\u5229\u7565\u7684\u7814\u7a76\u65b9\u6cd5\u53d6\u4ee3\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u903b\u8f91\u63a8\u7406\u65b9\u6cd5\uff0c\u5f3a\u8c03\u7ecf\u9a8c\u9a8c\u8bc1\u548c\u6570\u5b66\u8868\u8fbe\u3002", "to": "\u4f3d\u5229\u7565", "width": 7.0}, {"created_at": 1752884202, "description": "\u82d7\u529b\u7530edited the Chinese translation of \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "editing,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u82d7\u529b\u7530edited the Chinese translation of \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u0027.", "to": "\u82d7\u529b\u7530", "width": 7.0}, {"created_at": 1752884124, "description": "\u5728\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u4e2d\uff0c\u6761\u4ef6\u547d\u9898\u4e3a\u8bba\u8bc1\u547d\u9898\u63d0\u4f9b\u57fa\u7840\u524d\u63d0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6761\u4ef6\u547d\u9898", "keywords": "\u63a8\u7406\u57fa\u7840,\u903b\u8f91\u7ed3\u6784", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u5728\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u4e2d\uff0c\u6761\u4ef6\u547d\u9898\u4e3a\u8bba\u8bc1\u547d\u9898\u63d0\u4f9b\u57fa\u7840\u524d\u63d0\u3002", "to": "\u8bba\u8bc1\u547d\u9898", "width": 8.0}, {"created_at": 1752884124, "description": "\u8bba\u8bc1\u547d\u9898\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u5c06\u6761\u4ef6\u547d\u9898\u4e0e\u7ed3\u8bba\u547d\u9898\u8fde\u63a5\u8d77\u6765\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8bba\u8bc1\u547d\u9898", "keywords": "\u63a8\u7406\u8fc7\u7a0b,\u903b\u8f91\u8fde\u63a5", "source_id": "chunk-665ebf4a9a719e0056c9e54525078072", "title": "\u8bba\u8bc1\u547d\u9898\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u5c06\u6761\u4ef6\u547d\u9898\u4e0e\u7ed3\u8bba\u547d\u9898\u8fde\u63a5\u8d77\u6765\u3002", "to": "\u7ed3\u8bba\u547d\u9898", "width": 9.0}, {"created_at": 1752884151, "description": "The major premise provides the general rule from which the conclusion is derived in a syllogism.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ed3\u8bba\u547d\u9898", "keywords": "logical derivation,rule application", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "The major premise provides the general rule from which the conclusion is derived in a syllogism.", "to": "\u5927\u524d\u63d0", "width": 9.0}, {"created_at": 1752884151, "description": "The minor premise applies the major premise to a specific case, enabling the conclusion to be drawn.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ed3\u8bba\u547d\u9898", "keywords": "logical bridge,specificity", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "The minor premise applies the major premise to a specific case, enabling the conclusion to be drawn.", "to": "\u5c0f\u524d\u63d0", "width": 9.0}, {"created_at": 1752884124, "description": "The triangle side length principle is logically derived from the axiom about shortest distances between points in geometry education.\u003cSEP\u003e\u524d\u8005\u662f\u5c0f\u5b66\u6570\u5b66\u547d\u9898\uff0c\u9700\u8981\u901a\u8fc7\u540e\u8005\u8fd9\u4e2a\u57fa\u672c\u4e8b\u5b9e\u6765\u8bc1\u660e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u5f62\u4e24\u8fb9\u4e4b\u548c\u5927\u4e8e\u7b2c\u4e09\u8fb9", "keywords": "axiomatic reasoning,geometric proof,\u57fa\u7840\u6559\u80b2,\u6570\u5b66\u8bc1\u660e", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840\u003cSEP\u003echunk-665ebf4a9a719e0056c9e54525078072", "title": "The triangle side length principle is logically derived from the axiom about shortest distances between points in geometry education.\u003cSEP\u003e\u524d\u8005\u662f\u5c0f\u5b66\u6570\u5b66\u547d\u9898\uff0c\u9700\u8981\u901a\u8fc7\u540e\u8005\u8fd9\u4e2a\u57fa\u672c\u4e8b\u5b9e\u6765\u8bc1\u660e\u3002", "to": "\u4e24\u70b9\u95f4\u76f4\u7ebf\u6bb5\u6700\u77ed", "width": 20.0}, {"created_at": 1752884180, "description": "These are two fundamental properties of axiomatic systems that were central to Hilbert\u0027s program and G\u00f6del\u0027s refutation.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f8\u5bb9\u6027", "keywords": "axiomatic properties,mathematical foundations", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "These are two fundamental properties of axiomatic systems that were central to Hilbert\u0027s program and G\u00f6del\u0027s refutation.", "to": "\u5b8c\u5907\u6027", "width": 7.0}, {"created_at": 1752884125, "description": "Cantor used bijective correspondences to revolutionize the understanding of infinite sets.", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "infinity,set theory", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Cantor used bijective correspondences to revolutionize the understanding of infinite sets.", "to": "\u4e00\u4e00\u5bf9\u5e94", "width": 10.0}, {"created_at": 1752884159, "description": "Cantor defined real numbers via convergent sequences, enabling rigorous analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "convergence,foundations", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Cantor defined real numbers via convergent sequences, enabling rigorous analysis.", "to": "\u5b9e\u6570\u7406\u8bba", "width": 8.0}, {"created_at": 1752884159, "description": "Cantor used set theory to demonstrate the abundance of transcendental numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "cardinality,infinite sets", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Cantor used set theory to demonstrate the abundance of transcendental numbers.", "to": "\u96c6\u5408\u8bba", "width": 8.0}, {"created_at": 1752884160, "description": "\u5eb7\u6258\u5b9a\u4e49\u4e86\u65e0\u7a77\u96c6\u5408\uff0c\u5e76\u8bc1\u660e\u4e86\u81ea\u7136\u6570\u548c\u6709\u7406\u6570\u7684\u4e2a\u6570\u4e00\u6837\u591a\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u65e0\u7a77\u7406\u8bba,\u96c6\u5408\u8bba", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u5eb7\u6258\u5b9a\u4e49\u4e86\u65e0\u7a77\u96c6\u5408\uff0c\u5e76\u8bc1\u660e\u4e86\u81ea\u7136\u6570\u548c\u6709\u7406\u6570\u7684\u4e2a\u6570\u4e00\u6837\u591a\u3002", "to": "\u65e0\u7a77\u96c6\u5408", "width": 10.0}, {"created_at": 1752884160, "description": "\u5eb7\u6258\u8bc1\u660e\u4e86\u6709\u7406\u6570\u7684\u57fa\u6570\u4e0e\u81ea\u7136\u6570\u76f8\u540c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u57fa\u6570\u6bd4\u8f83,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5eb7\u6258\u8bc1\u660e\u4e86\u6709\u7406\u6570\u7684\u57fa\u6570\u4e0e\u81ea\u7136\u6570\u76f8\u540c\u3002", "to": "\u6709\u7406\u6570", "width": 8.0}, {"created_at": 1752884161, "description": "\u5eb7\u6258\u8bc1\u660e\u4e86\u4ee3\u6570\u6570\u7684\u57fa\u6570\u4e0e\u81ea\u7136\u6570\u76f8\u540c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u57fa\u6570\u6bd4\u8f83,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5eb7\u6258\u8bc1\u660e\u4e86\u4ee3\u6570\u6570\u7684\u57fa\u6570\u4e0e\u81ea\u7136\u6570\u76f8\u540c\u3002", "to": "\u4ee3\u6570\u6570", "width": 8.0}, {"created_at": 1752884161, "description": "\u5eb7\u6258\u63d0\u51fa\u4e86\u5bf9\u89d2\u7ebf\u6cd5\uff0c\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u4e0d\u53ef\u5217\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u6570\u5b66\u8bc1\u660e,\u65b9\u6cd5\u8bba", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5eb7\u6258\u63d0\u51fa\u4e86\u5bf9\u89d2\u7ebf\u6cd5\uff0c\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u4e0d\u53ef\u5217\u6027\u3002", "to": "\u5eb7\u6258\u5bf9\u89d2\u7ebf\u6cd5", "width": 9.0}, {"created_at": 1752884180, "description": "\u5eb7\u6258\u63d0\u51fa\u4e86\u8fde\u7eed\u7edf\u5047\u8bbe\uff0c\u5e76\u5b9a\u4e49\u4e86\u57fa\u6570\uff0c\u4e3a\u96c6\u5408\u8bba\u5960\u5b9a\u4e86\u57fa\u7840\u3002\u003cSEP\u003e\u5eb7\u6258\u63d0\u51fa\u8fde\u7eed\u7edf\u5047\u8bbe\uff0c\u6210\u4e3a\u73b0\u4ee3\u6570\u5b66\u7684\u6838\u5fc3\u95ee\u9898\u4e4b\u4e00\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u57fa\u6570\u5b9a\u4e49,\u6570\u5b66\u731c\u60f3,\u96c6\u5408\u8bba", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5eb7\u6258\u63d0\u51fa\u4e86\u8fde\u7eed\u7edf\u5047\u8bbe\uff0c\u5e76\u5b9a\u4e49\u4e86\u57fa\u6570\uff0c\u4e3a\u96c6\u5408\u8bba\u5960\u5b9a\u4e86\u57fa\u7840\u3002\u003cSEP\u003e\u5eb7\u6258\u63d0\u51fa\u8fde\u7eed\u7edf\u5047\u8bbe\uff0c\u6210\u4e3a\u73b0\u4ee3\u6570\u5b66\u7684\u6838\u5fc3\u95ee\u9898\u4e4b\u4e00\u3002", "to": "\u8fde\u7eed\u7edf\u5047\u8bbe", "width": 18.0}, {"created_at": 1752884180, "description": "\u5eb7\u6258\u8bc1\u660e\u4e86\u5b9e\u6570\u96c6\u5408R\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\u96c6\u5408N\uff0c\u5f00\u521b\u4e86\u96c6\u5408\u8bba\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u57fa\u6570\u6bd4\u8f83,\u96c6\u5408\u8bba", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5eb7\u6258\u8bc1\u660e\u4e86\u5b9e\u6570\u96c6\u5408R\u7684\u57fa\u6570\u5927\u4e8e\u81ea\u7136\u6570\u96c6\u5408N\uff0c\u5f00\u521b\u4e86\u96c6\u5408\u8bba\u7814\u7a76\u3002", "to": "\u5b9e\u6570\u96c6\u5408R", "width": 9.0}, {"created_at": 1752884180, "description": "\u5eb7\u6258\u8bc1\u660e\u6709\u7406\u6570\u96c6\u5408Q\u4e0e\u81ea\u7136\u6570\u96c6\u5408N\u7b49\u52bf\uff0c\u5c55\u793a\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u7279\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "\u65e0\u7a77\u7406\u8bba,\u96c6\u5408\u7b49\u52bf", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5eb7\u6258\u8bc1\u660e\u6709\u7406\u6570\u96c6\u5408Q\u4e0e\u81ea\u7136\u6570\u96c6\u5408N\u7b49\u52bf\uff0c\u5c55\u793a\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u7279\u6027\u3002", "to": "\u6709\u7406\u6570\u96c6\u5408Q", "width": 8.0}, {"created_at": 1752884195, "description": "\u5eb7\u6258\u7684\u96c6\u5408\u8bba\u5f15\u53d1\u4e86\u7f57\u7d20\u7684\u7406\u53d1\u5e08\u6096\u8bba\uff0c\u63a8\u52a8\u4e86\u903b\u8f91\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258", "keywords": "paradox,set theory", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u5eb7\u6258\u7684\u96c6\u5408\u8bba\u5f15\u53d1\u4e86\u7f57\u7d20\u7684\u7406\u53d1\u5e08\u6096\u8bba\uff0c\u63a8\u52a8\u4e86\u903b\u8f91\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u7f57\u7d20", "width": 7.0}, {"created_at": 1752884173, "description": "\u9ece\u66fc\u51e0\u4f55\u7814\u7a76\u9ad8\u65af\u66f2\u7387\u4e3a\u6b63\u7684\u66f2\u9762\uff0c\u5bfc\u81f4\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u5927\u4e8e180\u5ea6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ece\u66fc\u51e0\u4f55", "keywords": "curvature,non-Euclidean geometry", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u9ece\u66fc\u51e0\u4f55\u7814\u7a76\u9ad8\u65af\u66f2\u7387\u4e3a\u6b63\u7684\u66f2\u9762\uff0c\u5bfc\u81f4\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u5927\u4e8e180\u5ea6\u3002", "to": "\u9ad8\u65af\u66f2\u7387", "width": 9.0}, {"created_at": 1752884174, "description": "\u9ece\u66fc\u51e0\u4f55\u7528\u4e8e\u8ba1\u7b97\u5317\u4eac\u4e0e\u7ebd\u7ea6\u4e4b\u95f4\u7684\u5927\u5706\u52a3\u5f27\u8ddd\u79bb\uff0c\u7ea611005\u516c\u91cc\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ece\u66fc\u51e0\u4f55", "keywords": "\u51e0\u4f55\u5e94\u7528,\u5730\u7406\u8ddd\u79bb", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u9ece\u66fc\u51e0\u4f55\u7528\u4e8e\u8ba1\u7b97\u5317\u4eac\u4e0e\u7ebd\u7ea6\u4e4b\u95f4\u7684\u5927\u5706\u52a3\u5f27\u8ddd\u79bb\uff0c\u7ea611005\u516c\u91cc\u3002", "to": "\u5317\u4eac", "width": 8.0}, {"created_at": 1752884174, "description": "\u9ece\u66fc\u51e0\u4f55\u7528\u4e8e\u8ba1\u7b97\u5317\u4eac\u4e0e\u7ebd\u7ea6\u4e4b\u95f4\u7684\u5927\u5706\u52a3\u5f27\u8ddd\u79bb\uff0c\u7ea611005\u516c\u91cc\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ece\u66fc\u51e0\u4f55", "keywords": "\u51e0\u4f55\u5e94\u7528,\u5730\u7406\u8ddd\u79bb", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u9ece\u66fc\u51e0\u4f55\u7528\u4e8e\u8ba1\u7b97\u5317\u4eac\u4e0e\u7ebd\u7ea6\u4e4b\u95f4\u7684\u5927\u5706\u52a3\u5f27\u8ddd\u79bb\uff0c\u7ea611005\u516c\u91cc\u3002", "to": "\u7ebd\u7ea6", "width": 8.0}, {"created_at": 1752884125, "description": "SAS is one of Hilbert\u0027s congruence axioms that properly defines geometric equality.", "file_path": "ChuZhongShuXue.docx", "from": "\u5408\u540c\u516c\u7406", "keywords": "axiomatic systems,geometric congruence", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "SAS is one of Hilbert\u0027s congruence axioms that properly defines geometric equality.", "to": "\u8fb9\u89d2\u8fb9", "width": 9.0}, {"created_at": 1752884125, "description": "The 2011 standard established initial core concepts that were later expanded into the core competency framework.\u003cSEP\u003eThe 2011 standards established core mathematical competencies for Chinese compulsory education.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "keywords": "curriculum development,education policy,educational standards,skill development", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b\u003cSEP\u003echunk-d600d36500fc1362f8eb34c6e841165e", "title": "The 2011 standard established initial core concepts that were later expanded into the core competency framework.\u003cSEP\u003eThe 2011 standards established core mathematical competencies for Chinese compulsory education.", "to": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "width": 15.0}, {"created_at": 1752884134, "description": "The lack of mathematical abstraction in ancient Chinese math influenced the 2011 curriculum reform to emphasize foundational mathematical ideas and experience.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "keywords": "educational reform,historical influence", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "The lack of mathematical abstraction in ancient Chinese math influenced the 2011 curriculum reform to emphasize foundational mathematical ideas and experience.", "to": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66", "width": 8.0}, {"created_at": 1752884134, "description": "The 2017 standards built on the 2011 framework, expanding \u0027four basics\u0027 into \u0027three abilities\u0027 for real-world mathematical application.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "keywords": "curriculum evolution,educational goals", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "The 2017 standards built on the 2011 framework, expanding \u0027four basics\u0027 into \u0027three abilities\u0027 for real-world mathematical application.", "to": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "width": 9.0}, {"created_at": 1752884138, "description": "\u6807\u51c6\u4fee\u8ba2\u8fc7\u7a0b\u4e2d\uff0c\u4fee\u8ba2\u7ec4\u5426\u51b3\u4e86\u5c06\u5b58\u5728\u6027\u516c\u7406\u7eb3\u5165\u57fa\u672c\u4e8b\u5b9e\u7684\u63d0\u8bae\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "keywords": "\u5b66\u672f\u4e89\u8bae,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u6807\u51c6\u4fee\u8ba2\u8fc7\u7a0b\u4e2d\uff0c\u4fee\u8ba2\u7ec4\u5426\u51b3\u4e86\u5c06\u5b58\u5728\u6027\u516c\u7406\u7eb3\u5165\u57fa\u672c\u4e8b\u5b9e\u7684\u63d0\u8bae\u3002", "to": "\u4fee\u8ba2\u7ec4", "width": 7.0}, {"created_at": 1752884138, "description": "Revision committee debated including existence axioms in national standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "keywords": "policy formation", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Revision committee debated including existence axioms in national standards.", "to": "\u8bfe\u7a0b\u6807\u51c6\u4fee\u8ba2\u7ec4", "width": 7.0}, {"created_at": 1752884144, "description": "The 2011 curriculum introduced button classification to teach foundational statistical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2011\u5e74\u7248)\u300b", "keywords": "early education,pedagogical design", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The 2011 curriculum introduced button classification to teach foundational statistical concepts.", "to": "\u6263\u5b50\u5206\u7c7b", "width": 7.0}, {"created_at": 1752884125, "description": "Logical reasoning was identified as a key component of mathematical core competencies.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "keywords": "critical thinking,mathematical skills", "source_id": "chunk-e91dee450ab50cb1a44f08fe171c809b", "title": "Logical reasoning was identified as a key component of mathematical core competencies.", "to": "\u903b\u8f91\u63a8\u7406", "width": 8.0}, {"created_at": 1752884128, "description": "Mathematical core competencies include developing abstract mathematical thinking.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "keywords": "skill development", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Mathematical core competencies include developing abstract mathematical thinking.", "to": "\u62bd\u8c61\u89c2\u5ff5", "width": 7.0}, {"created_at": 1752884132, "description": "Rational number operations are a practical application of core mathematical literacy, demonstrating problem-solving and conceptual understanding.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6838\u5fc3\u7d20\u517b", "keywords": "conceptual foundation,mathematical application", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Rational number operations are a practical application of core mathematical literacy, demonstrating problem-solving and conceptual understanding.", "to": "\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884125, "description": "The 2017 standard formally defined logical reasoning as deriving propositions based on rules.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "competency definition,pedagogical framework", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "The 2017 standard formally defined logical reasoning as deriving propositions based on rules.", "to": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "width": 9.0}, {"created_at": 1752884125, "description": "These represent distinct but related reasoning types in Chinese math education, with debates about their classification.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "educational debate,reasoning taxonomy", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "These represent distinct but related reasoning types in Chinese math education, with debates about their classification.", "to": "\u5408\u60c5\u63a8\u7406", "width": 7.0}, {"created_at": 1752884125, "description": "The text uses Goldbach\u0027s conjecture as an example to illustrate logical reasoning processes in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "mathematical example,reasoning demonstration", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "The text uses Goldbach\u0027s conjecture as an example to illustrate logical reasoning processes in mathematics.", "to": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "width": 6.0}, {"created_at": 1752884125, "description": "Deductive reasoning is a core component of what constitutes logical reasoning in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "formal logic,reasoning hierarchy", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Deductive reasoning is a core component of what constitutes logical reasoning in mathematics.", "to": "\u6f14\u7ece\u63a8\u7406", "width": 8.0}, {"created_at": 1752884125, "description": "Simple reasoning serves as the basic building block for more complex logical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "logical progression,reasoning foundation", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "Simple reasoning serves as the basic building block for more complex logical reasoning.", "to": "\u7b80\u5355\u63a8\u7406", "width": 7.0}, {"created_at": 1752884126, "description": "Algebraic reasoning is a subset of logical reasoning, sharing the core feature of transitivity in relationships and operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "mathematical foundations,reasoning systems", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "Algebraic reasoning is a subset of logical reasoning, sharing the core feature of transitivity in relationships and operations.", "to": "\u4ee3\u6570\u63a8\u7406", "width": 10.0}, {"created_at": 1752884126, "description": "Geometric proof is a classical application of logical reasoning, though historically conflated with the entirety of mathematical proof in China.", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "historical context,methodological focus", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "Geometric proof is a classical application of logical reasoning, though historically conflated with the entirety of mathematical proof in China.", "to": "\u51e0\u4f55\u8bc1\u660e", "width": 8.0}, {"created_at": 1752884150, "description": "\u4e25\u683c\u5b9a\u4e49\u662f\u903b\u8f91\u63a8\u7406\u7684\u57fa\u7840\uff0c\u786e\u4fdd\u8bba\u8bc1\u7684\u6709\u6548\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "foundational concept,reasoning basis", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u4e25\u683c\u5b9a\u4e49\u662f\u903b\u8f91\u63a8\u7406\u7684\u57fa\u7840\uff0c\u786e\u4fdd\u8bba\u8bc1\u7684\u6709\u6548\u6027\u3002", "to": "\u5b9a\u4e49", "width": 9.0}, {"created_at": 1752884126, "description": "The 2017 high school standard incorporated algebraic reasoning to modernize mathematical argumentation, bridging geometric intuition and algebraic expression.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "keywords": "educational policy,interdisciplinary approach", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "The 2017 high school standard incorporated algebraic reasoning to modernize mathematical argumentation, bridging geometric intuition and algebraic expression.", "to": "\u4ee3\u6570\u63a8\u7406", "width": 8.0}, {"created_at": 1752884137, "description": "2017 standards extend transformation concepts to formal mathematical structures like isometries and matrix transformations.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)\u300b", "keywords": "conceptual advancement,mathematical rigor", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "2017 standards extend transformation concepts to formal mathematical structures like isometries and matrix transformations.", "to": "\u56fe\u5f62\u8fd0\u52a8", "width": 7.0}, {"created_at": 1752884125, "description": "The academic community influences the classification and understanding of plausible reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u5408\u60c5\u63a8\u7406", "keywords": "academic discourse,pedagogical taxonomy", "source_id": "chunk-d600d36500fc1362f8eb34c6e841165e", "title": "The academic community influences the classification and understanding of plausible reasoning.", "to": "\u6570\u5b66\u6559\u80b2\u754c", "width": 6.0}, {"created_at": 1752884152, "description": "Particular affirmative proves inadequate for mathematical generalization despite verifying instances.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "keywords": "logical limitations,mathematical proof", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Particular affirmative proves inadequate for mathematical generalization despite verifying instances.", "to": "\u7279\u79f0\u80af\u5b9a\u578b", "width": 7.0}, {"created_at": 1752884155, "description": "This famous conjecture proposes a fundamental relationship between even numbers and prime pairs.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "keywords": "number theory,unsolved problem", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "This famous conjecture proposes a fundamental relationship between even numbers and prime pairs.", "to": "\u7d20\u6570", "width": 9.0}, {"created_at": 1752884203, "description": "\u9648\u666f\u6da6made significant progress on the Goldbach Conjecture.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "keywords": "mathematician-conjecture", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9648\u666f\u6da6made significant progress on the Goldbach Conjecture.", "to": "\u9648\u666f\u6da6", "width": 9.0}, {"created_at": 1752884126, "description": "The proof of \u0027Invariance of Quotient\u0027 demonstrates deductive reasoning using multiplicative inverse and transitivity properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "logical structure,mathematical proof", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "The proof of \u0027Invariance of Quotient\u0027 demonstrates deductive reasoning using multiplicative inverse and transitivity properties.", "to": "\u5546\u4e0d\u53d8\u7684\u9053\u7406", "width": 10.0}, {"created_at": 1752884127, "description": "\u6f14\u7ece\u63a8\u7406\u7528\u4e8e\u9a8c\u8bc1\u5546\u4e0d\u53d8\u539f\u7406\u7684\u5408\u7406\u6027\uff0c\u8fdb\u800c\u89e3\u91ca\u5c0f\u6570\u9664\u6cd5\u548c\u5206\u6570\u8fd0\u7b97\u7684\u7b97\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6570\u5b66\u9a8c\u8bc1,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u6f14\u7ece\u63a8\u7406\u7528\u4e8e\u9a8c\u8bc1\u5546\u4e0d\u53d8\u539f\u7406\u7684\u5408\u7406\u6027\uff0c\u8fdb\u800c\u89e3\u91ca\u5c0f\u6570\u9664\u6cd5\u548c\u5206\u6570\u8fd0\u7b97\u7684\u7b97\u6cd5\u3002", "to": "\u5546\u4e0d\u53d8\u539f\u7406", "width": 8.0}, {"created_at": 1752884127, "description": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b\u5c55\u793a\u4e86\u903b\u8f91\u63a8\u7406\u5728\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\u4e2d\u7684\u5e94\u7528\uff0c\u4e0e\u6f14\u7ece\u63a8\u7406\u7684\u7406\u5ff5\u4e00\u81f4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u4f20\u7edf\u6587\u5316,\u903b\u8f91\u5e94\u7528", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b\u5c55\u793a\u4e86\u903b\u8f91\u63a8\u7406\u5728\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\u4e2d\u7684\u5e94\u7528\uff0c\u4e0e\u6f14\u7ece\u63a8\u7406\u7684\u7406\u5ff5\u4e00\u81f4\u3002", "to": "\u66f9\u51b2\u79f0\u8c61\u7684\u6545\u4e8b", "width": 7.0}, {"created_at": 1752884132, "description": "Deductive reasoning is used to validate algebraic formulas like the difference of squares.\u003cSEP\u003eThe square difference formula is rigorously verified using deductive mathematical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "logical validation,mathematical proof,verification", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7\u003cSEP\u003echunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Deductive reasoning is used to validate algebraic formulas like the difference of squares.\u003cSEP\u003eThe square difference formula is rigorously verified using deductive mathematical reasoning.", "to": "\u5e73\u65b9\u5dee\u516c\u5f0f", "width": 15.0}, {"created_at": 1752884132, "description": "Inductive methods propose mathematical conjectures which are then verified through deductive reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "discovery-verification cycle,mathematical reasoning", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Inductive methods propose mathematical conjectures which are then verified through deductive reasoning.", "to": "\u5f52\u7eb3\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752884142, "description": "Mathematics relies on deductive reasoning to establish conclusive proofs, unlike statistical inference.", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "deterministic methods,logical verification", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Mathematics relies on deductive reasoning to establish conclusive proofs, unlike statistical inference.", "to": "\u6570\u5b66", "width": 9.0}, {"created_at": 1752884152, "description": "\u6f14\u7ece\u63a8\u7406\u4e0e\u5f52\u7eb3\u63a8\u7406\u662f\u4e24\u79cd\u57fa\u672c\u903b\u8f91\u65b9\u6cd5\uff0c\u524d\u8005\u5177\u6709\u5fc5\u7136\u6027\u800c\u540e\u8005\u5177\u6709\u6216\u7136\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u63a8\u7406\u65b9\u6cd5,\u903b\u8f91\u5bf9\u6bd4", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u6f14\u7ece\u63a8\u7406\u4e0e\u5f52\u7eb3\u63a8\u7406\u662f\u4e24\u79cd\u57fa\u672c\u903b\u8f91\u65b9\u6cd5\uff0c\u524d\u8005\u5177\u6709\u5fc5\u7136\u6027\u800c\u540e\u8005\u5177\u6709\u6216\u7136\u6027\u3002", "to": "\u5f52\u7eb3\u63a8\u7406", "width": 8.0}, {"created_at": 1752884152, "description": "\u6570\u5b66\u8bc1\u660e\u4e3b\u8981\u4f9d\u8d56\u6f14\u7ece\u63a8\u7406\u4fdd\u8bc1\u7ed3\u8bba\u7684\u5fc5\u7136\u6b63\u786e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6570\u5b66\u4e25\u8c28\u6027,\u903b\u8f91\u5e94\u7528", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u6570\u5b66\u8bc1\u660e\u4e3b\u8981\u4f9d\u8d56\u6f14\u7ece\u63a8\u7406\u4fdd\u8bc1\u7ed3\u8bba\u7684\u5fc5\u7136\u6b63\u786e\u6027\u3002", "to": "\u6570\u5b66\u8bc1\u660e", "width": 9.0}, {"created_at": 1752884152, "description": "\u6027\u8d28\u4f20\u9012\u6027\u662f\u6f14\u7ece\u63a8\u7406\u6709\u6548\u6027\u7684\u6838\u5fc3\u4fdd\u8bc1\u673a\u5236\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u63a8\u7406\u6709\u6548\u6027,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u6027\u8d28\u4f20\u9012\u6027\u662f\u6f14\u7ece\u63a8\u7406\u6709\u6548\u6027\u7684\u6838\u5fc3\u4fdd\u8bc1\u673a\u5236\u3002", "to": "\u6027\u8d28\u4f20\u9012\u6027", "width": 10.0}, {"created_at": 1752884148, "description": "\u793e\u4f1a\u8c03\u67e5\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u6765\u5206\u6790\u548c\u8ba4\u8bc6\u793e\u4f1a\u73b0\u8c61\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "logical reasoning,research methods", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u793e\u4f1a\u8c03\u67e5\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u6765\u5206\u6790\u548c\u8ba4\u8bc6\u793e\u4f1a\u73b0\u8c61\u3002", "to": "\u793e\u4f1a\u8c03\u67e5", "width": 8.0}, {"created_at": 1752884152, "description": "\u8be1\u8fa9\u5e38\u6ee5\u7528\u5f52\u7eb3\u63a8\u7406\uff0c\u5c06\u6216\u7136\u7ed3\u8bba\u4f5c\u4e3a\u5fc5\u7136\u524d\u63d0\u5bfc\u81f4\u9519\u8bef\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u63a8\u7406\u6ee5\u7528,\u903b\u8f91\u8c2c\u8bef", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u8be1\u8fa9\u5e38\u6ee5\u7528\u5f52\u7eb3\u63a8\u7406\uff0c\u5c06\u6216\u7136\u7ed3\u8bba\u4f5c\u4e3a\u5fc5\u7136\u524d\u63d0\u5bfc\u81f4\u9519\u8bef\u3002", "to": "\u8be1\u8fa9", "width": 7.0}, {"created_at": 1752884126, "description": "The teaching researcher\u0027s question reflected the historical overemphasis on geometric proofs in Chinese math education, overshadowing algebraic methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66\u6559\u7814\u5458", "keywords": "curriculum critique,pedagogical bias", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "The teaching researcher\u0027s question reflected the historical overemphasis on geometric proofs in Chinese math education, overshadowing algebraic methods.", "to": "\u51e0\u4f55\u8bc1\u660e", "width": 7.0}, {"created_at": 1752884126, "description": "Prime numbers feature in algebraic reasoning examples contrasting consistent vs. inconsistent property transmission in mathematical arguments.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u63a8\u7406", "keywords": "logical consistency,number theory", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "Prime numbers feature in algebraic reasoning examples contrasting consistent vs. inconsistent property transmission in mathematical arguments.", "to": "\u7d20\u6570", "width": 6.0}, {"created_at": 1752884127, "description": "\u6570\u5b66\u7684\u8bed\u8a00\u662f\u4ee3\u6570\u63a8\u7406\u7684\u57fa\u7840\u5de5\u5177\uff0c\u7528\u4e8e\u7cbe\u786e\u8868\u8fbe\u548c\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u63a8\u7406", "keywords": "\u5de5\u5177\u57fa\u7840,\u903b\u8f91\u8868\u8fbe", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u6570\u5b66\u7684\u8bed\u8a00\u662f\u4ee3\u6570\u63a8\u7406\u7684\u57fa\u7840\u5de5\u5177\uff0c\u7528\u4e8e\u7cbe\u786e\u8868\u8fbe\u548c\u9a8c\u8bc1\u6570\u5b66\u547d\u9898\u3002", "to": "\u6570\u5b66\u7684\u8bed\u8a00", "width": 8.0}, {"created_at": 1752884127, "description": "\u4ee3\u6570\u63a8\u7406is contrasted with\u51e0\u4f55\u63a8\u7406as being more aligned with everyday reasoning in the text.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u63a8\u7406", "keywords": "mathematical methods,reasoning comparison", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u4ee3\u6570\u63a8\u7406is contrasted with\u51e0\u4f55\u63a8\u7406as being more aligned with everyday reasoning in the text.", "to": "\u51e0\u4f55\u63a8\u7406", "width": 7.0}, {"created_at": 1752884126, "description": "4, 6, and 8 are concrete members of the even numbers category used to demonstrate property consistency in reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u5076\u6578", "keywords": "property demonstration,set membership", "source_id": "chunk-46deef01a2345f56bb0d9a61a58a7840", "title": "4, 6, and 8 are concrete members of the even numbers category used to demonstrate property consistency in reasoning.", "to": "4\u30016\u30018", "width": 9.0}, {"created_at": 1752884155, "description": "These are two terms for the same mathematical concept in different linguistic contexts.", "file_path": "ChuZhongShuXue.docx", "from": "\u7d20\u6570", "keywords": "mathematical equivalence,terminology", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "These are two terms for the same mathematical concept in different linguistic contexts.", "to": "\u8d28\u6570", "width": 9.0}, {"created_at": 1752884155, "description": "The exclusion of 1 from prime numbers enables unique factorization in number theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u7d20\u6570", "keywords": "mathematical definition,theoretical convenience", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "The exclusion of 1 from prime numbers enables unique factorization in number theory.", "to": "1", "width": 8.0}, {"created_at": 1752884155, "description": "The difficulty of prime factorization forms the theoretical basis for modern cryptography.", "file_path": "ChuZhongShuXue.docx", "from": "\u7d20\u6570", "keywords": "applied mathematics,computer security", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "The difficulty of prime factorization forms the theoretical basis for modern cryptography.", "to": "\u516c\u5171\u5bc6\u94a5", "width": 9.0}, {"created_at": 1752884204, "description": "\u9648\u666f\u6da6worked on problems related to prime numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u7d20\u6570", "keywords": "mathematician-field", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9648\u666f\u6da6worked on problems related to prime numbers.", "to": "\u9648\u666f\u6da6", "width": 8.0}, {"created_at": 1752884127, "description": "The \u0027Invariance of Quotient\u0027 principle relies on multiplicative transitivity for its proof through inverse operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u4e0d\u53d8\u7684\u9053\u7406", "keywords": "operation properties,theorem proof", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "The \u0027Invariance of Quotient\u0027 principle relies on multiplicative transitivity for its proof through inverse operations.", "to": "\u8fd0\u7b97\u4f20\u9012", "width": 9.0}, {"created_at": 1752884126, "description": "Both concepts describe transitivity properties - one for relations and the other for operations, forming dual pillars of mathematical logic.", "file_path": "ChuZhongShuXue.docx", "from": "\u5173\u7cfb\u4f20\u9012", "keywords": "logical foundations,transitivity duality", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Both concepts describe transitivity properties - one for relations and the other for operations, forming dual pillars of mathematical logic.", "to": "\u8fd0\u7b97\u4f20\u9012", "width": 9.0}, {"created_at": 1752884126, "description": "Equality relations exemplify relational transitivity, serving as a concrete realization of the abstract concept.", "file_path": "ChuZhongShuXue.docx", "from": "\u5173\u7cfb\u4f20\u9012", "keywords": "concrete example,property instantiation", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Equality relations exemplify relational transitivity, serving as a concrete realization of the abstract concept.", "to": "\u76f8\u7b49\u5173\u7cfb", "width": 8.0}, {"created_at": 1752884126, "description": "Arithmetic operations preserve transitivity with equality/inequality, demonstrating operational transitivity in basic mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fd0\u7b97\u4f20\u9012", "keywords": "fundamental math,operation consistency", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Arithmetic operations preserve transitivity with equality/inequality, demonstrating operational transitivity in basic mathematics.", "to": "\u56db\u5219\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884126, "description": "Limit operations extend the concept of operational transitivity to advanced mathematical analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fd0\u7b97\u4f20\u9012", "keywords": "advanced applications,mathematical continuity", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa", "title": "Limit operations extend the concept of operational transitivity to advanced mathematical analysis.", "to": "\u6781\u9650\u8fd0\u7b97", "width": 6.0}, {"created_at": 1752884160, "description": "\u6781\u9650\u8fd0\u7b97\u5c06\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97\u62d3\u5c55\u5230\u5b9e\u6570\uff0c\u4fdd\u6301\u8fd0\u7b97\u6027\u8d28\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u5219\u8fd0\u7b97", "keywords": "\u6570\u5b66\u8fd0\u7b97,\u8fde\u7eed\u6027", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u6781\u9650\u8fd0\u7b97\u5c06\u6709\u7406\u6570\u7684\u56db\u5219\u8fd0\u7b97\u62d3\u5c55\u5230\u5b9e\u6570\uff0c\u4fdd\u6301\u8fd0\u7b97\u6027\u8d28\u3002", "to": "\u6781\u9650\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884131, "description": "\u6781\u9650\u8fd0\u7b97\u7528\u4e8e\u8bc1\u660e\u65e0\u9650\u5faa\u73af\u5c0f\u6570\u4e0e\u5206\u6570\u7684\u7b49\u4ef7\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u9650\u8fd0\u7b97", "keywords": "\u4e25\u683c\u8bc1\u660e,\u6570\u5b66\u5de5\u5177", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u6781\u9650\u8fd0\u7b97\u7528\u4e8e\u8bc1\u660e\u65e0\u9650\u5faa\u73af\u5c0f\u6570\u4e0e\u5206\u6570\u7684\u7b49\u4ef7\u6027\u3002", "to": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "width": 9.0}, {"created_at": 1752884160, "description": "The Cauchy criterion provides a rigorous condition for sequence convergence in limit operations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u9650\u8fd0\u7b97", "keywords": "convergence condition,mathematical rigor", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "The Cauchy criterion provides a rigorous condition for sequence convergence in limit operations.", "to": "\u67ef\u897f\u51c6\u5219", "width": 9.0}, {"created_at": 1752884127, "description": "Numbers/Operations and Quantitative Relationships are paired themes in elementary math curriculum reform.\u003cSEP\u003eThese curriculum themes jointly restructure elementary mathematics to emphasize structural abstraction and algebraic reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u4e0e\u8fd0\u7b97", "keywords": "conceptual integration,conceptual linkage,curricular integration,pedagogical reform", "source_id": "chunk-3bcddcc57598e5a406ac887e26b230fa\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "Numbers/Operations and Quantitative Relationships are paired themes in elementary math curriculum reform.\u003cSEP\u003eThese curriculum themes jointly restructure elementary mathematics to emphasize structural abstraction and algebraic reasoning.", "to": "\u6570\u91cf\u5173\u7cfb", "width": 16.0}, {"created_at": 1752884127, "description": "\u5206\u914d\u5f8b\u662f\u89e3\u91ca\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7b97\u6cd5\u7684\u7406\u8bba\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u914d\u5f8b", "keywords": "\u6570\u5b66\u89e3\u91ca,\u8fd0\u7b97\u89c4\u5219", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u5206\u914d\u5f8b\u662f\u89e3\u91ca\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7b97\u6cd5\u7684\u7406\u8bba\u57fa\u7840\u3002", "to": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "width": 9.0}, {"created_at": 1752884127, "description": "\u7c7b\u6bd4\u7684\u65b9\u6cd5\u6bd4\u5f52\u7eb3\u7684\u65b9\u6cd5\u66f4\u9002\u5408\u5c0f\u5b66\u751f\u5b66\u4e60\uff0c\u56e0\u5176\u66f4\u76f4\u89c2\u548c\u6613\u4e8e\u638c\u63e1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5f52\u7eb3\u7684\u65b9\u6cd5", "keywords": "\u6559\u5b66\u65b9\u6cd5,\u8ba4\u77e5\u9002\u5e94", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7c7b\u6bd4\u7684\u65b9\u6cd5\u6bd4\u5f52\u7eb3\u7684\u65b9\u6cd5\u66f4\u9002\u5408\u5c0f\u5b66\u751f\u5b66\u4e60\uff0c\u56e0\u5176\u66f4\u76f4\u89c2\u548c\u6613\u4e8e\u638c\u63e1\u3002", "to": "\u7c7b\u6bd4\u7684\u65b9\u6cd5", "width": 7.0}, {"created_at": 1752884127, "description": "\u6a2a\u5f0f\u8fd0\u7b97\u5c55\u793a\u7b97\u7406\uff0c\u7ad6\u5f0f\u8fd0\u7b97\u5c55\u793a\u7b97\u6cd5\uff0c\u4e24\u8005\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u76f8\u8f85\u76f8\u6210\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6a2a\u5f0f\u8fd0\u7b97", "keywords": "\u6559\u5b66\u4e92\u8865,\u8fd0\u7b97\u8868\u8fbe", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u6a2a\u5f0f\u8fd0\u7b97\u5c55\u793a\u7b97\u7406\uff0c\u7ad6\u5f0f\u8fd0\u7b97\u5c55\u793a\u7b97\u6cd5\uff0c\u4e24\u8005\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u76f8\u8f85\u76f8\u6210\u3002", "to": "\u7ad6\u5f0f\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752884127, "description": "\u7b97\u5f8b\u51b3\u5b9a\u7b97\u7406\uff0c\u63d0\u4f9b\u6570\u5b66\u8fd0\u7b97\u7684\u903b\u8f91\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u5f8b", "keywords": "\u7406\u8bba\u51b3\u5b9a,\u903b\u8f91\u5173\u7cfb", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7b97\u5f8b\u51b3\u5b9a\u7b97\u7406\uff0c\u63d0\u4f9b\u6570\u5b66\u8fd0\u7b97\u7684\u903b\u8f91\u57fa\u7840\u3002", "to": "\u7b97\u7406", "width": 9.0}, {"created_at": 1752884127, "description": "\u7b97\u7406\u51b3\u5b9a\u7b97\u6cd5\uff0c\u89e3\u91ca\u4e3a\u4ec0\u4e48\u7279\u5b9a\u7684\u8ba1\u7b97\u6b65\u9aa4\u6709\u6548\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u7406", "keywords": "\u6b65\u9aa4\u89e3\u91ca,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u7b97\u7406\u51b3\u5b9a\u7b97\u6cd5\uff0c\u89e3\u91ca\u4e3a\u4ec0\u4e48\u7279\u5b9a\u7684\u8ba1\u7b97\u6b65\u9aa4\u6709\u6548\u3002", "to": "\u7b97\u6cd5", "width": 9.0}, {"created_at": 1752884127, "description": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7684\u7b97\u6cd5\u53ef\u901a\u8fc7\u7c7b\u6bd4\u4e8c\u4f4d\u6570\u4e58\u6cd5\u7684\u5206\u914d\u5f8b\u6765\u63a8\u5bfc\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "keywords": "\u65b9\u6cd5\u8fc1\u79fb,\u89c4\u5219\u6269\u5c55", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u4e09\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570\u7684\u7b97\u6cd5\u53ef\u901a\u8fc7\u7c7b\u6bd4\u4e8c\u4f4d\u6570\u4e58\u6cd5\u7684\u5206\u914d\u5f8b\u6765\u63a8\u5bfc\u3002", "to": "\u4e8c\u4f4d\u6570\u4e58\u4ee5\u4e8c\u4f4d\u6570", "width": 8.0}, {"created_at": 1752884127, "description": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664\u7684\u8bc1\u660e\u6a21\u5f0f\u7c7b\u6bd4\u4e8e\u4e24\u4f4d\u6570\u89c4\u5219\uff0c\u5c55\u793a\u6f14\u7ece\u63a8\u7406\u7684\u5e94\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e24\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "keywords": "\u89c4\u5219\u6269\u5c55,\u903b\u8f91\u7c7b\u6bd4", "source_id": "chunk-0f93ea4d651934743a1c0c3eefd7ac60", "title": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664\u7684\u8bc1\u660e\u6a21\u5f0f\u7c7b\u6bd4\u4e8e\u4e24\u4f4d\u6570\u89c4\u5219\uff0c\u5c55\u793a\u6f14\u7ece\u63a8\u7406\u7684\u5e94\u7528\u3002", "to": "\u4e09\u4f4d\u6570\u80fd\u88ab3\u6574\u9664", "width": 8.0}, {"created_at": 1752884127, "description": "B\u2192P extends the logic of A\u2192P to three-digit numbers using similar algebraic principles.", "file_path": "ChuZhongShuXue.docx", "from": "A\u2192P", "keywords": "logical consistency,mathematical extension", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "B\u2192P extends the logic of A\u2192P to three-digit numbers using similar algebraic principles.", "to": "B\u2192P", "width": 8.0}, {"created_at": 1752884127, "description": "\u6069\u683c\u65af\u0027 theory in \u0027\u81ea\u7136\u8fa9\u8bc1\u6cd5\u0027 explains how human cognition aligns with natural laws, forming the basis for logical reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u65af", "keywords": "epistemology,natural laws", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u6069\u683c\u65af\u0027 theory in \u0027\u81ea\u7136\u8fa9\u8bc1\u6cd5\u0027 explains how human cognition aligns with natural laws, forming the basis for logical reasoning.", "to": "\u81ea\u7136\u8fa9\u8bc1\u6cd5", "width": 9.0}, {"created_at": 1752884127, "description": "\u6069\u683c\u65af\u0027 dialectical materialism complements\u8fbe\u5c14\u6587\u0027s evolutionary theory in explaining cognitive development.", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u65af", "keywords": "philosophical-biological synthesis", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u6069\u683c\u65af\u0027 dialectical materialism complements\u8fbe\u5c14\u6587\u0027s evolutionary theory in explaining cognitive development.", "to": "\u8fbe\u5c14\u6587", "width": 6.0}, {"created_at": 1752884175, "description": "Engels commented on the significance of Descartes\u0027 introduction of variables in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u65af", "keywords": "mathematical impact,philosophical influence", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Engels commented on the significance of Descartes\u0027 introduction of variables in mathematics.", "to": "\u7b1b\u5361\u5c14", "width": 7.0}, {"created_at": 1752884185, "description": "\u6069\u683c\u65af\u0027 philosophical ideas about subjective and objective alignment relate to the discussion of human perception of beauty, including symmetry.\u003cSEP\u003e\u6069\u683c\u65af\u8ba4\u4e3a\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\u5f71\u54cd\u5ba1\u7f8e\u6807\u51c6\uff0c\u5bf9\u79f0\u7f8e\u662f\u81ea\u7136\u754c\u666e\u904d\u5b58\u5728\u7684\u5ba2\u89c2\u5c5e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u65af", "keywords": "aesthetic theory,philosophy,\u7f8e\u5b66\u672c\u8d28,\u81ea\u7136\u89c4\u5f8b", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6069\u683c\u65af\u0027 philosophical ideas about subjective and objective alignment relate to the discussion of human perception of beauty, including symmetry.\u003cSEP\u003e\u6069\u683c\u65af\u8ba4\u4e3a\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\u5f71\u54cd\u5ba1\u7f8e\u6807\u51c6\uff0c\u5bf9\u79f0\u7f8e\u662f\u81ea\u7136\u754c\u666e\u904d\u5b58\u5728\u7684\u5ba2\u89c2\u5c5e\u6027\u3002", "to": "\u5bf9\u79f0\u7f8e", "width": 15.0}, {"created_at": 1752884186, "description": "\u9a6c\u514b\u601d\u548c\u6069\u683c\u65af\u90fd\u8ba8\u8bba\u4e86\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\uff0c\u9a6c\u514b\u601d\u5f3a\u8c03\u6c38\u6052\u7f8e\uff0c\u6069\u683c\u65af\u5f3a\u8c03\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\u5f71\u54cd\u5ba1\u7f8e\u6807\u51c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u65af", "keywords": "\u54f2\u5b66\u89c2\u70b9,\u7f8e\u5b66\u7406\u8bba", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u9a6c\u514b\u601d\u548c\u6069\u683c\u65af\u90fd\u8ba8\u8bba\u4e86\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\uff0c\u9a6c\u514b\u601d\u5f3a\u8c03\u6c38\u6052\u7f8e\uff0c\u6069\u683c\u65af\u5f3a\u8c03\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\u5f71\u54cd\u5ba1\u7f8e\u6807\u51c6\u3002", "to": "\u9a6c\u514b\u601d", "width": 9.0}, {"created_at": 1752884209, "description": "Engels authored this philosophical work on the dialectics of nature.", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u65af", "keywords": "authorship,philosophy", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Engels authored this philosophical work on the dialectics of nature.", "to": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "width": 10.0}, {"created_at": 1752884127, "description": "\u8fbe\u5c14\u6587\u0027s theory of evolution explains the biological basis of human cognitive instincts through natural selection.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fbe\u5c14\u6587", "keywords": "biological basis,cognitive development", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u8fbe\u5c14\u6587\u0027s theory of evolution explains the biological basis of human cognitive instincts through natural selection.", "to": "\u8fdb\u5316\u8bba", "width": 8.0}, {"created_at": 1752884127, "description": "\u8868\u89c2\u9057\u4f20\u5b66underscores the need for timely educational stimuli to develop innate mathematical cognition.", "file_path": "ChuZhongShuXue.docx", "from": "\u8868\u89c2\u9057\u4f20\u5b66", "keywords": "cognitive development,learning theory", "source_id": "chunk-4d700c37f93e40f9422446b4fe6a019c", "title": "\u8868\u89c2\u9057\u4f20\u5b66underscores the need for timely educational stimuli to develop innate mathematical cognition.", "to": "\u6570\u5b66\u6559\u80b2", "width": 8.0}, {"created_at": 1752884211, "description": "\u9a6c\u514b\u601d\u6069\u683c\u65afco-authored \u0027Dialectics of Nature\u0027, a foundational text in Marxist philosophy.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u8fa9\u8bc1\u6cd5", "keywords": "co-authorship,philosophical work", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u9a6c\u514b\u601d\u6069\u683c\u65afco-authored \u0027Dialectics of Nature\u0027, a foundational text in Marxist philosophy.", "to": "\u9a6c\u514b\u601d\u6069\u683c\u65af", "width": 10.0}, {"created_at": 1752884131, "description": "\u6709\u7406\u6570\u53ef\u4ee5\u7528\u5206\u6570\u8868\u793a\uff0c\u662f\u5c0f\u5b66\u6570\u5b66\u7684\u6838\u5fc3\u5185\u5bb9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u7406\u6570", "keywords": "\u6559\u80b2\u9636\u6bb5,\u6570\u7cfb\u8868\u793a", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u6709\u7406\u6570\u53ef\u4ee5\u7528\u5206\u6570\u8868\u793a\uff0c\u662f\u5c0f\u5b66\u6570\u5b66\u7684\u6838\u5fc3\u5185\u5bb9\u3002", "to": "\u5206\u6570", "width": 8.0}, {"created_at": 1752884131, "description": "\u6709\u7406\u6570\u4e5f\u53ef\u4ee5\u7528\u5c0f\u6570(\u6709\u9650\u6216\u5faa\u73af)\u8868\u793a\uff0c\u662f\u521d\u4e2d\u6570\u5b66\u7684\u91cd\u70b9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u7406\u6570", "keywords": "\u5341\u8fdb\u5236,\u6570\u7cfb\u6269\u5c55", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u6709\u7406\u6570\u4e5f\u53ef\u4ee5\u7528\u5c0f\u6570(\u6709\u9650\u6216\u5faa\u73af)\u8868\u793a\uff0c\u662f\u521d\u4e2d\u6570\u5b66\u7684\u91cd\u70b9\u3002", "to": "\u5c0f\u6570", "width": 8.0}, {"created_at": 1752884128, "description": "Fractions and decimals are two ways to represent parts of a whole, with decimals being a base-10 notation for fractions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "base-10 system,numerical representation", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Fractions and decimals are two ways to represent parts of a whole, with decimals being a base-10 notation for fractions.", "to": "\u5c0f\u6570", "width": 7.0}, {"created_at": 1752884128, "description": "Ancient Egypt used unit fractions (single fractions) to represent parts of a whole, contributing to early mathematical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "fraction representation,historical mathematics", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Ancient Egypt used unit fractions (single fractions) to represent parts of a whole, contributing to early mathematical concepts.", "to": "\u53e4\u57c3\u53ca", "width": 7.0}, {"created_at": 1752884128, "description": "Ancient China used fractions in historical texts like the \u0027Zuo Zhuan\u0027 to describe proportions and divisions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "historical mathematics,practical applications", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Ancient China used fractions in historical texts like the \u0027Zuo Zhuan\u0027 to describe proportions and divisions.", "to": "\u4e2d\u56fd", "width": 7.0}, {"created_at": 1752884128, "description": "Fractions were originally represented as sums of distinct unit fractions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "historical representation", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Fractions were originally represented as sums of distinct unit fractions.", "to": "\u5355\u5206\u6570\u8868\u8fbe", "width": 7.0}, {"created_at": 1752884129, "description": "\u5f3a\u8c03\u5206\u6570\u8ba1\u91cf\u5355\u4f4d\u7684\u6559\u5b66\u65b9\u6cd5", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "\u6559\u80b2\u7279\u8272,\u6570\u5b66\u6559\u5b66", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u5f3a\u8c03\u5206\u6570\u8ba1\u91cf\u5355\u4f4d\u7684\u6559\u5b66\u65b9\u6cd5", "to": "\u65e5\u672c\u6570\u5b66\u6559\u80b2", "width": 6.0}, {"created_at": 1752884130, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u6700\u65e9\u5b9a\u4e49\u5206\u6570\u4e3a\u2018\u5b9e\u2019\u9664\u4ee5\u2018\u6cd5\u2019\u7684\u8fd0\u7b97\u6216\u7ed3\u679c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "\u5386\u53f2\u8d77\u6e90,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u6700\u65e9\u5b9a\u4e49\u5206\u6570\u4e3a\u2018\u5b9e\u2019\u9664\u4ee5\u2018\u6cd5\u2019\u7684\u8fd0\u7b97\u6216\u7ed3\u679c\u3002", "to": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "width": 9.0}, {"created_at": 1752884130, "description": "\u9664\u6cd5\u53ef\u4ee5\u8868\u793a\u6210\u5206\u6570\u5f62\u5f0f\uff0c\u4e24\u8005\u5728\u6570\u5b66\u4e0a\u7b49\u4ef7\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "\u6570\u5b66\u57fa\u7840,\u8fd0\u7b97\u7b49\u4ef7\u6027", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u9664\u6cd5\u53ef\u4ee5\u8868\u793a\u6210\u5206\u6570\u5f62\u5f0f\uff0c\u4e24\u8005\u5728\u6570\u5b66\u4e0a\u7b49\u4ef7\u3002", "to": "\u9664\u6cd5", "width": 9.0}, {"created_at": 1752884130, "description": "\u7b49\u5f0f\u6027\u8d28\u7528\u4e8e\u8bc1\u660e\u9664\u6cd5\u4e0e\u5206\u6570\u7684\u7b49\u4ef7\u53d8\u6362\u8fc7\u7a0b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "\u6570\u5b66\u8bc1\u660e,\u903b\u8f91\u63a8\u5bfc", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u7b49\u5f0f\u6027\u8d28\u7528\u4e8e\u8bc1\u660e\u9664\u6cd5\u4e0e\u5206\u6570\u7684\u7b49\u4ef7\u53d8\u6362\u8fc7\u7a0b\u3002", "to": "\u7b49\u5f0f\u7684\u57fa\u672c\u6027\u8d28", "width": 7.0}, {"created_at": 1752884130, "description": "\u8be5\u516c\u7406\u7528\u4e8e\u63a8\u5bfc\u5206\u6570\u4e0e\u9664\u6cd5\u7684\u6700\u7ec8\u7b49\u4ef7\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6570", "keywords": "\u516c\u7406\u5e94\u7528,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u8be5\u516c\u7406\u7528\u4e8e\u63a8\u5bfc\u5206\u6570\u4e0e\u9664\u6cd5\u7684\u6700\u7ec8\u7b49\u4ef7\u5173\u7cfb\u3002", "to": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49", "width": 7.0}, {"created_at": 1752884128, "description": "Ptolemy used a 60-base system for fractions, which is an early form of decimal representation for angles and time.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u6570", "keywords": "base-60 system,historical mathematics", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Ptolemy used a 60-base system for fractions, which is an early form of decimal representation for angles and time.", "to": "\u6258\u52d2\u5bc6", "width": 6.0}, {"created_at": 1752884128, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u6700\u65e9\u547d\u540d\u4e86\u5341\u8fdb\u5236\u5c0f\u6570\u6570\u4f4d\uff0c\u4e3a\u6570\u5b66\u53d1\u5c55\u505a\u51fa\u91cd\u8981\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c0f\u6570", "keywords": "\u5c0f\u6570\u8868\u793a,\u6570\u5b66\u53d1\u5c55", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u6700\u65e9\u547d\u540d\u4e86\u5341\u8fdb\u5236\u5c0f\u6570\u6570\u4f4d\uff0c\u4e3a\u6570\u5b66\u53d1\u5c55\u505a\u51fa\u91cd\u8981\u8d21\u732e\u3002", "to": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "width": 9.0}, {"created_at": 1752884128, "description": "Quadratic equations are important components of algebraic study in junior high.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "keywords": "equation types", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Quadratic equations are important components of algebraic study in junior high.", "to": "\u4ee3\u6570", "width": 7.0}, {"created_at": 1752884133, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5df2\u7ecf\u6210\u719f\u638c\u63e1\u4e86\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u6c42\u89e3\u65b9\u6cd5\uff0c\u6bd4\u897f\u65b9\u65e9\u4e00\u5343\u591a\u5e74\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "keywords": "\u6570\u5b66\u6210\u5c31,\u65b9\u7a0b\u6c42\u89e3", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5df2\u7ecf\u6210\u719f\u638c\u63e1\u4e86\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u6c42\u89e3\u65b9\u6cd5\uff0c\u6bd4\u897f\u65b9\u65e9\u4e00\u5343\u591a\u5e74\u3002", "to": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "width": 10.0}, {"created_at": 1752884133, "description": "\u5218\u5fbd\u0027s commentary on \u300a\u4e5d\u7ae0\u7b97\u672f\u300b included advanced solutions to quadratic equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "keywords": "mathematical commentary,problem solving", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u5218\u5fbd\u0027s commentary on \u300a\u4e5d\u7ae0\u7b97\u672f\u300b included advanced solutions to quadratic equations.", "to": "\u5218\u5fbd", "width": 8.0}, {"created_at": 1752884134, "description": "Vi\u00e8te developed the general symbolic representation for quadratic equations, advancing algebraic methods.\u003cSEP\u003e\u97e6\u8fbe\u63d0\u51fa\u4e86\u7528\u5b57\u6bcd\u8868\u793a\u65b9\u7a0b\u7cfb\u6570\u548c\u672a\u77e5\u6570\u7684\u65b9\u6cd5\uff0c\u5e76\u7ed9\u51fa\u4e86\u6c42\u6839\u516c\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "keywords": "equation solving,mathematical innovation,\u6570\u5b66\u7406\u8bba,\u65b9\u7a0b\u6c42\u89e3", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e\u003cSEP\u003echunk-a2266049e857fa018842eec4ce9a2e9d", "title": "Vi\u00e8te developed the general symbolic representation for quadratic equations, advancing algebraic methods.\u003cSEP\u003e\u97e6\u8fbe\u63d0\u51fa\u4e86\u7528\u5b57\u6bcd\u8868\u793a\u65b9\u7a0b\u7cfb\u6570\u548c\u672a\u77e5\u6570\u7684\u65b9\u6cd5\uff0c\u5e76\u7ed9\u51fa\u4e86\u6c42\u6839\u516c\u5f0f\u3002", "to": "\u97e6\u8fbe", "width": 18.0}, {"created_at": 1752884161, "description": "\u5224\u522b\u5f0f\u662f\u4e8c\u6b21\u65b9\u7a0b\u7684\u6027\u8d28\uff0c\u7528\u4e8e\u5224\u65ad\u6839\u7684\u6027\u8d28\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "keywords": "\u6570\u5b66\u6982\u5ff5,\u65b9\u7a0b\u6027\u8d28", "source_id": "chunk-a2266049e857fa018842eec4ce9a2e9d", "title": "\u5224\u522b\u5f0f\u662f\u4e8c\u6b21\u65b9\u7a0b\u7684\u6027\u8d28\uff0c\u7528\u4e8e\u5224\u65ad\u6839\u7684\u6027\u8d28\u3002", "to": "\u5224\u522b\u5f0f", "width": 7.0}, {"created_at": 1752884128, "description": "Ancient Egyptians developed the unique system of unit fraction representation.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "historical notation", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Ancient Egyptians developed the unique system of unit fraction representation.", "to": "\u5355\u5206\u6570\u8868\u8fbe", "width": 6.0}, {"created_at": 1752884139, "description": "Both developed geometry, but Greeks systematized what Egyptians discovered practically.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "knowledge transmission,mathematical development", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Both developed geometry, but Greeks systematized what Egyptians discovered practically.", "to": "\u53e4\u5e0c\u814a", "width": 8.0}, {"created_at": 1752884156, "description": "Ancient Egyptian civilization depended on the Nile\u0027s annual floods, which influenced their calendar system.\u003cSEP\u003eThe Nile\u0027s annual flooding defined ancient Egypt\u0027s agricultural cycle and necessitated land measurement, leading to geometry\u0027s invention.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "agricultural necessity,agriculture,environmental influence,timekeeping", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433\u003cSEP\u003echunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Ancient Egyptian civilization depended on the Nile\u0027s annual floods, which influenced their calendar system.\u003cSEP\u003eThe Nile\u0027s annual flooding defined ancient Egypt\u0027s agricultural cycle and necessitated land measurement, leading to geometry\u0027s invention.", "to": "\u5c3c\u7f57\u6cb3", "width": 19.0}, {"created_at": 1752884157, "description": "Herodotus documented Egypt\u0027s Nile floods and their societal impact, including the origin of geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "cultural observation,historical record", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Herodotus documented Egypt\u0027s Nile floods and their societal impact, including the origin of geometry.", "to": "\u5e0c\u7f57\u591a\u5fb7", "width": 8.0}, {"created_at": 1752884164, "description": "Ancient Egyptians based their Sothic calendar on the heliacal rising of Sirius, linking it to the Nile\u0027s flooding.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "agriculture,astronomy", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Ancient Egyptians based their Sothic calendar on the heliacal rising of Sirius, linking it to the Nile\u0027s flooding.", "to": "\u5929\u72fc\u661f", "width": 9.0}, {"created_at": 1752884164, "description": "Ancient Egyptians used Sirius\u0027s heliacal rising to mark their calendar year and Nile floods.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "agriculture,astronomy", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Ancient Egyptians used Sirius\u0027s heliacal rising to mark their calendar year and Nile floods.", "to": "\u5055\u65e5\u5347", "width": 9.0}, {"created_at": 1752884167, "description": "\u4e24\u8005\u5747\u57fa\u4e8e\u592a\u9633\u5386\u4f53\u7cfb\uff0c\u4e2d\u56fd\u53e4\u4ee3\u8282\u6c14\u5236\u5b9a\u53ef\u80fd\u53d7\u53e4\u57c3\u53ca\u5386\u6cd5\u542f\u53d1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "\u5386\u6cd5\u4ea4\u6d41,\u5929\u6587\u5171\u8bc6", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u4e24\u8005\u5747\u57fa\u4e8e\u592a\u9633\u5386\u4f53\u7cfb\uff0c\u4e2d\u56fd\u53e4\u4ee3\u8282\u6c14\u5236\u5b9a\u53ef\u80fd\u53d7\u53e4\u57c3\u53ca\u5386\u6cd5\u542f\u53d1\u3002", "to": "\u4e8c\u5341\u56db\u8282\u6c14", "width": 7.0}, {"created_at": 1752884168, "description": "Egyptians applied geometric knowledge including Pythagorean triples in pyramid construction.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "architectural mathematics,precision engineering", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "Egyptians applied geometric knowledge including Pythagorean triples in pyramid construction.", "to": "\u80e1\u592b\u91d1\u5b57\u5854", "width": 10.0}, {"created_at": 1752884168, "description": "This papyrus demonstrates Egyptian practical applications of Pythagorean mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca", "keywords": "mathematical education,problem solving", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "This papyrus demonstrates Egyptian practical applications of Pythagorean mathematics.", "to": "\u5361\u547c\u6069\u7eb8\u8349\u4e66", "width": 8.0}, {"created_at": 1752884139, "description": "Chinese mathematicians independently discovered and applied tangent relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd", "keywords": "independent discovery,practical measurement", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Chinese mathematicians independently discovered and applied tangent relationships.", "to": "\u6b63\u5207\u51fd\u6570", "width": 8.0}, {"created_at": 1752884158, "description": "Zu Chongzhi was a Chinese mathematician who made groundbreaking contributions to \u03c0 calculation.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd", "keywords": "national identity,scientific achievement", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Zu Chongzhi was a Chinese mathematician who made groundbreaking contributions to \u03c0 calculation.", "to": "\u7956\u51b2\u4e4b", "width": 9.0}, {"created_at": 1752884169, "description": "King Wu first used the term \u0027China\u0027 to describe the central governance of the Zhou Dynasty.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd", "keywords": "cultural identity,political concept", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "King Wu first used the term \u0027China\u0027 to describe the central governance of the Zhou Dynasty.", "to": "\u6b66\u738b", "width": 10.0}, {"created_at": 1752884169, "description": "The He Zun vessel contains the earliest known inscription of the term \u0027China,\u0027 linking it to Zhou Dynasty ideology.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd", "keywords": "cultural identity,historical artifact", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The He Zun vessel contains the earliest known inscription of the term \u0027China,\u0027 linking it to Zhou Dynasty ideology.", "to": "\u4f55\u5c0a", "width": 9.0}, {"created_at": 1752884170, "description": "The text reinforces the Zhou concept of \u0027China\u0027 (\u4e2d\u56fd) as the politically and cosmologically central kingdom.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd", "keywords": "cultural identity,political philosophy", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The text reinforces the Zhou concept of \u0027China\u0027 (\u4e2d\u56fd) as the politically and cosmologically central kingdom.", "to": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u52bf\u300b", "width": 9.0}, {"created_at": 1752884175, "description": "\u0027\u4e2d\u56fd\u0027\u79f0\u8c13\u6e90\u81ea\u53e4\u4ee3\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u5730\u7406\u89c2\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd", "keywords": "\u540d\u79f0\u8d77\u6e90,\u6587\u5316\u4f20\u627f", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u0027\u4e2d\u56fd\u0027\u79f0\u8c13\u6e90\u81ea\u53e4\u4ee3\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u5730\u7406\u89c2\u5ff5\u3002", "to": "\u5730\u4e2d", "width": 7.0}, {"created_at": 1752884149, "description": "\u7f57\u9a6c\u5e1d\u56fd\u7ee7\u627f\u4e86\u53e4\u5e0c\u814a\u7684\u8fa9\u8bba\u6587\u5316\uff0c\u5e76\u5728\u5176\u7edf\u6cbb\u65f6\u671f\u8fdb\u4e00\u6b65\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5e0c\u814a", "keywords": "cultural inheritance,historical continuity", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u7f57\u9a6c\u5e1d\u56fd\u7ee7\u627f\u4e86\u53e4\u5e0c\u814a\u7684\u8fa9\u8bba\u6587\u5316\uff0c\u5e76\u5728\u5176\u7edf\u6cbb\u65f6\u671f\u8fdb\u4e00\u6b65\u53d1\u5c55\u3002", "to": "\u7f57\u9a6c\u5e1d\u56fd", "width": 7.0}, {"created_at": 1752884154, "description": "Pythagoras operated within the cultural and intellectual context of ancient Greece.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5e0c\u814a", "keywords": "cultural context,historical period", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "Pythagoras operated within the cultural and intellectual context of ancient Greece.", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "width": 6.0}, {"created_at": 1752884158, "description": "Archimedes was from ancient Greece and made significant contributions to mathematics there.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5e0c\u814a", "keywords": "geographic origin,mathematical tradition", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Archimedes was from ancient Greece and made significant contributions to mathematics there.", "to": "\u963f\u57fa\u7c73\u5fb7", "width": 8.0}, {"created_at": 1752884128, "description": "\u6258\u52d2\u5bc6\u4f7f\u752860\u8fdb\u5236\u8868\u793a\u5706\u5468\u5185\u7684\u89d2\u5ea6\uff0c\u5960\u5b9a\u4e86\u89d2\u5ea6\u548c\u65f6\u95f4\u5ea6\u91cf\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "\u6570\u5b66\u65b9\u6cd5,\u89d2\u5ea6\u5ea6\u91cf", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u6258\u52d2\u5bc6\u4f7f\u752860\u8fdb\u5236\u8868\u793a\u5706\u5468\u5185\u7684\u89d2\u5ea6\uff0c\u5960\u5b9a\u4e86\u89d2\u5ea6\u548c\u65f6\u95f4\u5ea6\u91cf\u7684\u57fa\u7840\u3002", "to": "60\u8fdb\u5236", "width": 8.0}, {"created_at": 1752884167, "description": "\u6258\u52d2\u5bc6\u901a\u8fc7\u8be5\u8457\u4f5c\u7cfb\u7edf\u5316360\u5ea6\u5706\u5468\u5212\u5206\u548c60\u5206/\u79d2\u5236\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "\u5b66\u672f\u4f53\u7cfb,\u79d1\u5b66\u4f20\u627f", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u6258\u52d2\u5bc6\u901a\u8fc7\u8be5\u8457\u4f5c\u7cfb\u7edf\u5316360\u5ea6\u5706\u5468\u5212\u5206\u548c60\u5206/\u79d2\u5236\u3002", "to": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "width": 9.0}, {"created_at": 1752884172, "description": "Ptolemy created the Ptolemaic Map and advanced cartography.", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "cartography,innovation", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy created the Ptolemaic Map and advanced cartography.", "to": "\u6258\u52d2\u5bc6\u5730\u56fe", "width": 7.0}, {"created_at": 1752884173, "description": "Ptolemy composed his comprehensive astronomical work while associated with the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "astronomical treatise,scientific compilation", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy composed his comprehensive astronomical work while associated with the Library of Alexandria.", "to": "\u300a\u5929\u6587\u5b66\u5927\u5168\u300b", "width": 9.0}, {"created_at": 1752884173, "description": "Ptolemy\u0027s Geography advanced cartographic theory from the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "cartographic innovation,geographical science", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy\u0027s Geography advanced cartographic theory from the Library of Alexandria.", "to": "\u300a\u5730\u7406\u5b66\u300b", "width": 9.0}, {"created_at": 1752884173, "description": "Ptolemy introduced the concept of longitude to improve mapping accuracy.", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "cartographic precision,coordinate system", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Ptolemy introduced the concept of longitude to improve mapping accuracy.", "to": "\u7ecf\u5ea6", "width": 8.0}, {"created_at": 1752884173, "description": "\u6258\u52d2\u5bc6\u8bbe\u8ba1\u4e86\u6247\u5f62\u7ecf\u7eac\u7ebf\uff0c\u5f71\u54cd\u4e86\u53e4\u4ee3\u5730\u56fe\u7ed8\u5236\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "cartographic innovation,historical influence", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u6258\u52d2\u5bc6\u8bbe\u8ba1\u4e86\u6247\u5f62\u7ecf\u7eac\u7ebf\uff0c\u5f71\u54cd\u4e86\u53e4\u4ee3\u5730\u56fe\u7ed8\u5236\u65b9\u6cd5\u3002", "to": "\u6247\u5f62\u7ecf\u7eac\u7ebf", "width": 7.0}, {"created_at": 1752884173, "description": "\u6258\u52d2\u5bc6\u8bbe\u8ba1\u7684\u6247\u5f62\u7ecf\u7eac\u7ebf\u4f53\u7cfb\u5f71\u54cd\u4e86\u53e4\u4ee3\u6247\u5f62\u5730\u56fe\u7684\u7ed8\u5236\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6258\u52d2\u5bc6", "keywords": "cartographic influence,methodological continuity", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u6258\u52d2\u5bc6\u8bbe\u8ba1\u7684\u6247\u5f62\u7ecf\u7eac\u7ebf\u4f53\u7cfb\u5f71\u54cd\u4e86\u53e4\u4ee3\u6247\u5f62\u5730\u56fe\u7684\u7ed8\u5236\u65b9\u6cd5\u3002", "to": "\u6247\u5f62\u5730\u56fe", "width": 7.0}, {"created_at": 1752884128, "description": "The laws of operations become more important when transitioning to symbolic algebra.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570", "keywords": "mathematical foundation", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "The laws of operations become more important when transitioning to symbolic algebra.", "to": "\u8fd0\u7b97\u5f8b", "width": 7.0}, {"created_at": 1752884128, "description": "Model thinking develops through applying algebraic methods to solve problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570", "keywords": "application of knowledge", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Model thinking develops through applying algebraic methods to solve problems.", "to": "\u6a21\u578b\u601d\u60f3", "width": 6.0}, {"created_at": 1752884153, "description": "The operational laws (commutative, associative, distributive) fundamentally define multiplication\u0027s properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fd0\u7b97\u5f8b", "keywords": "algebraic structure,operation properties", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "The operational laws (commutative, associative, distributive) fundamentally define multiplication\u0027s properties.", "to": "\u4e58\u6cd5", "width": 9.0}, {"created_at": 1752884153, "description": "Mathematics teachers must deeply understand operational laws to properly teach mathematical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fd0\u7b97\u5f8b", "keywords": "pedagogical content knowledge,teaching fundamentals", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Mathematics teachers must deeply understand operational laws to properly teach mathematical concepts.", "to": "\u6570\u5b66\u6559\u5e08", "width": 7.0}, {"created_at": 1752884192, "description": "Set theory combined with operation laws forms algebraic structures like groups and rings.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fd0\u7b97\u5f8b", "keywords": "algebraic construction,structural foundation", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Set theory combined with operation laws forms algebraic structures like groups and rings.", "to": "\u96c6\u5408", "width": 9.0}, {"created_at": 1752884128, "description": "The base-60 system is applied in clock time measurement systems.\u003cSEP\u003e\u949f\u8868\u7cfb\u7edf\u91c7\u752860\u8fdb\u5236\u5212\u5206\u65f6\u95f4\u5355\u4f4d", "file_path": "ChuZhongShuXue.docx", "from": "60\u8fdb\u5236", "keywords": "measurement systems,\u65f6\u95f4\u6d4b\u91cf,\u8fdb\u5236\u8f6c\u6362", "source_id": "chunk-c38ffe600259aeb39e4227f260864859\u003cSEP\u003echunk-121f6aa86f389551192a9dd60f07ea42", "title": "The base-60 system is applied in clock time measurement systems.\u003cSEP\u003e\u949f\u8868\u7cfb\u7edf\u91c7\u752860\u8fdb\u5236\u5212\u5206\u65f6\u95f4\u5355\u4f4d", "to": "\u949f\u8868", "width": 16.0}, {"created_at": 1752884128, "description": "Junior high algebra builds upon and extends basic arithmetic understanding.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u4ee3\u6570", "keywords": "knowledge progression", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Junior high algebra builds upon and extends basic arithmetic understanding.", "to": "\u7b97\u672f\u8ba4\u77e5", "width": 7.0}, {"created_at": 1752884128, "description": "Junior high algebra develops students\u0027 ability to work with symbolic representations.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u4ee3\u6570", "keywords": "cognitive development", "source_id": "chunk-c38ffe600259aeb39e4227f260864859", "title": "Junior high algebra develops students\u0027 ability to work with symbolic representations.", "to": "\u4ee3\u6570\u8ba4\u77e5", "width": 8.0}, {"created_at": 1752884128, "description": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b\u8be6\u7ec6\u8ba8\u8bba\u4e86\u6728\u661f\u7684\u8fd0\u8f6c\u5468\u671f\u548c\u9633\u5386\u56de\u5f52\u5e74\u7684\u8ba1\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "keywords": "\u5386\u6cd5\u8ba1\u7b97,\u5929\u6587\u7814\u7a76", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b\u8be6\u7ec6\u8ba8\u8bba\u4e86\u6728\u661f\u7684\u8fd0\u8f6c\u5468\u671f\u548c\u9633\u5386\u56de\u5f52\u5e74\u7684\u8ba1\u7b97\u3002", "to": "\u6728\u661f", "width": 9.0}, {"created_at": 1752884129, "description": "\u8bb0\u8f7d\u4e86365.25\u5929\u7684\u592a\u9633\u5e74\u8ba1\u7b97\u65b9\u6cd5", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "keywords": "\u5386\u6cd5\u63a8\u7b97,\u5929\u6587\u8bb0\u5f55", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u8bb0\u8f7d\u4e86365.25\u5929\u7684\u592a\u9633\u5e74\u8ba1\u7b97\u65b9\u6cd5", "to": "\u9633\u5386\u56de\u5f52\u5e74", "width": 9.0}, {"created_at": 1752884164, "description": "This Han Dynasty text documents China\u0027s combined lunar-solar calendar methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "keywords": "calendar systems,scientific records", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "This Han Dynasty text documents China\u0027s combined lunar-solar calendar methods.", "to": "\u9634\u9633\u5408\u5386", "width": 8.0}, {"created_at": 1752884128, "description": "\u90ed\u5b88\u656c\u5236\u5b9a\u300a\u6388\u65f6\u5386\u300b\uff0c\u7cbe\u786e\u8ba1\u7b97\u9633\u5386\u4e00\u5e74\u7684\u957f\u5ea6\uff0c\u65e9\u4e8e\u7f57\u9a6c\u683c\u91cc\u5386\u6cd5300\u5e74\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "\u5386\u6cd5\u521b\u65b0,\u5929\u6587\u6210\u5c31", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u90ed\u5b88\u656c\u5236\u5b9a\u300a\u6388\u65f6\u5386\u300b\uff0c\u7cbe\u786e\u8ba1\u7b97\u9633\u5386\u4e00\u5e74\u7684\u957f\u5ea6\uff0c\u65e9\u4e8e\u7f57\u9a6c\u683c\u91cc\u5386\u6cd5300\u5e74\u3002", "to": "\u300a\u6388\u65f6\u5386\u300b", "width": 10.0}, {"created_at": 1752884170, "description": "Guo Shoujing established a network of 27 observation points to measure celestial and geographical data.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "astronomical research,scientific infrastructure", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Guo Shoujing established a network of 27 observation points to measure celestial and geographical data.", "to": "\u5929\u6587\u89c2\u6d4b\u70b9", "width": 9.0}, {"created_at": 1752884170, "description": "Guo Shoujing conducted his astronomical work during the Yuan Dynasty, establishing a nationwide observation network.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "historical period,scientific achievement", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Guo Shoujing conducted his astronomical work during the Yuan Dynasty, establishing a nationwide observation network.", "to": "\u5143\u4ee3", "width": 7.0}, {"created_at": 1752884170, "description": "Guo Shoujing measured the \u0027yellow and red roads\u0027 (ecliptic and celestial equator) to determine astronomical coordinates.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "celestial measurement,coordinate system", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Guo Shoujing measured the \u0027yellow and red roads\u0027 (ecliptic and celestial equator) to determine astronomical coordinates.", "to": "\u9ec4\u8d64\u9053", "width": 8.0}, {"created_at": 1752884174, "description": "\u90ed\u5b88\u656c\u6539\u8fdb\u6d51\u4eea\u4e3a\u7b80\u4eea\uff0c\u63d0\u9ad8\u4e86\u5929\u6587\u89c2\u6d4b\u7684\u7cbe\u786e\u5ea6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "astronomical instruments,innovation", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u90ed\u5b88\u656c\u6539\u8fdb\u6d51\u4eea\u4e3a\u7b80\u4eea\uff0c\u63d0\u9ad8\u4e86\u5929\u6587\u89c2\u6d4b\u7684\u7cbe\u786e\u5ea6\u3002", "to": "\u7b80\u4eea", "width": 10.0}, {"created_at": 1752884174, "description": "\u90ed\u5b88\u656c\u5728\u6d51\u4eea\u57fa\u7840\u4e0a\u8fdb\u884c\u7b80\u5316\u6539\u8fdb\uff0c\u521b\u9020\u4e86\u7b80\u4eea\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "evolution,improvement", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u90ed\u5b88\u656c\u5728\u6d51\u4eea\u57fa\u7840\u4e0a\u8fdb\u884c\u7b80\u5316\u6539\u8fdb\uff0c\u521b\u9020\u4e86\u7b80\u4eea\u3002", "to": "\u6d51\u4eea", "width": 8.0}, {"created_at": 1752884174, "description": "\u90ed\u5b88\u656c\u5411\u5ffd\u5fc5\u70c8\u594f\u6298\u9648\u8ff0\u5929\u6587\u89c2\u6d4b\u7684\u91cd\u8981\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "advocacy,imperial support", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u90ed\u5b88\u656c\u5411\u5ffd\u5fc5\u70c8\u594f\u6298\u9648\u8ff0\u5929\u6587\u89c2\u6d4b\u7684\u91cd\u8981\u6027\u3002", "to": "\u5ffd\u5fc5\u70c8", "width": 7.0}, {"created_at": 1752884174, "description": "\u90ed\u5b88\u656c\u7279\u522b\u91cd\u89c6\u8d64\u9053\u5e73\u9762\u7684\u7cbe\u786e\u6d4b\u5b9a\uff0c\u4ee5\u63d0\u9ad8\u5929\u6587\u89c2\u6d4b\u51c6\u786e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "astronomical measurement,precision", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u90ed\u5b88\u656c\u7279\u522b\u91cd\u89c6\u8d64\u9053\u5e73\u9762\u7684\u7cbe\u786e\u6d4b\u5b9a\uff0c\u4ee5\u63d0\u9ad8\u5929\u6587\u89c2\u6d4b\u51c6\u786e\u6027\u3002", "to": "\u8d64\u9053\u5e73\u9762", "width": 9.0}, {"created_at": 1752884174, "description": "\u90ed\u5b88\u656c\u5728\u594f\u6298\u4e2d\u63d0\u5230\u5510\u4e00\u884c\u7ec4\u7ec7\u7684\u5168\u56fd\u5929\u6587\u6d4b\u91cf\u6d3b\u52a8\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "astronomical tradition,historical reference", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u90ed\u5b88\u656c\u5728\u594f\u6298\u4e2d\u63d0\u5230\u5510\u4e00\u884c\u7ec4\u7ec7\u7684\u5168\u56fd\u5929\u6587\u6d4b\u91cf\u6d3b\u52a8\u3002", "to": "\u5510\u4e00\u884c", "width": 6.0}, {"created_at": 1752884196, "description": "Guo Shoujing\u0027s biographical information is published in the \u0027History of Yuan\u0027 by Zhonghua Book Company.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "biography,publication", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Guo Shoujing\u0027s biographical information is published in the \u0027History of Yuan\u0027 by Zhonghua Book Company.", "to": "\u4e2d\u534e\u4e66\u5c40", "width": 6.0}, {"created_at": 1752884196, "description": "The biography of astronomer and mathematician Guo Shoujing in the History of Yuan.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "astronomy,biography", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "The biography of astronomer and mathematician Guo Shoujing in the History of Yuan.", "to": "\u300a\u5143\u53f2\u00b7\u5217\u4f20\u00b7\u90ed\u5b88\u656c\u300b", "width": 9.0}, {"created_at": 1752884208, "description": "\u90ed\u5b88\u656c\u0027s achievements are documented in the\u5143\u53f2.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "historical record", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u90ed\u5b88\u656c\u0027s achievements are documented in the\u5143\u53f2.", "to": "\u5143\u53f2", "width": 8.0}, {"created_at": 1752884208, "description": "\u90ed\u5b88\u656cconducted astronomical surveys known as\u56db\u6d77\u6d4b\u9a8c.", "file_path": "ChuZhongShuXue.docx", "from": "\u90ed\u5b88\u656c", "keywords": "scientific achievement", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u90ed\u5b88\u656cconducted astronomical surveys known as\u56db\u6d77\u6d4b\u9a8c.", "to": "\u56db\u6d77\u6d4b\u9a8c", "width": 9.0}, {"created_at": 1752884129, "description": "\u4ee3\u8868\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u6700\u9ad8\u6210\u5c31\u4e4b\u4e00", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "\u6570\u5b66\u7ecf\u5178,\u6587\u5316\u4f20\u627f", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u4ee3\u8868\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u6700\u9ad8\u6210\u5c31\u4e4b\u4e00", "to": "\u4e2d\u56fd\u53e4\u4ee3", "width": 7.0}, {"created_at": 1752884129, "description": "Both are ancient Chinese mathematical texts, with the latter elaborating on length units more explicitly.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "mathematical texts,unit systems", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Both are ancient Chinese mathematical texts, with the latter elaborating on length units more explicitly.", "to": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "width": 8.0}, {"created_at": 1752884130, "description": "This text pioneered using fractions to represent both the process and result of division.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "mathematical notation,operational representation", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "This text pioneered using fractions to represent both the process and result of division.", "to": "\u5206\u6570\u8868\u793a", "width": 9.0}, {"created_at": 1752884130, "description": "\u674e\u7ea6\u745f\u7814\u7a76\u5e76\u89e3\u8bfb\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5206\u6570\u7684\u672f\u8bed\u548c\u6570\u5b66\u610f\u4e49\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "\u5b66\u672f\u7814\u7a76,\u6587\u672c\u89e3\u6790", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u674e\u7ea6\u745f\u7814\u7a76\u5e76\u89e3\u8bfb\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u5206\u6570\u7684\u672f\u8bed\u548c\u6570\u5b66\u610f\u4e49\u3002", "to": "\u674e\u7ea6\u745f", "width": 8.0}, {"created_at": 1752884131, "description": "\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u7684\u6b63\u8d1f\u6570\u8fd0\u7b97\u65b9\u6cd5", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "\u6570\u5b66\u65b9\u6cd5,\u7b97\u6cd5\u8bb0\u5f55", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u7684\u6b63\u8d1f\u6570\u8fd0\u7b97\u65b9\u6cd5", "to": "\u6b63\u8d1f\u672f", "width": 9.0}, {"created_at": 1752884131, "description": "\u4ee3\u8868\u4e2d\u56fd\u53e4\u4ee3\u8ba1\u7b97\u6280\u672f\u7684\u6570\u5b66\u7ecf\u5178", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "\u6587\u5316\u4f20\u627f,\u77e5\u8bc6\u4f53\u7cfb", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u4ee3\u8868\u4e2d\u56fd\u53e4\u4ee3\u8ba1\u7b97\u6280\u672f\u7684\u6570\u5b66\u7ecf\u5178", "to": "\u7b97\u7ecf", "width": 8.0}, {"created_at": 1752884131, "description": "\u8bb0\u8f7d\u4e86\u65e9\u671f\u65b9\u7a0b\u7ec4\u7684\u89e3\u6cd5\u5b9e\u4f8b", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "\u7b97\u6cd5\u53d1\u5c55,\u95ee\u9898\u89e3\u51b3", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u8bb0\u8f7d\u4e86\u65e9\u671f\u65b9\u7a0b\u7ec4\u7684\u89e3\u6cd5\u5b9e\u4f8b", "to": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "width": 8.0}, {"created_at": 1752884133, "description": "Liu Hui provided important commentary on \u0027The Nine Chapters on the Mathematical Art\u0027.\u003cSEP\u003e\u5218\u5fbd\u6ce8\u91ca\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff0c\u5e76\u4e3a\u5176\u8bbe\u7f6e\u4e86\u0027\u65b9\u7a0b\u0027\u7bc7\uff0c\u63a8\u52a8\u4e86\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "commentary,mathematics,\u5b66\u672f\u8d21\u732e,\u6570\u5b66\u6ce8\u91ca", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Liu Hui provided important commentary on \u0027The Nine Chapters on the Mathematical Art\u0027.\u003cSEP\u003e\u5218\u5fbd\u6ce8\u91ca\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff0c\u5e76\u4e3a\u5176\u8bbe\u7f6e\u4e86\u0027\u65b9\u7a0b\u0027\u7bc7\uff0c\u63a8\u52a8\u4e86\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u5218\u5fbd", "width": 17.0}, {"created_at": 1752884133, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u662f\u6c49\u4ee3\u7684\u91cd\u8981\u6570\u5b66\u8457\u4f5c\uff0c\u4ee3\u8868\u4e86\u5f53\u65f6\u4e2d\u56fd\u6570\u5b66\u7684\u9ad8\u6c34\u5e73\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "\u5386\u53f2\u80cc\u666f,\u6570\u5b66\u6587\u5316", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u662f\u6c49\u4ee3\u7684\u91cd\u8981\u6570\u5b66\u8457\u4f5c\uff0c\u4ee3\u8868\u4e86\u5f53\u65f6\u4e2d\u56fd\u6570\u5b66\u7684\u9ad8\u6c34\u5e73\u3002", "to": "\u6c49\u4ee3", "width": 8.0}, {"created_at": 1752884133, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b demonstrates early Chinese mathematical achievements but lacked formal mathematical abstraction which limited its development.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical limitation,mathematical progress", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b demonstrates early Chinese mathematical achievements but lacked formal mathematical abstraction which limited its development.", "to": "\u6570\u5b66\u62bd\u8c61", "width": 7.0}, {"created_at": 1752884196, "description": "Li Chunfeng contributed to the annotation and preservation of \u0027The Nine Chapters on the Mathematical Art\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "mathematics,preservation", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Li Chunfeng contributed to the annotation and preservation of \u0027The Nine Chapters on the Mathematical Art\u0027.", "to": "\u674e\u6df3\u98ce", "width": 7.0}, {"created_at": 1752884198, "description": "Both are foundational ancient Chinese mathematical texts often studied together.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "Chinese texts,historical mathematics", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Both are foundational ancient Chinese mathematical texts often studied together.", "to": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "width": 8.0}, {"created_at": 1752884129, "description": "\u6728\u661f\u7684\u8fd0\u884c\u8f68\u8ff9\u88ab\u7528\u4e8e\u8ba1\u7b97\u9633\u5386\u56de\u5f52\u5e74\uff0c\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6728\u661f", "keywords": "\u519c\u4e1a\u5386\u6cd5,\u5929\u6587\u5e94\u7528", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u6728\u661f\u7684\u8fd0\u884c\u8f68\u8ff9\u88ab\u7528\u4e8e\u8ba1\u7b97\u9633\u5386\u56de\u5f52\u5e74\uff0c\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002", "to": "\u9633\u5386\u56de\u5f52\u5e74", "width": 7.0}, {"created_at": 1752884129, "description": "\u901a\u8fc7\u89c2\u6d4b\u5c81\u661f\u8ba1\u7b97\u9633\u5386\u56de\u5f52\u5e74\u5468\u671f", "file_path": "ChuZhongShuXue.docx", "from": "\u9633\u5386\u56de\u5f52\u5e74", "keywords": "\u5386\u6cd5\u5236\u5b9a,\u5929\u6587\u8ba1\u7b97", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u901a\u8fc7\u89c2\u6d4b\u5c81\u661f\u8ba1\u7b97\u9633\u5386\u56de\u5f52\u5e74\u5468\u671f", "to": "\u5c81\u661f", "width": 8.0}, {"created_at": 1752884129, "description": "\u4e24\u8005\u8ba1\u7b97\u7ed3\u679c\u76f8\u540c\uff0c\u4f46\u6388\u65f6\u5386\u65e9300\u5e74", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6388\u65f6\u5386\u300b", "keywords": "\u5386\u6cd5\u6bd4\u8f83,\u79d1\u5b66\u9886\u5148", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u4e24\u8005\u8ba1\u7b97\u7ed3\u679c\u76f8\u540c\uff0c\u4f46\u6388\u65f6\u5386\u65e9300\u5e74", "to": "\u7f57\u9a6c\u683c\u91cc\u5386", "width": 9.0}, {"created_at": 1752884129, "description": "\u4e2d\u56fd\u53e4\u4ee3\u91cd\u70b9\u89c2\u6d4b\u5c81\u661f\u8fd0\u884c\u8f68\u8ff9", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u53e4\u4ee3", "keywords": "\u5929\u6587\u89c2\u6d4b,\u884c\u661f\u7814\u7a76", "source_id": "chunk-121f6aa86f389551192a9dd60f07ea42", "title": "\u4e2d\u56fd\u53e4\u4ee3\u91cd\u70b9\u89c2\u6d4b\u5c81\u661f\u8fd0\u884c\u8f68\u8ff9", "to": "\u5c81\u661f", "width": 7.0}, {"created_at": 1752884196, "description": "Li Di researched the history of decimal fractions mentioned in connection with \u0027The Mathematical Classic of Master Sun\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "keywords": "history,research", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Li Di researched the history of decimal fractions mentioned in connection with \u0027The Mathematical Classic of Master Sun\u0027.", "to": "\u674e\u8fea", "width": 7.0}, {"created_at": 1752884197, "description": "Qin Jiushao generalized a problem from the Sunzi Suanjing into the Chinese Remainder Theorem.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "keywords": "historical influence,mathematical development", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Qin Jiushao generalized a problem from the Sunzi Suanjing into the Chinese Remainder Theorem.", "to": "\u79e6\u4e5d\u97f6", "width": 9.0}, {"created_at": 1752884198, "description": "The Sunzi Suanjing contains the famous \u0027Chicken-Rabbit Cage\u0027 problem.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "keywords": "historical text,mathematical problem", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Sunzi Suanjing contains the famous \u0027Chicken-Rabbit Cage\u0027 problem.", "to": "\u9e21\u5154\u540c\u7b3c", "width": 9.0}, {"created_at": 1752884198, "description": "The Sunzi Suanjing contains the \u0027Unknown Quantity\u0027 problem later generalized by Qin Jiushao.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "keywords": "mathematical development,problem solving", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Sunzi Suanjing contains the \u0027Unknown Quantity\u0027 problem later generalized by Qin Jiushao.", "to": "\u7269\u4e0d\u77e5\u6570", "width": 9.0}, {"created_at": 1752884129, "description": "Zu Chongzhi authored \u0027The Method of Interpolation,\u0027 a profound mathematical work.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "author-contribution,mathematical innovation", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Zu Chongzhi authored \u0027The Method of Interpolation,\u0027 a profound mathematical work.", "to": "\u300a\u7f00\u672f\u300b", "width": 9.0}, {"created_at": 1752884129, "description": "Zu Chongzhi\u0027s work on pi is recorded in \u0027The Book of Sui,\u0027 highlighting his contributions.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "historical record,mathematical legacy", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Zu Chongzhi\u0027s work on pi is recorded in \u0027The Book of Sui,\u0027 highlighting his contributions.", "to": "\u300a\u968b\u4e66\u300b", "width": 7.0}, {"created_at": 1752884129, "description": "Zu Chongzhi calculated the value of pi with unprecedented precision.\u003cSEP\u003eZu Chongzhi calculated \u03c0 to an unprecedented accuracy of seven decimal places, a record that stood for centuries.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "constant calculation,historical achievement,mathematical achievement,mathematical precision", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Zu Chongzhi calculated the value of pi with unprecedented precision.\u003cSEP\u003eZu Chongzhi calculated \u03c0 to an unprecedented accuracy of seven decimal places, a record that stood for centuries.", "to": "\u5706\u5468\u7387", "width": 20.0}, {"created_at": 1752884129, "description": "Zu Chongzhi determined the upper bound (3.1415927) for pi.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "mathematical bounds,precision", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Zu Chongzhi determined the upper bound (3.1415927) for pi.", "to": "\u76c8\u6570", "width": 9.0}, {"created_at": 1752884130, "description": "Zu Chongzhi determined the lower bound (3.1415926) for pi.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "mathematical bounds,precision", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Zu Chongzhi determined the lower bound (3.1415926) for pi.", "to": "\u6712\u6570", "width": 9.0}, {"created_at": 1752884130, "description": "Zu Chongzhi derived the precise fraction 355/113 for pi.\u003cSEP\u003eZu Chongzhi discovered the precise fraction 355/113 as an approximation for \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "fractional approximation,mathematical discovery,mathematical innovation,precise approximation", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Zu Chongzhi derived the precise fraction 355/113 for pi.\u003cSEP\u003eZu Chongzhi discovered the precise fraction 355/113 as an approximation for \u03c0.", "to": "\u5bc6\u7387", "width": 20.0}, {"created_at": 1752884130, "description": "Zu Chongzhi derived the approximate fraction 22/7 for pi.\u003cSEP\u003eZu Chongzhi used the fraction 22/7 as a common approximation for \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "fractional approximation,mathematical approximation,mathematical simplification,practical use", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43\u003cSEP\u003echunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Zu Chongzhi derived the approximate fraction 22/7 for pi.\u003cSEP\u003eZu Chongzhi used the fraction 22/7 as a common approximation for \u03c0.", "to": "\u7ea6\u7387", "width": 15.0}, {"created_at": 1752884158, "description": "Zu Chongzhi authored the Zhui Shu, which detailed his methods for calculating \u03c0, though the text is now lost.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "lost knowledge,mathematical text", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Zu Chongzhi authored the Zhui Shu, which detailed his methods for calculating \u03c0, though the text is now lost.", "to": "\u7f00\u672f", "width": 8.0}, {"created_at": 1752884158, "description": "Yoshio Mikami proposed naming the fraction 355/113 as \u0027Zu\u0027s ratio\u0027 in honor of Zu Chongzhi\u0027s contributions to \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "historical recognition,mathematical tribute", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Yoshio Mikami proposed naming the fraction 355/113 as \u0027Zu\u0027s ratio\u0027 in honor of Zu Chongzhi\u0027s contributions to \u03c0.", "to": "\u4e09\u4e0a\u4e49\u592b", "width": 9.0}, {"created_at": 1752884158, "description": "The Book of Sui contains records of Zu Chongzhi\u0027s mathematical achievements.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u51b2\u4e4b", "keywords": "historical documentation,scientific legacy", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The Book of Sui contains records of Zu Chongzhi\u0027s mathematical achievements.", "to": "\u968b\u4e66", "width": 8.0}, {"created_at": 1752884129, "description": "The Ming Dynasty calendar used unnamed decimals, foreshadowing Stevin\u0027s formalization of the decimal system.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5927\u7edf\u5386\u300b", "keywords": "decimal evolution,historical influence", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The Ming Dynasty calendar used unnamed decimals, foreshadowing Stevin\u0027s formalization of the decimal system.", "to": "\u65af\u8482\u6587", "width": 6.0}, {"created_at": 1752884130, "description": "The Ming Dynasty calendar used unitless decimal expressions for dates.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5927\u7edf\u5386\u300b", "keywords": "decimal notation,historical innovation", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "The Ming Dynasty calendar used unitless decimal expressions for dates.", "to": "\u65e0\u540d\u5c0f\u6570", "width": 7.0}, {"created_at": 1752884129, "description": "Simon Stevin\u0027s \u0027De Thiende\u0027 established the modern decimal number system.", "file_path": "ChuZhongShuXue.docx", "from": "\u65af\u8482\u6587", "keywords": "decimal system,mathematical foundation", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Simon Stevin\u0027s \u0027De Thiende\u0027 established the modern decimal number system.", "to": "\u300a\u8bba\u5341\u8fdb\u300b", "width": 10.0}, {"created_at": 1752884130, "description": "Simon Stevin formalized the modern decimal number system in \u0027De Thiende\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u65af\u8482\u6587", "keywords": "mathematical foundation,notation system", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Simon Stevin formalized the modern decimal number system in \u0027De Thiende\u0027.", "to": "\u5341\u8fdb\u5236", "width": 10.0}, {"created_at": 1752884129, "description": "Ten \u0027\u5ffd\u0027 make one \u0027\u4e1d\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5ffd", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u5ffd\u0027 make one \u0027\u4e1d\u0027 in ancient Chinese length measurements.", "to": "\u4e1d", "width": 9.0}, {"created_at": 1752884129, "description": "Ten \u0027\u4e1d\u0027 make one \u0027\u6beb\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e1d", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u4e1d\u0027 make one \u0027\u6beb\u0027 in ancient Chinese length measurements.", "to": "\u6beb", "width": 9.0}, {"created_at": 1752884129, "description": "Ten \u0027\u6beb\u0027 make one \u0027\u7266\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u6beb", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u6beb\u0027 make one \u0027\u7266\u0027 in ancient Chinese length measurements.", "to": "\u7266", "width": 9.0}, {"created_at": 1752884129, "description": "Ten \u0027\u7266\u0027 make one \u0027\u5206\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u7266", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u7266\u0027 make one \u0027\u5206\u0027 in ancient Chinese length measurements.", "to": "\u5206", "width": 9.0}, {"created_at": 1752884129, "description": "Ten \u0027\u5206\u0027 make one \u0027\u5bf8\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u5206\u0027 make one \u0027\u5bf8\u0027 in ancient Chinese length measurements.", "to": "\u5bf8", "width": 9.0}, {"created_at": 1752884129, "description": "Ten \u0027\u5bf8\u0027 make one \u0027\u5c3a\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5bf8", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u5bf8\u0027 make one \u0027\u5c3a\u0027 in ancient Chinese length measurements.", "to": "\u5c3a", "width": 9.0}, {"created_at": 1752884129, "description": "Ten \u0027\u5c3a\u0027 make one \u0027\u4e08\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u5c3a\u0027 make one \u0027\u4e08\u0027 in ancient Chinese length measurements.", "to": "\u4e08", "width": 9.0}, {"created_at": 1752884129, "description": "Forty \u0027\u5c3a\u0027 make one \u0027\u5339\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Forty \u0027\u5c3a\u0027 make one \u0027\u5339\u0027 in ancient Chinese length measurements.", "to": "\u5339", "width": 8.0}, {"created_at": 1752884129, "description": "Six \u0027\u5c3a\u0027 make one \u0027\u6b65\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Six \u0027\u5c3a\u0027 make one \u0027\u6b65\u0027 in ancient Chinese length measurements.", "to": "\u6b65", "width": 8.0}, {"created_at": 1752884129, "description": "Ten \u0027\u4e08\u0027 make one \u0027\u5f15\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e08", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Ten \u0027\u4e08\u0027 make one \u0027\u5f15\u0027 in ancient Chinese length measurements.", "to": "\u5f15", "width": 9.0}, {"created_at": 1752884129, "description": "Fifty \u0027\u5f15\u0027 make one \u0027\u7aef\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f15", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Fifty \u0027\u5f15\u0027 make one \u0027\u7aef\u0027 in ancient Chinese length measurements.", "to": "\u7aef", "width": 8.0}, {"created_at": 1752884129, "description": "Two hundred forty \u0027\u6b65\u0027 make one \u0027\u755d\u0027 in ancient Chinese area measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b65", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Two hundred forty \u0027\u6b65\u0027 make one \u0027\u755d\u0027 in ancient Chinese area measurements.", "to": "\u755d", "width": 8.0}, {"created_at": 1752884129, "description": "Three hundred \u0027\u6b65\u0027 make one \u0027\u91cc\u0027 in ancient Chinese length measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b65", "keywords": "measurement system,unit conversion", "source_id": "chunk-58d4c3c0d2ac14aff5d53121bb780c43", "title": "Three hundred \u0027\u6b65\u0027 make one \u0027\u91cc\u0027 in ancient Chinese length measurements.", "to": "\u91cc", "width": 8.0}, {"created_at": 1752884157, "description": "1\u4ea9\u7b49\u4e8e240\u5e73\u65b9\u6b65\uff0c\u4f53\u73b0\u4e86\u53e4\u4ee3\u4e2d\u56fd\u9762\u79ef\u8ba1\u91cf\u4f53\u7cfb\u7684\u57fa\u672c\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b65", "keywords": "land measurement,unit definition", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "1\u4ea9\u7b49\u4e8e240\u5e73\u65b9\u6b65\uff0c\u4f53\u73b0\u4e86\u53e4\u4ee3\u4e2d\u56fd\u9762\u79ef\u8ba1\u91cf\u4f53\u7cfb\u7684\u57fa\u672c\u5173\u7cfb\u3002", "to": "\u4ea9", "width": 8.0}, {"created_at": 1752884157, "description": "\u53e4\u4ee3\u4e2d\u56fd\u8ba1\u91cf\u4f53\u7cfb\u4e2d\uff0c\u957f\u5ea6\u5355\u4f4d\u0027\u91cc\u0027\u4e0e\u9762\u79ef\u5355\u4f4d\u0027\u9877\u0027\u901a\u8fc7\u0027\u6b65\u0027\u5efa\u7acb\u6362\u7b97\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u91cc", "keywords": "measurement system,unit conversion", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u53e4\u4ee3\u4e2d\u56fd\u8ba1\u91cf\u4f53\u7cfb\u4e2d\uff0c\u957f\u5ea6\u5355\u4f4d\u0027\u91cc\u0027\u4e0e\u9762\u79ef\u5355\u4f4d\u0027\u9877\u0027\u901a\u8fc7\u0027\u6b65\u0027\u5efa\u7acb\u6362\u7b97\u5173\u7cfb\u3002", "to": "\u9877", "width": 9.0}, {"created_at": 1752884157, "description": "Egyptians used an approximation of pi for calculating circular areas, though not rigorously defined.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "mathematical approximation,practical use", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Egyptians used an approximation of pi for calculating circular areas, though not rigorously defined.", "to": "\u5706\u9762\u79ef\u7684\u8fd1\u4f3c\u516c\u5f0f", "width": 7.0}, {"created_at": 1752884157, "description": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b\u7b2c50\u9898\u7528\u6b63\u65b9\u5f62\u9762\u79ef\u8fd1\u4f3c\u5706\u7684\u9762\u79ef\uff0c\u6d89\u53ca\u5bf9\u5706\u5468\u7387\u7684\u65e9\u671f\u4f30\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "historical approximation,mathematical constant", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b\u7b2c50\u9898\u7528\u6b63\u65b9\u5f62\u9762\u79ef\u8fd1\u4f3c\u5706\u7684\u9762\u79ef\uff0c\u6d89\u53ca\u5bf9\u5706\u5468\u7387\u7684\u65e9\u671f\u4f30\u7b97\u3002", "to": "\u300a\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\u300b", "width": 7.0}, {"created_at": 1752884158, "description": "The Rhind Papyrus contains one of the earliest known approximations of \u03c0, calculated as 256/81.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "ancient calculation,mathematical approximation", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The Rhind Papyrus contains one of the earliest known approximations of \u03c0, calculated as 256/81.", "to": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "width": 8.0}, {"created_at": 1752884158, "description": "William Jones was the first to use the Greek letter \u03c0 to represent the ratio of a circle\u0027s circumference to its diameter.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "historical first,mathematical notation", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "William Jones was the first to use the Greek letter \u03c0 to represent the ratio of a circle\u0027s circumference to its diameter.", "to": "\u743c\u65af", "width": 9.0}, {"created_at": 1752884158, "description": "Euler popularized the use of the Greek letter \u03c0 for the ratio of a circle\u0027s circumference to its diameter, making it a standard notation.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "mathematical standardization,notation", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Euler popularized the use of the Greek letter \u03c0 for the ratio of a circle\u0027s circumference to its diameter, making it a standard notation.", "to": "\u6b27\u62c9", "width": 10.0}, {"created_at": 1752884158, "description": "Archimedes used polygons to approximate \u03c0, providing bounds for its value.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "geometric approximation,mathematical method", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Archimedes used polygons to approximate \u03c0, providing bounds for its value.", "to": "\u963f\u57fa\u7c73\u5fb7", "width": 9.0}, {"created_at": 1752884158, "description": "The Zhou Bi Suan Jing contains an early Chinese approximation of \u03c0 as 3.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387", "keywords": "ancient mathematics,early approximation", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "The Zhou Bi Suan Jing contains an early Chinese approximation of \u03c0 as 3.", "to": "\u5468\u9ac0\u7b97\u7ecf", "width": 7.0}, {"created_at": 1752884130, "description": "Pythagoras discovered that musical intervals correspond to simple integer ratios of string lengths.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "acoustic theory,scientific discovery", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "Pythagoras discovered that musical intervals correspond to simple integer ratios of string lengths.", "to": "\u97f3\u4e50\u7684\u548c\u8c10", "width": 10.0}, {"created_at": 1752884154, "description": "Russell analyzed Pythagoras\u0027 dual legacy in mathematics and mysticism in \u0027\u897f\u65b9\u54f2\u5b66\u53f2.\u0027", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "historical analysis,philosophical critique", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "Russell analyzed Pythagoras\u0027 dual legacy in mathematics and mysticism in \u0027\u897f\u65b9\u54f2\u5b66\u53f2.\u0027", "to": "\u7f57\u7d20", "width": 7.0}, {"created_at": 1752884130, "description": "The \u0027Three-Part Loss and Gain\u0027 tuning method was documented in this ancient Chinese text.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u7ba1\u5b50\u300b", "keywords": "historical documentation,musical theory", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "The \u0027Three-Part Loss and Gain\u0027 tuning method was documented in this ancient Chinese text.", "to": "\u4e09\u5206\u635f\u76ca\u6cd5", "width": 8.0}, {"created_at": 1752884130, "description": "Zhu Zaiyu\u0027s precise calculations established the mathematical basis for the 12-tone equal temperament.\u003cSEP\u003e\u6731\u8f7d\u5809\u7cbe\u786e\u8ba1\u7b97\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u516c\u6bd4\uff0c\u5e76\u8bb0\u5f55\u5728\u300a\u4e50\u5f8b\u5168\u4e66\u300b\u548c\u300a\u5f8b\u5415\u7cbe\u4e49\u300b\u4e2d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6731\u8f7d\u5809", "keywords": "acoustics,mathematical precision,music theory,scientific innovation", "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Zhu Zaiyu\u0027s precise calculations established the mathematical basis for the 12-tone equal temperament.\u003cSEP\u003e\u6731\u8f7d\u5809\u7cbe\u786e\u8ba1\u7b97\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u516c\u6bd4\uff0c\u5e76\u8bb0\u5f55\u5728\u300a\u4e50\u5f8b\u5168\u4e66\u300b\u548c\u300a\u5f8b\u5415\u7cbe\u4e49\u300b\u4e2d\u3002", "to": "\u5341\u4e8c\u5e73\u5747\u5f8b", "width": 19.0}, {"created_at": 1752884130, "description": "Zhu invented a specialized abacus to calculate precise 12th roots for musical ratios.", "file_path": "ChuZhongShuXue.docx", "from": "\u6731\u8f7d\u5809", "keywords": "mathematical tools,technological innovation", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "Zhu invented a specialized abacus to calculate precise 12th roots for musical ratios.", "to": "\u7279\u5927\u76d8", "width": 9.0}, {"created_at": 1752884154, "description": "\u6731\u8f7d\u5809\u662f\u660e\u4ee3\u5b66\u8005\uff0c\u5728\u660e\u671d\u65f6\u671f\u5b8c\u6210\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u8ba1\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6731\u8f7d\u5809", "keywords": "academic achievement,historical context", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u6731\u8f7d\u5809\u662f\u660e\u4ee3\u5b66\u8005\uff0c\u5728\u660e\u671d\u65f6\u671f\u5b8c\u6210\u5341\u4e8c\u5e73\u5747\u5f8b\u7684\u8ba1\u7b97\u3002", "to": "\u660e\u4ee3", "width": 7.0}, {"created_at": 1752884130, "description": "The ancient Chinese method evolved into the modern 12-tone system through mathematical refinement.", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u5e73\u5747\u5f8b", "keywords": "cross-cultural exchange,theoretical progression", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "The ancient Chinese method evolved into the modern 12-tone system through mathematical refinement.", "to": "\u4e09\u5206\u635f\u76ca\u6cd5", "width": 7.0}, {"created_at": 1752884130, "description": "Bach\u0027s musical compositions demonstrated the practical application of 12-tone equal temperament.\u003cSEP\u003e\u5df4\u8d6b\u901a\u8fc7\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b\u63a8\u5e7f\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u5728\u952e\u76d8\u4e50\u5668\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u5e73\u5747\u5f8b", "keywords": "artistic implementation,instrument design,music composition,theoretical validation", "source_id": "chunk-933b19628500cf80c1916250b497e3f8\u003cSEP\u003echunk-6deef743946d62c39bdfa573f520aa57", "title": "Bach\u0027s musical compositions demonstrated the practical application of 12-tone equal temperament.\u003cSEP\u003e\u5df4\u8d6b\u901a\u8fc7\u300a\u8c10\u548c\u97f3\u5f8b\u66f2\u96c6\u300b\u63a8\u5e7f\u4e86\u5341\u4e8c\u5e73\u5747\u5f8b\u5728\u952e\u76d8\u4e50\u5668\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u5df4\u8d6b", "width": 15.0}, {"created_at": 1752884154, "description": "Pythagorean integer ratios evolved into more precise equal temperament systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u5e73\u5747\u5f8b", "keywords": "mathematical refinement,musical evolution", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "Pythagorean integer ratios evolved into more precise equal temperament systems.", "to": "\u81ea\u7136\u6570\u4e4b\u6bd4\u4e0e\u97f3\u5f8b", "width": 7.0}, {"created_at": 1752884154, "description": "\u5341\u4e8c\u5e73\u5747\u5f8b\u662f\u5bf9\u4e94\u5ea6\u76f8\u751f\u5f8b\u7684\u6539\u8fdb\uff0c\u5f15\u5165\u4e86\u534a\u97f3\u5212\u5206\u4ee5\u5b9e\u73b0\u66f4\u548c\u8c10\u7684\u97f3\u9636\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u5e73\u5747\u5f8b", "keywords": "music theory,sound harmony", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u5341\u4e8c\u5e73\u5747\u5f8b\u662f\u5bf9\u4e94\u5ea6\u76f8\u751f\u5f8b\u7684\u6539\u8fdb\uff0c\u5f15\u5165\u4e86\u534a\u97f3\u5212\u5206\u4ee5\u5b9e\u73b0\u66f4\u548c\u8c10\u7684\u97f3\u9636\u3002", "to": "\u4e94\u5ea6\u76f8\u751f\u5f8b", "width": 8.0}, {"created_at": 1752884154, "description": "\u5341\u4e8c\u5e73\u5747\u5f8b\u5c06\u516b\u5ea6\u5212\u5206\u4e3a12\u4e2a\u534a\u97f3\uff0c\u5f62\u6210\u7b49\u6bd4\u6570\u5217\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u5e73\u5747\u5f8b", "keywords": "interval division,music theory", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u5341\u4e8c\u5e73\u5747\u5f8b\u5c06\u516b\u5ea6\u5212\u5206\u4e3a12\u4e2a\u534a\u97f3\uff0c\u5f62\u6210\u7b49\u6bd4\u6570\u5217\u3002", "to": "\u534a\u97f3", "width": 9.0}, {"created_at": 1752884154, "description": "\u5341\u4e8c\u5e73\u5747\u5f8b\u662f\u73b0\u4ee3\u952e\u76d8\u4e50\u5668\u8c03\u97f3\u7684\u7406\u8bba\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u5e73\u5747\u5f8b", "keywords": "instrument design,music technology", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u5341\u4e8c\u5e73\u5747\u5f8b\u662f\u73b0\u4ee3\u952e\u76d8\u4e50\u5668\u8c03\u97f3\u7684\u7406\u8bba\u57fa\u7840\u3002", "to": "\u952e\u76d8\u4e50\u5668", "width": 9.0}, {"created_at": 1752884130, "description": "The Chinese pentatonic scale was generated through systematic application of these tuning methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u5206\u635f\u76ca\u6cd5", "keywords": "cultural music theory,scale formation", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "The Chinese pentatonic scale was generated through systematic application of these tuning methods.", "to": "\u4e94\u58f0\u97f3\u9636", "width": 8.0}, {"created_at": 1752884154, "description": "The tuning method was documented in this ancient Chinese text.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u5206\u635f\u76ca\u6cd5", "keywords": "cultural preservation,historical documentation", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "The tuning method was documented in this ancient Chinese text.", "to": "\u7ba1\u5b50", "width": 8.0}, {"created_at": 1752884154, "description": "The tuning method formed the basis for the \u0027\u4e94\u5ea6\u76f8\u751f\u5f8b\u0027 system in Chinese music.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u5206\u635f\u76ca\u6cd5", "keywords": "cultural adaptation,methodological derivation", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "The tuning method formed the basis for the \u0027\u4e94\u5ea6\u76f8\u751f\u5f8b\u0027 system in Chinese music.", "to": "\u4e94\u5ea6\u76f8\u751f\u5f8b", "width": 8.0}, {"created_at": 1752884130, "description": "These complementary Chinese tuning methods were alternately applied to generate pentatonic scales.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u5206\u635f\u4e00", "keywords": "complementary techniques,musical methodology", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "These complementary Chinese tuning methods were alternately applied to generate pentatonic scales.", "to": "\u4e09\u5206\u76ca\u4e00", "width": 8.0}, {"created_at": 1752884154, "description": "The tuning system was used to construct the traditional Chinese pentatonic scale.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e94\u58f0\u97f3\u9636", "keywords": "cultural practice,musical application", "source_id": "chunk-6919e0c9a75148e199557cc15db8406d", "title": "The tuning system was used to construct the traditional Chinese pentatonic scale.", "to": "\u4e94\u5ea6\u76f8\u751f\u5f8b", "width": 9.0}, {"created_at": 1752884130, "description": "Zhu\u0027s complementary works together established the theoretical framework for equal temperament.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e50\u5f8b\u5168\u4e66\u300b", "keywords": "acoustic mathematics,scholarly corpus", "source_id": "chunk-6deef743946d62c39bdfa573f520aa57", "title": "Zhu\u0027s complementary works together established the theoretical framework for equal temperament.", "to": "\u300a\u5f8b\u5415\u7cbe\u4e49\u300b", "width": 9.0}, {"created_at": 1752884170, "description": "\u674e\u7ea6\u745ftheorized that the\u6f0f\u58f6might have been introduced to China from Arabia, though this is debated due to the simplicity of its design.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "historical debate,technological diffusion", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u674e\u7ea6\u745ftheorized that the\u6f0f\u58f6might have been introduced to China from Arabia, though this is debated due to the simplicity of its design.", "to": "\u6f0f\u58f6", "width": 6.0}, {"created_at": 1752884173, "description": "\u674e\u7ea6\u745f\u79f0\u88f4\u79c0\u4e3a\u0027\u4e2d\u56fd\u79d1\u5b66\u5236\u56fe\u5b66\u4e4b\u7236\u0027\uff0c\u8ba4\u53ef\u4ed6\u5bf9\u5730\u56fe\u5b66\u7684\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "academic tribute,historical recognition", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u674e\u7ea6\u745f\u79f0\u88f4\u79c0\u4e3a\u0027\u4e2d\u56fd\u79d1\u5b66\u5236\u56fe\u5b66\u4e4b\u7236\u0027\uff0c\u8ba4\u53ef\u4ed6\u5bf9\u5730\u56fe\u5b66\u7684\u8d21\u732e\u3002", "to": "\u88f4\u79c0", "width": 8.0}, {"created_at": 1752884197, "description": "Joseph Needham authored Science and Civilisation in China.\u003cSEP\u003e\u674e\u7ea6\u745f\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "authorship,historical scholarship,\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Joseph Needham authored Science and Civilisation in China.\u003cSEP\u003e\u674e\u7ea6\u745f\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "to": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "width": 20.0}, {"created_at": 1752884202, "description": "\u674e\u7ea6\u745ftranslated\u7f57\u7d20\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "author-translator", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u674e\u7ea6\u745ftranslated\u7f57\u7d20\u0027s works.", "to": "\u7f57\u7d20", "width": 8.0}, {"created_at": 1752884203, "description": "\u674e\u7ea6\u745ftranslated \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "translator-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u674e\u7ea6\u745ftranslated \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027.", "to": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b", "width": 8.0}, {"created_at": 1752884207, "description": "\u674e\u7ea6\u745f\u0027s works were published by\u79d1\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "scholarly publication", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u674e\u7ea6\u745f\u0027s works were published by\u79d1\u5b66\u51fa\u7248\u793e.", "to": "\u79d1\u5b66\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752884208, "description": "\u674e\u7ea6\u745fauthored \u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u7ea6\u745f", "keywords": "historiographical work", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u674e\u7ea6\u745fauthored \u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b.", "to": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2", "width": 10.0}, {"created_at": 1752884130, "description": "\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u8fd9\u4e00\u6027\u8d28\u662f\u5206\u6570\u4e0e\u9664\u6cd5\u7b49\u4ef7\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9664\u6cd5", "keywords": "\u6570\u5b66\u63a8\u5bfc,\u8fd0\u7b97\u5173\u7cfb", "source_id": "chunk-2820dfe8496edbd1e66a24c26cdd1859", "title": "\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u8fd9\u4e00\u6027\u8d28\u662f\u5206\u6570\u4e0e\u9664\u6cd5\u7b49\u4ef7\u7684\u57fa\u7840\u3002", "to": "\u4e58\u6cd5\u9006\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752884131, "description": "\u53cd\u6620\u53e4\u5370\u5ea6\u6570\u5b66\u91cd\u89c6\u8ba1\u7b97\u7684\u7279\u70b9", "file_path": "ChuZhongShuXue.docx", "from": "\u5370\u5ea6", "keywords": "\u5b66\u79d1\u5b9a\u4f4d,\u6587\u5316\u8ba4\u77e5", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u53cd\u6620\u53e4\u5370\u5ea6\u6570\u5b66\u91cd\u89c6\u8ba1\u7b97\u7684\u7279\u70b9", "to": "ganata", "width": 7.0}, {"created_at": 1752884131, "description": "\u76ae\u4e9a\u8bfa\u5229\u7528\u6234\u5fb7\u91d1\u7684\u540e\u7ee7\u6570\u6982\u5ff5\u6784\u5efa\u4e86\u7b97\u672f\u516c\u7406\u4f53\u7cfb\uff0c\u5b9a\u4e49\u4e86\u81ea\u7136\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76ae\u4e9a\u8bfa", "keywords": "\u5b66\u672f\u4f20\u627f,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-f379ebb8f8dc44a54c681880caf478eb", "title": "\u76ae\u4e9a\u8bfa\u5229\u7528\u6234\u5fb7\u91d1\u7684\u540e\u7ee7\u6570\u6982\u5ff5\u6784\u5efa\u4e86\u7b97\u672f\u516c\u7406\u4f53\u7cfb\uff0c\u5b9a\u4e49\u4e86\u81ea\u7136\u6570\u3002", "to": "\u6234\u5fb7\u91d1", "width": 9.0}, {"created_at": 1752884136, "description": "Dedekind formulated the continuity axiom using concepts derived from geometric interpretations of absolute value.", "file_path": "ChuZhongShuXue.docx", "from": "\u6234\u5fb7\u91d1", "keywords": "axiom creation,theoretical development", "source_id": "chunk-10177ac2b1564cfa9472038f27fca84a", "title": "Dedekind formulated the continuity axiom using concepts derived from geometric interpretations of absolute value.", "to": "\u6234\u5fb7\u91d1\u8fde\u7eed\u6027\u516c\u7406", "width": 10.0}, {"created_at": 1752884159, "description": "Dedekind\u0027s \u0027cuts\u0027 provided a definition of real numbers ensuring continuity.", "file_path": "ChuZhongShuXue.docx", "from": "\u6234\u5fb7\u91d1", "keywords": "axiomatization,continuity", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Dedekind\u0027s \u0027cuts\u0027 provided a definition of real numbers ensuring continuity.", "to": "\u5b9e\u6570\u7406\u8bba", "width": 8.0}, {"created_at": 1752884159, "description": "Dedekind\u0027s cuts relied on limit concepts to define real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u6234\u5fb7\u91d1", "keywords": "continuity,foundational work", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Dedekind\u0027s cuts relied on limit concepts to define real numbers.", "to": "\u6781\u9650\u7406\u8bba", "width": 8.0}, {"created_at": 1752884180, "description": "\u6234\u5fb7\u91d1\u6784\u9020\u6027\u5730\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u8fde\u7eed\u6027\uff0c\u4e3a\u5b9e\u6570\u7406\u8bba\u63d0\u4f9b\u4e86\u4e25\u683c\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6234\u5fb7\u91d1", "keywords": "\u5b9e\u6570\u7406\u8bba,\u6570\u5b66\u8bc1\u660e", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u6234\u5fb7\u91d1\u6784\u9020\u6027\u5730\u8bc1\u660e\u4e86\u5b9e\u6570\u7684\u8fde\u7eed\u6027\uff0c\u4e3a\u5b9e\u6570\u7406\u8bba\u63d0\u4f9b\u4e86\u4e25\u683c\u57fa\u7840\u3002", "to": "\u5b9e\u6570\u8fde\u7eed\u6027", "width": 7.0}, {"created_at": 1752884199, "description": "Dedekind\u0027s work on the continuity axiom is foundational to the theory of real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u6234\u5fb7\u91d1", "keywords": "mathematical theory,number systems", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Dedekind\u0027s work on the continuity axiom is foundational to the theory of real numbers.", "to": "\u5b9e\u6570\u63a2\u539f", "width": 10.0}, {"created_at": 1752884134, "description": "\u97e6\u8fbe\u5f00\u521b\u4e86\u4ee3\u6570\u5b66\uff0c\u7b1b\u5361\u5c14\u6539\u8fdb\u4e86\u4ee3\u6570\u7b26\u53f7\u8868\u793a\u65b9\u6cd5\uff0c\u4e24\u4eba\u5bf9\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "\u4ee3\u6570\u7b26\u53f7,\u6570\u5b66\u53d1\u5c55", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u97e6\u8fbe\u5f00\u521b\u4e86\u4ee3\u6570\u5b66\uff0c\u7b1b\u5361\u5c14\u6539\u8fdb\u4e86\u4ee3\u6570\u7b26\u53f7\u8868\u793a\u65b9\u6cd5\uff0c\u4e24\u4eba\u5bf9\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "to": "\u97e6\u8fbe", "width": 8.0}, {"created_at": 1752884134, "description": "\u7b1b\u5361\u5c14\u6539\u8fdb\u7684\u4ee3\u6570\u7b26\u53f7\u8868\u793a\u65b9\u6cd5\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "\u5b66\u79d1\u8fdb\u6b65,\u7b26\u53f7\u6539\u826f", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u7b1b\u5361\u5c14\u6539\u8fdb\u7684\u4ee3\u6570\u7b26\u53f7\u8868\u793a\u65b9\u6cd5\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u53d1\u5c55\u3002", "to": "\u4ee3\u6570\u5b66", "width": 8.0}, {"created_at": 1752884139, "description": "Descartes reportedly noticed the relationship between vertices, edges, and faces of polyhedra, which was later formalized by Euler.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "historical observation,mathematical foundation", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "Descartes reportedly noticed the relationship between vertices, edges, and faces of polyhedra, which was later formalized by Euler.", "to": "\u6b27\u62c9\u516c\u5f0f", "width": 7.0}, {"created_at": 1752884174, "description": "Descartes invented the Cartesian coordinate system to unify algebra and geometry.\u003cSEP\u003e\u7b1b\u5361\u5c14\u53d1\u660e\u4e86\u76f4\u89d2\u5750\u6807\u7cfb\uff0c\u5c06\u51e0\u4f55\u4e0e\u4ee3\u6570\u7ed3\u5408\uff0c\u63a8\u52a8\u4e86\u6570\u5b66\u548c\u79d1\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "foundational invention,mathematical unification,\u6570\u5b66\u521b\u65b0,\u79d1\u5b66\u65b9\u6cd5", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes invented the Cartesian coordinate system to unify algebra and geometry.\u003cSEP\u003e\u7b1b\u5361\u5c14\u53d1\u660e\u4e86\u76f4\u89d2\u5750\u6807\u7cfb\uff0c\u5c06\u51e0\u4f55\u4e0e\u4ee3\u6570\u7ed3\u5408\uff0c\u63a8\u52a8\u4e86\u6570\u5b66\u548c\u79d1\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u76f4\u89d2\u5750\u6807\u7cfb", "width": 20.0}, {"created_at": 1752884174, "description": "\u7b1b\u5361\u5c14\u7684\u89e3\u6790\u51e0\u4f55\u601d\u60f3\u4e3a\u83b1\u5e03\u5c3c\u8328\u53d1\u660e\u5fae\u79ef\u5206\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "\u6570\u5b66\u5f71\u54cd,\u79d1\u5b66\u4f20\u627f", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u7b1b\u5361\u5c14\u7684\u89e3\u6790\u51e0\u4f55\u601d\u60f3\u4e3a\u83b1\u5e03\u5c3c\u8328\u53d1\u660e\u5fae\u79ef\u5206\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "to": "\u83b1\u5e03\u5c3c\u8328", "width": 7.0}, {"created_at": 1752884174, "description": "\u7b1b\u5361\u5c14\u548c\u57f9\u6839\u540c\u4e3a\u6587\u827a\u590d\u5174\u65f6\u671f\u7684\u54f2\u5b66\u5bb6\uff0c\u5206\u522b\u5021\u5bfc\u6f14\u7ece\u548c\u5f52\u7eb3\u65b9\u6cd5\uff0c\u5bf9\u79d1\u5b66\u65b9\u6cd5\u8bba\u5f71\u54cd\u6df1\u8fdc\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "\u54f2\u5b66\u601d\u60f3,\u79d1\u5b66\u65b9\u6cd5", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u7b1b\u5361\u5c14\u548c\u57f9\u6839\u540c\u4e3a\u6587\u827a\u590d\u5174\u65f6\u671f\u7684\u54f2\u5b66\u5bb6\uff0c\u5206\u522b\u5021\u5bfc\u6f14\u7ece\u548c\u5f52\u7eb3\u65b9\u6cd5\uff0c\u5bf9\u79d1\u5b66\u65b9\u6cd5\u8bba\u5f71\u54cd\u6df1\u8fdc\u3002", "to": "\u57f9\u6839", "width": 9.0}, {"created_at": 1752884174, "description": "\u6587\u827a\u590d\u5174\u7684\u4eba\u6587\u4e3b\u4e49\u548c\u7406\u6027\u7cbe\u795e\u4e3a\u7b1b\u5361\u5c14\u7684\u601d\u60f3\u63d0\u4f9b\u4e86\u6587\u5316\u80cc\u666f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "\u54f2\u5b66\u53d1\u5c55,\u6587\u5316\u8fd0\u52a8", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u6587\u827a\u590d\u5174\u7684\u4eba\u6587\u4e3b\u4e49\u548c\u7406\u6027\u7cbe\u795e\u4e3a\u7b1b\u5361\u5c14\u7684\u601d\u60f3\u63d0\u4f9b\u4e86\u6587\u5316\u80cc\u666f\u3002", "to": "\u6587\u827a\u590d\u5174", "width": 8.0}, {"created_at": 1752884174, "description": "Descartes authored \u0027Discourse on the Method,\u0027 which includes his philosophical and mathematical ideas.\u003cSEP\u003e\u7b1b\u5361\u5c14\u5728\u300a\u65b9\u6cd5\u8bba\u300b\u4e2d\u9610\u8ff0\u4e86\u4ed6\u5bf9\u6570\u5b66\u548c\u79d1\u5b66\u65b9\u6cd5\u7684\u601d\u8003\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "authorship,philosophical foundation,\u54f2\u5b66\u8457\u4f5c,\u79d1\u5b66\u601d\u60f3", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes authored \u0027Discourse on the Method,\u0027 which includes his philosophical and mathematical ideas.\u003cSEP\u003e\u7b1b\u5361\u5c14\u5728\u300a\u65b9\u6cd5\u8bba\u300b\u4e2d\u9610\u8ff0\u4e86\u4ed6\u5bf9\u6570\u5b66\u548c\u79d1\u5b66\u65b9\u6cd5\u7684\u601d\u8003\u3002", "to": "\u300a\u65b9\u6cd5\u8bba\u300b", "width": 18.0}, {"created_at": 1752884175, "description": "Descartes is credited with the invention of analytic geometry, combining algebra and geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "foundational work,mathematical innovation", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes is credited with the invention of analytic geometry, combining algebra and geometry.", "to": "\u89e3\u6790\u51e0\u4f55", "width": 10.0}, {"created_at": 1752884175, "description": "Descartes invented the Cartesian coordinate system to solve geometric problems algebraically.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "mathematical tool,problem-solving", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes invented the Cartesian coordinate system to solve geometric problems algebraically.", "to": "\u5750\u6807\u7cfb", "width": 10.0}, {"created_at": 1752884175, "description": "The Pappus problem inspired Descartes to develop his coordinate system and analytic geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "inspiration,mathematical breakthrough", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "The Pappus problem inspired Descartes to develop his coordinate system and analytic geometry.", "to": "\u5e15\u6ce2\u65af\u95ee\u9898", "width": 8.0}, {"created_at": 1752884175, "description": "Pappus\u0027 problem inspired Descartes to develop his coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "historical influence,mathematical inspiration", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Pappus\u0027 problem inspired Descartes to develop his coordinate system.", "to": "\u5e15\u6ce2\u65af", "width": 8.0}, {"created_at": 1752884175, "description": "Descartes\u0027 work foreshadowed the modern mathematical concept of field extensions.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "conceptual foresight,mathematical evolution", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Descartes\u0027 work foreshadowed the modern mathematical concept of field extensions.", "to": "\u6570\u57df\u6269\u5f20", "width": 7.0}, {"created_at": 1752884205, "description": "\u8881\u5411\u4e1ctranslated\u7b1b\u5361\u5c14\u0027s work into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "academic work,translation", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u8881\u5411\u4e1ctranslated\u7b1b\u5361\u5c14\u0027s work into Chinese.", "to": "\u8881\u5411\u4e1c", "width": 8.0}, {"created_at": 1752884206, "description": "Descartes authored this work on geometry.\u003cSEP\u003eThis Chinese translation is based on Descartes\u0027 original work.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "academic work,authorship,mathematics,translation", "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Descartes authored this work on geometry.\u003cSEP\u003eThis Chinese translation is based on Descartes\u0027 original work.", "to": "\u300a\u7b1b\u5361\u5c14\u51e0\u4f55\u300b", "width": 19.0}, {"created_at": 1752884208, "description": "\u7b1b\u5361\u5c14authored\u8c08\u8c08\u65b9\u6cd5(Discourse on the Method).", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "philosophical work", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u7b1b\u5361\u5c14authored\u8c08\u8c08\u65b9\u6cd5(Discourse on the Method).", "to": "\u8c08\u8c08\u65b9\u6cd5", "width": 9.0}, {"created_at": 1752884208, "description": "\u738b\u592a\u5e86translated Descartes\u0027 work into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "philosophical translation", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u738b\u592a\u5e86translated Descartes\u0027 work into Chinese.", "to": "\u738b\u592a\u5e86", "width": 8.0}, {"created_at": 1752884209, "description": "Descartes authored this philosophical work.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b1b\u5361\u5c14", "keywords": "authorship,philosophy", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Descartes authored this philosophical work.", "to": "\u300a\u8c08\u8c08\u65b9\u6cd5\u300b(\u300a\u65b9\u6cd5\u8bba\u300b)", "width": 10.0}, {"created_at": 1752884131, "description": "Ganata reflects the computational focus in ancient China, which prioritized practical calculation methods over abstract reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "Ganata", "keywords": "computation focus,mathematical tradition", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ganata reflects the computational focus in ancient China, which prioritized practical calculation methods over abstract reasoning.", "to": "Ancient China", "width": 8.0}, {"created_at": 1752884131, "description": "Ganata also represents the computational emphasis in ancient India, where similar calculation techniques were developed.", "file_path": "ChuZhongShuXue.docx", "from": "Ganata", "keywords": "cultural parallel,mathematical methods", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ganata also represents the computational emphasis in ancient India, where similar calculation techniques were developed.", "to": "Ancient India", "width": 8.0}, {"created_at": 1752884131, "description": "Ancient China developed multiplication tables as part of its computational approach to mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Ancient China", "keywords": "cultural heritage,mathematical innovation", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ancient China developed multiplication tables as part of its computational approach to mathematics.", "to": "Multiplication Tables", "width": 9.0}, {"created_at": 1752884131, "description": "Ancient India independently created multiplication tables as part of its mathematical tradition.", "file_path": "ChuZhongShuXue.docx", "from": "Ancient India", "keywords": "computational methods,parallel development", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Ancient India independently created multiplication tables as part of its mathematical tradition.", "to": "Multiplication Tables", "width": 9.0}, {"created_at": 1752884131, "description": "The 2022 curriculum standards introduce algebraic proof as a new focus in mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "Compulsory Education Mathematics Curriculum Standards (2022 Edition)", "keywords": "educational reform,mathematical rigor", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The 2022 curriculum standards introduce algebraic proof as a new focus in mathematics education.", "to": "Algebraic Proof", "width": 9.0}, {"created_at": 1752884131, "description": "The curriculum standards draw on axioms from Euclid\u0027s Elements to frame algebraic proofs.", "file_path": "ChuZhongShuXue.docx", "from": "Compulsory Education Mathematics Curriculum Standards (2022 Edition)", "keywords": "foundational axioms,historical influence", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The curriculum standards draw on axioms from Euclid\u0027s Elements to frame algebraic proofs.", "to": "Euclid\u0027s Elements", "width": 7.0}, {"created_at": 1752884132, "description": "The 2022 curriculum standards emphasize the development of core mathematical competencies as key educational goals.", "file_path": "ChuZhongShuXue.docx", "from": "Compulsory Education Mathematics Curriculum Standards (2022 Edition)", "keywords": "educational objectives,skill cultivation", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The 2022 curriculum standards emphasize the development of core mathematical competencies as key educational goals.", "to": "Core Mathematical Competencies", "width": 10.0}, {"created_at": 1752884132, "description": "The axioms from Euclid\u0027s Elements serve as foundational principles for modern algebraic proof techniques.", "file_path": "ChuZhongShuXue.docx", "from": "Euclid\u0027s Elements", "keywords": "historical basis,logical foundation", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The axioms from Euclid\u0027s Elements serve as foundational principles for modern algebraic proof techniques.", "to": "Algebraic Proof", "width": 8.0}, {"created_at": 1752884131, "description": "Rational number operations in junior high mathematics now include proofs using algebraic methods, as per the new standards.", "file_path": "ChuZhongShuXue.docx", "from": "Rational Number Operations", "keywords": "curriculum integration,logical reasoning", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Rational number operations in junior high mathematics now include proofs using algebraic methods, as per the new standards.", "to": "Algebraic Proof", "width": 9.0}, {"created_at": 1752884131, "description": "Negative numbers are central to understanding and performing operations with rational numbers in junior high mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Rational Number Operations", "keywords": "arithmetic foundation,number system", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Negative numbers are central to understanding and performing operations with rational numbers in junior high mathematics.", "to": "Negative Numbers", "width": 10.0}, {"created_at": 1752884131, "description": "The four basic operations are extended and formalized in the study of rational number operations.", "file_path": "ChuZhongShuXue.docx", "from": "Rational Number Operations", "keywords": "mathematical operations,skill development", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "The four basic operations are extended and formalized in the study of rational number operations.", "to": "Four Basic Operations", "width": 8.0}, {"created_at": 1752884132, "description": "Rational number operations form a fundamental component of the junior high mathematics curriculum.", "file_path": "ChuZhongShuXue.docx", "from": "Rational Number Operations", "keywords": "curriculum content,mathematical foundation", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Rational number operations form a fundamental component of the junior high mathematics curriculum.", "to": "Junior High Mathematics", "width": 9.0}, {"created_at": 1752884131, "description": "Algebraic expressions provide the formal language needed for constructing algebraic proofs in modern mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "Algebraic Proof", "keywords": "logical structure,mathematical language", "source_id": "chunk-ed3447a78cdee968c94e4814ef143961", "title": "Algebraic expressions provide the formal language needed for constructing algebraic proofs in modern mathematics education.", "to": "Algebraic Expression", "width": 9.0}, {"created_at": 1752884132, "description": "Inductive reasoning helps derive general algebraic patterns, such as the difference of squares, from specific cases.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u65b9\u5dee\u516c\u5f0f", "keywords": "generalization,pattern recognition", "source_id": "chunk-0e47637ef5cc5c08729008ec09e12dd7", "title": "Inductive reasoning helps derive general algebraic patterns, such as the difference of squares, from specific cases.", "to": "\u5f52\u7eb3", "width": 6.0}, {"created_at": 1752884132, "description": "The square difference formula is derived using inductive reasoning and verified using mathematical induction.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u65b9\u5dee\u516c\u5f0f", "keywords": "mathematical derivation,proof technique", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "The square difference formula is derived using inductive reasoning and verified using mathematical induction.", "to": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "width": 8.0}, {"created_at": 1752884132, "description": "The square difference formula is initially discovered through inductive reasoning from numerical patterns.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u65b9\u5dee\u516c\u5f0f", "keywords": "mathematical discovery,reasoning", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "The square difference formula is initially discovered through inductive reasoning from numerical patterns.", "to": "\u5f52\u7eb3\u65b9\u6cd5", "width": 9.0}, {"created_at": 1752884132, "description": "The formula for the sum of the first n natural numbers is historically associated with Gauss.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570\u524dn\u9879\u548c\u516c\u5f0f", "keywords": "historical association,mathematical discovery", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "The formula for the sum of the first n natural numbers is historically associated with Gauss.", "to": "\u9ad8\u65af", "width": 7.0}, {"created_at": 1752884132, "description": "Hua Luogeng is also associated with the sum of the first n natural numbers, similar to Gauss.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570\u524dn\u9879\u548c\u516c\u5f0f", "keywords": "cultural context,mathematical legacy", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Hua Luogeng is also associated with the sum of the first n natural numbers, similar to Gauss.", "to": "\u534e\u7f57\u5e9a", "width": 6.0}, {"created_at": 1752884132, "description": "Mathematical induction is used to prove the validity of the sum formula for all natural numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570\u524dn\u9879\u548c\u516c\u5f0f", "keywords": "formula validation,proof technique", "source_id": "chunk-f1e81718ff3ad9793c932f0681b6cfda", "title": "Mathematical induction is used to prove the validity of the sum formula for all natural numbers.", "to": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "width": 8.0}, {"created_at": 1752884141, "description": "\u9ad8\u65af\u652f\u6301\u7814\u7a76\u4f4d\u7f6e\u51e0\u4f55\u5b66\uff0c\u5176\u5b66\u751f\u674e\u65af\u5ef7\u8fdb\u4e00\u6b65\u53d1\u5c55\u5e76\u547d\u540d\u4e86\u62d3\u6251\u5b66\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "academic mentorship,discipline formation", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u9ad8\u65af\u652f\u6301\u7814\u7a76\u4f4d\u7f6e\u51e0\u4f55\u5b66\uff0c\u5176\u5b66\u751f\u674e\u65af\u5ef7\u8fdb\u4e00\u6b65\u53d1\u5c55\u5e76\u547d\u540d\u4e86\u62d3\u6251\u5b66\u3002", "to": "\u674e\u65af\u5ef7", "width": 8.0}, {"created_at": 1752884141, "description": "Gauss was a foundational figure at the University of G\u00f6ttingen, setting the stage for later mathematicians like Hilbert.\u003cSEP\u003e\u9ad8\u65af\u4f5c\u4e3a\u54e5\u5ef7\u6839\u5927\u5b66\u6559\u6388\uff0c\u5728\u8be5\u6821\u57f9\u517b\u4e86\u4e00\u6279\u6570\u5b66\u4eba\u624d\u5e76\u63a8\u52a8\u62d3\u6251\u5b66\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "academic leadership,academic lineage,institutional influence", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41\u003cSEP\u003echunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "Gauss was a foundational figure at the University of G\u00f6ttingen, setting the stage for later mathematicians like Hilbert.\u003cSEP\u003e\u9ad8\u65af\u4f5c\u4e3a\u54e5\u5ef7\u6839\u5927\u5b66\u6559\u6388\uff0c\u5728\u8be5\u6821\u57f9\u517b\u4e86\u4e00\u6279\u6570\u5b66\u4eba\u624d\u5e76\u63a8\u52a8\u62d3\u6251\u5b66\u7814\u7a76\u3002", "to": "\u54e5\u5ef7\u6839\u5927\u5b66", "width": 15.0}, {"created_at": 1752884155, "description": "\u9ad8\u65af\u63d0\u51fa\u4e86\u7d20\u6570\u5206\u5e03\u731c\u60f3\uff0c\u5373\u7d20\u6570\u5b9a\u7406\u7684\u96cf\u5f62\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "hypothesis,mathematical theory", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ad8\u65af\u63d0\u51fa\u4e86\u7d20\u6570\u5206\u5e03\u731c\u60f3\uff0c\u5373\u7d20\u6570\u5b9a\u7406\u7684\u96cf\u5f62\u3002", "to": "\u7d20\u6570\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884155, "description": "\u9ad8\u65af\u63a8\u5bfc\u51fa\u6b63\u6001\u5206\u5e03\u51fd\u6570\uff0c\u4f53\u73b0\u5176\u5bf9\u968f\u673a\u73b0\u8c61\u89c4\u5f8b\u7684\u6df1\u523b\u7406\u89e3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "mathematical modeling,probability theory", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ad8\u65af\u63a8\u5bfc\u51fa\u6b63\u6001\u5206\u5e03\u51fd\u6570\uff0c\u4f53\u73b0\u5176\u5bf9\u968f\u673a\u73b0\u8c61\u89c4\u5f8b\u7684\u6df1\u523b\u7406\u89e3\u3002", "to": "\u6b63\u6001\u5206\u5e03\u51fd\u6570", "width": 9.0}, {"created_at": 1752884155, "description": "\u9ad8\u65af\u5728\u7ed9\u6069\u514b\u7684\u4fe1\u4e2d\u9996\u6b21\u6b63\u5f0f\u8868\u8ff0\u7d20\u6570\u5b9a\u7406\u731c\u60f3\uff0c\u4f53\u73b0\u5b66\u672f\u4ea4\u6d41\u7684\u91cd\u8981\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "academic correspondence,hypothesis sharing", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ad8\u65af\u5728\u7ed9\u6069\u514b\u7684\u4fe1\u4e2d\u9996\u6b21\u6b63\u5f0f\u8868\u8ff0\u7d20\u6570\u5b9a\u7406\u731c\u60f3\uff0c\u4f53\u73b0\u5b66\u672f\u4ea4\u6d41\u7684\u91cd\u8981\u6027\u3002", "to": "\u6069\u514b", "width": 7.0}, {"created_at": 1752884174, "description": "\u9ad8\u65af\u7528\u5fae\u5206\u65b9\u6cd5\u7814\u7a76\u66f2\u9762\u5f2f\u66f2\u7a0b\u5ea6\uff0c\u5960\u5b9a\u4e86\u5fae\u5206\u51e0\u4f55\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "curvature analysis,mathematical foundation", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u9ad8\u65af\u7528\u5fae\u5206\u65b9\u6cd5\u7814\u7a76\u66f2\u9762\u5f2f\u66f2\u7a0b\u5ea6\uff0c\u5960\u5b9a\u4e86\u5fae\u5206\u51e0\u4f55\u7684\u57fa\u7840\u3002", "to": "\u5fae\u5206\u51e0\u4f55", "width": 10.0}, {"created_at": 1752884174, "description": "\u535a\u5185\u63a8\u5e7f\u4e86\u9ad8\u65af\u5173\u4e8e\u66f2\u9762\u548c\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u7684\u5de5\u4f5c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "geometric theory,mathematical extension", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u535a\u5185\u63a8\u5e7f\u4e86\u9ad8\u65af\u5173\u4e8e\u66f2\u9762\u548c\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u7684\u5de5\u4f5c\u3002", "to": "\u535a\u5185", "width": 8.0}, {"created_at": 1752884177, "description": "Both were influential mathematicians at G\u00f6ttingen University, with Riemann expanding on Gauss\u0027s differential geometry work.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u65af", "keywords": "academic lineage,mathematical innovation", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Both were influential mathematicians at G\u00f6ttingen University, with Riemann expanding on Gauss\u0027s differential geometry work.", "to": "\u9ece\u66fc", "width": 7.0}, {"created_at": 1752884153, "description": "Axiom 9 justifies the recursive definition process that makes mathematical induction valid.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "proof validation,recursive justification", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Axiom 9 justifies the recursive definition process that makes mathematical induction valid.", "to": "\u516c\u74069", "width": 8.0}, {"created_at": 1752884182, "description": "Mathematical induction proves that W~k~ represents the maximal set of numbers obtainable through k steps of compass and straightedge constructions.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "constructible numbers,proof technique", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "Mathematical induction proves that W~k~ represents the maximal set of numbers obtainable through k steps of compass and straightedge constructions.", "to": "W~k~", "width": 9.0}, {"created_at": 1752884133, "description": "The chicken-rabbit problem can be solved using a linear equation with one unknown variable.", "file_path": "ChuZhongShuXue.docx", "from": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "keywords": "mathematical modeling,problem-solving", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "The chicken-rabbit problem can be solved using a linear equation with one unknown variable.", "to": "\u4e00\u5143\u4e00\u6b21\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752884133, "description": "The chicken-rabbit problem can also be solved using a system of two linear equations with two unknown variables.", "file_path": "ChuZhongShuXue.docx", "from": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "keywords": "alternative method,mathematical modeling", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "The chicken-rabbit problem can also be solved using a system of two linear equations with two unknown variables.", "to": "\u4e8c\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "width": 7.0}, {"created_at": 1752884133, "description": "Both are classic problem types that can be solved using similar equation-based approaches.", "file_path": "ChuZhongShuXue.docx", "from": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "keywords": "problem categorization,solution transfer", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Both are classic problem types that can be solved using similar equation-based approaches.", "to": "\u884c\u7a0b\u95ee\u9898", "width": 7.0}, {"created_at": 1752884133, "description": "Solving a linear equation with one unknown often involves simplifying the problem into basic arithmetic operations, demonstrating the method of reduction.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e00\u6b21\u65b9\u7a0b", "keywords": "mathematical method,problem simplification", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Solving a linear equation with one unknown often involves simplifying the problem into basic arithmetic operations, demonstrating the method of reduction.", "to": "\u5316\u5f52", "width": 9.0}, {"created_at": 1752884133, "description": "Systems of equations are solved by reducing them to single linear equations.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u5143\u4e00\u6b21\u65b9\u7a0b", "keywords": "problem decomposition,solution strategy", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Systems of equations are solved by reducing them to single linear equations.", "to": "\u4e8c\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "width": 9.0}, {"created_at": 1752884133, "description": "Solving a system of two linear equations can be reduced to solving a single linear equation, illustrating the reduction method.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "keywords": "mathematical method,problem simplification", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Solving a system of two linear equations can be reduced to solving a single linear equation, illustrating the reduction method.", "to": "\u5316\u5f52", "width": 9.0}, {"created_at": 1752884133, "description": "Middle school math teachers emphasize the reduction method to help students simplify complex problems into manageable parts.", "file_path": "ChuZhongShuXue.docx", "from": "\u5316\u5f52", "keywords": "problem-solving,teaching method", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Middle school math teachers emphasize the reduction method to help students simplify complex problems into manageable parts.", "to": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "width": 8.0}, {"created_at": 1752884133, "description": "Teachers help students recognize abstract patterns in mathematical problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "keywords": "conceptual understanding,pedagogical approach", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Teachers help students recognize abstract patterns in mathematical problems.", "to": "\u6a21\u5f0f", "width": 7.0}, {"created_at": 1752884138, "description": "\u6559\u5e08\u9700\u8bbe\u8ba1\u57fa\u4e8e\u5b58\u5728\u6027\u7684\u6559\u5b66\u65b9\u6848\uff0c\u63a8\u52a8\u6570\u5b66\u6559\u80b2\u903b\u8f91\u4e25\u8c28\u6027\u63d0\u5347\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "keywords": "\u6559\u5b66\u521b\u65b0,\u6559\u80b2\u6539\u9769", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u6559\u5e08\u9700\u8bbe\u8ba1\u57fa\u4e8e\u5b58\u5728\u6027\u7684\u6559\u5b66\u65b9\u6848\uff0c\u63a8\u52a8\u6570\u5b66\u6559\u80b2\u903b\u8f91\u4e25\u8c28\u6027\u63d0\u5347\u3002", "to": "\u5b58\u5728\u6027\u6559\u5b66\u65b9\u6cd5", "width": 7.0}, {"created_at": 1752884139, "description": "Teachers are key implementers of methodological innovations in math education.", "file_path": "ChuZhongShuXue.docx", "from": "\u521d\u4e2d\u6570\u5b66\u6559\u5e08", "keywords": "reform implementation", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Teachers are key implementers of methodological innovations in math education.", "to": "\u57fa\u7840\u6559\u80b2\u521b\u65b0", "width": 8.0}, {"created_at": 1752884133, "description": "The two cars travel between locations A and B, and their movements are used to formulate equations based on distance and speed.", "file_path": "ChuZhongShuXue.docx", "from": "\u7532\u3001\u4e59\u4e24\u8f86\u6c7d\u8f66", "keywords": "distance problem,real-world application", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "The two cars travel between locations A and B, and their movements are used to formulate equations based on distance and speed.", "to": "A\u3001B\u4e24\u5730", "width": 7.0}, {"created_at": 1752884133, "description": "Undetermined coefficients must satisfy the constraints given by boundary conditions.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fb9\u754c\u6761\u4ef6", "keywords": "parameter constraints,problem validity", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "Undetermined coefficients must satisfy the constraints given by boundary conditions.", "to": "\u5f85\u5b9a\u7cfb\u6570", "width": 8.0}, {"created_at": 1752884133, "description": "The concept of mathematical patterns is further discussed in topic 29.", "file_path": "ChuZhongShuXue.docx", "from": "\u6a21\u5f0f", "keywords": "conceptual expansion,reference material", "source_id": "chunk-1ea9636f6fb64b0198c39b6185e32379", "title": "The concept of mathematical patterns is further discussed in topic 29.", "to": "\u8bdd\u989829", "width": 6.0}, {"created_at": 1752884133, "description": "\u5218\u5fbd\u6ce8\u91ca\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u5de5\u4f5c\u6bd4\u97e6\u8fbe\u7684\u7814\u7a76\u65e9\u4e86\u4e00\u5343\u591a\u5e74\uff0c\u5c55\u793a\u4e86\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u5148\u8fdb\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5218\u5fbd", "keywords": "\u5386\u53f2\u6bd4\u8f83,\u6570\u5b66\u53d1\u5c55", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u5218\u5fbd\u6ce8\u91ca\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u5de5\u4f5c\u6bd4\u97e6\u8fbe\u7684\u7814\u7a76\u65e9\u4e86\u4e00\u5343\u591a\u5e74\uff0c\u5c55\u793a\u4e86\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u5148\u8fdb\u6027\u3002", "to": "\u97e6\u8fbe", "width": 8.0}, {"created_at": 1752884196, "description": "Liu Hui and Li Chunfeng are both renowned mathematicians who contributed to the annotation and preservation of classical Chinese mathematical texts.", "file_path": "ChuZhongShuXue.docx", "from": "\u5218\u5fbd", "keywords": "collaboration,mathematics", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Liu Hui and Li Chunfeng are both renowned mathematicians who contributed to the annotation and preservation of classical Chinese mathematical texts.", "to": "\u674e\u6df3\u98ce", "width": 7.0}, {"created_at": 1752884196, "description": "Liu Hui was from Linzi, Shandong.\u003cSEP\u003eLiu Hui was from Shandong Linzi, his hometown.", "file_path": "ChuZhongShuXue.docx", "from": "\u5218\u5fbd", "keywords": "biography,hometown,origin", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Liu Hui was from Linzi, Shandong.\u003cSEP\u003eLiu Hui was from Shandong Linzi, his hometown.", "to": "\u5c71\u4e1c\u4e34\u6dc4", "width": 14.0}, {"created_at": 1752884134, "description": "Diophantus\u0027 use of letters for unknowns preceded Vi\u00e8te, but Vi\u00e8te advanced algebra by systematizing abstract symbolic representation.", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe", "keywords": "historical progression,mathematical abstraction", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Diophantus\u0027 use of letters for unknowns preceded Vi\u00e8te, but Vi\u00e8te advanced algebra by systematizing abstract symbolic representation.", "to": "\u4e22\u756a\u56fe", "width": 7.0}, {"created_at": 1752884134, "description": "\u97e6\u8fbe\u5212\u5206\u4e86\u7b97\u672f\u4e0e\u4ee3\u6570\u7684\u754c\u9650\uff0c\u5f00\u521b\u4e86\u4ee3\u6570\u5b66\u8fd9\u4e00\u91cd\u8981\u6570\u5b66\u5206\u652f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u8fbe", "keywords": "\u5b66\u79d1\u5f00\u521b,\u6570\u5b66\u5206\u7c7b", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u97e6\u8fbe\u5212\u5206\u4e86\u7b97\u672f\u4e0e\u4ee3\u6570\u7684\u754c\u9650\uff0c\u5f00\u521b\u4e86\u4ee3\u6570\u5b66\u8fd9\u4e00\u91cd\u8981\u6570\u5b66\u5206\u652f\u3002", "to": "\u4ee3\u6570\u5b66", "width": 9.0}, {"created_at": 1752884133, "description": "\u7532and\u4e59are both drivers in the same mathematical problem, traveling between points A and B at constant speeds.\u003cSEP\u003e\u7532and\u4e59work together on a project, demonstrating parallel work rates and harmonic mean.", "file_path": "ChuZhongShuXue.docx", "from": "\u7532", "keywords": "collaboration,mathematical problem,travel comparison,work rates", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e\u003cSEP\u003echunk-bc737ed018919d513c346a3c74b449aa", "title": "\u7532and\u4e59are both drivers in the same mathematical problem, traveling between points A and B at constant speeds.\u003cSEP\u003e\u7532and\u4e59work together on a project, demonstrating parallel work rates and harmonic mean.", "to": "\u4e59", "width": 15.0}, {"created_at": 1752884133, "description": "\u7532travels from point A in the mathematical problem.", "file_path": "ChuZhongShuXue.docx", "from": "\u7532", "keywords": "journey,starting point", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u7532travels from point A in the mathematical problem.", "to": "A", "width": 6.0}, {"created_at": 1752884133, "description": "\u4e59travels to point B in the mathematical problem.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e59", "keywords": "destination,journey", "source_id": "chunk-bc737ed018919d513c346a3c74b449aa", "title": "\u4e59travels to point B in the mathematical problem.", "to": "B", "width": 6.0}, {"created_at": 1752884134, "description": "The lack of mathematical abstraction in ancient Chinese mathematics is contrasted with modern emphasis on this concept.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "conceptual development,historical contrast", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "The lack of mathematical abstraction in ancient Chinese mathematics is contrasted with modern emphasis on this concept.", "to": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66", "width": 7.0}, {"created_at": 1752884152, "description": "\u516c\u7406\u5316\u65b9\u6cd5\u662f\u6570\u5b66\u9ad8\u7ea7\u62bd\u8c61\u7684\u4e3b\u8981\u5b9e\u73b0\u624b\u6bb5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "\u62bd\u8c61\u65b9\u6cd5,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u516c\u7406\u5316\u65b9\u6cd5\u662f\u6570\u5b66\u9ad8\u7ea7\u62bd\u8c61\u7684\u4e3b\u8981\u5b9e\u73b0\u624b\u6bb5\u3002", "to": "\u516c\u7406\u5316\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752884134, "description": "Diophantus authored \u0027Arithmetica\u0027 which contained early algebraic concepts though lacking full abstraction.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e22\u756a\u56fe", "keywords": "historical work,mathematical foundation", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Diophantus authored \u0027Arithmetica\u0027 which contained early algebraic concepts though lacking full abstraction.", "to": "\u300a\u7b97\u672f\u300b", "width": 7.0}, {"created_at": 1752884134, "description": "Computational ability supports the development of mathematical modeling skills in the reformed curriculum.", "file_path": "ChuZhongShuXue.docx", "from": "\u8ba1\u7b97\u80fd\u529b", "keywords": "educational objectives,skill integration", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Computational ability supports the development of mathematical modeling skills in the reformed curriculum.", "to": "\u6570\u5b66\u5efa\u6a21", "width": 7.0}, {"created_at": 1752884134, "description": "Reasoning ability is fundamental to developing mathematical thinking as emphasized in the curriculum standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u63a8\u7406\u80fd\u529b", "keywords": "cognitive skills,educational focus", "source_id": "chunk-683c16577a28a4b7a2506b946403f52e", "title": "Reasoning ability is fundamental to developing mathematical thinking as emphasized in the curriculum standards.", "to": "\u6570\u5b66\u601d\u7ef4", "width": 8.0}, {"created_at": 1752884139, "description": "Euler clearly articulated and applied the formula that now bears his name, proving its validity for convex polyhedra.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "geometric invariant,mathematical proof", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "Euler clearly articulated and applied the formula that now bears his name, proving its validity for convex polyhedra.", "to": "\u6b27\u62c9\u516c\u5f0f", "width": 10.0}, {"created_at": 1752884139, "description": "Euler formalized the Euler characteristic (L(G)=2) as a fundamental invariant for convex polyhedra.\u003cSEP\u003e\u6b27\u62c9\u63d0\u51fa\u7684\u793a\u6027\u6570\u7528\u4e8e\u5ea6\u91cf\u7f51\u7edc\u7ed3\u6784\uff0c\u662f\u56fe\u8bba\u4e2d\u7684\u91cd\u8981\u6307\u6807\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "mathematical formalization,topological invariant,\u6570\u5b66\u5ea6\u91cf,\u7406\u8bba\u8d21\u732e", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5\u003cSEP\u003echunk-b979930d4003be29c720b25f01498e92", "title": "Euler formalized the Euler characteristic (L(G)=2) as a fundamental invariant for convex polyhedra.\u003cSEP\u003e\u6b27\u62c9\u63d0\u51fa\u7684\u793a\u6027\u6570\u7528\u4e8e\u5ea6\u91cf\u7f51\u7edc\u7ed3\u6784\uff0c\u662f\u56fe\u8bba\u4e2d\u7684\u91cd\u8981\u6307\u6807\u3002", "to": "\u6b27\u62c9\u793a\u6027\u6570", "width": 17.0}, {"created_at": 1752884140, "description": "Euler\u0027s bridge problem solution laid groundwork for topological transformation concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "conceptual derivation,mathematical foundation", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Euler\u0027s bridge problem solution laid groundwork for topological transformation concepts.", "to": "\u62d3\u6251\u53d8\u6362", "width": 8.0}, {"created_at": 1752884141, "description": "\u6b27\u62c9\u901a\u8fc7\u51e0\u4f55\u76f4\u89c2\u5c06\u590d\u6742\u7684\u6865\u95ee\u9898\u62bd\u8c61\u4e3a\u70b9\u548c\u7ebf\u7684\u5173\u7cfb\uff0c\u63ed\u793a\u4e86\u6570\u5b66\u95ee\u9898\u7684\u672c\u8d28\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "abstraction,mathematical insight", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u6b27\u62c9\u901a\u8fc7\u51e0\u4f55\u76f4\u89c2\u5c06\u590d\u6742\u7684\u6865\u95ee\u9898\u62bd\u8c61\u4e3a\u70b9\u548c\u7ebf\u7684\u5173\u7cfb\uff0c\u63ed\u793a\u4e86\u6570\u5b66\u95ee\u9898\u7684\u672c\u8d28\u3002", "to": "\u51e0\u4f55\u76f4\u89c2", "width": 9.0}, {"created_at": 1752884141, "description": "\u6b27\u62c9\u901a\u8fc7\u8fd9\u7bc7\u8bba\u6587\u7cfb\u7edf\u9610\u8ff0\u4e86\u5bf9\u4e03\u6865\u95ee\u9898\u7684\u89e3\u6cd5\uff0c\u5960\u5b9a\u4e86\u5176\u6570\u5b66\u5730\u4f4d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "academic contribution,problem formalization", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u6b27\u62c9\u901a\u8fc7\u8fd9\u7bc7\u8bba\u6587\u7cfb\u7edf\u9610\u8ff0\u4e86\u5bf9\u4e03\u6865\u95ee\u9898\u7684\u89e3\u6cd5\uff0c\u5960\u5b9a\u4e86\u5176\u6570\u5b66\u5730\u4f4d\u3002", "to": "\u300a\u54e5\u5c3c\u65af\u5821\u7684\u4e03\u5ea7\u6865\u300b", "width": 10.0}, {"created_at": 1752884141, "description": "\u6b27\u62c9\u901a\u8fc7\u5206\u6790\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898\uff0c\u5960\u5b9a\u4e86\u56fe\u8bba\u7684\u57fa\u7840\u5e76\u63d0\u51fa\u4e86\u7f51\u7edc\u7684\u4e00\u7b14\u753b\u6761\u4ef6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "\u6570\u5b66\u5f00\u521b,\u95ee\u9898\u89e3\u51b3", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6b27\u62c9\u901a\u8fc7\u5206\u6790\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898\uff0c\u5960\u5b9a\u4e86\u56fe\u8bba\u7684\u57fa\u7840\u5e76\u63d0\u51fa\u4e86\u7f51\u7edc\u7684\u4e00\u7b14\u753b\u6761\u4ef6\u3002", "to": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898", "width": 9.0}, {"created_at": 1752884154, "description": "Euler proved the connection between perfect numbers and Mersenne primes, validating an ancient Greek conjecture.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "mathematical proof,number theory", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Euler proved the connection between perfect numbers and Mersenne primes, validating an ancient Greek conjecture.", "to": "\u5b8c\u6ee1\u6570", "width": 9.0}, {"created_at": 1752884158, "description": "Leonhard Euler was associated with Switzerland and popularized mathematical notations including \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "mathematical influence,national association", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Leonhard Euler was associated with Switzerland and popularized mathematical notations including \u03c0.", "to": "\u745e\u58eb", "width": 9.0}, {"created_at": 1752884158, "description": "Euler contributed to the classification of numbers, including identifying transcendental numbers like \u03c0.\u003cSEP\u003eEuler introduced the concept of transcendental numbers and hypothesized \u03c0\u0027s transcendence.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "conjecture,mathematical classification,mathematical innovation,number theory", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715\u003cSEP\u003echunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Euler contributed to the classification of numbers, including identifying transcendental numbers like \u03c0.\u003cSEP\u003eEuler introduced the concept of transcendental numbers and hypothesized \u03c0\u0027s transcendence.", "to": "\u8d85\u8d8a\u6570", "width": 17.0}, {"created_at": 1752884159, "description": "Euler distinguished transcendental numbers from algebraic numbers conceptually.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "classification,number theory", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Euler distinguished transcendental numbers from algebraic numbers conceptually.", "to": "\u4ee3\u6570\u6570", "width": 8.0}, {"created_at": 1752884160, "description": "Leonhard Euler named the natural logarithm base \u0027e\u0027 and studied its properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "mathematical constant,nomenclature", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Leonhard Euler named the natural logarithm base \u0027e\u0027 and studied its properties.", "to": "\u81ea\u7136\u5bf9\u6570\u7684\u5e95e", "width": 10.0}, {"created_at": 1752884175, "description": "\u6b27\u62c9\u786e\u7acb\u4e86\u6781\u5750\u6807\u7684\u73b0\u4ee3\u6807\u51c6\u8868\u8fbe\u5f62\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9", "keywords": "\u6570\u5b66\u89c4\u8303\u5316,\u7406\u8bba\u5b8c\u5584", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6b27\u62c9\u786e\u7acb\u4e86\u6781\u5750\u6807\u7684\u73b0\u4ee3\u6807\u51c6\u8868\u8fbe\u5f62\u5f0f\u3002", "to": "\u6781\u5750\u6807", "width": 10.0}, {"created_at": 1752884135, "description": "Euler\u0027s variable-based definition of functions influences how variables are used in junior high function definitions.", "file_path": "ChuZhongShuXue.docx", "from": "Euler", "keywords": "historical influence,mathematical foundation", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Euler\u0027s variable-based definition of functions influences how variables are used in junior high function definitions.", "to": "\u53d8\u91cf", "width": 7.0}, {"created_at": 1752884135, "description": "Riemann\u0027s emphasis on real-number requirements influences the senior high function definition, ensuring mathematical rigor.", "file_path": "ChuZhongShuXue.docx", "from": "Riemann", "keywords": "mathematical abstraction,rigor", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Riemann\u0027s emphasis on real-number requirements influences the senior high function definition, ensuring mathematical rigor.", "to": "\u9ad8\u4e2d\u6570\u5b66", "width": 8.0}, {"created_at": 1752884135, "description": "Riemann\u0027s emphasis on correspondence relations impacts the senior high definition of functions as mappings between sets.", "file_path": "ChuZhongShuXue.docx", "from": "Riemann", "keywords": "mathematical rigor,set theory", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "Riemann\u0027s emphasis on correspondence relations impacts the senior high definition of functions as mappings between sets.", "to": "\u5bf9\u5e94\u5173\u7cfb", "width": 8.0}, {"created_at": 1752884135, "description": "The Bourbaki School\u0027s relational approach to functions impacts the senior high definition, emphasizing set-theoretic correspondence.", "file_path": "ChuZhongShuXue.docx", "from": "Bourbaki School", "keywords": "formalization,set theory", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "The Bourbaki School\u0027s relational approach to functions impacts the senior high definition, emphasizing set-theoretic correspondence.", "to": "\u9ad8\u4e2d\u6570\u5b66", "width": 9.0}, {"created_at": 1752884138, "description": "Senior high math concepts prepare students for rigorous university-level mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u4e2d\u6570\u5b66", "keywords": "academic preparation,conceptual continuity", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Senior high math concepts prepare students for rigorous university-level mathematics.", "to": "\u5927\u5b66\u6570\u5b66", "width": 9.0}, {"created_at": 1752884199, "description": "Radian measure provides a real-number-based definition of angles.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f27\u5ea6\u5236", "keywords": "angle measurement,mathematical precision", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Radian measure provides a real-number-based definition of angles.", "to": "\u89d2\u5ea6", "width": 7.0}, {"created_at": 1752884135, "description": "The domain and range are two essential components of a function\u0027s definition in senior high mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9a\u4e49\u57df", "keywords": "function components,mathematical structure", "source_id": "chunk-035c55452674b5ec27f1692bfa495347", "title": "The domain and range are two essential components of a function\u0027s definition in senior high mathematics.", "to": "\u503c\u57df", "width": 8.0}, {"created_at": 1752884136, "description": "The irrationality of \u221a2 is proven using proof by contradiction.", "file_path": "ChuZhongShuXue.docx", "from": "\u221a2", "keywords": "logic,mathematical proof", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The irrationality of \u221a2 is proven using proof by contradiction.", "to": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "width": 9.0}, {"created_at": 1752884136, "description": "Cantor used proof by contradiction to demonstrate the uncountability of real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "keywords": "mathematical logic,set theory", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Cantor used proof by contradiction to demonstrate the uncountability of real numbers.", "to": "\u5eb7\u6258(Cantor)", "width": 8.0}, {"created_at": 1752884136, "description": "Lemmas are often required to support proofs by contradiction, as seen in the \u221a2 proof.", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "keywords": "mathematical logic,proof structure", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Lemmas are often required to support proofs by contradiction, as seen in the \u221a2 proof.", "to": "\u5f15\u7406(Lemma)", "width": 7.0}, {"created_at": 1752884150, "description": "The law of non-contradiction serves as the logical basis for mathematical proofs by contradiction.", "file_path": "ChuZhongShuXue.docx", "from": "\u53cd\u8bc1\u6cd5(Proof by Contradiction)", "keywords": "mathematical logic,proof techniques", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The law of non-contradiction serves as the logical basis for mathematical proofs by contradiction.", "to": "\u6570\u5b66\u77db\u76fe\u5f8b(Law of Non-Contradiction)", "width": 10.0}, {"created_at": 1752884136, "description": "Courant highlighted the exceptional nature of Cantor\u0027s proof by contradiction.", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258(Cantor)", "keywords": "historical context,mathematical commentary", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Courant highlighted the exceptional nature of Cantor\u0027s proof by contradiction.", "to": "\u67ef\u6717(Courant)", "width": 7.0}, {"created_at": 1752884136, "description": "Cantor\u0027s work on the uncountability of real numbers revolutionized mathematical understanding.", "file_path": "ChuZhongShuXue.docx", "from": "\u5eb7\u6258(Cantor)", "keywords": "mathematical discovery,set theory", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Cantor\u0027s work on the uncountability of real numbers revolutionized mathematical understanding.", "to": "\u5b9e\u6570(Real Numbers)", "width": 8.0}, {"created_at": 1752884136, "description": "Prime numbers are a subset of natural numbers with special properties.", "file_path": "ChuZhongShuXue.docx", "from": "\u7d20\u6570(Prime Numbers)", "keywords": "mathematical sets,number classification", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Prime numbers are a subset of natural numbers with special properties.", "to": "\u81ea\u7136\u6570(Natural Numbers)", "width": 7.0}, {"created_at": 1752884136, "description": "The proof demonstrates how any finite set of primes can be extended, proving their infinitude.", "file_path": "ChuZhongShuXue.docx", "from": "\u7d20\u6570(Prime Numbers)", "keywords": "mathematical proof,set theory", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The proof demonstrates how any finite set of primes can be extended, proving their infinitude.", "to": "\u6709\u9650\u96c6\u5408(Finite Set)", "width": 8.0}, {"created_at": 1752884136, "description": "Euclid\u0027s axioms form the theoretical foundation for compass-and-straightedge constructions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "keywords": "classical mathematics,geometric principles", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Euclid\u0027s axioms form the theoretical foundation for compass-and-straightedge constructions.", "to": "\u6b27\u51e0\u91cc\u5f97(Euclid)", "width": 8.0}, {"created_at": 1752884136, "description": "Euclid\u0027s first three postulates form the theoretical basis for compass-and-straightedge constructions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "keywords": "construction methods,geometric foundations", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "Euclid\u0027s first three postulates form the theoretical basis for compass-and-straightedge constructions.", "to": "\u51e0\u4f55\u516c\u8bbe(Geometric Postulates)", "width": 9.0}, {"created_at": 1752884136, "description": "The curriculum emphasizes using geometric constructions to develop spatial reasoning skills.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3a\u89c4\u4f5c\u56fe(Compass-and-Straightedge Construction)", "keywords": "cognitive development,geometry education", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The curriculum emphasizes using geometric constructions to develop spatial reasoning skills.", "to": "\u7a7a\u95f4\u89c2\u5ff5(Spatial Reasoning)", "width": 7.0}, {"created_at": 1752884140, "description": "Euclid\u0027s work synthesized geometric knowledge that originated in Plato Academy\u0027s intellectual environment.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97(Euclid)", "keywords": "academic legacy,knowledge transmission", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Euclid\u0027s work synthesized geometric knowledge that originated in Plato Academy\u0027s intellectual environment.", "to": "\u67cf\u62c9\u56fe\u5b66\u9662(Plato Academy)", "width": 8.0}, {"created_at": 1752884140, "description": "Euclid systematized geometric knowledge in \u0027Elements,\u0027 creating a lasting foundation for mathematical education.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97(Euclid)", "keywords": "authoritative text,mathematical synthesis", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Euclid systematized geometric knowledge in \u0027Elements,\u0027 creating a lasting foundation for mathematical education.", "to": "\u300a\u539f\u672c\u300b(Elements)", "width": 9.0}, {"created_at": 1752884136, "description": "The proof of \u221a2\u0027s irrationality relies on the fundamental distinction between even and odd numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u5076\u6570(Even Numbers)", "keywords": "number theory,proof technique", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "The proof of \u221a2\u0027s irrationality relies on the fundamental distinction between even and odd numbers.", "to": "\u5947\u6570(Odd Numbers)", "width": 8.0}, {"created_at": 1752884136, "description": "These two logical principles work together in proof by contradiction methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u77db\u76fe\u5f8b(Law of Contradiction)", "keywords": "logical foundations,mathematical reasoning", "source_id": "chunk-8fa86b63766e4b57fc4a84950863b6e9", "title": "These two logical principles work together in proof by contradiction methods.", "to": "\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "width": 9.0}, {"created_at": 1752884137, "description": "Compulsory education period specifically targets abstraction development as foundational for advanced mathematical thinking.", "file_path": "ChuZhongShuXue.docx", "from": "\u62bd\u8c61\u80fd\u529b", "keywords": "curriculum design,developmental focus", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Compulsory education period specifically targets abstraction development as foundational for advanced mathematical thinking.", "to": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "width": 8.0}, {"created_at": 1752884137, "description": "\u9a6c\u514b\u601d\u8bba\u8ff0\u4e86\u60f3\u8c61\u80fd\u529b\u7684\u672c\u8d28\uff0c\u5373\u5728\u52b3\u52a8\u5f00\u59cb\u524d\u9884\u60f3\u7ed3\u679c\u7684\u80fd\u529b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u60f3\u8c61\u80fd\u529b", "keywords": "\u54f2\u5b66\u7406\u8bba,\u6559\u80b2\u57fa\u7840", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u9a6c\u514b\u601d\u8bba\u8ff0\u4e86\u60f3\u8c61\u80fd\u529b\u7684\u672c\u8d28\uff0c\u5373\u5728\u52b3\u52a8\u5f00\u59cb\u524d\u9884\u60f3\u7ed3\u679c\u7684\u80fd\u529b\u3002", "to": "\u9a6c\u514b\u601d", "width": 8.0}, {"created_at": 1752884186, "description": "\u9a6c\u514b\u601d\u5728\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u4e2d\u63d0\u5230\u5e0c\u814a\u827a\u672f\u7684\u6c38\u6052\u7f8e\uff0c\u8ba4\u4e3a\u5ba1\u7f8e\u6807\u51c6\u8574\u542b\u6587\u5316\u5e76\u76f8\u5bf9\u7a33\u5b9a\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9a6c\u514b\u601d", "keywords": "\u6587\u5316\u4f20\u627f,\u7f8e\u5b66\u7406\u8bba", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u9a6c\u514b\u601d\u5728\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u4e2d\u63d0\u5230\u5e0c\u814a\u827a\u672f\u7684\u6c38\u6052\u7f8e\uff0c\u8ba4\u4e3a\u5ba1\u7f8e\u6807\u51c6\u8574\u542b\u6587\u5316\u5e76\u76f8\u5bf9\u7a33\u5b9a\u3002", "to": "\u5ba1\u7f8e\u6807\u51c6", "width": 9.0}, {"created_at": 1752884137, "description": "\u4f5c\u89d2\u5e73\u5206\u7ebf\u7684\u65b9\u6cd5\u6d89\u53ca\u5168\u7b49\u4e09\u89d2\u5f62\u7684\u539f\u7406\uff0c\u7528\u4e8e\u9a8c\u8bc1\u4f5c\u56fe\u7684\u6b63\u786e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u89d2\u5e73\u5206\u7ebf", "keywords": "\u51e0\u4f55\u539f\u7406,\u9a8c\u8bc1\u65b9\u6cd5", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "\u4f5c\u89d2\u5e73\u5206\u7ebf\u7684\u65b9\u6cd5\u6d89\u53ca\u5168\u7b49\u4e09\u89d2\u5f62\u7684\u539f\u7406\uff0c\u7528\u4e8e\u9a8c\u8bc1\u4f5c\u56fe\u7684\u6b63\u786e\u6027\u3002", "to": "\u5168\u7b49\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752884137, "description": "New teaching method connects angle bisection to unit circle chord properties, revealing deeper mathematical structure.", "file_path": "ChuZhongShuXue.docx", "from": "\u89d2\u5e73\u5206\u7ebf", "keywords": "conceptual linkage,mathematical essence", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "New teaching method connects angle bisection to unit circle chord properties, revealing deeper mathematical structure.", "to": "\u5355\u4f4d\u5706", "width": 7.0}, {"created_at": 1752884137, "description": "Pedagogical innovation reveals angle bisection as mathematically equivalent to chord perpendicular bisector construction.", "file_path": "ChuZhongShuXue.docx", "from": "\u89d2\u5e73\u5206\u7ebf", "keywords": "mathematical equivalence,teaching innovation", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Pedagogical innovation reveals angle bisection as mathematically equivalent to chord perpendicular bisector construction.", "to": "\u5f26\u957f\u5782\u76f4\u5e73\u5206\u7ebf", "width": 7.0}, {"created_at": 1752884139, "description": "Compulsory education period is the focus of teaching methodology reforms.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "keywords": "systemic change", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Compulsory education period is the focus of teaching methodology reforms.", "to": "\u57fa\u7840\u6559\u80b2\u521b\u65b0", "width": 8.0}, {"created_at": 1752884137, "description": "Marx\u0027s comparative analysis highlights human imagination\u0027s unique capacity for mental pre-construction of designs.", "file_path": "ChuZhongShuXue.docx", "from": "\u5efa\u7b51\u5e08", "keywords": "cognitive comparison,philosophical illustration", "source_id": "chunk-3e3dea3ce1efa839313f48f8630d1fc8", "title": "Marx\u0027s comparative analysis highlights human imagination\u0027s unique capacity for mental pre-construction of designs.", "to": "\u871c\u8702", "width": 6.0}, {"created_at": 1752884159, "description": "Archimedes used the concept of the unit circle in his approximation methods for \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u5355\u4f4d\u5706", "keywords": "geometric concept,mathematical method", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Archimedes used the concept of the unit circle in his approximation methods for \u03c0.", "to": "\u963f\u57fa\u7c73\u5fb7", "width": 7.0}, {"created_at": 1752884137, "description": "The curriculum standard defines and emphasizes the teaching of translation as a fundamental geometric transformation.", "file_path": "ChuZhongShuXue.docx", "from": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "keywords": "educational standards,geometric concepts", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "The curriculum standard defines and emphasizes the teaching of translation as a fundamental geometric transformation.", "to": "\u5e73\u79fb", "width": 8.0}, {"created_at": 1752884137, "description": "The curriculum standard includes rotation as a core topic in geometric transformations.", "file_path": "ChuZhongShuXue.docx", "from": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "keywords": "educational standards,geometric concepts", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "The curriculum standard includes rotation as a core topic in geometric transformations.", "to": "\u65cb\u8f6c", "width": 8.0}, {"created_at": 1752884137, "description": "The curriculum standard outlines the importance of reflection symmetry in geometry education.", "file_path": "ChuZhongShuXue.docx", "from": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "keywords": "educational standards,geometric concepts", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "The curriculum standard outlines the importance of reflection symmetry in geometry education.", "to": "\u8f74\u5bf9\u79f0", "width": 8.0}, {"created_at": 1752884146, "description": "The 2017 standard introduced requirements for stepwise calculation of sample variance to meet the needs of the times.", "file_path": "ChuZhongShuXue.docx", "from": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "keywords": "educational reform,statistical methods", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "The 2017 standard introduced requirements for stepwise calculation of sample variance to meet the needs of the times.", "to": "\u6837\u672c\u65b9\u5dee", "width": 8.0}, {"created_at": 1752884191, "description": "The 2017 High School Mathematics Curriculum Standards introduced the concept of abstract structures in Chinese mathematics education.", "file_path": "ChuZhongShuXue.docx", "from": "\u666e\u901a\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2017\u5e74\u7248)", "keywords": "curriculum development,mathematical concepts", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The 2017 High School Mathematics Curriculum Standards introduced the concept of abstract structures in Chinese mathematics education.", "to": "\u62bd\u8c61\u7ed3\u6784", "width": 8.0}, {"created_at": 1752884137, "description": "Translation preserves distances between points, making it an isometric transformation with geometric invariants.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u79fb", "keywords": "geometric properties,invariance", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Translation preserves distances between points, making it an isometric transformation with geometric invariants.", "to": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "width": 9.0}, {"created_at": 1752884137, "description": "Cartesian coordinates are used to mathematically describe translation movements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u79fb", "keywords": "mathematical representation,transformation", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Cartesian coordinates are used to mathematically describe translation movements.", "to": "\u5e73\u9762\u76f4\u89d2\u5750\u6807\u7cfb", "width": 9.0}, {"created_at": 1752884137, "description": "Rotation preserves distances and angles, making it an isometric transformation with geometric invariants.", "file_path": "ChuZhongShuXue.docx", "from": "\u65cb\u8f6c", "keywords": "geometric properties,invariance", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Rotation preserves distances and angles, making it an isometric transformation with geometric invariants.", "to": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "width": 9.0}, {"created_at": 1752884137, "description": "Polar coordinates provide mathematical framework for describing rotations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65cb\u8f6c", "keywords": "mathematical representation,transformation", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Polar coordinates provide mathematical framework for describing rotations.", "to": "\u6781\u5750\u6807", "width": 9.0}, {"created_at": 1752884137, "description": "Trigonometric formulas are essential for calculating rotational transformations.", "file_path": "ChuZhongShuXue.docx", "from": "\u65cb\u8f6c", "keywords": "mathematical tools,transformation", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Trigonometric formulas are essential for calculating rotational transformations.", "to": "\u4e09\u89d2\u51fd\u6570\u516c\u5f0f", "width": 9.0}, {"created_at": 1752884137, "description": "Reflection symmetry preserves distances and angles, making it an isometric transformation with geometric invariants.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f74\u5bf9\u79f0", "keywords": "geometric properties,invariance", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Reflection symmetry preserves distances and angles, making it an isometric transformation with geometric invariants.", "to": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "width": 9.0}, {"created_at": 1752884137, "description": "Line reflection is the mathematical basis for axial symmetry.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f74\u5bf9\u79f0", "keywords": "geometric principles,symmetry", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Line reflection is the mathematical basis for axial symmetry.", "to": "\u76f4\u7ebf\u53cd\u5c04", "width": 9.0}, {"created_at": 1752884187, "description": "Butterflies exhibit perfect bilateral symmetry, mathematically described as reflection symmetry.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f74\u5bf9\u79f0", "keywords": "biological symmetry,mirror patterns", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Butterflies exhibit perfect bilateral symmetry, mathematically described as reflection symmetry.", "to": "\u8774\u8776", "width": 9.0}, {"created_at": 1752884187, "description": "Reflection transformations mathematically describe mirror symmetry patterns in organisms.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f74\u5bf9\u79f0", "keywords": "biological patterns,mathematical modeling", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Reflection transformations mathematically describe mirror symmetry patterns in organisms.", "to": "\u53cd\u5c04\u53d8\u6362", "width": 8.0}, {"created_at": 1752884137, "description": "Isometric transformations preserve geometric invariants like distance and angle.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u4e0d\u53d8\u91cf", "keywords": "geometric properties,invariance", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Isometric transformations preserve geometric invariants like distance and angle.", "to": "\u7b49\u8ddd\u53d8\u6362", "width": 10.0}, {"created_at": 1752884137, "description": "Plane reflection represents the 3D version of reflection transformations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u9762\u53cd\u5c04", "keywords": "dimensional extension,geometric principles", "source_id": "chunk-7c1da99214930a89bb109a0f6bdc6596", "title": "Plane reflection represents the 3D version of reflection transformations.", "to": "\u7a7a\u95f4\u53d8\u6362", "width": 8.0}, {"created_at": 1752884175, "description": "\u5317\u6781\u661f\u662f\u6781\u5750\u6807\u6784\u5efa\u7684\u53c2\u7167\u57fa\u51c6\uff0c\u7528\u4e8e\u786e\u5b9a\u65b9\u4f4d\u89d2\u5ea6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "\u51e0\u4f55\u57fa\u7840,\u5929\u6587\u53c2\u7167", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u5317\u6781\u661f\u662f\u6781\u5750\u6807\u6784\u5efa\u7684\u53c2\u7167\u57fa\u51c6\uff0c\u7528\u4e8e\u786e\u5b9a\u65b9\u4f4d\u89d2\u5ea6\u3002", "to": "\u5317\u6781\u661f", "width": 9.0}, {"created_at": 1752884175, "description": "\u5468\u5929\u4e0b\u4f5c\u4e3a\u0027\u5730\u4e2d\u0027\u6982\u5ff5\uff0c\u662f\u6781\u5750\u6807\u7cfb\u539f\u70b9\u7684\u6587\u5316\u539f\u578b\u4e4b\u4e00\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "\u5750\u6807\u539f\u70b9,\u6587\u5316\u8c61\u5f81", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u5468\u5929\u4e0b\u4f5c\u4e3a\u0027\u5730\u4e2d\u0027\u6982\u5ff5\uff0c\u662f\u6781\u5750\u6807\u7cfb\u539f\u70b9\u7684\u6587\u5316\u539f\u578b\u4e4b\u4e00\u3002", "to": "\u5468\u5929\u4e0b", "width": 7.0}, {"created_at": 1752884175, "description": "\u4f2f\u52aa\u5229\u53d1\u8868\u8bba\u6587\u63a8\u52a8\u6781\u5750\u6807\u7406\u8bba\u53d1\u5c55\uff0c\u88ab\u5e7f\u6cdb\u8ba4\u4e3a\u662f\u53d1\u660e\u8005\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "\u5750\u6807\u4f53\u7cfb,\u5b66\u672f\u8d21\u732e", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4f2f\u52aa\u5229\u53d1\u8868\u8bba\u6587\u63a8\u52a8\u6781\u5750\u6807\u7406\u8bba\u53d1\u5c55\uff0c\u88ab\u5e7f\u6cdb\u8ba4\u4e3a\u662f\u53d1\u660e\u8005\u3002", "to": "\u4f2f\u52aa\u5229", "width": 9.0}, {"created_at": 1752884175, "description": "Polar coordinates and Cartesian coordinates can be converted between each other.\u003cSEP\u003e\u6781\u5750\u6807\u4e0e\u76f4\u89d2\u5750\u6807\u7cfb\u53ef\u901a\u8fc7\u53d8\u6362\u516c\u5f0f\u76f8\u4e92\u8f6c\u6362\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u57fa\u7840\u5de5\u5177\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "coordinate transformations,mathematical systems,\u5750\u6807\u8f6c\u6362,\u6570\u5b66\u5173\u8054", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305\u003cSEP\u003echunk-0d7ccd16268481f70b0101a58ee00012", "title": "Polar coordinates and Cartesian coordinates can be converted between each other.\u003cSEP\u003e\u6781\u5750\u6807\u4e0e\u76f4\u89d2\u5750\u6807\u7cfb\u53ef\u901a\u8fc7\u53d8\u6362\u516c\u5f0f\u76f8\u4e92\u8f6c\u6362\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u57fa\u7840\u5de5\u5177\u3002", "to": "\u76f4\u89d2\u5750\u6807\u7cfb", "width": 17.0}, {"created_at": 1752884176, "description": "\u6781\u5750\u6807\u80fd\u7b80\u6d01\u8868\u8fbe\u7ecf\u8fc7\u539f\u70b9\u7684\u76f4\u7ebf\u65b9\u7a0b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "\u51e0\u4f55\u8f6c\u6362,\u6570\u5b66\u8868\u8fbe", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6781\u5750\u6807\u80fd\u7b80\u6d01\u8868\u8fbe\u7ecf\u8fc7\u539f\u70b9\u7684\u76f4\u7ebf\u65b9\u7a0b\u3002", "to": "\u76f4\u7ebf\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752884176, "description": "\u6781\u5750\u6807\u7279\u522b\u9002\u5408\u8868\u8fbe\u5706\u5fc3\u5728\u539f\u70b9\u7684\u5706\u7684\u65b9\u7a0b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "\u6570\u5b66\u4f18\u52bf,\u66f2\u7ebf\u8868\u8fbe", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u6781\u5750\u6807\u7279\u522b\u9002\u5408\u8868\u8fbe\u5706\u5fc3\u5728\u539f\u70b9\u7684\u5706\u7684\u65b9\u7a0b\u3002", "to": "\u5706\u7684\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752884176, "description": "Spherical coordinates extend the concept of polar coordinates from 2D to 3D space.", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "coordinate systems,dimensional extension", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Spherical coordinates extend the concept of polar coordinates from 2D to 3D space.", "to": "\u7403\u5750\u6807", "width": 7.0}, {"created_at": 1752884177, "description": "The lemniscate curve can be described using polar coordinate systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u6781\u5750\u6807", "keywords": "coordinate systems,special curves", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The lemniscate curve can be described using polar coordinate systems.", "to": "\u53cc\u7ebd\u7ebf", "width": 7.0}, {"created_at": 1752884137, "description": "Rotation is a type of orthogonal transformation that preserves distances between points.", "file_path": "ChuZhongShuXue.docx", "from": "Rotation Transformation", "keywords": "distance preservation,geometry", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Rotation is a type of orthogonal transformation that preserves distances between points.", "to": "Orthogonal Transformation", "width": 8.0}, {"created_at": 1752884138, "description": "Linear transformations in advanced mathematics include rotational transformations.", "file_path": "ChuZhongShuXue.docx", "from": "Rotation Transformation", "keywords": "mathematical abstraction,transformation types", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Linear transformations in advanced mathematics include rotational transformations.", "to": "Linear Transformation", "width": 7.0}, {"created_at": 1752884138, "description": "Axial symmetry (reflection) is an orthogonal transformation that also preserves distances.", "file_path": "ChuZhongShuXue.docx", "from": "Axial Symmetry Movement", "keywords": "rigid motion,symmetry", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Axial symmetry (reflection) is an orthogonal transformation that also preserves distances.", "to": "Orthogonal Transformation", "width": 8.0}, {"created_at": 1752884138, "description": "The triangle similarity theorem provides a simplified condition for determining similarity in triangles.", "file_path": "ChuZhongShuXue.docx", "from": "Similar Figures", "keywords": "geometric properties,simplification", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "The triangle similarity theorem provides a simplified condition for determining similarity in triangles.", "to": "Triangle Similarity Theorem", "width": 9.0}, {"created_at": 1752884138, "description": "The parallel line cutting theorem is used as a basis to prove the triangle similarity theorem.", "file_path": "ChuZhongShuXue.docx", "from": "Triangle Similarity Theorem", "keywords": "geometric reasoning,proof foundation", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "The parallel line cutting theorem is used as a basis to prove the triangle similarity theorem.", "to": "Parallel Line Cutting Theorem", "width": 8.0}, {"created_at": 1752884138, "description": "The 2022 edition updates and builds upon the 2011 mathematics curriculum standards.", "file_path": "ChuZhongShuXue.docx", "from": "2011\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum development,educational reform", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "The 2022 edition updates and builds upon the 2011 mathematics curriculum standards.", "to": "2022\u5e74\u7248\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 6.0}, {"created_at": 1752884138, "description": "\u8be5\u516c\u7406\u4e3a\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406\u63d0\u4f9b\u903b\u8f91\u57fa\u7840\uff0c\u4f7f\u8bc1\u660e\u65e0\u9700\u76f4\u63a5\u9a8c\u8bc1\u8fb9\u957f\u6bd4\u4f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76f8\u4f3c\u591a\u8fb9\u5f62\u5b58\u5728\u516c\u7406", "keywords": "\u51e0\u4f55\u516c\u7406,\u903b\u8f91\u4f9d\u8d56", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u8be5\u516c\u7406\u4e3a\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406\u63d0\u4f9b\u903b\u8f91\u57fa\u7840\uff0c\u4f7f\u8bc1\u660e\u65e0\u9700\u76f4\u63a5\u9a8c\u8bc1\u8fb9\u957f\u6bd4\u4f8b\u3002", "to": "\u4e09\u89d2\u5f62\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884138, "description": "Similarity theorems simplify proofs of parallel line proportional segment theorems.\u003cSEP\u003eThe parallel line cutting theorem serves as fundamental basis for proving the triangle similarity theorem.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u5f62\u76f8\u4f3c\u5224\u5b9a\u5b9a\u7406", "keywords": "geometric proof,theorem dependency,theorem hierarchy", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4\u003cSEP\u003echunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Similarity theorems simplify proofs of parallel line proportional segment theorems.\u003cSEP\u003eThe parallel line cutting theorem serves as fundamental basis for proving the triangle similarity theorem.", "to": "\u5e73\u884c\u7ebf\u5207\u5272\u5b9a\u7406", "width": 15.0}, {"created_at": 1752884138, "description": "\u4e24\u4e09\u89d2\u5f62\u56e0\u5bf9\u5e94\u89d2\u76f8\u7b49\u800c\u88ab\u8bc1\u660e\u76f8\u4f3c\uff0c\u8fb9\u957f\u6bd4\u4f8b\u81ea\u52a8\u6210\u7acb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u0394abc", "keywords": "\u51e0\u4f55\u6784\u9020,\u76f8\u4f3c\u6027\u8bc1\u660e", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u4e24\u4e09\u89d2\u5f62\u56e0\u5bf9\u5e94\u89d2\u76f8\u7b49\u800c\u88ab\u8bc1\u660e\u76f8\u4f3c\uff0c\u8fb9\u957f\u6bd4\u4f8b\u81ea\u52a8\u6210\u7acb\u3002", "to": "\u0394ABC", "width": 8.0}, {"created_at": 1752884138, "description": "\u4e2d\u56fd\u4f20\u7edf\u6570\u5b66\u6559\u80b2\u7f3a\u4e4f\u5b58\u5728\u6027\u601d\u7ef4\u8bad\u7ec3\uff0c\u5b66\u751f\u66f4\u9002\u5e94\u6784\u9020\u6027\u8bc1\u660e\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u5b66\u751f", "keywords": "\u6559\u80b2\u4f20\u7edf,\u8ba4\u77e5\u5dee\u5f02", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u4e2d\u56fd\u4f20\u7edf\u6570\u5b66\u6559\u80b2\u7f3a\u4e4f\u5b58\u5728\u6027\u601d\u7ef4\u8bad\u7ec3\uff0c\u5b66\u751f\u66f4\u9002\u5e94\u6784\u9020\u6027\u8bc1\u660e\u65b9\u6cd5\u3002", "to": "\u5b58\u5728\u6027\u8bba\u8bc1", "width": 6.0}, {"created_at": 1752884139, "description": "Chinese pedagogical tradition emphasizes constructive over existential proofs.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u5b66\u751f", "keywords": "cognitive tradition", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Chinese pedagogical tradition emphasizes constructive over existential proofs.", "to": "\u6784\u9020\u6027\u8bba\u8bc1", "width": 9.0}, {"created_at": 1752884138, "description": "\u77e9\u5f62\u5b58\u5728\u6027\u662f\u8be5\u547d\u9898\u6d41\u884c\u8bc1\u660e\u7684\u524d\u63d0\uff0c\u4f46\u5b58\u5728\u6027\u672c\u8eab\u9700\u72ec\u7acb\u8bba\u8bc1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c180\u5ea6", "keywords": "\u903b\u8f91\u6f0f\u6d1e,\u9690\u542b\u5047\u8bbe", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u77e9\u5f62\u5b58\u5728\u6027\u662f\u8be5\u547d\u9898\u6d41\u884c\u8bc1\u660e\u7684\u524d\u63d0\uff0c\u4f46\u5b58\u5728\u6027\u672c\u8eab\u9700\u72ec\u7acb\u8bba\u8bc1\u3002", "to": "\u77e9\u5f62", "width": 8.0}, {"created_at": 1752884138, "description": "\u6b63\u5207\u503c\u7edf\u4e00\u4e86\u5177\u6709\u76f8\u540c\u9510\u89d2\u7684\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u76f4\u89d2\u8fb9\u6bd4\u4f8b\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u5207\u51fd\u6570", "keywords": "\u6bd4\u4f8b\u6052\u5b9a,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "\u6b63\u5207\u503c\u7edf\u4e00\u4e86\u5177\u6709\u76f8\u540c\u9510\u89d2\u7684\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u76f4\u89d2\u8fb9\u6bd4\u4f8b\u5173\u7cfb\u3002", "to": "\u76f8\u4f3c\u76f4\u89d2\u4e09\u89d2\u5f62", "width": 10.0}, {"created_at": 1752884138, "description": "Committee members objected to existence proofs as unsuitable for Chinese students.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bfe\u7a0b\u6807\u51c6\u4fee\u8ba2\u7ec4", "keywords": "educational philosophy", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Committee members objected to existence proofs as unsuitable for Chinese students.", "to": "\u5b58\u5728\u6027\u8bba\u8bc1", "width": 8.0}, {"created_at": 1752884139, "description": "Existence proofs raise fundamental questions about mathematical truth and verification.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b58\u5728\u6027\u8bba\u8bc1", "keywords": "epistemological debate", "source_id": "chunk-d2d1fa534f69129f1d307d4162d5e6e4", "title": "Existence proofs raise fundamental questions about mathematical truth and verification.", "to": "\u6570\u5b66\u54f2\u5b66", "width": 7.0}, {"created_at": 1752884139, "description": "Babylonians created the earliest known tangent tables for practical calculations.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "applied geometry,mathematical innovation", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Babylonians created the earliest known tangent tables for practical calculations.", "to": "\u6b63\u5207\u8868", "width": 9.0}, {"created_at": 1752884139, "description": "Babylonian civilization developed in this fertile region between the rivers.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "civilization development,geographic determinism", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Babylonian civilization developed in this fertile region between the rivers.", "to": "\u7f8e\u7d22\u4e0d\u8fbe\u7c73\u4e9a\u5e73\u539f", "width": 9.0}, {"created_at": 1752884139, "description": "Babylonians recorded advanced Pythagorean triples on this clay tablet.\u003cSEP\u003eThis clay tablet demonstrates Babylon\u0027s advanced mathematical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "ancient knowledge,historical evidence,mathematical artifact,mathematical records", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "Babylonians recorded advanced Pythagorean triples on this clay tablet.\u003cSEP\u003eThis clay tablet demonstrates Babylon\u0027s advanced mathematical knowledge.", "to": "\u666e\u6797\u987f322", "width": 19.0}, {"created_at": 1752884164, "description": "The Ur III Dynasty in Babylon developed early calendar systems with intercalary months.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "administration,calendar development", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Ur III Dynasty in Babylon developed early calendar systems with intercalary months.", "to": "\u4e4c\u5c14\u7b2c\u4e09\u738b\u671d", "width": 7.0}, {"created_at": 1752884165, "description": "Babylonian calendar systems influenced later developments including the Julian calendar.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "historical influence,timekeeping", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Babylonian calendar systems influenced later developments including the Julian calendar.", "to": "\u5112\u7565\u5386", "width": 6.0}, {"created_at": 1752884166, "description": "\u53e4\u5df4\u6bd4\u4f26\u53d1\u660e\u4e86\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\uff0c\u5e76\u5e94\u7528\u4e8e\u5929\u6587\u5b66\u548c\u65f6\u95f4\u6d4b\u91cf\uff0c\u5f71\u54cd\u5ef6\u7eed\u81f3\u4eca\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "\u6570\u5b66\u53d1\u660e,\u6587\u660e\u5f71\u54cd", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u53e4\u5df4\u6bd4\u4f26\u53d1\u660e\u4e86\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\uff0c\u5e76\u5e94\u7528\u4e8e\u5929\u6587\u5b66\u548c\u65f6\u95f4\u6d4b\u91cf\uff0c\u5f71\u54cd\u5ef6\u7eed\u81f3\u4eca\u3002", "to": "\u516d\u5341\u8fdb\u5236", "width": 10.0}, {"created_at": 1752884166, "description": "\u53e4\u5df4\u6bd4\u4f26\u521b\u9020\u9ec4\u9053\u5341\u4e8c\u5bab\u7cfb\u7edf\uff0c\u901a\u8fc7\u661f\u5ea7\u5212\u5206\u9ec4\u9053\uff0c\u4f20\u64ad\u81f3\u5e0c\u814a\u3001\u57c3\u53ca\u7b49\u5730\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5df4\u6bd4\u4f26", "keywords": "\u5929\u6587\u5750\u6807,\u6587\u5316\u4f20\u64ad", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u53e4\u5df4\u6bd4\u4f26\u521b\u9020\u9ec4\u9053\u5341\u4e8c\u5bab\u7cfb\u7edf\uff0c\u901a\u8fc7\u661f\u5ea7\u5212\u5206\u9ec4\u9053\uff0c\u4f20\u64ad\u81f3\u5e0c\u814a\u3001\u57c3\u53ca\u7b49\u5730\u3002", "to": "\u9ec4\u9053\u5341\u4e8c\u5bab", "width": 8.0}, {"created_at": 1752884139, "description": "The twin rivers that defined Mesopotamia\u0027s geography and supported early civilizations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e95\u683c\u91cc\u65af\u6cb3", "keywords": "civilization support,geographic foundation", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "The twin rivers that defined Mesopotamia\u0027s geography and supported early civilizations.", "to": "\u5e7c\u53d1\u62c9\u5e95\u6cb3", "width": 10.0}, {"created_at": 1752884139, "description": "The Hanging Gardens were one of Babylon\u0027s most famous architectural achievements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5df4\u6bd4\u4f26\u57ce", "keywords": "architectural wonder,urban development", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "The Hanging Gardens were one of Babylon\u0027s most famous architectural achievements.", "to": "\u7a7a\u4e2d\u82b1\u56ed", "width": 8.0}, {"created_at": 1752884139, "description": "Both were ancient historians, but with differing methodologies and reliability.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "cultural contrast,historiography comparison", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Both were ancient historians, but with differing methodologies and reliability.", "to": "\u53f8\u9a6c\u8fc1", "width": 7.0}, {"created_at": 1752884157, "description": "Herodotus documented the Nile\u0027s flooding and its societal impact, including tax policies and geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "environmental observation,historical account", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Herodotus documented the Nile\u0027s flooding and its societal impact, including tax policies and geometry.", "to": "\u5c3c\u7f57\u6cb3", "width": 8.0}, {"created_at": 1752884200, "description": "Herodotus documented the Seven Wonders in his work \u0027Histories\u0027, providing early written records.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "cultural preservation,historical documentation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Herodotus documented the Seven Wonders in his work \u0027Histories\u0027, providing early written records.", "to": "\u4e03\u5927\u5947\u8ff9", "width": 9.0}, {"created_at": 1752884204, "description": "\u5e0c\u7f57\u591a\u5fb7\u662f\u300a\u5386\u53f2\u300b\u7684\u539f\u4f5c\u8005\uff0c\u8be5\u4e66\u662f\u53e4\u5e0c\u814a\u5386\u53f2\u7684\u91cd\u8981\u6587\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "authorship,historical documentation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5e0c\u7f57\u591a\u5fb7\u662f\u300a\u5386\u53f2\u300b\u7684\u539f\u4f5c\u8005\uff0c\u8be5\u4e66\u662f\u53e4\u5e0c\u814a\u5386\u53f2\u7684\u91cd\u8981\u6587\u732e\u3002", "to": "\u300a\u5386\u53f2\u300b", "width": 9.0}, {"created_at": 1752884139, "description": "Babylonians likely used tangent tables for urban planning and construction.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u5207\u8868", "keywords": "applied mathematics,engineering", "source_id": "chunk-fa7a7a68a2388eb9ade79559ac5334d0", "title": "Babylonians likely used tangent tables for urban planning and construction.", "to": "\u57ce\u5e02\u5efa\u8bbe", "width": 7.0}, {"created_at": 1752884139, "description": "The tetrahedron\u0027s properties (V=4, E=6, F=4) satisfy Euler\u0027s formula (V-E+F=2).", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u516c\u5f0f", "keywords": "formula validation,polyhedral properties", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The tetrahedron\u0027s properties (V=4, E=6, F=4) satisfy Euler\u0027s formula (V-E+F=2).", "to": "\u6b63\u56db\u9762\u4f53", "width": 8.0}, {"created_at": 1752884139, "description": "The cube\u0027s structure (V=8, E=12, F=6) demonstrates the validity of Euler\u0027s formula.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u516c\u5f0f", "keywords": "geometric proof,mathematical consistency", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The cube\u0027s structure (V=8, E=12, F=6) demonstrates the validity of Euler\u0027s formula.", "to": "\u6b63\u516d\u9762\u4f53", "width": 8.0}, {"created_at": 1752884139, "description": "The octahedron (V=6, E=12, F=8) adheres to Euler\u0027s formula, confirming its geometric classification.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u516c\u5f0f", "keywords": "mathematical truth,polyhedral verification", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The octahedron (V=6, E=12, F=8) adheres to Euler\u0027s formula, confirming its geometric classification.", "to": "\u6b63\u516b\u9762\u4f53", "width": 8.0}, {"created_at": 1752884139, "description": "The dodecahedron\u0027s configuration (V=20, E=30, F=12) validates Euler\u0027s formula for complex polyhedra.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u516c\u5f0f", "keywords": "geometric analysis,mathematical confirmation", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The dodecahedron\u0027s configuration (V=20, E=30, F=12) validates Euler\u0027s formula for complex polyhedra.", "to": "\u6b63\u5341\u4e8c\u9762\u4f53", "width": 9.0}, {"created_at": 1752884139, "description": "The icosahedron (V=12, E=30, F=20) satisfies Euler\u0027s formula, proving its regularity.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u516c\u5f0f", "keywords": "formula application,geometric validation", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "The icosahedron (V=12, E=30, F=20) satisfies Euler\u0027s formula, proving its regularity.", "to": "\u6b63\u4e8c\u5341\u9762\u4f53", "width": 9.0}, {"created_at": 1752884140, "description": "All convex polyhedra have an Euler characteristic of 2, as proven by Euler\u0027s formula.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u793a\u6027\u6570", "keywords": "geometric invariant,topological property", "source_id": "chunk-54a2947dce8bb8651e7af1f86e1e89a5", "title": "All convex polyhedra have an Euler characteristic of 2, as proven by Euler\u0027s formula.", "to": "\u51f8\u591a\u9762\u4f53", "width": 10.0}, {"created_at": 1752884141, "description": "\u6811\u7684\u6b27\u62c9\u793a\u6027\u6570\u6052\u7b49\u4e8e1\uff0c\u662f\u6700\u7b80\u5355\u7684\u8fde\u901a\u7f51\u7edc\u5f62\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u62c9\u793a\u6027\u6570", "keywords": "\u6570\u5b66\u4e0d\u53d8\u91cf,\u7279\u6b8a\u6027\u8d28", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6811\u7684\u6b27\u62c9\u793a\u6027\u6570\u6052\u7b49\u4e8e1\uff0c\u662f\u6700\u7b80\u5355\u7684\u8fde\u901a\u7f51\u7edc\u5f62\u5f0f\u3002", "to": "\u6811", "width": 8.0}, {"created_at": 1752884140, "description": "Plato founded the Academy in Athens, establishing it as a center for philosophical and mathematical education.", "file_path": "ChuZhongShuXue.docx", "from": "Plato academy", "keywords": "founder-institution,intellectual legacy", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Plato founded the Academy in Athens, establishing it as a center for philosophical and mathematical education.", "to": "Plato", "width": 9.0}, {"created_at": 1752884140, "description": "Emperor Justinian closed Plato Academy in 529 AD, ending its operation after nearly a millennium.", "file_path": "ChuZhongShuXue.docx", "from": "Plato academy", "keywords": "historical event,institutional closure", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Emperor Justinian closed Plato Academy in 529 AD, ending its operation after nearly a millennium.", "to": "\u67e5\u58eb\u4e01\u5c3c\u5927\u5e1d(Emperor Justinian)", "width": 7.0}, {"created_at": 1752884140, "description": "Euclid\u0027s work in \u0027Elements\u0027 built upon the geometric traditions and teachings developed at Plato Academy.", "file_path": "ChuZhongShuXue.docx", "from": "Plato academy", "keywords": "academic continuity,intellectual influence", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Euclid\u0027s work in \u0027Elements\u0027 built upon the geometric traditions and teachings developed at Plato Academy.", "to": "Euclid", "width": 8.0}, {"created_at": 1752884140, "description": "The emperor\u0027s closure of the Academy marked the end of classical Greek mathematical traditions.", "file_path": "ChuZhongShuXue.docx", "from": "\u67e5\u58eb\u4e01\u5c3c\u5927\u5e1d(Emperor Justinian)", "keywords": "historical disruption,institutional decline", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The emperor\u0027s closure of the Academy marked the end of classical Greek mathematical traditions.", "to": "\u67cf\u62c9\u56fe\u5b66\u9662(Plato Academy)", "width": 7.0}, {"created_at": 1752884156, "description": "Diophantus and Euclid were both ancient Greek mathematicians, with Diophantus focusing on algebra and Euclid on geometry.", "file_path": "ChuZhongShuXue.docx", "from": "Euclid", "keywords": "Greek mathematics,mathematical history", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Diophantus and Euclid were both ancient Greek mathematicians, with Diophantus focusing on algebra and Euclid on geometry.", "to": "Diophantus", "width": 7.0}, {"created_at": 1752884178, "description": "Hilbert built upon and refined Euclid\u0027s axiomatic approach to geometry.", "file_path": "ChuZhongShuXue.docx", "from": "Euclid", "keywords": "axiomatic development,mathematical legacy", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert built upon and refined Euclid\u0027s axiomatic approach to geometry.", "to": "Hilbert", "width": 8.0}, {"created_at": 1752884140, "description": "Poincar\u00e9\u0027s philosophical insights on space and measurement tools deepened the conceptual understanding of geometric principles.", "file_path": "ChuZhongShuXue.docx", "from": "Henri Poincar\u00e9", "keywords": "philosophy of mathematics,spatial theory", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Poincar\u00e9\u0027s philosophical insights on space and measurement tools deepened the conceptual understanding of geometric principles.", "to": "Geometry", "width": 7.0}, {"created_at": 1752884140, "description": "The SI system\u0027s definitions of meter and second provide a quantitative basis for measuring spatial relationships in geometry.", "file_path": "ChuZhongShuXue.docx", "from": "International System of Units (SI)", "keywords": "measurement standards,scientific framework", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The SI system\u0027s definitions of meter and second provide a quantitative basis for measuring spatial relationships in geometry.", "to": "Geometry", "width": 6.0}, {"created_at": 1752884140, "description": "Triangles form the faces of many polyhedrons, illustrating the connection between 2D and 3D geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u89d2\u5f62(Triangle)", "keywords": "dimensionality,structural composition", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Triangles form the faces of many polyhedrons, illustrating the connection between 2D and 3D geometry.", "to": "\u591a\u9762\u4f53(Polyhedron)", "width": 7.0}, {"created_at": 1752884140, "description": "The Euler characteristic (\u03c7=1) is a conserved property when transforming polyhedrons into planar networks.", "file_path": "ChuZhongShuXue.docx", "from": "\u591a\u9762\u4f53(Polyhedron)", "keywords": "geometric transformation,topological invariance", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The Euler characteristic (\u03c7=1) is a conserved property when transforming polyhedrons into planar networks.", "to": "\u6b27\u62c9\u793a\u6027\u6570(Euler Characteristic)", "width": 9.0}, {"created_at": 1752884140, "description": "Aristotle\u0027s definition of dimensions (line=1D, plane=2D, body=3D) laid groundwork for understanding spatial concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7(Aristotle)", "keywords": "conceptual framework,dimensional theory", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Aristotle\u0027s definition of dimensions (line=1D, plane=2D, body=3D) laid groundwork for understanding spatial concepts.", "to": "\u7a7a\u95f4(Space)", "width": 8.0}, {"created_at": 1752884150, "description": "Aristotle formulated this fundamental logical principle in his work \u0027Metaphysics\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7(Aristotle)", "keywords": "logical foundations,philosophy", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle formulated this fundamental logical principle in his work \u0027Metaphysics\u0027.", "to": "\u6570\u5b66\u77db\u76fe\u5f8b(Law of Non-Contradiction)", "width": 9.0}, {"created_at": 1752884150, "description": "Aristotle proposed but expressed reservations about this absolute binary principle in logic.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7(Aristotle)", "keywords": "binary logic,philosophical uncertainty", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Aristotle proposed but expressed reservations about this absolute binary principle in logic.", "to": "\u6570\u5b66\u6392\u4e2d\u5f8b(Law of Excluded Middle)", "width": 7.0}, {"created_at": 1752884140, "description": "Poincar\u00e9 argued that spatial intuition depends on measurable distance, linking geometry to physical measurement tools.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e9e\u52a0\u83b1(Henri Poincar\u00e9)", "keywords": "philosophy of measurement,spatial perception", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "Poincar\u00e9 argued that spatial intuition depends on measurable distance, linking geometry to physical measurement tools.", "to": "\u7a7a\u95f4(Space)", "width": 7.0}, {"created_at": 1752884140, "description": "The organization\u0027s definition of the meter quantifies space through the speed of light, enabling precise geometric analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u7a7a\u95f4(Space)", "keywords": "scientific measurement,standardization", "source_id": "chunk-883941d615642b57eca9414cbdcb8c96", "title": "The organization\u0027s definition of the meter quantifies space through the speed of light, enabling precise geometric analysis.", "to": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a(General Conference on Weights and Measures)", "width": 6.0}, {"created_at": 1752884141, "description": "\u4e03\u5ea7\u6865\u662f\u54e5\u5c3c\u65af\u5821\u57ce\u5e02\u7684\u5177\u4f53\u57fa\u7840\u8bbe\u65bd\uff0c\u6784\u6210\u4e86\u95ee\u9898\u7684\u7269\u7406\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5c3c\u65af\u5821", "keywords": "problem context,urban infrastructure", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u4e03\u5ea7\u6865\u662f\u54e5\u5c3c\u65af\u5821\u57ce\u5e02\u7684\u5177\u4f53\u57fa\u7840\u8bbe\u65bd\uff0c\u6784\u6210\u4e86\u95ee\u9898\u7684\u7269\u7406\u57fa\u7840\u3002", "to": "\u54e5\u5c3c\u65af\u5821\u4e03\u5ea7\u6865", "width": 9.0}, {"created_at": 1752884140, "description": "Topological transformations preserve dimensionality, underscoring it as the most fundamental spatial property.", "file_path": "ChuZhongShuXue.docx", "from": "\u62d3\u6251\u53d8\u6362", "keywords": "core concept,mathematical invariance", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Topological transformations preserve dimensionality, underscoring it as the most fundamental spatial property.", "to": "\u7a7a\u95f4\u7ef4\u6570", "width": 9.0}, {"created_at": 1752884140, "description": "Higher-dimensional spaces provide context for lower-dimensional abstractions in geometry education.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u7ef4", "keywords": "dimensional hierarchy,mathematical abstraction", "source_id": "chunk-d79a25c9ff12f28251aed2da9132d65e", "title": "Higher-dimensional spaces provide context for lower-dimensional abstractions in geometry education.", "to": "\u4e8c\u7ef4", "width": 9.0}, {"created_at": 1752884141, "description": "\u83b1\u5e03\u5c3c\u8328\u6700\u65e9\u63d0\u51fa\u0027\u4f4d\u7f6e\u51e0\u4f55\u5b66\u0027\u7684\u6982\u5ff5\uff0c\u4e3a\u62d3\u6251\u5b66\u7684\u8bde\u751f\u63d0\u4f9b\u4e86\u601d\u60f3\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u62d3\u6251\u5b66", "keywords": "conceptual foundation,precursor", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u83b1\u5e03\u5c3c\u8328\u6700\u65e9\u63d0\u51fa\u0027\u4f4d\u7f6e\u51e0\u4f55\u5b66\u0027\u7684\u6982\u5ff5\uff0c\u4e3a\u62d3\u6251\u5b66\u7684\u8bde\u751f\u63d0\u4f9b\u4e86\u601d\u60f3\u57fa\u7840\u3002", "to": "\u83b1\u5e03\u5c3c\u8328", "width": 8.0}, {"created_at": 1752884141, "description": "\u674e\u65af\u5ef7\u5728\u8457\u4f5c\u4e2d\u7cfb\u7edf\u8ba8\u8bba\u62d3\u6251\u5b66\u95ee\u9898\uff0c\u5e76\u521b\u9020\u4e86\u0027\u62d3\u6251\u5b66\u0027\u8fd9\u4e00\u672f\u8bed\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u62d3\u6251\u5b66", "keywords": "academic contribution,terminology", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u674e\u65af\u5ef7\u5728\u8457\u4f5c\u4e2d\u7cfb\u7edf\u8ba8\u8bba\u62d3\u6251\u5b66\u95ee\u9898\uff0c\u5e76\u521b\u9020\u4e86\u0027\u62d3\u6251\u5b66\u0027\u8fd9\u4e00\u672f\u8bed\u3002", "to": "\u674e\u65af\u5ef7", "width": 9.0}, {"created_at": 1752884141, "description": "\u4f4d\u7f6e\u51e0\u4f55\u5b66\u6f14\u53d8\u4e3a\u73b0\u4ee3\u62d3\u6251\u5b66\uff0c\u4fdd\u6301\u4e86\u7814\u7a76\u7a7a\u95f4\u5173\u7cfb\u7684\u6838\u5fc3\u4f46\u6269\u5c55\u4e86\u65b9\u6cd5\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u62d3\u6251\u5b66", "keywords": "conceptual evolution,discipline transformation", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u4f4d\u7f6e\u51e0\u4f55\u5b66\u6f14\u53d8\u4e3a\u73b0\u4ee3\u62d3\u6251\u5b66\uff0c\u4fdd\u6301\u4e86\u7814\u7a76\u7a7a\u95f4\u5173\u7cfb\u7684\u6838\u5fc3\u4f46\u6269\u5c55\u4e86\u65b9\u6cd5\u4f53\u7cfb\u3002", "to": "\u4f4d\u7f6e\u51e0\u4f55\u5b66", "width": 9.0}, {"created_at": 1752884141, "description": "\u674e\u65af\u5ef7\u7684\u8457\u4f5c\u4e3a\u62d3\u6251\u5b66\u63d0\u4f9b\u4e86\u9996\u4e2a\u7cfb\u7edf\u6846\u67b6\uff0c\u6b63\u5f0f\u786e\u7acb\u8be5\u5b66\u79d1\u7684\u7814\u7a76\u8303\u7574\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u62d3\u6251\u5b66", "keywords": "conceptual systematization,disciplinary formalization", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u674e\u65af\u5ef7\u7684\u8457\u4f5c\u4e3a\u62d3\u6251\u5b66\u63d0\u4f9b\u4e86\u9996\u4e2a\u7cfb\u7edf\u6846\u67b6\uff0c\u6b63\u5f0f\u786e\u7acb\u8be5\u5b66\u79d1\u7684\u7814\u7a76\u8303\u7574\u3002", "to": "\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b", "width": 10.0}, {"created_at": 1752884200, "description": "Poincar\u00e9 contributed to the field of topology, as mentioned in his works.", "file_path": "ChuZhongShuXue.docx", "from": "\u62d3\u6251\u5b66", "keywords": "mathematical innovation,theoretical development", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Poincar\u00e9 contributed to the field of topology, as mentioned in his works.", "to": "\u5e9e\u52a0\u83b1", "width": 8.0}, {"created_at": 1752884141, "description": "\u83b1\u5e03\u5c3c\u8328\u6700\u65e9\u63d0\u51fa\u8fd9\u4e00\u6982\u5ff5\uff0c\u4e3a\u540e\u7eed\u62d3\u6251\u5b66\u7814\u7a76\u63d0\u4f9b\u4e86\u7406\u8bba\u6846\u67b6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u83b1\u5e03\u5c3c\u8328", "keywords": "conceptual origin,theoretical foundation", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u83b1\u5e03\u5c3c\u8328\u6700\u65e9\u63d0\u51fa\u8fd9\u4e00\u6982\u5ff5\uff0c\u4e3a\u540e\u7eed\u62d3\u6251\u5b66\u7814\u7a76\u63d0\u4f9b\u4e86\u7406\u8bba\u6846\u67b6\u3002", "to": "\u4f4d\u7f6e\u51e0\u4f55\u5b66", "width": 9.0}, {"created_at": 1752884141, "description": "\u674e\u65af\u5ef7\u901a\u8fc7\u8be5\u8457\u4f5c\u786e\u7acb\u4e86\u62d3\u6251\u5b66\u7684\u5b66\u79d1\u5730\u4f4d\u548c\u57fa\u672c\u672f\u8bed\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u65af\u5ef7", "keywords": "disciplinary establishment,terminology creation", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u674e\u65af\u5ef7\u901a\u8fc7\u8be5\u8457\u4f5c\u786e\u7acb\u4e86\u62d3\u6251\u5b66\u7684\u5b66\u79d1\u5730\u4f4d\u548c\u57fa\u672c\u672f\u8bed\u4f53\u7cfb\u3002", "to": "\u300a\u62d3\u6251\u5b66\u7684\u521d\u6b65\u7814\u7a76\u300b", "width": 10.0}, {"created_at": 1752884141, "description": "\u65bd\u9676\u7279\u8bd5\u56fe\u7528\u4f4d\u7f6e\u51e0\u4f55\u5b66\u5efa\u7acb\u5c04\u5f71\u51e0\u4f55\u5b66\uff0c\u4e0e\u62d3\u6251\u5b66\u7684\u7814\u7a76\u65b9\u5411\u4e0d\u540c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u65bd\u9676\u7279", "keywords": "alternative approach,disciplinary divergence", "source_id": "chunk-a9f19b93d1f269d93ac2f8605d5d794b", "title": "\u65bd\u9676\u7279\u8bd5\u56fe\u7528\u4f4d\u7f6e\u51e0\u4f55\u5b66\u5efa\u7acb\u5c04\u5f71\u51e0\u4f55\u5b66\uff0c\u4e0e\u62d3\u6251\u5b66\u7684\u7814\u7a76\u65b9\u5411\u4e0d\u540c\u3002", "to": "\u4f4d\u7f6e\u51e0\u4f55\u5b66", "width": 6.0}, {"created_at": 1752884141, "description": "\u8d1d\u53f6\u65af\u7684\u5148\u9a8c\u6982\u7387\u7406\u8bba\u4e3a\u8d1d\u53f6\u65af\u7f51\u7684\u6982\u7387\u8ba1\u7b97\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1d\u53f6\u65af", "keywords": "\u5e94\u7528\u5ef6\u4f38,\u6982\u7387\u7406\u8bba", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7684\u5148\u9a8c\u6982\u7387\u7406\u8bba\u4e3a\u8d1d\u53f6\u65af\u7f51\u7684\u6982\u7387\u8ba1\u7b97\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "to": "\u8d1d\u53f6\u65af\u7f51", "width": 8.0}, {"created_at": 1752884141, "description": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898\u88ab\u62bd\u8c61\u4e3a\u4e00\u7b14\u753b\u95ee\u9898\uff0c\u6b27\u62c9\u8bc1\u660e\u4e86\u5176\u4e0d\u53ef\u884c\u6027\u5e76\u7ed9\u51fa\u4e00\u822c\u5316\u6761\u4ef6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898", "keywords": "\u6570\u5b66\u7406\u8bba,\u95ee\u9898\u62bd\u8c61", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u54e5\u5c3c\u65af\u5821\u4e03\u6865\u95ee\u9898\u88ab\u62bd\u8c61\u4e3a\u4e00\u7b14\u753b\u95ee\u9898\uff0c\u6b27\u62c9\u8bc1\u660e\u4e86\u5176\u4e0d\u53ef\u884c\u6027\u5e76\u7ed9\u51fa\u4e00\u822c\u5316\u6761\u4ef6\u3002", "to": "\u4e00\u7b14\u753b\u95ee\u9898", "width": 8.0}, {"created_at": 1752884141, "description": "\u4e00\u7b14\u753b\u95ee\u9898\u8981\u6c42\u7f51\u7edc\u5fc5\u987b\u662f\u8fde\u901a\u7684\u624d\u80fd\u8ba8\u8bba\u5176\u53ef\u884c\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u7b14\u753b\u95ee\u9898", "keywords": "\u524d\u63d0\u6761\u4ef6,\u6570\u5b66\u6027\u8d28", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u4e00\u7b14\u753b\u95ee\u9898\u8981\u6c42\u7f51\u7edc\u5fc5\u987b\u662f\u8fde\u901a\u7684\u624d\u80fd\u8ba8\u8bba\u5176\u53ef\u884c\u6027\u3002", "to": "\u8fde\u901a\u7f51\u7edc", "width": 7.0}, {"created_at": 1752884141, "description": "\u6b27\u62c9\u8bc1\u660e\u4e00\u7b14\u753b\u95ee\u9898\u4e2d\u5947\u9876\u70b9\u7684\u6570\u91cf\u4e0d\u80fd\u8d85\u8fc72\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e00\u7b14\u753b\u95ee\u9898", "keywords": "\u5173\u952e\u6761\u4ef6,\u6570\u5b66\u8bc1\u660e", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6b27\u62c9\u8bc1\u660e\u4e00\u7b14\u753b\u95ee\u9898\u4e2d\u5947\u9876\u70b9\u7684\u6570\u91cf\u4e0d\u80fd\u8d85\u8fc72\u3002", "to": "\u5947\u9876\u70b9", "width": 9.0}, {"created_at": 1752884141, "description": "\u8d1d\u53f6\u65af\u7f51\u662f\u6709\u5411\u7f51\u7edc\u7684\u4e00\u79cd\u7279\u6b8a\u5f62\u5f0f\uff0c\u5f15\u5165\u6982\u7387\u540e\u7528\u4e8e\u8868\u8fbe\u968f\u673a\u53d8\u91cf\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u5411\u7f51\u7edc", "keywords": "\u6982\u7387\u5e94\u7528,\u7f51\u7edc\u6269\u5c55", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u662f\u6709\u5411\u7f51\u7edc\u7684\u4e00\u79cd\u7279\u6b8a\u5f62\u5f0f\uff0c\u5f15\u5165\u6982\u7387\u540e\u7528\u4e8e\u8868\u8fbe\u968f\u673a\u53d8\u91cf\u5173\u7cfb\u3002", "to": "\u8d1d\u53f6\u65af\u7f51", "width": 9.0}, {"created_at": 1752884141, "description": "\u6709\u5411\u7f51\u7edc\u53ef\u4ee5\u8868\u793a\u4e8b\u4ef6\u95f4\u7684\u56e0\u679c\u5173\u7cfb\uff0c\u7bad\u5934\u8868\u793a\u56e0\u679c\u65b9\u5411\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u5411\u7f51\u7edc", "keywords": "\u5173\u7cfb\u5efa\u6a21,\u903b\u8f91\u8868\u8fbe", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6709\u5411\u7f51\u7edc\u53ef\u4ee5\u8868\u793a\u4e8b\u4ef6\u95f4\u7684\u56e0\u679c\u5173\u7cfb\uff0c\u7bad\u5934\u8868\u793a\u56e0\u679c\u65b9\u5411\u3002", "to": "\u56e0\u679c\u5173\u7cfb", "width": 9.0}, {"created_at": 1752884142, "description": "\u6709\u5411\u7f51\u7edc\u53ef\u7528\u4e8e\u5efa\u6a21\u6d41\u884c\u75c5\u4f20\u64ad\u7684\u8def\u5f84\u548c\u65b9\u5411\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u5411\u7f51\u7edc", "keywords": "\u4f20\u64ad\u6a21\u578b,\u516c\u5171\u536b\u751f", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u6709\u5411\u7f51\u7edc\u53ef\u7528\u4e8e\u5efa\u6a21\u6d41\u884c\u75c5\u4f20\u64ad\u7684\u8def\u5f84\u548c\u65b9\u5411\u3002", "to": "\u6d41\u884c\u75c5\u5b66", "width": 8.0}, {"created_at": 1752884141, "description": "\u8d1d\u53f6\u65af\u7f51\u662f\u5927\u6570\u636e\u65f6\u4ee3\u5904\u7406\u590d\u6742\u53d8\u91cf\u5173\u7cfb\u7684\u91cd\u8981\u5de5\u5177\uff0c\u5c24\u5176\u5728\u4fe1\u606f\u79d1\u5b66\u548c\u57fa\u56e0\u7ec4\u5b66\u4e2d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1d\u53f6\u65af\u7f51", "keywords": "\u6280\u672f\u5e94\u7528,\u6570\u636e\u5206\u6790", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u662f\u5927\u6570\u636e\u65f6\u4ee3\u5904\u7406\u590d\u6742\u53d8\u91cf\u5173\u7cfb\u7684\u91cd\u8981\u5de5\u5177\uff0c\u5c24\u5176\u5728\u4fe1\u606f\u79d1\u5b66\u548c\u57fa\u56e0\u7ec4\u5b66\u4e2d\u3002", "to": "\u5927\u6570\u636e\u65f6\u4ee3", "width": 10.0}, {"created_at": 1752884141, "description": "\u8d1d\u53f6\u65af\u7f51\u4f7f\u7528\u6761\u4ef6\u6982\u7387\u6765\u8868\u793a\u968f\u673a\u53d8\u91cf\u95f4\u7684\u4f9d\u8d56\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1d\u53f6\u65af\u7f51", "keywords": "\u6982\u7387\u8868\u8fbe,\u7edf\u8ba1\u5206\u6790", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u4f7f\u7528\u6761\u4ef6\u6982\u7387\u6765\u8868\u793a\u968f\u673a\u53d8\u91cf\u95f4\u7684\u4f9d\u8d56\u5173\u7cfb\u3002", "to": "\u6761\u4ef6\u6982\u7387", "width": 10.0}, {"created_at": 1752884142, "description": "\u8d1d\u53f6\u65af\u7f51\u662f\u5904\u7406\u5927\u6570\u636e\u590d\u6742\u5173\u7cfb\u7684\u6709\u6548\u5de5\u5177\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1d\u53f6\u65af\u7f51", "keywords": "\u5efa\u6a21\u65b9\u6cd5,\u6570\u636e\u5206\u6790", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u662f\u5904\u7406\u5927\u6570\u636e\u590d\u6742\u5173\u7cfb\u7684\u6709\u6548\u5de5\u5177\u3002", "to": "\u5927\u6570\u636e", "width": 9.0}, {"created_at": 1752884142, "description": "\u8d1d\u53f6\u65af\u7f51\u53ef\u7528\u4e8e\u5206\u6790\u57fa\u56e0\u7ec4\u6570\u636e\u4e2d\u7684\u9057\u4f20\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1d\u53f6\u65af\u7f51", "keywords": "\u751f\u7269\u4fe1\u606f\u5b66,\u9057\u4f20\u5206\u6790", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u8d1d\u53f6\u65af\u7f51\u53ef\u7528\u4e8e\u5206\u6790\u57fa\u56e0\u7ec4\u6570\u636e\u4e2d\u7684\u9057\u4f20\u5173\u7cfb\u3002", "to": "\u57fa\u56e0\u7ec4\u5b66", "width": 9.0}, {"created_at": 1752884146, "description": "The era of big data requires new computational methods like real-time computation to handle massive, dynamic datasets.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u65f6\u4ee3", "keywords": "data analysis,technological advancement", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "The era of big data requires new computational methods like real-time computation to handle massive, dynamic datasets.", "to": "\u5373\u65f6\u8ba1\u7b97", "width": 9.0}, {"created_at": 1752884146, "description": "The era of big data requires innovative computation methods for massive datasets.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u65f6\u4ee3", "keywords": "data processing,technological advancement", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "The era of big data requires innovative computation methods for massive datasets.", "to": "\u5927\u6570\u636e\u8ba1\u7b97", "width": 10.0}, {"created_at": 1752884148, "description": "Digitization is a fundamental process enabling the big data era.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u65f6\u4ee3", "keywords": "data processing,technological advancement", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Digitization is a fundamental process enabling the big data era.", "to": "\u6570\u5b57\u5316", "width": 9.0}, {"created_at": 1752884141, "description": "\u9876\u70b9\u901a\u8fc7\u68f1\u76f8\u4e92\u8fde\u63a5\uff0c\u6784\u6210\u7f51\u7edc\u7684\u57fa\u672c\u7ed3\u6784\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9876\u70b9", "keywords": "\u7ed3\u6784\u57fa\u7840,\u7f51\u7edc\u7ec4\u6210", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u9876\u70b9\u901a\u8fc7\u68f1\u76f8\u4e92\u8fde\u63a5\uff0c\u6784\u6210\u7f51\u7edc\u7684\u57fa\u672c\u7ed3\u6784\u3002", "to": "\u68f1", "width": 8.0}, {"created_at": 1752884141, "description": "\u4f20\u7edf\u6570\u5b66\u65b9\u6cd5\u5728\u5904\u7406\u5927\u6570\u636e\u65f6\u9762\u4e34\u56f0\u96be\uff0c\u9700\u8981\u65b0\u7684\u7f51\u7edc\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f20\u7edf\u6570\u5b66", "keywords": "\u5e94\u7528\u5c40\u9650,\u65b9\u6cd5\u8bba\u6bd4\u8f83", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u4f20\u7edf\u6570\u5b66\u65b9\u6cd5\u5728\u5904\u7406\u5927\u6570\u636e\u65f6\u9762\u4e34\u56f0\u96be\uff0c\u9700\u8981\u65b0\u7684\u7f51\u7edc\u65b9\u6cd5\u3002", "to": "\u5927\u6570\u636e", "width": 7.0}, {"created_at": 1752884142, "description": "\u4e92\u8054\u7f51\u662f\u4ea7\u751f\u5927\u6570\u636e\u7684\u91cd\u8981\u6765\u6e90\u4e4b\u4e00\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u4fe1\u606f\u91c7\u96c6,\u6570\u636e\u6765\u6e90", "source_id": "chunk-b979930d4003be29c720b25f01498e92", "title": "\u4e92\u8054\u7f51\u662f\u4ea7\u751f\u5927\u6570\u636e\u7684\u91cd\u8981\u6765\u6e90\u4e4b\u4e00\u3002", "to": "\u4e92\u8054\u7f51", "width": 8.0}, {"created_at": 1752884187, "description": "China\u0027s FAST telescope contributes to astronomical big data collection.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "data generation,radio astronomy", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "China\u0027s FAST telescope contributes to astronomical big data collection.", "to": "\u5929\u773c", "width": 7.0}, {"created_at": 1752884187, "description": "\u300a\u81ea\u7136\u300b\u6742\u5fd72008\u5e74\u520a\u767b\u591a\u7bc7\u8ba8\u8bba\u5927\u6570\u636e\u7684\u6587\u7ae0\uff0c\u5f15\u53d1\u5e7f\u6cdb\u5173\u6ce8\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u5b66\u672f\u8ba8\u8bba,\u6982\u5ff5\u63a8\u5e7f", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u300a\u81ea\u7136\u300b\u6742\u5fd72008\u5e74\u520a\u767b\u591a\u7bc7\u8ba8\u8bba\u5927\u6570\u636e\u7684\u6587\u7ae0\uff0c\u5f15\u53d1\u5e7f\u6cdb\u5173\u6ce8\u3002", "to": "\u300a\u81ea\u7136\u300b\u6742\u5fd7", "width": 8.0}, {"created_at": 1752884187, "description": "\u300a\u79d1\u5b66\u300b\u6742\u5fd72011\u5e74\u4ee5\u5927\u6570\u636e\u4e3a\u4e3b\u9898\u520a\u767b\u7cfb\u5217\u6587\u7ae0\uff0c\u63a2\u8ba8\u6570\u636e\u5904\u7406\u548c\u5173\u8054\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u5b66\u672f\u8ba8\u8bba,\u6982\u5ff5\u63a8\u5e7f", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u300a\u79d1\u5b66\u300b\u6742\u5fd72011\u5e74\u4ee5\u5927\u6570\u636e\u4e3a\u4e3b\u9898\u520a\u767b\u7cfb\u5217\u6587\u7ae0\uff0c\u63a2\u8ba8\u6570\u636e\u5904\u7406\u548c\u5173\u8054\u95ee\u9898\u3002", "to": "\u300a\u79d1\u5b66\u300b\u6742\u5fd7", "width": 8.0}, {"created_at": 1752884188, "description": "\u7cbe\u51c6\u533b\u7597\u9700\u8981\u6574\u5408\u9ad8\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u533b\u7597\u521b\u65b0,\u6570\u636e\u5e94\u7528", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7cbe\u51c6\u533b\u7597\u9700\u8981\u6574\u5408\u9ad8\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002", "to": "\u7cbe\u51c6\u533b\u7597", "width": 7.0}, {"created_at": 1752884188, "description": "\u7cbe\u51c6\u6276\u8d2b\u9700\u8981\u6574\u5408\u591a\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u653f\u7b56\u521b\u65b0,\u6570\u636e\u5e94\u7528", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7cbe\u51c6\u6276\u8d2b\u9700\u8981\u6574\u5408\u591a\u7ef4\u6570\u636e\uff0c\u63a8\u52a8\u4e86\u5927\u7ef4\u6570\u636e\u7684\u7814\u7a76\u3002", "to": "\u7cbe\u51c6\u6276\u8d2b", "width": 7.0}, {"created_at": 1752884188, "description": "Big data often includes network data, which is complex and dynamic, requiring specialized analysis methods.\u003cSEP\u003e\u7f51\u7edc\u6570\u636e\u662f\u5927\u6570\u636e\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "data complexity,scalability,\u6570\u636e\u6765\u6e90,\u7279\u5f81\u8868\u73b0", "source_id": "chunk-608b0316446964948025df9ddd40b81a\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Big data often includes network data, which is complex and dynamic, requiring specialized analysis methods.\u003cSEP\u003e\u7f51\u7edc\u6570\u636e\u662f\u5927\u6570\u636e\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u5177\u6709\u91cf\u5927\u7ef4\u6570\u9ad8\u7684\u7279\u70b9\u3002", "to": "\u7f51\u7edc\u6570\u636e", "width": 17.0}, {"created_at": 1752884188, "description": "\u6587\u672c\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u7684\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u6570\u636e\u7c7b\u578b,\u65f6\u4ee3\u7279\u5f81", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6587\u672c\u6570\u636e\u662f\u5927\u6570\u636e\u65f6\u4ee3\u7684\u91cd\u8981\u6570\u636e\u7c7b\u578b\u4e4b\u4e00\u3002", "to": "\u6587\u672c\u6570\u636e", "width": 8.0}, {"created_at": 1752884188, "description": "\u6570\u5b57\u5316\u8fdb\u7a0b\u7684\u63a8\u8fdb\u4fc3\u4f7f\u5927\u6570\u636e\u95ee\u9898\u53d8\u5f97\u8d8a\u6765\u8d8a\u91cd\u8981\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "\u6280\u672f\u53d1\u5c55,\u793e\u4f1a\u53d8\u9769", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6570\u5b57\u5316\u8fdb\u7a0b\u7684\u63a8\u8fdb\u4fc3\u4f7f\u5927\u6570\u636e\u95ee\u9898\u53d8\u5f97\u8d8a\u6765\u8d8a\u91cd\u8981\u3002", "to": "\u6570\u5b57\u5316\u8fdb\u7a0b", "width": 7.0}, {"created_at": 1752884188, "description": "Information security is a critical concern in big data applications due to the volume and sensitivity of data involved.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "data protection,privacy", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Information security is a critical concern in big data applications due to the volume and sensitivity of data involved.", "to": "\u4fe1\u606f\u5b89\u5168", "width": 8.0}, {"created_at": 1752884192, "description": "Big data analysis relies on mathematical patterns, though data itself lacks inherent structure.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "data abstraction,pattern extraction", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Big data analysis relies on mathematical patterns, though data itself lacks inherent structure.", "to": "\u6570\u5b66\u6a21\u5f0f", "width": 6.0}, {"created_at": 1752884192, "description": "The unstructured nature of big data drives advancements in AI and machine learning to analyze and extract meaningful information.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e", "keywords": "data analysis,technological advancement", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "The unstructured nature of big data drives advancements in AI and machine learning to analyze and extract meaningful information.", "to": "\u4eba\u5de5\u667a\u80fd", "width": 8.0}, {"created_at": 1752884143, "description": "Big data analysis emerged from the vast data resources made available by internet technologies.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e92\u8054\u7f51", "keywords": "data revolution,technological enablement", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Big data analysis emerged from the vast data resources made available by internet technologies.", "to": "\u5927\u6570\u636e\u5206\u6790", "width": 9.0}, {"created_at": 1752884142, "description": "Mathematics provides the foundational framework for probability theory, which studies randomness within deterministic structures.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "deterministic vs. random,theoretical foundation", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Mathematics provides the foundational framework for probability theory, which studies randomness within deterministic structures.", "to": "\u6982\u7387\u8bba", "width": 8.0}, {"created_at": 1752884142, "description": "Mathematics focuses on causal relationships, where inputs definitively determine outputs.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "deterministic analysis,input-output linkage", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Mathematics focuses on causal relationships, where inputs definitively determine outputs.", "to": "\u56e0\u679c\u5173\u7cfb", "width": 8.0}, {"created_at": 1752884151, "description": "Mathematics develops toward symbolic representation of its objects of study.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "abstraction,representation", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Mathematics develops toward symbolic representation of its objects of study.", "to": "\u7b26\u53f7\u5316", "width": 9.0}, {"created_at": 1752884151, "description": "Mathematical proofs become formalized into structured logical sequences.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "rigor,structure", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Mathematical proofs become formalized into structured logical sequences.", "to": "\u5f62\u5f0f\u5316", "width": 9.0}, {"created_at": 1752884151, "description": "Mathematics builds on axiomatic foundations for logical consistency.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "consistency,foundations", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Mathematics builds on axiomatic foundations for logical consistency.", "to": "\u516c\u7406\u5316", "width": 9.0}, {"created_at": 1752884191, "description": "Mathematics studies abstract structures as its foundational research objects.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "mathematical foundation,research framework", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Mathematics studies abstract structures as its foundational research objects.", "to": "\u62bd\u8c61\u7ed3\u6784", "width": 10.0}, {"created_at": 1752884191, "description": "Mathematical patterns are the results derived from the study of abstract structures in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "model building,research outcomes", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Mathematical patterns are the results derived from the study of abstract structures in mathematics.", "to": "\u6570\u5b66\u6a21\u5f0f", "width": 9.0}, {"created_at": 1752884191, "description": "Advances in computer technology have transformed the study and application of mathematics in modern research.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "mathematical innovation,technological impact", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Advances in computer technology have transformed the study and application of mathematics in modern research.", "to": "\u8ba1\u7b97\u673a\u6280\u672f", "width": 8.0}, {"created_at": 1752884191, "description": "Information technology relies heavily on mathematical principles for data processing and algorithm design.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "data science,mathematical applications", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Information technology relies heavily on mathematical principles for data processing and algorithm design.", "to": "\u4fe1\u606f\u6280\u672f", "width": 9.0}, {"created_at": 1752884191, "description": "Mathematics provides the foundational language and tools for modeling physical phenomena in physics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "scientific modeling,theoretical framework", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Mathematics provides the foundational language and tools for modeling physical phenomena in physics.", "to": "\u7269\u7406\u5b66", "width": 9.0}, {"created_at": 1752884191, "description": "Mathematics is essential in life sciences for modeling biological processes and analyzing experimental data.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "biological modeling,data analysis", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Mathematics is essential in life sciences for modeling biological processes and analyzing experimental data.", "to": "\u751f\u547d\u79d1\u5b66", "width": 8.0}, {"created_at": 1752884192, "description": "Computational science provides tools that enable new mathematical approaches to analyzing real-world data.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "analytical tools,technological enablement", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Computational science provides tools that enable new mathematical approaches to analyzing real-world data.", "to": "\u8ba1\u7b97\u79d1\u5b66", "width": 9.0}, {"created_at": 1752884193, "description": "\u6570\u5b66\u662f\u6784\u5efa\u6570\u5b66\u6a21\u578b\u7684\u57fa\u7840\u5de5\u5177\uff0c\u7528\u4e8e\u8868\u8fbe\u548c\u89e3\u51b3\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66", "keywords": "\u5de5\u5177\u4e0e\u6a21\u578b,\u5e94\u7528\u6570\u5b66", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u6570\u5b66\u662f\u6784\u5efa\u6570\u5b66\u6a21\u578b\u7684\u57fa\u7840\u5de5\u5177\uff0c\u7528\u4e8e\u8868\u8fbe\u548c\u89e3\u51b3\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u95ee\u9898\u3002", "to": "\u6570\u5b66\u6a21\u578b", "width": 9.0}, {"created_at": 1752884142, "description": "Laplace contributed the classical definition of probability, shaping early probability theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "historical contribution,theoretical development", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Laplace contributed the classical definition of probability, shaping early probability theory.", "to": "\u62c9\u666e\u62c9\u65af", "width": 7.0}, {"created_at": 1752884142, "description": "Kolmogorov formalized probability theory with an axiomatic system, making it rigorous.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "foundational work,mathematical formalization", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Kolmogorov formalized probability theory with an axiomatic system, making it rigorous.", "to": "\u67ef\u5c14\u83ab\u54e5\u6d1b\u592b", "width": 9.0}, {"created_at": 1752884142, "description": "\u6982\u7387\u8bba\u4ee5\u968f\u673a\u4e8b\u4ef6\u4e3a\u7814\u7a76\u5bf9\u8c61\uff0c\u63a2\u8ba8\u5176\u53d1\u751f\u89c4\u5f8b\u548c\u6982\u7387\u8ba1\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "\u7406\u8bba\u6838\u5fc3,\u7814\u7a76\u5bf9\u8c61", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u6982\u7387\u8bba\u4ee5\u968f\u673a\u4e8b\u4ef6\u4e3a\u7814\u7a76\u5bf9\u8c61\uff0c\u63a2\u8ba8\u5176\u53d1\u751f\u89c4\u5f8b\u548c\u6982\u7387\u8ba1\u7b97\u3002", "to": "\u968f\u673a\u4e8b\u4ef6", "width": 9.0}, {"created_at": 1752884142, "description": "\u6570\u5b66\u540c\u4e00\u5f8b\u4f7f\u5f97\u6982\u7387\u8bba\u80fd\u591f\u7528\u6570\u5b66\u65b9\u6cd5\u7814\u7a76\u968f\u673a\u73b0\u8c61\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "\u65b9\u6cd5\u652f\u6491,\u7406\u8bba\u57fa\u7840", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u6570\u5b66\u540c\u4e00\u5f8b\u4f7f\u5f97\u6982\u7387\u8bba\u80fd\u591f\u7528\u6570\u5b66\u65b9\u6cd5\u7814\u7a76\u968f\u673a\u73b0\u8c61\u3002", "to": "\u6570\u5b66\u540c\u4e00\u5f8b", "width": 8.0}, {"created_at": 1752884142, "description": "\u629b\u786c\u5e01\u95ee\u9898\u5c55\u793a\u4e86\u6982\u7387\u8bba\u4e2d\u72ec\u7acb\u4e8b\u4ef6\u7684\u601d\u8fa8\u5206\u6790\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "\u5178\u578b\u6848\u4f8b,\u65b9\u6cd5\u8bba", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u629b\u786c\u5e01\u95ee\u9898\u5c55\u793a\u4e86\u6982\u7387\u8bba\u4e2d\u72ec\u7acb\u4e8b\u4ef6\u7684\u601d\u8fa8\u5206\u6790\u65b9\u6cd5\u3002", "to": "\u629b\u786c\u5e01\u95ee\u9898", "width": 7.0}, {"created_at": 1752884143, "description": "Kolmogorov\u5efa\u7acb\u4e86\u6982\u7387\u8bba\u7684\u516c\u7406\u5316\u4f53\u7cfb\uff0c\u7edf\u4e00\u4e86\u79bb\u6563\u548c\u8fde\u7eed\u60c5\u5f62\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "\u516c\u7406\u5316,\u7406\u8bba\u4f53\u7cfb", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Kolmogorov\u5efa\u7acb\u4e86\u6982\u7387\u8bba\u7684\u516c\u7406\u5316\u4f53\u7cfb\uff0c\u7edf\u4e00\u4e86\u79bb\u6563\u548c\u8fde\u7eed\u60c5\u5f62\u3002", "to": "Kolmogorov", "width": 10.0}, {"created_at": 1752884190, "description": "Information theory relies on probability theory to model uncertainty and information entropy.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba", "keywords": "mathematical basis,uncertainty quantification", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "Information theory relies on probability theory to model uncertainty and information entropy.", "to": "\u4fe1\u606f\u8bba", "width": 8.0}, {"created_at": 1752884200, "description": "Laplace authored \u0027\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u0027, expanding on his probabilistic theories.", "file_path": "ChuZhongShuXue.docx", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "mathematical theory,philosophical exploration", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Laplace authored \u0027\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u0027, expanding on his probabilistic theories.", "to": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "width": 7.0}, {"created_at": 1752884201, "description": "Laplace authored \u0027\u5206\u6790\u6982\u7387\u8bba\u0027, a foundational work in probability theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "authorship,mathematical theory", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Laplace authored \u0027\u5206\u6790\u6982\u7387\u8bba\u0027, a foundational work in probability theory.", "to": "\u300a\u5206\u6790\u6982\u7387\u8bba\u300b", "width": 9.0}, {"created_at": 1752884201, "description": "Laplace authored \u0027\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u0027, expanding on his probabilistic theories.", "file_path": "ChuZhongShuXue.docx", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "authorship,philosophical exploration", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Laplace authored \u0027\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u0027, expanding on his probabilistic theories.", "to": "\u300a\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba\u300b", "width": 8.0}, {"created_at": 1752884143, "description": "Kolmogorov established the modern axiomatic foundations of probability theory in 1933.", "file_path": "ChuZhongShuXue.docx", "from": "\u67ef\u5c14\u83ab\u54e5\u6d1b\u592b", "keywords": "mathematical foundations,theory formalization", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Kolmogorov established the modern axiomatic foundations of probability theory in 1933.", "to": "\u6982\u7387\u8bba\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752884143, "description": "Kolmogorov built probability theory on the foundation of sample space using measure theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u67ef\u5c14\u83ab\u54e5\u6d1b\u592b", "keywords": "mathematical framework,theoretical foundation", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Kolmogorov built probability theory on the foundation of sample space using measure theory.", "to": "\u6837\u672c\u7a7a\u95f4", "width": 9.0}, {"created_at": 1752884142, "description": "Random events are a subset of random phenomena with measurable probabilities.", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u73b0\u8c61", "keywords": "classification,probabilistic measurement", "source_id": "chunk-d2679c276a6549feb7b170286ac40568", "title": "Random events are a subset of random phenomena with measurable probabilities.", "to": "\u968f\u673a\u4e8b\u4ef6", "width": 7.0}, {"created_at": 1752884142, "description": "\u6982\u7387\u662f\u968f\u673a\u4e8b\u4ef6\u7684\u56fa\u6709\u5c5e\u6027\uff0c\u5ea6\u91cf\u5176\u53d1\u751f\u7684\u53ef\u80fd\u6027\u5927\u5c0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u4e8b\u4ef6", "keywords": "\u5c5e\u6027\u5ea6\u91cf,\u7406\u8bba\u57fa\u77f3", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u6982\u7387\u662f\u968f\u673a\u4e8b\u4ef6\u7684\u56fa\u6709\u5c5e\u6027\uff0c\u5ea6\u91cf\u5176\u53d1\u751f\u7684\u53ef\u80fd\u6027\u5927\u5c0f\u3002", "to": "\u6982\u7387", "width": 10.0}, {"created_at": 1752884143, "description": "Computational advances enabled machine learning as a new statistical research domain.", "file_path": "ChuZhongShuXue.docx", "from": "\u673a\u5668\u5b66\u4e60", "keywords": "interdisciplinary growth,technological enablement", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Computational advances enabled machine learning as a new statistical research domain.", "to": "\u8ba1\u7b97\u79d1\u5b66", "width": 8.0}, {"created_at": 1752884185, "description": "\u673a\u5668\u5b66\u4e60\u5229\u7528\u968f\u673a\u6e38\u8d70\u6a21\u578b\u6a21\u62df\u51b3\u7b56\u8fc7\u7a0b\uff0c\u6269\u5c55\u4e86\u6a21\u578b\u7684\u5e94\u7528\u573a\u666f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u673a\u5668\u5b66\u4e60", "keywords": "\u7b97\u6cd5\u8bbe\u8ba1,\u884c\u4e3a\u6a21\u62df", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u673a\u5668\u5b66\u4e60\u5229\u7528\u968f\u673a\u6e38\u8d70\u6a21\u578b\u6a21\u62df\u51b3\u7b56\u8fc7\u7a0b\uff0c\u6269\u5c55\u4e86\u6a21\u578b\u7684\u5e94\u7528\u573a\u666f\u3002", "to": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "width": 7.0}, {"created_at": 1752884192, "description": "AI systems implement machine learning algorithms to process mathematical patterns in data.\u003cSEP\u003eMachine learning is a key component of AI, enabling systems to learn from data and improve over time.", "file_path": "ChuZhongShuXue.docx", "from": "\u673a\u5668\u5b66\u4e60", "keywords": "algorithmic implementation,cognitive modeling,subfield,technological dependency", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "AI systems implement machine learning algorithms to process mathematical patterns in data.\u003cSEP\u003eMachine learning is a key component of AI, enabling systems to learn from data and improve over time.", "to": "\u4eba\u5de5\u667a\u80fd", "width": 18.0}, {"created_at": 1752884142, "description": "Probability theory and statistics both study random events mathematically but differ in approach: probability is speculative, while statistics is data-driven.", "file_path": "ChuZhongShuXue.docx", "from": "Probability Theory", "keywords": "mathematical study,methodological contrast", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Probability theory and statistics both study random events mathematically but differ in approach: probability is speculative, while statistics is data-driven.", "to": "Statistics", "width": 8.0}, {"created_at": 1752884142, "description": "Laplace provided an early definition of probability as a ratio of favorable to total cases, foundational to classical probability theory.", "file_path": "ChuZhongShuXue.docx", "from": "Probability Theory", "keywords": "foundational theory,historical contribution", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Laplace provided an early definition of probability as a ratio of favorable to total cases, foundational to classical probability theory.", "to": "Laplace", "width": 9.0}, {"created_at": 1752884142, "description": "Kolmogorov formalized probability theory axiomatically using measure theory, unifying discrete and continuous cases under a rigorous framework.", "file_path": "ChuZhongShuXue.docx", "from": "Probability Theory", "keywords": "axiomatization,mathematical rigor", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Kolmogorov formalized probability theory axiomatically using measure theory, unifying discrete and continuous cases under a rigorous framework.", "to": "Kolmogorov", "width": 10.0}, {"created_at": 1752884142, "description": "The sample space is the foundational construct for defining random events and their probabilities in probability theory.", "file_path": "ChuZhongShuXue.docx", "from": "Probability Theory", "keywords": "fundamental concept,mathematical basis", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "The sample space is the foundational construct for defining random events and their probabilities in probability theory.", "to": "Sample Space", "width": 9.0}, {"created_at": 1752884143, "description": "Laplace\u63d0\u51fa\u7684\u6982\u7387\u5b9a\u4e49\u6210\u4e3a\u53e4\u5178\u6982\u578b\u7684\u7406\u8bba\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "Laplace", "keywords": "\u5386\u53f2\u8d21\u732e,\u7406\u8bba\u5960\u57fa", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "Laplace\u63d0\u51fa\u7684\u6982\u7387\u5b9a\u4e49\u6210\u4e3a\u53e4\u5178\u6982\u578b\u7684\u7406\u8bba\u57fa\u7840\u3002", "to": "\u53e4\u5178\u6982\u578b", "width": 8.0}, {"created_at": 1752884143, "description": "Basic events are elements of the sample space, representing individual outcomes.", "file_path": "ChuZhongShuXue.docx", "from": "Sample Space", "keywords": "foundational concepts,probability theory", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Basic events are elements of the sample space, representing individual outcomes.", "to": "Basic Event", "width": 8.0}, {"created_at": 1752884143, "description": "Elementary events are the constituent elements that make up the sample space.", "file_path": "ChuZhongShuXue.docx", "from": "Sample Space", "keywords": "probability foundations,set theory", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Elementary events are the constituent elements that make up the sample space.", "to": "Elementary Event", "width": 9.0}, {"created_at": 1752884142, "description": "The classical model is a subset of discrete distributions, assuming finite, equally likely outcomes.", "file_path": "ChuZhongShuXue.docx", "from": "Classical Probability Model", "keywords": "special case,theoretical framework", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "The classical model is a subset of discrete distributions, assuming finite, equally likely outcomes.", "to": "Discrete Probability Distribution", "width": 7.0}, {"created_at": 1752884148, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u7528\u4e8e\u6982\u7387\u4f30\u8ba1\u7684\u7edf\u8ba1\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387", "keywords": "probability estimation,statistical methods", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u7528\u4e8e\u6982\u7387\u4f30\u8ba1\u7684\u7edf\u8ba1\u65b9\u6cd5\u3002", "to": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "width": 8.0}, {"created_at": 1752884148, "description": "\u6982\u7387\u53ef\u9760\u6027\u662f\u5904\u7406\u6982\u7387\u5927\u4e8e1\u60c5\u51b5\u7684\u65b0\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387", "keywords": "new concepts,probability theory", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6982\u7387\u53ef\u9760\u6027\u662f\u5904\u7406\u6982\u7387\u5927\u4e8e1\u60c5\u51b5\u7684\u65b0\u6982\u5ff5\u3002", "to": "\u6982\u7387\u53ef\u9760\u6027", "width": 7.0}, {"created_at": 1752884142, "description": "\u9ab0\u5b50\u95ee\u9898\u662f\u53e4\u5178\u6982\u578b\u7684\u5178\u578b\u5e94\u7528\uff0c\u5c55\u793a\u57fa\u672c\u6982\u5ff5\u548c\u8ba1\u7b97\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ab0\u5b50\u95ee\u9898", "keywords": "\u5e94\u7528\u6848\u4f8b,\u6982\u5ff5\u6f14\u793a", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u9ab0\u5b50\u95ee\u9898\u662f\u53e4\u5178\u6982\u578b\u7684\u5178\u578b\u5e94\u7528\uff0c\u5c55\u793a\u57fa\u672c\u6982\u5ff5\u548c\u8ba1\u7b97\u65b9\u6cd5\u3002", "to": "\u53e4\u5178\u6982\u578b", "width": 8.0}, {"created_at": 1752884142, "description": "\u57fa\u672c\u4e8b\u4ef6\u6784\u6210\u6837\u672c\u7a7a\u95f4\u7684\u5143\u7d20\uff0c\u662f\u6982\u7387\u8ba1\u7b97\u7684\u57fa\u672c\u5355\u4f4d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u57fa\u672c\u4e8b\u4ef6", "keywords": "\u57fa\u7840\u6982\u5ff5,\u6784\u6210\u5173\u7cfb", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u57fa\u672c\u4e8b\u4ef6\u6784\u6210\u6837\u672c\u7a7a\u95f4\u7684\u5143\u7d20\uff0c\u662f\u6982\u7387\u8ba1\u7b97\u7684\u57fa\u672c\u5355\u4f4d\u3002", "to": "\u6837\u672c\u7a7a\u95f4", "width": 9.0}, {"created_at": 1752884143, "description": "Statistical inference uses sample space differently from probability theory, for estimating rather than defining probabilities.", "file_path": "ChuZhongShuXue.docx", "from": "\u6837\u672c\u7a7a\u95f4", "keywords": "methodological difference,shared foundation", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Statistical inference uses sample space differently from probability theory, for estimating rather than defining probabilities.", "to": "\u7edf\u8ba1\u63a8\u65ad", "width": 8.0}, {"created_at": 1752884142, "description": "\u8ba1\u6570\u6d4b\u5ea6\u662f\u53e4\u5178\u6982\u578b\u4e2d\u8ba1\u7b97\u6982\u7387\u7684\u57fa\u672c\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8ba1\u6570\u6d4b\u5ea6", "keywords": "\u7406\u8bba\u5de5\u5177,\u8ba1\u7b97\u65b9\u6cd5", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u8ba1\u6570\u6d4b\u5ea6\u662f\u53e4\u5178\u6982\u578b\u4e2d\u8ba1\u7b97\u6982\u7387\u7684\u57fa\u672c\u65b9\u6cd5\u3002", "to": "\u53e4\u5178\u6982\u578b", "width": 8.0}, {"created_at": 1752884143, "description": "\u52d2\u8d1d\u683c\u6d4b\u5ea6\u4e3a\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52d2\u8d1d\u683c\u6d4b\u5ea6", "keywords": "\u6570\u5b66\u57fa\u7840,\u7406\u8bba\u652f\u6301", "source_id": "chunk-5edb71c2ab121a89ffcc34a4824a138f", "title": "\u52d2\u8d1d\u683c\u6d4b\u5ea6\u4e3a\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\u3002", "to": "\u8fde\u7eed\u578b\u6982\u7387\u5206\u5e03", "width": 9.0}, {"created_at": 1752884143, "description": "Classical probability models deal with discrete cases while Lebesgue measure handles continuous distributions.", "file_path": "ChuZhongShuXue.docx", "from": "\u52d2\u8d1d\u683c\u6d4b\u5ea6", "keywords": "mathematical duality,probability types", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Classical probability models deal with discrete cases while Lebesgue measure handles continuous distributions.", "to": "\u53e4\u5178\u6982\u578b", "width": 7.0}, {"created_at": 1752884143, "description": "De Morgan\u0027s coin toss experiments provided early empirical validation for frequency-based probability estimation methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fb7\u00b7\u6469\u6839", "keywords": "experimental validation,probability research", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "De Morgan\u0027s coin toss experiments provided early empirical validation for frequency-based probability estimation methods.", "to": "\u7edf\u8ba1\u63a8\u65ad", "width": 8.0}, {"created_at": 1752884143, "description": "Buffon\u0027s systematic experiments demonstrated how observed frequencies can estimate theoretical probabilities.", "file_path": "ChuZhongShuXue.docx", "from": "\u84b2\u4e30", "keywords": "empirical research,probability validation", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Buffon\u0027s systematic experiments demonstrated how observed frequencies can estimate theoretical probabilities.", "to": "\u7edf\u8ba1\u63a8\u65ad", "width": 8.0}, {"created_at": 1752884185, "description": "\u76ae\u5c14\u900a\u53d1\u73b0\u5e02\u573a\u4ef7\u683c\u53d8\u5316\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u76f8\u4f3c\u6027\uff0c\u63a8\u52a8\u4e86\u8be5\u6a21\u578b\u7684\u7814\u7a76\u548c\u5e94\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76ae\u5c14\u900a", "keywords": "\u4ef7\u683c\u89c4\u5f8b,\u7edf\u8ba1\u53d1\u73b0", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u76ae\u5c14\u900a\u53d1\u73b0\u5e02\u573a\u4ef7\u683c\u53d8\u5316\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u76f8\u4f3c\u6027\uff0c\u63a8\u52a8\u4e86\u8be5\u6a21\u578b\u7684\u7814\u7a76\u548c\u5e94\u7528\u3002", "to": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "width": 7.0}, {"created_at": 1752884185, "description": "\u76ae\u5c14\u900a\u901a\u8fc7\u7814\u7a76\u5e02\u573a\u4ef7\u683c\u53d8\u5316\uff0c\u5efa\u7acb\u4e86\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u5173\u8054\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76ae\u5c14\u900a", "keywords": "\u5b66\u672f\u53d1\u73b0,\u89c4\u5f8b\u9a8c\u8bc1", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u76ae\u5c14\u900a\u901a\u8fc7\u7814\u7a76\u5e02\u573a\u4ef7\u683c\u53d8\u5316\uff0c\u5efa\u7acb\u4e86\u4e0e\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u5173\u8054\u6027\u3002", "to": "\u5e02\u573a\u4ef7\u683c\u53d8\u5316", "width": 8.0}, {"created_at": 1752884187, "description": "\u76ae\u5c14\u900a\u662f\u9ad8\u987f\u7684\u5b66\u751f\uff0c\u53d1\u5c55\u4e86\u9ad8\u987f\u63d0\u51fa\u7684\u56de\u5f52\u548c\u76f8\u5173\u6982\u5ff5\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76ae\u5c14\u900a", "keywords": "\u5b66\u672f\u4f20\u627f,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u76ae\u5c14\u900a\u662f\u9ad8\u987f\u7684\u5b66\u751f\uff0c\u53d1\u5c55\u4e86\u9ad8\u987f\u63d0\u51fa\u7684\u56de\u5f52\u548c\u76f8\u5173\u6982\u5ff5\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u57fa\u7840\u3002", "to": "\u9ad8\u5c14\u987f", "width": 9.0}, {"created_at": 1752884143, "description": "While probability theory uses defined axioms, statistical inference estimates probabilities from observed data through different methodological approaches.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba\u516c\u7406\u4f53\u7cfb", "keywords": "mathematical dichotomy,theoretical vs applied", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "While probability theory uses defined axioms, statistical inference estimates probabilities from observed data through different methodological approaches.", "to": "\u7edf\u8ba1\u63a8\u65ad", "width": 9.0}, {"created_at": 1752884143, "description": "Probability theory became categorized as pure mathematics after Kolmogorov\u0027s abstract axiomatization.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba\u516c\u7406\u4f53\u7cfb", "keywords": "disciplinary classification,theoretical abstraction", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Probability theory became categorized as pure mathematics after Kolmogorov\u0027s abstract axiomatization.", "to": "\u7eaf\u7cb9\u6570\u5b66", "width": 8.0}, {"created_at": 1752884143, "description": "The Renaissance period saw the birth of empirical probability studies through systematic experimentation by European scholars.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "historical development,scientific methodology", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "The Renaissance period saw the birth of empirical probability studies through systematic experimentation by European scholars.", "to": "\u6587\u827a\u590d\u5174", "width": 7.0}, {"created_at": 1752884143, "description": "Modern big data analytics builds upon and extends traditional statistical inference methods to handle large-scale datasets.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "methodological evolution,technological impact", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Modern big data analytics builds upon and extends traditional statistical inference methods to handle large-scale datasets.", "to": "\u5927\u6570\u636e\u5206\u6790", "width": 8.0}, {"created_at": 1752884143, "description": "Coin toss experiments historically demonstrated how statistical inference works through frequency analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "empirical demonstration,historical validation", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Coin toss experiments historically demonstrated how statistical inference works through frequency analysis.", "to": "\u629b\u63b7\u786c\u5e01", "width": 9.0}, {"created_at": 1752884143, "description": "Exam scores illustrate how statistical inference estimates probabilities from repeated observations.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "educational application,practical example", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Exam scores illustrate how statistical inference estimates probabilities from repeated observations.", "to": "\u671f\u672b\u8003\u8bd5\u6210\u7ee9", "width": 7.0}, {"created_at": 1752884143, "description": "Data mining developed as a specialized technique within the broader field of big data analytics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u5206\u6790", "keywords": "analytical techniques,method specialization", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "Data mining developed as a specialized technique within the broader field of big data analytics.", "to": "\u6570\u636e\u6316\u6398", "width": 8.0}, {"created_at": 1752884145, "description": "Big data analysis requires distributed computing algorithms.\u003cSEP\u003e\u5206\u5e03\u5f0f\u7b97\u6cd5\u8bbe\u8ba1\u7528\u4e8e\u5904\u7406\u6d77\u91cf\u52a8\u6001\u6570\u636e\uff0c\u652f\u6301\u5e76\u884c\u8ba1\u7b97\u548c\u5b9e\u65f6\u5206\u6790\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u5206\u6790", "keywords": "parallel processing,scalable computing,\u5b9e\u65f6\u5904\u7406,\u5e76\u884c\u8ba1\u7b97", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Big data analysis requires distributed computing algorithms.\u003cSEP\u003e\u5206\u5e03\u5f0f\u7b97\u6cd5\u8bbe\u8ba1\u7528\u4e8e\u5904\u7406\u6d77\u91cf\u52a8\u6001\u6570\u636e\uff0c\u652f\u6301\u5e76\u884c\u8ba1\u7b97\u548c\u5b9e\u65f6\u5206\u6790\u3002", "to": "\u5206\u5e03\u5f0f\u7b97\u6cd5", "width": 20.0}, {"created_at": 1752884185, "description": "\u968f\u673a\u6e38\u8d70\u6a21\u578b\u88ab\u5e94\u7528\u4e8e\u5927\u6570\u636e\u5206\u6790\uff0c\u5904\u7406\u793e\u4ea4\u7f51\u7edc\u7b49\u590d\u6742\u968f\u673a\u6570\u636e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u5206\u6790", "keywords": "\u6570\u636e\u5efa\u6a21,\u73b0\u4ee3\u5e94\u7528", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u968f\u673a\u6e38\u8d70\u6a21\u578b\u88ab\u5e94\u7528\u4e8e\u5927\u6570\u636e\u5206\u6790\uff0c\u5904\u7406\u793e\u4ea4\u7f51\u7edc\u7b49\u590d\u6742\u968f\u673a\u6570\u636e\u3002", "to": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "width": 7.0}, {"created_at": 1752884143, "description": "The Renaissance period saw scholars begin systematic probability experiments like coin toss studies.", "file_path": "ChuZhongShuXue.docx", "from": "\u6587\u827a\u590d\u5174", "keywords": "historical origins,scientific methodology", "source_id": "chunk-7bc921e8fdb37617c147a029ae8f4475", "title": "The Renaissance period saw scholars begin systematic probability experiments like coin toss studies.", "to": "\u629b\u63b7\u786c\u5e01", "width": 8.0}, {"created_at": 1752884174, "description": "\u6587\u827a\u590d\u5174\u53d1\u7aef\u4e8e\u610f\u5927\u5229\uff0c\u9010\u6e10\u6269\u5c55\u5230\u6574\u4e2a\u6b27\u6d32\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6587\u827a\u590d\u5174", "keywords": "\u5386\u53f2\u8fd0\u52a8,\u6587\u5316\u8d77\u6e90", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u6587\u827a\u590d\u5174\u53d1\u7aef\u4e8e\u610f\u5927\u5229\uff0c\u9010\u6e10\u6269\u5c55\u5230\u6574\u4e2a\u6b27\u6d32\u3002", "to": "\u610f\u5927\u5229", "width": 9.0}, {"created_at": 1752884174, "description": "\u6587\u827a\u590d\u5174\u53d1\u7aef\u4e8e\u5730\u4e2d\u6d77\u6cbf\u5cb8\u7684\u610f\u5927\u5229\uff0c\u53d7\u53e4\u5e0c\u814a\u6587\u660e\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6587\u827a\u590d\u5174", "keywords": "\u5386\u53f2\u5f71\u54cd,\u5730\u7406\u6587\u5316", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u6587\u827a\u590d\u5174\u53d1\u7aef\u4e8e\u5730\u4e2d\u6d77\u6cbf\u5cb8\u7684\u610f\u5927\u5229\uff0c\u53d7\u53e4\u5e0c\u814a\u6587\u660e\u5f71\u54cd\u3002", "to": "\u5730\u4e2d\u6d77", "width": 7.0}, {"created_at": 1752884188, "description": "Data mining techniques are often applied to unstructured text to extract meaningful patterns or insights.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u6316\u6398", "keywords": "data processing,pattern extraction", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Data mining techniques are often applied to unstructured text to extract meaningful patterns or insights.", "to": "\u975e\u7ed3\u6784\u5316\u6587\u672c", "width": 8.0}, {"created_at": 1752884188, "description": "\u5927\u7ef4\u6570\u636e\u5bf9\u8ba1\u7b97\u79d1\u5b66\u63d0\u51fa\u4e86\u65b0\u7684\u6311\u6218\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8ba1\u7b97\u79d1\u5b66", "keywords": "\u5b66\u79d1\u6311\u6218,\u7814\u7a76\u9700\u6c42", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u5927\u7ef4\u6570\u636e\u5bf9\u8ba1\u7b97\u79d1\u5b66\u63d0\u51fa\u4e86\u65b0\u7684\u6311\u6218\u3002", "to": "\u5927\u7ef4\u6570\u636e", "width": 7.0}, {"created_at": 1752884143, "description": "Statistical inference relies on inductive reasoning to generalize from sample data to population characteristics.", "file_path": "ChuZhongShuXue.docx", "from": "Inductive Reasoning", "keywords": "data analysis,reasoning method", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Statistical inference relies on inductive reasoning to generalize from sample data to population characteristics.", "to": "Statistical Inference", "width": 9.0}, {"created_at": 1752884143, "description": "Statistical inference produces probabilistic conclusions, while mathematics yields certain results through deductive reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "Statistical Inference", "keywords": "certainty vs. probability,contrast in methodology", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Statistical inference produces probabilistic conclusions, while mathematics yields certain results through deductive reasoning.", "to": "Mathematics", "width": 7.0}, {"created_at": 1752884144, "description": "Statistical inference produces probable conclusions while mathematical deduction yields certain results.", "file_path": "ChuZhongShuXue.docx", "from": "Statistical Inference", "keywords": "contrast in methodology", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Statistical inference produces probable conclusions while mathematical deduction yields certain results.", "to": "Mathematical Deduction", "width": 8.0}, {"created_at": 1752884161, "description": "Complex numbers emerged as a solution to problems in quadratic and cubic equations within mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematics", "keywords": "mathematical concepts,problem-solving", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Complex numbers emerged as a solution to problems in quadratic and cubic equations within mathematics.", "to": "Complex Numbers", "width": 9.0}, {"created_at": 1752884143, "description": "Samples are subsets used to estimate characteristics of the broader population.", "file_path": "ChuZhongShuXue.docx", "from": "Sample", "keywords": "data collection,estimation", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Samples are subsets used to estimate characteristics of the broader population.", "to": "Population", "width": 10.0}, {"created_at": 1752884143, "description": "Random variables are characterized by their probability distributions, which describe their possible values and likelihoods.", "file_path": "ChuZhongShuXue.docx", "from": "Random Variable", "keywords": "randomness,statistical modeling", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Random variables are characterized by their probability distributions, which describe their possible values and likelihoods.", "to": "Probability Distribution", "width": 9.0}, {"created_at": 1752884144, "description": "The concept describes how random variables simultaneously embody theoretical distributions and empirical observations.", "file_path": "ChuZhongShuXue.docx", "from": "Random Variable", "keywords": "philosophical foundation", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The concept describes how random variables simultaneously embody theoretical distributions and empirical observations.", "to": "Duality of Random Variables", "width": 7.0}, {"created_at": 1752884143, "description": "Discrete random variables with equally likely outcomes align with Laplace\u0027s classical probability framework.", "file_path": "ChuZhongShuXue.docx", "from": "Discrete Random Variable", "keywords": "historical context,probability theory", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Discrete random variables with equally likely outcomes align with Laplace\u0027s classical probability framework.", "to": "Laplace\u0027s Classical Probability", "width": 6.0}, {"created_at": 1752884144, "description": "The probability mass function explicitly defines the distribution of discrete random variables.", "file_path": "ChuZhongShuXue.docx", "from": "Discrete Random Variable", "keywords": "discrete mathematics", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "The probability mass function explicitly defines the distribution of discrete random variables.", "to": "Probability Mass Function", "width": 8.0}, {"created_at": 1752884144, "description": "The jump rope standard is established through data collected from the student activity.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e94\u5e74\u7ea7\u5b66\u751f\u8df3\u7ef3\u8fbe\u6807\u7ebf", "keywords": "educational assessment,physical activity", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The jump rope standard is established through data collected from the student activity.", "to": "\u8df3\u7ef3\u6d3b\u52a8", "width": 8.0}, {"created_at": 1752884144, "description": "The 2022 curriculum expanded statistical methods to include advanced classification techniques.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6(2022\u7248)\u300b", "keywords": "curriculum advancement,secondary education", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "The 2022 curriculum expanded statistical methods to include advanced classification techniques.", "to": "\u79bb\u5dee\u5e73\u65b9\u548c", "width": 8.0}, {"created_at": 1752884144, "description": "Students\u0027 jump rope performances are measured and recorded as data for analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e94\u5e74\u7ea7\u5b66\u751f", "keywords": "data collection,physical assessment", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Students\u0027 jump rope performances are measured and recorded as data for analysis.", "to": "\u8df3\u7ef3\u6b21\u6570", "width": 9.0}, {"created_at": 1752884144, "description": "Recorded jump counts are analyzed using quartiles to set the performance standard.", "file_path": "ChuZhongShuXue.docx", "from": "\u8df3\u7ef3\u6b21\u6570", "keywords": "performance benchmarks,statistical threshold", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Recorded jump counts are analyzed using quartiles to set the performance standard.", "to": "\u56db\u5206\u4f4d\u6570", "width": 10.0}, {"created_at": 1752884144, "description": "Both apply percentile-based methods for decision-making in different contexts.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u5206\u4f4d\u6570", "keywords": "methodology application,policy design", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Both apply percentile-based methods for decision-making in different contexts.", "to": "\u84dd\u5929\u8ba1\u5212", "width": 7.0}, {"created_at": 1752884144, "description": "Quartiles exemplify rule-based decision-making for ambiguous scenarios.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u5206\u4f4d\u6570", "keywords": "ambiguity management,statistical reasoning", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Quartiles exemplify rule-based decision-making for ambiguous scenarios.", "to": "\u968f\u673a\u73b0\u8c61\u51b3\u7b56", "width": 8.0}, {"created_at": 1752884190, "description": "China\u0027s Blue Sky Initiative establishes pollution control standards for regional smog mitigation.", "file_path": "ChuZhongShuXue.docx", "from": "\u84dd\u5929\u8ba1\u5212", "keywords": "air quality,environmental policy", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "China\u0027s Blue Sky Initiative establishes pollution control standards for regional smog mitigation.", "to": "\u96fe\u973e\u6cbb\u7406", "width": 7.0}, {"created_at": 1752884190, "description": "The Blue Sky Initiative implements policies to improve ecological environments through pollution control.", "file_path": "ChuZhongShuXue.docx", "from": "\u84dd\u5929\u8ba1\u5212", "keywords": "environmental governance,policy implementation", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Blue Sky Initiative implements policies to improve ecological environments through pollution control.", "to": "\u751f\u6001\u73af\u5883", "width": 8.0}, {"created_at": 1752884149, "description": "\u53e4\u5e0c\u814a\u54f2\u5b66\u548c\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5bf9\u6570\u5b66\u5b9a\u4e49\u7684\u7406\u89e3\u6709\u663e\u8457\u5dee\u5f02\uff0c\u524d\u8005\u91cd\u903b\u8f91\uff0c\u540e\u8005\u91cd\u5b9e\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66", "keywords": "definition approaches,philosophical contrast", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u53e4\u5e0c\u814a\u54f2\u5b66\u548c\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5bf9\u6570\u5b66\u5b9a\u4e49\u7684\u7406\u89e3\u6709\u663e\u8457\u5dee\u5f02\uff0c\u524d\u8005\u91cd\u903b\u8f91\uff0c\u540e\u8005\u91cd\u5b9e\u7528\u3002", "to": "\u53e4\u5e0c\u814a\u54f2\u5b66", "width": 8.0}, {"created_at": 1752884145, "description": "The sum of squared deviations is used to calculate the sample variance, which estimates population dispersion.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "dispersion measurement,variance calculation", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "The sum of squared deviations is used to calculate the sample variance, which estimates population dispersion.", "to": "\u6837\u672c\u65b9\u5dee", "width": 7.0}, {"created_at": 1752884145, "description": "Sum of squared deviations aggregates individual deviations.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "aggregation,dispersion measure", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Sum of squared deviations aggregates individual deviations.", "to": "\u79bb\u5dee", "width": 7.0}, {"created_at": 1752884145, "description": "Within-group sum is a component of total sum of squares.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "decomposition,variance partitioning", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Within-group sum is a component of total sum of squares.", "to": "\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c", "width": 7.0}, {"created_at": 1752884145, "description": "The dataset is evaluated using within-group variance as a clustering metric.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "clustering evaluation,variance analysis", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "The dataset is evaluated using within-group variance as a clustering metric.", "to": "n\u4e2a\u6570\u636e", "width": 8.0}, {"created_at": 1752884145, "description": "Three-group clustering solution is evaluated using within-group variance.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "clustering solution,evaluation metric", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Three-group clustering solution is evaluated using within-group variance.", "to": "\u4e09\u7ec4", "width": 7.0}, {"created_at": 1752884145, "description": "Four-group clustering solution is evaluated using within-group variance.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "clustering solution,evaluation metric", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Four-group clustering solution is evaluated using within-group variance.", "to": "\u56db\u7ec4", "width": 7.0}, {"created_at": 1752884145, "description": "Maximum grouping solution is evaluated using within-group variance.", "file_path": "ChuZhongShuXue.docx", "from": "\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "clustering solution,evaluation metric", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Maximum grouping solution is evaluated using within-group variance.", "to": "n-1\u7ec4", "width": 7.0}, {"created_at": 1752884144, "description": "Mean and variance are paired statistical measures for summarizing data distributions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5747\u503c", "keywords": "data analysis,descriptive statistics", "source_id": "chunk-ec9187ab77c2e91f0873e149ddc0ed25", "title": "Mean and variance are paired statistical measures for summarizing data distributions.", "to": "\u65b9\u5dee", "width": 9.0}, {"created_at": 1752884145, "description": "The sample mean is used as an estimator for the population mean in statistical analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u603b\u4f53\u5747\u503c", "keywords": "central tendency,estimation", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "The sample mean is used as an estimator for the population mean in statistical analysis.", "to": "\u6837\u672c\u5747\u503c", "width": 8.0}, {"created_at": 1752884145, "description": "The sample variance serves as an estimator for the population variance in statistical analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u603b\u4f53\u65b9\u5dee", "keywords": "dispersion,estimation", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "The sample variance serves as an estimator for the population variance in statistical analysis.", "to": "\u6837\u672c\u65b9\u5dee", "width": 8.0}, {"created_at": 1752884145, "description": "Deviations are calculated relative to the sample mean.", "file_path": "ChuZhongShuXue.docx", "from": "\u6837\u672c\u5747\u503c", "keywords": "calculation basis,reference point", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Deviations are calculated relative to the sample mean.", "to": "\u79bb\u5dee", "width": 6.0}, {"created_at": 1752884189, "description": "K-L\u8ddd\u79bb\u7528\u4e8e\u6bd4\u8f83\u4e24\u4e2a\u6982\u7387\u5206\u5e03\u7684\u5dee\u5f02\u7a0b\u5ea6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u5206\u5e03", "keywords": "\u5dee\u5f02\u5ea6\u91cf,\u7edf\u8ba1\u5206\u6790", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "K-L\u8ddd\u79bb\u7528\u4e8e\u6bd4\u8f83\u4e24\u4e2a\u6982\u7387\u5206\u5e03\u7684\u5dee\u5f02\u7a0b\u5ea6\u3002", "to": "K-L\u8ddd\u79bb", "width": 8.0}, {"created_at": 1752884145, "description": "Order statistics enable systematic data grouping approaches.", "file_path": "ChuZhongShuXue.docx", "from": "\u987a\u5e8f\u7edf\u8ba1\u91cf", "keywords": "clustering,data organization", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "Order statistics enable systematic data grouping approaches.", "to": "\u5206\u7ec4", "width": 7.0}, {"created_at": 1752884145, "description": "These complementary measures assess cluster quality.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c", "keywords": "cluster analysis,variance decomposition", "source_id": "chunk-d606ad10186764121c125503135f2f7c", "title": "These complementary measures assess cluster quality.", "to": "\u7ec4\u95f4\u79bb\u5dee\u5e73\u65b9\u548c", "width": 8.0}, {"created_at": 1752884145, "description": "AIC\u65b9\u6cd5\u7528\u4e8e\u8bc4\u4f30\u548c\u9009\u62e9\u6700\u4f18\u7684\u5206\u7ec4\u65b9\u6848\uff0c\u5e73\u8861\u5206\u7ec4\u6570\u91cf\u548c\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "AIC\u65b9\u6cd5", "keywords": "\u6a21\u578b\u4f18\u5316,\u7edf\u8ba1\u65b9\u6cd5", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "AIC\u65b9\u6cd5\u7528\u4e8e\u8bc4\u4f30\u548c\u9009\u62e9\u6700\u4f18\u7684\u5206\u7ec4\u65b9\u6848\uff0c\u5e73\u8861\u5206\u7ec4\u6570\u91cf\u548c\u7ec4\u5185\u79bb\u5dee\u5e73\u65b9\u548c\u3002", "to": "\u5206\u7ec4\u65b9\u6848", "width": 8.0}, {"created_at": 1752884145, "description": "AIC method is used to select optimal grouping for the dataset.", "file_path": "ChuZhongShuXue.docx", "from": "AIC\u65b9\u6cd5", "keywords": "clustering optimization,model selection", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "AIC method is used to select optimal grouping for the dataset.", "to": "n\u4e2a\u6570\u636e", "width": 9.0}, {"created_at": 1752884145, "description": "Bisection method operates on intervals where solutions exist.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5206\u6cd5", "keywords": "numerical method,root finding", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Bisection method operates on intervals where solutions exist.", "to": "\u533a\u95f4[a,b]", "width": 8.0}, {"created_at": 1752884145, "description": "Bisection method produces numerical approximations of solutions.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5206\u6cd5", "keywords": "iterative method,numerical approximation", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Bisection method produces numerical approximations of solutions.", "to": "\u8fd1\u4f3c\u89e3", "width": 9.0}, {"created_at": 1752884145, "description": "Distributed algorithms enable parallel processing across multiple machines.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u5e03\u5f0f\u7b97\u6cd5", "keywords": "parallel computing,scalability", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Distributed algorithms enable parallel processing across multiple machines.", "to": "\u591a\u53f0\u8ba1\u7b97\u673a", "width": 10.0}, {"created_at": 1752884146, "description": "Distributed methods support processing of dynamic data streams.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u5e03\u5f0f\u7b97\u6cd5", "keywords": "dynamic data,stream processing", "source_id": "chunk-1d53a8b79c459a7736aa43124180db58", "title": "Distributed methods support processing of dynamic data streams.", "to": "\u5b9e\u65f6\u8ba1\u7b97", "width": 9.0}, {"created_at": 1752884146, "description": "Parallel computation is a specific application of these new computational methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e76\u884c\u8ba1\u7b97", "keywords": "application,implementation", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Parallel computation is a specific application of these new computational methods.", "to": "\u8ba1\u7b97\u65b9\u6cd5", "width": 9.0}, {"created_at": 1752884146, "description": "Addition operations form the basis for designing parallel computation methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e76\u884c\u8ba1\u7b97", "keywords": "computation design,fundamental operations", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Addition operations form the basis for designing parallel computation methods.", "to": "\u52a0\u6cd5\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752884146, "description": "Parallel computation examples are suitable for middle school statistics and probability education.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e76\u884c\u8ba1\u7b97", "keywords": "computational thinking,pedagogy", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Parallel computation examples are suitable for middle school statistics and probability education.", "to": "\u521d\u4e2d\u7edf\u8ba1\u4e0e\u6982\u7387", "width": 7.0}, {"created_at": 1752884146, "description": "Real-time computation methods are essential for processing dynamic data.", "file_path": "ChuZhongShuXue.docx", "from": "\u5373\u65f6\u8ba1\u7b97", "keywords": "data processing,real-time systems", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Real-time computation methods are essential for processing dynamic data.", "to": "\u52a8\u6001\u6570\u636e", "width": 9.0}, {"created_at": 1752884146, "description": "New computational methods must break through traditional transitive computational logic.", "file_path": "ChuZhongShuXue.docx", "from": "\u8ba1\u7b97\u65b9\u6cd5", "keywords": "innovation,paradigm shift", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "New computational methods must break through traditional transitive computational logic.", "to": "\u4f20\u9012\u6027\u7684\u8ba1\u7b97\u903b\u8f91", "width": 8.0}, {"created_at": 1752884146, "description": "Dynamic data processing requires innovative computational methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u8ba1\u7b97\u65b9\u6cd5", "keywords": "data processing,real-time analysis", "source_id": "chunk-2e4972ad6e1759c82b71b7eb4bf1ccd8", "title": "Dynamic data processing requires innovative computational methods.", "to": "\u52a8\u6001\u6570\u636e", "width": 8.0}, {"created_at": 1752884146, "description": "\u52a0\u6743\u5e73\u5747\u901a\u8fc7\u6743\u91cd\u8c03\u6574\uff0c\u66f4\u7cbe\u786e\u5730\u53cd\u6620\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\uff0c\u5c24\u5176\u9002\u7528\u4e8e\u6982\u7387\u6216\u9891\u7387\u5df2\u77e5\u7684\u60c5\u51b5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf", "keywords": "precision,weighted analysis", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u52a0\u6743\u5e73\u5747\u901a\u8fc7\u6743\u91cd\u8c03\u6574\uff0c\u66f4\u7cbe\u786e\u5730\u53cd\u6620\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf\uff0c\u5c24\u5176\u9002\u7528\u4e8e\u6982\u7387\u6216\u9891\u7387\u5df2\u77e5\u7684\u60c5\u51b5\u3002", "to": "\u52a0\u6743\u5e73\u5747", "width": 9.0}, {"created_at": 1752884146, "description": "\u51e0\u4f55\u5e73\u5747\u9002\u7528\u4e8e\u4e58\u6cd5\u8fd0\u7b97\u7684\u6570\u636e\uff0c\u5982\u589e\u957f\u7387\u6216\u6bd4\u4f8b\uff0c\u63d0\u4f9b\u53e6\u4e00\u79cd\u96c6\u4e2d\u8d8b\u52bf\u7684\u5ea6\u91cf\u65b9\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u7684\u96c6\u4e2d\u8d8b\u52bf", "keywords": "multiplicative analysis,proportional trends", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u51e0\u4f55\u5e73\u5747\u9002\u7528\u4e8e\u4e58\u6cd5\u8fd0\u7b97\u7684\u6570\u636e\uff0c\u5982\u589e\u957f\u7387\u6216\u6bd4\u4f8b\uff0c\u63d0\u4f9b\u53e6\u4e00\u79cd\u96c6\u4e2d\u8d8b\u52bf\u7684\u5ea6\u91cf\u65b9\u5f0f\u3002", "to": "\u51e0\u4f55\u5e73\u5747", "width": 7.0}, {"created_at": 1752884147, "description": "Weighted average is greater than or equal to geometric mean for the same set of positive data points.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a0\u6743\u5e73\u5747", "keywords": "mathematical inequality,statistical comparison", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Weighted average is greater than or equal to geometric mean for the same set of positive data points.", "to": "\u51e0\u4f55\u5e73\u5747", "width": 8.0}, {"created_at": 1752884148, "description": "\u52a0\u6743\u5e73\u5747\u53ef\u4ee5\u7528\u4e8e\u987a\u5e8f\u6570\u636e\u7684\u5206\u6790\u548c\u51b3\u7b56\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52a0\u6743\u5e73\u5747", "keywords": "data analysis,decision-making", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u52a0\u6743\u5e73\u5747\u53ef\u4ee5\u7528\u4e8e\u987a\u5e8f\u6570\u636e\u7684\u5206\u6790\u548c\u51b3\u7b56\u3002", "to": "\u987a\u5e8f\u6570\u636e", "width": 8.0}, {"created_at": 1752884147, "description": "Geometric mean is greater than or equal to harmonic mean for the same set of positive data points.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5e73\u5747", "keywords": "mathematical inequality,statistical comparison", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Geometric mean is greater than or equal to harmonic mean for the same set of positive data points.", "to": "\u8c03\u548c\u5e73\u5747", "width": 8.0}, {"created_at": 1752884147, "description": "Arithmetic mean is greater than or equal to geometric mean for positive numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u5e73\u5747", "keywords": "averages,mathematical inequality", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Arithmetic mean is greater than or equal to geometric mean for positive numbers.", "to": "\u7b97\u672f\u5e73\u5747", "width": 8.0}, {"created_at": 1752884146, "description": "\u5409\u6797\u5e02\u662f\u5409\u6797\u7701\u7684\u91cd\u8981\u57ce\u5e02\uff0c\u5176\u7ecf\u6d4e\u6570\u636e\u76f4\u63a5\u5f71\u54cd\u5168\u7701\u7684\u4eba\u5747GDP\u8ba1\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5409\u6797\u7701", "keywords": "data impact,regional economy", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5409\u6797\u5e02\u662f\u5409\u6797\u7701\u7684\u91cd\u8981\u57ce\u5e02\uff0c\u5176\u7ecf\u6d4e\u6570\u636e\u76f4\u63a5\u5f71\u54cd\u5168\u7701\u7684\u4eba\u5747GDP\u8ba1\u7b97\u3002", "to": "\u5409\u6797\u5e02", "width": 7.0}, {"created_at": 1752884147, "description": "GDP\u662f\u8861\u91cf\u5409\u6797\u7701\u7ecf\u6d4e\u8868\u73b0\u7684\u6838\u5fc3\u6307\u6807\uff0c2021\u5e74\u5168\u7701GDP\u4e3a13236\u4ebf\u5143\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5409\u6797\u7701", "keywords": "economic measurement,regional development", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "GDP\u662f\u8861\u91cf\u5409\u6797\u7701\u7ecf\u6d4e\u8868\u73b0\u7684\u6838\u5fc3\u6307\u6807\uff0c2021\u5e74\u5168\u7701GDP\u4e3a13236\u4ebf\u5143\u3002", "to": "GDP", "width": 9.0}, {"created_at": 1752884147, "description": "\u5e38\u4f4f\u4eba\u53e3\u6570\u636e\u7528\u4e8e\u8ba1\u7b97\u5409\u6797\u7701\u7684\u4eba\u5747GDP\u7b49\u7ecf\u6d4e\u6307\u6807\uff0c2021\u5e74\u5168\u7701\u5e38\u4f4f\u4eba\u53e3\u4e3a2400\u4e07\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5409\u6797\u7701", "keywords": "demographic data,economic calculation", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5e38\u4f4f\u4eba\u53e3\u6570\u636e\u7528\u4e8e\u8ba1\u7b97\u5409\u6797\u7701\u7684\u4eba\u5747GDP\u7b49\u7ecf\u6d4e\u6307\u6807\uff0c2021\u5e74\u5168\u7701\u5e38\u4f4f\u4eba\u53e3\u4e3a2400\u4e07\u3002", "to": "\u5e38\u4f4f\u4eba\u53e3", "width": 8.0}, {"created_at": 1752884147, "description": "\u5b50\u590f\u4e0e\u9b4f\u6587\u4faf\u5728\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u4e2d\u8ba8\u8bba\u4e86\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u6982\u5ff5\uff0c\u4f53\u73b0\u4e86\u53e4\u4ee3\u4e2d\u56fd\u7684\u6cbb\u7406\u601d\u60f3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b50\u590f", "keywords": "governance,philosophical discourse", "source_id": "chunk-bda14592dbaa2fe2c2ce2a81645fcbdc", "title": "\u5b50\u590f\u4e0e\u9b4f\u6587\u4faf\u5728\u300a\u793c\u8bb0 \u2022 \u4e50\u8bb0\u300b\u4e2d\u8ba8\u8bba\u4e86\u2018\u5e73\u5747\u5929\u4e0b\u2019\u7684\u6982\u5ff5\uff0c\u4f53\u73b0\u4e86\u53e4\u4ee3\u4e2d\u56fd\u7684\u6cbb\u7406\u601d\u60f3\u3002", "to": "\u9b4f\u6587\u4faf", "width": 7.0}, {"created_at": 1752884147, "description": "The bank changes interest rates over time, illustrating the need for geometric mean to calculate average rates accurately.", "file_path": "ChuZhongShuXue.docx", "from": "Bank", "keywords": "compound interest,financial calculation", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "The bank changes interest rates over time, illustrating the need for geometric mean to calculate average rates accurately.", "to": "Interest Rates", "width": 8.0}, {"created_at": 1752884147, "description": "The bank uses weighted average to calculate interest rates over different time periods.", "file_path": "ChuZhongShuXue.docx", "from": "Bank", "keywords": "financial calculation,time weighting", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "The bank uses weighted average to calculate interest rates over different time periods.", "to": "Weighted Average", "width": 8.0}, {"created_at": 1752884147, "description": "The bank should use geometric mean for accurate interest rate calculations due to compounding effects.", "file_path": "ChuZhongShuXue.docx", "from": "Bank", "keywords": "compound interest,financial accuracy", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "The bank should use geometric mean for accurate interest rate calculations due to compounding effects.", "to": "Geometric Mean", "width": 9.0}, {"created_at": 1752884147, "description": "Arithmetic mean is used for parallel scenarios, while geometric mean is used for serial scenarios like growth rates.", "file_path": "ChuZhongShuXue.docx", "from": "Arithmetic Mean", "keywords": "averaging methods,mathematical concepts", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Arithmetic mean is used for parallel scenarios, while geometric mean is used for serial scenarios like growth rates.", "to": "Geometric Mean", "width": 9.0}, {"created_at": 1752884147, "description": "Arithmetic mean represents the additive nature of parallel circuits where components work independently.", "file_path": "ChuZhongShuXue.docx", "from": "Arithmetic Mean", "keywords": "additive properties,electrical analogy", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Arithmetic mean represents the additive nature of parallel circuits where components work independently.", "to": "Parallel Circuits", "width": 7.0}, {"created_at": 1752884147, "description": "Geometric mean is used to calculate accurate growth rates over time, as it accounts for compounding effects.", "file_path": "ChuZhongShuXue.docx", "from": "Geometric Mean", "keywords": "financial modeling,growth calculation", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Geometric mean is used to calculate accurate growth rates over time, as it accounts for compounding effects.", "to": "Growth Rate", "width": 10.0}, {"created_at": 1752884147, "description": "Geometric mean represents the multiplicative nature of series circuits where components work sequentially.", "file_path": "ChuZhongShuXue.docx", "from": "Geometric Mean", "keywords": "electrical analogy,multiplicative properties", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Geometric mean represents the multiplicative nature of series circuits where components work sequentially.", "to": "Series Circuits", "width": 7.0}, {"created_at": 1752884147, "description": "Geometric mean provides the correct calculation method for annual growth rates due to compounding.", "file_path": "ChuZhongShuXue.docx", "from": "Geometric Mean", "keywords": "compounding effect,growth calculation", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Geometric mean provides the correct calculation method for annual growth rates due to compounding.", "to": "Annual Growth Rate", "width": 10.0}, {"created_at": 1752884147, "description": "Weighted average may be insufficient for interest calculations where geometric mean better handles compounding.", "file_path": "ChuZhongShuXue.docx", "from": "Geometric Mean", "keywords": "calculation accuracy,financial methods", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Weighted average may be insufficient for interest calculations where geometric mean better handles compounding.", "to": "Weighted Average", "width": 7.0}, {"created_at": 1752884147, "description": "Harmonic mean is used to calculate average speed in round trips where speeds vary, providing a more accurate measure.", "file_path": "ChuZhongShuXue.docx", "from": "Harmonic Mean", "keywords": "speed calculation,travel metrics", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Harmonic mean is used to calculate average speed in round trips where speeds vary, providing a more accurate measure.", "to": "Average Speed", "width": 9.0}, {"created_at": 1752884147, "description": "Harmonic mean is applied in engineering models to calculate work completion times when multiple workers are involved.", "file_path": "ChuZhongShuXue.docx", "from": "Harmonic Mean", "keywords": "parallel processing,work efficiency", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Harmonic mean is applied in engineering models to calculate work completion times when multiple workers are involved.", "to": "Engineering Model", "width": 8.0}, {"created_at": 1752884147, "description": "Harmonic mean correctly calculates average speed for round trips with varying speeds.", "file_path": "ChuZhongShuXue.docx", "from": "Harmonic Mean", "keywords": "rate averaging,speed calculation", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Harmonic mean correctly calculates average speed for round trips with varying speeds.", "to": "Round Trip Speed", "width": 9.0}, {"created_at": 1752884147, "description": "Harmonic mean determines work completion time when multiple workers contribute simultaneously.", "file_path": "ChuZhongShuXue.docx", "from": "Harmonic Mean", "keywords": "efficiency calculation,parallel work", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Harmonic mean determines work completion time when multiple workers contribute simultaneously.", "to": "Work Completion Time", "width": 8.0}, {"created_at": 1752884147, "description": "Compound interest calculations are directly linked to accurate annual growth rate determination.", "file_path": "ChuZhongShuXue.docx", "from": "Compound Interest", "keywords": "compounding effect,financial growth", "source_id": "chunk-2305bb2562b55446f1c96f36eda3d5ba", "title": "Compound interest calculations are directly linked to accurate annual growth rate determination.", "to": "Annual Growth Rate", "width": 9.0}, {"created_at": 1752884147, "description": "The engineering problem illustrates the application of harmonic mean to parallel work rates.", "file_path": "ChuZhongShuXue.docx", "from": "\u8c03\u548c\u5e73\u5747", "keywords": "mathematical application,problem solving", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "The engineering problem illustrates the application of harmonic mean to parallel work rates.", "to": "\u5de5\u7a0b\u95ee\u9898", "width": 9.0}, {"created_at": 1752884148, "description": "Nominal data is one type of qualitative data used in statistical analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u540d\u4e49\u6570\u636e", "keywords": "data classification,statistical categories", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Nominal data is one type of qualitative data used in statistical analysis.", "to": "\u5b9a\u6027\u6570\u636e", "width": 7.0}, {"created_at": 1752884148, "description": "Ordinal data is another type of qualitative data with ranked categories.", "file_path": "ChuZhongShuXue.docx", "from": "\u987a\u5e8f\u6570\u636e", "keywords": "data classification,statistical categories", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Ordinal data is another type of qualitative data with ranked categories.", "to": "\u5b9a\u6027\u6570\u636e", "width": 7.0}, {"created_at": 1752884148, "description": "\u987a\u5e8f\u6570\u636e\u53ef\u4ee5\u7528\u4e8e\u968f\u673a\u51b3\u7b56\uff0c\u901a\u8fc7\u52a0\u6743\u5e73\u5747\u7b49\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u987a\u5e8f\u6570\u636e", "keywords": "data analysis,decision-making", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u987a\u5e8f\u6570\u636e\u53ef\u4ee5\u7528\u4e8e\u968f\u673a\u51b3\u7b56\uff0c\u901a\u8fc7\u52a0\u6743\u5e73\u5747\u7b49\u65b9\u6cd5\u3002", "to": "\u968f\u673a\u51b3\u7b56", "width": 7.0}, {"created_at": 1752884148, "description": "\u56fe\u753b\u8fd8\u539f\u5229\u7528\u987a\u5e8f\u6570\u636e\u8fdb\u884c\u4fe1\u606f\u4f20\u9012\u548c\u8fd8\u539f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u987a\u5e8f\u6570\u636e", "keywords": "data application,information processing", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u56fe\u753b\u8fd8\u539f\u5229\u7528\u987a\u5e8f\u6570\u636e\u8fdb\u884c\u4fe1\u606f\u4f20\u9012\u548c\u8fd8\u539f\u3002", "to": "\u56fe\u753b\u8fd8\u539f", "width": 7.0}, {"created_at": 1752884148, "description": "Extreme data points can disproportionately affect arithmetic mean calculations.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u672f\u5e73\u5747", "keywords": "outliers,statistical sensitivity", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Extreme data points can disproportionately affect arithmetic mean calculations.", "to": "\u6781\u7aef\u6570\u636e", "width": 7.0}, {"created_at": 1752884148, "description": "The i.i.d. assumption provides validity for using arithmetic mean in statistical analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b97\u672f\u5e73\u5747", "keywords": "data validity,statistical assumptions", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "The i.i.d. assumption provides validity for using arithmetic mean in statistical analysis.", "to": "\u72ec\u7acb\u540c\u5206\u5e03", "width": 8.0}, {"created_at": 1752884148, "description": "Qualitative data requires digitization for processing in the big data era.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9a\u6027\u6570\u636e", "keywords": "data transformation,digital processing", "source_id": "chunk-ce9cf5a1057d3134bafb4c7d6a0bd36e", "title": "Qualitative data requires digitization for processing in the big data era.", "to": "\u6570\u5b57\u5316", "width": 9.0}, {"created_at": 1752884191, "description": "Taylor expansion is used in maximum likelihood estimation to approximate likelihood functions in statistical modeling.", "file_path": "ChuZhongShuXue.docx", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "mathematical modeling,statistical approximation", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Taylor expansion is used in maximum likelihood estimation to approximate likelihood functions in statistical modeling.", "to": "\u53f0\u52b3\u5c55\u5f00", "width": 7.0}, {"created_at": 1752884148, "description": "\u6570\u5b66\u8bfe\u6807\u4e2d\u5305\u542b\u968f\u673a\u51b3\u7b56\u7684\u5185\u5bb9\uff0c\u5982\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a\u8d2d\u4e70\u6c34\u679c\u7684\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u51b3\u7b56", "keywords": "decision-making,education standards", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u6570\u5b66\u8bfe\u6807\u4e2d\u5305\u542b\u968f\u673a\u51b3\u7b56\u7684\u5185\u5bb9\uff0c\u5982\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a\u8d2d\u4e70\u6c34\u679c\u7684\u95ee\u9898\u3002", "to": "\u6570\u5b66\u8bfe\u6807", "width": 6.0}, {"created_at": 1752884148, "description": "\u968f\u673a\u51b3\u7b56\u662f\u6570\u5b66\u6559\u80b2\u4e2d\u9700\u8981\u878d\u5165\u7684\u91cd\u8981\u5185\u5bb9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u51b3\u7b56", "keywords": "decision-making,education", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u968f\u673a\u51b3\u7b56\u662f\u6570\u5b66\u6559\u80b2\u4e2d\u9700\u8981\u878d\u5165\u7684\u91cd\u8981\u5185\u5bb9\u3002", "to": "\u6570\u5b66\u6559\u80b2", "width": 9.0}, {"created_at": 1752884148, "description": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a\u7684\u8d2d\u4e70\u6c34\u679c\u95ee\u9898\u662f\u4e00\u4e2a\u968f\u673a\u51b3\u7b56\u7684\u4f8b\u5b50\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u51b3\u7b56", "keywords": "decision-making,practical application", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a\u7684\u8d2d\u4e70\u6c34\u679c\u95ee\u9898\u662f\u4e00\u4e2a\u968f\u673a\u51b3\u7b56\u7684\u4f8b\u5b50\u3002", "to": "\u73ed\u7ea7\u65b0\u5e74\u8054\u5408\u4f1a", "width": 8.0}, {"created_at": 1752884190, "description": "Random decision-making relies on probability estimation to assess uncertain outcomes.", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u51b3\u7b56", "keywords": "decision theory,uncertainty quantification", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Random decision-making relies on probability estimation to assess uncertain outcomes.", "to": "\u6982\u7387\u4f30\u8ba1", "width": 8.0}, {"created_at": 1752884148, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u57281936\u5e74\u9009\u4e3e\u9884\u6d4b\u4e2d\u5931\u8d25\uff0c\u51f8\u663e\u793e\u4f1a\u8c03\u67e5\u4e2d\u6837\u672c\u9009\u62e9\u7684\u91cd\u8981\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u793e\u4f1a\u8c03\u67e5", "keywords": "prediction accuracy,survey methodology", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u57281936\u5e74\u9009\u4e3e\u9884\u6d4b\u4e2d\u5931\u8d25\uff0c\u51f8\u663e\u793e\u4f1a\u8c03\u67e5\u4e2d\u6837\u672c\u9009\u62e9\u7684\u91cd\u8981\u6027\u3002", "to": "\u300a\u6587\u5b66\u6587\u6458\u300b", "width": 9.0}, {"created_at": 1752884148, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u57281936\u5e74\u9009\u4e3e\u4e2d\u9519\u8bef\u9884\u6d4b\u7f57\u65af\u798f\u4f1a\u8f93\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6587\u5b66\u6587\u6458\u300b", "keywords": "election outcome,media prediction", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u57281936\u5e74\u9009\u4e3e\u4e2d\u9519\u8bef\u9884\u6d4b\u7f57\u65af\u798f\u4f1a\u8f93\u3002", "to": "\u7f57\u65af\u798f", "width": 8.0}, {"created_at": 1752884148, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u57281936\u5e74\u9009\u4e3e\u4e2d\u9519\u8bef\u9884\u6d4b\u5170\u767b\u4f1a\u8d62\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6587\u5b66\u6587\u6458\u300b", "keywords": "election outcome,media prediction", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u57281936\u5e74\u9009\u4e3e\u4e2d\u9519\u8bef\u9884\u6d4b\u5170\u767b\u4f1a\u8d62\u3002", "to": "\u5170\u767b", "width": 8.0}, {"created_at": 1752884149, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u9519\u8bef\u9884\u6d4b\u4e861936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u7ed3\u679c\uff0c\u5bfc\u81f4\u5176\u7834\u4ea7\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6587\u5b66\u6587\u6458\u300b", "keywords": "election impact,prediction error", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u9519\u8bef\u9884\u6d4b\u4e861936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u7ed3\u679c\uff0c\u5bfc\u81f4\u5176\u7834\u4ea7\u3002", "to": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e", "width": 8.0}, {"created_at": 1752884149, "description": "\u76d6\u6d1b\u666e\u63d0\u51fa\u65b0\u7684\u8c03\u67e5\u65b9\u6cd5\uff0c\u7ea0\u6b63\u4e86\u300a\u6587\u5b66\u6587\u6458\u300b\u7684\u9519\u8bef\u9884\u6d4b\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6587\u5b66\u6587\u6458\u300b", "keywords": "correction,polling methodology", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u76d6\u6d1b\u666e\u63d0\u51fa\u65b0\u7684\u8c03\u67e5\u65b9\u6cd5\uff0c\u7ea0\u6b63\u4e86\u300a\u6587\u5b66\u6587\u6458\u300b\u7684\u9519\u8bef\u9884\u6d4b\u65b9\u6cd5\u3002", "to": "\u76d6\u6d1b\u666e", "width": 7.0}, {"created_at": 1752884149, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u4f7f\u7528\u7535\u8bdd\u53f7\u7801\u7c3f\u4f5c\u4e3a\u62bd\u6837\u6765\u6e90\u5bfc\u81f4\u6837\u672c\u504f\u5dee", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6587\u5b66\u6587\u6458\u300b", "keywords": "data limitation,sampling method", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u4f7f\u7528\u7535\u8bdd\u53f7\u7801\u7c3f\u4f5c\u4e3a\u62bd\u6837\u6765\u6e90\u5bfc\u81f4\u6837\u672c\u504f\u5dee", "to": "\u7535\u8bdd\u53f7\u7801\u7c3f", "width": 8.0}, {"created_at": 1752884149, "description": "\u300a\u6587\u5b66\u6587\u6458\u300b\u4f7f\u7528\u4ff1\u4e50\u90e8\u4f1a\u5458\u540d\u518c\u5bfc\u81f4\u5bcc\u4eba\u9009\u6c11\u8fc7\u5ea6\u4ee3\u8868", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6587\u5b66\u6587\u6458\u300b", "keywords": "affluent representation,sampling bias", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u300a\u6587\u5b66\u6587\u6458\u300b\u4f7f\u7528\u4ff1\u4e50\u90e8\u4f1a\u5458\u540d\u518c\u5bfc\u81f4\u5bcc\u4eba\u9009\u6c11\u8fc7\u5ea6\u4ee3\u8868", "to": "\u4ff1\u4e50\u90e8\u4f1a\u5458\u540d\u518c", "width": 8.0}, {"created_at": 1752884148, "description": "\u7f57\u65af\u798f\u548c\u5170\u767b\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u7ade\u4e89\u5bf9\u624b\uff0c\u7f57\u65af\u798f\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u83b7\u80dc\u3002\u003cSEP\u003e\u7f57\u65af\u798f\u548c\u5170\u767b\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u7ade\u4e89\u5bf9\u624b\uff0c\u7f57\u65af\u798f\u83b7\u80dc\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u65af\u798f", "keywords": "election,election outcome,political competition,political rivalry", "source_id": "chunk-a6c5c15edb2653db4909a8aeafccee93\u003cSEP\u003echunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u7f57\u65af\u798f\u548c\u5170\u767b\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u7ade\u4e89\u5bf9\u624b\uff0c\u7f57\u65af\u798f\u4ee5\u538b\u5012\u6027\u4f18\u52bf\u83b7\u80dc\u3002\u003cSEP\u003e\u7f57\u65af\u798f\u548c\u5170\u767b\u662f1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e\u7684\u7ade\u4e89\u5bf9\u624b\uff0c\u7f57\u65af\u798f\u83b7\u80dc\u3002", "to": "\u5170\u767b", "width": 17.0}, {"created_at": 1752884149, "description": "\u6c11\u4e3b\u515a\u63a8\u4e3e\u7f57\u65af\u798f\u4e3a1936\u5e74\u603b\u7edf\u5019\u9009\u4eba", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u65af\u798f", "keywords": "nomination,political candidacy", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u6c11\u4e3b\u515a\u63a8\u4e3e\u7f57\u65af\u798f\u4e3a1936\u5e74\u603b\u7edf\u5019\u9009\u4eba", "to": "\u6c11\u4e3b\u515a", "width": 9.0}, {"created_at": 1752884149, "description": "\u5171\u548c\u515a\u63a8\u4e3e\u5170\u767b\u4e3a1936\u5e74\u603b\u7edf\u5019\u9009\u4eba", "file_path": "ChuZhongShuXue.docx", "from": "\u5170\u767b", "keywords": "nomination,political candidacy", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u5171\u548c\u515a\u63a8\u4e3e\u5170\u767b\u4e3a1936\u5e74\u603b\u7edf\u5019\u9009\u4eba", "to": "\u5171\u548c\u515a", "width": 9.0}, {"created_at": 1752884149, "description": "\u653f\u6cbb\u89c2\u5bdf\u5bb6\u9884\u6d4b\u4e861936\u5e74\u9009\u4e3e\u7ed3\u679c", "file_path": "ChuZhongShuXue.docx", "from": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e", "keywords": "election forecasting,expert analysis", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u653f\u6cbb\u89c2\u5bdf\u5bb6\u9884\u6d4b\u4e861936\u5e74\u9009\u4e3e\u7ed3\u679c", "to": "\u653f\u6cbb\u89c2\u5bdf\u5bb6", "width": 7.0}, {"created_at": 1752884149, "description": "\u65b0\u95fb\u673a\u6784\u62a5\u9053\u5e76\u9884\u6d4b\u4e861936\u5e74\u9009\u4e3e", "file_path": "ChuZhongShuXue.docx", "from": "1936\u5e74\u7f8e\u56fd\u603b\u7edf\u9009\u4e3e", "keywords": "election prediction,media coverage", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u65b0\u95fb\u673a\u6784\u62a5\u9053\u5e76\u9884\u6d4b\u4e861936\u5e74\u9009\u4e3e", "to": "\u65b0\u95fb\u673a\u6784", "width": 7.0}, {"created_at": 1752884149, "description": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5f71\u54cd\u4e86\u7f57\u9a6c\u5e1d\u56fd\u7684\u601d\u60f3\u6587\u5316", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5e0c\u814a\u54f2\u5b66", "keywords": "cultural influence,philosophical tradition", "source_id": "chunk-4cff6339e8a61331ff6a8ae3b6298088", "title": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5f71\u54cd\u4e86\u7f57\u9a6c\u5e1d\u56fd\u7684\u601d\u60f3\u6587\u5316", "to": "\u7f57\u9a6c\u5e1d\u56fd", "width": 7.0}, {"created_at": 1752884149, "description": "\u675c\u5170\u7279\u8bc4\u4ef7\u4e86\u82cf\u683c\u62c9\u5e95\u5bf9\u5b9a\u4e49\u7684\u91cd\u89c6\u53ca\u5176\u8fa9\u8bba\u98ce\u683c\u7684\u5f71\u54cd\u3002\u003cSEP\u003e\u675c\u5170\u7279\u8bc4\u4ef7\u4e86\u82cf\u683c\u62c9\u5e95\u7684\u8fa9\u8bba\u98ce\u683c\u548c\u5bf9\u5b9a\u4e49\u7684\u91cd\u89c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u82cf\u683c\u62c9\u5e95", "keywords": "historical analysis,historical commentary,philosophical critique", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u675c\u5170\u7279\u8bc4\u4ef7\u4e86\u82cf\u683c\u62c9\u5e95\u5bf9\u5b9a\u4e49\u7684\u91cd\u89c6\u53ca\u5176\u8fa9\u8bba\u98ce\u683c\u7684\u5f71\u54cd\u3002\u003cSEP\u003e\u675c\u5170\u7279\u8bc4\u4ef7\u4e86\u82cf\u683c\u62c9\u5e95\u7684\u8fa9\u8bba\u98ce\u683c\u548c\u5bf9\u5b9a\u4e49\u7684\u91cd\u89c6\u3002", "to": "\u675c\u5170\u7279", "width": 13.0}, {"created_at": 1752884149, "description": "\u82cf\u683c\u62c9\u5e95\u4ee5\u5176\u72ec\u7279\u7684\u8fa9\u8bba\u65b9\u6cd5\u8457\u79f0\uff0c\u5f3a\u8c03\u4e25\u683c\u5b9a\u4e49\u7684\u91cd\u8981\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u82cf\u683c\u62c9\u5e95", "keywords": "critical thinking,philosophical method", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u82cf\u683c\u62c9\u5e95\u4ee5\u5176\u72ec\u7279\u7684\u8fa9\u8bba\u65b9\u6cd5\u8457\u79f0\uff0c\u5f3a\u8c03\u4e25\u683c\u5b9a\u4e49\u7684\u91cd\u8981\u6027\u3002", "to": "\u8fa9\u8bba", "width": 9.0}, {"created_at": 1752884152, "description": "Russell discusses judgments about the existence of Socrates, highlighting the difference between concrete and abstract existence.", "file_path": "ChuZhongShuXue.docx", "from": "\u82cf\u683c\u62c9\u5e95", "keywords": "existence,logic,philosophy", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Russell discusses judgments about the existence of Socrates, highlighting the difference between concrete and abstract existence.", "to": "\u7f57\u7d20", "width": 8.0}, {"created_at": 1752884152, "description": "Socrates is used as an example of a Greek person in the discussion of syllogism.\u003cSEP\u003eSocrates serves as concrete instantiation of the abstract Greek category in examples.", "file_path": "ChuZhongShuXue.docx", "from": "\u82cf\u683c\u62c9\u5e95", "keywords": "category membership,exemplification,logic,reasoning,syllogism", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Socrates is used as an example of a Greek person in the discussion of syllogism.\u003cSEP\u003eSocrates serves as concrete instantiation of the abstract Greek category in examples.", "to": "\u5e0c\u814a\u4eba", "width": 14.0}, {"created_at": 1752884202, "description": "\u6731\u5b89translated\u675c\u5170\u7279\u0027s \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027 into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u675c\u5170\u7279", "keywords": "collaboration,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6731\u5b89translated\u675c\u5170\u7279\u0027s \u0027\u63a2\u7d22\u7684\u601d\u60f3-\u54f2\u5b66\u7684\u6545\u4e8b\u0027 into Chinese.", "to": "\u6731\u5b89", "width": 7.0}, {"created_at": 1752884202, "description": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793epublished the Chinese translation of\u675c\u5170\u7279\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u675c\u5170\u7279", "keywords": "publishing,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793epublished the Chinese translation of\u675c\u5170\u7279\u0027s work.", "to": "\u6587\u5316\u827a\u672f\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884149, "description": "\u516c\u5b59\u9f99\u5b50\u64b0\u5199\u4e86\u300a\u6307\u7269\u8bba\u300b\uff0c\u8ba8\u8bba\u5b9a\u4e49\u4e2d\u7684\u6b8a\u76f8\u4e0e\u5171\u76f8\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u5b59\u9f99\u5b50", "keywords": "definition theory,philosophical work", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u516c\u5b59\u9f99\u5b50\u64b0\u5199\u4e86\u300a\u6307\u7269\u8bba\u300b\uff0c\u8ba8\u8bba\u5b9a\u4e49\u4e2d\u7684\u6b8a\u76f8\u4e0e\u5171\u76f8\u95ee\u9898\u3002", "to": "\u300a\u6307\u7269\u8bba\u300b", "width": 10.0}, {"created_at": 1752884149, "description": "\u516c\u5b59\u9f99\u5b50\u5c5e\u4e8e\u5148\u79e6\u540d\u5bb6\uff0c\u4e13\u6ce8\u4e8e\u903b\u8f91\u548c\u5b9a\u4e49\u95ee\u9898\u7684\u8ba8\u8bba\u3002\u003cSEP\u003e\u516c\u5b59\u9f99\u5b50\u662f\u5148\u79e6\u540d\u5bb6\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u5176\u601d\u60f3\u4f53\u73b0\u4e86\u8be5\u5b66\u6d3e\u7684\u7279\u8272\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u5b59\u9f99\u5b50", "keywords": "logical analysis,philosophical school,philosophical thought,school representative", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u516c\u5b59\u9f99\u5b50\u5c5e\u4e8e\u5148\u79e6\u540d\u5bb6\uff0c\u4e13\u6ce8\u4e8e\u903b\u8f91\u548c\u5b9a\u4e49\u95ee\u9898\u7684\u8ba8\u8bba\u3002\u003cSEP\u003e\u516c\u5b59\u9f99\u5b50\u662f\u5148\u79e6\u540d\u5bb6\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u5176\u601d\u60f3\u4f53\u73b0\u4e86\u8be5\u5b66\u6d3e\u7684\u7279\u8272\u3002", "to": "\u5148\u79e6\u540d\u5bb6", "width": 16.0}, {"created_at": 1752884149, "description": "\u516c\u5b59\u9f99\u5b50\u901a\u8fc7\u0027\u767d\u9a6c\u975e\u9a6c\u0027\u547d\u9898\u63a2\u8ba8\u5b9a\u4e49\u4e0e\u547d\u540d\u7684\u54f2\u5b66\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u5b59\u9f99\u5b50", "keywords": "naming theory,philosophical paradox", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u516c\u5b59\u9f99\u5b50\u901a\u8fc7\u0027\u767d\u9a6c\u975e\u9a6c\u0027\u547d\u9898\u63a2\u8ba8\u5b9a\u4e49\u4e0e\u547d\u540d\u7684\u54f2\u5b66\u95ee\u9898\u3002", "to": "\u767d\u9a6c\u975e\u9a6c", "width": 10.0}, {"created_at": 1752884149, "description": "\u8fa9\u8bba\u662f\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u4fc3\u8fdb\u516c\u6c11\u653f\u6cbb\u53c2\u4e0e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8fa9\u8bba", "keywords": "cultural practice,political participation", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u8fa9\u8bba\u662f\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u4fc3\u8fdb\u516c\u6c11\u653f\u6cbb\u53c2\u4e0e\u3002", "to": "\u96c5\u5178\u6c11\u4e3b\u5236\u5ea6", "width": 8.0}, {"created_at": 1752884149, "description": "\u5171\u76f8\u4e0e\u6b8a\u76f8\u662f\u5b9a\u4e49\u7406\u8bba\u4e2d\u7684\u6838\u5fc3\u5bf9\u7acb\u6982\u5ff5\uff0c\u5206\u522b\u6307\u62bd\u8c61\u4e0e\u5177\u4f53\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5171\u76f8", "keywords": "definition theory,philosophical dichotomy", "source_id": "chunk-8f22eaff2e18e2af1504b2368ea1e65f", "title": "\u5171\u76f8\u4e0e\u6b8a\u76f8\u662f\u5b9a\u4e49\u7406\u8bba\u4e2d\u7684\u6838\u5fc3\u5bf9\u7acb\u6982\u5ff5\uff0c\u5206\u522b\u6307\u62bd\u8c61\u4e0e\u5177\u4f53\u3002", "to": "\u6b8a\u76f8", "width": 9.0}, {"created_at": 1752884192, "description": "Set theory merged with measure theory creates analytical frameworks for probability and integration.", "file_path": "ChuZhongShuXue.docx", "from": "\u96c6\u5408", "keywords": "analytical framework,theoretical extension", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Set theory merged with measure theory creates analytical frameworks for probability and integration.", "to": "\u6d4b\u5ea6", "width": 9.0}, {"created_at": 1752884192, "description": "Sets endowed with distance metrics define geometric spaces from Euclidean to Hilbert spaces.", "file_path": "ChuZhongShuXue.docx", "from": "\u96c6\u5408", "keywords": "geometric abstraction,spatial definition", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Sets endowed with distance metrics define geometric spaces from Euclidean to Hilbert spaces.", "to": "\u8ddd\u79bb", "width": 8.0}, {"created_at": 1752884150, "description": "Chinese basic education is critiqued for emphasizing memorization over deep understanding of mathematical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6982\u5ff5", "keywords": "conceptual learning,educational approach", "source_id": "chunk-b6b061c418521e25080936fc1c0a8bc8", "title": "Chinese basic education is critiqued for emphasizing memorization over deep understanding of mathematical concepts.", "to": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "width": 6.0}, {"created_at": 1752884150, "description": "Fuzzy Mathematics is a subfield of Modern Mathematics that adheres to mathematical identity laws through graded set membership.", "file_path": "ChuZhongShuXue.docx", "from": "Modern Mathematics", "keywords": "mathematical consistency,subfield", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Fuzzy Mathematics is a subfield of Modern Mathematics that adheres to mathematical identity laws through graded set membership.", "to": "Fuzzy Mathematics", "width": 8.0}, {"created_at": 1752884150, "description": "Probability Theory and Statistics are integral to Modern Mathematics, maintaining fixed probabilities despite variable outcomes.", "file_path": "ChuZhongShuXue.docx", "from": "Modern Mathematics", "keywords": "mathematical foundation,uncertainty", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Probability Theory and Statistics are integral to Modern Mathematics, maintaining fixed probabilities despite variable outcomes.", "to": "Probability Theory and Statistics", "width": 9.0}, {"created_at": 1752884150, "description": "ZF Set Theory provides the axiomatic foundation for Modern Mathematics, including principles like set equivalence (A=B).", "file_path": "ChuZhongShuXue.docx", "from": "Modern Mathematics", "keywords": "axioms,foundational theory", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "ZF Set Theory provides the axiomatic foundation for Modern Mathematics, including principles like set equivalence (A=B).", "to": "ZF Set Theory", "width": 10.0}, {"created_at": 1752884150, "description": "Laozi\u0027s philosophy in \u0027Dao De Jing\u0027 emphasizes the dynamic balance of opposites (yin-yang), influencing dialectical thought.", "file_path": "ChuZhongShuXue.docx", "from": "Laozi", "keywords": "duality,philosophical concept", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Laozi\u0027s philosophy in \u0027Dao De Jing\u0027 emphasizes the dynamic balance of opposites (yin-yang), influencing dialectical thought.", "to": "Yin-Yang", "width": 8.0}, {"created_at": 1752884150, "description": "Hegel\u0027s dialectical method, inspired by Chinese philosophy, explores the interplay of opposing forces in development.", "file_path": "ChuZhongShuXue.docx", "from": "Hegel", "keywords": "contradiction,philosophical method", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Hegel\u0027s dialectical method, inspired by Chinese philosophy, explores the interplay of opposing forces in development.", "to": "Dialectics", "width": 7.0}, {"created_at": 1752884150, "description": "Fuzzy mathematics maintains identity through fixed characteristic functions despite allowing graded set membership.", "file_path": "ChuZhongShuXue.docx", "from": "\u6a21\u7cca\u6570\u5b66(Fuzzy Mathematics)", "keywords": "graded membership,mathematical consistency", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Fuzzy mathematics maintains identity through fixed characteristic functions despite allowing graded set membership.", "to": "\u6570\u5b66\u540c\u4e00\u5f8b(Mathematical Identity Law)", "width": 9.0}, {"created_at": 1752884150, "description": "Probability theory preserves identity through constant probabilities despite variable outcomes.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u8bba\u4e0e\u7edf\u8ba1\u5b66(Probability Theory and Statistics)", "keywords": "fixed properties,uncertainty", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Probability theory preserves identity through constant probabilities despite variable outcomes.", "to": "\u6570\u5b66\u540c\u4e00\u5f8b(Mathematical Identity Law)", "width": 8.0}, {"created_at": 1752884150, "description": "The Axiom of Extensionality is the foundational principle in ZF set theory defining set equality.", "file_path": "ChuZhongShuXue.docx", "from": "ZF\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb(ZF Set Theory Axioms)", "keywords": "foundational mathematics,set theory", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The Axiom of Extensionality is the foundational principle in ZF set theory defining set equality.", "to": "\u5916\u5ef6\u516c\u7406(Axiom of Extensionality)", "width": 10.0}, {"created_at": 1752884150, "description": "Rational numbers demonstrate how different representations (fractions vs decimals) can satisfy extensional equality.", "file_path": "ChuZhongShuXue.docx", "from": "\u5916\u5ef6\u516c\u7406(Axiom of Extensionality)", "keywords": "equivalent representations,set equality", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Rational numbers demonstrate how different representations (fractions vs decimals) can satisfy extensional equality.", "to": "\u6709\u7406\u6570(Rational Numbers)", "width": 7.0}, {"created_at": 1752884150, "description": "Laozi\u0027s philosophy in Dao De Jing emphasizes the dynamic balance of opposing forces.", "file_path": "ChuZhongShuXue.docx", "from": "\u8001\u5b50(Laozi)", "keywords": "Daoist philosophy,complementary opposites", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Laozi\u0027s philosophy in Dao De Jing emphasizes the dynamic balance of opposing forces.", "to": "\u4e00\u9634\u4e00\u9633(Yin-Yang)", "width": 8.0}, {"created_at": 1752884150, "description": "Hegel\u0027s dialectical method was influenced by the Chinese concept of opposing forces.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ed1\u683c\u5c14(Hegel)", "keywords": "cross-cultural philosophy,dialectics", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "Hegel\u0027s dialectical method was influenced by the Chinese concept of opposing forces.", "to": "\u4e00\u9634\u4e00\u9633(Yin-Yang)", "width": 7.0}, {"created_at": 1752884150, "description": "The Book of Changes is the original source of the yin-yang concept in Chinese philosophy.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u6613\u300b (Book of Changes)", "keywords": "ancient wisdom,cosmology", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The Book of Changes is the original source of the yin-yang concept in Chinese philosophy.", "to": "\u4e00\u9634\u4e00\u9633(Yin-Yang)", "width": 9.0}, {"created_at": 1752884151, "description": "The law of excluded middle and the law of contradiction are complementary principles in formal logic.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6392\u4e2d\u5f8b", "keywords": "complementarity,logical principles", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The law of excluded middle and the law of contradiction are complementary principles in formal logic.", "to": "\u77db\u76fe\u5f8b", "width": 7.0}, {"created_at": 1752884199, "description": "Both are fundamental principles in classical logic.", "file_path": "ChuZhongShuXue.docx", "from": "\u77db\u76fe\u5f8b", "keywords": "logical axioms,philosophical foundations", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Both are fundamental principles in classical logic.", "to": "\u6392\u4e2d\u5f8b", "width": 8.0}, {"created_at": 1752884151, "description": "Between any opposites there should exist intermediate states, challenging strict binary classification.", "file_path": "ChuZhongShuXue.docx", "from": "\u5bf9\u7acb\u7269", "keywords": "continuum,philosophical concepts", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Between any opposites there should exist intermediate states, challenging strict binary classification.", "to": "\u5c45\u95f4\u8005", "width": 8.0}, {"created_at": 1752884151, "description": "Chinese tradition resists \u0027either-or\u0027 thinking, favoring more nuanced positions.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "keywords": "binary rejection,cultural thinking", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "Chinese tradition resists \u0027either-or\u0027 thinking, favoring more nuanced positions.", "to": "\u975e\u6b64\u5373\u5f7c", "width": 7.0}, {"created_at": 1752884193, "description": "\u6570\u5b66\u6a21\u578b\u7528\u4e8e\u63cf\u8ff0\u548c\u89e3\u91ca\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u73b0\u8c61\u548c\u89c4\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u73b0\u5b9e\u4e16\u754c", "keywords": "\u63cf\u8ff0\u4e0e\u89e3\u91ca,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u6570\u5b66\u6a21\u578b\u7528\u4e8e\u63cf\u8ff0\u548c\u89e3\u91ca\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u73b0\u8c61\u548c\u89c4\u5f8b\u3002", "to": "\u6570\u5b66\u6a21\u578b", "width": 8.0}, {"created_at": 1752884151, "description": "The AAA type represents universal affirmative syllogisms in Aristotle\u0027s classification.", "file_path": "ChuZhongShuXue.docx", "from": "AAA\u578b", "keywords": "classification,logical types", "source_id": "chunk-08c393bb4c84a0e60fb4eb6365edfe94", "title": "The AAA type represents universal affirmative syllogisms in Aristotle\u0027s classification.", "to": "\u5168\u79f0\u80af\u5b9a\u578b", "width": 8.0}, {"created_at": 1752884151, "description": "AAA\u578bsyllogisms always include a major premise as their first statement, establishing a universal claim.", "file_path": "ChuZhongShuXue.docx", "from": "AAA\u578b", "keywords": "logical structure,premise dependency", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "AAA\u578bsyllogisms always include a major premise as their first statement, establishing a universal claim.", "to": "\u5927\u524d\u63d0", "width": 8.0}, {"created_at": 1752884151, "description": "AAA\u578bsyllogisms require a minor premise to connect the universal claim to a specific instance.", "file_path": "ChuZhongShuXue.docx", "from": "AAA\u578b", "keywords": "logical connection,specificity", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "AAA\u578bsyllogisms require a minor premise to connect the universal claim to a specific instance.", "to": "\u5c0f\u524d\u63d0", "width": 8.0}, {"created_at": 1752884151, "description": "Russell used \u0027Greeks\u0027 as an example to critique Aristotle\u0027s logic, highlighting the difference between concrete and abstract statements.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u7d20", "keywords": "logical abstraction,philosophical critique", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Russell used \u0027Greeks\u0027 as an example to critique Aristotle\u0027s logic, highlighting the difference between concrete and abstract statements.", "to": "\u5e0c\u814a\u4eba", "width": 7.0}, {"created_at": 1752884179, "description": "\u6000\u6d77\u5fb7and\u7f57\u7d20co-authored \u0027Principia Mathematica\u0027, a foundational work in modern mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u7d20", "keywords": "collaboration,mathematical foundations", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u6000\u6d77\u5fb7and\u7f57\u7d20co-authored \u0027Principia Mathematica\u0027, a foundational work in modern mathematics.", "to": "\u6000\u6d77\u5fb7", "width": 8.0}, {"created_at": 1752884202, "description": "\u4f55\u5146\u6b66and\u674e\u7ea6\u745ftranslated\u7f57\u7d20\u0027s \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027 into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u7d20", "keywords": "philosophy history,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4f55\u5146\u6b66and\u674e\u7ea6\u745ftranslated\u7f57\u7d20\u0027s \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027 into Chinese.", "to": "\u4f55\u5146\u6b66\u674e\u7ea6\u745f", "width": 8.0}, {"created_at": 1752884202, "description": "\u4f55\u5146\u6b66translated\u7f57\u7d20\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u7d20", "keywords": "author-translator", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4f55\u5146\u6b66translated\u7f57\u7d20\u0027s works.", "to": "\u4f55\u5146\u6b66", "width": 8.0}, {"created_at": 1752884202, "description": "\u5546\u52a1\u5370\u4e66\u9986published translated works of\u7f57\u7d20.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u7d20", "keywords": "author-publisher", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u5546\u52a1\u5370\u4e66\u9986published translated works of\u7f57\u7d20.", "to": "\u5546\u52a1\u5370\u4e66\u9986", "width": 9.0}, {"created_at": 1752884203, "description": "\u7f57\u7d20authored \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f57\u7d20", "keywords": "author-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u7f57\u7d20authored \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027.", "to": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b", "width": 10.0}, {"created_at": 1752884151, "description": "Axioms are foundational to mathematical proofs, often serving as the major premises in syllogistic reasoning.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u8bc1\u660e", "keywords": "foundational logic,proof basis", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "Axioms are foundational to mathematical proofs, often serving as the major premises in syllogistic reasoning.", "to": "\u516c\u7406", "width": 9.0}, {"created_at": 1752884152, "description": "\u5047\u8a00\u4e09\u6bb5\u8bba\u5e38\u7528\u4e8e\u6570\u5b66\u8bc1\u660e\uff0c\u5c06\u6027\u8d28\u547d\u9898\u66ff\u6362\u4e3a\u5173\u7cfb\u547d\u9898\u4ee5\u589e\u5f3a\u8bba\u8bc1\u4e25\u8c28\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u8bc1\u660e", "keywords": "\u6570\u5b66\u903b\u8f91,\u8bba\u8bc1\u5f62\u5f0f", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u5047\u8a00\u4e09\u6bb5\u8bba\u5e38\u7528\u4e8e\u6570\u5b66\u8bc1\u660e\uff0c\u5c06\u6027\u8d28\u547d\u9898\u66ff\u6362\u4e3a\u5173\u7cfb\u547d\u9898\u4ee5\u589e\u5f3a\u8bba\u8bc1\u4e25\u8c28\u6027\u3002", "to": "\u5047\u8a00\u4e09\u6bb5\u8bba", "width": 8.0}, {"created_at": 1752884151, "description": "EAE\u578bis the formal classification for universal negative syllogisms in Aristotelian logic.", "file_path": "ChuZhongShuXue.docx", "from": "EAE\u578b", "keywords": "logical classification,negation", "source_id": "chunk-cd72bf9b79aac9061696e480b2f809fb", "title": "EAE\u578bis the formal classification for universal negative syllogisms in Aristotelian logic.", "to": "\u5168\u79f0\u5426\u5b9a\u578b", "width": 8.0}, {"created_at": 1752884152, "description": "Negative particular form powerfully disproves geometric possibilities through single counterexample.", "file_path": "ChuZhongShuXue.docx", "from": "\u7279\u79f0\u5426\u5b9a\u578b", "keywords": "counterexamples,mathematical disproof", "source_id": "chunk-0964df21863daa9d94600fd5f7268928", "title": "Negative particular form powerfully disproves geometric possibilities through single counterexample.", "to": "\u5c3a\u89c4\u4f5c\u56fe\u4e09\u7b49\u5206\u89d2", "width": 9.0}, {"created_at": 1752884152, "description": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406\u7531\u591a\u4e2a\u7b80\u5355\u6f14\u7ece\u63a8\u7406\u7ec4\u6210\uff0c\u4fdd\u6301\u4f20\u9012\u6027\u548c\u903b\u8f91\u4e00\u81f4\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406", "keywords": "\u63a8\u7406\u5f62\u5f0f,\u903b\u8f91\u7ed3\u6784", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406\u7531\u591a\u4e2a\u7b80\u5355\u6f14\u7ece\u63a8\u7406\u7ec4\u6210\uff0c\u4fdd\u6301\u4f20\u9012\u6027\u548c\u903b\u8f91\u4e00\u81f4\u6027\u3002", "to": "\u7b80\u5355\u6f14\u7ece\u63a8\u7406", "width": 9.0}, {"created_at": 1752884152, "description": "\u590d\u5408\u4e09\u6bb5\u8bba\u662f\u6574\u4f53\u6f14\u7ece\u63a8\u7406\u7684\u4e00\u79cd\u5177\u4f53\u8868\u73b0\u5f62\u5f0f\uff0c\u901a\u8fc7\u591a\u4e2a\u4e09\u6bb5\u8bba\u5f62\u6210\u4f20\u9012\u6027\u8fde\u63a5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6574\u4f53\u6f14\u7ece\u63a8\u7406", "keywords": "\u63a8\u7406\u6846\u67b6,\u903b\u8f91\u4f20\u9012\u6027", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u590d\u5408\u4e09\u6bb5\u8bba\u662f\u6574\u4f53\u6f14\u7ece\u63a8\u7406\u7684\u4e00\u79cd\u5177\u4f53\u8868\u73b0\u5f62\u5f0f\uff0c\u901a\u8fc7\u591a\u4e2a\u4e09\u6bb5\u8bba\u5f62\u6210\u4f20\u9012\u6027\u8fde\u63a5\u3002", "to": "\u590d\u5408\u4e09\u6bb5\u8bba", "width": 8.0}, {"created_at": 1752884182, "description": "Archimedes utilized isosceles triangle properties in his geometric trisection method.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b49\u8170\u4e09\u89d2\u5f62", "keywords": "geometric proof,method foundation", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "Archimedes utilized isosceles triangle properties in his geometric trisection method.", "to": "\u963f\u57fa\u7c73\u5fb7", "width": 6.0}, {"created_at": 1752884152, "description": "\u9c81\u8fc5\u5728\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b\u4e2d\u5206\u6790\u4e86\u8be1\u8fa9\u7684\u903b\u8f91\u9519\u8bef\uff0c\u63ed\u793a\u4e86\u5f52\u7eb3\u63a8\u7406\u4e0e\u6f14\u7ece\u63a8\u7406\u7684\u6df7\u6dc6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9c81\u8fc5", "keywords": "\u6587\u5b66\u6279\u8bc4,\u903b\u8f91\u5206\u6790", "source_id": "chunk-7719147afc84fa56038af71629c88a4b", "title": "\u9c81\u8fc5\u5728\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b\u4e2d\u5206\u6790\u4e86\u8be1\u8fa9\u7684\u903b\u8f91\u9519\u8bef\uff0c\u63ed\u793a\u4e86\u5f52\u7eb3\u63a8\u7406\u4e0e\u6f14\u7ece\u63a8\u7406\u7684\u6df7\u6dc6\u3002", "to": "\u300a\u8bba\u8fa9\u7684\u9b42\u7075\u300b", "width": 6.0}, {"created_at": 1752884153, "description": "Opposite numbers enable the definition of subtraction as addition of an inverse element.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f8\u53cd\u6570", "keywords": "number extension,operation inversion", "source_id": "chunk-4f65d3b7936ba144a77113f1bb4602dd", "title": "Opposite numbers enable the definition of subtraction as addition of an inverse element.", "to": "\u51cf\u6cd5", "width": 9.0}, {"created_at": 1752884153, "description": "Multiplication is initially defined over natural numbers using properties like distributivity and associativity.", "file_path": "ChuZhongShuXue.docx", "from": "Natural Numbers", "keywords": "arithmetic foundation,operation definition", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Multiplication is initially defined over natural numbers using properties like distributivity and associativity.", "to": "Multiplication Operation", "width": 8.0}, {"created_at": 1752884153, "description": "Mathematical induction is applied to verify arithmetic properties (e.g., k*a=k\u00d7a) for all natural numbers.", "file_path": "ChuZhongShuXue.docx", "from": "Natural Numbers", "keywords": "arithmetic validation,proof technique", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Mathematical induction is applied to verify arithmetic properties (e.g., k*a=k\u00d7a) for all natural numbers.", "to": "Mathematical Induction", "width": 9.0}, {"created_at": 1752884153, "description": "The integer set extends natural numbers by including negatives, preserving arithmetic operations like multiplication.", "file_path": "ChuZhongShuXue.docx", "from": "Natural Numbers", "keywords": "mathematical extension,number system hierarchy", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The integer set extends natural numbers by including negatives, preserving arithmetic operations like multiplication.", "to": "Integer Set", "width": 8.0}, {"created_at": 1752884153, "description": "Multiplication is extended to integers by proving key properties like (-1)*(-1)=1, ensuring consistency with natural number multiplication.", "file_path": "ChuZhongShuXue.docx", "from": "Integer Set", "keywords": "mathematical extension,operation consistency", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Multiplication is extended to integers by proving key properties like (-1)*(-1)=1, ensuring consistency with natural number multiplication.", "to": "Multiplication Operation", "width": 9.0}, {"created_at": 1752884153, "description": "Opposite numbers (e.g., -1 and 1) enable the extension of multiplication to integers by preserving algebraic consistency.", "file_path": "ChuZhongShuXue.docx", "from": "Integer Set", "keywords": "algebraic extension,symmetry", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Opposite numbers (e.g., -1 and 1) enable the extension of multiplication to integers by preserving algebraic consistency.", "to": "Opposite Numbers", "width": 8.0}, {"created_at": 1752884153, "description": "The decimal system enables practical algorithms for multiplication, such as the use of the Chinese multiplication table (\u4e5d\u4e5d\u8868).", "file_path": "ChuZhongShuXue.docx", "from": "Multiplication Operation", "keywords": "algorithm support,practical calculation", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The decimal system enables practical algorithms for multiplication, such as the use of the Chinese multiplication table (\u4e5d\u4e5d\u8868).", "to": "Decimal System", "width": 7.0}, {"created_at": 1752884153, "description": "Division is defined as the inverse of multiplication, relying on the concept of reciprocals for formalization.", "file_path": "ChuZhongShuXue.docx", "from": "Multiplication Operation", "keywords": "inverse operations,mathematical formalization", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Division is defined as the inverse of multiplication, relying on the concept of reciprocals for formalization.", "to": "Division Operation", "width": 8.0}, {"created_at": 1752884153, "description": "The distributive law underpins the validity of multiplication\u2019s extension to integers and algorithmic expansions (e.g., 23\u00d715).", "file_path": "ChuZhongShuXue.docx", "from": "Multiplication Operation", "keywords": "algebraic property,arithmetic foundation", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The distributive law underpins the validity of multiplication\u2019s extension to integers and algorithmic expansions (e.g., 23\u00d715).", "to": "Distributive Law", "width": 10.0}, {"created_at": 1752884153, "description": "The Chinese multiplication table enables efficient single-digit calculations, forming the basis for decimal multiplication algorithms.", "file_path": "ChuZhongShuXue.docx", "from": "Decimal System", "keywords": "algorithmic efficiency,cultural tool", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "The Chinese multiplication table enables efficient single-digit calculations, forming the basis for decimal multiplication algorithms.", "to": "Chinese Multiplication Table", "width": 7.0}, {"created_at": 1752884153, "description": "Reciprocals are essential for defining division in the rational number set, enabling the inversion of multiplication.", "file_path": "ChuZhongShuXue.docx", "from": "Division Operation", "keywords": "mathematical definition,operation inversion", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Reciprocals are essential for defining division in the rational number set, enabling the inversion of multiplication.", "to": "Reciprocal", "width": 9.0}, {"created_at": 1752884153, "description": "Rational numbers are constructed by introducing reciprocals, formalizing division as the inverse of multiplication.", "file_path": "ChuZhongShuXue.docx", "from": "Reciprocal", "keywords": "number system expansion,operation inversion", "source_id": "chunk-3d735c6f51617106dd669ea5dabb2548", "title": "Rational numbers are constructed by introducing reciprocals, formalizing division as the inverse of multiplication.", "to": "Rational Numbers", "width": 9.0}, {"created_at": 1752884163, "description": "Induction serves as the primary proof technique establishing the theorem for polynomials of all degrees.", "file_path": "ChuZhongShuXue.docx", "from": "Mathematical Induction", "keywords": "generalization,proof methodology", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Induction serves as the primary proof technique establishing the theorem for polynomials of all degrees.", "to": "Fundamental Theorem of Algebra", "width": 9.0}, {"created_at": 1752884154, "description": "\u9ad8\u97f3do\u7684\u9891\u7387\u662fdo\u97f3\u7684\u4e24\u500d\uff0c\u6784\u6210\u516b\u5ea6\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "do\u97f3", "keywords": "frequency ratio,music theory", "source_id": "chunk-933b19628500cf80c1916250b497e3f8", "title": "\u9ad8\u97f3do\u7684\u9891\u7387\u662fdo\u97f3\u7684\u4e24\u500d\uff0c\u6784\u6210\u516b\u5ea6\u5173\u7cfb\u3002", "to": "\u9ad8\u97f3do", "width": 8.0}, {"created_at": 1752884154, "description": "Marin Mersenne proposed a method to identify large primes using numbers of the form 2^p - 1, now known as Mersenne numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u6885\u68ee", "keywords": "mathematical conjecture,prime identification", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Marin Mersenne proposed a method to identify large primes using numbers of the form 2^p - 1, now known as Mersenne numbers.", "to": "\u6885\u68ee\u6570", "width": 8.0}, {"created_at": 1752884154, "description": "Frank Nelson Cole disproved Mersenne\u0027s conjecture by demonstrating that 2^67 - 1 is not a prime number.", "file_path": "ChuZhongShuXue.docx", "from": "\u6885\u68ee\u6570", "keywords": "mathematical disproof,prime verification", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Frank Nelson Cole disproved Mersenne\u0027s conjecture by demonstrating that 2^67 - 1 is not a prime number.", "to": "\u67ef\u5c14", "width": 7.0}, {"created_at": 1752884155, "description": "Mersenne\u0027s work introduced the systematic study of numbers that would later be named after him.", "file_path": "ChuZhongShuXue.docx", "from": "\u6885\u68ee\u6570", "keywords": "mathematical publication,prime research", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Mersenne\u0027s work introduced the systematic study of numbers that would later be named after him.", "to": "\u300a\u7269\u7406\u6570\u5b66\u968f\u611f\u300b", "width": 8.0}, {"created_at": 1752884155, "description": "Modern computers are used to verify and discover new Mersenne primes through intensive computation.", "file_path": "ChuZhongShuXue.docx", "from": "\u6885\u68ee\u6570", "keywords": "computational mathematics,prime verification", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "Modern computers are used to verify and discover new Mersenne primes through intensive computation.", "to": "\u8ba1\u7b97\u673a", "width": 7.0}, {"created_at": 1752884155, "description": "\u6885\u68ee\u6570\u662f\u6885\u68ee\u7d20\u6570\u7684\u5019\u9009\u5f62\u5f0f\uff0c\u901a\u8fc7\u9a8c\u8bc1\u53ef\u786e\u5b9a\u662f\u5426\u4e3a\u7d20\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6885\u68ee\u6570", "keywords": "mathematical verification,number theory", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u6885\u68ee\u6570\u662f\u6885\u68ee\u7d20\u6570\u7684\u5019\u9009\u5f62\u5f0f\uff0c\u901a\u8fc7\u9a8c\u8bc1\u53ef\u786e\u5b9a\u662f\u5426\u4e3a\u7d20\u6570\u3002", "to": "\u6885\u68ee\u7d20\u6570", "width": 9.0}, {"created_at": 1752884155, "description": "The theologian used the perfect number 6 as theological symbolism in his writings.", "file_path": "ChuZhongShuXue.docx", "from": "\u5723\u5965\u53e4\u65af\u4e01", "keywords": "mathematical theology,symbolic meaning", "source_id": "chunk-896c6ab0b0daee896907a3349e5c7811", "title": "The theologian used the perfect number 6 as theological symbolism in his writings.", "to": "6", "width": 6.0}, {"created_at": 1752884155, "description": "\u7d20\u6570\u5b9a\u7406\u4e3a\u516c\u5171\u5bc6\u94a5\u7cfb\u7edf\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u56e0\u5176\u63cf\u8ff0\u7d20\u6570\u5206\u5e03\u89c4\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516c\u5171\u5bc6\u94a5", "keywords": "cryptography,mathematical foundation", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u7d20\u6570\u5b9a\u7406\u4e3a\u516c\u5171\u5bc6\u94a5\u7cfb\u7edf\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u56e0\u5176\u63cf\u8ff0\u7d20\u6570\u5206\u5e03\u89c4\u5f8b\u3002", "to": "\u7d20\u6570\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884203, "description": "The Four Color Theorem was proven using computers.", "file_path": "ChuZhongShuXue.docx", "from": "\u8ba1\u7b97\u673a", "keywords": "proof-method", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "The Four Color Theorem was proven using computers.", "to": "\u56db\u8272\u731c\u60f3", "width": 7.0}, {"created_at": 1752884155, "description": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0\u5229\u7528GIMPS\u53d1\u73b0\u4e86\u7b2c51\u4e2a\u6885\u68ee\u7d20\u6570\u3002", "file_path": "ChuZhongShuXue.docx", "from": "GIMPS", "keywords": "distributed computing,scientific discovery", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0\u5229\u7528GIMPS\u53d1\u73b0\u4e86\u7b2c51\u4e2a\u6885\u68ee\u7d20\u6570\u3002", "to": "\u5e15\u7279\u91cc\u514b\u00b7\u7f57\u4ec0", "width": 8.0}, {"created_at": 1752884155, "description": "\u52d2\u8ba9\u5fb7\u516c\u5f00\u53d1\u8868\u4e86\u5173\u4e8e\u7d20\u6570\u5206\u5e03\u7684\u731c\u60f3\uff0c\u4e0e\u9ad8\u65af\u7684\u731c\u60f3\u7c7b\u4f3c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52d2\u8ba9\u5fb7", "keywords": "hypothesis,mathematical theory", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u52d2\u8ba9\u5fb7\u516c\u5f00\u53d1\u8868\u4e86\u5173\u4e8e\u7d20\u6570\u5206\u5e03\u7684\u731c\u60f3\uff0c\u4e0e\u9ad8\u65af\u7684\u731c\u60f3\u7c7b\u4f3c\u3002", "to": "\u7d20\u6570\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884155, "description": "\u52d2\u8ba9\u5fb7\u4f5c\u4e3a\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u5176\u6570\u8bba\u7814\u7a76\u4ee3\u8868\u4e86\u6cd5\u56fd\u5b66\u6d3e\u7684\u91cd\u8981\u6210\u679c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52d2\u8ba9\u5fb7", "keywords": "mathematical school,national heritage", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u52d2\u8ba9\u5fb7\u4f5c\u4e3a\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u5176\u6570\u8bba\u7814\u7a76\u4ee3\u8868\u4e86\u6cd5\u56fd\u5b66\u6d3e\u7684\u91cd\u8981\u6210\u679c\u3002", "to": "\u6cd5\u56fd", "width": 7.0}, {"created_at": 1752884155, "description": "\u5207\u6bd4\u96ea\u592b\u7684\u7814\u7a76\u4e3a\u7d20\u6570\u5b9a\u7406\u7684\u8bc1\u660e\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5207\u6bd4\u96ea\u592b", "keywords": "mathematical proof,research", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u5207\u6bd4\u96ea\u592b\u7684\u7814\u7a76\u4e3a\u7d20\u6570\u5b9a\u7406\u7684\u8bc1\u660e\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u7d20\u6570\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884155, "description": "\u5207\u6bd4\u96ea\u592b\u662f\u4fc4\u56fd\u6570\u5b66\u5b66\u6d3e\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u5176\u7d20\u6570\u7814\u7a76\u5177\u6709\u56fd\u9645\u5f71\u54cd\u529b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5207\u6bd4\u96ea\u592b", "keywords": "academic influence,national heritage", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u5207\u6bd4\u96ea\u592b\u662f\u4fc4\u56fd\u6570\u5b66\u5b66\u6d3e\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u5176\u7d20\u6570\u7814\u7a76\u5177\u6709\u56fd\u9645\u5f71\u54cd\u529b\u3002", "to": "\u4fc4\u56fd", "width": 8.0}, {"created_at": 1752884155, "description": "\u9ece\u66fc\u6784\u5efa\u7684\u51fd\u6570\u5bf9\u7d20\u6570\u5b9a\u7406\u7684\u7814\u7a76\u6709\u91cd\u8981\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ece\u66fc", "keywords": "complex analysis,mathematical theory", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ece\u66fc\u6784\u5efa\u7684\u51fd\u6570\u5bf9\u7d20\u6570\u5b9a\u7406\u7684\u7814\u7a76\u6709\u91cd\u8981\u5f71\u54cd\u3002", "to": "\u7d20\u6570\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884155, "description": "\u9ece\u66fc\u5728\u590d\u53d8\u51fd\u6570\u8bba\u4e2d\u6784\u5efa\u7684\u51fd\u6570\u76f4\u63a5\u63a8\u52a8\u4e86\u7d20\u6570\u5206\u5e03\u7814\u7a76\u7684\u7a81\u7834\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ece\u66fc", "keywords": "complex analysis,number theory", "source_id": "chunk-56d7d657ef131d893c933116865189b0", "title": "\u9ece\u66fc\u5728\u590d\u53d8\u51fd\u6570\u8bba\u4e2d\u6784\u5efa\u7684\u51fd\u6570\u76f4\u63a5\u63a8\u52a8\u4e86\u7d20\u6570\u5206\u5e03\u7814\u7a76\u7684\u7a81\u7834\u3002", "to": "\u590d\u53d8\u51fd\u6570\u8bba", "width": 10.0}, {"created_at": 1752884155, "description": "Riemann constructed the Riemann zeta function, which forms the basis of the Riemann Hypothesis.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ece\u66fc", "keywords": "conjecture,mathematical foundation", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Riemann constructed the Riemann zeta function, which forms the basis of the Riemann Hypothesis.", "to": "\u9ece\u66fc\u731c\u60f3", "width": 10.0}, {"created_at": 1752884155, "description": "Hadamard independently proved the prime number theorem using complex analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u54c8\u8fbe\u739b", "keywords": "number theory,proof", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Hadamard independently proved the prime number theorem using complex analysis.", "to": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884156, "description": "Poussin independently proved the prime number theorem alongside Hadamard.", "file_path": "ChuZhongShuXue.docx", "from": "\u666e\u68ee", "keywords": "number theory,proof", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Poussin independently proved the prime number theorem alongside Hadamard.", "to": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884156, "description": "Selberg provided an elementary proof of the prime number theorem, earning him the Fields Medal.", "file_path": "ChuZhongShuXue.docx", "from": "\u585e\u5c14\u8d1d\u683c", "keywords": "elementary proof,recognition", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Selberg provided an elementary proof of the prime number theorem, earning him the Fields Medal.", "to": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884156, "description": "Erd\u0151s also developed an elementary proof of the prime number theorem, leading to his Wolf Prize.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u5c14\u7279\u5e0c", "keywords": "elementary proof,recognition", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Erd\u0151s also developed an elementary proof of the prime number theorem, leading to his Wolf Prize.", "to": "\u7d20\u6570\u57fa\u672c\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884203, "description": "\u6768\u8f89\u0027s work was influenced by\u8d3e\u5baa\u0027s methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u6768\u8f89", "keywords": "mathematical influence", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u6768\u8f89\u0027s work was influenced by\u8d3e\u5baa\u0027s methods.", "to": "\u8d3e\u5baa", "width": 7.0}, {"created_at": 1752884203, "description": "\u6768\u8f89authored \u0027\u8be6\u89e3\u4e5d\u7ae0\u7b97\u6cd5\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u6768\u8f89", "keywords": "author-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u6768\u8f89authored \u0027\u8be6\u89e3\u4e5d\u7ae0\u7b97\u6cd5\u0027.", "to": "\u300a\u8be6\u89e3\u4e5d\u7ae0\u7b97\u6cd5\u300b", "width": 10.0}, {"created_at": 1752884203, "description": "\u6768\u8f89was from\u94b1\u5858(now Hangzhou).", "file_path": "ChuZhongShuXue.docx", "from": "\u6768\u8f89", "keywords": "person-hometown", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u6768\u8f89was from\u94b1\u5858(now Hangzhou).", "to": "\u94b1\u5858", "width": 8.0}, {"created_at": 1752884156, "description": "Cardano documented binomial coefficients in his work on probability and games of chance.", "file_path": "ChuZhongShuXue.docx", "from": "\u5361\u5c14\u8fbe\u8bfa", "keywords": "documentation,probability theory", "source_id": "chunk-f1687ddd78928d213d5fd98272f5cfab", "title": "Cardano documented binomial coefficients in his work on probability and games of chance.", "to": "\u4e8c\u9879\u7cfb\u6570", "width": 7.0}, {"created_at": 1752884203, "description": "\u4e18\u6210\u6850won the Fields Medal in 1982.", "file_path": "ChuZhongShuXue.docx", "from": "\u83f2\u5c14\u5179\u5956", "keywords": "award recipient", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4e18\u6210\u6850won the Fields Medal in 1982.", "to": "\u4e18\u6210\u6850", "width": 10.0}, {"created_at": 1752884203, "description": "\u9676\u54f2\u8f69won the Fields Medal in 2006.", "file_path": "ChuZhongShuXue.docx", "from": "\u83f2\u5c14\u5179\u5956", "keywords": "award recipient", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9676\u54f2\u8f69won the Fields Medal in 2006.", "to": "\u9676\u54f2\u8f69", "width": 10.0}, {"created_at": 1752884203, "description": "\u9648\u7701\u8eabwon the Wolf Prize in 1983.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c83\u5c14\u592b\u5956", "keywords": "award recipient", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9648\u7701\u8eabwon the Wolf Prize in 1983.", "to": "\u9648\u7701\u8eab", "width": 10.0}, {"created_at": 1752884156, "description": "The Leibniz formula for \u03c0 is derived using the Newton-Leibniz formula, connecting series representation with calculus.", "file_path": "ChuZhongShuXue.docx", "from": "Newton-Leibniz Formula", "keywords": "calculus,mathematical derivation", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Leibniz formula for \u03c0 is derived using the Newton-Leibniz formula, connecting series representation with calculus.", "to": "Leibniz Formula", "width": 9.0}, {"created_at": 1752884156, "description": "Leibniz derived the series representation of \u03c0, now known as the Leibniz formula.", "file_path": "ChuZhongShuXue.docx", "from": "Leibniz Formula", "keywords": "mathematical discovery,series representation", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Leibniz derived the series representation of \u03c0, now known as the Leibniz formula.", "to": "Leibniz", "width": 9.0}, {"created_at": 1752884156, "description": "The binomial series was used to derive the integrand in the Leibniz formula for \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "Leibniz Formula", "keywords": "mathematical derivation,series connection", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The binomial series was used to derive the integrand in the Leibniz formula for \u03c0.", "to": "Binomial Series", "width": 7.0}, {"created_at": 1752884156, "description": "Diophantus struggled to understand irrational numbers, often dismissing them as unsolvable in his equations.", "file_path": "ChuZhongShuXue.docx", "from": "Diophantus", "keywords": "mathematical limitation,number theory", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Diophantus struggled to understand irrational numbers, often dismissing them as unsolvable in his equations.", "to": "Irrational Numbers", "width": 6.0}, {"created_at": 1752884156, "description": "Diophantus was a key figure in Ancient Greek mathematics, focusing on algebraic problems.", "file_path": "ChuZhongShuXue.docx", "from": "Diophantus", "keywords": "algebraic foundations,mathematical history", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Diophantus was a key figure in Ancient Greek mathematics, focusing on algebraic problems.", "to": "Ancient Greek Mathematics", "width": 7.0}, {"created_at": 1752884161, "description": "Diophantus rejected complex roots in equations, reflecting early resistance to the concept of imaginary numbers.", "file_path": "ChuZhongShuXue.docx", "from": "Diophantus", "keywords": "historical resistance,mathematical understanding", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Diophantus rejected complex roots in equations, reflecting early resistance to the concept of imaginary numbers.", "to": "Complex Numbers", "width": 7.0}, {"created_at": 1752884156, "description": "The Pythagorean School discovered irrational numbers, such as \u221a2, challenging earlier mathematical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "Pythagorean School", "keywords": "mathematical discovery,number theory", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Pythagorean School discovered irrational numbers, such as \u221a2, challenging earlier mathematical concepts.", "to": "Irrational Numbers", "width": 8.0}, {"created_at": 1752884156, "description": "The Pythagorean School contributed to Ancient Greek mathematics by discovering irrational numbers.", "file_path": "ChuZhongShuXue.docx", "from": "Pythagorean School", "keywords": "mathematical philosophy,number theory", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Pythagorean School contributed to Ancient Greek mathematics by discovering irrational numbers.", "to": "Ancient Greek Mathematics", "width": 8.0}, {"created_at": 1752884156, "description": "Ancient Egypt\u0027s development was closely tied to the Nile River, which influenced its practical mathematics and geometry.", "file_path": "ChuZhongShuXue.docx", "from": "Ancient Egypt", "keywords": "civilization development,geographical influence", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Ancient Egypt\u0027s development was closely tied to the Nile River, which influenced its practical mathematics and geometry.", "to": "Nile River", "width": 8.0}, {"created_at": 1752884156, "description": "Ancient Egypt emphasized practical mathematics, such as land measurement, for real-world applications.", "file_path": "ChuZhongShuXue.docx", "from": "Ancient Egypt", "keywords": "applied mathematics,civilization needs", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Ancient Egypt emphasized practical mathematics, such as land measurement, for real-world applications.", "to": "Practical Mathematics", "width": 9.0}, {"created_at": 1752884156, "description": "The Nile River\u0027s flooding necessitated precise land measurement in Ancient Egypt.", "file_path": "ChuZhongShuXue.docx", "from": "Nile River", "keywords": "agricultural management,geographical influence", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "The Nile River\u0027s flooding necessitated precise land measurement in Ancient Egypt.", "to": "Land Measurement", "width": 8.0}, {"created_at": 1752884156, "description": "Newton and Leibniz independently developed calculus, leading to historical debates over priority.", "file_path": "ChuZhongShuXue.docx", "from": "Newton", "keywords": "calculus development,mathematical rivalry", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Newton and Leibniz independently developed calculus, leading to historical debates over priority.", "to": "Leibniz", "width": 8.0}, {"created_at": 1752884156, "description": "Newton developed the binomial series, which was used to expand functions in calculus.", "file_path": "ChuZhongShuXue.docx", "from": "Newton", "keywords": "mathematical tool,series expansion", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Newton developed the binomial series, which was used to expand functions in calculus.", "to": "Binomial Series", "width": 8.0}, {"created_at": 1752884183, "description": "Newton adopted Galileo\u0027s methodological approach to describe force mathematically rather than metaphysically.", "file_path": "ChuZhongShuXue.docx", "from": "Newton", "keywords": "influence,scientific methodology", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Newton adopted Galileo\u0027s methodological approach to describe force mathematically rather than metaphysically.", "to": "Galileo", "width": 8.0}, {"created_at": 1752884156, "description": "Ancient Greek mathematics was more theoretical, while Ancient Egyptian and Chinese mathematics were practical.", "file_path": "ChuZhongShuXue.docx", "from": "Ancient Greek Mathematics", "keywords": "mathematical traditions,theoretical vs. applied", "source_id": "chunk-f0c221e8bd8b931339e1cb406c1b240a", "title": "Ancient Greek mathematics was more theoretical, while Ancient Egyptian and Chinese mathematics were practical.", "to": "Practical Mathematics", "width": 7.0}, {"created_at": 1752884157, "description": "The Nile\u0027s floods required precise land measurement for taxation, formalizing geometric practices.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3c\u7f57\u6cb3", "keywords": "administrative need,environmental impact", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "The Nile\u0027s floods required precise land measurement for taxation, formalizing geometric practices.", "to": "\u571f\u5730\u6d4b\u91cf", "width": 9.0}, {"created_at": 1752884157, "description": "Ancient Egyptians depended on the Nile\u0027s floods for agriculture, which necessitated land measurement and geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3c\u7f57\u6cb3", "keywords": "environmental dependency,practical innovation", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Ancient Egyptians depended on the Nile\u0027s floods for agriculture, which necessitated land measurement and geometry.", "to": "\u53e4\u57c3\u53ca\u4eba", "width": 9.0}, {"created_at": 1752884157, "description": "Libya was described by Herodotus as a region affected by the Nile\u0027s flooding.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3c\u7f57\u6cb3", "keywords": "geographic influence,historical context", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Libya was described by Herodotus as a region affected by the Nile\u0027s flooding.", "to": "\u5229\u6bd4\u4e9a", "width": 7.0}, {"created_at": 1752884157, "description": "Arabia was noted by Herodotus as another area influenced by the Nile\u0027s floods.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c3c\u7f57\u6cb3", "keywords": "historical record,regional impact", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Arabia was noted by Herodotus as another area influenced by the Nile\u0027s floods.", "to": "\u963f\u62c9\u4f2f", "width": 7.0}, {"created_at": 1752884157, "description": "The Rhind Papyrus records methods for calculating areas of shapes like rectangles and circles.", "file_path": "ChuZhongShuXue.docx", "from": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "keywords": "mathematical documentation,practical application", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "The Rhind Papyrus records methods for calculating areas of shapes like rectangles and circles.", "to": "\u9762\u79ef\u7684\u8ba1\u7b97", "width": 9.0}, {"created_at": 1752884204, "description": "\u53e4\u57c3\u53ca\u4eba\u4f7f\u7528\u7eb8\u838e\u8349\u5236\u4f5c\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\uff0c\u8bb0\u8f7d\u4e86\u6570\u5b66\u77e5\u8bc6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "keywords": "cultural practice,historical artifact", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u53e4\u57c3\u53ca\u4eba\u4f7f\u7528\u7eb8\u838e\u8349\u5236\u4f5c\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66\uff0c\u8bb0\u8f7d\u4e86\u6570\u5b66\u77e5\u8bc6\u3002", "to": "\u53e4\u57c3\u53ca\u4eba", "width": 7.0}, {"created_at": 1752884207, "description": "\u4e24\u8005\u90fd\u662f\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e", "file_path": "ChuZhongShuXue.docx", "from": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "keywords": "\u540c\u7c7b\u6587\u732e", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u4e24\u8005\u90fd\u662f\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e", "to": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "width": 7.0}, {"created_at": 1752884207, "description": "\u4e24\u8005\u90fd\u662f\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e", "file_path": "ChuZhongShuXue.docx", "from": "\u83b1\u8335\u5fb7\u7eb8\u8349\u4e66", "keywords": "\u540c\u7c7b\u6587\u732e", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u4e24\u8005\u90fd\u662f\u53e4\u57c3\u53ca\u6570\u5b66\u6587\u732e", "to": "\u5361\u547c\u6069\u7eb8\u8349\u4e66", "width": 7.0}, {"created_at": 1752884157, "description": "The Moscow Papyrus includes a formula for truncated pyramid volume, showing advanced Egyptian math.", "file_path": "ChuZhongShuXue.docx", "from": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "keywords": "mathematical complexity,problem-solving", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "The Moscow Papyrus includes a formula for truncated pyramid volume, showing advanced Egyptian math.", "to": "\u622a\u9762\u56db\u68f1\u9525\u4f53", "width": 9.0}, {"created_at": 1752884204, "description": "\u6208\u5217\u5c3c\u96ea\u592b\u8d2d\u5f97\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\uff0c\u73b0\u85cf\u4e8e\u83ab\u65af\u79d1\u666e\u5e0c\u91d1\u7cbe\u7ec6\u827a\u672f\u535a\u7269\u9986\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u83ab\u65af\u79d1\u7eb8\u8349\u4e66", "keywords": "acquisition,preservation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u6208\u5217\u5c3c\u96ea\u592b\u8d2d\u5f97\u83ab\u65af\u79d1\u7eb8\u8349\u4e66\uff0c\u73b0\u85cf\u4e8e\u83ab\u65af\u79d1\u666e\u5e0c\u91d1\u7cbe\u7ec6\u827a\u672f\u535a\u7269\u9986\u3002", "to": "\u6208\u5217\u5c3c\u96ea\u592b", "width": 6.0}, {"created_at": 1752884157, "description": "Greeks learned geometry from Egyptians, as evidenced by Herodotus and the etymology of \u0027geometry\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u57c3\u53ca\u4eba", "keywords": "cultural transmission,knowledge exchange", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Greeks learned geometry from Egyptians, as evidenced by Herodotus and the etymology of \u0027geometry\u0027.", "to": "\u53e4\u5e0c\u814a\u4eba", "width": 8.0}, {"created_at": 1752884171, "description": "Ancient Greeks developed knowledge of Earth\u0027s curvature through maritime trade and navigation.", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5e0c\u814a\u4eba", "keywords": "geographical discovery,maritime knowledge", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Ancient Greeks developed knowledge of Earth\u0027s curvature through maritime trade and navigation.", "to": "\u6d77\u6d0b\u8d38\u6613", "width": 7.0}, {"created_at": 1752884157, "description": "The Nile\u0027s annual flooding dictated tax assessments based on measured land area.", "file_path": "ChuZhongShuXue.docx", "from": "\u6d2a\u6c34\u6cdb\u6ee5", "keywords": "environmental impact,governance", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "The Nile\u0027s annual flooding dictated tax assessments based on measured land area.", "to": "\u7a0e\u6536\u653f\u7b56", "width": 8.0}, {"created_at": 1752884157, "description": "Egypt\u0027s tax system relied on precise land measurement after floods, formalizing geometric practices.", "file_path": "ChuZhongShuXue.docx", "from": "\u7a0e\u6536\u653f\u7b56", "keywords": "administrative need,mathematical development", "source_id": "chunk-c30b1193cd236ff32c7a33020186a433", "title": "Egypt\u0027s tax system relied on precise land measurement after floods, formalizing geometric practices.", "to": "\u91cf\u5730\u6cd5", "width": 9.0}, {"created_at": 1752884157, "description": "\u6d77\u4f26\u662f\u300a\u5ea6\u91cf\u300b\u7684\u4f5c\u8005\uff0c\u4e66\u4e2d\u8bb0\u8f7d\u4e86\u4ed6\u7684\u6570\u5b66\u8d21\u732e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u53e4\u5e0c\u814a\u5b66\u8005\u6d77\u4f26", "keywords": "academic work,authorship", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u6d77\u4f26\u662f\u300a\u5ea6\u91cf\u300b\u7684\u4f5c\u8005\uff0c\u4e66\u4e2d\u8bb0\u8f7d\u4e86\u4ed6\u7684\u6570\u5b66\u8d21\u732e\u3002", "to": "\u300a\u5ea6\u91cf\u300b", "width": 9.0}, {"created_at": 1752884157, "description": "\u79e6\u4e5d\u97f6\u662f\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u7684\u4f5c\u8005\uff0c\u4e66\u4e2d\u5305\u542b\u0027\u4e09\u659c\u6c42\u79ef\u0027\u7b49\u6570\u5b66\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5b8b\u4ee3\u79e6\u4e5d\u97f6", "keywords": "academic work,authorship", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u79e6\u4e5d\u97f6\u662f\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u7684\u4f5c\u8005\uff0c\u4e66\u4e2d\u5305\u542b\u0027\u4e09\u659c\u6c42\u79ef\u0027\u7b49\u6570\u5b66\u65b9\u6cd5\u3002", "to": "\u300a\u6570\u4e66\u4e5d\u7ae0\u300b", "width": 9.0}, {"created_at": 1752884157, "description": "\u6d77\u4f26\u516c\u5f0f\u548c\u79e6\u4e5d\u97f6\u7684\u0027\u4e09\u659c\u6c42\u79ef\u0027\u65b9\u6cd5\u5728\u6570\u5b66\u4e0a\u662f\u7b49\u4ef7\u7684\uff0c\u90fd\u7528\u4e8e\u8ba1\u7b97\u4e09\u89d2\u5f62\u9762\u79ef\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6d77\u4f26\u516c\u5f0f", "keywords": "geometry,mathematical equivalence", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u6d77\u4f26\u516c\u5f0f\u548c\u79e6\u4e5d\u97f6\u7684\u0027\u4e09\u659c\u6c42\u79ef\u0027\u65b9\u6cd5\u5728\u6570\u5b66\u4e0a\u662f\u7b49\u4ef7\u7684\uff0c\u90fd\u7528\u4e8e\u8ba1\u7b97\u4e09\u89d2\u5f62\u9762\u79ef\u3002", "to": "\u4e09\u659c\u6c42\u79ef", "width": 10.0}, {"created_at": 1752884157, "description": "\u79e6\u4e5d\u97f6\u7684\u0027\u4e09\u659c\u6c42\u79ef\u0027\u65b9\u6cd5\u4e0e\u6d77\u4f26\u516c\u5f0f\u5b8c\u5168\u543b\u5408\uff0c\u56e0\u6b64\u6d77\u4f26\u516c\u5f0f\u4e5f\u88ab\u79f0\u4e3a\u79e6\u4e5d\u97f6\u516c\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6d77\u4f26\u516c\u5f0f", "keywords": "cross-cultural connection,mathematical discovery", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u79e6\u4e5d\u97f6\u7684\u0027\u4e09\u659c\u6c42\u79ef\u0027\u65b9\u6cd5\u4e0e\u6d77\u4f26\u516c\u5f0f\u5b8c\u5168\u543b\u5408\uff0c\u56e0\u6b64\u6d77\u4f26\u516c\u5f0f\u4e5f\u88ab\u79f0\u4e3a\u79e6\u4e5d\u97f6\u516c\u5f0f\u3002", "to": "\u79e6\u4e5d\u97f6", "width": 8.0}, {"created_at": 1752884157, "description": "\u5f53\u56db\u68f1\u9525\u4f53\u7684\u4e0a\u4e0b\u5e95\u9762\u76f8\u7b49(a=b)\u65f6\uff0c\u5176\u4f53\u79ef\u516c\u5f0f\u7b80\u5316\u4e3a\u957f\u65b9\u4f53\u7684\u4f53\u79ef\u516c\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u68f1\u9525\u4f53", "keywords": "geometric relation,special case", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u5f53\u56db\u68f1\u9525\u4f53\u7684\u4e0a\u4e0b\u5e95\u9762\u76f8\u7b49(a=b)\u65f6\uff0c\u5176\u4f53\u79ef\u516c\u5f0f\u7b80\u5316\u4e3a\u957f\u65b9\u4f53\u7684\u4f53\u79ef\u516c\u5f0f\u3002", "to": "\u957f\u65b9\u4f53", "width": 8.0}, {"created_at": 1752884157, "description": "\u79e6\u4e5d\u97f6\u5728\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u4e2d\u4f7f\u7528\u6c99\u7530\u4f5c\u4e3a\u5b9e\u9645\u6848\u4f8b\u6765\u6f14\u793a\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6c99\u7530", "keywords": "case study,practical application", "source_id": "chunk-aca1faae06ff2fb9d92a04ee4d07e4f7", "title": "\u79e6\u4e5d\u97f6\u5728\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u4e2d\u4f7f\u7528\u6c99\u7530\u4f5c\u4e3a\u5b9e\u9645\u6848\u4f8b\u6765\u6f14\u793a\u4e09\u89d2\u5f62\u9762\u79ef\u8ba1\u7b97\u3002", "to": "\u79e6\u4e5d\u97f6", "width": 7.0}, {"created_at": 1752884158, "description": "William Jones was a British mathematician who introduced the \u03c0 notation.", "file_path": "ChuZhongShuXue.docx", "from": "\u743c\u65af", "keywords": "mathematical notation,national identity", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "William Jones was a British mathematician who introduced the \u03c0 notation.", "to": "\u82f1\u56fd", "width": 8.0}, {"created_at": 1752884171, "description": "Archimedes affirmed Earth\u0027s sphericity in his work \u0027On Floating Bodies,\u0027 contrasting with ancient Chinese views.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "scientific confirmation,spherical Earth", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Archimedes affirmed Earth\u0027s sphericity in his work \u0027On Floating Bodies,\u0027 contrasting with ancient Chinese views.", "to": "\u5730\u7403\u7403\u5f62\u7684\u8ba4\u77e5", "width": 9.0}, {"created_at": 1752884171, "description": "Archimedes wrote \u0027On Floating Bodies\u0027 which contained proofs of Earth\u0027s sphericity.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "scientific work,spherical Earth", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Archimedes wrote \u0027On Floating Bodies\u0027 which contained proofs of Earth\u0027s sphericity.", "to": "\u8bba\u6d6e\u4f53", "width": 9.0}, {"created_at": 1752884173, "description": "Archimedes formulated the principle of leverage during his association with the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "mechanical advantage,physics discovery", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Archimedes formulated the principle of leverage during his association with the Library of Alexandria.", "to": "\u6760\u6746\u539f\u7406", "width": 9.0}, {"created_at": 1752884173, "description": "Archimedes discovered buoyancy principles while connected to the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "fluid mechanics,scientific discovery", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Archimedes discovered buoyancy principles while connected to the Library of Alexandria.", "to": "\u6d6e\u529b\u5b9a\u5f8b", "width": 9.0}, {"created_at": 1752884182, "description": "Archimedes proposed a clever but non-standard method for trisecting an angle, violating strict compass and straightedge rules.\u003cSEP\u003eArchimedes proposed a method for trisecting an angle, though it did not adhere to strict compass and straightedge rules.\u003cSEP\u003e\u963f\u57fa\u7c73\u5fb7\u63d0\u51fa\u4e86\u4e09\u7b49\u5206\u89d2\u7684\u6784\u601d\uff0c\u4f46\u8be5\u65b9\u6cd5\u4e0d\u7b26\u5408\u5c3a\u89c4\u4f5c\u56fe\u7684\u9650\u5236\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "geometric ingenuity,geometric problems,historical solutions,rule violation,\u6570\u5b66\u6784\u601d,\u9650\u5236\u6761\u4ef6", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1\u003cSEP\u003echunk-eb909fae946cb41ff187d26fae2118b2", "title": "Archimedes proposed a clever but non-standard method for trisecting an angle, violating strict compass and straightedge rules.\u003cSEP\u003eArchimedes proposed a method for trisecting an angle, though it did not adhere to strict compass and straightedge rules.\u003cSEP\u003e\u963f\u57fa\u7c73\u5fb7\u63d0\u51fa\u4e86\u4e09\u7b49\u5206\u89d2\u7684\u6784\u601d\uff0c\u4f46\u8be5\u65b9\u6cd5\u4e0d\u7b26\u5408\u5c3a\u89c4\u4f5c\u56fe\u7684\u9650\u5236\u3002", "to": "\u4e09\u7b49\u5206\u89d2", "width": 24.0}, {"created_at": 1752884182, "description": "Archimedes developed an innovative but non-compliant solution to the angle trisection challenge.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "constraint violation,mathematical innovation", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "Archimedes developed an innovative but non-compliant solution to the angle trisection challenge.", "to": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "width": 9.0}, {"created_at": 1752884168, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b details the \u0027\u571f\u572d\u4e4b\u6cd5\u0027 method for measuring solar shadows, linking mathematical and astronomical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u9ac0\u7b97\u7ecf", "keywords": "astronomical methods,mathematical applications", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b details the \u0027\u571f\u572d\u4e4b\u6cd5\u0027 method for measuring solar shadows, linking mathematical and astronomical knowledge.", "to": "\u571f\u572d\u4e4b\u6cd5", "width": 10.0}, {"created_at": 1752884168, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b incorporates the \u0027\u76d6\u5929\u8bf4\u0027 cosmological model to explain celestial phenomena and measurement techniques.\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b incorporates the\u76d6\u5929\u8bf4cosmological model to explain its astronomical observations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u9ac0\u7b97\u7ecf", "keywords": "astronomical basis,astronomical theory,cosmology,theoretical framework", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b incorporates the \u0027\u76d6\u5929\u8bf4\u0027 cosmological model to explain celestial phenomena and measurement techniques.\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b incorporates the\u76d6\u5929\u8bf4cosmological model to explain its astronomical observations.", "to": "\u76d6\u5929\u8bf4", "width": 15.0}, {"created_at": 1752884168, "description": "\u5468\u516c\u0027s questions form the basis of the \u300a\u5468\u9ac0\u7b97\u7ecf\u300b text\u0027s exploration of astronomical measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u9ac0\u7b97\u7ecf", "keywords": "scholarly inquiry,textual inspiration", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u5468\u516c\u0027s questions form the basis of the \u300a\u5468\u9ac0\u7b97\u7ecf\u300b text\u0027s exploration of astronomical measurements.", "to": "\u5468\u516c", "width": 9.0}, {"created_at": 1752884169, "description": "\u9648\u5b50is mentioned in the\u5468\u9ac0\u7b97\u7ecfas a figure who articulated early Chinese astronomical calculations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u9ac0\u7b97\u7ecf", "keywords": "historical figure,textual reference", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u9648\u5b50is mentioned in the\u5468\u9ac0\u7b97\u7ecfas a figure who articulated early Chinese astronomical calculations.", "to": "\u9648\u5b50", "width": 7.0}, {"created_at": 1752884169, "description": "Both contain early Chinese astronomical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u9ac0\u7b97\u7ecf", "keywords": "ancient texts", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Both contain early Chinese astronomical knowledge.", "to": "\u5468\u793c", "width": 7.0}, {"created_at": 1752884158, "description": "Mao Yisheng acknowledged Yoshio Mikami\u0027s suggestion to honor Zu Chongzhi\u0027s work on \u03c0.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u4e0a\u4e49\u592b", "keywords": "academic acknowledgment,cross-cultural respect", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Mao Yisheng acknowledged Yoshio Mikami\u0027s suggestion to honor Zu Chongzhi\u0027s work on \u03c0.", "to": "\u8305\u4ee5\u5347", "width": 7.0}, {"created_at": 1752884158, "description": "Yoshio Mikami was a Japanese mathematician who proposed honoring Zu Chongzhi\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u4e0a\u4e49\u592b", "keywords": "academic recognition,national identity", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Yoshio Mikami was a Japanese mathematician who proposed honoring Zu Chongzhi\u0027s work.", "to": "\u65e5\u672c", "width": 7.0}, {"created_at": 1752884158, "description": "Yoshio Mikami authored this work that proposed honoring Zu Chongzhi\u0027s contributions.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u4e0a\u4e49\u592b", "keywords": "academic publication,historical tribute", "source_id": "chunk-75f67b5b9db86524b3fadd3f9f5a2715", "title": "Yoshio Mikami authored this work that proposed honoring Zu Chongzhi\u0027s contributions.", "to": "\u4e2d\u65e5\u6570\u5b66\u53d1\u5c55\u53f2", "width": 7.0}, {"created_at": 1752884159, "description": "\u4e09\u4e0a\u4e49\u592bproposed \u0027\u7956\u7387\u0027 to honor Chinese mathematical contributions.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u4e0a\u4e49\u592b", "keywords": "historical recognition,nomenclature", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "\u4e09\u4e0a\u4e49\u592bproposed \u0027\u7956\u7387\u0027 to honor Chinese mathematical contributions.", "to": "\u7956\u7387", "width": 7.0}, {"created_at": 1752884204, "description": "\u8305\u4ee5\u5347\u5728\u300a\u79d1\u5b66\u300b\u6742\u5fd7\u53d1\u8868\u0027\u4e2d\u56fd\u5706\u5468\u7387\u7565\u53f2\u0027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8305\u4ee5\u5347", "keywords": "academic contribution,publication", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u8305\u4ee5\u5347\u5728\u300a\u79d1\u5b66\u300b\u6742\u5fd7\u53d1\u8868\u0027\u4e2d\u56fd\u5706\u5468\u7387\u7565\u53f2\u0027\u3002", "to": "\u300a\u79d1\u5b66\u300b", "width": 7.0}, {"created_at": 1752884187, "description": "\u9ad8\u5c14\u987f\u662f\u82f1\u56fd\u79d1\u5b66\u5bb6\uff0c\u5176\u7814\u7a76\u8d77\u6e90\u4e8e\u82f1\u56fd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u82f1\u56fd", "keywords": "\u56fd\u7c4d,\u7814\u7a76\u8d77\u6e90", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u9ad8\u5c14\u987f\u662f\u82f1\u56fd\u79d1\u5b66\u5bb6\uff0c\u5176\u7814\u7a76\u8d77\u6e90\u4e8e\u82f1\u56fd\u3002", "to": "\u9ad8\u5c14\u987f", "width": 7.0}, {"created_at": 1752884160, "description": "The number e is both an irrational number and a transcendental number.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d85\u8d8a\u6570", "keywords": "mathematical constants,number classification", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "The number e is both an irrational number and a transcendental number.", "to": "\u81ea\u7136\u5bf9\u6570\u7684\u5e95e", "width": 10.0}, {"created_at": 1752884159, "description": "Hermite proved e is transcendental, pioneering transcendence proofs.", "file_path": "ChuZhongShuXue.docx", "from": "\u57c3\u5c14\u7c73\u7279", "keywords": "breakthrough,mathematical constant", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Hermite proved e is transcendental, pioneering transcendence proofs.", "to": "e", "width": 9.0}, {"created_at": 1752884159, "description": "Lindemann proved \u03c0 is transcendental, solving the \u0027squaring the circle\u0027 problem.", "file_path": "ChuZhongShuXue.docx", "from": "\u6797\u5fb7\u66fc", "keywords": "historical resolution,proof", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "Lindemann proved \u03c0 is transcendental, solving the \u0027squaring the circle\u0027 problem.", "to": "\u5706\u5468\u7387 \u03c0", "width": 10.0}, {"created_at": 1752884177, "description": "Mathematicians at G\u00f6ttingen who collaborated on unifying geometry and physics, influencing Hilbert\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u83b1\u56e0", "keywords": "geometric physics,interdisciplinary influence", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Mathematicians at G\u00f6ttingen who collaborated on unifying geometry and physics, influencing Hilbert\u0027s work.", "to": "\u95f5\u53ef\u592b\u65af\u57fa", "width": 7.0}, {"created_at": 1752884195, "description": "Klein is the author of \u0027Mathematical Thought from Ancient to Modern Times\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u83b1\u56e0", "keywords": "authorship,mathematics history", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Klein is the author of \u0027Mathematical Thought from Ancient to Modern Times\u0027.", "to": "\u53e4\u4eca\u6570\u5b66\u601d\u60f3", "width": 9.0}, {"created_at": 1752884198, "description": "Klein authored Mathematical Thought from Ancient to Modern Times (Volume 1).", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u83b1\u56e0", "keywords": "authorship,historical scholarship", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Klein authored Mathematical Thought from Ancient to Modern Times (Volume 1).", "to": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b", "width": 10.0}, {"created_at": 1752884198, "description": "Klein authored Mathematics: The Loss of Certainty.\u003cSEP\u003e\u514b\u83b1\u56e0\u5728\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u4e2d\u63a2\u8ba8\u6570\u5b66\u54f2\u5b66\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u83b1\u56e0", "keywords": "authorship,philosophical inquiry,philosophical work", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Klein authored Mathematics: The Loss of Certainty.\u003cSEP\u003e\u514b\u83b1\u56e0\u5728\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u4e2d\u63a2\u8ba8\u6570\u5b66\u54f2\u5b66\u95ee\u9898\u3002", "to": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "width": 19.0}, {"created_at": 1752884199, "description": "Klein authored a work discussing the philosophical shifts in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u83b1\u56e0", "keywords": "historical change,philosophy of mathematics", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Klein authored a work discussing the philosophical shifts in mathematics.", "to": "\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931", "width": 8.0}, {"created_at": 1752884204, "description": "\u514b\u83b1\u56e0\u6240\u8457\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b\u662f\u6570\u5b66\u53f2\u7ecf\u5178\u8457\u4f5c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u83b1\u56e0", "keywords": "authorship,historical survey", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u514b\u83b1\u56e0\u6240\u8457\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b\u662f\u6570\u5b66\u53f2\u7ecf\u5178\u8457\u4f5c\u3002", "to": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u300b", "width": 10.0}, {"created_at": 1752884159, "description": "The problem\u0027s resolution depended on proving \u03c0\u0027s transcendence.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706\u5468\u7387 \u03c0", "keywords": "historical problem,mathematical proof", "source_id": "chunk-4dc0d317d51b12cedc9804d89a6f0d99", "title": "The problem\u0027s resolution depended on proving \u03c0\u0027s transcendence.", "to": "\u5316\u5706\u4e3a\u65b9", "width": 8.0}, {"created_at": 1752884160, "description": "Simon Newcomb emphasized the sufficiency of decimal approximations in practical applications.", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u9650\u5c0f\u6570", "keywords": "decimal precision,practical application", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Simon Newcomb emphasized the sufficiency of decimal approximations in practical applications.", "to": "\u7f8e\u56fd\u5929\u6587\u5b66\u5bb6\u7ebd\u514b\u59c6", "width": 7.0}, {"created_at": 1752884160, "description": "Georg Cantor published his foundational work on irrational numbers in Mathematische Annalen.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fb7\u56fd\u6570\u5b66\u5bb6\u5eb7\u6258", "keywords": "academic publication,mathematical theory", "source_id": "chunk-89a00ca5535ebdb5d721e473eebbac4c", "title": "Georg Cantor published his foundational work on irrational numbers in Mathematische Annalen.", "to": "\u300a\u6570\u5b66\u5e74\u9274\u300b", "width": 8.0}, {"created_at": 1752884160, "description": "\u67ef\u897f\u6570\u5217\u662f\u6ee1\u8db3\u67ef\u897f\u51c6\u5219\u7684\u6570\u5217\uff0c\u7528\u4e8e\u5b9a\u4e49\u6536\u655b\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u67ef\u897f\u51c6\u5219", "keywords": "\u6536\u655b\u6027,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-8b6f8917e6704256d88d931fd2d99d07", "title": "\u67ef\u897f\u6570\u5217\u662f\u6ee1\u8db3\u67ef\u897f\u51c6\u5219\u7684\u6570\u5217\uff0c\u7528\u4e8e\u5b9a\u4e49\u6536\u655b\u6027\u3002", "to": "\u67ef\u897f\u6570\u5217", "width": 9.0}, {"created_at": 1752884177, "description": "Quaternions represent another abstract mathematical concept like n-dimensional spaces.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u5143\u6570", "keywords": "mathematical abstraction,number systems", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Quaternions represent another abstract mathematical concept like n-dimensional spaces.", "to": "n\u7ef4\u7a7a\u95f4", "width": 7.0}, {"created_at": 1752884182, "description": "The fundamental theorem enables analysis of polynomial roots\u0027 constructibility in the impossibility proof.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "keywords": "existence guarantee,solution analysis", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "The fundamental theorem enables analysis of polynomial roots\u0027 constructibility in the impossibility proof.", "to": "\u6709\u7406\u6839", "width": 8.0}, {"created_at": 1752884161, "description": "The discriminant determines whether roots of a quadratic equation are real or complex.", "file_path": "ChuZhongShuXue.docx", "from": "Discriminant", "keywords": "mathematical property,root classification", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "The discriminant determines whether roots of a quadratic equation are real or complex.", "to": "Quadratic Equations", "width": 9.0}, {"created_at": 1752884161, "description": "Ren\u00e9 Descartes coined the term \u0027imaginary numbers\u0027 but did not fully accept their validity.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "conceptual skepticism,terminology", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Ren\u00e9 Descartes coined the term \u0027imaginary numbers\u0027 but did not fully accept their validity.", "to": "Ren\u00e9 Descartes", "width": 6.0}, {"created_at": 1752884161, "description": "Leonhard Euler introduced the symbol i for imaginary numbers, standardizing their notation in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical notation,symbolic representation", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Leonhard Euler introduced the symbol i for imaginary numbers, standardizing their notation in mathematics.", "to": "Leonhard Euler", "width": 9.0}, {"created_at": 1752884161, "description": "Cardano\u0027s formula sometimes requires the use of complex numbers to find real roots of cubic equations.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical paradox,solution methods", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Cardano\u0027s formula sometimes requires the use of complex numbers to find real roots of cubic equations.", "to": "Cardano\u0027s Formula", "width": 8.0}, {"created_at": 1752884162, "description": "The imaginary unit i is the foundation for defining complex numbers as a + bi.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical foundation,number theory", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "The imaginary unit i is the foundation for defining complex numbers as a + bi.", "to": "Imaginary Unit (i)", "width": 10.0}, {"created_at": 1752884162, "description": "Algebraic geometry incorporates complex numbers to study solutions to polynomial equations in geometric terms.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "geometric interpretation,mathematical intersection", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Algebraic geometry incorporates complex numbers to study solutions to polynomial equations in geometric terms.", "to": "Algebraic Geometry", "width": 8.0}, {"created_at": 1752884162, "description": "Conjugate complex numbers are a specific pair of complex numbers whose product is a real number.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical properties,pairs", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Conjugate complex numbers are a specific pair of complex numbers whose product is a real number.", "to": "Conjugate Complex Numbers", "width": 8.0}, {"created_at": 1752884162, "description": "The Fundamental Theorem of Algebra guarantees that every polynomial equation with complex coefficients has roots in the complex numbers.\u003cSEP\u003eThe theorem guarantees that complex numbers are sufficient to solve all polynomial equations.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "algebra,mathematical completeness,polynomial theory,roots", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c\u003cSEP\u003echunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "The Fundamental Theorem of Algebra guarantees that every polynomial equation with complex coefficients has roots in the complex numbers.\u003cSEP\u003eThe theorem guarantees that complex numbers are sufficient to solve all polynomial equations.", "to": "Fundamental Theorem of Algebra", "width": 19.0}, {"created_at": 1752884162, "description": "Real numbers form a subset of complex numbers where the imaginary part is zero, preserving all standard arithmetic.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical inclusion,specialization", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Real numbers form a subset of complex numbers where the imaginary part is zero, preserving all standard arithmetic.", "to": "Real Numbers", "width": 9.0}, {"created_at": 1752884162, "description": "The complex plane provides geometric interpretation and measurement tools for complex number operations.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "geometric representation,visualization", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "The complex plane provides geometric interpretation and measurement tools for complex number operations.", "to": "Complex Plane", "width": 8.0}, {"created_at": 1752884163, "description": "Gauss emphasized the creative nature of complex numbers and their role in making polynomial equations solvable.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical theory,polynomial solutions", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Gauss emphasized the creative nature of complex numbers and their role in making polynomial equations solvable.", "to": "Gauss", "width": 9.0}, {"created_at": 1752884163, "description": "Algan named the modulus of a complex number, contributing to the understanding of their geometric properties.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical nomenclature,vector length", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Algan named the modulus of a complex number, contributing to the understanding of their geometric properties.", "to": "Algan", "width": 7.0}, {"created_at": 1752884163, "description": "Gauss provided crucial insights into complex numbers and advocated for their acceptance in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "mathematical theory,number systems", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Gauss provided crucial insights into complex numbers and advocated for their acceptance in mathematics.", "to": "Carl Friedrich Gauss", "width": 9.0}, {"created_at": 1752884163, "description": "The formulas extend naturally to complex roots, providing relationships between roots and coefficients.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "polynomial theory,root analysis", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "The formulas extend naturally to complex roots, providing relationships between roots and coefficients.", "to": "Vieta\u0027s Formulas", "width": 8.0}, {"created_at": 1752884163, "description": "Complex numbers can be interpreted as vectors in two-dimensional space, connecting to vector analysis.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Numbers", "keywords": "geometric connection,mathematical interpretation", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Complex numbers can be interpreted as vectors in two-dimensional space, connecting to vector analysis.", "to": "Vector Analysis", "width": 7.0}, {"created_at": 1752884161, "description": "Gerolamo Cardano developed the formula for solving cubic equations, which sometimes involves complex numbers.", "file_path": "ChuZhongShuXue.docx", "from": "Gerolamo Cardano", "keywords": "equation solving,mathematical innovation", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Gerolamo Cardano developed the formula for solving cubic equations, which sometimes involves complex numbers.", "to": "Cardano\u0027s Formula", "width": 8.0}, {"created_at": 1752884162, "description": "Cardano\u0027s seminal work \u0027The Great Art\u0027 introduced systematic solutions to cubic equations.", "file_path": "ChuZhongShuXue.docx", "from": "Gerolamo Cardano", "keywords": "algebra advancement,mathematical publication", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Cardano\u0027s seminal work \u0027The Great Art\u0027 introduced systematic solutions to cubic equations.", "to": "The Great Art (Ars Magna)", "width": 8.0}, {"created_at": 1752884162, "description": "Descartes\u0027 \u0027Geometry\u0027 introduced the term \u0027imaginary numbers\u0027 while discussing polynomial roots.", "file_path": "ChuZhongShuXue.docx", "from": "Ren\u00e9 Descartes", "keywords": "conceptual development,mathematical terminology", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Descartes\u0027 \u0027Geometry\u0027 introduced the term \u0027imaginary numbers\u0027 while discussing polynomial roots.", "to": "Geometry (Descartes)", "width": 7.0}, {"created_at": 1752884162, "description": "Euler standardized the notation i for the imaginary unit in complex number theory.", "file_path": "ChuZhongShuXue.docx", "from": "Leonhard Euler", "keywords": "mathematical notation,standardization", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Euler standardized the notation i for the imaginary unit in complex number theory.", "to": "Imaginary Unit (i)", "width": 8.0}, {"created_at": 1752884162, "description": "Euler\u0027s work on imaginary numbers was published by the St. Petersburg Academy of Sciences after his death.", "file_path": "ChuZhongShuXue.docx", "from": "Leonhard Euler", "keywords": "academic publication,posthumous recognition", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Euler\u0027s work on imaginary numbers was published by the St. Petersburg Academy of Sciences after his death.", "to": "St. Petersburg Academy of Sciences", "width": 7.0}, {"created_at": 1752884161, "description": "Cardano\u0027s formula provides solutions to cubic equations, sometimes requiring complex number intermediates for real roots.", "file_path": "ChuZhongShuXue.docx", "from": "Cardano\u0027s Formula", "keywords": "equation solving,mathematical paradox", "source_id": "chunk-87d75f56583694492f61c2c1a41e2018", "title": "Cardano\u0027s formula provides solutions to cubic equations, sometimes requiring complex number intermediates for real roots.", "to": "Cubic Equations", "width": 9.0}, {"created_at": 1752884162, "description": "Prime numbers in the real number system may not remain prime in the Gaussian integers, as they can be factored into complex conjugates.", "file_path": "ChuZhongShuXue.docx", "from": "Prime Numbers", "keywords": "factorization,number theory", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Prime numbers in the real number system may not remain prime in the Gaussian integers, as they can be factored into complex conjugates.", "to": "Gaussian Integers", "width": 9.0}, {"created_at": 1752884163, "description": "This field extends prime number research into complex domains using advanced analytical methods.", "file_path": "ChuZhongShuXue.docx", "from": "Prime Numbers", "keywords": "advanced tools,theoretical extension", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "This field extends prime number research into complex domains using advanced analytical methods.", "to": "Analytic Number Theory", "width": 7.0}, {"created_at": 1752884162, "description": "Gauss pioneered the study of complex integers where both components are ordinary integers.", "file_path": "ChuZhongShuXue.docx", "from": "Gaussian Integers", "keywords": "mathematical innovation,number systems", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Gauss pioneered the study of complex integers where both components are ordinary integers.", "to": "Carl Friedrich Gauss", "width": 10.0}, {"created_at": 1752884162, "description": "This branch of mathematics systematically studies factorization properties in complex integer systems.", "file_path": "ChuZhongShuXue.docx", "from": "Gaussian Integers", "keywords": "generalization,theoretical framework", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "This branch of mathematics systematically studies factorization properties in complex integer systems.", "to": "Algebraic Number Theory", "width": 8.0}, {"created_at": 1752884162, "description": "Gauss provided the first complete proof of the Fundamental Theorem of Algebra in his doctoral thesis.", "file_path": "ChuZhongShuXue.docx", "from": "Fundamental Theorem of Algebra", "keywords": "algebra,mathematical proof", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Gauss provided the first complete proof of the Fundamental Theorem of Algebra in his doctoral thesis.", "to": "Carl Friedrich Gauss", "width": 10.0}, {"created_at": 1752884162, "description": "The theorem guarantees existence of roots for all non-zero complex polynomials in the complex plane.", "file_path": "ChuZhongShuXue.docx", "from": "Fundamental Theorem of Algebra", "keywords": "algebraic completeness,existence proof", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "The theorem guarantees existence of roots for all non-zero complex polynomials in the complex plane.", "to": "Polynomial Roots", "width": 10.0}, {"created_at": 1752884162, "description": "Gauss\u0027s work in \u0027Arithmetic Research\u0027 laid the foundation for studying complex primes and Gaussian integers.", "file_path": "ChuZhongShuXue.docx", "from": "Carl Friedrich Gauss", "keywords": "mathematical research,number theory", "source_id": "chunk-fc782e07921a2cdbdaa18107dc75fa5d", "title": "Gauss\u0027s work in \u0027Arithmetic Research\u0027 laid the foundation for studying complex primes and Gaussian integers.", "to": "Arithmetic Research", "width": 9.0}, {"created_at": 1752884163, "description": "Gauss emphasized the importance of proper foundations in mathematical understanding and education.", "file_path": "ChuZhongShuXue.docx", "from": "Carl Friedrich Gauss", "keywords": "mathematical philosophy,pedagogy", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Gauss emphasized the importance of proper foundations in mathematical understanding and education.", "to": "Mathematical Education", "width": 8.0}, {"created_at": 1752884163, "description": "Wessel introduced the geometric representation of complex numbers as vectors in a plane, laying the foundation for the complex plane.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Plane", "keywords": "geometric representation,mathematical visualization", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Wessel introduced the geometric representation of complex numbers as vectors in a plane, laying the foundation for the complex plane.", "to": "Wessel", "width": 8.0}, {"created_at": 1752884163, "description": "Wessel was the first to propose the geometric interpretation of complex numbers as points in a plane.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Plane", "keywords": "geometric representation,mathematical visualization", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Wessel was the first to propose the geometric interpretation of complex numbers as points in a plane.", "to": "Caspar Wessel", "width": 10.0}, {"created_at": 1752884163, "description": "Argand independently developed the geometric representation of complex numbers, now called the Argand diagram.", "file_path": "ChuZhongShuXue.docx", "from": "Complex Plane", "keywords": "mathematical discovery,visualization", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Argand independently developed the geometric representation of complex numbers, now called the Argand diagram.", "to": "Jean-Robert Argand", "width": 8.0}, {"created_at": 1752884163, "description": "Gans generalized the use of absolute value to represent vector lengths, advancing the field of vector analysis.", "file_path": "ChuZhongShuXue.docx", "from": "Gans", "keywords": "mathematical generalization,vector properties", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "Gans generalized the use of absolute value to represent vector lengths, advancing the field of vector analysis.", "to": "Vector Analysis", "width": 8.0}, {"created_at": 1752884163, "description": "The Algebraic Fundamental Theorem allows Vieta\u0027s Theorem to be extended to polynomials of any degree, relating roots and coefficients.", "file_path": "ChuZhongShuXue.docx", "from": "Algebraic Fundamental Theorem", "keywords": "polynomial theory,root-coefficient relationships", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "The Algebraic Fundamental Theorem allows Vieta\u0027s Theorem to be extended to polynomials of any degree, relating roots and coefficients.", "to": "Vieta\u0027s Theorem", "width": 9.0}, {"created_at": 1752884163, "description": "The Academy hosted Wessel\u0027s initial presentation of his work on complex numbers in 1797.", "file_path": "ChuZhongShuXue.docx", "from": "Caspar Wessel", "keywords": "academic publication,mathematical history", "source_id": "chunk-4e4b6f44d370a0f60815c213dbda7b6c", "title": "The Academy hosted Wessel\u0027s initial presentation of his work on complex numbers in 1797.", "to": "Danish Royal Academy", "width": 7.0}, {"created_at": 1752884163, "description": "Earth\u0027s revolution around the Sun defines the concept of a year in time models.", "file_path": "ChuZhongShuXue.docx", "from": "\u592a\u9633", "keywords": "celestial mechanics,timekeeping", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Earth\u0027s revolution around the Sun defines the concept of a year in time models.", "to": "\u5730\u7403", "width": 9.0}, {"created_at": 1752884163, "description": "Earth\u0027s gravitational relationship with the Moon defines the concept of a month in time models.", "file_path": "ChuZhongShuXue.docx", "from": "\u6708\u4eae", "keywords": "lunar cycles,timekeeping", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Earth\u0027s gravitational relationship with the Moon defines the concept of a month in time models.", "to": "\u5730\u7403", "width": 8.0}, {"created_at": 1752884164, "description": "The Moon\u0027s phases as observed from Earth define the synodic month (\u6714\u671b\u6708).", "file_path": "ChuZhongShuXue.docx", "from": "\u6708\u4eae", "keywords": "lunar phases,observational astronomy", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "The Moon\u0027s phases as observed from Earth define the synodic month (\u6714\u671b\u6708).", "to": "\u6714\u671b\u6708", "width": 7.0}, {"created_at": 1752884164, "description": "Chang\u0027e-4 made the first-ever landing on the far side of the Moon, advancing lunar exploration.", "file_path": "ChuZhongShuXue.docx", "from": "\u6708\u4eae", "keywords": "scientific achievement,space exploration", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Chang\u0027e-4 made the first-ever landing on the far side of the Moon, advancing lunar exploration.", "to": "\u5ae6\u5a25\u56db\u53f7", "width": 9.0}, {"created_at": 1752884164, "description": "Both exhibit tidal locking phenomena due to gravitational interactions with larger bodies.", "file_path": "ChuZhongShuXue.docx", "from": "\u6708\u4eae", "keywords": "celestial dynamics,rotational synchronization", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Both exhibit tidal locking phenomena due to gravitational interactions with larger bodies.", "to": "\u6c34\u661f", "width": 6.0}, {"created_at": 1752884164, "description": "Calendar systems incorporate the Earth-Sun cycle to define years.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e74", "keywords": "astronomy,time standardization", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Calendar systems incorporate the Earth-Sun cycle to define years.", "to": "\u5386\u6cd5", "width": 8.0}, {"created_at": 1752884164, "description": "Calendar systems incorporate the Moon-Earth cycle to define months.", "file_path": "ChuZhongShuXue.docx", "from": "\u6708", "keywords": "lunar cycles,time standardization", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Calendar systems incorporate the Moon-Earth cycle to define months.", "to": "\u5386\u6cd5", "width": 7.0}, {"created_at": 1752884164, "description": "Ancient civilizations developed early calendar systems to track celestial cycles.", "file_path": "ChuZhongShuXue.docx", "from": "\u5386\u6cd5", "keywords": "historical development,timekeeping origins", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "Ancient civilizations developed early calendar systems to track celestial cycles.", "to": "\u8fdc\u53e4\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752884164, "description": "These terms describe the same phenomenon where gravitational forces synchronize rotation and orbit.", "file_path": "ChuZhongShuXue.docx", "from": "\u540c\u6b65\u81ea\u8f6c", "keywords": "astronomical mechanics,gravitational effects", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "These terms describe the same phenomenon where gravitational forces synchronize rotation and orbit.", "to": "\u6f6e\u6c50\u9501\u5b9a", "width": 7.0}, {"created_at": 1752884164, "description": "These represent opposite phases in the Moon\u0027s monthly cycle as seen from Earth.", "file_path": "ChuZhongShuXue.docx", "from": "\u6714\u6708", "keywords": "lunar phases,observational cycles", "source_id": "chunk-f293ed2fda02df929e0c07b2000a07cf", "title": "These represent opposite phases in the Moon\u0027s monthly cycle as seen from Earth.", "to": "\u671b\u6708", "width": 7.0}, {"created_at": 1752884164, "description": "Qu Yuan referenced Sirius in his poetry, showing Chinese astronomical awareness.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u72fc\u661f", "keywords": "astronomy,poetry", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Qu Yuan referenced Sirius in his poetry, showing Chinese astronomical awareness.", "to": "\u5c48\u539f", "width": 6.0}, {"created_at": 1752884164, "description": "Su Dongpo also referenced Sirius in his works, continuing Chinese literary-astronomical traditions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u72fc\u661f", "keywords": "astronomy,cultural symbolism", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Su Dongpo also referenced Sirius in his works, continuing Chinese literary-astronomical traditions.", "to": "\u82cf\u4e1c\u5761", "width": 6.0}, {"created_at": 1752884164, "description": "Chinese astronomy mythologically associated Sirius with the Bow and Arrow constellation.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u72fc\u661f", "keywords": "astronomy,mythology", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Chinese astronomy mythologically associated Sirius with the Bow and Arrow constellation.", "to": "\u5f27\u77e2\u661f\u5ea7", "width": 7.0}, {"created_at": 1752884164, "description": "Records of the Grand Historian contains Chinese astronomical observations of Sirius.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u72fc\u661f", "keywords": "documentation,historical astronomy", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Records of the Grand Historian contains Chinese astronomical observations of Sirius.", "to": "\u300a\u53f2\u8bb0\u00b7\u5929\u5b98\u4e66\u300b", "width": 7.0}, {"created_at": 1752884164, "description": "The 24 Solar Terms were added to the Chinese lunisolar calendar to align it with agricultural seasons.\u003cSEP\u003e\u4e8c\u5341\u56db\u8282\u6c14\u662f\u519c\u5386\u4e2d\u57fa\u4e8e\u9633\u5386\u7684\u90e8\u5206\uff0c\u7528\u4e8e\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u56db\u8282\u6c14", "keywords": "agricultural guidance,agriculture,solar cycle,timekeeping", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "The 24 Solar Terms were added to the Chinese lunisolar calendar to align it with agricultural seasons.\u003cSEP\u003e\u4e8c\u5341\u56db\u8282\u6c14\u662f\u519c\u5386\u4e2d\u57fa\u4e8e\u9633\u5386\u7684\u90e8\u5206\uff0c\u7528\u4e8e\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002", "to": "\u519c\u5386", "width": 18.0}, {"created_at": 1752884164, "description": "The 24 Solar Terms were integrated into China\u0027s lunisolar calendar for agricultural timing.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u56db\u8282\u6c14", "keywords": "agriculture,timekeeping", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The 24 Solar Terms were integrated into China\u0027s lunisolar calendar for agricultural timing.", "to": "\u9634\u9633\u5408\u5386", "width": 9.0}, {"created_at": 1752884165, "description": "The gnomon measurement method (\u571f\u572d\u4e4b\u6cd5) was used to determine the 24 solar terms (\u4e8c\u5341\u56db\u8282\u6c14) for agricultural and calendrical purposes.\u003cSEP\u003e\u571f\u572d\u4e4b\u6cd5\u901a\u8fc7\u6d4b\u91cf\u65e5\u5f71\u786e\u5b9a\u4e86\u4e8c\u5341\u56db\u8282\u6c14\u4e2d\u7684\u5173\u952e\u8282\u6c14\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u56db\u8282\u6c14", "keywords": "agriculture,astronomical measurement,astronomy,seasonal markers", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "The gnomon measurement method (\u571f\u572d\u4e4b\u6cd5) was used to determine the 24 solar terms (\u4e8c\u5341\u56db\u8282\u6c14) for agricultural and calendrical purposes.\u003cSEP\u003e\u571f\u572d\u4e4b\u6cd5\u901a\u8fc7\u6d4b\u91cf\u65e5\u5f71\u786e\u5b9a\u4e86\u4e8c\u5341\u56db\u8282\u6c14\u4e2d\u7684\u5173\u952e\u8282\u6c14\u3002", "to": "\u571f\u572d\u4e4b\u6cd5", "width": 17.0}, {"created_at": 1752884166, "description": "\u4e8c\u5341\u56db\u8282\u6c14\u76f4\u63a5\u6307\u5bfc\u4e2d\u56fd\u53e4\u4ee3\u7684\u519c\u4e8b\u6d3b\u52a8\u5b89\u6392\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u56db\u8282\u6c14", "keywords": "agricultural guidance,timekeeping", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u4e8c\u5341\u56db\u8282\u6c14\u76f4\u63a5\u6307\u5bfc\u4e2d\u56fd\u53e4\u4ee3\u7684\u519c\u4e8b\u6d3b\u52a8\u5b89\u6392\u3002", "to": "\u519c\u4e1a\u751f\u4ea7", "width": 10.0}, {"created_at": 1752884166, "description": "\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5468\u5929\u5386\u5ea6\u4e3a\u5236\u5b9a\u7cbe\u786e\u7684\u4e8c\u5341\u56db\u8282\u6c14\u63d0\u4f9b\u4e86\u5929\u6587\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u56db\u8282\u6c14", "keywords": "\u5386\u6cd5\u4f53\u7cfb,\u5929\u6587\u89c2\u6d4b", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5468\u5929\u5386\u5ea6\u4e3a\u5236\u5b9a\u7cbe\u786e\u7684\u4e8c\u5341\u56db\u8282\u6c14\u63d0\u4f9b\u4e86\u5929\u6587\u57fa\u7840\u3002", "to": "\u4e8c\u5341\u516b\u661f\u5bbf", "width": 9.0}, {"created_at": 1752884164, "description": "Julius Caesar worked with Sosigenes to reform the Roman calendar based on Egyptian astronomy.", "file_path": "ChuZhongShuXue.docx", "from": "\u5112\u7565\u00b7\u51ef\u6492", "keywords": "calendar reform,collaboration", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Julius Caesar worked with Sosigenes to reform the Roman calendar based on Egyptian astronomy.", "to": "\u7d22\u897f\u7434\u5c3c\u65af", "width": 8.0}, {"created_at": 1752884172, "description": "\u300a\u5929\u95ee\u300b\u4e2d\"\u571c\u5219\u4e5d\u91cd\"\u53ef\u80fd\u5305\u542b\u65e9\u671f\u5929\u7403\u6982\u5ff5\uff0c\u4e3a\u6d51\u5929\u8bf4\u6eaf\u6e90\u63d0\u4f9b\u4e86\u4f9d\u636e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5c48\u539f", "keywords": "\u6587\u5b66\u8bb0\u8f7d,\u7406\u8bba\u6eaf\u6e90", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u300a\u5929\u95ee\u300b\u4e2d\"\u571c\u5219\u4e5d\u91cd\"\u53ef\u80fd\u5305\u542b\u65e9\u671f\u5929\u7403\u6982\u5ff5\uff0c\u4e3a\u6d51\u5929\u8bf4\u6eaf\u6e90\u63d0\u4f9b\u4e86\u4f9d\u636e\u3002", "to": "\u6d51\u5929\u8bf4", "width": 6.0}, {"created_at": 1752884164, "description": "The Julian calendar was formally adopted by Christian nations at the Council of Nicaea.", "file_path": "ChuZhongShuXue.docx", "from": "\u5112\u7565\u5386", "keywords": "calendar reform,religious adoption", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Julian calendar was formally adopted by Christian nations at the Council of Nicaea.", "to": "\u5c3c\u7b56\u963f\u6559\u4f1a\u4f1a\u8bae", "width": 8.0}, {"created_at": 1752884165, "description": "\u683c\u91cc\u5386\u662f\u5bf9\u5112\u7565\u5386\u7684\u6539\u9769\uff0c\u4fee\u6b63\u4e86\u5176\u8bef\u5dee\uff0c\u4f7f\u5386\u6cd5\u66f4\u7cbe\u786e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5112\u7565\u5386", "keywords": "calendar reform,precision", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u683c\u91cc\u5386\u662f\u5bf9\u5112\u7565\u5386\u7684\u6539\u9769\uff0c\u4fee\u6b63\u4e86\u5176\u8bef\u5dee\uff0c\u4f7f\u5386\u6cd5\u66f4\u7cbe\u786e\u3002", "to": "\u683c\u91cc\u5386", "width": 9.0}, {"created_at": 1752884164, "description": "The Classic of Documents contains early records of China\u0027s lunisolar calendar system.", "file_path": "ChuZhongShuXue.docx", "from": "\u519c\u5386", "keywords": "historical documentation,timekeeping", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "The Classic of Documents contains early records of China\u0027s lunisolar calendar system.", "to": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "width": 7.0}, {"created_at": 1752884166, "description": "\u95f0\u6708\u673a\u5236\u4f7f\u519c\u5386\u80fd\u534f\u8c03\u9634\u5386\u6708\u76f8\u4e0e\u9633\u5386\u5b63\u8282\u7684\u5173\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u519c\u5386", "keywords": "calendar synchronization,intercalation", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u95f0\u6708\u673a\u5236\u4f7f\u519c\u5386\u80fd\u534f\u8c03\u9634\u5386\u6708\u76f8\u4e0e\u9633\u5386\u5b63\u8282\u7684\u5173\u7cfb\u3002", "to": "\u95f0\u6708", "width": 9.0}, {"created_at": 1752884164, "description": "Thoth month marked the Egyptian New Year beginning with Sirius\u0027s heliacal rising.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u72fc\u5386", "keywords": "astronomical events,calendar markers", "source_id": "chunk-72fa7859d7da3a73a7558cc01fd39ae3", "title": "Thoth month marked the Egyptian New Year beginning with Sirius\u0027s heliacal rising.", "to": "\u900f\u7279\u6708", "width": 9.0}, {"created_at": 1752884165, "description": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u9633\u5386\u5468\u671f\u4e3a366\u65e5\u7684\u8ba4\u8bc6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "keywords": "astronomical knowledge,historical record", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5bf9\u9633\u5386\u5468\u671f\u4e3a366\u65e5\u7684\u8ba4\u8bc6\u3002", "to": "\u9633\u5386\u5468\u671f", "width": 7.0}, {"created_at": 1752884166, "description": "\u5b54\u5b89\u56fd\u901a\u8fc7\u6ce8\u91ca\u8bba\u8bc1\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u7684\u53f2\u5b9e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "keywords": "calendar proof,scholarly commentary", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u5b54\u5b89\u56fd\u901a\u8fc7\u6ce8\u91ca\u8bba\u8bc1\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u7684\u53f2\u5b9e\u3002", "to": "\u5b54\u5b89\u56fd", "width": 8.0}, {"created_at": 1752884167, "description": "\u8be5\u6587\u732e\u660e\u786e\u8bb0\u8f7d\u661f\u5bbf\u4e0e\u5730\u7406\u7684\u5bf9\u5e94\u5173\u7cfb\uff0c\u53cd\u6620\"\u5929\u4eba\u5408\u4e00\"\u601d\u60f3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u53f2\u8bb0\u00b7\u5929\u5b98\u4e66\u300b", "keywords": "\u5178\u7c4d\u8bb0\u8f7d,\u5929\u6587\u54f2\u5b66", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u8be5\u6587\u732e\u660e\u786e\u8bb0\u8f7d\u661f\u5bbf\u4e0e\u5730\u7406\u7684\u5bf9\u5e94\u5173\u7cfb\uff0c\u53cd\u6620\"\u5929\u4eba\u5408\u4e00\"\u601d\u60f3\u3002", "to": "\u4e8c\u5341\u516b\u661f\u5bbf", "width": 7.0}, {"created_at": 1752884165, "description": "\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16\u4e3b\u6301\u4e86\u5386\u6cd5\u6539\u9769\uff0c\u5f15\u5165\u4e86\u683c\u91cc\u5386\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u683c\u91cc\u5386", "keywords": "innovation,leadership", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16\u4e3b\u6301\u4e86\u5386\u6cd5\u6539\u9769\uff0c\u5f15\u5165\u4e86\u683c\u91cc\u5386\u3002", "to": "\u7f57\u9a6c\u6559\u7687\u683c\u91cc\u9ad8\u5229\u5341\u4e09\u4e16", "width": 8.0}, {"created_at": 1752884166, "description": "\u683c\u91cc\u5386\u6539\u9769\u7684\u91cd\u8981\u76ee\u7684\u5c31\u662f\u4fee\u6b63\u6625\u5206\u70b9\u7684\u65e5\u671f\u6f02\u79fb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u683c\u91cc\u5386", "keywords": "calendar reform,equinox correction", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u683c\u91cc\u5386\u6539\u9769\u7684\u91cd\u8981\u76ee\u7684\u5c31\u662f\u4fee\u6b63\u6625\u5206\u70b9\u7684\u65e5\u671f\u6f02\u79fb\u3002", "to": "\u6625\u5206", "width": 7.0}, {"created_at": 1752884166, "description": "\u901a\u8fc7\u6d4b\u91cf\u6b63\u5348\u65e5\u5f71\u957f\u5ea6\u786e\u5b9a\u6625\u5206\u7684\u5177\u4f53\u65f6\u95f4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "measurement method,solar term", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u901a\u8fc7\u6d4b\u91cf\u6b63\u5348\u65e5\u5f71\u957f\u5ea6\u786e\u5b9a\u6625\u5206\u7684\u5177\u4f53\u65f6\u95f4\u3002", "to": "\u6625\u5206", "width": 8.0}, {"created_at": 1752884166, "description": "\u51ac\u81f3\u4f5c\u4e3a\u65e5\u5f71\u6700\u957f\u65e5\uff0c\u662f\u571f\u572d\u6d4b\u91cf\u7684\u5173\u952e\u57fa\u51c6\u70b9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "astronomical benchmark,measurement", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u51ac\u81f3\u4f5c\u4e3a\u65e5\u5f71\u6700\u957f\u65e5\uff0c\u662f\u571f\u572d\u6d4b\u91cf\u7684\u5173\u952e\u57fa\u51c6\u70b9\u3002", "to": "\u51ac\u81f3", "width": 9.0}, {"created_at": 1752884166, "description": "\u571f\u65b9\u6c0f\u4f5c\u4e3a\u4e13\u804c\u5b98\u5458\u8d1f\u8d23\u6267\u884c\u571f\u572d\u6d4b\u5f71\u5de5\u4f5c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "implementation,official duty", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u571f\u65b9\u6c0f\u4f5c\u4e3a\u4e13\u804c\u5b98\u5458\u8d1f\u8d23\u6267\u884c\u571f\u572d\u6d4b\u5f71\u5de5\u4f5c\u3002", "to": "\u571f\u65b9\u6c0f", "width": 9.0}, {"created_at": 1752884168, "description": "\u5546\u9ad8\u0027s explanation of the Pythagorean theorem was likely intended to describe the application of\u571f\u572d\u4e4b\u6cd5.", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "mathematical application,measurement technique", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u5546\u9ad8\u0027s explanation of the Pythagorean theorem was likely intended to describe the application of\u571f\u572d\u4e4b\u6cd5.", "to": "\u5546\u9ad8", "width": 9.0}, {"created_at": 1752884168, "description": "The Tropic of Cancer (\u5317\u56de\u5f52\u7ebf) was a key reference point in Zhou Dynasty gnomon measurements (\u571f\u572d\u4e4b\u6cd5) to determine solstices.\u003cSEP\u003eThe\u571f\u572d\u4e4b\u6cd5method was used to observe solar phenomena at the\u5317\u56de\u5f52\u7ebfduring solstices.", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "astronomical observation,astronomy,geographic significance,geography", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The Tropic of Cancer (\u5317\u56de\u5f52\u7ebf) was a key reference point in Zhou Dynasty gnomon measurements (\u571f\u572d\u4e4b\u6cd5) to determine solstices.\u003cSEP\u003eThe\u571f\u572d\u4e4b\u6cd5method was used to observe solar phenomena at the\u5317\u56de\u5f52\u7ebfduring solstices.", "to": "\u5317\u56de\u5f52\u7ebf", "width": 15.0}, {"created_at": 1752884169, "description": "The Zhou Dynasty used the gnomon method to determine that Dengfeng Gaocheng was the \u0027center of the world.\u0027", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "astronomy,geography", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The Zhou Dynasty used the gnomon method to determine that Dengfeng Gaocheng was the \u0027center of the world.\u0027", "to": "\u6cb3\u5357\u7701\u767b\u5c01\u53bf\u544a\u6210\u9547", "width": 8.0}, {"created_at": 1752884170, "description": "The \u0027tu gui\u0027 method was used to calculate the latitude of Dengfeng Gaocheng by measuring shadow lengths.", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "geographical determination,measurement technique", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The \u0027tu gui\u0027 method was used to calculate the latitude of Dengfeng Gaocheng by measuring shadow lengths.", "to": "\u767b\u5c01\u544a\u6210", "width": 8.0}, {"created_at": 1752884170, "description": "Zheng Xuan interpreted the \u0027tu gui\u0027 method in his commentaries on classical texts.", "file_path": "ChuZhongShuXue.docx", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "measurement theory,textual interpretation", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Zheng Xuan interpreted the \u0027tu gui\u0027 method in his commentaries on classical texts.", "to": "\u90d1\u7384", "width": 6.0}, {"created_at": 1752884165, "description": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b\u89e3\u91ca\u4e86\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u7684\u8ba1\u7b97\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "keywords": "mathematical explanation,precision", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b\u89e3\u91ca\u4e86\u9633\u5386\u5468\u671f\u4e3a365\u53c81/4\u65e5\u7684\u8ba1\u7b97\u65b9\u6cd5\u3002", "to": "\u9633\u5386\u5468\u671f", "width": 8.0}, {"created_at": 1752884166, "description": "\u5546\u9ad8\u5728\u8be5\u8457\u4f5c\u4e2d\u9610\u8ff0\u52fe\u80a1\u5b9a\u7406\u548c\u5929\u6587\u5386\u6cd5\u77e5\u8bc6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "authorship,mathematical theory", "source_id": "chunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u5546\u9ad8\u5728\u8be5\u8457\u4f5c\u4e2d\u9610\u8ff0\u52fe\u80a1\u5b9a\u7406\u548c\u5929\u6587\u5386\u6cd5\u77e5\u8bc6\u3002", "to": "\u5546\u9ad8", "width": 7.0}, {"created_at": 1752884170, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b describes methods for determining time and direction, which were later complemented by instruments like the\u6f0f\u58f6.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "astronomical methods,timekeeping", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b describes methods for determining time and direction, which were later complemented by instruments like the\u6f0f\u58f6.", "to": "\u6f0f\u58f6", "width": 8.0}, {"created_at": 1752884204, "description": "This ancient text was used as a textbook in the imperial academy\u0027s mathematics department.\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u88ab\u5510\u4ee3\u56fd\u5b50\u76d1\u660e\u7b97\u79d1\u91c7\u7528\u4e3a\u5b98\u65b9\u6559\u6750\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "education,educational use,historical curriculum,standardization", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "This ancient text was used as a textbook in the imperial academy\u0027s mathematics department.\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u88ab\u5510\u4ee3\u56fd\u5b50\u76d1\u660e\u7b97\u79d1\u91c7\u7528\u4e3a\u5b98\u65b9\u6559\u6750\u3002", "to": "\u56fd\u5b50\u76d1\u660e\u7b97\u79d1", "width": 16.0}, {"created_at": 1752884206, "description": "\u7a0b\u8d1e\u4e00translated and annotated this ancient text.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "annotation,translation", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u7a0b\u8d1e\u4e00translated and annotated this ancient text.", "to": "\u7a0b\u8d1e\u4e00", "width": 9.0}, {"created_at": 1752884165, "description": "\u4f0f\u7fb2is credited with establishing the Zhou Tian celestial measurement system mentioned in the text.\u003cSEP\u003e\u4f0f\u7fb2\u4f20\u8bf4\u4e2d\u521b\u7acb\u4e86\u5468\u5929\u5386\u5ea6\uff0c\u5373\u7fa4\u661f\u7ed5\u5317\u6781\u661f\u65cb\u8f6c\u4e00\u5468\u7684\u65f6\u95f4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f0f\u7fb2", "keywords": "astronomical concept,astronomical origins,calendar creation,mythological origin", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-67ccc979a5e11b9d77c4b239a09538c8", "title": "\u4f0f\u7fb2is credited with establishing the Zhou Tian celestial measurement system mentioned in the text.\u003cSEP\u003e\u4f0f\u7fb2\u4f20\u8bf4\u4e2d\u521b\u7acb\u4e86\u5468\u5929\u5386\u5ea6\uff0c\u5373\u7fa4\u661f\u7ed5\u5317\u6781\u661f\u65cb\u8f6c\u4e00\u5468\u7684\u65f6\u95f4\u3002", "to": "\u5468\u5929\u5386\u5ea6", "width": 14.0}, {"created_at": 1752884166, "description": "\u4f0f\u7fb2\u4f5c\u4e3a\u4e2d\u534e\u4eba\u6587\u59cb\u7956\uff0c\u4f20\u8bf4\u4e0e\u5929\u6587\u5386\u6cd5\u521b\u5236\u76f8\u5173\uff0c\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5efa\u7acb\u53ef\u80fd\u53d7\u5176\u601d\u60f3\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f0f\u7fb2", "keywords": "\u5929\u6587\u8d77\u6e90,\u6587\u5316\u4f20\u627f", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u4f0f\u7fb2\u4f5c\u4e3a\u4e2d\u534e\u4eba\u6587\u59cb\u7956\uff0c\u4f20\u8bf4\u4e0e\u5929\u6587\u5386\u6cd5\u521b\u5236\u76f8\u5173\uff0c\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5efa\u7acb\u53ef\u80fd\u53d7\u5176\u601d\u60f3\u5f71\u54cd\u3002", "to": "\u4e8c\u5341\u516b\u661f\u5bbf", "width": 7.0}, {"created_at": 1752884169, "description": "\u4f0f\u7fb2is associated with the origins of the\u76d6\u5929\u8bf4, an ancient cosmological theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f0f\u7fb2", "keywords": "cosmology,mythological origin", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u4f0f\u7fb2is associated with the origins of the\u76d6\u5929\u8bf4, an ancient cosmological theory.", "to": "\u76d6\u5929\u8bf4", "width": 8.0}, {"created_at": 1752884168, "description": "During\u590f\u81f3(Summer Solstice), unique solar phenomena occur at the\u5317\u56de\u5f52\u7ebflocation.\u003cSEP\u003eThe summer solstice is when the Sun is directly overhead at the Tropic of Cancer, making it crucial for latitude measurements.", "file_path": "ChuZhongShuXue.docx", "from": "\u590f\u81f3", "keywords": "astronomical event,geographical marker,solar observation", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-74a95bae9c66564a58b59d007cf2af18", "title": "During\u590f\u81f3(Summer Solstice), unique solar phenomena occur at the\u5317\u56de\u5f52\u7ebflocation.\u003cSEP\u003eThe summer solstice is when the Sun is directly overhead at the Tropic of Cancer, making it crucial for latitude measurements.", "to": "\u5317\u56de\u5f52\u7ebf", "width": 18.0}, {"created_at": 1752884169, "description": "Site where special solstice phenomena were observed.", "file_path": "ChuZhongShuXue.docx", "from": "\u590f\u81f3", "keywords": "astronomical observation", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Site where special solstice phenomena were observed.", "to": "\u756a\u79ba", "width": 9.0}, {"created_at": 1752884173, "description": "Eratosthenes used observations from the summer solstice to calculate Earth\u0027s circumference.", "file_path": "ChuZhongShuXue.docx", "from": "\u590f\u81f3", "keywords": "astronomical measurement,scientific method", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Eratosthenes used observations from the summer solstice to calculate Earth\u0027s circumference.", "to": "\u57c3\u62c9\u6258\u8272\u5c3c", "width": 8.0}, {"created_at": 1752884168, "description": "Their dialogue in\u5468\u9ac0\u7b97\u7ecfestablished early Chinese understanding of Pythagorean theorem.\u003cSEP\u003e\u5468\u516cand\u5546\u9ad8engaged in a dialogue about ancient measurement techniques, with\u5546\u9ad8providing mathematical explanations to\u5468\u516c\u0027s inquiries.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u516c", "keywords": "ancient scholarship,knowledge transmission,mathematical discourse", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "Their dialogue in\u5468\u9ac0\u7b97\u7ecfestablished early Chinese understanding of Pythagorean theorem.\u003cSEP\u003e\u5468\u516cand\u5546\u9ad8engaged in a dialogue about ancient measurement techniques, with\u5546\u9ad8providing mathematical explanations to\u5468\u516c\u0027s inquiries.", "to": "\u5546\u9ad8", "width": 17.0}, {"created_at": 1752884169, "description": "\u5468\u516creceived the\u5468\u5929\u5386\u5ea6from the Shang dynasty and documented it for the Zhou people.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u516c", "keywords": "historical continuity,knowledge transfer", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u5468\u516creceived the\u5468\u5929\u5386\u5ea6from the Shang dynasty and documented it for the Zhou people.", "to": "\u6bb7\u5546", "width": 7.0}, {"created_at": 1752884169, "description": "\u5468\u516cserved as regent for the young King Cheng and implemented key administrative reforms.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u516c", "keywords": "governance,regentship", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u5468\u516cserved as regent for the young King Cheng and implemented key administrative reforms.", "to": "\u5468\u6210\u738b", "width": 9.0}, {"created_at": 1752884169, "description": "Duke of Zhou oversaw the construction of Chengzhou as the eastern capital, fulfilling King Wu\u0027s vision.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u516c", "keywords": "governance,urban planning", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "Duke of Zhou oversaw the construction of Chengzhou as the eastern capital, fulfilling King Wu\u0027s vision.", "to": "\u6210\u5468", "width": 7.0}, {"created_at": 1752884170, "description": "The Duke of Zhou\u0027s (\u5468\u516c) achievements during his regency are documented in the \u0027Shangshu Dazhuan\u0027 (\u300a\u5c1a\u4e66\u5927\u4f20\u300b).", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u516c", "keywords": "governance,historical records", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The Duke of Zhou\u0027s (\u5468\u516c) achievements during his regency are documented in the \u0027Shangshu Dazhuan\u0027 (\u300a\u5c1a\u4e66\u5927\u4f20\u300b).", "to": "\u300a\u5c1a\u4e66\u5927\u4f20\u300b", "width": 7.0}, {"created_at": 1752884170, "description": "\u5468\u516c\u0027s era\u0027s geographical knowledge is compared with descriptions in \u300a\u5c71\u6d77\u7ecf\u300b to validate historical understanding.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u516c", "keywords": "geographical validation,historical analysis", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u5468\u516c\u0027s era\u0027s geographical knowledge is compared with descriptions in \u300a\u5c71\u6d77\u7ecf\u300b to validate historical understanding.", "to": "\u300a\u5c71\u6d77\u7ecf\u300b", "width": 8.0}, {"created_at": 1752884167, "description": "\u5468\u5929365.25\u5ea6\u7684\u5212\u5206\u76f4\u63a5\u5bf9\u5e94\u4e8c\u5341\u516b\u661f\u5bbf\u5404\u5bbf\u7684\u5ea6\u6570\u603b\u548c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u5929\u5386\u5ea6", "keywords": "\u5750\u6807\u4f53\u7cfb,\u5929\u6587\u8ba1\u91cf", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u5468\u5929365.25\u5ea6\u7684\u5212\u5206\u76f4\u63a5\u5bf9\u5e94\u4e8c\u5341\u516b\u661f\u5bbf\u5404\u5bbf\u7684\u5ea6\u6570\u603b\u548c\u3002", "to": "\u4e8c\u5341\u516b\u661f\u5bbf", "width": 9.0}, {"created_at": 1752884168, "description": "Legendary attribution of the celestial measurement system.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u5929\u5386\u5ea6", "keywords": "astronomical systems,mythical origins", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "Legendary attribution of the celestial measurement system.", "to": "\u5305\u727a", "width": 7.0}, {"created_at": 1752884169, "description": "\u5e96\u727a\u6c0fis credited with creating the\u5468\u5929\u5386\u5ea6, an early astronomical system.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u5929\u5386\u5ea6", "keywords": "cosmology,mythological origin", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u5e96\u727a\u6c0fis credited with creating the\u5468\u5929\u5386\u5ea6, an early astronomical system.", "to": "\u5e96\u727a\u6c0f", "width": 8.0}, {"created_at": 1752884166, "description": "\u5317\u6781\u661f\u4f5c\u4e3a\u65b9\u4f4d\u57fa\u51c6\uff0c\u5e2e\u52a9\u4e2d\u56fd\u53e4\u4ee3\u786e\u7acb\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5750\u6807\u4f53\u7cfb\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u516b\u661f\u5bbf", "keywords": "\u5929\u6587\u5750\u6807,\u65b9\u4f4d\u53c2\u7167", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u5317\u6781\u661f\u4f5c\u4e3a\u65b9\u4f4d\u57fa\u51c6\uff0c\u5e2e\u52a9\u4e2d\u56fd\u53e4\u4ee3\u786e\u7acb\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5750\u6807\u4f53\u7cfb\u3002", "to": "\u5317\u6781\u661f", "width": 8.0}, {"created_at": 1752884167, "description": "\u8be5\u6587\u732e\u8be6\u7ec6\u8bb0\u8f7d\u4e86\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5ea6\u6570\u5206\u914d(\u5982\u4e1c\u65b9\u4e03\u5bbf75\u5ea6)\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u516b\u661f\u5bbf", "keywords": "\u5386\u53f2\u8bb0\u8f7d,\u5929\u6587\u89c4\u8303", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u8be5\u6587\u732e\u8be6\u7ec6\u8bb0\u8f7d\u4e86\u4e8c\u5341\u516b\u661f\u5bbf\u7684\u5ea6\u6570\u5206\u914d(\u5982\u4e1c\u65b9\u4e03\u5bbf75\u5ea6)\u3002", "to": "\u300a\u6c49\u4e66\u00b7\u5f8b\u5386\u5fd7\u300b", "width": 8.0}, {"created_at": 1752884167, "description": "The 28 lunar mansions were mapped onto 12 ecliptic divisions for astronomical time measurement.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u516b\u661f\u5bbf", "keywords": "celestial mapping,temporal coordination", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "The 28 lunar mansions were mapped onto 12 ecliptic divisions for astronomical time measurement.", "to": "\u5341\u4e8c\u6b21", "width": 8.0}, {"created_at": 1752884167, "description": "Vega belongs to northern quadrant (\u5317\u65b9\u4e03\u5bbf) of Chinese constellation system.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e8c\u5341\u516b\u661f\u5bbf", "keywords": "celestial mapping,cultural astronomy", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Vega belongs to northern quadrant (\u5317\u65b9\u4e03\u5bbf) of Chinese constellation system.", "to": "\u7ec7\u5973\u661f", "width": 7.0}, {"created_at": 1752884166, "description": "\u516d\u5341\u8fdb\u5236\u4e0e\u5929\u5e72\u5730\u652f\u540c\u4e3a\u5468\u671f\u8bb0\u6570\u7cfb\u7edf\uff0c\u53ef\u80fd\u57fa\u4e8e\u6700\u5c0f\u516c\u500d\u6570\u539f\u7406\u8bbe\u8ba1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516d\u5341\u8fdb\u5236", "keywords": "\u5386\u6cd5\u6570\u5b66,\u65f6\u95f4\u8ba1\u91cf", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u516d\u5341\u8fdb\u5236\u4e0e\u5929\u5e72\u5730\u652f\u540c\u4e3a\u5468\u671f\u8bb0\u6570\u7cfb\u7edf\uff0c\u53ef\u80fd\u57fa\u4e8e\u6700\u5c0f\u516c\u500d\u6570\u539f\u7406\u8bbe\u8ba1\u3002", "to": "\u5929\u5e72\u5730\u652f", "width": 7.0}, {"created_at": 1752884167, "description": "\u6954\u5f62\u6587\u5b57\u8bc1\u636e\u8868\u660e\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u6700\u65e9\u53ef\u8ffd\u6eaf\u81f3\u4e4c\u9c81\u514b\u65f6\u4ee3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u516d\u5341\u8fdb\u5236", "keywords": "\u6570\u5b66\u8d77\u6e90,\u6587\u660e\u8003\u53e4", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u6954\u5f62\u6587\u5b57\u8bc1\u636e\u8868\u660e\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u6700\u65e9\u53ef\u8ffd\u6eaf\u81f3\u4e4c\u9c81\u514b\u65f6\u4ee3\u3002", "to": "\u4e4c\u9c81\u514b\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752884167, "description": "\u5341\u4e8c\u5bab\u662f\u53e4\u5df4\u6bd4\u4f26\u4eba\u5212\u5206\u9ec4\u9053\u5e26\u7684\u5750\u6807\u7cfb\u7edf\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ec4\u9053\u5341\u4e8c\u5bab", "keywords": "\u5929\u6587\u5206\u533a,\u6587\u5316\u7b26\u53f7", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u5341\u4e8c\u5bab\u662f\u53e4\u5df4\u6bd4\u4f26\u4eba\u5212\u5206\u9ec4\u9053\u5e26\u7684\u5750\u6807\u7cfb\u7edf\u3002", "to": "\u9ec4\u9053", "width": 10.0}, {"created_at": 1752884167, "description": "\u6052\u661f\u4e2d\u5317\u6781\u661f\u56e0\u4f4d\u7f6e\u7edd\u5bf9\u56fa\u5b9a\uff0c\u6210\u4e3a\u53e4\u4ee3\u5750\u6807\u7cfb\u7edf\u7684\u6838\u5fc3\u53c2\u7167\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u6781\u661f", "keywords": "\u65b9\u4f4d\u57fa\u51c6,\u65f6\u95f4\u6d4b\u91cf", "source_id": "chunk-fcc8429be9c152ab7fd3a6e6daac3659", "title": "\u6052\u661f\u4e2d\u5317\u6781\u661f\u56e0\u4f4d\u7f6e\u7edd\u5bf9\u56fa\u5b9a\uff0c\u6210\u4e3a\u53e4\u4ee3\u5750\u6807\u7cfb\u7edf\u7684\u6838\u5fc3\u53c2\u7167\u3002", "to": "\u6052\u661f", "width": 9.0}, {"created_at": 1752884170, "description": "The latitude of Dengfeng Gaocheng was calculated using astronomical observations influenced by Polaris\u0027s position.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u6781\u661f", "keywords": "astronomical calculation,latitude determination", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The latitude of Dengfeng Gaocheng was calculated using astronomical observations influenced by Polaris\u0027s position.", "to": "\u767b\u5c01\u544a\u6210", "width": 7.0}, {"created_at": 1752884175, "description": "\u516b\u65b9\u65b9\u4f4d\u4f53\u7cfb\u57fa\u4e8e\u89c2\u5bdf\u5317\u6781\u661f\u5f62\u6210\u7684\u5c04\u7ebf\u6784\u5efa\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u6781\u661f", "keywords": "\u5929\u6587\u57fa\u7840,\u65b9\u4f4d\u7cfb\u7edf", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u516b\u65b9\u65b9\u4f4d\u4f53\u7cfb\u57fa\u4e8e\u89c2\u5bdf\u5317\u6781\u661f\u5f62\u6210\u7684\u5c04\u7ebf\u6784\u5efa\u3002", "to": "\u516b\u65b9", "width": 8.0}, {"created_at": 1752884167, "description": "The 60-year cycle emerges mathematically from combining 10 Heavenly Stems and 12 Earthly Branches.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u5e72\u5730\u652f", "keywords": "cyclical systems,timekeeping mathematics", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "The 60-year cycle emerges mathematically from combining 10 Heavenly Stems and 12 Earthly Branches.", "to": "\u516d\u5341\u7532\u5b50", "width": 9.0}, {"created_at": 1752884167, "description": "Zodiac animals are paired with Earthly Branches, creating cultural-temporal associations.", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u5e72\u5730\u652f", "keywords": "chronometry,cultural symbolism", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Zodiac animals are paired with Earthly Branches, creating cultural-temporal associations.", "to": "\u5341\u4e8c\u751f\u8096", "width": 7.0}, {"created_at": 1752884167, "description": "Oracle bones contain the oldest physical evidence of\u5e72\u652f\u7eaa\u65e5(stem-branch dating).", "file_path": "ChuZhongShuXue.docx", "from": "\u5929\u5e72\u5730\u652f", "keywords": "archaeological proof,calendrical origins", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Oracle bones contain the oldest physical evidence of\u5e72\u652f\u7eaa\u65e5(stem-branch dating).", "to": "\u6bb7\u589f\u7532\u9aa8", "width": 8.0}, {"created_at": 1752884167, "description": "Ecliptic divided into 12 stations corresponding to Earthly Branches for positional astronomy.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ec4\u9053", "keywords": "astronomical coordinates,calendrical math", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Ecliptic divided into 12 stations corresponding to Earthly Branches for positional astronomy.", "to": "\u5341\u4e8c\u6b21", "width": 8.0}, {"created_at": 1752884167, "description": "Wang Chong\u0027s text provides the earliest complete documentation of the animal zodiac system.", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u751f\u8096", "keywords": "cultural preservation,historical record", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Wang Chong\u0027s text provides the earliest complete documentation of the animal zodiac system.", "to": "\u300a\u8bba\u8861\u300b", "width": 6.0}, {"created_at": 1752884167, "description": "Traditional attribution credits the Yellow Emperor\u0027s era with establishing the 60-cycle calendar.", "file_path": "ChuZhongShuXue.docx", "from": "\u516d\u5341\u7532\u5b50", "keywords": "cultural legacy,mythohistorical foundation", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Traditional attribution credits the Yellow Emperor\u0027s era with establishing the 60-cycle calendar.", "to": "\u9ec4\u5e1d", "width": 7.0}, {"created_at": 1752884167, "description": "Daily records use same 60-cycle combinatorics as yearly calendar system.", "file_path": "ChuZhongShuXue.docx", "from": "\u516d\u5341\u7532\u5b50", "keywords": "cyclical timekeeping,parallel systems", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Daily records use same 60-cycle combinatorics as yearly calendar system.", "to": "\u5e72\u652f\u7eaa\u65e5\u6cd5", "width": 9.0}, {"created_at": 1752884167, "description": "Each\u65f6\u8fb0was named after an Earthly Branch character (\u5b50\u4e11\u5bc5\u536f\u7b49).", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u65f6\u8fb0", "keywords": "cultural coding,time nomenclature", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Each\u65f6\u8fb0was named after an Earthly Branch character (\u5b50\u4e11\u5bc5\u536f\u7b49).", "to": "\u5730\u652f", "width": 8.0}, {"created_at": 1752884167, "description": "Han night watches mapped onto\u65f6\u8fb0system with\u4e09\u66f4=\u5b50\u65f6(11pm-1am).", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u65f6\u8fb0", "keywords": "administrative time,temporal adaptation", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Han night watches mapped onto\u65f6\u8fb0system with\u4e09\u66f4=\u5b50\u65f6(11pm-1am).", "to": "\u4e94\u66f4", "width": 7.0}, {"created_at": 1752884167, "description": "Song scholars split traditional\u65f6\u8fb0into\u521d/\u6b63halves creating modern\u5c0f\u65f6units.", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u65f6\u8fb0", "keywords": "measurement precision,time refinement", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Song scholars split traditional\u65f6\u8fb0into\u521d/\u6b63halves creating modern\u5c0f\u65f6units.", "to": "\u5c0f\u65f6", "width": 9.0}, {"created_at": 1752884167, "description": "Poem\u0027s \u0027seven xiang\u0027 reference proves 12-time division existed in Zhou dynasty.", "file_path": "ChuZhongShuXue.docx", "from": "\u5341\u4e8c\u65f6\u8fb0", "keywords": "historical chronology,literary evidence", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Poem\u0027s \u0027seven xiang\u0027 reference proves 12-time division existed in Zhou dynasty.", "to": "\u300a\u8bd7\u7ecf\u00b7\u5c0f\u96c5\u00b7\u5927\u4e1c\u300b", "width": 6.0}, {"created_at": 1752884167, "description": "722 BCE reign marks start of uninterrupted stem-branch day records.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e72\u652f\u7eaa\u65e5\u6cd5", "keywords": "chronological continuity,historical benchmark", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "722 BCE reign marks start of uninterrupted stem-branch day records.", "to": "\u9c81\u9690\u516c", "width": 8.0}, {"created_at": 1752884167, "description": "Text credits Minister Rong Cheng with creating earliest calendrical systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e16\u672c\u300b", "keywords": "cultural legacy,historical attribution", "source_id": "chunk-3e03e533076f5a25125dad8f6068fe14", "title": "Text credits Minister Rong Cheng with creating earliest calendrical systems.", "to": "\u5bb9\u6210", "width": 7.0}, {"created_at": 1752884167, "description": "The sexagenary cycle became formalized during the Eastern Han period.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "keywords": "calendar system,historical development", "source_id": "chunk-b86ecc17467c79a88d8dfa681dcdb3ec", "title": "The sexagenary cycle became formalized during the Eastern Han period.", "to": "\u4e1c\u6c49", "width": 9.0}, {"created_at": 1752884170, "description": "The Tropic of Cancer is defined by its angle (23\u00b026\u2032) relative to the equatorial plane.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u56de\u5f52\u7ebf", "keywords": "celestial alignment,geographical measurement", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "The Tropic of Cancer is defined by its angle (23\u00b026\u2032) relative to the equatorial plane.", "to": "\u8d64\u9053", "width": 8.0}, {"created_at": 1752884168, "description": "\u6d51\u5929\u8bf4\u53d6\u4ee3\u4e86\u65e9\u671f\u7684\u76d6\u5929\u8bf4\uff0c\u4ee3\u8868\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5b87\u5b99\u89c2\u7684\u8fdb\u6b65\u3002\u003cSEP\u003e\u76d6\u5929\u8bf4was the earliest of three cosmological theories, preceding both\u6d51\u5929\u8bf4and\u5ba3\u591c\u8bf4.", "file_path": "ChuZhongShuXue.docx", "from": "\u76d6\u5929\u8bf4", "keywords": "cosmological evolution,theoretical progression,\u7406\u8bba\u6f14\u8fdb,\u79d1\u5b66\u9769\u547d", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52\u003cSEP\u003echunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u6d51\u5929\u8bf4\u53d6\u4ee3\u4e86\u65e9\u671f\u7684\u76d6\u5929\u8bf4\uff0c\u4ee3\u8868\u4e86\u4e2d\u56fd\u53e4\u4ee3\u5b87\u5b99\u89c2\u7684\u8fdb\u6b65\u3002\u003cSEP\u003e\u76d6\u5929\u8bf4was the earliest of three cosmological theories, preceding both\u6d51\u5929\u8bf4and\u5ba3\u591c\u8bf4.", "to": "\u6d51\u5929\u8bf4", "width": 15.0}, {"created_at": 1752884168, "description": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b documents the\u76d6\u5929\u8bf4cosmological theory\u0027s origins and principles.", "file_path": "ChuZhongShuXue.docx", "from": "\u76d6\u5929\u8bf4", "keywords": "historical documentation,theory preservation", "source_id": "chunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b documents the\u76d6\u5929\u8bf4cosmological theory\u0027s origins and principles.", "to": "\u300a\u664b\u4e66\u00b7\u5929\u6587\u5fd7\u4e0a\u300b", "width": 7.0}, {"created_at": 1752884168, "description": "Central to this cosmological theory as heaven\u0027s pivot.\u003cSEP\u003eIn\u76d6\u5929\u8bf4cosmology, \u5317\u6781(North Pole) was considered the center point of heaven and earth.", "file_path": "ChuZhongShuXue.docx", "from": "\u76d6\u5929\u8bf4", "keywords": "cosmological center,theoretical model", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a\u003cSEP\u003echunk-f65f3e755944ffb1fd1280feebd5aa52", "title": "Central to this cosmological theory as heaven\u0027s pivot.\u003cSEP\u003eIn\u76d6\u5929\u8bf4cosmology, \u5317\u6781(North Pole) was considered the center point of heaven and earth.", "to": "\u5317\u6781", "width": 17.0}, {"created_at": 1752884172, "description": "\u4e00\u884c\u901a\u8fc7\u5929\u6587\u89c2\u6d4b\u5f7b\u5e95\u5426\u5b9a\u4e86\u76d6\u5929\u8bf4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u76d6\u5929\u8bf4", "keywords": "\u7406\u8bba\u63a8\u7ffb,\u79d1\u5b66\u9a8c\u8bc1", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u4e00\u884c\u901a\u8fc7\u5929\u6587\u89c2\u6d4b\u5f7b\u5e95\u5426\u5b9a\u4e86\u76d6\u5929\u8bf4\u3002", "to": "\u4e00\u884c", "width": 8.0}, {"created_at": 1752884172, "description": "\u5f20\u8861\u662f\u6d51\u5929\u8bf4\u7684\u4e3b\u8981\u4ee3\u8868\u4eba\u7269\uff0c\u5728\u300a\u6d51\u4eea\u6ce8\u300b\u4e2d\u7cfb\u7edf\u9610\u8ff0\u4e86\u8be5\u7406\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6d51\u5929\u8bf4", "keywords": "\u5929\u6587\u5b66,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u5f20\u8861\u662f\u6d51\u5929\u8bf4\u7684\u4e3b\u8981\u4ee3\u8868\u4eba\u7269\uff0c\u5728\u300a\u6d51\u4eea\u6ce8\u300b\u4e2d\u7cfb\u7edf\u9610\u8ff0\u4e86\u8be5\u7406\u8bba\u3002", "to": "\u5f20\u8861", "width": 9.0}, {"created_at": 1752884172, "description": "\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u9996\u6b21\u63d0\u5230\"\u6d51\u5929\"\u6982\u5ff5\uff0c\u4fc3\u8fdb\u4e86\u8be5\u7406\u8bba\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6d51\u5929\u8bf4", "keywords": "\u6587\u732e\u8bb0\u8f7d,\u7406\u8bba\u8d77\u6e90", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u626c\u96c4\u5728\u300a\u6cd5\u8a00\u00b7\u91cd\u9ece\u300b\u4e2d\u9996\u6b21\u63d0\u5230\"\u6d51\u5929\"\u6982\u5ff5\uff0c\u4fc3\u8fdb\u4e86\u8be5\u7406\u8bba\u7684\u53d1\u5c55\u3002", "to": "\u626c\u96c4", "width": 7.0}, {"created_at": 1752884169, "description": "Capital city of Zhou dynasty.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468", "keywords": "political center", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Capital city of Zhou dynasty.", "to": "\u54b8\u9633", "width": 8.0}, {"created_at": 1752884169, "description": "\u756a\u79baand\u54b8\u9633are key locations in ancient Chinese astronomy, where measurements of the sun\u0027s shadow were taken.", "file_path": "ChuZhongShuXue.docx", "from": "\u756a\u79ba", "keywords": "astronomical measurement,geographical significance", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "\u756a\u79baand\u54b8\u9633are key locations in ancient Chinese astronomy, where measurements of the sun\u0027s shadow were taken.", "to": "\u54b8\u9633", "width": 9.0}, {"created_at": 1752884169, "description": "Both myths reflect ancient Chinese beliefs about the sun\u0027s proximity and human interaction with celestial bodies.", "file_path": "ChuZhongShuXue.docx", "from": "\u540e\u7fbf\u5c04\u65e5", "keywords": "mythological themes,solar proximity", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Both myths reflect ancient Chinese beliefs about the sun\u0027s proximity and human interaction with celestial bodies.", "to": "\u5938\u7236\u9010\u65e5", "width": 8.0}, {"created_at": 1752884169, "description": "Documents this cosmic tree concept.", "file_path": "ChuZhongShuXue.docx", "from": "\u5415\u6c0f\u6625\u79cb", "keywords": "mythological geography", "source_id": "chunk-38d881a4f0d10996dabecdb3f4bf659a", "title": "Documents this cosmic tree concept.", "to": "\u5efa\u6728", "width": 6.0}, {"created_at": 1752884169, "description": "\u5468\u6210\u738binherited the throne from his father, King Wu, and continued his policies, including the construction of Chengzhou.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u6210\u738b", "keywords": "governance,inheritance", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "\u5468\u6210\u738binherited the throne from his father, King Wu, and continued his policies, including the construction of Chengzhou.", "to": "\u6b66\u738b", "width": 8.0}, {"created_at": 1752884170, "description": "King Wu (\u6b66\u738b) relocated the Nine Tripod Cauldrons (\u4e5d\u9f0e) to Luoyang (\u6d1b\u9091) as a symbol of Zhou authority.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b66\u738b", "keywords": "imperial power,political symbolism", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "King Wu (\u6b66\u738b) relocated the Nine Tripod Cauldrons (\u4e5d\u9f0e) to Luoyang (\u6d1b\u9091) as a symbol of Zhou authority.", "to": "\u4e5d\u9f0e", "width": 10.0}, {"created_at": 1752884170, "description": "The text describes how the Zhou Dynasty used astronomical methods to identify Yingchuan Yangcheng (\u988d\u5ddd\u9633\u57ce) as the \u0027center of the world.\u0027", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b", "keywords": "cosmology,historical geography", "source_id": "chunk-c64e6f44879da2fe257177d9e60e88f1", "title": "The text describes how the Zhou Dynasty used astronomical methods to identify Yingchuan Yangcheng (\u988d\u5ddd\u9633\u57ce) as the \u0027center of the world.\u0027", "to": "\u988d\u5ddd\u9633\u57ce", "width": 8.0}, {"created_at": 1752884170, "description": "Zheng Xuan annotated and interpreted the methods described in this text for determining the \u0027center of the earth.\u0027", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b", "keywords": "historical scholarship,textual analysis", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Zheng Xuan annotated and interpreted the methods described in this text for determining the \u0027center of the earth.\u0027", "to": "\u90d1\u7384", "width": 6.0}, {"created_at": 1752884170, "description": "Zu Geng\u0027s \u0027Five-Table Method\u0027 was conceptually derived from the geographical principles in this classical text.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92\u300b", "keywords": "methodological inspiration,textual influence", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Zu Geng\u0027s \u0027Five-Table Method\u0027 was conceptually derived from the geographical principles in this classical text.", "to": "\u7956\u6685", "width": 7.0}, {"created_at": 1752884170, "description": "\u767b\u5c01\u544a\u6210\u0027s meridian is used to reference the Tropic of Cancer near Guangzhou, linking historical and modern geography.", "file_path": "ChuZhongShuXue.docx", "from": "\u767b\u5c01\u544a\u6210", "keywords": "geographical reference,historical measurement", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u767b\u5c01\u544a\u6210\u0027s meridian is used to reference the Tropic of Cancer near Guangzhou, linking historical and modern geography.", "to": "\u5e7f\u5dde", "width": 7.0}, {"created_at": 1752884171, "description": "Dengfeng Gaocheng and Shandong Peninsula were used to calculate time-based distances, demonstrating Zhou-era mathematical geography.", "file_path": "ChuZhongShuXue.docx", "from": "\u767b\u5c01\u544a\u6210", "keywords": "Zhou geography,time-distance calculation", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Dengfeng Gaocheng and Shandong Peninsula were used to calculate time-based distances, demonstrating Zhou-era mathematical geography.", "to": "\u5c71\u4e1c\u534a\u5c9b", "width": 8.0}, {"created_at": 1752884171, "description": "Dengfeng Gaocheng and Gansu Weiyuan were reference points for Zhou\u0027s geographical scope, confirming its centrality.", "file_path": "ChuZhongShuXue.docx", "from": "\u767b\u5c01\u544a\u6210", "keywords": "Zhou territory,geographical centrality", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Dengfeng Gaocheng and Gansu Weiyuan were reference points for Zhou\u0027s geographical scope, confirming its centrality.", "to": "\u7518\u8083\u6e2d\u6e90", "width": 9.0}, {"created_at": 1752884171, "description": "Dengfeng Gaocheng was identified as the center of Zhou\u0027s known world, spanning from Shandong to Gansu.", "file_path": "ChuZhongShuXue.docx", "from": "\u767b\u5c01\u544a\u6210", "keywords": "centrality,territorial scope", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Dengfeng Gaocheng was identified as the center of Zhou\u0027s known world, spanning from Shandong to Gansu.", "to": "\u5468\u5929\u4e0b\u7684\u8303\u56f4", "width": 10.0}, {"created_at": 1752884171, "description": "The Zhou people used Dengfeng Gaocheng as their central geographical reference point.", "file_path": "ChuZhongShuXue.docx", "from": "\u767b\u5c01\u544a\u6210", "keywords": "ancient surveying,geographical center", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Zhou people used Dengfeng Gaocheng as their central geographical reference point.", "to": "\u5468\u4eba", "width": 8.0}, {"created_at": 1752884170, "description": "Both scholars grappled with interpreting ancient astronomical concepts, though their approaches differed.", "file_path": "ChuZhongShuXue.docx", "from": "\u90d1\u7384", "keywords": "interpretive challenges,scholarly discourse", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Both scholars grappled with interpreting ancient astronomical concepts, though their approaches differed.", "to": "\u8521\u9095", "width": 5.0}, {"created_at": 1752884206, "description": "\u90d1\u7384\u662f\u8be5\u4e66\u7684\u6ce8\u91ca\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u90d1\u7384", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u90d1\u7384\u662f\u8be5\u4e66\u7684\u6ce8\u91ca\u8005", "to": "\u300a\u5468\u793c\u6ce8\u758f\u300b", "width": 9.0}, {"created_at": 1752884207, "description": "\u90d1\u7384and\u8d3e\u516c\u5f66collaborated on annotating classical texts.", "file_path": "ChuZhongShuXue.docx", "from": "\u90d1\u7384", "keywords": "scholarly collaboration", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u90d1\u7384and\u8d3e\u516c\u5f66collaborated on annotating classical texts.", "to": "\u8d3e\u516c\u5f66", "width": 8.0}, {"created_at": 1752884170, "description": "Zu Geng\u0027s \u0027Five-Table Method\u0027 was inspired by earlier geographical concepts in classical texts like the Zhouli.", "file_path": "ChuZhongShuXue.docx", "from": "\u7956\u6685", "keywords": "historical continuity,methodological innovation", "source_id": "chunk-74a95bae9c66564a58b59d007cf2af18", "title": "Zu Geng\u0027s \u0027Five-Table Method\u0027 was inspired by earlier geographical concepts in classical texts like the Zhouli.", "to": "\u4e94\u8868\u6cd5", "width": 8.0}, {"created_at": 1752884171, "description": "\u300a\u5c71\u6d77\u7ecf\u300b mentions\u756a\u79ba\u53bf\u0027s mountains (\u756a\u5c71/\u79ba\u5c71) as geographical markers in southern China.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5c71\u6d77\u7ecf\u300b", "keywords": "ancient geography,topographical records", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u300a\u5c71\u6d77\u7ecf\u300b mentions\u756a\u79ba\u53bf\u0027s mountains (\u756a\u5c71/\u79ba\u5c71) as geographical markers in southern China.", "to": "\u756a\u79ba\u53bf", "width": 7.0}, {"created_at": 1752884170, "description": "\u9634\u5c71is referenced as part of the northern boundary, while\u8d1d\u52a0\u5c14\u6e56is identified as \u0027\u5317\u6d77\u0027 in ancient texts, showing the Zhou dynasty\u0027s geographical scope.", "file_path": "ChuZhongShuXue.docx", "from": "\u9634\u5c71", "keywords": "historical geography,northern boundary", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u9634\u5c71is referenced as part of the northern boundary, while\u8d1d\u52a0\u5c14\u6e56is identified as \u0027\u5317\u6d77\u0027 in ancient texts, showing the Zhou dynasty\u0027s geographical scope.", "to": "\u8d1d\u52a0\u5c14\u6e56", "width": 9.0}, {"created_at": 1752884171, "description": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b identifies\u5317\u6d77(Lake Baikal) as Su Wu\u0027s exile location, confirming ancient Chinese knowledge of this region.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d1d\u52a0\u5c14\u6e56", "keywords": "geographical knowledge,historical records", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b identifies\u5317\u6d77(Lake Baikal) as Su Wu\u0027s exile location, confirming ancient Chinese knowledge of this region.", "to": "\u300a\u6c49\u4e66\u00b7\u82cf\u6b66\u4f20\u300b", "width": 9.0}, {"created_at": 1752884170, "description": "\u6853\u8c2dmanaged the\u6f0f\u58f6and described its calibration using celestial observations, highlighting its importance in ancient timekeeping.", "file_path": "ChuZhongShuXue.docx", "from": "\u6853\u8c2d", "keywords": "historical records,timekeeping", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u6853\u8c2dmanaged the\u6f0f\u58f6and described its calibration using celestial observations, highlighting its importance in ancient timekeeping.", "to": "\u6f0f\u58f6", "width": 7.0}, {"created_at": 1752884170, "description": "\u6853\u8c2ddocumented the calibration of\u523b\u6f0fusing celestial observations, improving timekeeping accuracy.", "file_path": "ChuZhongShuXue.docx", "from": "\u6853\u8c2d", "keywords": "scientific management,time measurement", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u6853\u8c2ddocumented the calibration of\u523b\u6f0fusing celestial observations, improving timekeeping accuracy.", "to": "\u523b\u6f0f", "width": 7.0}, {"created_at": 1752884207, "description": "\u5b89\u5fbd\u5927\u5b66\u4e2d\u6587\u7cfb\u6853\u8c2d\u65b0\u8bba\u6821\u6ce8\u5c0f\u7ec4studied and annotated the works of\u6853\u8c2d.", "file_path": "ChuZhongShuXue.docx", "from": "\u6853\u8c2d", "keywords": "scholarly research", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5b89\u5fbd\u5927\u5b66\u4e2d\u6587\u7cfb\u6853\u8c2d\u65b0\u8bba\u6821\u6ce8\u5c0f\u7ec4studied and annotated the works of\u6853\u8c2d.", "to": "\u5b89\u5fbd\u5927\u5b66\u4e2d\u6587\u7cfb\u6853\u8c2d\u65b0\u8bba\u6821\u6ce8\u5c0f\u7ec4", "width": 8.0}, {"created_at": 1752884171, "description": "The Western Han Dynasty used water clocks (\u6f0f\u58f6) to implement their 120 ke per day time system.", "file_path": "ChuZhongShuXue.docx", "from": "\u6f0f\u58f6", "keywords": "ancient technology,time standardization", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Western Han Dynasty used water clocks (\u6f0f\u58f6) to implement their 120 ke per day time system.", "to": "\u897f\u6c49", "width": 7.0}, {"created_at": 1752884171, "description": "The Northern and Southern Dynasties used water clocks to implement their 96 ke per day system.", "file_path": "ChuZhongShuXue.docx", "from": "\u6f0f\u58f6", "keywords": "measurement tools,time reform", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Northern and Southern Dynasties used water clocks to implement their 96 ke per day system.", "to": "\u5357\u5317\u671d", "width": 7.0}, {"created_at": 1752884171, "description": "\u8c2d\u5176\u9aa7analyzed \u300a\u5317\u6b21\u4e09\u7ecf\u300b to reconstruct Zhou dynasty geographical knowledge of northern territories.", "file_path": "ChuZhongShuXue.docx", "from": "\u8c2d\u5176\u9aa7", "keywords": "historical geography,textual analysis", "source_id": "chunk-e49b562e1598af1a635e2ecbf6e2f2cc", "title": "\u8c2d\u5176\u9aa7analyzed \u300a\u5317\u6b21\u4e09\u7ecf\u300b to reconstruct Zhou dynasty geographical knowledge of northern territories.", "to": "\u300a\u5317\u6b21\u4e09\u7ecf\u300b", "width": 8.0}, {"created_at": 1752884171, "description": "Tan Qixiang commented on the geographical scope described in the \u0027Shan Hai Jing,\u0027 highlighting its limitations.", "file_path": "ChuZhongShuXue.docx", "from": "\u8c2d\u5176\u9aa7", "keywords": "historical geography,scholarly analysis", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "Tan Qixiang commented on the geographical scope described in the \u0027Shan Hai Jing,\u0027 highlighting its limitations.", "to": "\u5c71\u6d77\u7ecf\u00b7\u4e1c\u5c71\u7ecf", "width": 7.0}, {"created_at": 1752884207, "description": "\u8c2d\u5176\u9aa7\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u8c2d\u5176\u9aa7", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8c2d\u5176\u9aa7\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "to": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b", "width": 9.0}, {"created_at": 1752884207, "description": "\u8c2d\u5176\u9aa7\u0027s works were published by\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u8c2d\u5176\u9aa7", "keywords": "scholarly publication", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u8c2d\u5176\u9aa7\u0027s works were published by\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e.", "to": "\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752884171, "description": "The \u0027Zhou Li Zhu Shu\u0027 provides commentary and explanations for the \u0027Zhou Li,\u0027 clarifying its concepts about time and geography.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u793c\u00b7\u5730\u5b98\u00b7\u5927\u53f8\u5f92", "keywords": "classical scholarship,textual commentary", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The \u0027Zhou Li Zhu Shu\u0027 provides commentary and explanations for the \u0027Zhou Li,\u0027 clarifying its concepts about time and geography.", "to": "\u5468\u793c\u6ce8\u758f", "width": 8.0}, {"created_at": 1752884208, "description": "\u5f6d\u6797edited and annotated the\u5468\u793c\u6ce8\u758f.", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u793c\u6ce8\u758f", "keywords": "textual scholarship", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f6d\u6797edited and annotated the\u5468\u793c\u6ce8\u758f.", "to": "\u5f6d\u6797", "width": 8.0}, {"created_at": 1752884171, "description": "The \u0027Shan Hai Jing\u00b7Dong Shan Jing\u0027 describes the Shandong Peninsula in detail, reflecting Zhou-era geographical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c71\u6d77\u7ecf\u00b7\u4e1c\u5c71\u7ecf", "keywords": "ancient text,geographical documentation", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The \u0027Shan Hai Jing\u00b7Dong Shan Jing\u0027 describes the Shandong Peninsula in detail, reflecting Zhou-era geographical knowledge.", "to": "\u5c71\u4e1c\u534a\u5c9b", "width": 9.0}, {"created_at": 1752884171, "description": "The ancient Wei River originated in the Gansu Weiyuan region, a western boundary of Zhou territory.", "file_path": "ChuZhongShuXue.docx", "from": "\u7518\u8083\u6e2d\u6e90", "keywords": "cultural boundary,river origin", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The ancient Wei River originated in the Gansu Weiyuan region, a western boundary of Zhou territory.", "to": "\u53e4\u6e2d\u6cb3", "width": 8.0}, {"created_at": 1752884171, "description": "The Zhou people developed methods to measure distances based on time differences.", "file_path": "ChuZhongShuXue.docx", "from": "\u65f6\u95f4\u5ea6\u91cf\u8ddd\u79bb", "keywords": "ancient mathematics,spatial measurement", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Zhou people developed methods to measure distances based on time differences.", "to": "\u5468\u4eba", "width": 8.0}, {"created_at": 1752884171, "description": "The \u0027square earth, round heaven\u0027 concept contrasts with later understanding of Earth\u0027s sphericity.", "file_path": "ChuZhongShuXue.docx", "from": "\u5730\u7403\u7403\u5f62\u7684\u8ba4\u77e5", "keywords": "cosmological contrast,scientific evolution", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The \u0027square earth, round heaven\u0027 concept contrasts with later understanding of Earth\u0027s sphericity.", "to": "\u5929\u5706\u5730\u65b9", "width": 6.0}, {"created_at": 1752884171, "description": "The Wei River is the largest tributary of the Yellow River and a center of ancient civilization.", "file_path": "ChuZhongShuXue.docx", "from": "\u6e2d\u6cb3", "keywords": "cultural origins,river systems", "source_id": "chunk-a976ef0a930519cfb1e470971fd87f01", "title": "The Wei River is the largest tributary of the Yellow River and a center of ancient civilization.", "to": "\u9ec4\u6cb3", "width": 9.0}, {"created_at": 1752884172, "description": "Zhang Heng was a key proponent of the Hun Tian theory, describing the Earth as spherical within a celestial sphere.", "file_path": "ChuZhongShuXue.docx", "from": "Zhang Heng", "keywords": "cosmology,scientific theory", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Zhang Heng was a key proponent of the Hun Tian theory, describing the Earth as spherical within a celestial sphere.", "to": "Hun Tian Theory", "width": 8.0}, {"created_at": 1752884172, "description": "Yang Xiong mentioned \u0027Hun Tian\u0027 in his work, linking the concept to early astronomical instruments and theories.", "file_path": "ChuZhongShuXue.docx", "from": "Yang Xiong", "keywords": "historical context,theory development", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Yang Xiong mentioned \u0027Hun Tian\u0027 in his work, linking the concept to early astronomical instruments and theories.", "to": "Hun Tian Theory", "width": 7.0}, {"created_at": 1752884172, "description": "Eratosthenes served as the head of the Library of Alexandria, where he conducted his research on Earth\u0027s circumference.", "file_path": "ChuZhongShuXue.docx", "from": "Eratosthenes", "keywords": "institutional affiliation,scholarship", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "Eratosthenes served as the head of the Library of Alexandria, where he conducted his research on Earth\u0027s circumference.", "to": "Library of Alexandria", "width": 8.0}, {"created_at": 1752884172, "description": "The Library of Alexandria was located in the city of Alexandria, a center of learning and culture in the ancient world.", "file_path": "ChuZhongShuXue.docx", "from": "Library of Alexandria", "keywords": "cultural hub,historical significance", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "The Library of Alexandria was located in the city of Alexandria, a center of learning and culture in the ancient world.", "to": "Alexandria", "width": 9.0}, {"created_at": 1752884172, "description": "The Hun Tian theory replaced the Gai Tian theory, shifting the cosmological understanding of Earth\u0027s shape in ancient China.", "file_path": "ChuZhongShuXue.docx", "from": "Hun Tian Theory", "keywords": "paradigm shift,scientific progress", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "The Hun Tian theory replaced the Gai Tian theory, shifting the cosmological understanding of Earth\u0027s shape in ancient China.", "to": "Gai Tian Theory", "width": 7.0}, {"created_at": 1752884174, "description": "\u5f20\u8861\u53d1\u660e\u4e86\u6d51\u4eea\uff0c\u5f00\u521b\u4e86\u53e4\u4ee3\u5929\u6587\u4eea\u5668\u7684\u65b0\u7bc7\u7ae0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u8861", "keywords": "astronomy,invention", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5f20\u8861\u53d1\u660e\u4e86\u6d51\u4eea\uff0c\u5f00\u521b\u4e86\u53e4\u4ee3\u5929\u6587\u4eea\u5668\u7684\u65b0\u7bc7\u7ae0\u3002", "to": "\u6d51\u4eea", "width": 9.0}, {"created_at": 1752884172, "description": "Eratosthenes used observations from Syene to calculate the Earth\u0027s circumference.", "file_path": "ChuZhongShuXue.docx", "from": "\u57c3\u62c9\u6258\u8272\u5c3c", "keywords": "geography,measurement", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Eratosthenes used observations from Syene to calculate the Earth\u0027s circumference.", "to": "\u585e\u4f0a\u5c3c", "width": 9.0}, {"created_at": 1752884172, "description": "Eratosthenes conducted his shadow experiments in Alexandria to measure the Earth\u0027s circumference.", "file_path": "ChuZhongShuXue.docx", "from": "\u57c3\u62c9\u6258\u8272\u5c3c", "keywords": "geography,scientific experiment", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Eratosthenes conducted his shadow experiments in Alexandria to measure the Earth\u0027s circumference.", "to": "\u4e9a\u5386\u5c71\u5927\u57ce", "width": 8.0}, {"created_at": 1752884173, "description": "Eratosthenes applied geometric principles of parallel lines to measure Earth\u0027s size.", "file_path": "ChuZhongShuXue.docx", "from": "\u57c3\u62c9\u6258\u8272\u5c3c", "keywords": "geography,mathematical application", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Eratosthenes applied geometric principles of parallel lines to measure Earth\u0027s size.", "to": "\u5e73\u884c\u7ebf\u5185\u9519\u89d2", "width": 8.0}, {"created_at": 1752884172, "description": "\u843d\u4e0b\u95f3\u53c2\u4e0e\u5236\u4f5c\u4e86\u65e9\u671f\u6d51\u5929\u4eea\uff0c\u63a8\u52a8\u4e86\u5929\u6587\u89c2\u6d4b\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u843d\u4e0b\u95f3", "keywords": "\u4eea\u5668\u5236\u4f5c,\u5929\u6587\u89c2\u6d4b", "source_id": "chunk-dab5c11f77634c045ffb09e9b9a991bf", "title": "\u843d\u4e0b\u95f3\u53c2\u4e0e\u5236\u4f5c\u4e86\u65e9\u671f\u6d51\u5929\u4eea\uff0c\u63a8\u52a8\u4e86\u5929\u6587\u89c2\u6d4b\u7684\u53d1\u5c55\u3002", "to": "\u6d51\u5929\u4eea", "width": 7.0}, {"created_at": 1752884172, "description": "Herophilus pioneered systematic human dissection methods at the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u7f57\u83f2\u9c81\u65af", "keywords": "medical advancement,scientific method", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Herophilus pioneered systematic human dissection methods at the Library of Alexandria.", "to": "\u4eba\u4f53\u89e3\u5256", "width": 9.0}, {"created_at": 1752884172, "description": "Aristophanes established the foundations of lexicography during his time at the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u91cc\u65af\u6258\u82ac", "keywords": "dictionary creation,language study", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Aristophanes established the foundations of lexicography during his time at the Library of Alexandria.", "to": "\u8bcd\u6c47\u5b66", "width": 7.0}, {"created_at": 1752884173, "description": "Apollonius conducted groundbreaking research on conic sections while at the Library of Alexandria.\u003cSEP\u003eApollonius made foundational contributions to the study of conic sections.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u6ce2\u7f57\u5c3c\u5965\u65af", "keywords": "geometric theory,geometry,mathematical legacy,mathematical research", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-69ea16a9bf8f7637a55bade939083e96", "title": "Apollonius conducted groundbreaking research on conic sections while at the Library of Alexandria.\u003cSEP\u003eApollonius made foundational contributions to the study of conic sections.", "to": "\u5706\u9525\u66f2\u7ebf", "width": 17.0}, {"created_at": 1752884175, "description": "Apollonius authored \u0027Conics,\u0027 a foundational text on conic sections and geometric problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u6ce2\u7f57\u5c3c\u5965\u65af", "keywords": "authorship,mathematical legacy", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Apollonius authored \u0027Conics,\u0027 a foundational text on conic sections and geometric problems.", "to": "\u300a\u5706\u9525\u66f2\u7ebf\u8bba\u300b", "width": 9.0}, {"created_at": 1752884173, "description": "Menelaus wrote the first systematic work on spherical geometry at the Library of Alexandria.", "file_path": "ChuZhongShuXue.docx", "from": "\u6885\u5185\u52b3\u65af", "keywords": "geometry,mathematical innovation", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Menelaus wrote the first systematic work on spherical geometry at the Library of Alexandria.", "to": "\u7403\u9762\u7814\u7a76", "width": 7.0}, {"created_at": 1752884172, "description": "Pei Xiu compiled the \u0027Yu Gong Region Map\u0027 and established cartographic principles in China.", "file_path": "ChuZhongShuXue.docx", "from": "\u88f4\u79c0", "keywords": "cartography,historical contribution", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Pei Xiu compiled the \u0027Yu Gong Region Map\u0027 and established cartographic principles in China.", "to": "\u79b9\u8d21\u5730\u57df\u56fe", "width": 8.0}, {"created_at": 1752884173, "description": "Pei Xiu compiled this groundbreaking historical atlas during the Jin Dynasty.", "file_path": "ChuZhongShuXue.docx", "from": "\u88f4\u79c0", "keywords": "cartographic achievement,historical documentation", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078", "title": "Pei Xiu compiled this groundbreaking historical atlas during the Jin Dynasty.", "to": "\u300a\u79b9\u8d21\u5730\u57df\u56fe\u300b", "width": 9.0}, {"created_at": 1752884173, "description": "Pei Xiu established six fundamental principles for accurate map-making in ancient China.\u003cSEP\u003e\u88f4\u79c0\u63d0\u51fa\u4e86\u5236\u56fe\u516d\u4f53\u7406\u8bba\uff0c\u5960\u5b9a\u4e86\u4e2d\u56fd\u79d1\u5b66\u5236\u56fe\u5b66\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u88f4\u79c0", "keywords": "cartographic standards,cartography theory,mapping principles,scientific contribution", "source_id": "chunk-577ed72eade6a6cbd00f14e981bf4078\u003cSEP\u003echunk-6782332859e0bdef19c72a7367743352", "title": "Pei Xiu established six fundamental principles for accurate map-making in ancient China.\u003cSEP\u003e\u88f4\u79c0\u63d0\u51fa\u4e86\u5236\u56fe\u516d\u4f53\u7406\u8bba\uff0c\u5960\u5b9a\u4e86\u4e2d\u56fd\u79d1\u5b66\u5236\u56fe\u5b66\u7684\u57fa\u7840\u3002", "to": "\u5236\u56fe\u516d\u4f53", "width": 18.0}, {"created_at": 1752884173, "description": "\u88f4\u79c0\u7684\u5236\u56fe\u516d\u4f53\u7406\u8bba\u88ab\u8bb0\u8f7d\u4e8e\u300a\u664b\u4e66\u300b\u5377\u4e09\u5341\u4e94\u4e2d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u88f4\u79c0", "keywords": "academic legacy,historical documentation", "source_id": "chunk-6782332859e0bdef19c72a7367743352", "title": "\u88f4\u79c0\u7684\u5236\u56fe\u516d\u4f53\u7406\u8bba\u88ab\u8bb0\u8f7d\u4e8e\u300a\u664b\u4e66\u300b\u5377\u4e09\u5341\u4e94\u4e2d\u3002", "to": "\u300a\u664b\u4e66\u300b", "width": 8.0}, {"created_at": 1752884208, "description": "\u88f4\u79c0\u0027s contributions are recorded in the\u664b\u4e66.", "file_path": "ChuZhongShuXue.docx", "from": "\u88f4\u79c0", "keywords": "historical record", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u88f4\u79c0\u0027s contributions are recorded in the\u664b\u4e66.", "to": "\u664b\u4e66", "width": 7.0}, {"created_at": 1752884208, "description": "\u88f4\u79c0\u0027s contributions are discussed in \u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b.", "file_path": "ChuZhongShuXue.docx", "from": "\u88f4\u79c0", "keywords": "historical scholarship", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u88f4\u79c0\u0027s contributions are discussed in \u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b.", "to": "\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2", "width": 8.0}, {"created_at": 1752884206, "description": "\u8d3e\u516c\u5f66\u662f\u8be5\u4e66\u7684\u6ce8\u91ca\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u793c\u6ce8\u758f\u300b", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8d3e\u516c\u5f66\u662f\u8be5\u4e66\u7684\u6ce8\u91ca\u8005", "to": "\u8d3e\u516c\u5f66", "width": 9.0}, {"created_at": 1752884174, "description": "\u97e6\u4f9d\u8fdb\u4e00\u6b65\u6269\u5c55\u4e86\u535a\u5185\u548c\u9ad8\u65af\u7684\u6210\u679c\u5230\u9ad8\u7ef4\u6d41\u5f62\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u535a\u5185", "keywords": "advanced mathematics,generalization", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u97e6\u4f9d\u8fdb\u4e00\u6b65\u6269\u5c55\u4e86\u535a\u5185\u548c\u9ad8\u65af\u7684\u6210\u679c\u5230\u9ad8\u7ef4\u6d41\u5f62\u3002", "to": "\u97e6\u4f9d", "width": 7.0}, {"created_at": 1752884174, "description": "\u9648\u7701\u8eab\u4e0e\u97e6\u4f9d\u5171\u540c\u63a8\u8fdb\u4e86\u9ad8\u7ef4\u9ece\u66fc\u6d41\u5f62\u7684\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u97e6\u4f9d", "keywords": "collaboration,geometric theory", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u9648\u7701\u8eab\u4e0e\u97e6\u4f9d\u5171\u540c\u63a8\u8fdb\u4e86\u9ad8\u7ef4\u9ece\u66fc\u6d41\u5f62\u7684\u7814\u7a76\u3002", "to": "\u9648\u7701\u8eab", "width": 7.0}, {"created_at": 1752884174, "description": "\u5510\u4e00\u884c\u7ec4\u7ec7\u5168\u56fd\u5929\u6587\u6d4b\u91cf\u65f6\u5f97\u5230\u5357\u5bab\u8bf4\u7684\u534f\u52a9\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5510\u4e00\u884c", "keywords": "collaboration,national project", "source_id": "chunk-30c648659bc2a2999312fff54eb5d51a", "title": "\u5510\u4e00\u884c\u7ec4\u7ec7\u5168\u56fd\u5929\u6587\u6d4b\u91cf\u65f6\u5f97\u5230\u5357\u5bab\u8bf4\u7684\u534f\u52a9\u3002", "to": "\u5357\u5bab\u8bf4", "width": 7.0}, {"created_at": 1752884211, "description": "The publishing house is located in Beijing.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac", "keywords": "organization location", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The publishing house is located in Beijing.", "to": "\u4e2d\u534e\u4e66\u5c40", "width": 7.0}, {"created_at": 1752884211, "description": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793eis located in Beijing, China\u0027s capital city.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac", "keywords": "location,publishing", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793eis located in Beijing, China\u0027s capital city.", "to": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884177, "description": "Both are coordinate systems used to express geometric relationships, with rectangular coordinates focusing on Cartesian grids and polar coordinates on radial distances.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u89d2\u5750\u6807\u7cfb", "keywords": "coordinate systems,geometric representation", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Both are coordinate systems used to express geometric relationships, with rectangular coordinates focusing on Cartesian grids and polar coordinates on radial distances.", "to": "\u6781\u5750\u6807\u7cfb", "width": 8.0}, {"created_at": 1752884175, "description": "\u6587\u827a\u590d\u5174\u65f6\u671f\u7684\u610f\u5927\u5229\u91cd\u65b0\u53d1\u6398\u4e86\u53e4\u5e0c\u814a\u6587\u660e\u7684\u4eba\u6587\u7cbe\u795e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u610f\u5927\u5229", "keywords": "\u5386\u53f2\u4f20\u627f,\u6587\u5316\u590d\u5174", "source_id": "chunk-40574dd690ebc162e391ed721f31bfae", "title": "\u6587\u827a\u590d\u5174\u65f6\u671f\u7684\u610f\u5927\u5229\u91cd\u65b0\u53d1\u6398\u4e86\u53e4\u5e0c\u814a\u6587\u660e\u7684\u4eba\u6587\u7cbe\u795e\u3002", "to": "\u53e4\u5e0c\u814a\u6587\u660e", "width": 8.0}, {"created_at": 1752884213, "description": "Galileo was from Italy where his works faced opposition from the church.", "file_path": "ChuZhongShuXue.docx", "from": "\u610f\u5927\u5229", "keywords": "censorship,origin", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Galileo was from Italy where his works faced opposition from the church.", "to": "\u4f3d\u5229\u7565", "width": 7.0}, {"created_at": 1752884175, "description": "Analytic geometry builds upon and extends the principles of Euclidean geometry using algebraic methods.", "file_path": "ChuZhongShuXue.docx", "from": "\u89e3\u6790\u51e0\u4f55", "keywords": "integration,mathematical evolution", "source_id": "chunk-69ea16a9bf8f7637a55bade939083e96", "title": "Analytic geometry builds upon and extends the principles of Euclidean geometry using algebraic methods.", "to": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u5b66", "width": 8.0}, {"created_at": 1752884175, "description": "\u5730\u4e2d\u662f\u5468\u5929\u4e0b\u7684\u653f\u6cbb\u6587\u5316\u4e2d\u5fc3\uff0c\u4ee3\u8868\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5468\u5929\u4e0b", "keywords": "\u653f\u6cbb\u4e2d\u5fc3,\u6587\u5316\u8c61\u5f81", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u5730\u4e2d\u662f\u5468\u5929\u4e0b\u7684\u653f\u6cbb\u6587\u5316\u4e2d\u5fc3\uff0c\u4ee3\u8868\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u6982\u5ff5\u3002", "to": "\u5730\u4e2d", "width": 9.0}, {"created_at": 1752884175, "description": "\u4f2f\u52aa\u5229\u7528\u6781\u5750\u6807\u8868\u8fbe\u4e86\u76f4\u89d2\u5750\u6807\u7cfb\u4e2d\u7684\u53cc\u7ebd\u7ebf\u65b9\u7a0b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f2f\u52aa\u5229", "keywords": "\u6570\u5b66\u5e94\u7528,\u66f2\u7ebf\u8868\u8fbe", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4f2f\u52aa\u5229\u7528\u6781\u5750\u6807\u8868\u8fbe\u4e86\u76f4\u89d2\u5750\u6807\u7cfb\u4e2d\u7684\u53cc\u7ebd\u7ebf\u65b9\u7a0b\u3002", "to": "\u53cc\u7ebd\u7ebf", "width": 7.0}, {"created_at": 1752884176, "description": "\u4f2f\u52aa\u5229\u5728\u300a\u6559\u5e08\u5b66\u62a5\u300b\u53d1\u8868\u8bba\u6587\u63a8\u52a8\u6781\u5750\u6807\u7406\u8bba\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f2f\u52aa\u5229", "keywords": "\u5b66\u672f\u4f20\u64ad,\u77e5\u8bc6\u521b\u65b0", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4f2f\u52aa\u5229\u5728\u300a\u6559\u5e08\u5b66\u62a5\u300b\u53d1\u8868\u8bba\u6587\u63a8\u52a8\u6781\u5750\u6807\u7406\u8bba\u53d1\u5c55\u3002", "to": "\u300a\u6559\u5e08\u5b66\u62a5\u300b", "width": 8.0}, {"created_at": 1752884176, "description": "\u8d6b\u5c14\u66fc\u5728\u6cd5\u56fd\u79d1\u5b66\u9662\u73af\u5883\u4e0b\u5b8c\u5584\u4e86\u6781\u5750\u6807\u7406\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d6b\u5c14\u66fc", "keywords": "\u5b66\u672f\u73af\u5883,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u8d6b\u5c14\u66fc\u5728\u6cd5\u56fd\u79d1\u5b66\u9662\u73af\u5883\u4e0b\u5b8c\u5584\u4e86\u6781\u5750\u6807\u7406\u8bba\u3002", "to": "\u6cd5\u56fd\u79d1\u5b66\u9662", "width": 7.0}, {"created_at": 1752884175, "description": "\u4e2d\u539f\u5730\u533a\u6982\u5ff5\u4e0e\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u5730\u7406\u8ba4\u77e5\u5bc6\u5207\u76f8\u5173\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5730\u4e2d", "keywords": "\u533a\u57df\u5b9a\u4f4d,\u5386\u53f2\u89c2\u5ff5", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u4e2d\u539f\u5730\u533a\u6982\u5ff5\u4e0e\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u7684\u5730\u7406\u8ba4\u77e5\u5bc6\u5207\u76f8\u5173\u3002", "to": "\u4e2d\u539f", "width": 8.0}, {"created_at": 1752884175, "description": "\u0027\u4e2d\u534e\u0027\u6982\u5ff5\u7684\u5f62\u6210\u53d7\u5230\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u601d\u60f3\u7684\u6df1\u8fdc\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5730\u4e2d", "keywords": "\u6587\u5316\u8ba4\u540c,\u6587\u660e\u8d77\u6e90", "source_id": "chunk-3005fbbe56792da15c698f942a4b7305", "title": "\u0027\u4e2d\u534e\u0027\u6982\u5ff5\u7684\u5f62\u6210\u53d7\u5230\u0027\u5929\u4e0b\u4e4b\u4e2d\u0027\u601d\u60f3\u7684\u6df1\u8fdc\u5f71\u54cd\u3002", "to": "\u4e2d\u534e", "width": 7.0}, {"created_at": 1752884176, "description": "O is the origin point where the X-axis begins in the coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "O", "keywords": "coordinate system,reference point", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "O is the origin point where the X-axis begins in the coordinate system.", "to": "X\u8f74", "width": 8.0}, {"created_at": 1752884176, "description": "O is the origin point where the Y-axis begins in the coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "O", "keywords": "coordinate system,reference point", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "O is the origin point where the Y-axis begins in the coordinate system.", "to": "Y\u8f74", "width": 8.0}, {"created_at": 1752884176, "description": "O is the origin point where the Z-axis begins in the coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "O", "keywords": "coordinate system,reference point", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "O is the origin point where the Z-axis begins in the coordinate system.", "to": "Z\u8f74", "width": 8.0}, {"created_at": 1752884176, "description": "The X and Y axes intersect perpendicularly to form the XOY plane in the coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "X\u8f74", "keywords": "coordinate system,perpendicular axes", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The X and Y axes intersect perpendicularly to form the XOY plane in the coordinate system.", "to": "Y\u8f74", "width": 9.0}, {"created_at": 1752884176, "description": "The X and Z axes intersect perpendicularly to form the XOZ plane in the coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "X\u8f74", "keywords": "coordinate system,perpendicular axes", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The X and Z axes intersect perpendicularly to form the XOZ plane in the coordinate system.", "to": "Z\u8f74", "width": 9.0}, {"created_at": 1752884176, "description": "The Y and Z axes intersect perpendicularly to form the YOZ plane in the coordinate system.", "file_path": "ChuZhongShuXue.docx", "from": "Y\u8f74", "keywords": "coordinate system,perpendicular axes", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The Y and Z axes intersect perpendicularly to form the YOZ plane in the coordinate system.", "to": "Z\u8f74", "width": 9.0}, {"created_at": 1752884176, "description": "Higher-dimensional spaces highlight limitations in Euclidean geometry\u0027s original axioms.", "file_path": "ChuZhongShuXue.docx", "from": "n\u7ef4\u7a7a\u95f4", "keywords": "axiom limitations,mathematical abstraction", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Higher-dimensional spaces highlight limitations in Euclidean geometry\u0027s original axioms.", "to": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "width": 6.0}, {"created_at": 1752884177, "description": "n-dimensional spherical surfaces exist within the abstract concept of n-dimensional space.", "file_path": "ChuZhongShuXue.docx", "from": "n\u7ef4\u7a7a\u95f4", "keywords": "higher-dimension geometry,mathematical abstraction", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "n-dimensional spherical surfaces exist within the abstract concept of n-dimensional space.", "to": "n\u7ef4\u7403\u9762", "width": 8.0}, {"created_at": 1752884176, "description": "Spherical coordinates naturally describe spherical surfaces when \u03c1 is held constant.", "file_path": "ChuZhongShuXue.docx", "from": "\u7403\u5750\u6807", "keywords": "coordinate representation,geometric surfaces", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Spherical coordinates naturally describe spherical surfaces when \u03c1 is held constant.", "to": "\u7403\u9762", "width": 9.0}, {"created_at": 1752884176, "description": "Conical surfaces emerge when \u03b8 is held constant in spherical coordinate systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u7403\u5750\u6807", "keywords": "coordinate representation,geometric surfaces", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Conical surfaces emerge when \u03b8 is held constant in spherical coordinate systems.", "to": "\u5706\u9525\u9762", "width": 9.0}, {"created_at": 1752884176, "description": "Vertical planes appear when \u03c6 is held constant in spherical coordinate systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u7403\u5750\u6807", "keywords": "coordinate representation,geometric surfaces", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Vertical planes appear when \u03c6 is held constant in spherical coordinate systems.", "to": "\u5e73\u9762", "width": 9.0}, {"created_at": 1752884177, "description": "The congruence axioms are part of the broader Euclidean geometric axiom system.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "keywords": "axiom systems,mathematical foundations", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "The congruence axioms are part of the broader Euclidean geometric axiom system.", "to": "\u6b27\u51e0\u91cc\u5f97\u5168\u7b49\u516c\u7406", "width": 9.0}, {"created_at": 1752884177, "description": "Euclid\u0027s congruence axiom implicitly relies on the concept of rigid motion, though it was not formally defined in his system.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "keywords": "conceptual link,geometric transformation", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Euclid\u0027s congruence axiom implicitly relies on the concept of rigid motion, though it was not formally defined in his system.", "to": "\u521a\u4f53\u8fd0\u52a8", "width": 7.0}, {"created_at": 1752884176, "description": "OM is the projection of point P\u0027s position vector OP onto the XOY plane.", "file_path": "ChuZhongShuXue.docx", "from": "\u70b9P", "keywords": "coordinate projection,vector geometry", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "OM is the projection of point P\u0027s position vector OP onto the XOY plane.", "to": "OM", "width": 8.0}, {"created_at": 1752884177, "description": "Vectors and matrices are both abstract mathematical concepts used in higher mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5411\u91cf", "keywords": "abstract mathematics,linear algebra", "source_id": "chunk-0d7ccd16268481f70b0101a58ee00012", "title": "Vectors and matrices are both abstract mathematical concepts used in higher mathematics.", "to": "\u77e9\u9635", "width": 8.0}, {"created_at": 1752884177, "description": "Colleagues at G\u00f6ttingen University who contributed to its mathematical tradition in analysis and number theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u96c5\u53ef\u6bd4", "keywords": "academic collaboration,institutional legacy", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Colleagues at G\u00f6ttingen University who contributed to its mathematical tradition in analysis and number theory.", "to": "\u72c4\u5229\u514b\u96f7", "width": 6.0}, {"created_at": 1752884177, "description": "Euclid\u0027s fourth axiom implicitly relies on rigid motion (shape-preserving transformations) despite not formally defining it.", "file_path": "ChuZhongShuXue.docx", "from": "\u521a\u4f53\u8fd0\u52a8", "keywords": "conceptual dependency,geometric transformation", "source_id": "chunk-33e4d77aeae0267e846e8c7ab9af2b41", "title": "Euclid\u0027s fourth axiom implicitly relies on rigid motion (shape-preserving transformations) despite not formally defining it.", "to": "\u7b2c\u56db\u516c\u7406", "width": 7.0}, {"created_at": 1752884177, "description": "AB and CD are congruent or equal segments, illustrating the first geometric axiom.", "file_path": "ChuZhongShuXue.docx", "from": "AB", "keywords": "congruence,equality", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "AB and CD are congruent or equal segments, illustrating the first geometric axiom.", "to": "CD", "width": 8.0}, {"created_at": 1752884178, "description": "AB and DE are congruent segments, demonstrating the third geometric axiom.", "file_path": "ChuZhongShuXue.docx", "from": "AB", "keywords": "additivity,segment congruence", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "AB and DE are congruent segments, demonstrating the third geometric axiom.", "to": "DE", "width": 7.0}, {"created_at": 1752884178, "description": "BC and EF are congruent segments, demonstrating the third geometric axiom.", "file_path": "ChuZhongShuXue.docx", "from": "BC", "keywords": "additivity,segment congruence", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "BC and EF are congruent segments, demonstrating the third geometric axiom.", "to": "EF", "width": 7.0}, {"created_at": 1752884178, "description": "AC and DF are congruent segments, demonstrating the third geometric axiom.", "file_path": "ChuZhongShuXue.docx", "from": "AC", "keywords": "additivity,segment congruence", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "AC and DF are congruent segments, demonstrating the third geometric axiom.", "to": "DF", "width": 7.0}, {"created_at": 1752884178, "description": "\u2220(h,k) and \u2220(g,s) are congruent angles, illustrating the fourth geometric axiom.", "file_path": "ChuZhongShuXue.docx", "from": "\u2220(h,k)", "keywords": "angle congruence,equality", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "\u2220(h,k) and \u2220(g,s) are congruent angles, illustrating the fourth geometric axiom.", "to": "\u2220(g,s)", "width": 8.0}, {"created_at": 1752884178, "description": "Hilbert presented his 23 problems at the Paris Mathematicians Conference, including the second problem on arithmetic consistency.", "file_path": "ChuZhongShuXue.docx", "from": "Hilbert", "keywords": "conference presentation,mathematical problems", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert presented his 23 problems at the Paris Mathematicians Conference, including the second problem on arithmetic consistency.", "to": "Paris Mathematicians Conference", "width": 8.0}, {"created_at": 1752884178, "description": "Weyl was Hilbert\u0027s student and contributed to discussions about mathematical truth and consistency.", "file_path": "ChuZhongShuXue.docx", "from": "Hilbert", "keywords": "mathematical philosophy,mentorship", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Weyl was Hilbert\u0027s student and contributed to discussions about mathematical truth and consistency.", "to": "Weyl", "width": 7.0}, {"created_at": 1752884178, "description": "Hilbert sought to prove the compatibility of arithmetic axioms by reducing geometric compatibility to arithmetic.", "file_path": "ChuZhongShuXue.docx", "from": "Hilbert", "keywords": "consistency program,foundational reduction", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert sought to prove the compatibility of arithmetic axioms by reducing geometric compatibility to arithmetic.", "to": "Arithmetic Axioms", "width": 7.0}, {"created_at": 1752884178, "description": "The triangles are congruent if corresponding sides and angles meet Hilbert\u0027s fifth axiom conditions.", "file_path": "ChuZhongShuXue.docx", "from": "Triangle ABC", "keywords": "SAS condition,geometric congruence", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "The triangles are congruent if corresponding sides and angles meet Hilbert\u0027s fifth axiom conditions.", "to": "Triangle DEF", "width": 9.0}, {"created_at": 1752884178, "description": "Hilbert\u0027s axioms provide a more rigorous foundation for Euclidean geometry.", "file_path": "ChuZhongShuXue.docx", "from": "Euclidean Geometry", "keywords": "axiomatic reformulation,mathematical rigor", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert\u0027s axioms provide a more rigorous foundation for Euclidean geometry.", "to": "Hilbert\u0027s Axioms", "width": 9.0}, {"created_at": 1752884178, "description": "Hilbert emphasized proving the compatibility of his geometric axioms as a key requirement.", "file_path": "ChuZhongShuXue.docx", "from": "Hilbert\u0027s Axioms", "keywords": "consistency proof,foundational mathematics", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert emphasized proving the compatibility of his geometric axioms as a key requirement.", "to": "Compatibility", "width": 8.0}, {"created_at": 1752884178, "description": "Hilbert proved each of his five geometric axioms is independent of the others.", "file_path": "ChuZhongShuXue.docx", "from": "Hilbert\u0027s Axioms", "keywords": "axiomatic structure,logical independence", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert proved each of his five geometric axioms is independent of the others.", "to": "Independence", "width": 9.0}, {"created_at": 1752884178, "description": "Hilbert later added completeness as a requirement for a satisfactory axiomatic system.", "file_path": "ChuZhongShuXue.docx", "from": "Hilbert\u0027s Axioms", "keywords": "mathematical adequacy,system completeness", "source_id": "chunk-836dc146c06f0d9243867645657906ed", "title": "Hilbert later added completeness as a requirement for a satisfactory axiomatic system.", "to": "Completeness", "width": 8.0}, {"created_at": 1752884179, "description": "\u54e5\u5fb7\u5c14proved the first incompleteness theorem, showing that no consistent axiomatic system can be complete.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u53d1\u73b0\u5e76\u8bc1\u660e\u4e86\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\uff0c\u98a0\u8986\u4e86\u6570\u5b66\u57fa\u7840\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "foundational theory,mathematical proof,\u57fa\u7840\u7406\u8bba,\u6570\u5b66\u9769\u547d", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14proved the first incompleteness theorem, showing that no consistent axiomatic system can be complete.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u53d1\u73b0\u5e76\u8bc1\u660e\u4e86\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\uff0c\u98a0\u8986\u4e86\u6570\u5b66\u57fa\u7840\u7814\u7a76\u3002", "to": "\u54e5\u5fb7\u5c14\u7b2c\u4e00\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "width": 20.0}, {"created_at": 1752884179, "description": "\u54e5\u5fb7\u5c14later proved the second incompleteness theorem, stating that a consistent system cannot prove its own consistency.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u8fdb\u4e00\u6b65\u8bc1\u660e\u4e86\u7cfb\u7edf\u65e0\u6cd5\u81ea\u8bc1\u76f8\u5bb9\u6027\uff0c\u5b8c\u5584\u4e86\u4e0d\u5b8c\u5168\u6027\u7406\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "consistency proof,foundational theory,\u6570\u5b66\u57fa\u7840,\u7406\u8bba\u5b8c\u5584", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed\u003cSEP\u003echunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14later proved the second incompleteness theorem, stating that a consistent system cannot prove its own consistency.\u003cSEP\u003e\u54e5\u5fb7\u5c14\u8fdb\u4e00\u6b65\u8bc1\u660e\u4e86\u7cfb\u7edf\u65e0\u6cd5\u81ea\u8bc1\u76f8\u5bb9\u6027\uff0c\u5b8c\u5584\u4e86\u4e0d\u5b8c\u5168\u6027\u7406\u8bba\u3002", "to": "\u54e5\u5fb7\u5c14\u7b2c\u4e8c\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "width": 20.0}, {"created_at": 1752884179, "description": "\u54e5\u5fb7\u5c14proved fundamental limitations about what can be achieved with formal axiomatic systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "foundational proofs,mathematical limits", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14proved fundamental limitations about what can be achieved with formal axiomatic systems.", "to": "\u516c\u7406\u7cfb\u7edf", "width": 9.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14showed there exist mathematical problems that cannot be decided within given formal systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "mathematical limits,undecidability", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14showed there exist mathematical problems that cannot be decided within given formal systems.", "to": "\u6570\u5b66\u95ee\u9898", "width": 9.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14\u63d0\u51fa\u5e76\u8bc1\u660e\u4e86\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\uff0c\u5f7b\u5e95\u6539\u53d8\u4e86\u4eba\u4eec\u5bf9\u6570\u5b66\u57fa\u7840\u7684\u7406\u89e3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "\u5b9a\u7406\u8bc1\u660e,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u54e5\u5fb7\u5c14\u63d0\u51fa\u5e76\u8bc1\u660e\u4e86\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\uff0c\u5f7b\u5e95\u6539\u53d8\u4e86\u4eba\u4eec\u5bf9\u6570\u5b66\u57fa\u7840\u7684\u7406\u89e3\u3002", "to": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14\u5728\u8be5\u671f\u520a\u53d1\u8868\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u7684\u7814\u7a76\u8bba\u6587\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "\u5b66\u672f\u53d1\u8868,\u95ee\u9898\u7814\u7a76", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u54e5\u5fb7\u5c14\u5728\u8be5\u671f\u520a\u53d1\u8868\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u7684\u7814\u7a76\u8bba\u6587\u3002", "to": "\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b", "width": 7.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14\u731c\u60f3\u8fde\u7eed\u7edf\u95ee\u9898\u5728Z-F\u7cfb\u7edf\u4e2d\u4e0d\u53ef\u89e3\uff0c\u5f71\u54cd\u6570\u5b66\u57fa\u7840\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "\u6570\u5b66\u57fa\u7840,\u903b\u8f91\u72ec\u7acb\u6027", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u54e5\u5fb7\u5c14\u731c\u60f3\u8fde\u7eed\u7edf\u95ee\u9898\u5728Z-F\u7cfb\u7edf\u4e2d\u4e0d\u53ef\u89e3\uff0c\u5f71\u54cd\u6570\u5b66\u57fa\u7840\u7814\u7a76\u3002", "to": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "width": 7.0}, {"created_at": 1752884181, "description": "G\u00f6del\u0027s work on Cantor\u0027s Continuum Problem was published in the American Mathematical Monthly.\u003cSEP\u003e\u54e5\u5fb7\u5c141947\u5e74\u5728\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b\u53d1\u8868\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u7684\u8bba\u6587\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "academic publishing,\u5b66\u672f\u53d1\u8868,\u6570\u5b66\u7814\u7a76", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-497a0e71f7c50523d9be03ab68a8d478", "title": "G\u00f6del\u0027s work on Cantor\u0027s Continuum Problem was published in the American Mathematical Monthly.\u003cSEP\u003e\u54e5\u5fb7\u5c141947\u5e74\u5728\u300a\u7f8e\u56fd\u6570\u5b66\u6708\u520a\u300b\u53d1\u8868\u5173\u4e8e\u8fde\u7eed\u7edf\u95ee\u9898\u7684\u8bba\u6587\u3002", "to": "\u7f8e\u56fd\u6570\u5b66\u6708\u520a", "width": 16.0}, {"created_at": 1752884209, "description": "This is a biographical and philosophical work about G\u00f6del.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14", "keywords": "authorship,biography", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "This is a biographical and philosophical work about G\u00f6del.", "to": "\u300a\u54e5\u5fb7\u5c14\u300b", "width": 9.0}, {"created_at": 1752884179, "description": "\u7b56\u6885\u7f57and\u5f17\u5170\u514b\u5c14collaborated to develop the Zermelo-Fraenkel (ZF) axiomatic set theory system.", "file_path": "ChuZhongShuXue.docx", "from": "\u7b56\u6885\u7f57", "keywords": "collaboration,set theory", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u7b56\u6885\u7f57and\u5f17\u5170\u514b\u5c14collaborated to develop the Zermelo-Fraenkel (ZF) axiomatic set theory system.", "to": "\u5f17\u5170\u514b\u5c14", "width": 8.0}, {"created_at": 1752884209, "description": "The work was translated and published by\u5546\u52a1\u5370\u4e66\u9986.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u8bba\u65e0\u9650\u300b", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u5546\u52a1\u5370\u4e66\u9986.", "to": "\u5546\u52a1\u5370\u4e66\u9986", "width": 9.0}, {"created_at": 1752884179, "description": "Both \u0027Principia Mathematica\u0027 and the ZF system are foundational to modern mathematics, though they address different aspects.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u539f\u7406\u300b", "keywords": "axiomatic systems,mathematical foundations", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "Both \u0027Principia Mathematica\u0027 and the ZF system are foundational to modern mathematics, though they address different aspects.", "to": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf", "width": 7.0}, {"created_at": 1752884180, "description": "The Principia Mathematica is one of the most comprehensive formal systems in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u539f\u7406\u300b", "keywords": "formal logic,mathematical foundations", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "The Principia Mathematica is one of the most comprehensive formal systems in mathematics.", "to": "\u5f62\u5f0f\u7cfb\u7edf", "width": 8.0}, {"created_at": 1752884180, "description": "The ZF system is another major formal system underlying modern mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf", "keywords": "mathematical foundations,set theory", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "The ZF system is another major formal system underlying modern mathematics.", "to": "\u5f62\u5f0f\u7cfb\u7edf", "width": 8.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14\u7684\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u8868\u660eZ-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf\u5728\u5b8c\u5907\u6027\u4e0a\u5b58\u5728\u5c40\u9650\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "Z-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf", "keywords": "\u516c\u7406\u7cfb\u7edf,\u5b8c\u5907\u6027", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u54e5\u5fb7\u5c14\u7684\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406\u8868\u660eZ-F\u96c6\u5408\u8bba\u516c\u7406\u7cfb\u7edf\u5728\u5b8c\u5907\u6027\u4e0a\u5b58\u5728\u5c40\u9650\u6027\u3002", "to": "\u54e5\u5fb7\u5c14\u4e0d\u5b8c\u5168\u6027\u5b9a\u7406", "width": 9.0}, {"created_at": 1752884180, "description": "\u54e5\u5fb7\u5c14used the method of smallest primes to create unique numerical representations for concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u54e5\u5fb7\u5c14\u6570", "keywords": "encoding,mathematical mapping", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "\u54e5\u5fb7\u5c14used the method of smallest primes to create unique numerical representations for concepts.", "to": "\u6700\u5c0f\u7d20\u6570", "width": 7.0}, {"created_at": 1752884180, "description": "Proof theory studies the formal processes by which mathematical truth is established.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bc1\u660e\u8bba", "keywords": "mathematical logic,truth verification", "source_id": "chunk-91ed382127f07f8a06f35f0df0b6480f", "title": "Proof theory studies the formal processes by which mathematical truth is established.", "to": "\u6570\u5b66\u7684\u903b\u8f91\u5224\u65ad", "width": 8.0}, {"created_at": 1752884180, "description": "\u5b9e\u6570\u96c6\u5408R\u7684\u57fa\u6570\u95ee\u9898\u76f4\u63a5\u5f15\u51fa\u4e86\u8fde\u7eed\u7edf\u5047\u8bbe\u8fd9\u4e00\u91cd\u8981\u6570\u5b66\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8fde\u7eed\u7edf\u5047\u8bbe", "keywords": "\u5047\u8bbe\u5f62\u6210,\u57fa\u6570\u95ee\u9898", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5b9e\u6570\u96c6\u5408R\u7684\u57fa\u6570\u95ee\u9898\u76f4\u63a5\u5f15\u51fa\u4e86\u8fde\u7eed\u7edf\u5047\u8bbe\u8fd9\u4e00\u91cd\u8981\u6570\u5b66\u95ee\u9898\u3002", "to": "\u5b9e\u6570\u96c6\u5408R", "width": 9.0}, {"created_at": 1752884180, "description": "\u79d1\u6069\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u4e0eZ-F\u516c\u7406\u4f53\u7cfb\u72ec\u7acb\uff0c\u83b7\u83f2\u5c14\u5179\u5956\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8fde\u7eed\u7edf\u5047\u8bbe", "keywords": "\u529b\u8feb\u6cd5,\u6570\u5b66\u8bc1\u660e", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u79d1\u6069\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u4e0eZ-F\u516c\u7406\u4f53\u7cfb\u72ec\u7acb\uff0c\u83b7\u83f2\u5c14\u5179\u5956\u3002", "to": "\u79d1\u6069", "width": 10.0}, {"created_at": 1752884181, "description": "\u5e0c\u5c14\u4f2f\u7279\u5c06\u8fde\u7eed\u7edf\u5047\u8bbe\u5217\u4e3a23\u4e2a\u6570\u5b66\u95ee\u9898\u7684\u9996\u4f4d\uff0c\u63a8\u52a8\u5176\u7814\u7a76\u8fdb\u7a0b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8fde\u7eed\u7edf\u5047\u8bbe", "keywords": "\u5b66\u672f\u5f15\u9886,\u95ee\u9898\u63d0\u51fa", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5e0c\u5c14\u4f2f\u7279\u5c06\u8fde\u7eed\u7edf\u5047\u8bbe\u5217\u4e3a23\u4e2a\u6570\u5b66\u95ee\u9898\u7684\u9996\u4f4d\uff0c\u63a8\u52a8\u5176\u7814\u7a76\u8fdb\u7a0b\u3002", "to": "\u4e8c\u5341\u4e09\u4e2a\u95ee\u9898", "width": 9.0}, {"created_at": 1752884180, "description": "\u5eb7\u6258\u8bc1\u660e\u8fd9\u4e24\u4e2a\u65e0\u9650\u96c6\u5408\u5177\u6709\u76f8\u540c\u7684\u57fa\u6570\uff0c\u90fd\u662f\u53ef\u6570\u65e0\u7a77\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7136\u6570\u96c6\u5408N", "keywords": "\u57fa\u6570\u7406\u8bba,\u96c6\u5408\u7b49\u52bf", "source_id": "chunk-c81153206158adf5aa1a438a4f6242ed", "title": "\u5eb7\u6258\u8bc1\u660e\u8fd9\u4e24\u4e2a\u65e0\u9650\u96c6\u5408\u5177\u6709\u76f8\u540c\u7684\u57fa\u6570\uff0c\u90fd\u662f\u53ef\u6570\u65e0\u7a77\u3002", "to": "\u6709\u7406\u6570\u96c6\u5408Q", "width": 8.0}, {"created_at": 1752884181, "description": "\u79d1\u6069\u53d1\u660e\u529b\u8feb\u6cd5\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u7684\u72ec\u7acb\u6027\uff0c\u8fd9\u662f\u96c6\u5408\u8bba\u91cd\u5927\u7a81\u7834\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u79d1\u6069", "keywords": "\u6570\u5b66\u521b\u65b0,\u8bc1\u660e\u6280\u672f", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u79d1\u6069\u53d1\u660e\u529b\u8feb\u6cd5\u8bc1\u660e\u8fde\u7eed\u7edf\u5047\u8bbe\u7684\u72ec\u7acb\u6027\uff0c\u8fd9\u662f\u96c6\u5408\u8bba\u91cd\u5927\u7a81\u7834\u3002", "to": "\u529b\u8feb\u6cd5", "width": 10.0}, {"created_at": 1752884201, "description": "Cohen co-authored this textbook on logic, widely used in education.", "file_path": "ChuZhongShuXue.docx", "from": "\u79d1\u6069", "keywords": "co-authorship,educational resource", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Cohen co-authored this textbook on logic, widely used in education.", "to": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "width": 8.0}, {"created_at": 1752884180, "description": "\u5e9e\u52a0\u83b1\u63a2\u8ba8\u51e0\u4f55\u5b66\u4e2d\u8ddd\u79bb\u7684\u76f4\u89c9\u57fa\u7840\uff0c\u5f71\u54cd\u540e\u7eed\u5ea6\u91cf\u7406\u8bba\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e9e\u52a0\u83b1", "keywords": "\u51e0\u4f55\u76f4\u89c9,\u5ea6\u91cf\u5de5\u5177", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5e9e\u52a0\u83b1\u63a2\u8ba8\u51e0\u4f55\u5b66\u4e2d\u8ddd\u79bb\u7684\u76f4\u89c9\u57fa\u7840\uff0c\u5f71\u54cd\u540e\u7eed\u5ea6\u91cf\u7406\u8bba\u3002", "to": "\u8ddd\u79bb", "width": 6.0}, {"created_at": 1752884185, "description": "\u5e9e\u52a0\u83b1highlighted the pursuit of beauty as a motivation for mathematical research, including the study of symmetry.\u003cSEP\u003e\u5e9e\u52a0\u83b1\u8ba4\u4e3a\u79d1\u5b66\u5bb6\u7814\u7a76\u81ea\u7136\u7684\u52a8\u673a\u6e90\u4e8e\u5bf9\u7f8e\u7684\u8ffd\u6c42\uff0c\u5bf9\u79f0\u7f8e\u662f\u81ea\u7136\u5404\u90e8\u5206\u548c\u8c10\u79e9\u5e8f\u7684\u8868\u73b0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e9e\u52a0\u83b1", "keywords": "aesthetic motivation,mathematical inspiration,\u79d1\u5b66\u52a8\u673a,\u81ea\u7136\u7f8e", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21\u003cSEP\u003echunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5e9e\u52a0\u83b1highlighted the pursuit of beauty as a motivation for mathematical research, including the study of symmetry.\u003cSEP\u003e\u5e9e\u52a0\u83b1\u8ba4\u4e3a\u79d1\u5b66\u5bb6\u7814\u7a76\u81ea\u7136\u7684\u52a8\u673a\u6e90\u4e8e\u5bf9\u7f8e\u7684\u8ffd\u6c42\uff0c\u5bf9\u79f0\u7f8e\u662f\u81ea\u7136\u5404\u90e8\u5206\u548c\u8c10\u79e9\u5e8f\u7684\u8868\u73b0\u3002", "to": "\u5bf9\u79f0\u7f8e", "width": 16.0}, {"created_at": 1752884186, "description": "\u5e9e\u52a0\u83b1\u548c\u7231\u56e0\u65af\u5766\u90fd\u8bba\u8ff0\u4e86\u79d1\u5b66\u5bb6\u7814\u7a76\u81ea\u7136\u7684\u52a8\u673a\u4e0e\u7f8e\u7684\u8ffd\u6c42\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5f3a\u8c03\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e9e\u52a0\u83b1", "keywords": "\u79d1\u5b66\u52a8\u673a,\u7f8e\u7684\u8ffd\u6c42", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5e9e\u52a0\u83b1\u548c\u7231\u56e0\u65af\u5766\u90fd\u8bba\u8ff0\u4e86\u79d1\u5b66\u5bb6\u7814\u7a76\u81ea\u7136\u7684\u52a8\u673a\u4e0e\u7f8e\u7684\u8ffd\u6c42\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5f3a\u8c03\u7f8e\u7684\u5ba2\u89c2\u672c\u8d28\u5c5e\u6027\u3002", "to": "\u7231\u56e0\u65af\u5766", "width": 8.0}, {"created_at": 1752884200, "description": "Poincar\u00e9 is the author of \u0027\u79d1\u5b66\u4e0e\u65b9\u6cd5\u0027, contributing to scientific philosophy.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e9e\u52a0\u83b1", "keywords": "authorship,scientific theory", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Poincar\u00e9 is the author of \u0027\u79d1\u5b66\u4e0e\u65b9\u6cd5\u0027, contributing to scientific philosophy.", "to": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "width": 9.0}, {"created_at": 1752884200, "description": "Poincar\u00e9 is the author of \u0027\u79d1\u5b66\u4e0e\u5047\u8bbe\u0027, exploring scientific methodology.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e9e\u52a0\u83b1", "keywords": "authorship,scientific theory", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Poincar\u00e9 is the author of \u0027\u79d1\u5b66\u4e0e\u5047\u8bbe\u0027, exploring scientific methodology.", "to": "\u300a\u79d1\u5b66\u4e0e\u5047\u8bbe\u300b", "width": 9.0}, {"created_at": 1752884180, "description": "1967\u5e74\u4f1a\u8bae\u5b9a\u4e49\u0027\u79d2\u0027\uff0c\u4e3a\u5149\u901f\u6d4b\u8ddd\u63d0\u4f9b\u65f6\u95f4\u57fa\u51c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b2c13\u5c4a\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "keywords": "\u6807\u51c6\u5316,\u7269\u7406\u5ea6\u91cf", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "1967\u5e74\u4f1a\u8bae\u5b9a\u4e49\u0027\u79d2\u0027\uff0c\u4e3a\u5149\u901f\u6d4b\u8ddd\u63d0\u4f9b\u65f6\u95f4\u57fa\u51c6\u3002", "to": "\u8ddd\u79bb", "width": 8.0}, {"created_at": 1752884180, "description": "1983\u5e74\u4f1a\u8bae\u7528\u5149\u901f\u5b9a\u4e49\u0027\u7c73\u0027\uff0c\u786e\u7acb\u73b0\u4ee3\u8ddd\u79bb\u6807\u51c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "keywords": "\u5ea6\u91cf\u7edf\u4e00,\u79d1\u5b66\u5b9a\u4e49", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "1983\u5e74\u4f1a\u8bae\u7528\u5149\u901f\u5b9a\u4e49\u0027\u7c73\u0027\uff0c\u786e\u7acb\u73b0\u4ee3\u8ddd\u79bb\u6807\u51c6\u3002", "to": "\u8ddd\u79bb", "width": 9.0}, {"created_at": 1752884181, "description": "1983\u5e74\u5927\u4f1a\u7528\u5149\u901f\u5b9a\u4e49\u0027\u7c73\u0027\uff0c\u5efa\u7acb\u73b0\u4ee3\u8ddd\u79bb\u5ea6\u91cf\u6807\u51c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "keywords": "\u5355\u4f4d\u5236,\u79d1\u5b66\u5b9a\u4e49", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "1983\u5e74\u5927\u4f1a\u7528\u5149\u901f\u5b9a\u4e49\u0027\u7c73\u0027\uff0c\u5efa\u7acb\u73b0\u4ee3\u8ddd\u79bb\u5ea6\u91cf\u6807\u51c6\u3002", "to": "\u5149\u901f", "width": 10.0}, {"created_at": 1752884181, "description": "\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u4f53\u7cfb\u4f9d\u8d56\u62bd\u8c61\u6982\u5ff5\uff0c\u800c\u8ddd\u79bb\u4e3a\u5176\u63d0\u4f9b\u73b0\u5b9e\u5ea6\u91cf\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u51e0\u4f55\u516c\u7406\u4f53\u7cfb", "keywords": "\u5f62\u5f0f\u5316,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u4f53\u7cfb\u4f9d\u8d56\u62bd\u8c61\u6982\u5ff5\uff0c\u800c\u8ddd\u79bb\u4e3a\u5176\u63d0\u4f9b\u73b0\u5b9e\u5ea6\u91cf\u57fa\u7840\u3002", "to": "\u8ddd\u79bb", "width": 7.0}, {"created_at": 1752884181, "description": "\u5eb7\u5fb7\u5173\u4e8e\u5148\u9a8c\u76f4\u89c9\u7684\u54f2\u5b66\u89c2\u70b9\u88ab\u7528\u4e8e\u89e3\u91ca\u65f6\u7a7a\u5ea6\u91cf\u6982\u5ff5\u8f6c\u53d8\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8ddd\u79bb", "keywords": "\u54f2\u5b66\u57fa\u7840,\u79d1\u5b66\u8ba4\u77e5", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u5eb7\u5fb7\u5173\u4e8e\u5148\u9a8c\u76f4\u89c9\u7684\u54f2\u5b66\u89c2\u70b9\u88ab\u7528\u4e8e\u89e3\u91ca\u65f6\u7a7a\u5ea6\u91cf\u6982\u5ff5\u8f6c\u53d8\u3002", "to": "\u5eb7\u5fb7", "width": 6.0}, {"created_at": 1752884181, "description": "\u539f\u5b50\u949f\u63d0\u4f9b\u7684\u7cbe\u51c6\u65f6\u95f4\u6d4b\u91cf\u662f\u5149\u901f\u6d4b\u8ddd\u6280\u672f\u7684\u524d\u63d0\u6761\u4ef6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8ddd\u79bb", "keywords": "\u6280\u672f\u4f9d\u8d56,\u79d1\u5b66\u6d4b\u91cf", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "\u539f\u5b50\u949f\u63d0\u4f9b\u7684\u7cbe\u51c6\u65f6\u95f4\u6d4b\u91cf\u662f\u5149\u901f\u6d4b\u8ddd\u6280\u672f\u7684\u524d\u63d0\u6761\u4ef6\u3002", "to": "\u539f\u5b50\u949f", "width": 8.0}, {"created_at": 1752884181, "description": "1967\u5e74\u5927\u4f1a\u4ee5\u94ef133\u539f\u5b50\u8f90\u5c04\u5468\u671f\u5b9a\u4e49\u0027\u79d2\u0027\u6807\u51c6\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u9645\u5ea6\u91cf\u8861\u5927\u4f1a", "keywords": "\u6807\u51c6\u5236\u5b9a,\u7269\u7406\u57fa\u51c6", "source_id": "chunk-497a0e71f7c50523d9be03ab68a8d478", "title": "1967\u5e74\u5927\u4f1a\u4ee5\u94ef133\u539f\u5b50\u8f90\u5c04\u5468\u671f\u5b9a\u4e49\u0027\u79d2\u0027\u6807\u51c6\u3002", "to": "\u94ef133", "width": 9.0}, {"created_at": 1752884184, "description": "Inertial frames approaching light speed demonstrate relativistic effects like time dilation in special relativity.", "file_path": "ChuZhongShuXue.docx", "from": "\u5149\u901f", "keywords": "reference frames,relativistic effects", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Inertial frames approaching light speed demonstrate relativistic effects like time dilation in special relativity.", "to": "\u60ef\u6027\u7cfb", "width": 8.0}, {"created_at": 1752884181, "description": "A line combines two rays extending in opposite directions.", "file_path": "ChuZhongShuXue.docx", "from": "\u5c04\u7ebf", "keywords": "bidirectional extension,infinite continuity", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "A line combines two rays extending in opposite directions.", "to": "\u76f4\u7ebf", "width": 7.0}, {"created_at": 1752884181, "description": "Perpendicular lines are defined through shortest-distance relationships to points.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebf", "keywords": "orthogonal relationship,spatial measurement", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Perpendicular lines are defined through shortest-distance relationships to points.", "to": "\u5782\u7ebf", "width": 8.0}, {"created_at": 1752884181, "description": "Parallel lines maintain constant separation throughout their length.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebf", "keywords": "equidistant relationship,non-intersecting", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Parallel lines maintain constant separation throughout their length.", "to": "\u5e73\u884c\u7ebf", "width": 9.0}, {"created_at": 1752884182, "description": "Perpendicular lines intersect at right angles.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebf", "keywords": "orthogonal connection,right-angle intersection", "source_id": "chunk-c8a15761aa2fa77855ceb30f7b7a730a", "title": "Perpendicular lines intersect at right angles.", "to": "\u5782\u76f4\u7ebf", "width": 9.0}, {"created_at": 1752884182, "description": "Both tools are used in geometric constructions, with the straightedge drawing lines and the compass drawing circles.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e0\u523b\u5ea6\u76f4\u5c3a", "keywords": "construction methods,geometric tools", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "Both tools are used in geometric constructions, with the straightedge drawing lines and the compass drawing circles.", "to": "\u5706\u89c4", "width": 8.0}, {"created_at": 1752884182, "description": "Algebraic geometry emerges from the interplay between algebraic methods and geometric construction problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u4ee3\u6570\u51e0\u4f55", "keywords": "interdisciplinary,mathematical fields", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "Algebraic geometry emerges from the interplay between algebraic methods and geometric construction problems.", "to": "\u51e0\u4f55\u4f5c\u56fe", "width": 9.0}, {"created_at": 1752884182, "description": "60\u5ea6\u89d2\u88ab\u7528\u4f5c\u7279\u4f8b\u8bc1\u660e\u4e09\u7b49\u5206\u89d2\u5728\u5c3a\u89c4\u4f5c\u56fe\u4e0b\u7684\u4e0d\u53ef\u80fd\u6027\u3002\u003cSEP\u003eThe 60-degree angle serves as a specific case to demonstrate the general impossibility of angle trisection.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u7b49\u5206\u89d2", "keywords": "geometric problem,impossibility proof,\u7279\u4f8b\u5206\u6790,\u8bc1\u660e\u65b9\u6cd5", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2\u003cSEP\u003echunk-77da8784644dcc3dac41a17b75632803", "title": "60\u5ea6\u89d2\u88ab\u7528\u4f5c\u7279\u4f8b\u8bc1\u660e\u4e09\u7b49\u5206\u89d2\u5728\u5c3a\u89c4\u4f5c\u56fe\u4e0b\u7684\u4e0d\u53ef\u80fd\u6027\u3002\u003cSEP\u003eThe 60-degree angle serves as a specific case to demonstrate the general impossibility of angle trisection.", "to": "60\u5ea6\u89d2", "width": 16.0}, {"created_at": 1752884182, "description": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898\u88ab\u8f6c\u5316\u4e3a\u4e09\u6b21\u65b9\u7a0b\u7684\u6c42\u89e3\u95ee\u9898\uff0c\u7528\u4e8e\u5206\u6790\u5176\u53ef\u4f5c\u56fe\u6027\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u7b49\u5206\u89d2", "keywords": "\u4ee3\u6570\u65b9\u6cd5,\u95ee\u9898\u8f6c\u5316", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898\u88ab\u8f6c\u5316\u4e3a\u4e09\u6b21\u65b9\u7a0b\u7684\u6c42\u89e3\u95ee\u9898\uff0c\u7528\u4e8e\u5206\u6790\u5176\u53ef\u4f5c\u56fe\u6027\u3002", "to": "\u4e09\u6b21\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752884182, "description": "In Archimedes\u0027 construction, line w serves as the base for drawing the semicircle used in the angle trisection method.", "file_path": "ChuZhongShuXue.docx", "from": "\u76f4\u7ebfw", "keywords": "construction elements,geometric reference", "source_id": "chunk-dda7ba554b64773a9f739a19965188f1", "title": "In Archimedes\u0027 construction, line w serves as the base for drawing the semicircle used in the angle trisection method.", "to": "\u534a\u5706", "width": 7.0}, {"created_at": 1752884182, "description": "The 60-degree angle serves as a critical case proving the general impossibility of angle trisection.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "keywords": "counterexample,impossibility demonstration", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "The 60-degree angle serves as a critical case proving the general impossibility of angle trisection.", "to": "60\u5ea6\u89d2", "width": 8.0}, {"created_at": 1752884182, "description": "Angle trisection transforms into solving specific cubic equations through trigonometric identities.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e09\u7b49\u5206\u89d2\u95ee\u9898", "keywords": "algebraic approach,problem transformation", "source_id": "chunk-eb909fae946cb41ff187d26fae2118b2", "title": "Angle trisection transforms into solving specific cubic equations through trigonometric identities.", "to": "\u4e09\u6b21\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752884183, "description": "The rational roots are tested for the cubic equation to determine the possibility of angle trisection.", "file_path": "ChuZhongShuXue.docx", "from": "\u6709\u7406\u6839", "keywords": "geometric construction,polynomial analysis", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "The rational roots are tested for the cubic equation to determine the possibility of angle trisection.", "to": "\u4e09\u6b21\u65b9\u7a0b(3)", "width": 8.0}, {"created_at": 1752884183, "description": "Hooke\u0027s Law exemplifies a proportional (linear) model where force is directly proportional to displacement.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd4\u4f8b\u6a21\u578b", "keywords": "linear relationship,physical law", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Hooke\u0027s Law exemplifies a proportional (linear) model where force is directly proportional to displacement.", "to": "\u80e1\u514b\u5b9a\u5f8b", "width": 10.0}, {"created_at": 1752884183, "description": "Newton\u0027s Second Law is a proportional model where force is proportional to acceleration when mass is constant.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd4\u4f8b\u6a21\u578b", "keywords": "dynamical system,foundational physics", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Newton\u0027s Second Law is a proportional model where force is proportional to acceleration when mass is constant.", "to": "\u725b\u987f\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "width": 10.0}, {"created_at": 1752884183, "description": "Mathematical language is used to express proportional relationships in static models like Y = \u03c1X.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd4\u4f8b\u6a21\u578b", "keywords": "mathematical expression,static relationships", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Mathematical language is used to express proportional relationships in static models like Y = \u03c1X.", "to": "\u6570\u5b66\u8bed\u8a00", "width": 8.0}, {"created_at": 1752884185, "description": "Dynamical systems extend proportional models by incorporating temporal evolution and recursive relationships.\u003cSEP\u003e\u6bd4\u4f8b\u6a21\u578b\u662f\u52a8\u529b\u7cfb\u7edf\u7684\u5177\u4f53\u7c7b\u578b\uff0c\u5f3a\u8c03\u65f6\u95f4\u76f8\u5173\u6027\u548c\u7cfb\u6570\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6bd4\u4f8b\u6a21\u578b", "keywords": "mathematical modeling,temporal dynamics,\u53c2\u6570\u4f5c\u7528,\u6a21\u578b\u5206\u7c7b", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Dynamical systems extend proportional models by incorporating temporal evolution and recursive relationships.\u003cSEP\u003e\u6bd4\u4f8b\u6a21\u578b\u662f\u52a8\u529b\u7cfb\u7edf\u7684\u5177\u4f53\u7c7b\u578b\uff0c\u5f3a\u8c03\u65f6\u95f4\u76f8\u5173\u6027\u548c\u7cfb\u6570\u5f71\u54cd\u3002", "to": "\u52a8\u529b\u7cfb\u7edf", "width": 15.0}, {"created_at": 1752884183, "description": "Hooke discovered the law named after him, which mathematically describes elastic behavior in springs.", "file_path": "ChuZhongShuXue.docx", "from": "\u80e1\u514b\u5b9a\u5f8b", "keywords": "elasticity theory,scientific discovery", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Hooke discovered the law named after him, which mathematically describes elastic behavior in springs.", "to": "\u80e1\u514b", "width": 8.0}, {"created_at": 1752884183, "description": "Hooke\u0027s Law defines the elastic coefficient (k) as the proportionality constant between force and displacement.", "file_path": "ChuZhongShuXue.docx", "from": "\u80e1\u514b\u5b9a\u5f8b", "keywords": "linear elasticity,physical constant", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Hooke\u0027s Law defines the elastic coefficient (k) as the proportionality constant between force and displacement.", "to": "\u5f39\u6027\u7cfb\u6570", "width": 10.0}, {"created_at": 1752884183, "description": "Newton\u0027s Second Law directly relates force to mass and acceleration (F = m\u00b7a).", "file_path": "ChuZhongShuXue.docx", "from": "\u725b\u987f\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "keywords": "dynamical system,force definition", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Newton\u0027s Second Law directly relates force to mass and acceleration (F = m\u00b7a).", "to": "\u52a0\u901f\u5ea6", "width": 10.0}, {"created_at": 1752884184, "description": "\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b\u662f\u7406\u60f3\u6c14\u4f53\u72b6\u6001\u65b9\u7a0b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7406\u60f3\u6c14\u4f53\u72b6\u6001\u65b9\u7a0b", "keywords": "\u79d1\u5b66\u6574\u5408", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b\u662f\u7406\u60f3\u6c14\u4f53\u72b6\u6001\u65b9\u7a0b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b", "width": 8.0}, {"created_at": 1752884193, "description": "Galileo developed the free-fall model, establishing the relationship between distance and time squared for falling objects.\u003cSEP\u003e\u4f3d\u5229\u7565\u63d0\u51fa\u81ea\u7531\u843d\u4f53\u6a21\u578b\uff0c\u5f00\u521b\u4e86\u73b0\u4ee3\u79d1\u5b66\u7814\u7a76\u65b9\u6cd5\uff0c\u5f3a\u8c03\u901a\u8fc7\u5b9e\u9a8c\u9a8c\u8bc1\u5047\u8bf4\u800c\u975e\u903b\u8f91\u63a8\u7406\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "physics,scientific discovery,\u6a21\u578b\u5efa\u7acb,\u79d1\u5b66\u65b9\u6cd5", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "Galileo developed the free-fall model, establishing the relationship between distance and time squared for falling objects.\u003cSEP\u003e\u4f3d\u5229\u7565\u63d0\u51fa\u81ea\u7531\u843d\u4f53\u6a21\u578b\uff0c\u5f00\u521b\u4e86\u73b0\u4ee3\u79d1\u5b66\u7814\u7a76\u65b9\u6cd5\uff0c\u5f3a\u8c03\u901a\u8fc7\u5b9e\u9a8c\u9a8c\u8bc1\u5047\u8bf4\u800c\u975e\u903b\u8f91\u63a8\u7406\u3002", "to": "\u81ea\u7531\u843d\u4f53\u6a21\u578b", "width": 18.0}, {"created_at": 1752884193, "description": "\u7231\u56e0\u65af\u5766\u8d5e\u626c\u4f3d\u5229\u7565\u5bf9\u79d1\u5b66\u7684\u8d21\u732e\uff0c\u8ba4\u4e3a\u4f3d\u5229\u7565\u7684\u7ecf\u9a8c\u9a8c\u8bc1\u65b9\u6cd5\u662f\u73b0\u4ee3\u79d1\u5b66\u7684\u57fa\u7840\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "\u65b9\u6cd5\u8bba,\u79d1\u5b66\u4f20\u627f", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u7231\u56e0\u65af\u5766\u8d5e\u626c\u4f3d\u5229\u7565\u5bf9\u79d1\u5b66\u7684\u8d21\u732e\uff0c\u8ba4\u4e3a\u4f3d\u5229\u7565\u7684\u7ecf\u9a8c\u9a8c\u8bc1\u65b9\u6cd5\u662f\u73b0\u4ee3\u79d1\u5b66\u7684\u57fa\u7840\u3002", "to": "\u7231\u56e0\u65af\u5766", "width": 8.0}, {"created_at": 1752884193, "description": "\u4f3d\u5229\u7565\u5bf9\u7269\u7406\u5b66\u7684\u7814\u7a76\u65b9\u6cd5\u6709\u9769\u547d\u6027\u8d21\u732e\uff0c\u5f3a\u8c03\u5b9e\u9a8c\u548c\u6570\u5b66\u8868\u8fbe\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "\u65b9\u6cd5\u8bba,\u79d1\u5b66\u9769\u547d", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u4f3d\u5229\u7565\u5bf9\u7269\u7406\u5b66\u7684\u7814\u7a76\u65b9\u6cd5\u6709\u9769\u547d\u6027\u8d21\u732e\uff0c\u5f3a\u8c03\u5b9e\u9a8c\u548c\u6570\u5b66\u8868\u8fbe\u3002", "to": "\u7269\u7406\u5b66", "width": 9.0}, {"created_at": 1752884193, "description": "\u4f3d\u5229\u7565\u662f\u73b0\u4ee3\u79d1\u5b66\u65b9\u6cd5\u7684\u5960\u57fa\u4eba\uff0c\u5f3a\u8c03\u89c2\u5bdf\u548c\u5b9e\u9a8c\u9a8c\u8bc1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "\u65b9\u6cd5\u8bba,\u79d1\u5b66\u5960\u57fa", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u4f3d\u5229\u7565\u662f\u73b0\u4ee3\u79d1\u5b66\u65b9\u6cd5\u7684\u5960\u57fa\u4eba\uff0c\u5f3a\u8c03\u89c2\u5bdf\u548c\u5b9e\u9a8c\u9a8c\u8bc1\u3002", "to": "\u79d1\u5b66", "width": 10.0}, {"created_at": 1752884193, "description": "Galileo authored this scientific work.\u003cSEP\u003eGalileo documented his experiments and theories on motion in this work, a cornerstone of modern physics.\u003cSEP\u003e\u4f3d\u5229\u7565\u5728\u6b64\u8457\u4f5c\u4e2d\u63d0\u51fa\u81ea\u7531\u843d\u4f53\u6a21\u578b\uff0c\u5f00\u521b\u4e86\u73b0\u4ee3\u79d1\u5b66\u7814\u7a76\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "authorship,foundational text,scientific publication,scientific work,\u79d1\u5b66\u9769\u547d,\u8457\u4f5c\u4e0e\u601d\u60f3", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "Galileo authored this scientific work.\u003cSEP\u003eGalileo documented his experiments and theories on motion in this work, a cornerstone of modern physics.\u003cSEP\u003e\u4f3d\u5229\u7565\u5728\u6b64\u8457\u4f5c\u4e2d\u63d0\u51fa\u81ea\u7531\u843d\u4f53\u6a21\u578b\uff0c\u5f00\u521b\u4e86\u73b0\u4ee3\u79d1\u5b66\u7814\u7a76\u65b9\u6cd5\u3002", "to": "\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b", "width": 25.0}, {"created_at": 1752884193, "description": "Galileo is often associated with experiments at the Leaning Tower of Pisa, though his actual experiments were more methodical on inclined planes.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "historical narrative,scientific method", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Galileo is often associated with experiments at the Leaning Tower of Pisa, though his actual experiments were more methodical on inclined planes.", "to": "\u6bd4\u8428\u659c\u5854", "width": 6.0}, {"created_at": 1752884193, "description": "Galileo established the fundamental laws of free-fall motion through experimental and theoretical work.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "physics discovery,scientific method", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Galileo established the fundamental laws of free-fall motion through experimental and theoretical work.", "to": "\u81ea\u7531\u843d\u4f53", "width": 10.0}, {"created_at": 1752884193, "description": "Galileo conducted precise inclined plane experiments to verify his theories of motion when free-fall was too fast to measure.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "experimental design,measurement", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Galileo conducted precise inclined plane experiments to verify his theories of motion when free-fall was too fast to measure.", "to": "\u659c\u9762\u5b9e\u9a8c", "width": 9.0}, {"created_at": 1752884193, "description": "Galileo championed mathematics as the essential language for describing physical phenomena and natural laws.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "methodology,scientific philosophy", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Galileo championed mathematics as the essential language for describing physical phenomena and natural laws.", "to": "\u6570\u5b66\u8bed\u8a00", "width": 7.0}, {"created_at": 1752884194, "description": "Both represent intellectual revolutions - Galileo in physics, Keynes in economics - transforming their fields through new methodologies.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "paradigm shift,scientific revolution", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Both represent intellectual revolutions - Galileo in physics, Keynes in economics - transforming their fields through new methodologies.", "to": "\u51ef\u6069\u65af", "width": 8.0}, {"created_at": 1752884212, "description": "Galileo\u0027s discovery of the pendulum\u0027s isochronism was utilized by Huygens to create the first mechanical clock.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "innovation,scientific influence", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Galileo\u0027s discovery of the pendulum\u0027s isochronism was utilized by Huygens to create the first mechanical clock.", "to": "\u60e0\u66f4\u65af", "width": 9.0}, {"created_at": 1752884214, "description": "Galileo discovered the principle of isochronism in pendulums.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u5229\u7565", "keywords": "discovery,scientific principle", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Galileo discovered the principle of isochronism in pendulums.", "to": "\u5355\u6446\u7684\u7b49\u65f6\u6027", "width": 9.0}, {"created_at": 1752884183, "description": "Multiplication models often simplify to proportional relationships when one variable is held constant.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e58\u6cd5\u6a21\u578b", "keywords": "direct proportionality,mathematical simplification", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Multiplication models often simplify to proportional relationships when one variable is held constant.", "to": "\u6b63\u6bd4\u4f8b\u6a21\u578b", "width": 9.0}, {"created_at": 1752884183, "description": "The distance model is an example of a proportional relationship where speed is the constant of proportionality.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u6bd4\u4f8b\u6a21\u578b", "keywords": "direct variation,kinematic model", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "The distance model is an example of a proportional relationship where speed is the constant of proportionality.", "to": "\u8def\u7a0b\u6a21\u578b", "width": 7.0}, {"created_at": 1752884183, "description": "Newton\u0027s First Law describes the behavior of objects in inertial reference frames.", "file_path": "ChuZhongShuXue.docx", "from": "\u60ef\u6027\u7cfb", "keywords": "motion principles,reference frames", "source_id": "chunk-77da8784644dcc3dac41a17b75632803", "title": "Newton\u0027s First Law describes the behavior of objects in inertial reference frames.", "to": "\u725b\u987f\u529b\u5b66\u7b2c\u4e00\u5b9a\u5f8b", "width": 8.0}, {"created_at": 1752884184, "description": "\u7231\u56e0\u65af\u5766\u7684\u72ed\u4e49\u76f8\u5bf9\u8bba\u7814\u7a76\u4e86\u60ef\u6027\u7cfb\u4e2d\u7684\u7269\u7406\u89c4\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u60ef\u6027\u7cfb", "keywords": "\u7406\u8bba\u6846\u67b6", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u7231\u56e0\u65af\u5766\u7684\u72ed\u4e49\u76f8\u5bf9\u8bba\u7814\u7a76\u4e86\u60ef\u6027\u7cfb\u4e2d\u7684\u7269\u7406\u89c4\u5f8b\u3002", "to": "\u7231\u56e0\u65af\u5766", "width": 7.0}, {"created_at": 1752884183, "description": "Boyle and Mariotte independently discovered the inverse volume-pressure relationship in gases, later combined into Boyle-Mariotte Law.", "file_path": "ChuZhongShuXue.docx", "from": "Boyle", "keywords": "collaboration,scientific discovery", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Boyle and Mariotte independently discovered the inverse volume-pressure relationship in gases, later combined into Boyle-Mariotte Law.", "to": "Mariotte", "width": 9.0}, {"created_at": 1752884183, "description": "Charles and Gay-Lussac jointly developed the gas volume-temperature law, refining its mathematical expression.", "file_path": "ChuZhongShuXue.docx", "from": "Charles", "keywords": "law formulation,scientific collaboration", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Charles and Gay-Lussac jointly developed the gas volume-temperature law, refining its mathematical expression.", "to": "Gay-Lussac", "width": 9.0}, {"created_at": 1752884184, "description": "Einstein derived the mass-energy equivalence formula, revolutionizing physics and enabling nuclear energy applications.", "file_path": "ChuZhongShuXue.docx", "from": "Einstein", "keywords": "scientific impact,theoretical breakthrough", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Einstein derived the mass-energy equivalence formula, revolutionizing physics and enabling nuclear energy applications.", "to": "Mass-Energy Equivalence", "width": 10.0}, {"created_at": 1752884183, "description": "The Boyle-Mariotte Law is a foundational component of the Ideal Gas Law, which integrates multiple gas variables.", "file_path": "ChuZhongShuXue.docx", "from": "Boyle-Mariotte Law", "keywords": "scientific integration,thermodynamic principles", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "The Boyle-Mariotte Law is a foundational component of the Ideal Gas Law, which integrates multiple gas variables.", "to": "Ideal Gas Law", "width": 8.0}, {"created_at": 1752884183, "description": "Extrapolation of the Charles-Gay-Lussac Law\u0027s linear relationship led to the theoretical concept of absolute zero.", "file_path": "ChuZhongShuXue.docx", "from": "Charles-Gay-Lussac Law", "keywords": "temperature limit,theoretical derivation", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Extrapolation of the Charles-Gay-Lussac Law\u0027s linear relationship led to the theoretical concept of absolute zero.", "to": "Absolute Zero", "width": 10.0}, {"created_at": 1752884184, "description": "Einstein\u0027s formula provided the theoretical basis for nuclear weapons, which he later opposed due to ethical concerns.", "file_path": "ChuZhongShuXue.docx", "from": "Mass-Energy Equivalence", "keywords": "scientific ethics,technological consequences", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "Einstein\u0027s formula provided the theoretical basis for nuclear weapons, which he later opposed due to ethical concerns.", "to": "Nuclear Weapons", "width": 7.0}, {"created_at": 1752884184, "description": "\u4e24\u4eba\u72ec\u7acb\u53d1\u73b0\u6c14\u4f53\u4f53\u79ef\u4e0e\u538b\u5f3a\u7684\u53cd\u6bd4\u5173\u7cfb\uff0c\u5f62\u6210\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6ce2\u4e49\u8033", "keywords": "\u79d1\u5b66\u53d1\u73b0", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u4e24\u4eba\u72ec\u7acb\u53d1\u73b0\u6c14\u4f53\u4f53\u79ef\u4e0e\u538b\u5f3a\u7684\u53cd\u6bd4\u5173\u7cfb\uff0c\u5f62\u6210\u6ce2\u4e49\u8033-\u9a6c\u7565\u7279\u5b9a\u5f8b\u3002", "to": "\u9a6c\u7565\u7279", "width": 9.0}, {"created_at": 1752884184, "description": "\u4e24\u4eba\u5171\u540c\u5b8c\u5584\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u7684\u5173\u7cfb\uff0c\u5f62\u6210\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u67e5\u7406", "keywords": "\u79d1\u5b66\u5408\u4f5c", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u4e24\u4eba\u5171\u540c\u5b8c\u5584\u4e86\u6c14\u4f53\u4f53\u79ef\u4e0e\u6e29\u5ea6\u7684\u5173\u7cfb\uff0c\u5f62\u6210\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b\u3002", "to": "\u76d6\u00b7\u5415\u8428\u514b", "width": 9.0}, {"created_at": 1752884184, "description": "\u7231\u56e0\u65af\u5766\u63d0\u51fa\u8d28\u80fd\u65b9\u7a0b\uff0c\u5f7b\u5e95\u6539\u53d8\u4e86\u7269\u7406\u5b66\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "\u7406\u8bba\u7a81\u7834", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u7231\u56e0\u65af\u5766\u63d0\u51fa\u8d28\u80fd\u65b9\u7a0b\uff0c\u5f7b\u5e95\u6539\u53d8\u4e86\u7269\u7406\u5b66\u3002", "to": "\u8d28\u80fd\u65b9\u7a0b", "width": 10.0}, {"created_at": 1752884184, "description": "Einstein developed the mass-energy equivalence formula, which is foundational to modern physics.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "scientific discovery,theoretical foundation", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Einstein developed the mass-energy equivalence formula, which is foundational to modern physics.", "to": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "width": 10.0}, {"created_at": 1752884184, "description": "Einstein opposed nuclear warfare due to the destructive potential of atomic weapons derived from his theories.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "ethical stance,scientific responsibility", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Einstein opposed nuclear warfare due to the destructive potential of atomic weapons derived from his theories.", "to": "\u6838\u6218\u4e89", "width": 8.0}, {"created_at": 1752884184, "description": "Einstein formulated the theory of general relativity, which includes the field equations describing spacetime curvature.\u003cSEP\u003e\u7231\u56e0\u65af\u5766\u63d0\u51fa\u5e7f\u4e49\u76f8\u5bf9\u8bba\uff0c\u91cd\u65b0\u5b9a\u4e49\u4e86\u5f15\u529b\u7684\u672c\u8d28\u4e3a\u65f6\u7a7a\u5f2f\u66f2\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "gravitational physics,scientific theory,\u7269\u7406\u9769\u547d,\u7406\u8bba\u521b\u65b0", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8\u003cSEP\u003echunk-ca18454792909d12d2509708190d0e85", "title": "Einstein formulated the theory of general relativity, which includes the field equations describing spacetime curvature.\u003cSEP\u003e\u7231\u56e0\u65af\u5766\u63d0\u51fa\u5e7f\u4e49\u76f8\u5bf9\u8bba\uff0c\u91cd\u65b0\u5b9a\u4e49\u4e86\u5f15\u529b\u7684\u672c\u8d28\u4e3a\u65f6\u7a7a\u5f2f\u66f2\u3002", "to": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "width": 20.0}, {"created_at": 1752884186, "description": "\u7231\u56e0\u65af\u5766\u5f15\u7528\u4e86\u53d4\u672c\u534e\u7684\u89c2\u70b9\uff0c\u8ba4\u4e3a\u4eba\u4eec\u8ffd\u6c42\u827a\u672f\u548c\u79d1\u5b66\u7684\u52a8\u673a\u4e4b\u4e00\u662f\u4e3a\u4e86\u9003\u907f\u65e5\u5e38\u751f\u6d3b\u7684\u7c97\u4fd7\u548c\u6c89\u95f7\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "\u54f2\u5b66\u5f15\u7528,\u79d1\u5b66\u52a8\u673a", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u7231\u56e0\u65af\u5766\u5f15\u7528\u4e86\u53d4\u672c\u534e\u7684\u89c2\u70b9\uff0c\u8ba4\u4e3a\u4eba\u4eec\u8ffd\u6c42\u827a\u672f\u548c\u79d1\u5b66\u7684\u52a8\u673a\u4e4b\u4e00\u662f\u4e3a\u4e86\u9003\u907f\u65e5\u5e38\u751f\u6d3b\u7684\u7c97\u4fd7\u548c\u6c89\u95f7\u3002", "to": "\u53d4\u672c\u534e", "width": 7.0}, {"created_at": 1752884186, "description": "\u7231\u56e0\u65af\u5766\u8ba4\u4e3a\u8ffd\u6c42\u827a\u672f\u548c\u79d1\u5b66\u53ef\u4ee5\u9003\u907f\u65e5\u5e38\u751f\u6d3b\u7684\u7c97\u4fd7\uff0c\u8fd9\u4e0e\u827a\u672f\u4fee\u517b\u63d0\u5347\u751f\u6d3b\u4e50\u8da3\u7684\u89c2\u70b9\u4e00\u81f4\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "\u751f\u6d3b\u54c1\u8d28,\u827a\u672f\u4ef7\u503c", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u7231\u56e0\u65af\u5766\u8ba4\u4e3a\u8ffd\u6c42\u827a\u672f\u548c\u79d1\u5b66\u53ef\u4ee5\u9003\u907f\u65e5\u5e38\u751f\u6d3b\u7684\u7c97\u4fd7\uff0c\u8fd9\u4e0e\u827a\u672f\u4fee\u517b\u63d0\u5347\u751f\u6d3b\u4e50\u8da3\u7684\u89c2\u70b9\u4e00\u81f4\u3002", "to": "\u827a\u672f\u4fee\u517b", "width": 7.0}, {"created_at": 1752884186, "description": "\u7231\u56e0\u65af\u5766\u5728\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a\u4e0a\u53d1\u8868\u4e86\u5173\u4e8e\u79d1\u5b66\u548c\u7f8e\u7684\u52a8\u673a\u7684\u6f14\u8bb2\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "\u601d\u60f3\u4f20\u627f,\u79d1\u5b66\u4ea4\u6d41", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u7231\u56e0\u65af\u5766\u5728\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a\u4e0a\u53d1\u8868\u4e86\u5173\u4e8e\u79d1\u5b66\u548c\u7f8e\u7684\u52a8\u673a\u7684\u6f14\u8bb2\u3002", "to": "\u666e\u6717\u514b\u516d\u5341\u5c81\u751f\u65e5\u5e86\u795d\u4f1a", "width": 8.0}, {"created_at": 1752884194, "description": "Along with Keynes, these thinkers constituted the three major intellectual revolutions of the 20th century in different domains.\u003cSEP\u003eFreud\u0027s psychoanalysis and Einstein\u0027s relativity were two of the three major 20th-century intellectual revolutions.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "cross-disciplinary impact,intellectual history,intellectual revolution,scientific legacy", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "Along with Keynes, these thinkers constituted the three major intellectual revolutions of the 20th century in different domains.\u003cSEP\u003eFreud\u0027s psychoanalysis and Einstein\u0027s relativity were two of the three major 20th-century intellectual revolutions.", "to": "\u5f17\u6d1b\u4f0a\u5fb7", "width": 14.0}, {"created_at": 1752884210, "description": "Einstein founded this committee to advocate for peaceful use of atomic energy.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "activism,leadership", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Einstein founded this committee to advocate for peaceful use of atomic energy.", "to": "\u539f\u5b50\u79d1\u5b66\u5bb6\u7d27\u6025\u59d4\u5458\u4f1a", "width": 9.0}, {"created_at": 1752884211, "description": "Einstein was concerned about the dangers of atomic bombs through his committee work.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "scientific responsibility", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Einstein was concerned about the dangers of atomic bombs through his committee work.", "to": "\u539f\u5b50\u5f39", "width": 9.0}, {"created_at": 1752884211, "description": "Einstein advocated for peaceful uses of atomic energy.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "scientific responsibility", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Einstein advocated for peaceful uses of atomic energy.", "to": "\u539f\u5b50\u80fd", "width": 9.0}, {"created_at": 1752884212, "description": "\u5546\u52a1\u5370\u4e66\u9986published the Chinese translation of Einstein\u0027s collected works.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766", "keywords": "publishing,translation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u5546\u52a1\u5370\u4e66\u9986published the Chinese translation of Einstein\u0027s collected works.", "to": "\u5546\u52a1\u5370\u4e66\u9986", "width": 7.0}, {"created_at": 1752884184, "description": "\u901a\u8fc7\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b\u7684\u5916\u63a8\uff0c\u5f97\u51fa\u4e86\u7edd\u5bf9\u96f6\u5ea6\u7684\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b", "keywords": "\u7406\u8bba\u63a8\u5bfc", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u901a\u8fc7\u67e5\u7406-\u76d6\u00b7\u5415\u8428\u514b\u5b9a\u5f8b\u7684\u5916\u63a8\uff0c\u5f97\u51fa\u4e86\u7edd\u5bf9\u96f6\u5ea6\u7684\u6982\u5ff5\u3002", "to": "\u7edd\u5bf9\u96f6\u5ea6", "width": 10.0}, {"created_at": 1752884211, "description": "Quantum mechanics principles explain the concept of absolute zero.", "file_path": "ChuZhongShuXue.docx", "from": "\u7edd\u5bf9\u96f6\u5ea6", "keywords": "physics concepts", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Quantum mechanics principles explain the concept of absolute zero.", "to": "\u91cf\u5b50\u529b\u5b66", "width": 8.0}, {"created_at": 1752884184, "description": "\u8d28\u80fd\u65b9\u7a0b\u4e3a\u6838\u6b66\u5668\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u7231\u56e0\u65af\u5766\u56e0\u6b64\u53cd\u5bf9\u6838\u6218\u4e89\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d28\u80fd\u65b9\u7a0b", "keywords": "\u4f26\u7406\u4e0e\u79d1\u5b66", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u8d28\u80fd\u65b9\u7a0b\u4e3a\u6838\u6b66\u5668\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u7231\u56e0\u65af\u5766\u56e0\u6b64\u53cd\u5bf9\u6838\u6218\u4e89\u3002", "to": "\u6838\u6218\u4e89", "width": 7.0}, {"created_at": 1752884184, "description": "\u8d28\u80fd\u65b9\u7a0b\u63ed\u793a\u4e86\u57fa\u672c\u7c92\u5b50\u4e2d\u8574\u542b\u7684\u5de8\u5927\u80fd\u91cf\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d28\u80fd\u65b9\u7a0b", "keywords": "\u7269\u7406\u672c\u8d28", "source_id": "chunk-1f60f87173d19e183735e0dbe0d9e5ca", "title": "\u8d28\u80fd\u65b9\u7a0b\u63ed\u793a\u4e86\u57fa\u672c\u7c92\u5b50\u4e2d\u8574\u542b\u7684\u5de8\u5927\u80fd\u91cf\u3002", "to": "\u57fa\u672c\u7c92\u5b50", "width": 8.0}, {"created_at": 1752884184, "description": "The mass-energy equivalence formula provided the theoretical basis for the development of the atomic bomb.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "keywords": "energy conversion,weaponization", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The mass-energy equivalence formula provided the theoretical basis for the development of the atomic bomb.", "to": "\u539f\u5b50\u5f39", "width": 9.0}, {"created_at": 1752884184, "description": "The dynamical systems model and mass-energy equivalence both involve proportional relationships and fundamental physical principles.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "keywords": "mathematical modeling,proportional relationships", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The dynamical systems model and mass-energy equivalence both involve proportional relationships and fundamental physical principles.", "to": "\u52a8\u529b\u7cfb\u7edf\u6a21\u578b", "width": 6.0}, {"created_at": 1752884185, "description": "Mass-energy equivalence contributes to the stress-energy tensor\u0027s description of matter-energy distribution.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "keywords": "energy-momentum,relativistic mass", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Mass-energy equivalence contributes to the stress-energy tensor\u0027s description of matter-energy distribution.", "to": "T~uv~", "width": 7.0}, {"created_at": 1752884184, "description": "Einstein\u0027s field equations are the core mathematical expressions of general relativity.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766\u5f15\u529b\u573a\u65b9\u7a0b", "keywords": "mathematical foundation,spacetime dynamics", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Einstein\u0027s field equations are the core mathematical expressions of general relativity.", "to": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "width": 9.0}, {"created_at": 1752884184, "description": "The Einstein field equations use the Einstein tensor to mathematically describe spacetime curvature.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766\u5f15\u529b\u573a\u65b9\u7a0b", "keywords": "field equations,spacetime geometry", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The Einstein field equations use the Einstein tensor to mathematically describe spacetime curvature.", "to": "G~uv~", "width": 10.0}, {"created_at": 1752884184, "description": "The stress-energy tensor in Einstein\u0027s equations represents how matter and energy curve spacetime.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u56e0\u65af\u5766\u5f15\u529b\u573a\u65b9\u7a0b", "keywords": "energy-matter distribution,gravitational source", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The stress-energy tensor in Einstein\u0027s equations represents how matter and energy curve spacetime.", "to": "T~uv~", "width": 10.0}, {"created_at": 1752884184, "description": "Mach\u0027s principle influenced Einstein\u0027s development of general relativity, particularly the idea that matter determines spacetime structure.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "keywords": "philosophical influence,theoretical physics", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Mach\u0027s principle influenced Einstein\u0027s development of general relativity, particularly the idea that matter determines spacetime structure.", "to": "\u9a6c\u8d6b\u539f\u7406", "width": 7.0}, {"created_at": 1752884193, "description": "\u5f15\u529b\u6ce2\u7684\u89c2\u6d4b\u9a8c\u8bc1\u4e86\u5e7f\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u8a00\uff0c\u8bc1\u5b9e\u4e86\u65f6\u7a7a\u5f2f\u66f2\u7684\u5b58\u5728\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e7f\u4e49\u76f8\u5bf9\u8bba", "keywords": "\u5b9e\u9a8c\u9a8c\u8bc1,\u7406\u8bba\u8bc1\u5b9e", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u5f15\u529b\u6ce2\u7684\u89c2\u6d4b\u9a8c\u8bc1\u4e86\u5e7f\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u8a00\uff0c\u8bc1\u5b9e\u4e86\u65f6\u7a7a\u5f2f\u66f2\u7684\u5b58\u5728\u3002", "to": "\u5f15\u529b\u6ce2", "width": 9.0}, {"created_at": 1752884184, "description": "Hypothetical near-light-speed spacecraft would experience significant time dilation relative to stationary observers.", "file_path": "ChuZhongShuXue.docx", "from": "\u98de\u884c\u5668", "keywords": "relativistic travel,time dilation", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Hypothetical near-light-speed spacecraft would experience significant time dilation relative to stationary observers.", "to": "\u65f6\u95f4\u53d8\u6162", "width": 9.0}, {"created_at": 1752884184, "description": "The Einstein tensor is directly proportional to the stress-energy tensor through the field equations.", "file_path": "ChuZhongShuXue.docx", "from": "G~uv~", "keywords": "gravitational physics,tensor proportionality", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "The Einstein tensor is directly proportional to the stress-energy tensor through the field equations.", "to": "T~uv~", "width": 9.0}, {"created_at": 1752884185, "description": "Dynamical systems form the theoretical basis for analyzing and predicting time series data patterns.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a8\u529b\u7cfb\u7edf", "keywords": "predictive modeling,temporal analysis", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Dynamical systems form the theoretical basis for analyzing and predicting time series data patterns.", "to": "\u65f6\u95f4\u5e8f\u5217", "width": 8.0}, {"created_at": 1752884185, "description": "Equilibrium points represent stable solutions where dynamical systems cease changing over time.", "file_path": "ChuZhongShuXue.docx", "from": "\u52a8\u529b\u7cfb\u7edf", "keywords": "steady states,system stability", "source_id": "chunk-e06228ab26a63b5a34a1221521c73ce8", "title": "Equilibrium points represent stable solutions where dynamical systems cease changing over time.", "to": "\u5e73\u8861\u70b9", "width": 9.0}, {"created_at": 1752884185, "description": "\u7a33\u5b9a\u72b6\u6001\u662f\u52a8\u529b\u7cfb\u7edf\u7684\u6838\u5fc3\u5206\u6790\u76ee\u6807\uff0c\u901a\u8fc7\u5e73\u8861\u70b9\u8ba1\u7b97\u5b9e\u73b0\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52a8\u529b\u7cfb\u7edf", "keywords": "\u6c42\u89e3\u65b9\u6cd5,\u7cfb\u7edf\u5206\u6790", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u7a33\u5b9a\u72b6\u6001\u662f\u52a8\u529b\u7cfb\u7edf\u7684\u6838\u5fc3\u5206\u6790\u76ee\u6807\uff0c\u901a\u8fc7\u5e73\u8861\u70b9\u8ba1\u7b97\u5b9e\u73b0\u3002", "to": "\u7a33\u5b9a\u72b6\u6001", "width": 9.0}, {"created_at": 1752884185, "description": "\u6295\u8d44\u6848\u4f8b\u5b9e\u9645\u5e94\u7528\u4e86\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\uff0c\u9a8c\u8bc1\u5e73\u8861\u70b9\u5728\u8d22\u52a1\u51b3\u7b56\u4e2d\u7684\u4ef7\u503c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u52a8\u529b\u7cfb\u7edf", "keywords": "\u5b9e\u8df5\u9a8c\u8bc1,\u8d22\u52a1\u5efa\u6a21", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u6295\u8d44\u6848\u4f8b\u5b9e\u9645\u5e94\u7528\u4e86\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\uff0c\u9a8c\u8bc1\u5e73\u8861\u70b9\u5728\u8d22\u52a1\u51b3\u7b56\u4e2d\u7684\u4ef7\u503c\u3002", "to": "\u6295\u8d44\u6848\u4f8b", "width": 8.0}, {"created_at": 1752884185, "description": "\u5e73\u8861\u70b9\u662f\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u7528\u4e8e\u786e\u5b9a\u7cfb\u7edf\u7684\u7a33\u5b9a\u72b6\u6001\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e73\u8861\u70b9", "keywords": "\u6570\u5b66\u5efa\u6a21,\u7cfb\u7edf\u7a33\u5b9a\u6027", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u5e73\u8861\u70b9\u662f\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u7528\u4e8e\u786e\u5b9a\u7cfb\u7edf\u7684\u7a33\u5b9a\u72b6\u6001\u3002", "to": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf", "width": 9.0}, {"created_at": 1752884185, "description": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a\u4f7f\u7528\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u6765\u8ba1\u7b97\u521d\u59cb\u6295\u8d44\u989d\uff0c\u4ee5\u5b9e\u73b0\u7a33\u5b9a\u7ecf\u8425\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7b80\u5355\u52a8\u529b\u7cfb\u7edf", "keywords": "\u6295\u8d44\u51b3\u7b56,\u6570\u5b66\u6a21\u578b", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a\u4f7f\u7528\u7b80\u5355\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u6765\u8ba1\u7b97\u521d\u59cb\u6295\u8d44\u989d\uff0c\u4ee5\u5b9e\u73b0\u7a33\u5b9a\u7ecf\u8425\u3002", "to": "\u6295\u8d44\u989d\u5ea6\u786e\u5b9a", "width": 8.0}, {"created_at": 1752884185, "description": "\u968f\u673a\u6e38\u8d70\u6a21\u578b\u662f\u81ea\u56de\u5f52\u6a21\u578b\u7684\u6700\u7b80\u5355\u5f62\u5f0f\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u6570\u636e\u7684\u65e0\u76ee\u7684\u884c\u4e3a\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u56de\u5f52\u6a21\u578b", "keywords": "\u65f6\u95f4\u5e8f\u5217,\u968f\u673a\u6027", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u968f\u673a\u6e38\u8d70\u6a21\u578b\u662f\u81ea\u56de\u5f52\u6a21\u578b\u7684\u6700\u7b80\u5355\u5f62\u5f0f\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u6570\u636e\u7684\u65e0\u76ee\u7684\u884c\u4e3a\u3002", "to": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "width": 9.0}, {"created_at": 1752884185, "description": "\u968f\u673a\u8bef\u5dee\u662f\u81ea\u56de\u5f52\u6a21\u578b\u7684\u7ec4\u6210\u90e8\u5206\uff0c\u53cd\u6620\u6570\u636e\u4e2d\u7684\u4e0d\u53ef\u9884\u6d4b\u6ce2\u52a8\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u56de\u5f52\u6a21\u578b", "keywords": "\u4e0d\u786e\u5b9a\u6027,\u566a\u58f0\u5efa\u6a21", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u968f\u673a\u8bef\u5dee\u662f\u81ea\u56de\u5f52\u6a21\u578b\u7684\u7ec4\u6210\u90e8\u5206\uff0c\u53cd\u6620\u6570\u636e\u4e2d\u7684\u4e0d\u53ef\u9884\u6d4b\u6ce2\u52a8\u3002", "to": "\u968f\u673a\u8bef\u5dee", "width": 8.0}, {"created_at": 1752884185, "description": "\u80a1\u7968\u6536\u76d8\u4ef7\u4f5c\u4e3a\u65f6\u95f4\u5e8f\u5217\u6570\u636e\uff0c\u9002\u5408\u7528\u81ea\u56de\u5f52\u6a21\u578b\u5206\u6790\u5176\u53d8\u5316\u89c4\u5f8b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u56de\u5f52\u6a21\u578b", "keywords": "\u5e8f\u5217\u9884\u6d4b,\u91d1\u878d\u5206\u6790", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u80a1\u7968\u6536\u76d8\u4ef7\u4f5c\u4e3a\u65f6\u95f4\u5e8f\u5217\u6570\u636e\uff0c\u9002\u5408\u7528\u81ea\u56de\u5f52\u6a21\u578b\u5206\u6790\u5176\u53d8\u5316\u89c4\u5f8b\u3002", "to": "\u80a1\u7968\u6536\u76d8\u4ef7", "width": 7.0}, {"created_at": 1752884185, "description": "\u6ce2\u5229\u4e9aproved foundational theorems about the return probabilities of random walk models in different dimensions.\u003cSEP\u003e\u6ce2\u5229\u4e9a\u8bc1\u660e\u4e86\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5728\u4e00\u7ef4\u548c\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u884c\u8d70\u89c4\u5f8b\uff0c\u6df1\u5316\u4e86\u5bf9\u8be5\u6a21\u578b\u7684\u7406\u89e3\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "keywords": "dimensionality,mathematical proof,\u6570\u5b66\u8bc1\u660e,\u884c\u8d70\u89c4\u5f8b", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82\u003cSEP\u003echunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u6ce2\u5229\u4e9aproved foundational theorems about the return probabilities of random walk models in different dimensions.\u003cSEP\u003e\u6ce2\u5229\u4e9a\u8bc1\u660e\u4e86\u968f\u673a\u6e38\u8d70\u6a21\u578b\u5728\u4e00\u7ef4\u548c\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u884c\u8d70\u89c4\u5f8b\uff0c\u6df1\u5316\u4e86\u5bf9\u8be5\u6a21\u578b\u7684\u7406\u89e3\u3002", "to": "\u6ce2\u5229\u4e9a", "width": 17.0}, {"created_at": 1752884185, "description": "The random walk model can be extended to the continuous form known as Brownian motion, emphasizing independent increments.", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "keywords": "mathematical continuity,model extension", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "The random walk model can be extended to the continuous form known as Brownian motion, emphasizing independent increments.", "to": "\u5e03\u6717\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752884185, "description": "\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u8bef\u5dee\u5e8f\u5217\u53ef\u5047\u8bbe\u670d\u4ece\u6b63\u6001\u5206\u5e03", "file_path": "ChuZhongShuXue.docx", "from": "\u968f\u673a\u6e38\u8d70\u6a21\u578b", "keywords": "\u6a21\u578b\u6784\u5efa,\u7edf\u8ba1\u5047\u8bbe", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u968f\u673a\u6e38\u8d70\u6a21\u578b\u7684\u8bef\u5dee\u5e8f\u5217\u53ef\u5047\u8bbe\u670d\u4ece\u6b63\u6001\u5206\u5e03", "to": "\u6b63\u6001\u5206\u5e03", "width": 8.0}, {"created_at": 1752884185, "description": "\u5e74\u56de\u62a5\u7387\u662f\u6295\u8d44\u6848\u4f8b\u7684\u5173\u952e\u8f93\u5165\u53c2\u6570\uff0c\u51b3\u5b9a\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u7684\u7cfb\u6570\u03c1\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6295\u8d44\u6848\u4f8b", "keywords": "\u53c2\u6570\u8bbe\u5b9a,\u6536\u76ca\u5173\u8054", "source_id": "chunk-1d8e1e990d520380d745a0bdddce4e82", "title": "\u5e74\u56de\u62a5\u7387\u662f\u6295\u8d44\u6848\u4f8b\u7684\u5173\u952e\u8f93\u5165\u53c2\u6570\uff0c\u51b3\u5b9a\u52a8\u529b\u7cfb\u7edf\u6a21\u578b\u7684\u7cfb\u6570\u03c1\u3002", "to": "\u5e74\u56de\u62a5\u7387", "width": 7.0}, {"created_at": 1752884185, "description": "\u5e03\u6717proposed the concept of Brownian motion, which later became a foundational model in mathematics and physics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e03\u6717", "keywords": "model foundation,scientific discovery", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u5e03\u6717proposed the concept of Brownian motion, which later became a foundational model in mathematics and physics.", "to": "\u5e03\u6717\u8fd0\u52a8", "width": 10.0}, {"created_at": 1752884185, "description": "\u7ef4\u7eb3\u0027s work in cybernetics is connected to the Wiener process, another name for Brownian motion.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "interdisciplinary connection,model naming", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u7ef4\u7eb3\u0027s work in cybernetics is connected to the Wiener process, another name for Brownian motion.", "to": "\u5e03\u6717\u8fd0\u52a8", "width": 8.0}, {"created_at": 1752884185, "description": "\u7ef4\u7eb3\u8fc7\u7a0b\u4ee5\u7ef4\u7eb3\u7684\u540d\u5b57\u547d\u540d\uff0c\u4e0e\u5e03\u6717\u8fd0\u52a8\u76f8\u5173", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "\u5b66\u79d1\u8d21\u732e,\u7406\u8bba\u547d\u540d", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u7ef4\u7eb3\u8fc7\u7a0b\u4ee5\u7ef4\u7eb3\u7684\u540d\u5b57\u547d\u540d\uff0c\u4e0e\u5e03\u6717\u8fd0\u52a8\u76f8\u5173", "to": "\u7ef4\u7eb3\u8fc7\u7a0b", "width": 9.0}, {"created_at": 1752884188, "description": "Wiener contributed to understanding the statistical properties of information, complementing Shannon\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "interdisciplinary,statistical analysis", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Wiener contributed to understanding the statistical properties of information, complementing Shannon\u0027s work.", "to": "\u4fe1\u606f\u8bba", "width": 7.0}, {"created_at": 1752884189, "description": "\u7ef4\u7eb3\u5c06\u7edf\u8ba1\u529b\u5b66\u7684\u71b5\u6982\u5ff5\u5f15\u5165\u4fe1\u606f\u8bba\uff0c\u6539\u8fdb\u4e86\u4fe1\u606f\u91cf\u7684\u8868\u8fbe\u65b9\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "\u7406\u8bba\u521b\u65b0,\u8de8\u5b66\u79d1\u5e94\u7528", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u7ef4\u7eb3\u5c06\u7edf\u8ba1\u529b\u5b66\u7684\u71b5\u6982\u5ff5\u5f15\u5165\u4fe1\u606f\u8bba\uff0c\u6539\u8fdb\u4e86\u4fe1\u606f\u91cf\u7684\u8868\u8fbe\u65b9\u5f0f\u3002", "to": "\u4fe1\u606f\u71b5", "width": 8.0}, {"created_at": 1752884190, "description": "Norbert Wiener established cybernetics, influencing contemporary AI and automation systems.\u003cSEP\u003e\u7ef4\u7eb3is the author of \u0027Cybernetics\u0027, a seminal work on control and communication in systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "authorship,scientific discipline,scientific theory,systems theory", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Norbert Wiener established cybernetics, influencing contemporary AI and automation systems.\u003cSEP\u003e\u7ef4\u7eb3is the author of \u0027Cybernetics\u0027, a seminal work on control and communication in systems.", "to": "\u63a7\u5236\u8bba", "width": 17.0}, {"created_at": 1752884212, "description": "\u79d1\u5b66\u51fa\u7248\u793epublished the Chinese version of Wiener\u0027s \u0027Cybernetics\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "publishing,translation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u79d1\u5b66\u51fa\u7248\u793epublished the Chinese version of Wiener\u0027s \u0027Cybernetics\u0027.", "to": "\u79d1\u5b66\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884212, "description": "Wiener is the author of the foundational work \u0027Cybernetics\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7eb3", "keywords": "authorship,scientific theory", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Wiener is the author of the foundational work \u0027Cybernetics\u0027.", "to": "Cybernetics", "width": 10.0}, {"created_at": 1752884186, "description": "\u6566\u714c\u58c1\u753b\u5c55\u73b0\u4e86\u4eba\u7c7b\u5bf9\u5bf9\u79f0\u7f8e\u7684\u666e\u904d\u8ba4\u540c", "file_path": "ChuZhongShuXue.docx", "from": "\u5bf9\u79f0\u7f8e", "keywords": "\u7f8e\u5b66\u5171\u8bc6,\u827a\u672f\u4f53\u73b0", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u6566\u714c\u58c1\u753b\u5c55\u73b0\u4e86\u4eba\u7c7b\u5bf9\u5bf9\u79f0\u7f8e\u7684\u666e\u904d\u8ba4\u540c", "to": "\u6566\u714c\u58c1\u753b", "width": 7.0}, {"created_at": 1752884186, "description": "\u674e\u767d\u7684\u8bd7\u6b4c\u4f53\u73b0\u4e86\u8bed\u8a00\u827a\u672f\u7684\u5bf9\u79f0\u7f8e", "file_path": "ChuZhongShuXue.docx", "from": "\u5bf9\u79f0\u7f8e", "keywords": "\u6587\u5b66\u827a\u672f,\u7f8e\u5b66\u8868\u8fbe", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u674e\u767d\u7684\u8bd7\u6b4c\u4f53\u73b0\u4e86\u8bed\u8a00\u827a\u672f\u7684\u5bf9\u79f0\u7f8e", "to": "\u674e\u767d", "width": 6.0}, {"created_at": 1752884186, "description": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784\u662f\u751f\u7269\u4f53\u7684\u57fa\u672c\u5355\u5143\u6027\u72b6\uff0c\u4f53\u73b0\u4e86\u751f\u547d\u4f53\u7684\u5bf9\u79f0\u7f8e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5bf9\u79f0\u7f8e", "keywords": "\u751f\u547d\u79d1\u5b66,\u7ed3\u6784\u7f8e\u5b66", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784\u662f\u751f\u7269\u4f53\u7684\u57fa\u672c\u5355\u5143\u6027\u72b6\uff0c\u4f53\u73b0\u4e86\u751f\u547d\u4f53\u7684\u5bf9\u79f0\u7f8e\u3002", "to": "\u57fa\u56e0\u53cc\u87ba\u65cb\u7ed3\u6784", "width": 8.0}, {"created_at": 1752884186, "description": "\u9ad8\u65af\u767d\u566a\u58f0\u662f\u6307\u670d\u4ece\u6b63\u6001\u5206\u5e03\u7684\u968f\u673a\u8bef\u5dee\u5e8f\u5217", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u6001\u5206\u5e03", "keywords": "\u6a21\u578b\u7279\u6027,\u7edf\u8ba1\u5b9a\u4e49", "source_id": "chunk-850e94df2f8cc7d5981313ba9bccca21", "title": "\u9ad8\u65af\u767d\u566a\u58f0\u662f\u6307\u670d\u4ece\u6b63\u6001\u5206\u5e03\u7684\u968f\u673a\u8bef\u5dee\u5e8f\u5217", "to": "\u9ad8\u65af\u767d\u566a\u58f0", "width": 9.0}, {"created_at": 1752884186, "description": "\u5927\u4e3d\u82b1\u548c\u8774\u8776\u90fd\u4f53\u73b0\u4e86\u81ea\u7136\u754c\u4e2d\u7684\u5bf9\u79f0\u7f8e\uff0c\u5c55\u793a\u4e86\u751f\u7269\u4f53\u7684\u5bf9\u79f0\u7ed3\u6784\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u4e3d\u82b1", "keywords": "\u5bf9\u79f0\u7f8e,\u81ea\u7136\u754c", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5927\u4e3d\u82b1\u548c\u8774\u8776\u90fd\u4f53\u73b0\u4e86\u81ea\u7136\u754c\u4e2d\u7684\u5bf9\u79f0\u7f8e\uff0c\u5c55\u793a\u4e86\u751f\u7269\u4f53\u7684\u5bf9\u79f0\u7ed3\u6784\u3002", "to": "\u8774\u8776", "width": 8.0}, {"created_at": 1752884187, "description": "\u5927\u4e3d\u82b1flowers demonstrate rotational symmetry, mathematically described as center symmetry.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u4e3d\u82b1", "keywords": "floral patterns,geometric symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u5927\u4e3d\u82b1flowers demonstrate rotational symmetry, mathematically described as center symmetry.", "to": "\u4e2d\u5fc3\u5bf9\u79f0", "width": 8.0}, {"created_at": 1752884186, "description": "\u6c2f\u5316\u94a0\u662f\u6676\u4f53\u7684\u4e00\u79cd\uff0c\u5176\u7ed3\u6784\u5177\u6709\u5bf9\u79f0\u6027\uff0c\u5c55\u793a\u4e86\u81ea\u7136\u754c\u4e2d\u56fa\u6001\u7269\u8d28\u7684\u5bf9\u79f0\u7f8e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6676\u4f53", "keywords": "\u5bf9\u79f0\u7ed3\u6784,\u7269\u8d28\u79d1\u5b66", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6c2f\u5316\u94a0\u662f\u6676\u4f53\u7684\u4e00\u79cd\uff0c\u5176\u7ed3\u6784\u5177\u6709\u5bf9\u79f0\u6027\uff0c\u5c55\u793a\u4e86\u81ea\u7136\u754c\u4e2d\u56fa\u6001\u7269\u8d28\u7684\u5bf9\u79f0\u7f8e\u3002", "to": "\u6c2f\u5316\u94a0", "width": 7.0}, {"created_at": 1752884186, "description": "\u6676\u4f53\u7684\u5bf9\u79f0\u7ed3\u6784\u662f\u5728\u4e09\u7ef4\u7a7a\u95f4\u4e2d\u6392\u5217\u5f62\u6210\u7684\uff0c\u5177\u6709\u5468\u671f\u6027\u91cd\u590d\u7684\u7279\u5f81\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6676\u4f53", "keywords": "\u7269\u8d28\u7ed3\u6784,\u7a7a\u95f4\u6392\u5217", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6676\u4f53\u7684\u5bf9\u79f0\u7ed3\u6784\u662f\u5728\u4e09\u7ef4\u7a7a\u95f4\u4e2d\u6392\u5217\u5f62\u6210\u7684\uff0c\u5177\u6709\u5468\u671f\u6027\u91cd\u590d\u7684\u7279\u5f81\u3002", "to": "\u4e09\u7ef4\u7a7a\u95f4", "width": 7.0}, {"created_at": 1752884186, "description": "Both\u6c2f\u5316\u94a0and\u94bb\u77f3belong to high-symmetry crystal systems (isometric/cubic), showcasing nature\u0027s foundational symmetry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c2f\u5316\u94a0", "keywords": "crystal symmetry,structural similarity", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Both\u6c2f\u5316\u94a0and\u94bb\u77f3belong to high-symmetry crystal systems (isometric/cubic), showcasing nature\u0027s foundational symmetry.", "to": "\u94bb\u77f3", "width": 8.0}, {"created_at": 1752884186, "description": "\u5e0c\u814a\u827a\u672f\u548c\u53f2\u8bd7\u90fd\u88ab\u9a6c\u514b\u601d\u8ba4\u4e3a\u662f\u6c38\u6052\u7f8e\u7684\u4f8b\u5b50\uff0c\u8de8\u8d8a\u65f6\u4ee3\u5e76\u63d0\u4f9b\u827a\u672f\u4eab\u53d7\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u814a\u827a\u672f", "keywords": "\u6c38\u6052\u7f8e,\u827a\u672f\u89c4\u8303", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u5e0c\u814a\u827a\u672f\u548c\u53f2\u8bd7\u90fd\u88ab\u9a6c\u514b\u601d\u8ba4\u4e3a\u662f\u6c38\u6052\u7f8e\u7684\u4f8b\u5b50\uff0c\u8de8\u8d8a\u65f6\u4ee3\u5e76\u63d0\u4f9b\u827a\u672f\u4eab\u53d7\u3002", "to": "\u53f2\u8bd7", "width": 9.0}, {"created_at": 1752884186, "description": "\u9a6c\u514b\u601d\u5728\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u4e2d\u4ee5\u5e0c\u814a\u827a\u672f\u4e3a\u4f8b\u8ba8\u8bba\u6c38\u6052\u7f8e\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5e0c\u814a\u827a\u672f", "keywords": "\u5386\u53f2\u4ef7\u503c,\u827a\u672f\u7406\u8bba", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u9a6c\u514b\u601d\u5728\u300a\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00\u300b\u4e2d\u4ee5\u5e0c\u814a\u827a\u672f\u4e3a\u4f8b\u8ba8\u8bba\u6c38\u6052\u7f8e\u3002", "to": "\u653f\u6cbb\u7ecf\u6d4e\u5b66\u00b7\u5bfc\u8a00", "width": 9.0}, {"created_at": 1752884186, "description": "\u6676\u7cfb\u548c\u6676\u65cf\u90fd\u662f\u6676\u4f53\u5bf9\u79f0\u6027\u7684\u5206\u7c7b\u65b9\u5f0f\uff0c\u6676\u65cf\u6309\u5bf9\u79f0\u7a0b\u5ea6\u9ad8\u4f4e\u5206\u4e3a\u4e09\u7c7b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6676\u7cfb", "keywords": "\u5206\u7c7b\u4f53\u7cfb,\u7269\u8d28\u79d1\u5b66", "source_id": "chunk-a8ad455281ea0ca75b65041646bb2c49", "title": "\u6676\u7cfb\u548c\u6676\u65cf\u90fd\u662f\u6676\u4f53\u5bf9\u79f0\u6027\u7684\u5206\u7c7b\u65b9\u5f0f\uff0c\u6676\u65cf\u6309\u5bf9\u79f0\u7a0b\u5ea6\u9ad8\u4f4e\u5206\u4e3a\u4e09\u7c7b\u3002", "to": "\u6676\u65cf", "width": 6.0}, {"created_at": 1752884186, "description": "\u94bb\u77f3belongs to the\u7b49\u8f74\u6676\u7cfb, exhibiting the highest symmetry among crystal systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u94bb\u77f3", "keywords": "crystal classification,high symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u94bb\u77f3belongs to the\u7b49\u8f74\u6676\u7cfb, exhibiting the highest symmetry among crystal systems.", "to": "\u7b49\u8f74\u6676\u7cfb", "width": 9.0}, {"created_at": 1752884186, "description": "Both\u51b0and\u77f3\u58a8belong to the hexagonal crystal system, representing moderate symmetry in nature.", "file_path": "ChuZhongShuXue.docx", "from": "\u51b0", "keywords": "crystal classification,symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Both\u51b0and\u77f3\u58a8belong to the hexagonal crystal system, representing moderate symmetry in nature.", "to": "\u77f3\u58a8", "width": 7.0}, {"created_at": 1752884186, "description": "\u51b0crystallizes in the\u516d\u65b9\u6676\u7cfb, representing moderate symmetry in nature.", "file_path": "ChuZhongShuXue.docx", "from": "\u51b0", "keywords": "crystal structure,moderate symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u51b0crystallizes in the\u516d\u65b9\u6676\u7cfb, representing moderate symmetry in nature.", "to": "\u516d\u65b9\u6676\u7cfb", "width": 8.0}, {"created_at": 1752884186, "description": "\u9521belongs to the\u56db\u65b9\u6676\u7cfb, demonstrating moderate symmetry in its atomic arrangement.", "file_path": "ChuZhongShuXue.docx", "from": "\u9521", "keywords": "metal crystallization,structural symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u9521belongs to the\u56db\u65b9\u6676\u7cfb, demonstrating moderate symmetry in its atomic arrangement.", "to": "\u56db\u65b9\u6676\u7cfb", "width": 7.0}, {"created_at": 1752884186, "description": "\u7898(orthorhombic) and\u8517\u7cd6(monoclinic) are examples of low-symmetry crystal systems, illustrating diversity in natural structures.", "file_path": "ChuZhongShuXue.docx", "from": "\u7898", "keywords": "low symmetry,structural diversity", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u7898(orthorhombic) and\u8517\u7cd6(monoclinic) are examples of low-symmetry crystal systems, illustrating diversity in natural structures.", "to": "\u8517\u7cd6", "width": 6.0}, {"created_at": 1752884187, "description": "\u7898crystallizes in the\u659c\u65b9\u6676\u7cfb, showcasing low symmetry in its molecular structure.", "file_path": "ChuZhongShuXue.docx", "from": "\u7898", "keywords": "halogen structure,low symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "\u7898crystallizes in the\u659c\u65b9\u6676\u7cfb, showcasing low symmetry in its molecular structure.", "to": "\u659c\u65b9\u6676\u7cfb", "width": 6.0}, {"created_at": 1752884186, "description": "Watson and Crick collaborated to discover the double-helix structure of DNA, marking a milestone in molecular biology.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c83\u68ee", "keywords": "discovery,scientific collaboration", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Watson and Crick collaborated to discover the double-helix structure of DNA, marking a milestone in molecular biology.", "to": "\u514b\u91cc\u514b", "width": 10.0}, {"created_at": 1752884186, "description": "DNA\u0027s double-helix structure is inherently symmetric, enabling replication and contributing to biological symmetry.", "file_path": "ChuZhongShuXue.docx", "from": "DNA", "keywords": "genetic replication,structural symmetry", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "DNA\u0027s double-helix structure is inherently symmetric, enabling replication and contributing to biological symmetry.", "to": "\u53cc\u87ba\u65cb\u7ed3\u6784", "width": 9.0}, {"created_at": 1752884187, "description": "Rotational transformations mathematically describe center symmetry patterns in nature.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u5fc3\u5bf9\u79f0", "keywords": "geometric operations,symmetry preservation", "source_id": "chunk-aaf3afb2a1c47ef14c97a1d6f0d20e9e", "title": "Rotational transformations mathematically describe center symmetry patterns in nature.", "to": "\u65cb\u8f6c\u53d8\u6362", "width": 8.0}, {"created_at": 1752884187, "description": "Group theory provides a mathematical framework to quantify and analyze symmetries in geometric shapes and other structures.", "file_path": "ChuZhongShuXue.docx", "from": "Symmetry", "keywords": "mathematical abstraction,symmetry analysis", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Group theory provides a mathematical framework to quantify and analyze symmetries in geometric shapes and other structures.", "to": "Group Theory", "width": 9.0}, {"created_at": 1752884187, "description": "Both mathematicians independently developed foundational concepts in group theory to solve polynomial equations.", "file_path": "ChuZhongShuXue.docx", "from": "Galois", "keywords": "algebraic solutions,mathematical collaboration", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Both mathematicians independently developed foundational concepts in group theory to solve polynomial equations.", "to": "Abel", "width": 8.0}, {"created_at": 1752884187, "description": "Galois developed permutation groups to solve polynomial equation symmetry problems.", "file_path": "ChuZhongShuXue.docx", "from": "Galois", "keywords": "algebraic solutions,symmetry groups", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Galois developed permutation groups to solve polynomial equation symmetry problems.", "to": "\u7f6e\u6362\u7fa4", "width": 9.0}, {"created_at": 1752884187, "description": "Big Data evolved from the concept of Massive Data, reflecting the exponential growth and complexity of digital information.", "file_path": "ChuZhongShuXue.docx", "from": "Big Data", "keywords": "data evolution,technological advancement", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Big Data evolved from the concept of Massive Data, reflecting the exponential growth and complexity of digital information.", "to": "Massive Data", "width": 7.0}, {"created_at": 1752884187, "description": "The Human Genome Project exemplifies the challenges and advancements in handling large-scale biological data, a precursor to Big Data.", "file_path": "ChuZhongShuXue.docx", "from": "Big Data", "keywords": "biological research,data processing", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "The Human Genome Project exemplifies the challenges and advancements in handling large-scale biological data, a precursor to Big Data.", "to": "Human Genome Project", "width": 7.0}, {"created_at": 1752884187, "description": "Galton\u0027s work on familial height relationships pioneered the statistical analysis of large-dimensional datasets.", "file_path": "ChuZhongShuXue.docx", "from": "Massive Data", "keywords": "data analysis,statistical foundations", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Galton\u0027s work on familial height relationships pioneered the statistical analysis of large-dimensional datasets.", "to": "Galton", "width": 6.0}, {"created_at": 1752884187, "description": "The SDSS project is conducted at the Apache Point Observatory, leveraging its telescope for data collection.", "file_path": "ChuZhongShuXue.docx", "from": "Sloan Digital Sky Survey (SDSS)", "keywords": "astronomical research,data gathering", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "The SDSS project is conducted at the Apache Point Observatory, leveraging its telescope for data collection.", "to": "Apache Point Observatory", "width": 8.0}, {"created_at": 1752884187, "description": "SDSS pioneered the modern digital sky survey movement in astronomy.", "file_path": "ChuZhongShuXue.docx", "from": "Sloan Digital Sky Survey (SDSS)", "keywords": "astronomical surveys,data collection", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "SDSS pioneered the modern digital sky survey movement in astronomy.", "to": "\u6570\u5b57\u5de1\u5929", "width": 8.0}, {"created_at": 1752884187, "description": "Genome sequencing projects generated massive biological data sets.", "file_path": "ChuZhongShuXue.docx", "from": "Human Genome Project", "keywords": "data explosion,genomics", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Genome sequencing projects generated massive biological data sets.", "to": "\u6d77\u91cf\u6570\u636e", "width": 8.0}, {"created_at": 1752884187, "description": "Galton\u0027s height studies pioneered analysis of high-dimensional statistical data.", "file_path": "ChuZhongShuXue.docx", "from": "Galton", "keywords": "multivariate analysis,statistics history", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Galton\u0027s height studies pioneered analysis of high-dimensional statistical data.", "to": "\u5927\u7ef4\u6570\u636e", "width": 7.0}, {"created_at": 1752884187, "description": "Regular octagon demonstrates higher symmetry than squares in geometric transformations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u516b\u8fb9\u5f62", "keywords": "geometric symmetry,transformation", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Regular octagon demonstrates higher symmetry than squares in geometric transformations.", "to": "\u5bf9\u79f0", "width": 8.0}, {"created_at": 1752884187, "description": "Square has more symmetric transformations than equilateral triangle in plane geometry.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u65b9\u5f62", "keywords": "polygon comparison,symmetry degree", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Square has more symmetric transformations than equilateral triangle in plane geometry.", "to": "\u6b63\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752884187, "description": "Circle represents perfect continuous symmetry with infinite transformation invariance.", "file_path": "ChuZhongShuXue.docx", "from": "\u5706", "keywords": "perfect symmetry,rotational invariance", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Circle represents perfect continuous symmetry with infinite transformation invariance.", "to": "\u5bf9\u79f0", "width": 10.0}, {"created_at": 1752884187, "description": "Sodium chloride\u0027s crystal symmetry requires group theory for complete analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c2f\u5316\u94a0\u6676\u4f53", "keywords": "crystallography,mathematical tools", "source_id": "chunk-b90ad7d27f890f150949c43063702ff8", "title": "Sodium chloride\u0027s crystal symmetry requires group theory for complete analysis.", "to": "\u7fa4\u8bba", "width": 9.0}, {"created_at": 1752884134, "description": "\u4f3d\u7f57\u534e\u5728\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u65f6\u63d0\u51fa\u4e86\u7f6e\u6362\u7fa4\u7684\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f6e\u6362\u7fa4", "keywords": "\u6570\u5b66\u521b\u65b0,\u7fa4\u8bba\u8d77\u6e90", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u4f3d\u7f57\u534e\u5728\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u65f6\u63d0\u51fa\u4e86\u7f6e\u6362\u7fa4\u7684\u6982\u5ff5\u3002", "to": "\u4f3d\u7f57\u534e", "width": 9.0}, {"created_at": 1752884134, "description": "\u963f\u8d1d\u5c14\u4e0e\u4f3d\u7f57\u534e\u5171\u540c\u63a8\u52a8\u4e86\u7f6e\u6362\u7fa4\u7406\u8bba\u7684\u53d1\u5c55\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f6e\u6362\u7fa4", "keywords": "\u6570\u5b66\u5408\u4f5c,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u963f\u8d1d\u5c14\u4e0e\u4f3d\u7f57\u534e\u5171\u540c\u63a8\u52a8\u4e86\u7f6e\u6362\u7fa4\u7406\u8bba\u7684\u53d1\u5c55\u3002", "to": "\u963f\u8d1d\u5c14", "width": 8.0}, {"created_at": 1752884134, "description": "\u7814\u7a76\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b\u6c42\u6839\u95ee\u9898\u5bfc\u81f4\u4e86\u7f6e\u6362\u7fa4\u6982\u5ff5\u7684\u8bde\u751f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f6e\u6362\u7fa4", "keywords": "\u7406\u8bba\u8bde\u751f,\u95ee\u9898\u9a71\u52a8", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u7814\u7a76\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b\u6c42\u6839\u95ee\u9898\u5bfc\u81f4\u4e86\u7f6e\u6362\u7fa4\u6982\u5ff5\u7684\u8bde\u751f\u3002", "to": "\u4e00\u5143\u4e09\u6b21\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752884188, "description": "\u9ad8\u5c14\u987f\u6536\u96c6\u4e86205\u5bf9\u592b\u59bb\u7684\u8eab\u9ad8\u6570\u636e\u7528\u4e8e\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u5c14\u987f", "keywords": "\u6570\u636e\u6536\u96c6,\u7814\u7a76\u6837\u672c", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u9ad8\u5c14\u987f\u6536\u96c6\u4e86205\u5bf9\u592b\u59bb\u7684\u8eab\u9ad8\u6570\u636e\u7528\u4e8e\u7814\u7a76\u3002", "to": "205\u5bf9\u592b\u59bb", "width": 8.0}, {"created_at": 1752884188, "description": "\u9ad8\u5c14\u987f\u6536\u96c6\u4e86938\u4e2a\u6210\u5e74\u5b50\u5973\u7684\u8eab\u9ad8\u6570\u636e\u7528\u4e8e\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u5c14\u987f", "keywords": "\u6570\u636e\u6536\u96c6,\u7814\u7a76\u6837\u672c", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u9ad8\u5c14\u987f\u6536\u96c6\u4e86938\u4e2a\u6210\u5e74\u5b50\u5973\u7684\u8eab\u9ad8\u6570\u636e\u7528\u4e8e\u7814\u7a76\u3002", "to": "938\u4e2a\u6210\u5e74\u5b50\u5973", "width": 8.0}, {"created_at": 1752884188, "description": "\u7f8e\u56fd\u653f\u5e9c2012\u5e74\u542f\u52a8\u8be5\u9879\u76ee\uff0c\u65e8\u5728\u63d0\u5347\u5927\u6570\u636e\u5206\u6790\u80fd\u529b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7f8e\u56fd\u653f\u5e9c", "keywords": "\u653f\u7b56\u63a8\u52a8,\u7814\u7a76\u8d44\u52a9", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u7f8e\u56fd\u653f\u5e9c2012\u5e74\u542f\u52a8\u8be5\u9879\u76ee\uff0c\u65e8\u5728\u63d0\u5347\u5927\u6570\u636e\u5206\u6790\u80fd\u529b\u3002", "to": "\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212", "width": 9.0}, {"created_at": 1752884188, "description": "\u4e24\u8005\u8054\u5408\u53d1\u5e03\u5b66\u79d1\u53d1\u5c55\u6218\u7565\uff0c\u63a8\u52a8\u5927\u6570\u636e\u76f8\u5173\u7814\u7a76\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a", "keywords": "\u5408\u4f5c\u7814\u7a76,\u653f\u7b56\u5236\u5b9a", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u4e24\u8005\u8054\u5408\u53d1\u5e03\u5b66\u79d1\u53d1\u5c55\u6218\u7565\uff0c\u63a8\u52a8\u5927\u6570\u636e\u76f8\u5173\u7814\u7a76\u3002", "to": "\u4e2d\u56fd\u79d1\u5b66\u9662", "width": 8.0}, {"created_at": 1752884191, "description": "The National Natural Science Foundation of China contributed to the development of the abstract structure concept in mathematical research.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u5bb6\u81ea\u7136\u79d1\u5b66\u57fa\u91d1\u59d4\u5458\u4f1a", "keywords": "conceptual development,research funding", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The National Natural Science Foundation of China contributed to the development of the abstract structure concept in mathematical research.", "to": "\u62bd\u8c61\u7ed3\u6784", "width": 7.0}, {"created_at": 1752884188, "description": "\u56fd\u5bb6\u79d1\u5b66\u57fa\u91d1\u662f\u7f8e\u56fd\u53c2\u4e0e\u8be5\u8ba1\u5212\u7684\u516d\u4e2a\u8054\u90a6\u90e8\u95e8\u4e4b\u4e00\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6570\u636e\u7814\u7a76\u548c\u53d1\u5c55\u8ba1\u5212", "keywords": "\u8ba1\u5212\u5b9e\u65bd,\u90e8\u95e8\u53c2\u4e0e", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u56fd\u5bb6\u79d1\u5b66\u57fa\u91d1\u662f\u7f8e\u56fd\u53c2\u4e0e\u8be5\u8ba1\u5212\u7684\u516d\u4e2a\u8054\u90a6\u90e8\u95e8\u4e4b\u4e00\u3002", "to": "\u56fd\u5bb6\u79d1\u5b66\u57fa\u91d1", "width": 8.0}, {"created_at": 1752884188, "description": "\u57fa\u56e0\u6570\u636e\u7684\u51fa\u73b0\u4f7f\u6570\u636e\u7ef4\u5ea6\u4e0a\u5347\u5230\u4e07\u7ef4\u4ee5\u4e0a\uff0c\u4ea7\u751f\u5927\u7ef4\u6570\u636e\u95ee\u9898\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u57fa\u56e0\u6570\u636e", "keywords": "\u6570\u636e\u6f14\u53d8,\u7ef4\u5ea6\u6269\u5c55", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u57fa\u56e0\u6570\u636e\u7684\u51fa\u73b0\u4f7f\u6570\u636e\u7ef4\u5ea6\u4e0a\u5347\u5230\u4e07\u7ef4\u4ee5\u4e0a\uff0c\u4ea7\u751f\u5927\u7ef4\u6570\u636e\u95ee\u9898\u3002", "to": "\u5927\u7ef4\u6570\u636e", "width": 9.0}, {"created_at": 1752884188, "description": "\u6c34\u6587\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u9700\u6c42\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u7ef4\u6570\u636e", "keywords": "\u6570\u636e\u6574\u5408,\u7814\u7a76\u9700\u6c42", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6c34\u6587\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u9700\u6c42\u3002", "to": "\u6c34\u6587\u6570\u636e", "width": 7.0}, {"created_at": 1752884188, "description": "\u6c14\u8c61\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u9700\u6c42\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u7ef4\u6570\u636e", "keywords": "\u6570\u636e\u6574\u5408,\u7814\u7a76\u9700\u6c42", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u6c14\u8c61\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u9700\u6c42\u3002", "to": "\u6c14\u8c61\u6570\u636e", "width": 7.0}, {"created_at": 1752884188, "description": "\u5730\u8d28\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u9700\u6c42\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u7ef4\u6570\u636e", "keywords": "\u6570\u636e\u6574\u5408,\u7814\u7a76\u9700\u6c42", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u5730\u8d28\u6570\u636e\u662f\u9700\u8981\u7edf\u7b79\u8003\u8651\u7684\u4fe1\u606f\u4e4b\u4e00\uff0c\u63a8\u52a8\u4e86\u9ad8\u7ef4\u6570\u636e\u5206\u6790\u9700\u6c42\u3002", "to": "\u5730\u8d28\u6570\u636e", "width": 7.0}, {"created_at": 1752884188, "description": "\u5927\u7ef4\u6570\u636e\u5bf9\u4fe1\u606f\u79d1\u5b66\u63d0\u51fa\u4e86\u65b0\u7684\u6311\u6218\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u7ef4\u6570\u636e", "keywords": "\u5b66\u79d1\u6311\u6218,\u7814\u7a76\u9700\u6c42", "source_id": "chunk-608b0316446964948025df9ddd40b81a", "title": "\u5927\u7ef4\u6570\u636e\u5bf9\u4fe1\u606f\u79d1\u5b66\u63d0\u51fa\u4e86\u65b0\u7684\u6311\u6218\u3002", "to": "\u4fe1\u606f\u79d1\u5b66", "width": 7.0}, {"created_at": 1752884188, "description": "Distributed computing is essential for processing dynamic and large-scale network data efficiently.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f51\u7edc\u6570\u636e", "keywords": "computational efficiency,real-time processing", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Distributed computing is essential for processing dynamic and large-scale network data efficiently.", "to": "\u5206\u6b65\u5f0f\u8ba1\u7b97", "width": 7.0}, {"created_at": 1752884188, "description": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cfare used to transform unstructured text into analyzable formats.", "file_path": "ChuZhongShuXue.docx", "from": "\u975e\u7ed3\u6784\u5316\u6587\u672c", "keywords": "data representation,transformation", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cfare used to transform unstructured text into analyzable formats.", "to": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cf", "width": 8.0}, {"created_at": 1752884189, "description": "\u5206\u6b65\u5f0f\u8ba1\u7b97relies on distributed storage to manage large-scale data processing efficiently.", "file_path": "ChuZhongShuXue.docx", "from": "\u5206\u6b65\u5f0f\u8ba1\u7b97", "keywords": "computational efficiency,scalability", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u5206\u6b65\u5f0f\u8ba1\u7b97relies on distributed storage to manage large-scale data processing efficiently.", "to": "\u5206\u4ed3\u50a8\u5b58", "width": 8.0}, {"created_at": 1752884189, "description": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55depends on robust information security frameworks to protect sensitive data.", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u5b89\u5168", "keywords": "risk management,technological growth", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55depends on robust information security frameworks to protect sensitive data.", "to": "\u9ad8\u79d1\u6280\u7ecf\u6d4e\u53d1\u5c55", "width": 7.0}, {"created_at": 1752884188, "description": "Hartley\u0027s early work laid the groundwork for later developments in information theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u8bba", "keywords": "historical influence,theoretical foundations", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Hartley\u0027s early work laid the groundwork for later developments in information theory.", "to": "\u54c8\u7279\u83b1", "width": 6.0}, {"created_at": 1752884188, "description": "Claude Shannon founded information theory, which underpins modern data analysis and AI technologies.\u003cSEP\u003eShannon\u0027s 1948 paper established the formal foundations of information theory, revolutionizing communication and data science.", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u8bba", "keywords": "communication systems,mathematical theory,technological foundation,theoretical breakthrough", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321\u003cSEP\u003echunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "Claude Shannon founded information theory, which underpins modern data analysis and AI technologies.\u003cSEP\u003eShannon\u0027s 1948 paper established the formal foundations of information theory, revolutionizing communication and data science.", "to": "\u9999\u519c", "width": 18.0}, {"created_at": 1752884189, "description": "\u54c8\u7279\u83b1\u6700\u65e9\u63d0\u51fa\u4e86\u7528\u4e8c\u5206\u9009\u62e9\u6d4b\u91cf\u4fe1\u606f\u91cf\u7684\u6982\u5ff5\uff0c\u5b9a\u4e49\u4e86\u6bd4\u7279\u8fd9\u4e2a\u5355\u4f4d\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u54c8\u7279\u83b1", "keywords": "\u4fe1\u606f\u5355\u4f4d,\u7406\u8bba\u57fa\u7840", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u54c8\u7279\u83b1\u6700\u65e9\u63d0\u51fa\u4e86\u7528\u4e8c\u5206\u9009\u62e9\u6d4b\u91cf\u4fe1\u606f\u91cf\u7684\u6982\u5ff5\uff0c\u5b9a\u4e49\u4e86\u6bd4\u7279\u8fd9\u4e2a\u5355\u4f4d\u3002", "to": "\u6bd4\u7279", "width": 9.0}, {"created_at": 1752884189, "description": "\u9999\u519c\u0027s work established the mathematical foundations for measuring information.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c", "keywords": "quantification,theoretical contribution", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u9999\u519c\u0027s work established the mathematical foundations for measuring information.", "to": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cf", "width": 10.0}, {"created_at": 1752884189, "description": "\u9999\u519c\u5b8c\u5584\u4e86\u4fe1\u606f\u71b5\u7684\u7406\u8bba\u4f53\u7cfb\uff0c\u4f7f\u5176\u6210\u4e3a\u4fe1\u606f\u8bba\u7684\u6838\u5fc3\u6982\u5ff5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c", "keywords": "\u6570\u5b66\u8868\u8fbe,\u7406\u8bba\u53d1\u5c55", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u9999\u519c\u5b8c\u5584\u4e86\u4fe1\u606f\u71b5\u7684\u7406\u8bba\u4f53\u7cfb\uff0c\u4f7f\u5176\u6210\u4e3a\u4fe1\u606f\u8bba\u7684\u6838\u5fc3\u6982\u5ff5\u3002", "to": "\u4fe1\u606f\u71b5", "width": 9.0}, {"created_at": 1752884190, "description": "Claude Shannon contributed to the mathematical foundation of biodiversity indices.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c", "keywords": "interdisciplinary science,mathematical ecology", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Claude Shannon contributed to the mathematical foundation of biodiversity indices.", "to": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "width": 6.0}, {"created_at": 1752884190, "description": "Shannon adapted the concept of entropy from thermodynamics into information theory, broadening its applications.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c", "keywords": "concept adaptation,interdisciplinary science", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "Shannon adapted the concept of entropy from thermodynamics into information theory, broadening its applications.", "to": "\u71b5", "width": 9.0}, {"created_at": 1752884189, "description": "\u76f8\u5173\u77e9\u9635is derived from structured vectors to identify meaningful data relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d85\u9ad8\u7ef4\u7ed3\u6784\u5316\u5411\u91cf", "keywords": "data correlation,sparse analysis", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u76f8\u5173\u77e9\u9635is derived from structured vectors to identify meaningful data relationships.", "to": "\u76f8\u5173\u77e9\u9635", "width": 9.0}, {"created_at": 1752884189, "description": "\u793e\u4ea4\u7f51\u7edccontains structured data like demographics alongside unstructured interactions.", "file_path": "ChuZhongShuXue.docx", "from": "\u793e\u4ea4\u7f51\u7edc", "keywords": "data diversity,hybrid formats", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u793e\u4ea4\u7f51\u7edccontains structured data like demographics alongside unstructured interactions.", "to": "\u7ed3\u6784\u5316\u6570\u636e", "width": 7.0}, {"created_at": 1752884189, "description": "\u793e\u4ea4\u7f51\u7edcgenerates unstructured data such as posts and images, complicating analysis.", "file_path": "ChuZhongShuXue.docx", "from": "\u793e\u4ea4\u7f51\u7edc", "keywords": "content complexity,digital interactions", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u793e\u4ea4\u7f51\u7edcgenerates unstructured data such as posts and images, complicating analysis.", "to": "\u975e\u7ed3\u6784\u5316\u6570\u636e", "width": 8.0}, {"created_at": 1752884189, "description": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784enables continuous data flow from connected devices, requiring real-time processing.", "file_path": "ChuZhongShuXue.docx", "from": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784", "keywords": "IoT dynamics,real-time analytics", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7269\u8054\u7f51\u7edc\u7ed3\u6784enables continuous data flow from connected devices, requiring real-time processing.", "to": "\u6570\u636e\u6d41", "width": 9.0}, {"created_at": 1752884189, "description": "GPS\u5b9a\u4f4dgenerates trajectory data as part of dynamic data streams.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u636e\u6d41", "keywords": "continuous data,mobility tracking", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "GPS\u5b9a\u4f4dgenerates trajectory data as part of dynamic data streams.", "to": "GPS\u5b9a\u4f4d", "width": 7.0}, {"created_at": 1752884189, "description": "\u7ecf\u5178\u7edf\u8ba1\u5b66struggles with network data complexities addressed by dynamic models.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ecf\u5178\u7edf\u8ba1\u5b66", "keywords": "adaptability,methodological evolution", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u7ecf\u5178\u7edf\u8ba1\u5b66struggles with network data complexities addressed by dynamic models.", "to": "\u52a8\u6001\u6a21\u578b", "width": 6.0}, {"created_at": 1752884189, "description": "\u6bd4\u7279is the foundational unit for quantifying information in mathematical terms.", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u7684\u6570\u5b66\u5ea6\u91cf", "keywords": "binary logic,information quantification", "source_id": "chunk-9c12d2c068bd498edd70c7eecae99d6f", "title": "\u6bd4\u7279is the foundational unit for quantifying information in mathematical terms.", "to": "\u6bd4\u7279", "width": 9.0}, {"created_at": 1752884189, "description": "Hartley introduced the concept of measuring information quantity using binary choices (e.g., 0 or 1).", "file_path": "ChuZhongShuXue.docx", "from": "Hartley", "keywords": "binary measurement,information theory", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Hartley introduced the concept of measuring information quantity using binary choices (e.g., 0 or 1).", "to": "Binary Choice", "width": 8.0}, {"created_at": 1752884189, "description": "Wiener contributed to the development of information entropy using statistical mechanics.", "file_path": "ChuZhongShuXue.docx", "from": "Wiener", "keywords": "entropy,mathematical theory", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Wiener contributed to the development of information entropy using statistical mechanics.", "to": "Information Entropy", "width": 9.0}, {"created_at": 1752884189, "description": "Shannon co-developed information entropy as a measure of information quantity.", "file_path": "ChuZhongShuXue.docx", "from": "Shannon", "keywords": "information theory,probability", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Shannon co-developed information entropy as a measure of information quantity.", "to": "Information Entropy", "width": 9.0}, {"created_at": 1752884189, "description": "K-L Distance is built upon information entropy to measure differences between probability distributions.", "file_path": "ChuZhongShuXue.docx", "from": "Information Entropy", "keywords": "entropy-based metric,statistical divergence", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "K-L Distance is built upon information entropy to measure differences between probability distributions.", "to": "K-L Distance", "width": 10.0}, {"created_at": 1752884189, "description": "Binary choice is a foundational concept that leads to the development of information entropy.", "file_path": "ChuZhongShuXue.docx", "from": "Information Entropy", "keywords": "information measurement,probability", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "Binary choice is a foundational concept that leads to the development of information entropy.", "to": "Binary Choice", "width": 7.0}, {"created_at": 1752884189, "description": "K-L\u8ddd\u79bb\u662f\u5728\u4fe1\u606f\u71b5\u57fa\u7840\u4e0a\u6784\u5efa\u7684\uff0c\u7528\u4e8e\u6d4b\u91cf\u4e24\u4e2a\u6982\u7387\u5206\u5e03\u5dee\u5f02\u7684\u65b9\u6cd5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u71b5", "keywords": "\u5ea6\u91cf\u65b9\u6cd5,\u7406\u8bba\u6269\u5c55", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "K-L\u8ddd\u79bb\u662f\u5728\u4fe1\u606f\u71b5\u57fa\u7840\u4e0a\u6784\u5efa\u7684\uff0c\u7528\u4e8e\u6d4b\u91cf\u4e24\u4e2a\u6982\u7387\u5206\u5e03\u5dee\u5f02\u7684\u65b9\u6cd5\u3002", "to": "K-L\u8ddd\u79bb", "width": 10.0}, {"created_at": 1752884189, "description": "\u4e8c\u5206\u9009\u62e9\u662f\u4fe1\u606f\u71b5\u7684\u57fa\u7840\uff0c\u4fe1\u606f\u71b5\u5c06\u5176\u6269\u5c55\u5230\u591a\u6982\u7387\u5206\u5e03\u60c5\u51b5\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u71b5", "keywords": "\u57fa\u7840\u6982\u5ff5,\u7406\u8bba\u6f14\u8fdb", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u4e8c\u5206\u9009\u62e9\u662f\u4fe1\u606f\u71b5\u7684\u57fa\u7840\uff0c\u4fe1\u606f\u71b5\u5c06\u5176\u6269\u5c55\u5230\u591a\u6982\u7387\u5206\u5e03\u60c5\u51b5\u3002", "to": "\u4e8c\u5206\u9009\u62e9", "width": 7.0}, {"created_at": 1752884190, "description": "\u81ea\u7136\u5bf9\u6570\u88ab\u5f15\u5165\u4f5c\u4e3a\u4fe1\u606f\u71b5\u7684\u66ff\u4ee3\u8ba1\u7b97\u65b9\u5f0f\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4fe1\u606f\u71b5", "keywords": "\u6570\u5b66\u5de5\u5177,\u8ba1\u7b97\u65b9\u6cd5", "source_id": "chunk-07cf64ba8d23511eab636b3679334263", "title": "\u81ea\u7136\u5bf9\u6570\u88ab\u5f15\u5165\u4f5c\u4e3a\u4fe1\u606f\u71b5\u7684\u66ff\u4ee3\u8ba1\u7b97\u65b9\u5f0f\u3002", "to": "\u81ea\u7136\u5bf9\u6570", "width": 6.0}, {"created_at": 1752884190, "description": "The Dow Jones Index tracks and reflects the performance of the New York Stock Exchange.", "file_path": "ChuZhongShuXue.docx", "from": "\u9053\u743c\u65af\u6307\u6570", "keywords": "economic indicator,stock market", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Dow Jones Index tracks and reflects the performance of the New York Stock Exchange.", "to": "\u7ebd\u7ea6\u80a1\u5e02", "width": 9.0}, {"created_at": 1752884190, "description": "The Nikkei Index serves as the primary benchmark for Tokyo\u0027s stock market performance.", "file_path": "ChuZhongShuXue.docx", "from": "\u65e5\u7ecf\u6307\u6570", "keywords": "financial metric,market analysis", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Nikkei Index serves as the primary benchmark for Tokyo\u0027s stock market performance.", "to": "\u4e1c\u4eac\u80a1\u5e02", "width": 9.0}, {"created_at": 1752884190, "description": "The Shanghai Composite Index measures and represents trends in Shanghai\u0027s stock exchange.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u8bc1\u6307\u6570", "keywords": "economic measurement,equity markets", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Shanghai Composite Index measures and represents trends in Shanghai\u0027s stock exchange.", "to": "\u4e0a\u6d77\u80a1\u5e02", "width": 9.0}, {"created_at": 1752884190, "description": "The Shannon-Wiener Index mathematically quantifies biodiversity through probabilistic species distribution.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "conservation science,ecological modeling", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "The Shannon-Wiener Index mathematically quantifies biodiversity through probabilistic species distribution.", "to": "\u751f\u7269\u591a\u6837\u6027\u6307\u6807", "width": 10.0}, {"created_at": 1752884190, "description": "The Shannon-Wiener diversity index is used to measure the biodiversity of Community A, which has equal species proportions.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "biodiversity measurement,species distribution", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "The Shannon-Wiener diversity index is used to measure the biodiversity of Community A, which has equal species proportions.", "to": "\u7fa4\u843dA", "width": 8.0}, {"created_at": 1752884190, "description": "The Shannon-Wiener diversity index is used to measure the biodiversity of Community B, which has unequal species proportions.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "biodiversity measurement,species imbalance", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "The Shannon-Wiener diversity index is used to measure the biodiversity of Community B, which has unequal species proportions.", "to": "\u7fa4\u843dB", "width": 7.0}, {"created_at": 1752884190, "description": "The Shannon-Wiener diversity index is used to measure the biodiversity of Community C, which has only one species.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "biodiversity measurement,monoculture", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "The Shannon-Wiener diversity index is used to measure the biodiversity of Community C, which has only one species.", "to": "\u7fa4\u843dC", "width": 6.0}, {"created_at": 1752884190, "description": "The index adapts entropy\u0027s logarithmic formula to quantify ecological diversity.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "ecological metrics,formula derivation", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "The index adapts entropy\u0027s logarithmic formula to quantify ecological diversity.", "to": "\u71b5", "width": 8.0}, {"created_at": 1752884191, "description": "Simpson proposed an alternative diversity index to Shannon-Wiener\u0027s entropy-based approach.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "biodiversity metrics,methodological contrast", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "Simpson proposed an alternative diversity index to Shannon-Wiener\u0027s entropy-based approach.", "to": "\u8f9b\u666e\u68ee", "width": 7.0}, {"created_at": 1752884191, "description": "Both indices are used to measure biodiversity, with the Simpson Diversity Index being simpler in calculation.", "file_path": "ChuZhongShuXue.docx", "from": "\u9999\u519c-\u7ef4\u7eb3\u591a\u6837\u6027\u6307\u6570", "keywords": "biodiversity metrics,statistical comparison", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "Both indices are used to measure biodiversity, with the Simpson Diversity Index being simpler in calculation.", "to": "\u8f9b\u666e\u68ee\u591a\u6837\u6027\u6307\u6570", "width": 8.0}, {"created_at": 1752884191, "description": "\u8f9b\u666e\u68eeproposed the Simpson Diversity Index, which is widely used in biodiversity studies.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f9b\u666e\u68ee\u591a\u6837\u6027\u6307\u6570", "keywords": "biodiversity measurement,scientific contribution", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "\u8f9b\u666e\u68eeproposed the Simpson Diversity Index, which is widely used in biodiversity studies.", "to": "\u8f9b\u666e\u68ee", "width": 9.0}, {"created_at": 1752884190, "description": "Probability estimation serves as a mathematical measurement tool for uncertain events.", "file_path": "ChuZhongShuXue.docx", "from": "\u6982\u7387\u4f30\u8ba1", "keywords": "quantitative analysis,statistical modeling", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Probability estimation serves as a mathematical measurement tool for uncertain events.", "to": "\u6570\u5b66\u5ea6\u91cf", "width": 7.0}, {"created_at": 1752884190, "description": "Biodiversity is a key indicator of ecological environment health and stability.", "file_path": "ChuZhongShuXue.docx", "from": "\u751f\u7269\u591a\u6837\u6027", "keywords": "conservation biology,ecosystem health", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Biodiversity is a key indicator of ecological environment health and stability.", "to": "\u751f\u6001\u73af\u5883", "width": 9.0}, {"created_at": 1752884190, "description": "Ecological environments provide and regulate access to natural resources.", "file_path": "ChuZhongShuXue.docx", "from": "\u751f\u6001\u73af\u5883", "keywords": "resource management,sustainability", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Ecological environments provide and regulate access to natural resources.", "to": "\u81ea\u7136\u8d44\u6e90", "width": 8.0}, {"created_at": 1752884190, "description": "Ecological preservation drives the development of new energy solutions.", "file_path": "ChuZhongShuXue.docx", "from": "\u751f\u6001\u73af\u5883", "keywords": "energy transition,environmental technology", "source_id": "chunk-a84c3d9a08c41fcb09806c860f52c321", "title": "Ecological preservation drives the development of new energy solutions.", "to": "\u65b0\u578b\u80fd\u6e90", "width": 7.0}, {"created_at": 1752884190, "description": "Clausius first introduced the concept of entropy in thermodynamics in 1850.", "file_path": "ChuZhongShuXue.docx", "from": "\u514b\u52b3\u4fee\u65af", "keywords": "scientific discovery,thermodynamics", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "Clausius first introduced the concept of entropy in thermodynamics in 1850.", "to": "\u71b5", "width": 8.0}, {"created_at": 1752884191, "description": "\u8f9b\u666e\u68eeis known for the Simpson Paradox, a significant contribution to statistical theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f9b\u666e\u68ee", "keywords": "paradox,statistical theory", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "\u8f9b\u666e\u68eeis known for the Simpson Paradox, a significant contribution to statistical theory.", "to": "\u8f9b\u666e\u68ee\u6096\u8bba", "width": 8.0}, {"created_at": 1752884190, "description": "Entropy is the central quantity in the second law, governing irreversible processes.", "file_path": "ChuZhongShuXue.docx", "from": "\u71b5", "keywords": "irreversibility,physical law", "source_id": "chunk-07fa82116ccdf3d987439780f6db30db", "title": "Entropy is the central quantity in the second law, governing irreversible processes.", "to": "\u70ed\u529b\u5b66\u7b2c\u4e8c\u5b9a\u5f8b", "width": 9.0}, {"created_at": 1752884191, "description": "The Mathematics Tianyuan Fund supported research that contributed to the development of the abstract structure concept in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u62bd\u8c61\u7ed3\u6784", "keywords": "mathematical development,research funding", "source_id": "chunk-1d390244ef79debb74dcf77a05952ebc", "title": "The Mathematics Tianyuan Fund supported research that contributed to the development of the abstract structure concept in mathematics.", "to": "\u6570\u5b66\u5929\u5143\u57fa\u91d1", "width": 7.0}, {"created_at": 1752884191, "description": "Mathematical pattern theory emerged alongside computer technology, enabling data-driven abstract discoveries.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u5f0f", "keywords": "data analysis,technological synergy", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Mathematical pattern theory emerged alongside computer technology, enabling data-driven abstract discoveries.", "to": "\u8ba1\u7b97\u673a\u6280\u672f", "width": 9.0}, {"created_at": 1752884192, "description": "Steen\u0027s work formalized mathematics as the \u0027science of patterns,\u0027 linking abstract structures to real-world applications.\u003cSEP\u003e\u65af\u8482\u6069\u0027s suggestion emphasizes the importance of focusing on patterns in mathematical research, influencing the development of mathematical models.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u5f0f", "keywords": "academic influence,conceptual shift,paradigm shift,theoretical framework", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e\u003cSEP\u003echunk-1725da37a2e4d06bc7e57390451926d7", "title": "Steen\u0027s work formalized mathematics as the \u0027science of patterns,\u0027 linking abstract structures to real-world applications.\u003cSEP\u003e\u65af\u8482\u6069\u0027s suggestion emphasizes the importance of focusing on patterns in mathematical research, influencing the development of mathematical models.", "to": "\u65af\u8482\u6069", "width": 15.0}, {"created_at": 1752884192, "description": "Computer technology enabled pattern recognition as a central paradigm in modern mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u5f0f", "keywords": "paradigm shift,technological enablement", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Computer technology enabled pattern recognition as a central paradigm in modern mathematics.", "to": "\u8ba1\u7b97\u673a\u4e0e\u6570\u5b66", "width": 10.0}, {"created_at": 1752884192, "description": "Mathematical patterns serve as the foundation for constructing mathematical models, which describe real-world phenomena.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u5f0f", "keywords": "conceptual foundation,model building", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Mathematical patterns serve as the foundation for constructing mathematical models, which describe real-world phenomena.", "to": "\u6570\u5b66\u6a21\u578b", "width": 10.0}, {"created_at": 1752884192, "description": "Steen was part of the American mathematics education community advocating pattern-based learning.", "file_path": "ChuZhongShuXue.docx", "from": "\u65af\u8482\u6069", "keywords": "educational reform,professional affiliation", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Steen was part of the American mathematics education community advocating pattern-based learning.", "to": "\u7f8e\u56fd\u6570\u5b66\u6559\u80b2\u5bb6", "width": 8.0}, {"created_at": 1752884192, "description": "Functions and homomorphisms both represent structure-preserving transformations between mathematical domains.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570\u548c\u6620\u5c04", "keywords": "morphological preservation,transformational theory", "source_id": "chunk-1725da37a2e4d06bc7e57390451926d7", "title": "Functions and homomorphisms both represent structure-preserving transformations between mathematical domains.", "to": "\u540c\u6001", "width": 7.0}, {"created_at": 1752884193, "description": "\u81ea\u7531\u843d\u4f53\u6a21\u578b\u662f\u6570\u5b66\u6a21\u578b\u7684\u5178\u578b\u4f8b\u5b50\uff0c\u5c55\u793a\u4e86\u5982\u4f55\u7528\u6570\u5b66\u8bed\u8a00\u63cf\u8ff0\u81ea\u7136\u73b0\u8c61\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u578b", "keywords": "\u6570\u5b66\u5e94\u7528,\u81ea\u7136\u89c4\u5f8b", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u81ea\u7531\u843d\u4f53\u6a21\u578b\u662f\u6570\u5b66\u6a21\u578b\u7684\u5178\u578b\u4f8b\u5b50\uff0c\u5c55\u793a\u4e86\u5982\u4f55\u7528\u6570\u5b66\u8bed\u8a00\u63cf\u8ff0\u81ea\u7136\u73b0\u8c61\u3002", "to": "\u81ea\u7531\u843d\u4f53\u6a21\u578b", "width": 8.0}, {"created_at": 1752884193, "description": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956\u7684\u6570\u5b66\u6a21\u578b\u6ce8\u91cd\u5e94\u7528\u4ef7\u503c\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u6a21\u578b\u5728\u89e3\u51b3\u73b0\u5b9e\u95ee\u9898\u4e2d\u7684\u4f5c\u7528\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u578b", "keywords": "\u5e94\u7528\u6570\u5b66,\u73b0\u5b9e\u95ee\u9898", "source_id": "chunk-ca18454792909d12d2509708190d0e85", "title": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956\u7684\u6570\u5b66\u6a21\u578b\u6ce8\u91cd\u5e94\u7528\u4ef7\u503c\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u6a21\u578b\u5728\u89e3\u51b3\u73b0\u5b9e\u95ee\u9898\u4e2d\u7684\u4f5c\u7528\u3002", "to": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "width": 7.0}, {"created_at": 1752884194, "description": "Von Neumann argued that mathematical models are essential to prevent the \u0027degeneration\u0027 of mathematics by maintaining ties to real-world problems.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u578b", "keywords": "philosophy of mathematics,practical application", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Von Neumann argued that mathematical models are essential to prevent the \u0027degeneration\u0027 of mathematics by maintaining ties to real-world problems.", "to": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "width": 7.0}, {"created_at": 1752884195, "description": "Mathematical models serve as crucial tools for understanding and analyzing economic phenomena.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u6a21\u578b", "keywords": "analytical framework,quantitative methods", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Mathematical models serve as crucial tools for understanding and analyzing economic phenomena.", "to": "\u7ecf\u6d4e\u5b66", "width": 8.0}, {"created_at": 1752884192, "description": "Generalized linear models extend the capabilities of basic linear models to handle diverse data types.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ebf\u6027\u6a21\u578b", "keywords": "model extension,statistical analysis", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Generalized linear models extend the capabilities of basic linear models to handle diverse data types.", "to": "\u5e7f\u4e49\u7ebf\u6027\u6a21\u578b", "width": 8.0}, {"created_at": 1752884193, "description": "Population growth models apply mathematical concepts to biological systems for ecological understanding.", "file_path": "ChuZhongShuXue.docx", "from": "\u79cd\u7fa4\u589e\u957f\u6a21\u578b", "keywords": "applied mathematics,biological systems", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Population growth models apply mathematical concepts to biological systems for ecological understanding.", "to": "\u751f\u7269\u5b66", "width": 7.0}, {"created_at": 1752884193, "description": "Gene replication models use mathematical frameworks to explain molecular biological processes.", "file_path": "ChuZhongShuXue.docx", "from": "\u57fa\u56e0\u590d\u5236\u6a21\u578b", "keywords": "genetic analysis,molecular modeling", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Gene replication models use mathematical frameworks to explain molecular biological processes.", "to": "\u751f\u7269\u5b66", "width": 7.0}, {"created_at": 1752884193, "description": "Plate tectonics models employ mathematical approaches to understand geological formations.", "file_path": "ChuZhongShuXue.docx", "from": "\u677f\u5757\u6784\u9020\u6a21\u578b", "keywords": "earth sciences,structural modeling", "source_id": "chunk-bdb2d088364dc5e365dcf7c67ff1476e", "title": "Plate tectonics models employ mathematical approaches to understand geological formations.", "to": "\u5730\u8d28\u5b66", "width": 7.0}, {"created_at": 1752884193, "description": "The free-fall model incorporates gravity\u0027s acceleration, a key parameter in the motion of falling objects.", "file_path": "ChuZhongShuXue.docx", "from": "\u81ea\u7531\u843d\u4f53\u6a21\u578b", "keywords": "mathematical model,physics", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "The free-fall model incorporates gravity\u0027s acceleration, a key parameter in the motion of falling objects.", "to": "\u91cd\u529b\u52a0\u901f\u5ea6", "width": 7.0}, {"created_at": 1752884194, "description": "The Swedish Central Bank funded the establishment of the Nobel Prize in Economics in 1969.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "keywords": "academic recognition,institutional sponsorship", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "The Swedish Central Bank funded the establishment of the Nobel Prize in Economics in 1969.", "to": "\u745e\u5178\u94f6\u884c", "width": 8.0}, {"created_at": 1752884194, "description": "The Keynesian model\u0027s mathematical rigor and policy implications influenced economic research recognized by the Nobel Prize.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "keywords": "policy influence,research impact", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "The Keynesian model\u0027s mathematical rigor and policy implications influenced economic research recognized by the Nobel Prize.", "to": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "width": 7.0}, {"created_at": 1752884194, "description": "Keynesian macroeconomics influenced Nobel Prize-awarded research, emphasizing mathematical models.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "keywords": "academic recognition,research impact", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "Keynesian macroeconomics influenced Nobel Prize-awarded research, emphasizing mathematical models.", "to": "\u5b8f\u89c2\u7ecf\u6d4e\u5b66", "width": 7.0}, {"created_at": 1752884194, "description": "Samuelson was awarded the Nobel Prize in Economics for his contributions to quantitative economics, including the multiplier-accelerator model.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "keywords": "academic recognition,scientific achievement", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Samuelson was awarded the Nobel Prize in Economics for his contributions to quantitative economics, including the multiplier-accelerator model.", "to": "\u8428\u7f2a\u5c14\u68ee", "width": 9.0}, {"created_at": 1752884213, "description": "Milton Friedman won the Nobel Prize in Economics in 1976.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956", "keywords": "academic achievement,award recognition", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Milton Friedman won the Nobel Prize in Economics in 1976.", "to": "\u5f17\u91cc\u5fb7\u66fc", "width": 10.0}, {"created_at": 1752884213, "description": "Galileo\u0027s work was initially published in the Netherlands due to opposition in Italy.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5173\u4e8e\u4e24\u95e8\u65b0\u79d1\u5b66\u7684\u5bf9\u8bdd\u300b", "keywords": "censorship,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Galileo\u0027s work was initially published in the Netherlands due to opposition in Italy.", "to": "\u8377\u5170", "width": 7.0}, {"created_at": 1752884193, "description": "Free-fall motion demonstrates constant gravitational acceleration, a key relationship in classical mechanics.", "file_path": "ChuZhongShuXue.docx", "from": "\u91cd\u529b\u52a0\u901f\u5ea6", "keywords": "kinematics,physical law", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0", "title": "Free-fall motion demonstrates constant gravitational acceleration, a key relationship in classical mechanics.", "to": "\u81ea\u7531\u843d\u4f53", "width": 8.0}, {"created_at": 1752884193, "description": "Keynes founded macroeconomics, which emphasizes government intervention in markets and uses mathematical models like the Keynesian static model.\u003cSEP\u003eKeynes is the founder of macroeconomics, advocating for government intervention in economic systems.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af", "keywords": "economic theory,foundational contribution,policy influence", "source_id": "chunk-eb8a0335171966e7a8bbe856ead3efd0\u003cSEP\u003echunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "Keynes founded macroeconomics, which emphasizes government intervention in markets and uses mathematical models like the Keynesian static model.\u003cSEP\u003eKeynes is the founder of macroeconomics, advocating for government intervention in economic systems.", "to": "\u5b8f\u89c2\u7ecf\u6d4e\u5b66", "width": 20.0}, {"created_at": 1752884194, "description": "Keynes created the Keynesian static model to mathematically represent the relationship between income, consumption, and investment.\u003cSEP\u003eKeynes developed the original static model of economic relationships that formed the basis for later dynamic models.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af", "keywords": "economic framework,foundational theory,mathematical modeling,model origin", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Keynes created the Keynesian static model to mathematically represent the relationship between income, consumption, and investment.\u003cSEP\u003eKeynes developed the original static model of economic relationships that formed the basis for later dynamic models.", "to": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "width": 18.0}, {"created_at": 1752884194, "description": "Samuelson expanded Keynes\u0027 static economic model into a dynamic framework, building on Keynesian principles.\u003cSEP\u003eSamuelson expanded Keynesian theory, becoming a key figure in its development and application in modern economics.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af", "keywords": "intellectual legacy,intellectual lineage,model evolution,theoretical advancement", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c\u003cSEP\u003echunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Samuelson expanded Keynes\u0027 static economic model into a dynamic framework, building on Keynesian principles.\u003cSEP\u003eSamuelson expanded Keynesian theory, becoming a key figure in its development and application in modern economics.", "to": "\u8428\u7f2a\u5c14\u68ee", "width": 18.0}, {"created_at": 1752884194, "description": "The multiplier-accelerator model is an extension of Keynes\u0027 original static model, adding dynamic elements.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af", "keywords": "continuity,theoretical advancement", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The multiplier-accelerator model is an extension of Keynes\u0027 original static model, adding dynamic elements.", "to": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "width": 8.0}, {"created_at": 1752884194, "description": "The model demonstrates the multiplier effect, where investment changes lead to amplified income growth.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "keywords": "economic mechanism,policy tool", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "The model demonstrates the multiplier effect, where investment changes lead to amplified income growth.", "to": "\u4e58\u6570\u6548\u5e94", "width": 8.0}, {"created_at": 1752884194, "description": "The model uses national income (Y) as its primary output variable, linking it to consumption and investment.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "keywords": "core metric,economic analysis", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "The model uses national income (Y) as its primary output variable, linking it to consumption and investment.", "to": "\u56fd\u6c11\u6536\u5165", "width": 9.0}, {"created_at": 1752884194, "description": "Samuelson transformed the static model into a dynamic one by incorporating time-dependent relationships.", "file_path": "ChuZhongShuXue.docx", "from": "\u51ef\u6069\u65af\u9759\u6001\u6a21\u578b", "keywords": "model evolution,theoretical advancement", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Samuelson transformed the static model into a dynamic one by incorporating time-dependent relationships.", "to": "\u51ef\u6069\u65af\u52a8\u6001\u6a21\u578b", "width": 8.0}, {"created_at": 1752884194, "description": "Samuelson developed the multiplier-accelerator model to explain economic cycles, integrating time into Keynesian theory.", "file_path": "ChuZhongShuXue.docx", "from": "\u8428\u7f2a\u5c14\u68ee", "keywords": "economic theory,innovation", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Samuelson developed the multiplier-accelerator model to explain economic cycles, integrating time into Keynesian theory.", "to": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "width": 10.0}, {"created_at": 1752884195, "description": "The model explains fluctuations in national income through interactions between consumption and investment.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u6c11\u6536\u5165", "keywords": "economic cycles,variable relationships", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The model explains fluctuations in national income through interactions between consumption and investment.", "to": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "width": 8.0}, {"created_at": 1752884195, "description": "The multiplier effect shows how changes in consumption impact overall economic activity.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u6c11\u6d88\u8d39", "keywords": "consumption impact,economic amplification", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The multiplier effect shows how changes in consumption impact overall economic activity.", "to": "\u4e58\u6570\u6548\u5e94", "width": 7.0}, {"created_at": 1752884195, "description": "The accelerator principle demonstrates how consumption changes drive investment fluctuations.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u6c11\u6295\u8d44", "keywords": "economic feedback,investment dynamics", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "The accelerator principle demonstrates how consumption changes drive investment fluctuations.", "to": "\u52a0\u901f\u6548\u5e94", "width": 7.0}, {"created_at": 1752884194, "description": "The marginal propensity to consume (a) directly determines the strength of the multiplier effect.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e58\u6570\u6548\u5e94", "keywords": "economic dynamics,parameter influence", "source_id": "chunk-0a3d6dbe785a5a378c4e6f49c906461c", "title": "The marginal propensity to consume (a) directly determines the strength of the multiplier effect.", "to": "\u8fb9\u9645\u6d88\u8d39\u503e\u5411", "width": 8.0}, {"created_at": 1752884195, "description": "Government spending is a key exogenous variable in Samuelson\u0027s model affecting economic cycles.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "keywords": "fiscal policy,model inputs", "source_id": "chunk-acdcbf2ecfb171615d68bd9be50f3470", "title": "Government spending is a key exogenous variable in Samuelson\u0027s model affecting economic cycles.", "to": "\u653f\u5e9c\u652f\u51fa", "width": 7.0}, {"created_at": 1752884214, "description": "Paul Samuelson developed this economic model.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e58\u6570-\u52a0\u901f\u6a21\u578b", "keywords": "development,economic theory", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Paul Samuelson developed this economic model.", "to": "\u8428\u8c2c\u5c14\u68ee", "width": 9.0}, {"created_at": 1752884195, "description": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u300a\u903b\u8f91\u54f2\u5b66\u8bba\u300b\u5bf9\u8bed\u8a00\u548c\u903b\u8f91\u7684\u5173\u7cfb\u8fdb\u884c\u4e86\u6df1\u523b\u5206\u6790\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7ef4\u7279\u6839\u65af\u5766", "keywords": "language,philosophy", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u300a\u903b\u8f91\u54f2\u5b66\u8bba\u300b\u5bf9\u8bed\u8a00\u548c\u903b\u8f91\u7684\u5173\u7cfb\u8fdb\u884c\u4e86\u6df1\u523b\u5206\u6790\u3002", "to": "\u903b\u8f91\u54f2\u5b66\u8bba", "width": 9.0}, {"created_at": 1752884195, "description": "\u827e\u8036\u5c14\u7684\u8457\u4f5c\u63a2\u8ba8\u4e86\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91\u7684\u5173\u7cfb\uff0c\u662f\u903b\u8f91\u5b9e\u8bc1\u4e3b\u4e49\u7684\u4ee3\u8868\u4f5c\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u827e\u8036\u5c14", "keywords": "logical positivism,philosophy", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "\u827e\u8036\u5c14\u7684\u8457\u4f5c\u63a2\u8ba8\u4e86\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91\u7684\u5173\u7cfb\uff0c\u662f\u903b\u8f91\u5b9e\u8bc1\u4e3b\u4e49\u7684\u4ee3\u8868\u4f5c\u3002", "to": "\u8bed\u8a00\u3001\u771f\u7406\u4e0e\u903b\u8f91", "width": 8.0}, {"created_at": 1752884195, "description": "Lan Jizheng and Zhu Enkuan\u0027s translation of Euclid\u0027s \u0027Elements\u0027 was published by Shaanxi Science and Technology Publishing House.", "file_path": "ChuZhongShuXue.docx", "from": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "publication,translation", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Lan Jizheng and Zhu Enkuan\u0027s translation of Euclid\u0027s \u0027Elements\u0027 was published by Shaanxi Science and Technology Publishing House.", "to": "\u5170\u7eaa\u6b63\u6731\u6069\u5bbd", "width": 7.0}, {"created_at": 1752884197, "description": "The Chinese translation of Euclid\u0027s Elements was published by Shaanxi Science and Technology Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "academic work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Chinese translation of Euclid\u0027s Elements was published by Shaanxi Science and Technology Press.", "to": "\u300a\u6b27\u51e0\u91cc\u5f97\u00b7\u51e0\u4f55\u539f\u672c\u300b", "width": 9.0}, {"created_at": 1752884195, "description": "Co-translators of Euclid\u0027s \u0027Elements\u0027 into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u5170\u7eaa\u6b63", "keywords": "collaboration,translation", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-translators of Euclid\u0027s \u0027Elements\u0027 into Chinese.", "to": "\u6731\u6069\u5bbd", "width": 8.0}, {"created_at": 1752884208, "description": "\u6731\u6069\u5bbdand\u674e\u6587\u94edcollaborated on translating ancient scientific texts.", "file_path": "ChuZhongShuXue.docx", "from": "\u6731\u6069\u5bbd", "keywords": "translation partnership", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u6731\u6069\u5bbdand\u674e\u6587\u94edcollaborated on translating ancient scientific texts.", "to": "\u674e\u6587\u94ed", "width": 7.0}, {"created_at": 1752884195, "description": "Co-editors who proofread Chinese translation of Euclid\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u6881\u5b97\u5de8", "keywords": "collaboration,editing", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-editors who proofread Chinese translation of Euclid\u0027s work.", "to": "\u5f20\u6bd3\u65b0", "width": 7.0}, {"created_at": 1752884196, "description": "Liang Zongju is the author of \u0027Comprehensive History of World Mathematics\u0027.\u003cSEP\u003eLiang Zongju is the author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u0027, documenting the history of mathematics.\u003cSEP\u003e\u6881\u5b97\u5de8authored this comprehensive mathematical history.", "file_path": "ChuZhongShuXue.docx", "from": "\u6881\u5b97\u5de8", "keywords": "academic contribution,academic work,authorship,history", "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Liang Zongju is the author of \u0027Comprehensive History of World Mathematics\u0027.\u003cSEP\u003eLiang Zongju is the author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u0027, documenting the history of mathematics.\u003cSEP\u003e\u6881\u5b97\u5de8authored this comprehensive mathematical history.", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u300b", "width": 28.0}, {"created_at": 1752884199, "description": "Liang Zongju authored a comprehensive history of world mathematics.\u003cSEP\u003eLiang Zongju is the author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u0027, contributing to the documentation of mathematical history.", "file_path": "ChuZhongShuXue.docx", "from": "\u6881\u5b97\u5de8", "keywords": "academic contribution,authorship,global mathematics,historical scholarship", "source_id": "chunk-8eefc105e8cce456308ce1260d081389\u003cSEP\u003echunk-42e82319a2d63b215f82bba66d1e632d", "title": "Liang Zongju authored a comprehensive history of world mathematics.\u003cSEP\u003eLiang Zongju is the author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u0027, contributing to the documentation of mathematical history.", "to": "\u4e16\u754c\u6570\u5b66\u901a\u53f2", "width": 15.0}, {"created_at": 1752884200, "description": "Liang Zongju is a co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, continuing the documentation of mathematical history.", "file_path": "ChuZhongShuXue.docx", "from": "\u6881\u5b97\u5de8", "keywords": "academic collaboration,co-authorship", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Liang Zongju is a co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, continuing the documentation of mathematical history.", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "width": 8.0}, {"created_at": 1752884205, "description": "\u6881\u5b97\u5de8\u0027s work was published by\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u6881\u5b97\u5de8", "keywords": "academic work,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u6881\u5b97\u5de8\u0027s work was published by\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e.", "to": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884206, "description": "\u6881\u5b97\u5de8\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u6881\u5b97\u5de8", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u6881\u5b97\u5de8\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b", "width": 10.0}, {"created_at": 1752884203, "description": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793epublished works by\u5fb7\u6bd4\u5e0c\u5c14.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "keywords": "author-publisher", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793epublished works by\u5fb7\u6bd4\u5e0c\u5c14.", "to": "\u5fb7\u6bd4\u5e0c\u5c14", "width": 9.0}, {"created_at": 1752884195, "description": "Co-translators of Hilbert\u0027s \u0027Foundations of Geometry\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c5f\u6cfd\u6db5", "keywords": "collaboration,translation", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-translators of Hilbert\u0027s \u0027Foundations of Geometry\u0027.", "to": "\u6731\u9f0e\u52cb", "width": 8.0}, {"created_at": 1752884197, "description": "The Chinese translation of Science and Civilisation in China was published by Science Press.\u003cSEP\u003e\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u79d1\u5b66\u51fa\u7248\u793e", "keywords": "academic work,publication,\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "The Chinese translation of Science and Civilisation in China was published by Science Press.\u003cSEP\u003e\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "width": 17.0}, {"created_at": 1752884212, "description": "Liu Xiaoping\u0027s translated work was published by Science Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u79d1\u5b66\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Liu Xiaoping\u0027s translated work was published by Science Press.", "to": "\u5218\u5c0f\u5e73", "width": 8.0}, {"created_at": 1752884212, "description": "Li Zexia\u0027s translated work was published by Science Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u79d1\u5b66\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Li Zexia\u0027s translated work was published by Science Press.", "to": "\u674e\u6cfd\u971e", "width": 8.0}, {"created_at": 1752884195, "description": "Co-translators of Reid\u0027s Hilbert biography.", "file_path": "ChuZhongShuXue.docx", "from": "\u8881\u5411\u4e1c", "keywords": "collaboration,translation", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-translators of Reid\u0027s Hilbert biography.", "to": "\u674e\u6587\u6797", "width": 8.0}, {"created_at": 1752884197, "description": "Yuan Xiangdong translated Descartes\u0027 Geometry into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u8881\u5411\u4e1c", "keywords": "academic work,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Yuan Xiangdong translated Descartes\u0027 Geometry into Chinese.", "to": "\u300a\u7b1b\u5361\u5c14\u51e0\u4f55\u300b", "width": 9.0}, {"created_at": 1752884205, "description": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793epublished\u8881\u5411\u4e1c\u0027s translation.", "file_path": "ChuZhongShuXue.docx", "from": "\u8881\u5411\u4e1c", "keywords": "academic collaboration,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793epublished\u8881\u5411\u4e1c\u0027s translation.", "to": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884205, "description": "\u674e\u6587\u6797referenced\u514b\u83b1\u8335\u0027s work in his own publications.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u6587\u6797", "keywords": "academic reference,influence", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u674e\u6587\u6797referenced\u514b\u83b1\u8335\u0027s work in his own publications.", "to": "\u514b\u83b1\u8335", "width": 7.0}, {"created_at": 1752884205, "description": "\u674e\u6587\u6797wrote this introduction to mathematical history.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u6587\u6797", "keywords": "academic work,authorship", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u674e\u6587\u6797wrote this introduction to mathematical history.", "to": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "width": 10.0}, {"created_at": 1752884213, "description": "Liu Jinshun\u0027s translated work was published by Shanghai Scientific and Technical Publishers.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Liu Jinshun\u0027s translated work was published by Shanghai Scientific and Technical Publishers.", "to": "\u5218\u91d1\u987a", "width": 8.0}, {"created_at": 1752884213, "description": "He Shaogeng\u0027s translated work was published by Shanghai Scientific and Technical Publishers.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "He Shaogeng\u0027s translated work was published by Shanghai Scientific and Technical Publishers.", "to": "\u4f55\u7ecd\u5e9a", "width": 8.0}, {"created_at": 1752884195, "description": "Co-authors of paper on non-Cantorian set theory.", "file_path": "ChuZhongShuXue.docx", "from": "Paul J. Cohen", "keywords": "collaboration,research", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-authors of paper on non-Cantorian set theory.", "to": "Reuben Hersh", "width": 9.0}, {"created_at": 1752884201, "description": "China Renmin University Press published this logic textbook.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "educational dissemination,publishing", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "China Renmin University Press published this logic textbook.", "to": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "width": 7.0}, {"created_at": 1752884201, "description": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793ehas published the Chinese translation of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 by\u67ef\u5339\u79d1\u6069.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic publishing,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793ehas published the Chinese translation of \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 by\u67ef\u5339\u79d1\u6069.", "to": "\u67ef\u5339\u79d1\u6069", "width": 7.0}, {"created_at": 1752884203, "description": "Miao Litian\u0027s edited work was published by China Renmin University Press.\u003cSEP\u003e\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793epublished works edited by\u82d7\u529b\u7530.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "collaboration,editor-publisher,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "Miao Litian\u0027s edited work was published by China Renmin University Press.\u003cSEP\u003e\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793epublished works edited by\u82d7\u529b\u7530.", "to": "\u82d7\u529b\u7530", "width": 17.0}, {"created_at": 1752884209, "description": "The work was published by\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic dissemination,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was published by\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e.", "to": "\u300a\u54f2\u5b66\u903b\u8f91\u300b", "width": 9.0}, {"created_at": 1752884212, "description": "Dai Nianzu\u0027s translated work was published by China Renmin University Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Dai Nianzu\u0027s translated work was published by China Renmin University Press.", "to": "\u6234\u5ff5\u7956", "width": 8.0}, {"created_at": 1752884213, "description": "Gao Hongye\u0027s edited work was published by China Renmin University Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Gao Hongye\u0027s edited work was published by China Renmin University Press.", "to": "\u9ad8\u9e3f\u4e1a", "width": 8.0}, {"created_at": 1752884200, "description": "Miao Litian edited this compilation of Aristotle\u0027s works.\u003cSEP\u003eMiao Litian is the editor-in-chief of \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u0027, organizing Aristotle\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u82d7\u529b\u7530", "keywords": "academic curation,academic work,editing,editorship", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3\u003cSEP\u003echunk-8eefc105e8cce456308ce1260d081389", "title": "Miao Litian edited this compilation of Aristotle\u0027s works.\u003cSEP\u003eMiao Litian is the editor-in-chief of \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u0027, organizing Aristotle\u0027s works.", "to": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u300b", "width": 16.0}, {"created_at": 1752884203, "description": "\u82d7\u529b\u7530edited \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u82d7\u529b\u7530", "keywords": "editor-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u82d7\u529b\u7530edited \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66\u0027.", "to": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u2166\uff1a\u5f62\u800c\u4e0a\u5b66\u300b", "width": 9.0}, {"created_at": 1752884208, "description": "\u82d7\u529b\u7530edited the Chinese version of \u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b.", "file_path": "ChuZhongShuXue.docx", "from": "\u82d7\u529b\u7530", "keywords": "philosophical compilation", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u82d7\u529b\u7530edited the Chinese version of \u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b.", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6", "width": 9.0}, {"created_at": 1752884198, "description": "Selected Works of Marx and Engels (Volume 4) was published by People\u0027s Publishing House.", "file_path": "ChuZhongShuXue.docx", "from": "\u4eba\u6c11\u51fa\u7248\u793e", "keywords": "philosophical work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Selected Works of Marx and Engels (Volume 4) was published by People\u0027s Publishing House.", "to": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u9009\u96c6\u00b7\u7b2c\u56db\u5377\u300b", "width": 9.0}, {"created_at": 1752884202, "description": "\u4eba\u6c11\u51fa\u7248\u793eis the publisher of \u0027\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u4eba\u6c11\u51fa\u7248\u793e", "keywords": "academic works,publishing", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4eba\u6c11\u51fa\u7248\u793eis the publisher of \u0027\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u0027.", "to": "\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6", "width": 9.0}, {"created_at": 1752884209, "description": "The work was published by\u4eba\u6c11\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u4eba\u6c11\u51fa\u7248\u793e", "keywords": "academic dissemination,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was published by\u4eba\u6c11\u51fa\u7248\u793e.", "to": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "width": 9.0}, {"created_at": 1752884202, "description": "\u5546\u52a1\u5370\u4e66\u9986published the Chinese translation of\u5f17\u96f7\u683c\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u52a1\u5370\u4e66\u9986", "keywords": "philosophy,publishing", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5546\u52a1\u5370\u4e66\u9986published the Chinese translation of\u5f17\u96f7\u683c\u0027s works.", "to": "\u5f17\u96f7\u683c", "width": 8.0}, {"created_at": 1752884209, "description": "The work was translated and published by\u5546\u52a1\u5370\u4e66\u9986.", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u52a1\u5370\u4e66\u9986", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u5546\u52a1\u5370\u4e66\u9986.", "to": "\u300a\u8c08\u8c08\u65b9\u6cd5\u300b(\u300a\u65b9\u6cd5\u8bba\u300b)", "width": 9.0}, {"created_at": 1752884210, "description": "The work was translated and published by\u5546\u52a1\u5370\u4e66\u9986.", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u52a1\u5370\u4e66\u9986", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u5546\u52a1\u5370\u4e66\u9986.", "to": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "width": 9.0}, {"created_at": 1752884212, "description": "Xu Liangying\u0027s compiled work was published by The Commercial Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u52a1\u5370\u4e66\u9986", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Xu Liangying\u0027s compiled work was published by The Commercial Press.", "to": "\u8bb8\u826f\u82f1", "width": 8.0}, {"created_at": 1752884212, "description": "Fan Dainian\u0027s compiled work was published by The Commercial Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u52a1\u5370\u4e66\u9986", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Fan Dainian\u0027s compiled work was published by The Commercial Press.", "to": "\u8303\u5cb1\u5e74", "width": 8.0}, {"created_at": 1752884203, "description": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793epublished works by\u8f9b\u683c.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "keywords": "author-publisher", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793epublished works by\u8f9b\u683c.", "to": "\u8f9b\u683c", "width": 9.0}, {"created_at": 1752884209, "description": "The work was published by\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "keywords": "academic dissemination,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was published by\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e.", "to": "\u300a\u54e5\u5fb7\u5c14\u300b", "width": 9.0}, {"created_at": 1752884202, "description": "\u4e2d\u534e\u4e66\u5c40published\u8c2d\u4e1a\u8c26\u0027s \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u534e\u4e66\u5c40", "keywords": "ancient texts,publishing", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4e2d\u534e\u4e66\u5c40published\u8c2d\u4e1a\u8c26\u0027s \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027.", "to": "\u8c2d\u4e1a\u8c26", "width": 8.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u534e\u4e66\u5c40", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "width": 8.0}, {"created_at": 1752884207, "description": "\u94b1\u5b9d\u742e\u0027s works were published by\u4e2d\u534e\u4e66\u5c40.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u534e\u4e66\u5c40", "keywords": "scholarly publication", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u94b1\u5b9d\u742e\u0027s works were published by\u4e2d\u534e\u4e66\u5c40.", "to": "\u94b1\u5b9d\u742e", "width": 7.0}, {"created_at": 1752884209, "description": "The text about Guo Shoujing was published by\u4e2d\u534e\u4e66\u5c40.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e2d\u534e\u4e66\u5c40", "keywords": "historical documentation,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The text about Guo Shoujing was published by\u4e2d\u534e\u4e66\u5c40.", "to": "\u300a\u5143\u53f2\u00b7\u5217\u4f20\u00b7\u90ed\u5b88\u656c\u300b", "width": 8.0}, {"created_at": 1752884195, "description": "Co-translators of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u6b65\u697c", "keywords": "collaboration,translation", "source_id": "chunk-42220f52b4f10f3dd80cceb36ebbd3ce", "title": "Co-translators of Ayer\u0027s \u0027Twentieth Century Philosophy\u0027.", "to": "\u4fde\u5ba3\u5b5f", "width": 7.0}, {"created_at": 1752884196, "description": "Lan Jizheng and Zhu Enkuan translated Euclid\u0027s Elements into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u5170\u7eaa\u6b63\u6731\u6069\u5bbd", "keywords": "academic work,mathematics,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Lan Jizheng and Zhu Enkuan translated Euclid\u0027s Elements into Chinese.", "to": "\u300a\u6b27\u51e0\u91cc\u5f97\u00b7\u51e0\u4f55\u539f\u672c\u300b", "width": 17.0}, {"created_at": 1752884196, "description": "The Ministry of Education collaborated with Beijing Normal University Press to publish the 2022 curriculum standards.\u003cSEP\u003eThe Ministry of Education of the People\u0027s Republic of China collaborates with Beijing Normal University Publishing Group to publish educational standards.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic publishing,education policy,policy,publication", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "The Ministry of Education collaborated with Beijing Normal University Press to publish the 2022 curriculum standards.\u003cSEP\u003eThe Ministry of Education of the People\u0027s Republic of China collaborates with Beijing Normal University Publishing Group to publish educational standards.", "to": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6559\u80b2\u90e8", "width": 15.0}, {"created_at": 1752884197, "description": "18 Lectures on Basic Mathematical Ideas was published by Beijing Normal University Press.\u003cSEP\u003eThe work was published by\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic dissemination,educational work,publication,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "18 Lectures on Basic Mathematical Ideas was published by Beijing Normal University Press.\u003cSEP\u003eThe work was published by\u5317\u4eac\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e.", "to": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "width": 18.0}, {"created_at": 1752884211, "description": "The translation bureau is responsible for translating Marx and Engels\u0027 works into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u9a6c\u514b\u601d\u6069\u683c\u65af", "keywords": "ideology,translation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The translation bureau is responsible for translating Marx and Engels\u0027 works into Chinese.", "to": "\u4e2d\u5171\u4e2d\u592e\u9a6c\u514b\u601d\u6069\u683c\u65af\u5217\u5b81\u65af\u5927\u6797\u8457\u4f5c\u7f16\u8bd1\u5c40", "width": 9.0}, {"created_at": 1752884196, "description": "Xu Sidi and Shi Ningzhong researched the sequence of teaching fractions and decimals in textbooks.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f90\u601d\u8fea\u53f2\u5b81\u4e2d", "keywords": "education,research", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Xu Sidi and Shi Ningzhong researched the sequence of teaching fractions and decimals in textbooks.", "to": "\u5206\u6570\u4e0e\u5c0f\u6570\u7684\u6559\u6750\u7f16\u5199\u987a\u5e8f", "width": 8.0}, {"created_at": 1752884197, "description": "A General History of World Mathematics (Volume 2) was published by Liaoning Education Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "keywords": "academic work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "A General History of World Mathematics (Volume 2) was published by Liaoning Education Press.", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u300b", "width": 9.0}, {"created_at": 1752884200, "description": "Liaoning Education Publishing House published \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u0027, making it available to readers.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "keywords": "dissemination,publishing", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Liaoning Education Publishing House published \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u0027, making it available to readers.", "to": "\u4e16\u754c\u6570\u5b66\u901a\u53f2", "width": 7.0}, {"created_at": 1752884200, "description": "Liaoning Education Publishing House published \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u0027, making it available to readers.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "keywords": "dissemination,publishing", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Liaoning Education Publishing House published \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u0027, making it available to readers.", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u300b", "width": 7.0}, {"created_at": 1752884200, "description": "Liaoning Education Publishing House published \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, making it available to readers.", "file_path": "ChuZhongShuXue.docx", "from": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "keywords": "dissemination,publishing", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Liaoning Education Publishing House published \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, making it available to readers.", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "width": 7.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b", "width": 8.0}, {"created_at": 1752884196, "description": "Zuo Qiuming is the original author of the Spring and Autumn Annals with Zuo Commentary.", "file_path": "ChuZhongShuXue.docx", "from": "\u5de6\u4e18\u660e", "keywords": "authorship,history", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Zuo Qiuming is the original author of the Spring and Autumn Annals with Zuo Commentary.", "to": "\u300a\u5341\u4e09\u7ecf\u6ce8\u758f\u00b7\u6625\u79cb\u5de6\u4f20\u6b63\u4e49\u300b", "width": 8.0}, {"created_at": 1752884209, "description": "The work was translated and published by\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e.", "to": "\u300a\u7b1b\u5361\u5c14\u51e0\u4f55\u300b", "width": 9.0}, {"created_at": 1752884212, "description": "Xu Xiangdong\u0027s translated work was published by Peking University Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "keywords": "collaboration,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Xu Xiangdong\u0027s translated work was published by Peking University Press.", "to": "\u5f90\u5411\u4e1c", "width": 8.0}, {"created_at": 1752884196, "description": "Zhao Li, Wang Chunying and Shi Ningzhong conducted comparative research on fraction concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d75\u8389\u738b\u6625\u82f1\u53f2\u5b81\u4e2d", "keywords": "education,research", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Zhao Li, Wang Chunying and Shi Ningzhong conducted comparative research on fraction concepts.", "to": "\u5206\u6570\u6982\u5ff5\u8868\u8ff0", "width": 8.0}, {"created_at": 1752884196, "description": "Li Chunfeng was from Qishan, Shaanxi.\u003cSEP\u003eLi Chunfeng was from Shaanxi Qishan, his hometown.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u6df3\u98ce", "keywords": "biography,hometown,origin", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3\u003cSEP\u003echunk-8536b48102e07677da2af463a726f4c6", "title": "Li Chunfeng was from Qishan, Shaanxi.\u003cSEP\u003eLi Chunfeng was from Shaanxi Qishan, his hometown.", "to": "\u9655\u897f\u5c90\u5c71", "width": 14.0}, {"created_at": 1752884198, "description": "Li Di published an article on decimal fractions in Mathematics Bulletin.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u8fea", "keywords": "academic publication,history of mathematics", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Di published an article on decimal fractions in Mathematics Bulletin.", "to": "\u300a\u6570\u5b66\u901a\u62a5\u300b", "width": 8.0}, {"created_at": 1752884197, "description": "Ancient Egyptian Sirius research is mentioned in \u002718 Lectures on Basic Mathematical Thoughts\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "keywords": "astronomy,reference", "source_id": "chunk-8536b48102e07677da2af463a726f4c6", "title": "Ancient Egyptian Sirius research is mentioned in \u002718 Lectures on Basic Mathematical Thoughts\u0027.", "to": "\u53e4\u57c3\u53ca\u5929\u72fc\u661f\u7814\u7a76", "width": 7.0}, {"created_at": 1752884198, "description": "Pages 50-51 contain important concepts in Shi Ningzhong\u0027s work on mathematical thinking.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b", "keywords": "educational content,mathematical theory", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Pages 50-51 contain important concepts in Shi Ningzhong\u0027s work on mathematical thinking.", "to": "\u300a\u6570\u5b66\u57fa\u672c\u601d\u60f318\u8bb2\u300b50-51\u9875", "width": 9.0}, {"created_at": 1752884210, "description": "The text references discussion of Gaussian curvature in topic 16.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bdd\u989816", "keywords": "mathematical concepts", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The text references discussion of Gaussian curvature in topic 16.", "to": "\u9ad8\u65af\u66f2\u7387", "width": 7.0}, {"created_at": 1752884197, "description": "Qin Jiushao generalized the problem into the Chinese Remainder Theorem.", "file_path": "ChuZhongShuXue.docx", "from": "\u79e6\u4e5d\u97f6", "keywords": "mathematical contribution,theorem development", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Qin Jiushao generalized the problem into the Chinese Remainder Theorem.", "to": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "width": 10.0}, {"created_at": 1752884197, "description": "Liang Zongju, Wang Qingjian, and Sun Hong\u0027an co-authored A General History of World Mathematics (Volume 2).", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u300b", "keywords": "authorship,collaboration", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Liang Zongju, Wang Qingjian, and Sun Hong\u0027an co-authored A General History of World Mathematics (Volume 2).", "to": "\u6881\u5b97\u5de8\u738b\u9752\u5efa\u5b59\u5b8f\u5b89", "width": 10.0}, {"created_at": 1752884197, "description": "Guan Yiwu was from Yingshang, Anhui.\u003cSEP\u003e\u7ba1\u5937\u543ewas from\u5b89\u5fbd\u9896\u4e0a.", "file_path": "ChuZhongShuXue.docx", "from": "\u7ba1\u5937\u543e", "keywords": "hometown,origin,person-hometown", "source_id": "chunk-4484c2c0903345428988e3c5a809c919\u003cSEP\u003echunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Guan Yiwu was from Yingshang, Anhui.\u003cSEP\u003e\u7ba1\u5937\u543ewas from\u5b89\u5fbd\u9896\u4e0a.", "to": "\u5b89\u5fbd\u9896\u4e0a", "width": 16.0}, {"created_at": 1752884197, "description": "Mei Rongzhao translated Science and Civilisation in China into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "keywords": "academic work,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Mei Rongzhao translated Science and Civilisation in China into Chinese.", "to": "\u6885\u5bb9\u7167", "width": 9.0}, {"created_at": 1752884198, "description": "Page 73 in Chapter 19 of Volume 3 contains specific historical mathematical information.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b", "keywords": "historical detail,mathematical scholarship", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 73 in Chapter 19 of Volume 3 contains specific historical mathematical information.", "to": "\u300a\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u53f2\u300b\u7b2c\u4e09\u5377\u7b2c19\u7ae073\u9875", "width": 9.0}, {"created_at": 1752884197, "description": "Brahmagupta authored The Brahmasphutasiddhanta.", "file_path": "ChuZhongShuXue.docx", "from": "\u5a46\u7f57\u6469\u7b08\u591a", "keywords": "authorship,mathematical contribution", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Brahmagupta authored The Brahmasphutasiddhanta.", "to": "\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b", "width": 10.0}, {"created_at": 1752884197, "description": "The Zhoubi Suanjing and Jiuzhang Suanshu were published by Shanghai Ancient Books Publishing House.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf/\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical text,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Zhoubi Suanjing and Jiuzhang Suanshu were published by Shanghai Ancient Books Publishing House.", "to": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884205, "description": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793epublished\u7a0b\u8d1e\u4e00and\u95fb\u4eba\u519b\u0027s annotated translation.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "keywords": "academic collaboration,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793epublished\u7a0b\u8d1e\u4e00and\u95fb\u4eba\u519b\u0027s annotated translation.", "to": "\u7a0b\u8d1e\u4e00", "width": 9.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b", "width": 8.0}, {"created_at": 1752884198, "description": "Mathematical Thought from Ancient to Modern Times (Volume 1) was published by Shanghai Science and Technology Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b", "keywords": "academic work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Mathematical Thought from Ancient to Modern Times (Volume 1) was published by Shanghai Science and Technology Press.", "to": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u7248\u793e", "width": 9.0}, {"created_at": 1752884198, "description": "Page 212 contains specific historical mathematical concepts in Klein\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b", "keywords": "historical mathematics,scholarly detail", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 212 contains specific historical mathematical concepts in Klein\u0027s work.", "to": "\u300a\u53e4\u4eca\u6570\u5b66\u601d\u60f3\u00b7\u2160\u300b212\u9875", "width": 9.0}, {"created_at": 1752884198, "description": "Li Hongkui translated Mathematics: The Loss of Certainty into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "keywords": "academic work,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Hongkui translated Mathematics: The Loss of Certainty into Chinese.", "to": "\u674e\u5b8f\u9b41", "width": 9.0}, {"created_at": 1752884198, "description": "The Chinese translation of Mathematics: The Loss of Certainty was published by Hunan Science and Technology Press.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "keywords": "academic work,publication", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The Chinese translation of Mathematics: The Loss of Certainty was published by Hunan Science and Technology Press.", "to": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884198, "description": "Page 119 discusses philosophical aspects of mathematical certainty.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "keywords": "conceptual analysis,mathematical philosophy", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Page 119 discusses philosophical aspects of mathematical certainty.", "to": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b119\u9875", "width": 9.0}, {"created_at": 1752884205, "description": "\u514b\u83b1\u8335authored this philosophical work on mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "keywords": "academic work,authorship", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u514b\u83b1\u8335authored this philosophical work on mathematics.", "to": "\u514b\u83b1\u8335", "width": 10.0}, {"created_at": 1752884205, "description": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793epublished\u674e\u5b8f\u9b41\u0027s translation.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u5b8f\u9b41", "keywords": "academic collaboration,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793epublished\u674e\u5b8f\u9b41\u0027s translation.", "to": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884210, "description": "The volume was translated and published by\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The volume was translated and published by\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e.", "to": "\u300a\u7231\u56e0\u65af\u5766\u5168\u96c6\u00b7\u7b2c\u4e03\u5377\u300b", "width": 9.0}, {"created_at": 1752884211, "description": "The publisher is located in Changsha.\u003cSEP\u003e\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793eoperates in Changsha, Hunan province.", "file_path": "ChuZhongShuXue.docx", "from": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "location,organization location,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The publisher is located in Changsha.\u003cSEP\u003e\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793eoperates in Changsha, Hunan province.", "to": "\u957f\u6c99", "width": 15.0}, {"created_at": 1752884212, "description": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793epublished the Chinese version of Chandrasekhar\u0027s \u0027Truth and Beauty\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "publishing,translation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793epublished the Chinese version of Chandrasekhar\u0027s \u0027Truth and Beauty\u0027.", "to": "\u94b1\u5fb7\u62c9\u585e\u5361", "width": 7.0}, {"created_at": 1752884212, "description": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793epublished the Chinese translation of Weyl\u0027s \u0027Symmetry\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "publishing,translation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793epublished the Chinese translation of Weyl\u0027s \u0027Symmetry\u0027.", "to": "\u5916\u5c14", "width": 7.0}, {"created_at": 1752884198, "description": "Li Shanlan collaborated with Alexander Wylie to translate mathematical texts into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u5584\u5170", "keywords": "collaboration,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan collaborated with Alexander Wylie to translate mathematical texts into Chinese.", "to": "\u4f1f\u70c8\u4e9a\u529b", "width": 9.0}, {"created_at": 1752884199, "description": "Li Shanlan helped introduce differential calculus terminology through translations.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u5584\u5170", "keywords": "mathematical translation,terminology", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan helped introduce differential calculus terminology through translations.", "to": "\u5fae\u5206", "width": 9.0}, {"created_at": 1752884199, "description": "Li Shanlan helped introduce integral calculus terminology through translations.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u5584\u5170", "keywords": "mathematical translation,terminology", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan helped introduce integral calculus terminology through translations.", "to": "\u79ef\u5206", "width": 9.0}, {"created_at": 1752884199, "description": "Li Shanlan helped introduce series terminology through translations.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u5584\u5170", "keywords": "mathematical translation,terminology", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan helped introduce series terminology through translations.", "to": "\u7ea7\u6570", "width": 9.0}, {"created_at": 1752884198, "description": "Li Shanlan and Alexander Wylie co-translated Elements of Algebra into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "keywords": "academic work,translation", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Li Shanlan and Alexander Wylie co-translated Elements of Algebra into Chinese.", "to": "\u674e\u5584\u5170\u4f1f\u70c8\u4e9a\u529b", "width": 10.0}, {"created_at": 1752884198, "description": "Elements of Algebra was originally authored by De Morgan.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "keywords": "original authorship,translation source", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Elements of Algebra was originally authored by De Morgan.", "to": "\u6469\u6839", "width": 8.0}, {"created_at": 1752884198, "description": "The term \u0027algebra\u0027 in the title originates from the work of Al-Khwarizmi.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "keywords": "etymology,historical influence", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "The term \u0027algebra\u0027 in the title originates from the work of Al-Khwarizmi.", "to": "\u82b1\u62c9\u5b50\u7c73", "width": 7.0}, {"created_at": 1752884198, "description": "Problem 12 addresses core mathematical teaching concepts in Shi Ningzhong\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b\u95ee\u989812", "keywords": "mathematical education,problem solving", "source_id": "chunk-7f35e11154694cb00fbc4308a33a36a3", "title": "Problem 12 addresses core mathematical teaching concepts in Shi Ningzhong\u0027s work.", "to": "\u300a\u57fa\u672c\u6982\u5ff5\u4e0e\u8fd0\u7b97\u6cd5\u5219\u300b", "width": 9.0}, {"created_at": 1752884199, "description": "Differential and integral calculus are complementary concepts in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fae\u5206", "keywords": "calculus,mathematical duality", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Differential and integral calculus are complementary concepts in mathematics.", "to": "\u79ef\u5206", "width": 9.0}, {"created_at": 1752884199, "description": "Courant and Robbins co-authored a seminal text on the nature of mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u67ef\u6717\u7f57\u5bbe", "keywords": "foundational text,mathematical education", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Courant and Robbins co-authored a seminal text on the nature of mathematics.", "to": "\u4ec0\u4e48\u662f\u6570\u5b66", "width": 9.0}, {"created_at": 1752884199, "description": "Both are conic sections studied in geometry and algebra.", "file_path": "ChuZhongShuXue.docx", "from": "\u629b\u7269\u7ebf", "keywords": "conic sections,geometric properties", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Both are conic sections studied in geometry and algebra.", "to": "\u53cc\u66f2\u7ebf", "width": 7.0}, {"created_at": 1752884199, "description": "Tangent and normal lines are perpendicular at the point of contact on a curve.", "file_path": "ChuZhongShuXue.docx", "from": "\u5207\u7ebf", "keywords": "differential geometry,geometric relationships", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Tangent and normal lines are perpendicular at the point of contact on a curve.", "to": "\u6cd5\u7ebf", "width": 8.0}, {"created_at": 1752884199, "description": "Dedekind\u0027s work laid the foundation for the theory of real numbers.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b9e\u6570\u63a2\u539f", "keywords": "mathematical foundations,number theory", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Dedekind\u0027s work laid the foundation for the theory of real numbers.", "to": "Richard Dedekind", "width": 10.0}, {"created_at": 1752884199, "description": "Cajori authored a comprehensive history of mathematical notations.", "file_path": "ChuZhongShuXue.docx", "from": "\u6570\u5b66\u7b26\u53f7\u53f2", "keywords": "historical research,mathematical symbols", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Cajori authored a comprehensive history of mathematical notations.", "to": "Cajori", "width": 8.0}, {"created_at": 1752884199, "description": "Ruthing studied various definitions of the function concept.", "file_path": "ChuZhongShuXue.docx", "from": "\u51fd\u6570\u6982\u5ff5", "keywords": "function definition,mathematical theory", "source_id": "chunk-42e82319a2d63b215f82bba66d1e632d", "title": "Ruthing studied various definitions of the function concept.", "to": "Dieter Ruthing", "width": 7.0}, {"created_at": 1752884210, "description": "Courant authored this popular mathematics book.", "file_path": "ChuZhongShuXue.docx", "from": "\u67ef\u6717", "keywords": "authorship,mathematics", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Courant authored this popular mathematics book.", "to": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "width": 10.0}, {"created_at": 1752884210, "description": "The work was translated and published by\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e.", "to": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "width": 9.0}, {"created_at": 1752884211, "description": "The publisher is located in Shanghai.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e0a\u6d77", "keywords": "organization location", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The publisher is located in Shanghai.", "to": "\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752884204, "description": "\u738b\u5609\u96bd\u5c06\u5e0c\u7f57\u591a\u5fb7\u7684\u300a\u5386\u53f2\u300b\u7ffb\u8bd1\u6210\u4e2d\u6587\uff0c\u4fc3\u8fdb\u5176\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5386\u53f2\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u738b\u5609\u96bd\u5c06\u5e0c\u7f57\u591a\u5fb7\u7684\u300a\u5386\u53f2\u300b\u7ffb\u8bd1\u6210\u4e2d\u6587\uff0c\u4fc3\u8fdb\u5176\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u3002", "to": "\u738b\u5609\u96bd", "width": 8.0}, {"created_at": 1752884200, "description": "Wang Qingjian is a co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, contributing to the history of mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "keywords": "academic collaboration,co-authorship", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Wang Qingjian is a co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, contributing to the history of mathematics.", "to": "\u738b\u9752\u5efa", "width": 8.0}, {"created_at": 1752884200, "description": "Sun Hongan is a co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, contributing to the history of mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u300b", "keywords": "academic collaboration,co-authorship", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Sun Hongan is a co-author of \u0027\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0b\u518c\u0027, contributing to the history of mathematics.", "to": "\u5b59\u5b8f\u5b89", "width": 8.0}, {"created_at": 1752884200, "description": "Li Xingmin translated \u0027\u79d1\u5b66\u4e0e\u65b9\u6cd5\u0027 into Chinese, making it accessible to Chinese readers.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Li Xingmin translated \u0027\u79d1\u5b66\u4e0e\u65b9\u6cd5\u0027 into Chinese, making it accessible to Chinese readers.", "to": "\u674e\u9192\u6c11", "width": 7.0}, {"created_at": 1752884210, "description": "Poincar\u00e9 authored this work on the philosophy of science.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b", "keywords": "authorship,philosophy", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Poincar\u00e9 authored this work on the philosophy of science.", "to": "\u5f6d\u52a0\u52d2(\u5e9e\u52a0\u83b1)", "width": 10.0}, {"created_at": 1752884200, "description": "Ye Yunli translated \u0027\u79d1\u5b66\u4e0e\u5047\u8bbe\u0027 into Chinese, making it accessible to Chinese readers.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u79d1\u5b66\u4e0e\u5047\u8bbe\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Ye Yunli translated \u0027\u79d1\u5b66\u4e0e\u5047\u8bbe\u0027 into Chinese, making it accessible to Chinese readers.", "to": "\u53f6\u8574\u7406", "width": 7.0}, {"created_at": 1752884200, "description": "Xu Kailai translated \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u0027, making Aristotle\u0027s works accessible in Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Xu Kailai translated \u0027\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2161\u0027, making Aristotle\u0027s works accessible in Chinese.", "to": "\u5f90\u5f00\u6765", "width": 7.0}, {"created_at": 1752884200, "description": "Jiang Boju authored \u0027\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u0027, contributing to mathematical education.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u300b", "keywords": "authorship,educational contribution", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Jiang Boju authored \u0027\u6570\u5b66\u5c0f\u4e1b\u4e66\u00b7\u4e00\u7b14\u753b\u548c\u90ae\u9012\u8def\u7ebf\u95ee\u9898\u0027, contributing to mathematical education.", "to": "\u59dc\u4f2f\u9a79", "width": 8.0}, {"created_at": 1752884201, "description": "Boltyansky is the author of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027, a book on topology.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u62d3\u6251\u5b66\u5947\u8da3\u300b", "keywords": "authorship,mathematical theory", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Boltyansky is the author of \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027, a book on topology.", "to": "\u5df4\u5c14\u4f73\u65af\u57fa", "width": 8.0}, {"created_at": 1752884201, "description": "Qiu Guangming translated \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027 into Chinese, making it accessible to Chinese readers.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u62d3\u6251\u5b66\u5947\u8da3\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Qiu Guangming translated \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027 into Chinese, making it accessible to Chinese readers.", "to": "\u88d8\u5149\u660e", "width": 7.0}, {"created_at": 1752884201, "description": "Hunan Education Publishing House published \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027, disseminating mathematical knowledge.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u62d3\u6251\u5b66\u5947\u8da3\u300b", "keywords": "educational dissemination,publishing", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Hunan Education Publishing House published \u0027\u62d3\u6251\u5b66\u5947\u8da3\u0027, disseminating mathematical knowledge.", "to": "\u6e56\u5357\u6559\u80b2\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752884201, "description": "Copi co-authored this textbook on logic, widely used in education.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "keywords": "co-authorship,educational resource", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Copi co-authored this textbook on logic, widely used in education.", "to": "\u67ef\u5339", "width": 8.0}, {"created_at": 1752884201, "description": "Zhang Jianjun translated this logic textbook into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Zhang Jianjun translated this logic textbook into Chinese.", "to": "\u5f20\u5efa\u519b", "width": 7.0}, {"created_at": 1752884201, "description": "Pan Tianqun translated this logic textbook into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Pan Tianqun translated this logic textbook into Chinese.", "to": "\u6f58\u5929\u7fa4", "width": 7.0}, {"created_at": 1752884201, "description": "Zhuge Liang is credited with inventing the Kongming lantern during the Three Kingdoms period.", "file_path": "ChuZhongShuXue.docx", "from": "\u5b54\u660e\u706f", "keywords": "historical attribution,invention", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Zhuge Liang is credited with inventing the Kongming lantern during the Three Kingdoms period.", "to": "\u8bf8\u845b\u4eae", "width": 8.0}, {"created_at": 1752884201, "description": "Gao You annotated \u0027\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u0027, providing commentary on classical Chinese philosophy.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u300b", "keywords": "annotation,scholarly interpretation", "source_id": "chunk-8eefc105e8cce456308ce1260d081389", "title": "Gao You annotated \u0027\u5415\u6c0f\u6625\u79cb\u00b7\u614e\u5927\u89c8\u00b7\u4e0b\u8d24\u0027, providing commentary on classical Chinese philosophy.", "to": "\u9ad8\u8bf1", "width": 7.0}, {"created_at": 1752884201, "description": "\u5f20\u5efa\u519band\u6f58\u5929\u7fa4translated \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u5efa\u519b\u6f58\u5929\u7fa4", "keywords": "collaboration,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5f20\u5efa\u519band\u6f58\u5929\u7fa4translated \u0027\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248\u0027 into Chinese.", "to": "\u903b\u8f91\u5b66\u5bfc\u8f6e\u00b7\u7b2c11\u7248", "width": 6.0}, {"created_at": 1752884201, "description": "\u8c2d\u4e1a\u8c26annotated and translated \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027, providing insights into the ancient text.", "file_path": "ChuZhongShuXue.docx", "from": "\u8c2d\u4e1a\u8c26", "keywords": "annotation,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u8c2d\u4e1a\u8c26annotated and translated \u0027\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8\u0027, providing insights into the ancient text.", "to": "\u516c\u5b59\u9f99\u5b50\u8bd1\u6ce8", "width": 8.0}, {"created_at": 1752884201, "description": "\u6c5f\u6021translated\u65af\u7279\u52b3\u68ee\u0027s \u0027\u4e2a\u4f53\uff1a\u8bba\u63cf\u8ff0\u7684\u5f62\u800c\u4e0a\u5b66\u0027 into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u65af\u7279\u52b3\u68ee", "keywords": "academic collaboration,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u6c5f\u6021translated\u65af\u7279\u52b3\u68ee\u0027s \u0027\u4e2a\u4f53\uff1a\u8bba\u63cf\u8ff0\u7684\u5f62\u800c\u4e0a\u5b66\u0027 into Chinese.", "to": "\u6c5f\u6021", "width": 7.0}, {"created_at": 1752884201, "description": "\u738b\u8deftranslated\u5f17\u96f7\u683c\u0027s philosophical works into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f17\u96f7\u683c", "keywords": "philosophy,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u738b\u8deftranslated\u5f17\u96f7\u683c\u0027s philosophical works into Chinese.", "to": "\u738b\u8def", "width": 8.0}, {"created_at": 1752884202, "description": "\u5218\u5317\u6210and\u90ed\u5c0f\u51cctranslated\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027 into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c64\u56e0\u6bd4", "keywords": "historical research,translation", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u5218\u5317\u6210and\u90ed\u5c0f\u51cctranslated\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027 into Chinese.", "to": "\u5218\u5317\u6210\u90ed\u5c0f\u51cc", "width": 7.0}, {"created_at": 1752884202, "description": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793epublished the Chinese translation of\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u6c64\u56e0\u6bd4", "keywords": "history,publishing", "source_id": "chunk-170459199033f3f9a45d2ef237310873", "title": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793epublished the Chinese translation of\u6c64\u56e0\u6bd4\u0027s \u0027\u5386\u53f2\u7814\u7a76\u0027.", "to": "\u4e0a\u6d77\u4eba\u6c11\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884203, "description": "\u4f55\u5146\u6b66translated \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f55\u5146\u6b66", "keywords": "translator-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4f55\u5146\u6b66translated \u0027\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u0027.", "to": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u00b7\u4e0a\u300b", "width": 8.0}, {"created_at": 1752884202, "description": "\u738b\u6606\u626ctranslated\u9676\u54f2\u8f69\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u9676\u54f2\u8f69", "keywords": "author-translator", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u738b\u6606\u626ctranslated\u9676\u54f2\u8f69\u0027s works.", "to": "\u738b\u6606\u626c", "width": 8.0}, {"created_at": 1752884202, "description": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793epublished translated works of\u9676\u54f2\u8f69.", "file_path": "ChuZhongShuXue.docx", "from": "\u9676\u54f2\u8f69", "keywords": "author-publisher", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793epublished translated works of\u9676\u54f2\u8f69.", "to": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884203, "description": "\u9676\u54f2\u8f69authored \u0027\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u9676\u54f2\u8f69", "keywords": "author-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u9676\u54f2\u8f69authored \u0027\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u0027.", "to": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "width": 10.0}, {"created_at": 1752884203, "description": "\u738b\u6606\u626ctranslated \u0027\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u738b\u6606\u626c", "keywords": "translator-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u738b\u6606\u626ctranslated \u0027\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u0027.", "to": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "width": 8.0}, {"created_at": 1752884203, "description": "\u8f9b\u683cauthored \u0027\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f9b\u683c", "keywords": "author-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u8f9b\u683cauthored \u0027\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u0027.", "to": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "width": 10.0}, {"created_at": 1752884203, "description": "\u5fb7\u6bd4\u5e0c\u5c14authored \u0027\u7d20\u6570\u4e4b\u604b\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u5fb7\u6bd4\u5e0c\u5c14", "keywords": "author-book", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u5fb7\u6bd4\u5e0c\u5c14authored \u0027\u7d20\u6570\u4e4b\u604b\u0027.", "to": "\u300a\u7d20\u6570\u4e4b\u604b\u300b", "width": 10.0}, {"created_at": 1752884203, "description": "\u300a\u6c38\u4e50\u5927\u5178\u300b\u6536\u5f55\u4e86\u8d3e\u5baa\u7684\u6570\u5b66\u65b9\u6cd5\u548c\u6768\u8f89\u4e09\u89d2\u7684\u5185\u5bb9\u3002\u003cSEP\u003e\u8d3e\u5baa\u0027s methods are recorded in \u0027\u6c38\u4e50\u5927\u5178\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u8d3e\u5baa", "keywords": "documentation,historical record,mathematician-reference", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "\u300a\u6c38\u4e50\u5927\u5178\u300b\u6536\u5f55\u4e86\u8d3e\u5baa\u7684\u6570\u5b66\u65b9\u6cd5\u548c\u6768\u8f89\u4e09\u89d2\u7684\u5185\u5bb9\u3002\u003cSEP\u003e\u8d3e\u5baa\u0027s methods are recorded in \u0027\u6c38\u4e50\u5927\u5178\u0027.", "to": "\u300a\u6c38\u4e50\u5927\u5178\u300b", "width": 14.0}, {"created_at": 1752884204, "description": "\u6768\u8f89\u4e09\u89d2\u8d77\u6e90\u4e8e\u8d3e\u5baa\u7684\u0027\u5f00\u65b9\u4f5c\u6cd5\u672c\u613f\u0027\u56fe\uff0c\u8bb0\u8f7d\u4e8e\u300a\u6c38\u4e50\u5927\u5178\u300b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u8d3e\u5baa", "keywords": "historical context,mathematical origin", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u6768\u8f89\u4e09\u89d2\u8d77\u6e90\u4e8e\u8d3e\u5baa\u7684\u0027\u5f00\u65b9\u4f5c\u6cd5\u672c\u613f\u0027\u56fe\uff0c\u8bb0\u8f7d\u4e8e\u300a\u6c38\u4e50\u5927\u5178\u300b\u3002", "to": "\u6768\u8f89\u4e09\u89d2", "width": 8.0}, {"created_at": 1752884203, "description": "\u5317\u4eac\u51fa\u7248\u793epublished works by\u7231\u5fb7\u534e.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u5fb7\u534e", "keywords": "author-publisher", "source_id": "chunk-4484c2c0903345428988e3c5a809c919", "title": "\u5317\u4eac\u51fa\u7248\u793epublished works by\u7231\u5fb7\u534e.", "to": "\u5317\u4eac\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884203, "description": "\u7231\u5fb7\u534eauthored \u0027\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u0027.\u003cSEP\u003e\u7231\u5fb7\u534e\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u4ecb\u7ecd\u4e86\u5fae\u79ef\u5206\u7684\u5386\u53f2\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u5fb7\u534e", "keywords": "academic contribution,author-book,authorship", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8\u003cSEP\u003echunk-4484c2c0903345428988e3c5a809c919", "title": "\u7231\u5fb7\u534eauthored \u0027\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u0027.\u003cSEP\u003e\u7231\u5fb7\u534e\u662f\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u4ecb\u7ecd\u4e86\u5fae\u79ef\u5206\u7684\u5386\u53f2\u3002", "to": "\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b", "width": 19.0}, {"created_at": 1752884204, "description": "\u5f20\u9e3f\u6797\u5c06\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7ffb\u8bd1\u6210\u4e2d\u6587\uff0c\u4f7f\u5176\u5728\u4e2d\u56fd\u4f20\u64ad\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5f20\u9e3f\u6797\u5c06\u300a\u5fae\u79ef\u5206\u53d1\u5c55\u53f2\u300b\u7ffb\u8bd1\u6210\u4e2d\u6587\uff0c\u4f7f\u5176\u5728\u4e2d\u56fd\u4f20\u64ad\u3002", "to": "\u5f20\u9e3f\u6797", "width": 8.0}, {"created_at": 1752884204, "description": "\u674e\u9510\u6821\u8ba2\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u5e76\u5c06\u5176\u6536\u5165\u300a\u56db\u5e93\u5168\u4e66\u300b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u9510", "keywords": "compilation,editing", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u674e\u9510\u6821\u8ba2\u300a\u6570\u4e66\u4e5d\u7ae0\u300b\u5e76\u5c06\u5176\u6536\u5165\u300a\u56db\u5e93\u5168\u4e66\u300b\u3002", "to": "\u300a\u56db\u5e93\u5168\u4e66\u300b", "width": 7.0}, {"created_at": 1752884204, "description": "\u4f9d\u592b\u65af\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u7cfb\u7edf\u4ecb\u7ecd\u4e86\u6570\u5b66\u53d1\u5c55\u53f2\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b", "keywords": "authorship,historical documentation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u4f9d\u592b\u65af\u662f\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u7cfb\u7edf\u4ecb\u7ecd\u4e86\u6570\u5b66\u53d1\u5c55\u53f2\u3002", "to": "\u4f9d\u592b\u65af", "width": 9.0}, {"created_at": 1752884204, "description": "\u6b27\u9633\u7edb\u53c2\u4e0e\u7ffb\u8bd1\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\uff0c\u4fc3\u8fdb\u5176\u5728\u4e2d\u56fd\u4f20\u64ad\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b", "keywords": "cultural exchange,translation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u6b27\u9633\u7edb\u53c2\u4e0e\u7ffb\u8bd1\u300a\u6570\u5b66\u53f2\u4e0a\u7684\u91cc\u7a0b\u7891\u300b\uff0c\u4fc3\u8fdb\u5176\u5728\u4e2d\u56fd\u4f20\u64ad\u3002", "to": "\u6b27\u9633\u7edb", "width": 8.0}, {"created_at": 1752884204, "description": "\u8f9b\u94a6\u7f16\u5199\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u4f5c\u4e3a\u6570\u5b66\u6559\u6750\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b", "keywords": "authorship,educational material", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u8f9b\u94a6\u7f16\u5199\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u4f5c\u4e3a\u6570\u5b66\u6559\u6750\u3002", "to": "\u8f9b\u94a6", "width": 9.0}, {"created_at": 1752884204, "description": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u7ffb\u8bd1\u4e86\u8f9b\u94a6\u7684\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b", "keywords": "academic collaboration,translation", "source_id": "chunk-5bfa7384dc42f0162f843b05c24e2ea8", "title": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u7ffb\u8bd1\u4e86\u8f9b\u94a6\u7684\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u300b\u3002", "to": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb", "width": 8.0}, {"created_at": 1752884205, "description": "\u8f9b\u94a6\u0027s work was translated by the department.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f9b\u94a6", "keywords": "academic collaboration,translation", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u8f9b\u94a6\u0027s work was translated by the department.", "to": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u6570\u5b66\u5206\u6790\u4e0e\u51fd\u6570\u8bba\u6559\u7814\u5ba4", "width": 8.0}, {"created_at": 1752884205, "description": "\u8f9b\u94a6is the author of this mathematical textbook.", "file_path": "ChuZhongShuXue.docx", "from": "\u8f9b\u94a6", "keywords": "academic work,authorship", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u8f9b\u94a6is the author of this mathematical textbook.", "to": "\u300a\u6570\u5b66\u5206\u6790\u7b80\u660e\u6559\u7a0b\u00b7\u4e0a\u300b", "width": 10.0}, {"created_at": 1752884205, "description": "The department\u0027s translation was published by\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "keywords": "academic collaboration,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "The department\u0027s translation was published by\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e.", "to": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u6570\u5b66\u5206\u6790\u4e0e\u51fd\u6570\u8bba\u6559\u7814\u5ba4", "width": 9.0}, {"created_at": 1752884205, "description": "\u8bb8\u5b9d\u9a04edited the translation done by the department.", "file_path": "ChuZhongShuXue.docx", "from": "\u5317\u4eac\u5927\u5b66\u6570\u5b66\u529b\u5b66\u7cfb\u6570\u5b66\u5206\u6790\u4e0e\u51fd\u6570\u8bba\u6559\u7814\u5ba4", "keywords": "academic collaboration,editing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u8bb8\u5b9d\u9a04edited the translation done by the department.", "to": "\u8bb8\u5b9d\u9a04", "width": 7.0}, {"created_at": 1752884205, "description": "\u9c81\u65ed\u4e1ctranslated\u4e54\u6cbb\u00b7\u8428\u987f\u0027s work into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e54\u6cbb\u00b7\u8428\u987f", "keywords": "academic translation,academic work,translation", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31\u003cSEP\u003echunk-00f45528a4186020aca4f014c14769e9", "title": "\u9c81\u65ed\u4e1ctranslated\u4e54\u6cbb\u00b7\u8428\u987f\u0027s work into Chinese.", "to": "\u9c81\u65ed\u4e1c", "width": 14.0}, {"created_at": 1752884206, "description": "\u4e54\u6cbb\u00b7\u8428\u987fauthored this work on ancient Greek science.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e54\u6cbb\u00b7\u8428\u987f", "keywords": "academic work,authorship", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u4e54\u6cbb\u00b7\u8428\u987fauthored this work on ancient Greek science.", "to": "\u300a\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66\u300b", "width": 10.0}, {"created_at": 1752884208, "description": "\u4e54\u6cbb\u00b7\u8428\u987fauthored\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66.", "file_path": "ChuZhongShuXue.docx", "from": "\u4e54\u6cbb\u00b7\u8428\u987f", "keywords": "historiography of science", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u4e54\u6cbb\u00b7\u8428\u987fauthored\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66.", "to": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66", "width": 8.0}, {"created_at": 1752884205, "description": "\u5927\u8c61\u51fa\u7248\u793epublished\u9c81\u65ed\u4e1c\u0027s translation.", "file_path": "ChuZhongShuXue.docx", "from": "\u9c81\u65ed\u4e1c", "keywords": "academic collaboration,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u5927\u8c61\u51fa\u7248\u793epublished\u9c81\u65ed\u4e1c\u0027s translation.", "to": "\u5927\u8c61\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884208, "description": "\u9c81\u65ed\u4e1ctranslated George Sarton\u0027s work into Chinese.", "file_path": "ChuZhongShuXue.docx", "from": "\u9c81\u65ed\u4e1c", "keywords": "academic translation", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u9c81\u65ed\u4e1ctranslated George Sarton\u0027s work into Chinese.", "to": "\u5e0c\u814a\u9ec4\u91d1\u65f6\u4ee3\u7684\u53e4\u4ee3\u79d1\u5b66", "width": 8.0}, {"created_at": 1752884206, "description": "This collection contains all works by\u8463\u4f5c\u5bbe.", "file_path": "ChuZhongShuXue.docx", "from": "\u8463\u4f5c\u5bbe", "keywords": "authorship,complete works", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "This collection contains all works by\u8463\u4f5c\u5bbe.", "to": "\u300a\u8463\u4f5c\u5bbe\u5148\u751f\u5168\u96c6\u300b", "width": 10.0}, {"created_at": 1752884205, "description": "\u7a0b\u8d1e\u4e00and\u95fb\u4eba\u519bcollaborated on translating and annotating \u0027The Zhoubi Suanjing\u0027.", "file_path": "ChuZhongShuXue.docx", "from": "\u7a0b\u8d1e\u4e00", "keywords": "academic work,collaboration", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u7a0b\u8d1e\u4e00and\u95fb\u4eba\u519bcollaborated on translating and annotating \u0027The Zhoubi Suanjing\u0027.", "to": "\u95fb\u4eba\u519b", "width": 8.0}, {"created_at": 1752884208, "description": "\u5218\u94a2authored \u300a\u53e4\u5730\u56fe\u5bc6\u7801\u300b.", "file_path": "ChuZhongShuXue.docx", "from": "\u5218\u94a2", "keywords": "historical research", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5218\u94a2authored \u300a\u53e4\u5730\u56fe\u5bc6\u7801\u300b.", "to": "\u53e4\u5730\u56fe\u5bc6\u7801", "width": 8.0}, {"created_at": 1752884205, "description": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793epublished\u5f20\u95fb\u7389\u0027s work.", "file_path": "ChuZhongShuXue.docx", "from": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic collaboration,publishing", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793epublished\u5f20\u95fb\u7389\u0027s work.", "to": "\u5f20\u95fb\u7389", "width": 8.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u5e7f\u897f\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b", "width": 8.0}, {"created_at": 1752884206, "description": "\u5f20\u95fb\u7389authored these lectures on ancient astronomy.\u003cSEP\u003e\u5f20\u95fb\u7389\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u95fb\u7389", "keywords": "academic work,authorship,\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-00f45528a4186020aca4f014c14769e9\u003cSEP\u003echunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5f20\u95fb\u7389authored these lectures on ancient astronomy.\u003cSEP\u003e\u5f20\u95fb\u7389\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "to": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b", "width": 20.0}, {"created_at": 1752884206, "description": "Both books are academic works focused on ancient Chinese studies, with one discussing astronomy and the other analyzing oracle bone inscriptions.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u53e4\u4ee3\u5929\u6587\u5386\u6cd5\u8bb2\u5ea7\u300b", "keywords": "academic research,ancient studies", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Both books are academic works focused on ancient Chinese studies, with one discussing astronomy and the other analyzing oracle bone inscriptions.", "to": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "width": 7.0}, {"created_at": 1752884206, "description": "The Yinxu ruins are located in modern-day Anyang\u0027s Xiaotun village.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bb7\u589f", "keywords": "geographical location", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "The Yinxu ruins are located in modern-day Anyang\u0027s Xiaotun village.", "to": "\u6cb3\u5357\u5b89\u9633\u5c0f\u5c6f\u6751", "width": 10.0}, {"created_at": 1752884206, "description": "King Pan Geng moved the Shang capital to the Yinxu location.", "file_path": "ChuZhongShuXue.docx", "from": "\u6bb7\u589f", "keywords": "capital relocation,historical event", "source_id": "chunk-00f45528a4186020aca4f014c14769e9", "title": "King Pan Geng moved the Shang capital to the Yinxu location.", "to": "\u5546\u738b\u76d8\u5e9a", "width": 9.0}, {"created_at": 1752884206, "description": "\u5546\u738b\u76d8\u5e9a\u662f\u5546\u738b\u671d\u7684\u4e00\u4f4d\u91cd\u8981\u541b\u4e3b\uff0c\u4ed6\u5728\u516c\u5143\u524d14\u4e16\u7eaa\u5de6\u53f3\u8fc1\u90fd\uff0c\u5bf9\u5546\u738b\u671d\u7684\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u738b\u76d8\u5e9a", "keywords": "dynasty foundation,historical leadership", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5546\u738b\u76d8\u5e9a\u662f\u5546\u738b\u671d\u7684\u4e00\u4f4d\u91cd\u8981\u541b\u4e3b\uff0c\u4ed6\u5728\u516c\u5143\u524d14\u4e16\u7eaa\u5de6\u53f3\u8fc1\u90fd\uff0c\u5bf9\u5546\u738b\u671d\u7684\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002", "to": "\u5546\u738b\u671d", "width": 9.0}, {"created_at": 1752884206, "description": "\u7ea3\u662f\u5546\u671d\u672b\u4ee3\u541b\u4e3b\uff0c\u5bfc\u81f4\u5546\u671d\u706d\u4ea1", "file_path": "ChuZhongShuXue.docx", "from": "\u5546\u738b\u671d", "keywords": "\u738b\u671d\u7ec8\u7ed3", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u7ea3\u662f\u5546\u671d\u672b\u4ee3\u541b\u4e3b\uff0c\u5bfc\u81f4\u5546\u671d\u706d\u4ea1", "to": "\u7ea3", "width": 8.0}, {"created_at": 1752884206, "description": "\u738b\u5b87\u4fe1\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u738b\u5b87\u4fe1\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "to": "\u738b\u5b87\u4fe1", "width": 9.0}, {"created_at": 1752884206, "description": "\u6768\u5347\u5357\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u6768\u5347\u5357\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "to": "\u6768\u5347\u5357", "width": 9.0}, {"created_at": 1752884206, "description": "\u8042\u7389\u6d77\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8042\u7389\u6d77\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "to": "\u8042\u7389\u6d77", "width": 9.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u7532\u9aa8\u6587\u7cbe\u7cb9\u91ca\u8bd1\u300b", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u4e91\u5357\u4eba\u6c11\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884206, "description": "Both works are related to the history of mathematics, with the former covering global perspectives and the latter focusing on ancient Chinese mathematical texts.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u00b7\u4e0a\u518c\u300b", "keywords": "cross-cultural studies,mathematical history", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Both works are related to the history of mathematics, with the former covering global perspectives and the latter focusing on ancient Chinese mathematical texts.", "to": "\u300a\u5468\u9ac0\u7b97\u7ecf\u8bd1\u6ce8\u300b", "width": 8.0}, {"created_at": 1752884206, "description": "Both works analyze ancient Chinese geographical texts, providing insights into the cultural and historical context of these documents.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b", "keywords": "cultural studies,geographical analysis", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "Both works analyze ancient Chinese geographical texts, providing insights into the cultural and historical context of these documents.", "to": "\u300a\u957f\u6c34\u7cb9\u7f16\u00b7\u8bba\u3008\u4e94\u85cf\u5c71\u7ecf\u3009\u7684\u5730\u57df\u8303\u56f4\u300b", "width": 8.0}, {"created_at": 1752884207, "description": "\u5f20\u6b65\u5929\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5f20\u6b65\u5929\u662f\u8be5\u4e66\u7684\u4f5c\u8005", "to": "\u5f20\u6b65\u5929", "width": 9.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u5c71\u6d77\u7ecf\u89e3\u300b", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u5929\u9a6c\u56fe\u4e66\u6709\u9650\u516c\u53f8", "width": 8.0}, {"created_at": 1752884206, "description": "\u7ae0\u9e3f\u948a\u7814\u7a76\u5e76\u53d1\u8868\u4e86\u5173\u4e8e\u9648\u5b50\u5b9a\u7406\u7684\u8bba\u6587", "file_path": "ChuZhongShuXue.docx", "from": "\u7ae0\u9e3f\u948a", "keywords": "\u5b66\u672f\u7814\u7a76", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u7ae0\u9e3f\u948a\u7814\u7a76\u5e76\u53d1\u8868\u4e86\u5173\u4e8e\u9648\u5b50\u5b9a\u7406\u7684\u8bba\u6587", "to": "\u9648\u5b50\u5b9a\u7406", "width": 8.0}, {"created_at": 1752884206, "description": "\u9a6c\u627f\u6e90\u662f\u8be5\u6587\u7684\u4f5c\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u9a6c\u627f\u6e90", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u9a6c\u627f\u6e90\u662f\u8be5\u6587\u7684\u4f5c\u8005", "to": "\u300a\u4f55\u5c0a\u94ed\u6587\u521d\u91ca\u300b", "width": 9.0}, {"created_at": 1752884206, "description": "\u5f90\u4e2d\u8212\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "file_path": "ChuZhongShuXue.docx", "from": "\u5f90\u4e2d\u8212", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u5f90\u4e2d\u8212\u662f\u8be5\u4e66\u7684\u4e3b\u7f16", "to": "\u300a\u6bb7\u5468\u91d1\u6587\u96c6\u5f55\u300b", "width": 9.0}, {"created_at": 1752884207, "description": "\u94b1\u5b9d\u742e\u662f\u8be5\u4e66\u7684\u6821\u70b9\u8005", "file_path": "ChuZhongShuXue.docx", "from": "\u94b1\u5b9d\u742e", "keywords": "\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u94b1\u5b9d\u742e\u662f\u8be5\u4e66\u7684\u6821\u70b9\u8005", "to": "\u300a\u7b97\u7ecf\u5341\u4e66\u300b", "width": 9.0}, {"created_at": 1752884207, "description": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "file_path": "ChuZhongShuXue.docx", "from": "\u6cb3\u5317\u6559\u80b2\u51fa\u7248\u793e", "keywords": "\u51fa\u7248\u5173\u7cfb", "source_id": "chunk-b459f08681c0cd66ebd633869b2b1be7", "title": "\u8be5\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8fd9\u672c\u4e66", "to": "\u300a\u957f\u6c34\u7cb9\u7f16\u300b", "width": 8.0}, {"created_at": 1752884207, "description": "\u5229\u739b\u7aa6and\u674e\u4e4b\u85fbcollaborated on creating the\u5764\u8206\u4e07\u56fd\u5168\u56fe.", "file_path": "ChuZhongShuXue.docx", "from": "\u5229\u739b\u7aa6", "keywords": "cartographic collaboration", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5229\u739b\u7aa6and\u674e\u4e4b\u85fbcollaborated on creating the\u5764\u8206\u4e07\u56fd\u5168\u56fe.", "to": "\u674e\u4e4b\u85fb", "width": 9.0}, {"created_at": 1752884208, "description": "\u5229\u739b\u7aa6co-created \u300a\u5764\u8206\u4e07\u56fd\u5168\u56fe\u300b.", "file_path": "ChuZhongShuXue.docx", "from": "\u5229\u739b\u7aa6", "keywords": "cartographic achievement", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5229\u739b\u7aa6co-created \u300a\u5764\u8206\u4e07\u56fd\u5168\u56fe\u300b.", "to": "\u5764\u8206\u4e07\u56fd\u5168\u56fe", "width": 9.0}, {"created_at": 1752884208, "description": "\u77bf\u53bf\u6089\u8fbeauthored the\u5f00\u5143\u5360\u7ecf.", "file_path": "ChuZhongShuXue.docx", "from": "\u77bf\u53bf\u6089\u8fbe", "keywords": "astrological text", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u77bf\u53bf\u6089\u8fbeauthored the\u5f00\u5143\u5360\u7ecf.", "to": "\u5f00\u5143\u5360\u7ecf", "width": 8.0}, {"created_at": 1752884208, "description": "\u5f20\u5f3apublished his research in the journal\u5386\u53f2\u7814\u7a76.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u5f3a", "keywords": "academic publication", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f20\u5f3apublished his research in the journal\u5386\u53f2\u7814\u7a76.", "to": "\u5386\u53f2\u7814\u7a76", "width": 7.0}, {"created_at": 1752884208, "description": "\u5f20\u5f3aauthored the article about Western classical manuscripts.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u5f3a", "keywords": "historical research", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5f20\u5f3aauthored the article about Western classical manuscripts.", "to": "\u897f\u65b9\u53e4\u5178\u8457\u4f5c\u7684\u7a3f\u672c\u3001\u6284\u672c\u4e0e\u6821\u672c", "width": 8.0}, {"created_at": 1752884210, "description": "The text documents the astronomical survey conducted during the Yuan Dynasty.", "file_path": "ChuZhongShuXue.docx", "from": "\u56db\u6d77\u6d4b\u9a8c", "keywords": "astronomy,historical record", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The text documents the astronomical survey conducted during the Yuan Dynasty.", "to": "\u300a\u5143\u53f2\u00b7\u5929\u6587\u00b7\u56db\u6d77\u6d4b\u9a8c\u300b", "width": 8.0}, {"created_at": 1752884208, "description": "\u5e0c\u601dcompiled \u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b.", "file_path": "ChuZhongShuXue.docx", "from": "\u963f\u57fa\u7c73\u5fb7\u5168\u96c6", "keywords": "mathematical compilation", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u5e0c\u601dcompiled \u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b.", "to": "\u5e0c\u601d", "width": 8.0}, {"created_at": 1752884208, "description": "\u738b\u8058\u73cdauthored annotations for\u5927\u6234\u793c\u8bb0\u89e3\u8bc2.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u6234\u793c\u8bb0\u89e3\u8bc2", "keywords": "classical commentary", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u738b\u8058\u73cdauthored annotations for\u5927\u6234\u793c\u8bb0\u89e3\u8bc2.", "to": "\u738b\u8058\u73cd", "width": 9.0}, {"created_at": 1752884208, "description": "\u738b\u6587\u9526collaborated with\u738b\u8058\u73cdon classical text annotations.", "file_path": "ChuZhongShuXue.docx", "from": "\u738b\u8058\u73cd", "keywords": "scholarly collaboration", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "\u738b\u6587\u9526collaborated with\u738b\u8058\u73cdon classical text annotations.", "to": "\u738b\u6587\u9526", "width": 7.0}, {"created_at": 1752884208, "description": "M.EI-Abbadi\u0027s work was published by UNESCO/UNDP.", "file_path": "ChuZhongShuXue.docx", "from": "M.EI-Abbadi", "keywords": "academic publication", "source_id": "chunk-59fa99203b2c891d306355d72ad12c31", "title": "M.EI-Abbadi\u0027s work was published by UNESCO/UNDP.", "to": "UNESCO/UNDP", "width": 7.0}, {"created_at": 1752884209, "description": "Weyl authored this philosophical work on mathematics and natural sciences.", "file_path": "ChuZhongShuXue.docx", "from": "\u5916\u5c14", "keywords": "authorship,philosophy", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Weyl authored this philosophical work on mathematics and natural sciences.", "to": "\u300a\u6570\u5b66\u4e0e\u81ea\u7136\u79d1\u5b66\u4e4b\u54f2\u5b66\u300b", "width": 10.0}, {"created_at": 1752884209, "description": "The work was published by\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u4e0e\u81ea\u7136\u79d1\u5b66\u4e4b\u54f2\u5b66\u300b", "keywords": "academic dissemination,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was published by\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e.", "to": "\u4e0a\u6d77\u79d1\u6280\u6559\u80b2\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884209, "description": "Smullyan contributed to this text on philosophical logic, including discussions on G\u00f6del\u0027s theorems.", "file_path": "ChuZhongShuXue.docx", "from": "\u65af\u7a46\u91cc\u5b89", "keywords": "authorship,logic", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Smullyan contributed to this text on philosophical logic, including discussions on G\u00f6del\u0027s theorems.", "to": "\u300a\u54f2\u5b66\u903b\u8f91\u300b", "width": 9.0}, {"created_at": 1752884209, "description": "The work was translated and published by\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e.", "to": "\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884211, "description": "The university press is located in Dalian.", "file_path": "ChuZhongShuXue.docx", "from": "\u5927\u8fde\u7406\u5de5\u5927\u5b66\u51fa\u7248\u793e", "keywords": "organization location", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The university press is located in Dalian.", "to": "\u5927\u8fde", "width": 7.0}, {"created_at": 1752884210, "description": "Heath authored this historical text on Greek mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "T.L.Heath", "keywords": "authorship,history", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Heath authored this historical text on Greek mathematics.", "to": "A Manual of Greek Mathematics", "width": 10.0}, {"created_at": 1752884211, "description": "Heath\u0027s work on Greek mathematics was published by Oxford University Press.", "file_path": "ChuZhongShuXue.docx", "from": "T.L.Heath", "keywords": "academic publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Heath\u0027s work on Greek mathematics was published by Oxford University Press.", "to": "\u725b\u6d25\u5927\u5b66\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752884210, "description": "Boyle authored this foundational work in chemistry.", "file_path": "ChuZhongShuXue.docx", "from": "\u73bb\u4e49\u8033", "keywords": "authorship,chemistry", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Boyle authored this foundational work in chemistry.", "to": "\u300a\u6000\u7591\u6d3e\u5316\u5b66\u5bb6\u300b", "width": 10.0}, {"created_at": 1752884210, "description": "Pearson authored this paper on random walks in mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "Pearson,K.", "keywords": "authorship,mathematics", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Pearson authored this paper on random walks in mathematics.", "to": "The Problem of the Random Walk", "width": 10.0}, {"created_at": 1752884211, "description": "Pearson, K. authored the paper \u0027The Problem of the Random Walk\u0027, contributing to statistical theory.", "file_path": "ChuZhongShuXue.docx", "from": "The Problem of the Random Walk", "keywords": "academic contribution,statistical theory", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Pearson, K. authored the paper \u0027The Problem of the Random Walk\u0027, contributing to statistical theory.", "to": "Pearson, K.", "width": 8.0}, {"created_at": 1752884210, "description": "Pickover authored this book exploring key mathematical concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u76ae\u5bc7\u5f17", "keywords": "authorship,mathematics", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "Pickover authored this book exploring key mathematical concepts.", "to": "\u300a\u6570\u5b66\u4e4b\u4e66\u300b", "width": 10.0}, {"created_at": 1752884211, "description": "\u76ae\u5bc7\u5f17is the author of \u0027The Math Book\u0027, which explores various mathematical problems and concepts.", "file_path": "ChuZhongShuXue.docx", "from": "\u76ae\u5bc7\u5f17", "keywords": "authorship,mathematical literature", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u76ae\u5bc7\u5f17is the author of \u0027The Math Book\u0027, which explores various mathematical problems and concepts.", "to": "\u6570\u5b66\u4e4b\u4e66", "width": 9.0}, {"created_at": 1752884210, "description": "The work was translated and published by\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e.", "file_path": "ChuZhongShuXue.docx", "from": "\u300a\u6570\u5b66\u4e4b\u4e66\u300b", "keywords": "publishing,translation", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63", "title": "The work was translated and published by\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e.", "to": "\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752884211, "description": "The university press is located in Chongqing.\u003cSEP\u003e\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793eis based in Chongqing, a major southwestern Chinese city.", "file_path": "ChuZhongShuXue.docx", "from": "\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793e", "keywords": "location,organization location,publishing", "source_id": "chunk-0f6c384b97d0bb5698ba21610de20e63\u003cSEP\u003echunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The university press is located in Chongqing.\u003cSEP\u003e\u91cd\u5e86\u5927\u5b66\u51fa\u7248\u793eis based in Chongqing, a major southwestern Chinese city.", "to": "\u91cd\u5e86", "width": 15.0}, {"created_at": 1752884212, "description": "Nature published Pearson\u0027s seminal paper on the random walk problem.", "file_path": "ChuZhongShuXue.docx", "from": "Pearson, K.", "keywords": "scientific publishing,statistics", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Nature published Pearson\u0027s seminal paper on the random walk problem.", "to": "Nature", "width": 9.0}, {"created_at": 1752884212, "description": "Biometrika published Pearson and Lee\u0027s work on inheritance laws.", "file_path": "ChuZhongShuXue.docx", "from": "Pearson, K.", "keywords": "biometry,scientific publishing", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Biometrika published Pearson and Lee\u0027s work on inheritance laws.", "to": "Biometrika", "width": 8.0}, {"created_at": 1752884211, "description": "\u94b1\u5fb7\u62c9\u585e\u5361authored \u0027Truth and Beauty\u0027, a work exploring the intersection of science and aesthetics.", "file_path": "ChuZhongShuXue.docx", "from": "\u94b1\u5fb7\u62c9\u585e\u5361", "keywords": "aesthetics,scientific literature", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u94b1\u5fb7\u62c9\u585e\u5361authored \u0027Truth and Beauty\u0027, a work exploring the intersection of science and aesthetics.", "to": "\u771f\u7406\u4e0e\u7f8e", "width": 8.0}, {"created_at": 1752884211, "description": "\u6069\u683c\u5c14formulated Engel\u0027s Law, which describes the relationship between household income and food expenditure.", "file_path": "ChuZhongShuXue.docx", "from": "\u6069\u683c\u5c14", "keywords": "economic theory,statistical law", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u6069\u683c\u5c14formulated Engel\u0027s Law, which describes the relationship between household income and food expenditure.", "to": "Engel\u0027s Law", "width": 7.0}, {"created_at": 1752884211, "description": "\u56fd\u52a1\u9662issued the \u0027Three-Year Action Plan for Winning the Blue Sky Defense War\u0027, a national policy initiative.", "file_path": "ChuZhongShuXue.docx", "from": "\u56fd\u52a1\u9662", "keywords": "environmental protection,policy implementation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "\u56fd\u52a1\u9662issued the \u0027Three-Year Action Plan for Winning the Blue Sky Defense War\u0027, a national policy initiative.", "to": "\u6253\u8d62\u84dd\u5929\u4fdd\u536b\u6218\u4e09\u5e74\u884c\u52a8\u8ba1\u5212", "width": 8.0}, {"created_at": 1752884212, "description": "The council compiled and published the report on mathematical sciences development.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "keywords": "future trends,scientific research", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The council compiled and published the report on mathematical sciences development.", "to": "2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66", "width": 8.0}, {"created_at": 1752884212, "description": "Liu Xiaoping translated a work compiled by the National Research Council of the National Academy of Sciences.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "keywords": "collaboration,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Liu Xiaoping translated a work compiled by the National Research Council of the National Academy of Sciences.", "to": "\u5218\u5c0f\u5e73", "width": 7.0}, {"created_at": 1752884212, "description": "Li Zexia translated a work compiled by the National Research Council of the National Academy of Sciences.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "keywords": "collaboration,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Li Zexia translated a work compiled by the National Research Council of the National Academy of Sciences.", "to": "\u674e\u6cfd\u971e", "width": 7.0}, {"created_at": 1752884213, "description": "The National Research Council of the National Academy of Sciences compiled this publication.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f8e\u56fd\u79d1\u5b66\u9662\u56fd\u5bb6\u7814\u7a76\u7406\u4e8b\u4f1a", "keywords": "academic publication,compilation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "The National Research Council of the National Academy of Sciences compiled this publication.", "to": "\u300a2025\u5e74\u7684\u6570\u5b66\u79d1\u5b66\u300b", "width": 9.0}, {"created_at": 1752884212, "description": "The journal published Shannon\u0027s foundational paper on information theory.", "file_path": "ChuZhongShuXue.docx", "from": "The Bell System Technical Journal", "keywords": "information theory,scientific publishing", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The journal published Shannon\u0027s foundational paper on information theory.", "to": "Shannon, C. E.", "width": 10.0}, {"created_at": 1752884212, "description": "The journal published Kullback and Leibler\u0027s work on information theory.", "file_path": "ChuZhongShuXue.docx", "from": "The annals of mathematical statistics", "keywords": "scientific publishing,statistics", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "The journal published Kullback and Leibler\u0027s work on information theory.", "to": "Kullback, S.", "width": 7.0}, {"created_at": 1752884212, "description": "Simpson identified and described the statistical paradox that bears his name.", "file_path": "ChuZhongShuXue.docx", "from": "Simpson\u0027s Paradox", "keywords": "scientific discovery,statistics", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Simpson identified and described the statistical paradox that bears his name.", "to": "Simpson, E. H.", "width": 8.0}, {"created_at": 1752884212, "description": "Shannon is the founder of modern information theory.", "file_path": "ChuZhongShuXue.docx", "from": "Information Theory", "keywords": "scientific contribution,theory foundation", "source_id": "chunk-bf52d0a9bb9024c84d59a410199375e1", "title": "Shannon is the founder of modern information theory.", "to": "Shannon, C. E.", "width": 10.0}, {"created_at": 1752884213, "description": "The National Research Council published this report on advancing American mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a", "keywords": "academic research,publication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "The National Research Council published this report on advancing American mathematics.", "to": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "width": 9.0}, {"created_at": 1752884213, "description": "Zhang Xiaodong translated articles from Science for publication in Chinese journals.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u6653\u4e1c", "keywords": "scientific communication,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Zhang Xiaodong translated articles from Science for publication in Chinese journals.", "to": "Science", "width": 7.0}, {"created_at": 1752884213, "description": "Zhang Xiaodong\u0027s translations were published in this Chinese scientific journal.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f20\u6653\u4e1c", "keywords": "publication,scientific communication", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Zhang Xiaodong\u0027s translations were published in this Chinese scientific journal.", "to": "\u300a\u4e16\u754c\u79d1\u5b66\u300b", "width": 8.0}, {"created_at": 1752884213, "description": "Xu Liangying was involved in compiling and translating Einstein\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u8bb8\u826f\u82f1", "keywords": "academic work,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Xu Liangying was involved in compiling and translating Einstein\u0027s works.", "to": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e00\u5377\u300b", "width": 8.0}, {"created_at": 1752884213, "description": "Fan Dainian was involved in compiling and translating Einstein\u0027s works.", "file_path": "ChuZhongShuXue.docx", "from": "\u8303\u5cb1\u5e74", "keywords": "academic work,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Fan Dainian was involved in compiling and translating Einstein\u0027s works.", "to": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e00\u5377\u300b", "width": 8.0}, {"created_at": 1752884212, "description": "Florian Cajori\u0027s work was translated by Dai Nianzu.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f17\u00b7\u5361\u7ea6\u91cc", "keywords": "collaboration,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Florian Cajori\u0027s work was translated by Dai Nianzu.", "to": "\u6234\u5ff5\u7956", "width": 7.0}, {"created_at": 1752884213, "description": "Florian Cajori authored this historical work on physics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5f17\u00b7\u5361\u7ea6\u91cc", "keywords": "academic work,authorship", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Florian Cajori authored this historical work on physics.", "to": "\u300a\u7269\u7406\u5b66\u53f2\u300b", "width": 9.0}, {"created_at": 1752884212, "description": "Edwin Arthur Burtt\u0027s work was translated by Xu Xiangdong.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u5fb7\u6587\u00b7\u963f\u745f\u00b7\u4f2f\u7279", "keywords": "collaboration,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Edwin Arthur Burtt\u0027s work was translated by Xu Xiangdong.", "to": "\u5f90\u5411\u4e1c", "width": 7.0}, {"created_at": 1752884213, "description": "Edwin Arthur Burtt authored this philosophical work.", "file_path": "ChuZhongShuXue.docx", "from": "\u7231\u5fb7\u6587\u00b7\u963f\u745f\u00b7\u4f2f\u7279", "keywords": "authorship,philosophical work", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Edwin Arthur Burtt authored this philosophical work.", "to": "\u300a\u8fd1\u4ee3\u7269\u7406\u79d1\u5b66\u7684\u5f62\u800c\u4e0a\u5b66\u57fa\u7840\u300b", "width": 9.0}, {"created_at": 1752884214, "description": "Huygens utilized Galileo\u0027s discovery to create the first mechanical clock.", "file_path": "ChuZhongShuXue.docx", "from": "\u60e0\u66f4\u65af", "keywords": "application,innovation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Huygens utilized Galileo\u0027s discovery to create the first mechanical clock.", "to": "\u5355\u6446\u7684\u7b49\u65f6\u6027", "width": 8.0}, {"created_at": 1752884212, "description": "Yang Zhenning\u0027s Nobel Prize-winning work depended on experiments designed by Wu Jianxiong.", "file_path": "ChuZhongShuXue.docx", "from": "\u6768\u632f\u5b81", "keywords": "experimental support,scientific collaboration", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Yang Zhenning\u0027s Nobel Prize-winning work depended on experiments designed by Wu Jianxiong.", "to": "\u5434\u5065\u96c4", "width": 9.0}, {"created_at": 1752884213, "description": "Li Zhengdao\u0027s Nobel Prize-winning work depended on experiments designed by Wu Jianxiong.", "file_path": "ChuZhongShuXue.docx", "from": "\u674e\u653f\u9053", "keywords": "experimental support,scientific collaboration", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Li Zhengdao\u0027s Nobel Prize-winning work depended on experiments designed by Wu Jianxiong.", "to": "\u5434\u5065\u96c4", "width": 9.0}, {"created_at": 1752884213, "description": "Gao Hongye edited this economics textbook.", "file_path": "ChuZhongShuXue.docx", "from": "\u9ad8\u9e3f\u4e1a", "keywords": "academic work,editing", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Gao Hongye edited this economics textbook.", "to": "\u300a\u897f\u65b9\u7ecf\u6d4e\u5b66\uff1a\u5b8f\u89c2\u90e8\u5206(\u7b2c\u4e94\u7248)\u300b", "width": 8.0}, {"created_at": 1752884213, "description": "Paul Samuelson\u0027s work was translated or compiled by Shi Shuzhong.", "file_path": "ChuZhongShuXue.docx", "from": "\u8428\u8c2c\u5c14\u68ee", "keywords": "collaboration,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Paul Samuelson\u0027s work was translated or compiled by Shi Shuzhong.", "to": "\u53f2\u6811\u4e2d", "width": 7.0}, {"created_at": 1752884213, "description": "Shi Shuzhong edited this work on the relationship between economics and mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u53f2\u6811\u4e2d", "keywords": "academic work,editing", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Shi Shuzhong edited this work on the relationship between economics and mathematics.", "to": "\u300a\u8bfa\u8d1d\u5c14\u7ecf\u6d4e\u5b66\u5956\u4e0e\u6570\u5b66\u300b", "width": 8.0}, {"created_at": 1752884213, "description": "Liu Jinshun translated works in this collection on the history of mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u5218\u91d1\u987a", "keywords": "academic work,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "Liu Jinshun translated works in this collection on the history of mathematics.", "to": "\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b", "width": 8.0}, {"created_at": 1752884213, "description": "He Shaogeng translated works in this collection on the history of mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u4f55\u7ecd\u5e9a", "keywords": "academic work,translation", "source_id": "chunk-5b6d09e41f5ee3f906af9a52c4a282a3", "title": "He Shaogeng translated works in this collection on the history of mathematics.", "to": "\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b", "width": 8.0}, {"created_at": 1752884134, "description": "\u4f3d\u7f57\u534e\u548c\u963f\u8d1d\u5c14\u5171\u540c\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u516c\u5f0f\uff0c\u63d0\u51fa\u4e86\u7fa4\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\u3002", "file_path": "ChuZhongShuXue.docx", "from": "\u4f3d\u7f57\u534e", "keywords": "\u65b9\u7a0b\u6c42\u89e3,\u7fa4\u8bba", "source_id": "chunk-401744b2d59735d588f0fc780ae91164", "title": "\u4f3d\u7f57\u534e\u548c\u963f\u8d1d\u5c14\u5171\u540c\u7814\u7a76\u65b9\u7a0b\u6c42\u6839\u516c\u5f0f\uff0c\u63d0\u51fa\u4e86\u7fa4\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\u3002", "to": "\u963f\u8d1d\u5c14", "width": 9.0}, {"created_at": 1752884138, "description": "Rotation transformations are proven to be orthogonal transformations that preserve distances.", "file_path": "ChuZhongShuXue.docx", "from": "\u65cb\u8f6c\u8fd0\u52a8", "keywords": "geometric proof,transformation properties", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Rotation transformations are proven to be orthogonal transformations that preserve distances.", "to": "\u6b63\u4ea4\u53d8\u6362", "width": 8.0}, {"created_at": 1752884138, "description": "Axial symmetry movements are classified as orthogonal transformations in advanced mathematics.", "file_path": "ChuZhongShuXue.docx", "from": "\u6b63\u4ea4\u53d8\u6362", "keywords": "mathematical classification,symmetry operations", "source_id": "chunk-a48b8be14cbd9c4d38521dbf6a089e16", "title": "Axial symmetry movements are classified as orthogonal transformations in advanced mathematics.", "to": "\u8f74\u5bf9\u79f0\u8fd0\u52a8", "width": 8.0}, {"created_at": 1752884144, "description": "Frequencies from sample data serve as estimators for population probabilities.", "file_path": "ChuZhongShuXue.docx", "from": "Estimation", "keywords": "inferential statistics", "source_id": "chunk-ecf79315a67b38895aa47dae85a782bc", "title": "Frequencies from sample data serve as estimators for population probabilities.", "to": "Frequency", "width": 9.0}, {"created_at": 1752884150, "description": "The \u0027Book of Changes\u0027 introduces yin-yang as fundamental opposing forces, shaping Chinese philosophical thought.", "file_path": "ChuZhongShuXue.docx", "from": "Yin-Yang", "keywords": "cosmology,duality", "source_id": "chunk-c47b24361dfe7d3e7c7d255fa1ab7730", "title": "The \u0027Book of Changes\u0027 introduces yin-yang as fundamental opposing forces, shaping Chinese philosophical thought.", "to": "Book of Changes", "width": 8.0}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>