Files
dsProject/dsLightRag/Tools/knowledge_graph.html
2025-08-14 15:45:08 +08:00

250 lines
2.5 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": "#59a103", "created_at": 1752674350, "description": "A comprehensive discussion on various issues in elementary school mathematics teaching, covering number recognition, operations, geometry, and statistics.", "entity_id": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "label": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "A comprehensive discussion on various issues in elementary school mathematics teaching, covering number recognition, operations, geometry, and statistics."}, {"color": "#ed8f2b", "created_at": 1752674350, "description": "A section discussing the understanding of numbers, including natural numbers, negatives, fractions, and decimals.", "entity_id": "\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u7684\u8ba4\u8bc6", "label": "\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "A section discussing the understanding of numbers, including natural numbers, negatives, fractions, and decimals."}, {"color": "#0bd472", "created_at": 1752674350, "description": "A section exploring arithmetic operations, including addition, subtraction, multiplication, and division, and their mathematical principles.\u003cSEP\u003e\u6570\u7684\u8fd0\u7b97refers to the basic arithmetic operations-like addition-that students are expected to understand in the\u7b2c\u4e00\u5b66\u6bb5, particularly in relation to real-world problems.", "entity_id": "\u6570\u7684\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u7684\u8fd0\u7b97", "label": "\u6570\u7684\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "A section exploring arithmetic operations, including addition, subtraction, multiplication, and division, and their mathematical principles.\u003cSEP\u003e\u6570\u7684\u8fd0\u7b97refers to the basic arithmetic operations-like addition-that students are expected to understand in the\u7b2c\u4e00\u5b66\u6bb5, particularly in relation to real-world problems."}, {"color": "#729a4d", "created_at": 1752674350, "description": "A mathematics curriculum domain focusing on shape recognition and geometric properties in primary education.\u003cSEP\u003eA section on geometry, covering points, lines, shapes, and spatial concepts, as well as their educational value.\u003cSEP\u003eThe mathematics subject area covering shapes and spatial relationships in curriculum reform.\u003cSEP\u003e\u56fe\u5f62\u4e0e\u51e0\u4f55\u662f\u5c0f\u5b66\u6570\u5b66\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u6db5\u76d6\u56fe\u5f62\u7684\u5206\u7c7b\u3001\u5ea6\u91cf\u3001\u8fd0\u52a8\u7b49\u76f4\u89c2\u51e0\u4f55\u6982\u5ff5and provides a foundation for understanding spatial relationships and properties of shapes.", "entity_id": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "label": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A mathematics curriculum domain focusing on shape recognition and geometric properties in primary education.\u003cSEP\u003eA section on geometry, covering points, lines, shapes, and spatial concepts, as well as their educational value.\u003cSEP\u003eThe mathematics subject area covering shapes and spatial relationships in curriculum reform.\u003cSEP\u003e\u56fe\u5f62\u4e0e\u51e0\u4f55\u662f\u5c0f\u5b66\u6570\u5b66\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u6db5\u76d6\u56fe\u5f62\u7684\u5206\u7c7b\u3001\u5ea6\u91cf\u3001\u8fd0\u52a8\u7b49\u76f4\u89c2\u51e0\u4f55\u6982\u5ff5and provides a foundation for understanding spatial relationships and properties of shapes."}, {"color": "#ddf67c", "created_at": 1752674350, "description": "**\u7edf\u8ba1\u4e0e\u6982\u7387** \u662f\u6570\u5b66\u8bfe\u7a0b\u4e2d\u7684\u91cd\u8981\u5206\u652f\uff0c\u5c24\u5176\u5728\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5\u5360\u636e\u5173\u952e\u5730\u4f4d\u3002\u5b83\u4e3b\u8981\u63a2\u8ba8\u7edf\u8ba1\u5b66\u4e0e\u6982\u7387\u7684\u57fa\u672c\u539f\u7406\uff0c\u5305\u62ec\u6570\u636e\u7684\u6536\u96c6\u3001\u5206\u6790\u4e0e\u89e3\u91ca\uff0c\u4ee5\u53ca\u5bf9\u968f\u673a\u73b0\u8c61\u7684\u7406\u89e3\u548c\u5224\u65ad\u3002\u8be5\u90e8\u5206\u5185\u5bb9\u65e8\u5728\u57f9\u517b\u5b66\u751f\u8fd0\u7528\u6570\u636e\u5206\u6790\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\u7684\u80fd\u529b\uff0c\u63d0\u5347\u5176\u7edf\u8ba1\u601d\u7ef4\u548c\u5bf9\u4e0d\u786e\u5b9a\u4e8b\u4ef6\u7684\u5224\u65ad\u80fd\u529b\u3002\u901a\u8fc7\u5b66\u4e60\u7edf\u8ba1\u4e0e\u6982\u7387\uff0c\u5b66\u751f\u80fd\u591f\u638c\u63e1\u4ece\u6570\u636e\u4e2d\u63ed\u793a\u80cc\u666f\u4fe1\u606f\u7684\u65b9\u6cd5\uff0c\u7406\u89e3\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\uff0c\u5e76\u4e3a\u4eca\u540e\u66f4\u6df1\u5165\u7684\u6570\u5b66\u5b66\u4e60\u5960\u5b9a\u575a\u5b9e\u57fa\u7840\u3002", "entity_id": "\u7edf\u8ba1\u4e0e\u6982\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u4e0e\u6982\u7387", "label": "\u7edf\u8ba1\u4e0e\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "**\u7edf\u8ba1\u4e0e\u6982\u7387** \u662f\u6570\u5b66\u8bfe\u7a0b\u4e2d\u7684\u91cd\u8981\u5206\u652f\uff0c\u5c24\u5176\u5728\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5\u5360\u636e\u5173\u952e\u5730\u4f4d\u3002\u5b83\u4e3b\u8981\u63a2\u8ba8\u7edf\u8ba1\u5b66\u4e0e\u6982\u7387\u7684\u57fa\u672c\u539f\u7406\uff0c\u5305\u62ec\u6570\u636e\u7684\u6536\u96c6\u3001\u5206\u6790\u4e0e\u89e3\u91ca\uff0c\u4ee5\u53ca\u5bf9\u968f\u673a\u73b0\u8c61\u7684\u7406\u89e3\u548c\u5224\u65ad\u3002\u8be5\u90e8\u5206\u5185\u5bb9\u65e8\u5728\u57f9\u517b\u5b66\u751f\u8fd0\u7528\u6570\u636e\u5206\u6790\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\u7684\u80fd\u529b\uff0c\u63d0\u5347\u5176\u7edf\u8ba1\u601d\u7ef4\u548c\u5bf9\u4e0d\u786e\u5b9a\u4e8b\u4ef6\u7684\u5224\u65ad\u80fd\u529b\u3002\u901a\u8fc7\u5b66\u4e60\u7edf\u8ba1\u4e0e\u6982\u7387\uff0c\u5b66\u751f\u80fd\u591f\u638c\u63e1\u4ece\u6570\u636e\u4e2d\u63ed\u793a\u80cc\u666f\u4fe1\u606f\u7684\u65b9\u6cd5\uff0c\u7406\u89e3\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\uff0c\u5e76\u4e3a\u4eca\u540e\u66f4\u6df1\u5165\u7684\u6570\u5b66\u5b66\u4e60\u5960\u5b9a\u575a\u5b9e\u57fa\u7840\u3002"}, {"color": "#c9f718", "created_at": 1752674350, "description": "Author of the text, associated with the Northeast Normal University\u0027s School of Mathematics and Statistics.\u003cSEP\u003e\u4e2d\u56fd\u6559\u80b2\u5b66\u8005\uff0c\u63a2\u8ba8\u6559\u80b2\u672c\u539f\u95ee\u9898\uff0c\u5f3a\u8c03\u601d\u7ef4\u65b9\u6cd5\u7684\u517b\u6210\u5e94\u901a\u8fc7\u5b66\u751f\u81ea\u4e3b\u611f\u609f\u3002\u003cSEP\u003e\u53f2\u5b81\u4e2dis the author of the fourth volume of \u0027An Overview of Mathematical Thought\u0027, focusing on inductive reasoning in mathematics.\u003cSEP\u003e\u53f2\u5b81\u4e2d\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u591a\u8f91\u7684\u4f5c\u8005,\u5728\u6570\u5b66\u54f2\u5b66\u548c\u6570\u5b66\u6559\u80b2\u9886\u57df\u6709\u91cd\u8981\u5f71\u54cd\u3002\u003cSEP\u003e\u53f2\u5b81\u4e2d\u662f\u4e2d\u56fd\u73b0\u4ee3\u6570\u5b66\u6559\u80b2\u5bb6\uff0c\u8457\u6709\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u4e66\u7c4d\uff0c\u63a2\u8ba8\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\u4e0e\u63a8\u7406\u65b9\u6cd5\u3002", "entity_id": "\u53f2\u5b81\u4e2d", "entity_type": "person", "file_path": "unknown_source", "id": "\u53f2\u5b81\u4e2d", "label": "\u53f2\u5b81\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e\u003cSEP\u003echunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Author of the text, associated with the Northeast Normal University\u0027s School of Mathematics and Statistics.\u003cSEP\u003e\u4e2d\u56fd\u6559\u80b2\u5b66\u8005\uff0c\u63a2\u8ba8\u6559\u80b2\u672c\u539f\u95ee\u9898\uff0c\u5f3a\u8c03\u601d\u7ef4\u65b9\u6cd5\u7684\u517b\u6210\u5e94\u901a\u8fc7\u5b66\u751f\u81ea\u4e3b\u611f\u609f\u3002\u003cSEP\u003e\u53f2\u5b81\u4e2dis the author of the fourth volume of \u0027An Overview of Mathematical Thought\u0027, focusing on inductive reasoning in mathematics.\u003cSEP\u003e\u53f2\u5b81\u4e2d\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u591a\u8f91\u7684\u4f5c\u8005,\u5728\u6570\u5b66\u54f2\u5b66\u548c\u6570\u5b66\u6559\u80b2\u9886\u57df\u6709\u91cd\u8981\u5f71\u54cd\u3002\u003cSEP\u003e\u53f2\u5b81\u4e2d\u662f\u4e2d\u56fd\u73b0\u4ee3\u6570\u5b66\u6559\u80b2\u5bb6\uff0c\u8457\u6709\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u4e66\u7c4d\uff0c\u63a2\u8ba8\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\u4e0e\u63a8\u7406\u65b9\u6cd5\u3002"}, {"color": "#44a3ce", "created_at": 1752674350, "description": "The academic institution where the author is affiliated, focusing on mathematics and statistics education.", "entity_id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6570\u5b66\u4e0e\u7edf\u8ba1\u5b66\u9662", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6570\u5b66\u4e0e\u7edf\u8ba1\u5b66\u9662", "label": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6570\u5b66\u4e0e\u7edf\u8ba1\u5b66\u9662", "shape": "dot", "size": 10, "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The academic institution where the author is affiliated, focusing on mathematics and statistics education."}, {"color": "#d4b4e9", "created_at": 1752674566, "description": "\u5b66\u4e60\u6570\u5b66\u8fc7\u7a0b\u4e2d\u5e94\u9010\u6e10\u611f\u609f\u7684\u80fd\u529b\uff0c\u975e\u6559\u5e08\u76f4\u63a5\u4f20\u6388\uff0c\u9700\u901a\u8fc7\u957f\u671f\u5f15\u5bfc\u5f62\u6210\u826f\u597d\u4e60\u60ef\u3002", "entity_id": "\u601d\u7ef4\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u601d\u7ef4\u65b9\u6cd5", "label": "\u601d\u7ef4\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u5b66\u4e60\u6570\u5b66\u8fc7\u7a0b\u4e2d\u5e94\u9010\u6e10\u611f\u609f\u7684\u80fd\u529b\uff0c\u975e\u6559\u5e08\u76f4\u63a5\u4f20\u6388\uff0c\u9700\u901a\u8fc7\u957f\u671f\u5f15\u5bfc\u5f62\u6210\u826f\u597d\u4e60\u60ef\u3002"}, {"color": "#eb3604", "created_at": 1752674421, "description": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e(Northeast Normal University Press) is a publishing house that released the fourth volume of \u0027An Overview of Mathematical Thought\u0027 in 2010.\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u652f\u6301\u5e76\u51fa\u7248\u4e86\u4f5c\u8005\u5173\u4e8e\u6570\u5b66\u57fa\u672c\u601d\u60f3\u7684\u7cfb\u5217\u4e66\u7c4d\uff0c\u5df2\u5b8c\u6210\u4e94\u672c\u3002\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u4e66\u7c4d\u7684\u6559\u80b2\u4e0e\u5b66\u672f\u51fa\u7248\u793e.\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u7684\u91cd\u8981\u5b66\u672f\u51fa\u7248\u793e\u3002", "entity_id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "label": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e(Northeast Normal University Press) is a publishing house that released the fourth volume of \u0027An Overview of Mathematical Thought\u0027 in 2010.\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u652f\u6301\u5e76\u51fa\u7248\u4e86\u4f5c\u8005\u5173\u4e8e\u6570\u5b66\u57fa\u672c\u601d\u60f3\u7684\u7cfb\u5217\u4e66\u7c4d\uff0c\u5df2\u5b8c\u6210\u4e94\u672c\u3002\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u4e66\u7c4d\u7684\u6559\u80b2\u4e0e\u5b66\u672f\u51fa\u7248\u793e.\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u7684\u91cd\u8981\u5b66\u672f\u51fa\u7248\u793e\u3002"}, {"color": "#88513d", "created_at": 1752674566, "description": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u662f\u53f2\u5b81\u4e2d\u64b0\u5199\u7684\u7cfb\u5217\u6570\u5b66\u54f2\u5b66\u8457\u4f5c\uff0c\u6db5\u76d6\u6570\u91cf\u3001\u56fe\u5f62\u3001\u6f14\u7ece\u548c\u5f52\u7eb3\u63a8\u7406\u7b49\u4e3b\u9898\u3002\u003cSEP\u003e\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u662f\u7531\u53f2\u5b81\u4e2d\u64b0\u5199\u7684\u7cfb\u5217\u6570\u5b66\u54f2\u5b66\u4e0e\u6559\u80b2\u7814\u7a76\u8457\u4f5c\uff0c\u5305\u62ec\u591a\u8f91\u5185\u5bb9\u3002", "entity_id": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "entity_type": "category", "file_path": "unknown_source", "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-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u662f\u53f2\u5b81\u4e2d\u64b0\u5199\u7684\u7cfb\u5217\u6570\u5b66\u54f2\u5b66\u8457\u4f5c\uff0c\u6db5\u76d6\u6570\u91cf\u3001\u56fe\u5f62\u3001\u6f14\u7ece\u548c\u5f52\u7eb3\u63a8\u7406\u7b49\u4e3b\u9898\u3002\u003cSEP\u003e\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u662f\u7531\u53f2\u5b81\u4e2d\u64b0\u5199\u7684\u7cfb\u5217\u6570\u5b66\u54f2\u5b66\u4e0e\u6559\u80b2\u7814\u7a76\u8457\u4f5c\uff0c\u5305\u62ec\u591a\u8f91\u5185\u5bb9\u3002"}, {"color": "#3d5b22", "created_at": 1752674566, "description": "\u8be5\u8bba\u6587\u7531\u53f2\u5b81\u4e2d\u64b0\u5199\uff0c\u63a2\u8ba8\u300a\u5468\u6613\u300b\u7684\u903b\u8f91\u601d\u7ef4\u7ed3\u6784\u3002", "entity_id": "\u300a\u4ece\u516b\u5366\u5230\u516d\u5341\u56db\u5366\uff1a\u8bd5\u8bba\u3008\u5468\u6613\u3009\u7684\u601d\u7ef4\u903b\u8f91\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u4ece\u516b\u5366\u5230\u516d\u5341\u56db\u5366\uff1a\u8bd5\u8bba\u3008\u5468\u6613\u3009\u7684\u601d\u7ef4\u903b\u8f91\u300b", "label": "\u300a\u4ece\u516b\u5366\u5230\u516d\u5341\u56db\u5366\uff1a\u8bd5\u8bba\u3008\u5468\u6613\u3009\u7684\u601d\u7ef4\u903b\u8f91\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u8be5\u8bba\u6587\u7531\u53f2\u5b81\u4e2d\u64b0\u5199\uff0c\u63a2\u8ba8\u300a\u5468\u6613\u300b\u7684\u903b\u8f91\u601d\u7ef4\u7ed3\u6784\u3002"}, {"color": "#d0016d", "created_at": 1752674566, "description": "\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7b2c\u4e94\u8f91\uff0c\u7531\u53f2\u5b81\u4e2d\u64b0\u5199\u3002", "entity_id": "\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b", "label": "\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7b2c\u4e94\u8f91\uff0c\u7531\u53f2\u5b81\u4e2d\u64b0\u5199\u3002"}, {"color": "#1981b0", "created_at": 1752674566, "description": "\u6f14\u7ece\u63a8\u7406\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u903b\u8f91\u63a8\u5bfc\u7684\u65b9\u6cd5\uff0c\u88ab\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u8be6\u7ec6\u8ba8\u8bba\u3002", "entity_id": "\u6570\u5b66\u4e2d\u7684\u6f14\u7ece\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u4e2d\u7684\u6f14\u7ece\u63a8\u7406", "label": "\u6570\u5b66\u4e2d\u7684\u6f14\u7ece\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6f14\u7ece\u63a8\u7406\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u903b\u8f91\u63a8\u5bfc\u7684\u65b9\u6cd5\uff0c\u88ab\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u8be6\u7ec6\u8ba8\u8bba\u3002"}, {"color": "#2856c3", "created_at": 1752674566, "description": "\u5f52\u7eb3\u63a8\u7406\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u4ece\u5177\u4f53\u5b9e\u4f8b\u63a8\u5bfc\u4e00\u822c\u89c4\u5f8b\u7684\u65b9\u6cd5\u3002\u003cSEP\u003e\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406(Inductive Reasoning in Mathematics) is a section in the fourth volume of \u0027An Overview of Mathematical Thought\u0027 authored by Shi Ningzhong.", "entity_id": "\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406", "label": "\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5f52\u7eb3\u63a8\u7406\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u4ece\u5177\u4f53\u5b9e\u4f8b\u63a8\u5bfc\u4e00\u822c\u89c4\u5f8b\u7684\u65b9\u6cd5\u3002\u003cSEP\u003e\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406(Inductive Reasoning in Mathematics) is a section in the fourth volume of \u0027An Overview of Mathematical Thought\u0027 authored by Shi Ningzhong."}, {"color": "#a20da1", "created_at": 1752674566, "description": "\u6570\u5b66\u6a21\u5f0f\u662f\u6307\u89e3\u51b3\u4e00\u7c7b\u6570\u5b66\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u5982\u5f52\u7eb3\u63a8\u7406\u6216\u6f14\u7ece\u63a8\u7406.", "entity_id": "\u6570\u5b66\u6a21\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u6a21\u5f0f", "label": "\u6570\u5b66\u6a21\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6570\u5b66\u6a21\u5f0f\u662f\u6307\u89e3\u51b3\u4e00\u7c7b\u6570\u5b66\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u5982\u5f52\u7eb3\u63a8\u7406\u6216\u6f14\u7ece\u63a8\u7406."}, {"color": "#f07e66", "created_at": 1752674566, "description": "\u5b9e\u6570\u7406\u8bba\u662f\u6570\u5b66\u4e2d\u7814\u7a76\u5b9e\u6570\u7684\u6027\u8d28\u4e0e\u5173\u7cfb\u7684\u57fa\u7840\u7406\u8bba.", "entity_id": "\u5b9e\u6570\u7406\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b9e\u6570\u7406\u8bba", "label": "\u5b9e\u6570\u7406\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5b9e\u6570\u7406\u8bba\u662f\u6570\u5b66\u4e2d\u7814\u7a76\u5b9e\u6570\u7684\u6027\u8d28\u4e0e\u5173\u7cfb\u7684\u57fa\u7840\u7406\u8bba."}, {"color": "#e2783a", "created_at": 1752674566, "description": "\u6570\u5b66\u601d\u60f3\u6982\u8bba(An Overview of Mathematical Thought) is a multi-volume book series discussing the development and principles of mathematical reasoning.", "entity_id": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "label": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6570\u5b66\u601d\u60f3\u6982\u8bba(An Overview of Mathematical Thought) is a multi-volume book series discussing the development and principles of mathematical reasoning."}, {"color": "#e7bb40", "created_at": 1752674393, "description": "Cognitive ability for spatial imagination and reasoning.\u003cSEP\u003e\u7a7a\u95f4\u89c2\u5ff5\u662f\u5bf9\u7a7a\u95f4\u4e2d\u7269\u4f53\u7684\u4f4d\u7f6e\u53ca\u4f4d\u7f6e\u4e4b\u95f4\u5173\u7cfb\u7684\u611f\u6027\u8ba4\u8bc6\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\u4e4b\u4e00\u3002\u003cSEP\u003e\u7a7a\u95f4\u89c2\u5ff5\u662f\u6307\u5b66\u751f\u5bf9\u7a7a\u95f4\u4e2d\u7269\u4f53\u4f4d\u7f6e\u53ca\u5176\u5173\u7cfb\u7684\u611f\u6027\u8ba4\u8bc6\uff0c\u5305\u62ec\u62bd\u8c61\u51e0\u4f55\u56fe\u5f62\u3001\u60f3\u8c61\u5b9e\u9645\u7269\u4f53\u3001\u63cf\u8ff0\u56fe\u5f62\u8fd0\u52a8\u7b49\u80fd\u529b\u3002", "entity_id": "\u7a7a\u95f4\u89c2\u5ff5", "entity_type": "category", "file_path": "unknown_source", "id": "\u7a7a\u95f4\u89c2\u5ff5", "label": "\u7a7a\u95f4\u89c2\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "Cognitive ability for spatial imagination and reasoning.\u003cSEP\u003e\u7a7a\u95f4\u89c2\u5ff5\u662f\u5bf9\u7a7a\u95f4\u4e2d\u7269\u4f53\u7684\u4f4d\u7f6e\u53ca\u4f4d\u7f6e\u4e4b\u95f4\u5173\u7cfb\u7684\u611f\u6027\u8ba4\u8bc6\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\u4e4b\u4e00\u3002\u003cSEP\u003e\u7a7a\u95f4\u89c2\u5ff5\u662f\u6307\u5b66\u751f\u5bf9\u7a7a\u95f4\u4e2d\u7269\u4f53\u4f4d\u7f6e\u53ca\u5176\u5173\u7cfb\u7684\u611f\u6027\u8ba4\u8bc6\uff0c\u5305\u62ec\u62bd\u8c61\u51e0\u4f55\u56fe\u5f62\u3001\u60f3\u8c61\u5b9e\u9645\u7269\u4f53\u3001\u63cf\u8ff0\u56fe\u5f62\u8fd0\u52a8\u7b49\u80fd\u529b\u3002"}, {"color": "#abc82c", "created_at": 1752674403, "description": "**Comprehensive Summary of the \"\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\" (Mathematics Curriculum Standards for Compulsory Education, China):** \n\nThe *\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6* is the official national curriculum standard for mathematics in China\u0027s compulsory education system (covering primary and junior secondary schools). Developed under the leadership of the Chinese Ministry of Education, it serves as a foundational guideline for mathematics teaching, outlining core concepts, objectives, methodologies, and content requirements. \n\nThe standard emphasizes the cultivation of fundamental mathematical thinking, reasoning skills, and symbolic awareness, while incorporating modern pedagogical approaches. It includes practical teaching examples, explanations, and guidelines to support instruction in key areas such as data randomness, statistical concepts, probability, and estimation. Notably, it adopts a structured framework influenced by axiomatic perspectives (e.g., Hilbert\u0027s approach) to ensure logical rigor. \n\nAdditionally, the document defines specific goals and requirements for statistical and probability education, aligning with broader efforts to strengthen quantitative literacy. Though referred to variably as a \"guideline,\" \"official document,\" or \"national standard,\" its role remains consistent: to standardize and improve mathematics education across China\u0027s compulsory education system by integrating theoretical foundations with actionable classroom practices. \n\n*(Note: Contradictions in descriptors (e.g., scope variations) were resolved by prioritizing the most recurrent and authoritative details, such as its national status and comprehensive coverage of primary/junior secondary levels.)*", "entity_id": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "label": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "**Comprehensive Summary of the \"\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\" (Mathematics Curriculum Standards for Compulsory Education, China):** \n\nThe *\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6* is the official national curriculum standard for mathematics in China\u0027s compulsory education system (covering primary and junior secondary schools). Developed under the leadership of the Chinese Ministry of Education, it serves as a foundational guideline for mathematics teaching, outlining core concepts, objectives, methodologies, and content requirements. \n\nThe standard emphasizes the cultivation of fundamental mathematical thinking, reasoning skills, and symbolic awareness, while incorporating modern pedagogical approaches. It includes practical teaching examples, explanations, and guidelines to support instruction in key areas such as data randomness, statistical concepts, probability, and estimation. Notably, it adopts a structured framework influenced by axiomatic perspectives (e.g., Hilbert\u0027s approach) to ensure logical rigor. \n\nAdditionally, the document defines specific goals and requirements for statistical and probability education, aligning with broader efforts to strengthen quantitative literacy. Though referred to variably as a \"guideline,\" \"official document,\" or \"national standard,\" its role remains consistent: to standardize and improve mathematics education across China\u0027s compulsory education system by integrating theoretical foundations with actionable classroom practices. \n\n*(Note: Contradictions in descriptors (e.g., scope variations) were resolved by prioritizing the most recurrent and authoritative details, such as its national status and comprehensive coverage of primary/junior secondary levels.)*"}, {"color": "#264cb9", "created_at": 1752674421, "description": "\u5c0f\u5b66\u6570\u5b66refers to the foundational mathematical concepts and methods taught at the elementary school level, focusing on basic operations, numbers, and their relationships.\u003cSEP\u003e\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u957f\u671f\u4f9d\u8d56\u2018\u53cc\u57fa\u2019\uff0c\u4f46\u9700\u8f6c\u5411\u2018\u56db\u57fa\u2019\u4ee5\u57f9\u517b\u5b66\u751f\u7684\u6570\u5b66\u7d20\u517b\u548c\u521b\u65b0\u601d\u7ef4\uff0c\u9002\u5e94\u8ba4\u77e5\u89c4\u5f8b\u3002\u003cSEP\u003e\u5c0f\u5b66\u6570\u5b66\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u8bfe\u7a0b\uff0c\u5305\u62ec\u56fe\u5f62\u4e0e\u51e0\u4f55\u7b49\u57fa\u7840\u5185\u5bb9\u3002", "entity_id": "\u5c0f\u5b66\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u6570\u5b66", "label": "\u5c0f\u5b66\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u5c0f\u5b66\u6570\u5b66refers to the foundational mathematical concepts and methods taught at the elementary school level, focusing on basic operations, numbers, and their relationships.\u003cSEP\u003e\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u957f\u671f\u4f9d\u8d56\u2018\u53cc\u57fa\u2019\uff0c\u4f46\u9700\u8f6c\u5411\u2018\u56db\u57fa\u2019\u4ee5\u57f9\u517b\u5b66\u751f\u7684\u6570\u5b66\u7d20\u517b\u548c\u521b\u65b0\u601d\u7ef4\uff0c\u9002\u5e94\u8ba4\u77e5\u89c4\u5f8b\u3002\u003cSEP\u003e\u5c0f\u5b66\u6570\u5b66\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u8bfe\u7a0b\uff0c\u5305\u62ec\u56fe\u5f62\u4e0e\u51e0\u4f55\u7b49\u57fa\u7840\u5185\u5bb9\u3002"}, {"color": "#d36bd3", "created_at": 1752674438, "description": "Criteria for grouping geometric shapes, emphasizing the importance of standardization and rule-following.\u003cSEP\u003e\u5206\u7c7b\u6807\u51c6refers to the criteria used to categorize geometric objects, such as the use of right triangles as a dividing line in triangle classification.\u003cSEP\u003e\u5206\u7c7b\u6807\u51c6\u4e0e\u6027\u8d28\u7b49\u4ef7\uff0c\u7528\u4e8e\u5c06\u7814\u7a76\u5bf9\u8c61\u5206\u4e3a\u4e92\u65a5\u96c6\u5408\uff0c\u662f\u4e2d\u56fd\u4eba\u4f20\u7edf\u7684\u601d\u7ef4\u6a21\u5f0f\u3002\u003cSEP\u003e\u5206\u7c7b\u6807\u51c6\u662f\u7528\u4e8e\u533a\u5206\u96c6\u5408\u4e2d\u5143\u7d20\u6027\u8d28\u7684\u4f9d\u636e\uff0c\u6587\u4e2d\u8ba8\u8bba\u4e86\u5176\u6570\u5b66\u5b9a\u4e49\u53ca\u5e94\u7528\u3002", "entity_id": "\u5206\u7c7b\u6807\u51c6", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u7c7b\u6807\u51c6", "label": "\u5206\u7c7b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "Criteria for grouping geometric shapes, emphasizing the importance of standardization and rule-following.\u003cSEP\u003e\u5206\u7c7b\u6807\u51c6refers to the criteria used to categorize geometric objects, such as the use of right triangles as a dividing line in triangle classification.\u003cSEP\u003e\u5206\u7c7b\u6807\u51c6\u4e0e\u6027\u8d28\u7b49\u4ef7\uff0c\u7528\u4e8e\u5c06\u7814\u7a76\u5bf9\u8c61\u5206\u4e3a\u4e92\u65a5\u96c6\u5408\uff0c\u662f\u4e2d\u56fd\u4eba\u4f20\u7edf\u7684\u601d\u7ef4\u6a21\u5f0f\u3002\u003cSEP\u003e\u5206\u7c7b\u6807\u51c6\u662f\u7528\u4e8e\u533a\u5206\u96c6\u5408\u4e2d\u5143\u7d20\u6027\u8d28\u7684\u4f9d\u636e\uff0c\u6587\u4e2d\u8ba8\u8bba\u4e86\u5176\u6570\u5b66\u5b9a\u4e49\u53ca\u5e94\u7528\u3002"}, {"color": "#4b4a17", "created_at": 1752674473, "description": "Primary education stage focusing on foundational geometric concepts through descriptive definitions and hands-on activities.", "entity_id": "\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5", "entity_type": "event", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5", "label": "\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Primary education stage focusing on foundational geometric concepts through descriptive definitions and hands-on activities."}, {"color": "#3c2d06", "created_at": 1752674473, "description": "Rigid motions that preserve shape and size, including translation, rotation and reflection.\u003cSEP\u003e\u521a\u4f53\u8fd0\u52a8refers to transformations like translation, rotation, and reflection that preserve distances between points and maintain the shape of figures.\u003cSEP\u003e\u521a\u4f53\u8fd0\u52a8\u662f\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u7684\u8fd0\u52a8\uff0c\u5305\u62ec\u5e73\u79fb\u3001\u65cb\u8f6c\u548c\u8f74\u5bf9\u79f0\u3002", "entity_id": "\u521a\u4f53\u8fd0\u52a8", "entity_type": "category", "file_path": "unknown_source", "id": "\u521a\u4f53\u8fd0\u52a8", "label": "\u521a\u4f53\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "Rigid motions that preserve shape and size, including translation, rotation and reflection.\u003cSEP\u003e\u521a\u4f53\u8fd0\u52a8refers to transformations like translation, rotation, and reflection that preserve distances between points and maintain the shape of figures.\u003cSEP\u003e\u521a\u4f53\u8fd0\u52a8\u662f\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u7684\u8fd0\u52a8\uff0c\u5305\u62ec\u5e73\u79fb\u3001\u65cb\u8f6c\u548c\u8f74\u5bf9\u79f0\u3002"}, {"color": "#a017d6", "created_at": 1752674393, "description": "**\u6570\u636e\u5206\u6790\u89c2\u5ff5** refers to a core concept in statistical and probabilistic studies, particularly emphasized in primary mathematics education. It represents a fundamental approach to statistical analysis through data examination, where data is used to derive meaningful information and make informed inferences. \n\nThis concept is a central requirement in the **\"\u7edf\u8ba1\u4e0e\u6982\u7387\" (Statistics and Probability)** section of the curriculum standards, highlighting the importance of understanding statistical thinking through data analysis. **\u6570\u636e\u5206\u6790\u89c2\u5ff5** emphasizes the significance of data in statistical studies, including the recognition that data contains information, analysis methods can vary, and conclusions often carry a degree of randomness. As such, it encourages the selection of appropriate analytical methods based on the context and background of the data.\n\nFurthermore, **\u6570\u636e\u5206\u6790\u89c2\u5ff5** involves a statistical\u601d\u7ef4\u65b9\u5f0f (way of thinking) that derives probability estimates from experimental data, reflecting a modern approach to statistical education. It underscores the importance of not only analyzing data but also understanding the background behind it in order to make reasonable and contextually relevant interpretations.", "entity_id": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "label": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "**\u6570\u636e\u5206\u6790\u89c2\u5ff5** refers to a core concept in statistical and probabilistic studies, particularly emphasized in primary mathematics education. It represents a fundamental approach to statistical analysis through data examination, where data is used to derive meaningful information and make informed inferences. \n\nThis concept is a central requirement in the **\"\u7edf\u8ba1\u4e0e\u6982\u7387\" (Statistics and Probability)** section of the curriculum standards, highlighting the importance of understanding statistical thinking through data analysis. **\u6570\u636e\u5206\u6790\u89c2\u5ff5** emphasizes the significance of data in statistical studies, including the recognition that data contains information, analysis methods can vary, and conclusions often carry a degree of randomness. As such, it encourages the selection of appropriate analytical methods based on the context and background of the data.\n\nFurthermore, **\u6570\u636e\u5206\u6790\u89c2\u5ff5** involves a statistical\u601d\u7ef4\u65b9\u5f0f (way of thinking) that derives probability estimates from experimental data, reflecting a modern approach to statistical education. It underscores the importance of not only analyzing data but also understanding the background behind it in order to make reasonable and contextually relevant interpretations."}, {"color": "#c8700a", "created_at": 1752674403, "description": "\u51e0\u4f55\u76f4\u89c2refers to the ability of direct judgment in geometry and beyond, cultivated through personal involvement in\u601d\u7ef4\u6d3b\u52a8.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2refers to the intuitive understanding of geometric concepts and relationships developed through visual and practical experiences.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u4e00\u79cd\u4e0d\u7ecf\u8fc7\u903b\u8f91\u5206\u6790\u7684\u76f4\u63a5\u5224\u65ad\u80fd\u529b\uff0c\u5229\u7528\u56fe\u5f62\u63cf\u8ff0\u548c\u5206\u6790\u95ee\u9898\uff0c\u6709\u52a9\u4e8e\u7406\u89e3\u6570\u5b66\u672c\u8d28\u5e76\u5e94\u7528\u4e8e\u5176\u4ed6\u5b66\u79d1\u548c\u65e5\u5e38\u751f\u6d3b\u3002\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u6307\u80fd\u591f\u5229\u7528\u56fe\u5f62\u63cf\u8ff0\u548c\u5206\u6790\u95ee\u9898\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\u4e4b\u4e00\u3002", "entity_id": "\u51e0\u4f55\u76f4\u89c2", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u76f4\u89c2", "label": "\u51e0\u4f55\u76f4\u89c2", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u51e0\u4f55\u76f4\u89c2refers to the ability of direct judgment in geometry and beyond, cultivated through personal involvement in\u601d\u7ef4\u6d3b\u52a8.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2refers to the intuitive understanding of geometric concepts and relationships developed through visual and practical experiences.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u4e00\u79cd\u4e0d\u7ecf\u8fc7\u903b\u8f91\u5206\u6790\u7684\u76f4\u63a5\u5224\u65ad\u80fd\u529b\uff0c\u5229\u7528\u56fe\u5f62\u63cf\u8ff0\u548c\u5206\u6790\u95ee\u9898\uff0c\u6709\u52a9\u4e8e\u7406\u89e3\u6570\u5b66\u672c\u8d28\u5e76\u5e94\u7528\u4e8e\u5176\u4ed6\u5b66\u79d1\u548c\u65e5\u5e38\u751f\u6d3b\u3002\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u662f\u6307\u80fd\u591f\u5229\u7528\u56fe\u5f62\u63cf\u8ff0\u548c\u5206\u6790\u95ee\u9898\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\u4e4b\u4e00\u3002"}, {"color": "#93fc3d", "created_at": 1752674410, "description": "Classical probability model describes a scenario where possible outcomes are finite and equally likely. It is foundational in teaching probability at the basic education level.\u003cSEP\u003e\u53e4\u5178\u6982\u7387\u6a21\u578bis a foundational approach to defining probability in mathematics.\u003cSEP\u003e\u53e4\u5178\u6982\u7387\u6a21\u578b\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u4ecb\u7ecd\u7684\u4e00\u79cd\u6982\u7387\u6a21\u578b\uff0c\u8981\u6c42\u968f\u673a\u4e8b\u4ef6\u7684\u53ef\u80fd\u7ed3\u679c\u6709\u9650\u4e14\u6bcf\u79cd\u7ed3\u679c\u51fa\u73b0\u7684\u53ef\u80fd\u6027\u76f8\u7b49\u3002", "entity_id": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "label": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Classical probability model describes a scenario where possible outcomes are finite and equally likely. It is foundational in teaching probability at the basic education level.\u003cSEP\u003e\u53e4\u5178\u6982\u7387\u6a21\u578bis a foundational approach to defining probability in mathematics.\u003cSEP\u003e\u53e4\u5178\u6982\u7387\u6a21\u578b\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u4ecb\u7ecd\u7684\u4e00\u79cd\u6982\u7387\u6a21\u578b\uff0c\u8981\u6c42\u968f\u673a\u4e8b\u4ef6\u7684\u53ef\u80fd\u7ed3\u679c\u6709\u9650\u4e14\u6bcf\u79cd\u7ed3\u679c\u51fa\u73b0\u7684\u53ef\u80fd\u6027\u76f8\u7b49\u3002"}, {"color": "#dbdfac", "created_at": 1752674473, "description": "Inferential statistics uses sample means to estimate population parameters, accounting for randomness.\u003cSEP\u003e\u63a8\u65ad\u7edf\u8ba1\u662f\u7edf\u8ba1\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u5f3a\u8c03\u901a\u8fc7\u6837\u672c\u6570\u636e\u5bf9\u603b\u4f53\u53c2\u6570\u8fdb\u884c\u4f30\u8ba1\u548c\u63a8\u65ad\u3002\u003cSEP\u003e\u63a8\u65ad\u7edf\u8ba1\u662f\u7edf\u8ba1\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u5f3a\u8c03\u6570\u636e\u7684\u968f\u673a\u6027\u548c\u7ed3\u8bba\u7684\u6216\u7136\u6027\u3002\u003cSEP\u003e\u63a8\u65ad\u7edf\u8ba1\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u4fe1\u606f\u7684\u7edf\u8ba1\u65b9\u6cd5\uff0c\u5f3a\u8c03\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u7ed3\u679c\u5177\u6709\u6216\u7136\u6027\uff0c\u5e38\u7528\u65b9\u6cd5\u5305\u62ec\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u3002", "entity_id": "\u63a8\u65ad\u7edf\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u63a8\u65ad\u7edf\u8ba1", "label": "\u63a8\u65ad\u7edf\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Inferential statistics uses sample means to estimate population parameters, accounting for randomness.\u003cSEP\u003e\u63a8\u65ad\u7edf\u8ba1\u662f\u7edf\u8ba1\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u5f3a\u8c03\u901a\u8fc7\u6837\u672c\u6570\u636e\u5bf9\u603b\u4f53\u53c2\u6570\u8fdb\u884c\u4f30\u8ba1\u548c\u63a8\u65ad\u3002\u003cSEP\u003e\u63a8\u65ad\u7edf\u8ba1\u662f\u7edf\u8ba1\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u5f3a\u8c03\u6570\u636e\u7684\u968f\u673a\u6027\u548c\u7ed3\u8bba\u7684\u6216\u7136\u6027\u3002\u003cSEP\u003e\u63a8\u65ad\u7edf\u8ba1\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u4fe1\u606f\u7684\u7edf\u8ba1\u65b9\u6cd5\uff0c\u5f3a\u8c03\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u7ed3\u679c\u5177\u6709\u6216\u7136\u6027\uff0c\u5e38\u7528\u65b9\u6cd5\u5305\u62ec\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u3002"}, {"color": "#cb59ec", "created_at": 1752674421, "description": "The **\u8bfe\u7a0b\u6807\u51c6 (Curriculum Standards)** are national educational guidelines established by the Chinese education authorities to define the objectives, content, and pedagogical expectations for mathematics education in primary schools. These standards serve as official frameworks outlining what students should learn at different stages of their primary education. \n\nKey components of the curriculum standards include: \n1. **Core Mathematical Concepts**: The standards emphasize foundational topics such as number sense, basic arithmetic operations (addition, subtraction, multiplication, and division), and the understanding of numbers up to 10,000. \n2. **Learning Objectives**: They specify competency requirements, such as students in the first\u5b66\u6bb5 (early primary grades) needing to grasp the meaning of arithmetic operations and apply them to real-life situations. \n3. **Pedagogical Approaches**: The standards guide how mathematical concepts should be taught, including the development of **\u7b26\u53f7\u610f\u8bc6 (symbolic reasoning)** as a core competency and the introduction of **model thinking** in mathematics. \n4. **Progression and Limitations**: To ensure age-appropriate learning, the standards restrict the complexity of problems\u2014for example, limiting **\u6df7\u5408\u8fd0\u7b97 (mixed operations)** to two or three steps in early and middle primary grades. \n5. **Expanded Competencies**: Beyond traditional **\u2018\u53cc\u57fa\u2019 (basic knowledge and fundamental skills)**, the standards now incorporate **\u2018\u56db\u57fa\u2019**, adding **basic mathematical thinking and experiential learning (basic ideas and basic activity experiences)**. \n\nThese curriculum standards are designed to ensure a structured and comprehensive mathematics education, aligning classroom instruction with national expectations for student development.", "entity_id": "\u8bfe\u7a0b\u6807\u51c6", "entity_type": "category", "file_path": "unknown_source", "id": "\u8bfe\u7a0b\u6807\u51c6", "label": "\u8bfe\u7a0b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-15a3035e48a3f9ba98ec01cb3ed42052\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-a5fa437b38c82cb10c1cbb6ae90f2d6c\u003cSEP\u003echunk-1ad150a353733dc35455650b97cce260", "title": "The **\u8bfe\u7a0b\u6807\u51c6 (Curriculum Standards)** are national educational guidelines established by the Chinese education authorities to define the objectives, content, and pedagogical expectations for mathematics education in primary schools. These standards serve as official frameworks outlining what students should learn at different stages of their primary education. \n\nKey components of the curriculum standards include: \n1. **Core Mathematical Concepts**: The standards emphasize foundational topics such as number sense, basic arithmetic operations (addition, subtraction, multiplication, and division), and the understanding of numbers up to 10,000. \n2. **Learning Objectives**: They specify competency requirements, such as students in the first\u5b66\u6bb5 (early primary grades) needing to grasp the meaning of arithmetic operations and apply them to real-life situations. \n3. **Pedagogical Approaches**: The standards guide how mathematical concepts should be taught, including the development of **\u7b26\u53f7\u610f\u8bc6 (symbolic reasoning)** as a core competency and the introduction of **model thinking** in mathematics. \n4. **Progression and Limitations**: To ensure age-appropriate learning, the standards restrict the complexity of problems\u2014for example, limiting **\u6df7\u5408\u8fd0\u7b97 (mixed operations)** to two or three steps in early and middle primary grades. \n5. **Expanded Competencies**: Beyond traditional **\u2018\u53cc\u57fa\u2019 (basic knowledge and fundamental skills)**, the standards now incorporate **\u2018\u56db\u57fa\u2019**, adding **basic mathematical thinking and experiential learning (basic ideas and basic activity experiences)**. \n\nThese curriculum standards are designed to ensure a structured and comprehensive mathematics education, aligning classroom instruction with national expectations for student development."}, {"color": "#43a724", "created_at": 1752674357, "description": "**Quantity** is a fundamental concept in mathematics that represents the abstraction of real-world quantities, serving as the basis for numerical relationships and operations. It refers to concrete measurements or counts, such as the number of objects (e.g., peaches picked by individuals like *\u54e5\u54e5* or *\u59b9\u59b9*), which natural numbers abstract away from in mathematical contexts. The concept encompasses both the measurable amount of something and the broader idea of magnitude, including notions like \"distance\" or \"absolute value.\" By capturing the essence of \"more\" and \"less\" (\u591a\u548c\u5c11), quantity forms the foundation for understanding number relationships, addition, and the formation of numerical concepts. It bridges the gap between real-world observations and mathematical abstraction, making it central to quantitative reasoning.", "entity_id": "\u6570\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u91cf", "label": "\u6570\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "**Quantity** is a fundamental concept in mathematics that represents the abstraction of real-world quantities, serving as the basis for numerical relationships and operations. It refers to concrete measurements or counts, such as the number of objects (e.g., peaches picked by individuals like *\u54e5\u54e5* or *\u59b9\u59b9*), which natural numbers abstract away from in mathematical contexts. The concept encompasses both the measurable amount of something and the broader idea of magnitude, including notions like \"distance\" or \"absolute value.\" By capturing the essence of \"more\" and \"less\" (\u591a\u548c\u5c11), quantity forms the foundation for understanding number relationships, addition, and the formation of numerical concepts. It bridges the gap between real-world observations and mathematical abstraction, making it central to quantitative reasoning."}, {"color": "#11a66a", "created_at": 1752674367, "description": "**Natural Numbers (\u81ea\u7136\u6570)** \n\nNatural numbers are a foundational mathematical concept representing quantities used for counting and ordering. They form the basis of arithmetic and number theory, with their formal definition established through the **Peano axioms**, which introduce the concept of a *successor* to rigorously define their properties. \n\nDepending on the context, natural numbers may start from **0 or 1**, forming either the set of **non-negative integers (0, 1, 2, 3, ...)** or **positive integers (1, 2, 3, ...)**. They are central to discussions in number theory, particularly in the study of primes, and serve as the foundation for constructing more advanced number systems, such as integers, rational numbers, and real numbers. \n\nAs abstract mathematical entities, natural numbers generalize patterns and operations, making them essential in symbolic reasoning and mathematical education. They are often contrasted with negative numbers in teaching to help clarify numerical concepts. Additionally, natural numbers are the primary objects of **mathematical induction** and are fundamental in defining basic arithmetic operations, such as addition. \n\nIn summary, natural numbers are a core concept in mathematics, characterized by their axiomatic definition, counting utility, and role in structuring more complex number systems. Their exact definition (whether including 0 or not) varies by context but remains universally recognized as the simplest and most fundamental set of numbers.", "entity_id": "\u81ea\u7136\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u81ea\u7136\u6570", "label": "\u81ea\u7136\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "**Natural Numbers (\u81ea\u7136\u6570)** \n\nNatural numbers are a foundational mathematical concept representing quantities used for counting and ordering. They form the basis of arithmetic and number theory, with their formal definition established through the **Peano axioms**, which introduce the concept of a *successor* to rigorously define their properties. \n\nDepending on the context, natural numbers may start from **0 or 1**, forming either the set of **non-negative integers (0, 1, 2, 3, ...)** or **positive integers (1, 2, 3, ...)**. They are central to discussions in number theory, particularly in the study of primes, and serve as the foundation for constructing more advanced number systems, such as integers, rational numbers, and real numbers. \n\nAs abstract mathematical entities, natural numbers generalize patterns and operations, making them essential in symbolic reasoning and mathematical education. They are often contrasted with negative numbers in teaching to help clarify numerical concepts. Additionally, natural numbers are the primary objects of **mathematical induction** and are fundamental in defining basic arithmetic operations, such as addition. \n\nIn summary, natural numbers are a core concept in mathematics, characterized by their axiomatic definition, counting utility, and role in structuring more complex number systems. Their exact definition (whether including 0 or not) varies by context but remains universally recognized as the simplest and most fundamental set of numbers."}, {"color": "#b197c6", "created_at": 1752674373, "description": "Number sense (\u6570\u611f) is a core mathematical concept that involves understanding the relationship between numbers and quantities, and how numbers relate to real-life situations and operations.\u003cSEP\u003eThe connection between numbers and real-world contexts through abstraction and application.\u003cSEP\u003e\u6570\u611f(number sense) is the intuitive grasp of numbers\u0027 meanings and relationships, emphasized in China\u0027s compulsory education standards.\u003cSEP\u003e\u6570\u611f, or \u0027number sense,\u0027 refers to a person\u0027s intuitive understanding of numbers, their magnitude, relationships, and how they are used in real-life contexts. It is a key focus of the lesson discussed.\u003cSEP\u003e\u6570\u611f\u662f\u5bf9\u6570\u4e0e\u6570\u91cf\u4e4b\u95f4\u8054\u7cfb\u7684\u611f\u609f\u80fd\u529b\uff0c\u6d89\u53ca\u5bf9\u6570\u7684\u62bd\u8c61\u548c\u73b0\u5b9e\u80cc\u666f\u7684\u7406\u89e3\uff0c\u662f\u6570\u5b66\u7d20\u517b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "entity_id": "\u6570\u611f", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u611f", "label": "\u6570\u611f", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Number sense (\u6570\u611f) is a core mathematical concept that involves understanding the relationship between numbers and quantities, and how numbers relate to real-life situations and operations.\u003cSEP\u003eThe connection between numbers and real-world contexts through abstraction and application.\u003cSEP\u003e\u6570\u611f(number sense) is the intuitive grasp of numbers\u0027 meanings and relationships, emphasized in China\u0027s compulsory education standards.\u003cSEP\u003e\u6570\u611f, or \u0027number sense,\u0027 refers to a person\u0027s intuitive understanding of numbers, their magnitude, relationships, and how they are used in real-life contexts. It is a key focus of the lesson discussed.\u003cSEP\u003e\u6570\u611f\u662f\u5bf9\u6570\u4e0e\u6570\u91cf\u4e4b\u95f4\u8054\u7cfb\u7684\u611f\u609f\u80fd\u529b\uff0c\u6d89\u53ca\u5bf9\u6570\u7684\u62bd\u8c61\u548c\u73b0\u5b9e\u80cc\u666f\u7684\u7406\u89e3\uff0c\u662f\u6570\u5b66\u7d20\u517b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002"}, {"color": "#c29639", "created_at": 1752674427, "description": "\u6570represents the abstract concept derived from quantities, focusing on numerical relationships and systems.", "entity_id": "\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570", "label": "\u6570", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u6570represents the abstract concept derived from quantities, focusing on numerical relationships and systems."}, {"color": "#1435f0", "created_at": 1752674427, "description": "\u5546\u4ee3\u7532\u9aa8\u6587refers to Shang Dynasty oracle bone inscriptions containing early Chinese numerical records with concrete contexts.", "entity_id": "\u5546\u4ee3\u7532\u9aa8\u6587", "entity_type": "category", "file_path": "unknown_source", "id": "\u5546\u4ee3\u7532\u9aa8\u6587", "label": "\u5546\u4ee3\u7532\u9aa8\u6587", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u5546\u4ee3\u7532\u9aa8\u6587refers to Shang Dynasty oracle bone inscriptions containing early Chinese numerical records with concrete contexts."}, {"color": "#895b9e", "created_at": 1752674427, "description": "A concrete example of quantity, representing the smallest unit of measurement in the given context.", "entity_id": "\u4e00\u7c92\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e00\u7c92\u7c73", "label": "\u4e00\u7c92\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing the smallest unit of measurement in the given context."}, {"color": "#ac0e7f", "created_at": 1752674427, "description": "A concrete example of quantity, representing six cows as a measurable unit.", "entity_id": "\u516d\u5934\u725b", "entity_type": "category", "file_path": "unknown_source", "id": "\u516d\u5934\u725b", "label": "\u516d\u5934\u725b", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing six cows as a measurable unit."}, {"color": "#c98e4f", "created_at": 1752674427, "description": "Mathematics as the discipline requiring systematic extension of number systems and operations.\u003cSEP\u003eMathematics is the study of general patterns and abstract concepts, with applications to concrete problems through generalization and specialization.\u003cSEP\u003eThe field of study that generalizes quantities and their relationships, focusing on abstract patterns and laws.", "entity_id": "\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66", "label": "\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-d7264225129bf61ebaaae2eb63249861", "title": "Mathematics as the discipline requiring systematic extension of number systems and operations.\u003cSEP\u003eMathematics is the study of general patterns and abstract concepts, with applications to concrete problems through generalization and specialization.\u003cSEP\u003eThe field of study that generalizes quantities and their relationships, focusing on abstract patterns and laws."}, {"color": "#f3802b", "created_at": 1752674427, "description": "A mathematical concept used to compare quantities through one-to-one correspondence.\u003cSEP\u003e\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u6bd4\u8f83\u6570\u91cf\u591a\u5c11\u7684\u57fa\u672c\u6982\u5ff5,\u901a\u8fc7\u5143\u7d20\u5bf9\u5e94\u5173\u7cfb\u5224\u65ad\u96c6\u5408\u5927\u5c0f\u3002\u003cSEP\u003e\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u7528\u4e8e\u5b9a\u4e49\u5143\u7d20\u4e4b\u95f4\u7684\u5f52\u5c5e\u5173\u7cfb\uff0c\u5728\u6587\u672c\u4e2d\u6d89\u53ca\u96c6\u5408\u7684\u6052\u5b9a\u6027\u95ee\u9898\u3002", "entity_id": "\u96c6\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u96c6\u5408", "label": "\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-d7264225129bf61ebaaae2eb63249861", "title": "A mathematical concept used to compare quantities through one-to-one correspondence.\u003cSEP\u003e\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u6bd4\u8f83\u6570\u91cf\u591a\u5c11\u7684\u57fa\u672c\u6982\u5ff5,\u901a\u8fc7\u5143\u7d20\u5bf9\u5e94\u5173\u7cfb\u5224\u65ad\u96c6\u5408\u5927\u5c0f\u3002\u003cSEP\u003e\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u7528\u4e8e\u5b9a\u4e49\u5143\u7d20\u4e4b\u95f4\u7684\u5f52\u5c5e\u5173\u7cfb\uff0c\u5728\u6587\u672c\u4e2d\u6d89\u53ca\u96c6\u5408\u7684\u6052\u5b9a\u6027\u95ee\u9898\u3002"}, {"color": "#8f826e", "created_at": 1752674566, "description": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5, or \u0027addition of natural numbers,\u0027 is the core mathematical concept being taught, aiming to help students intuitively understand the meaning of addition through real-life examples.", "entity_id": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "label": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5, or \u0027addition of natural numbers,\u0027 is the core mathematical concept being taught, aiming to help students intuitively understand the meaning of addition through real-life examples."}, {"color": "#11a8b4", "created_at": 1752674566, "description": "\u5bf9\u5e94\u7684\u65b9\u6cd5(correspondence method) is a teaching approach used to help students understand addition by matching quantities and observing how changes in one quantity affect equality.", "entity_id": "\u5bf9\u5e94\u7684\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5bf9\u5e94\u7684\u65b9\u6cd5", "label": "\u5bf9\u5e94\u7684\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u5bf9\u5e94\u7684\u65b9\u6cd5(correspondence method) is a teaching approach used to help students understand addition by matching quantities and observing how changes in one quantity affect equality."}, {"color": "#43850e", "created_at": 1752674566, "description": "\u52a0\u6cd5\u7684\u610f\u4e49refers to the conceptual understanding of what addition means-combining quantities-and is taught through real-life examples like comparing and adding peaches picked by\u54e5\u54e5and\u59b9\u59b9.", "entity_id": "\u52a0\u6cd5\u7684\u610f\u4e49", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5\u7684\u610f\u4e49", "label": "\u52a0\u6cd5\u7684\u610f\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u52a0\u6cd5\u7684\u610f\u4e49refers to the conceptual understanding of what addition means-combining quantities-and is taught through real-life examples like comparing and adding peaches picked by\u54e5\u54e5and\u59b9\u59b9."}, {"color": "#ca1230", "created_at": 1752674566, "description": "\u7b49\u53f7(=) is introduced in the lesson as a symbol representing equality between two quantities, helping students understand the balance in mathematical expressions like 2 + 1 = 3.", "entity_id": "\u7b49\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u53f7", "label": "\u7b49\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u7b49\u53f7(=) is introduced in the lesson as a symbol representing equality between two quantities, helping students understand the balance in mathematical expressions like 2 + 1 = 3."}, {"color": "#78f7d9", "created_at": 1752674566, "description": "\u52a0\u53f7(+) is presented as a symbol representing the action of adding or increasing a quantity, taught through storytelling and visual aids in the lesson.", "entity_id": "\u52a0\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u53f7", "label": "\u52a0\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u52a0\u53f7(+) is presented as a symbol representing the action of adding or increasing a quantity, taught through storytelling and visual aids in the lesson."}, {"color": "#f70ea0", "created_at": 1752674438, "description": "Opposite numbers are pairs of numbers that sum to zero, such as a and -a.\u003cSEP\u003e\u6570\u5b66\u6982\u5ff5\uff0c\u6307\u4e24\u4e2a\u6570\u5728\u6570\u8f74\u539f\u70b9\u4e24\u4fa7\u4e14\u5230\u539f\u70b9\u7684\u8ddd\u79bb\u76f8\u7b49\uff0c\u4f46\u4e0d\u80fd\u901a\u8fc7\u8ddd\u79bb\u5b9a\u4e49\u8d1f\u6570\u3002\u003cSEP\u003e\u76f8\u53cd\u6570\u662f\u6307\u6570\u503c\u76f8\u540c\u4f46\u7b26\u53f7\u76f8\u53cd\u7684\u4e24\u4e2a\u6570\uff0c\u5982+3\u4e0e-3\u3002\u003cSEP\u003e\u76f8\u53cd\u6570\u662f\u6574\u6570\u7684\u52a0\u6cd5\u9006\u5143\uff0c\u7528\u4e8e\u5b9a\u4e49\u8d1f\u6570\u548c\u51cf\u6cd5\u8fd0\u7b97\u7684\u9006\u8fd0\u7b97\uff0c\u5982a\u7684\u76f8\u53cd\u6570\u4e3a-a\u3002\u003cSEP\u003e\u76f8\u53cd\u6570\u662f\u6574\u6570\u96c6\u5408\u4e2d\u7684\u6982\u5ff5\uff0c\u59821\u548c-1\u4e92\u4e3a\u76f8\u53cd\u6570\uff0c\u5176\u548c\u4e3a0\uff0c\u7528\u4e8e\u89e3\u91ca\u8d1f\u6570\u7684\u4e58\u6cd5\u8fd0\u7b97\u7ed3\u679c\u3002", "entity_id": "\u76f8\u53cd\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f8\u53cd\u6570", "label": "\u76f8\u53cd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "Opposite numbers are pairs of numbers that sum to zero, such as a and -a.\u003cSEP\u003e\u6570\u5b66\u6982\u5ff5\uff0c\u6307\u4e24\u4e2a\u6570\u5728\u6570\u8f74\u539f\u70b9\u4e24\u4fa7\u4e14\u5230\u539f\u70b9\u7684\u8ddd\u79bb\u76f8\u7b49\uff0c\u4f46\u4e0d\u80fd\u901a\u8fc7\u8ddd\u79bb\u5b9a\u4e49\u8d1f\u6570\u3002\u003cSEP\u003e\u76f8\u53cd\u6570\u662f\u6307\u6570\u503c\u76f8\u540c\u4f46\u7b26\u53f7\u76f8\u53cd\u7684\u4e24\u4e2a\u6570\uff0c\u5982+3\u4e0e-3\u3002\u003cSEP\u003e\u76f8\u53cd\u6570\u662f\u6574\u6570\u7684\u52a0\u6cd5\u9006\u5143\uff0c\u7528\u4e8e\u5b9a\u4e49\u8d1f\u6570\u548c\u51cf\u6cd5\u8fd0\u7b97\u7684\u9006\u8fd0\u7b97\uff0c\u5982a\u7684\u76f8\u53cd\u6570\u4e3a-a\u3002\u003cSEP\u003e\u76f8\u53cd\u6570\u662f\u6574\u6570\u96c6\u5408\u4e2d\u7684\u6982\u5ff5\uff0c\u59821\u548c-1\u4e92\u4e3a\u76f8\u53cd\u6570\uff0c\u5176\u548c\u4e3a0\uff0c\u7528\u4e8e\u89e3\u91ca\u8d1f\u6570\u7684\u4e58\u6cd5\u8fd0\u7b97\u7ed3\u679c\u3002"}, {"color": "#5b8edc", "created_at": 1752674367, "description": "\u8d1f\u6570\u662f\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u5c0f\u4e8e\u96f6\u7684\u6570\u503c\uff0c\u4e0e\u6b63\u6570\u76f8\u5bf9\uff0c\u4ee3\u8868\u76f8\u53cd\u65b9\u5411\u6216\u76f8\u53cd\u610f\u4e49\u7684\u91cf\u3002\u5b83\u4eec\u5728\u6570\u5b66\u4e2d\u88ab\u7528\u6765\u6269\u5c55\u6570\u7cfb\u7edf\uff0c\u4f7f\u5176\u5305\u62ec\u4f4e\u4e8e\u96f6\u7684\u503c\uff0c\u5e76\u5728\u5b9e\u9645\u95ee\u9898\u4e2d\u8868\u793a\u8bf8\u5982\u652f\u51fa\u3001\u4e0b\u964d\u3001\u6b20\u503a\u6216\u4f4e\u4e8e\u57fa\u51c6\u7ebf\u7684\u91cf\u3002\u8d1f\u6570\u7684\u7edd\u5bf9\u503c\u8868\u793a\u5176\u8ddd\u79bb\u96f6\u70b9\u7684\u5927\u5c0f\uff0c\u800c\u4e0d\u8003\u8651\u65b9\u5411\u3002\n\n\u8d1f\u6570\u7684\u6982\u5ff5\u8d77\u6e90\u4e8e\u5b9e\u9645\u9700\u6c42\uff0c\u5982\u4f1a\u8ba1\u548c\u6d4b\u91cf\uff0c\u5728\u89e3\u65b9\u7a0b\u7684\u6570\u5b66\u8fc7\u7a0b\u4e2d\u4e5f\u5f97\u5230\u4e86\u5e7f\u6cdb\u5e94\u7528\u3002\u53e4\u4ee3\u4e2d\u56fd\u5728\u89e3\u65b9\u7a0b\u65f6\u5df2\u7ecf\u6e05\u6670\u5730\u7406\u89e3\u548c\u4f7f\u7528\u4e86\u8d1f\u6570\uff0c\u8fd9\u8868\u660e\u5176\u5728\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u6027\u3002\u5728\u6570\u5b66\u6559\u80b2\u4e2d\uff0c\u901a\u5e38\u901a\u8fc7\u73b0\u5b9e\u80cc\u666f\u548c\u751f\u6d3b\u60c5\u5883\u6765\u5e2e\u52a9\u5b66\u751f\u66f4\u597d\u5730\u7406\u89e3\u8d1f\u6570\u7684\u610f\u4e49\u548c\u5e94\u7528\u3002", "entity_id": "\u8d1f\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d1f\u6570", "label": "\u8d1f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u8d1f\u6570\u662f\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u5c0f\u4e8e\u96f6\u7684\u6570\u503c\uff0c\u4e0e\u6b63\u6570\u76f8\u5bf9\uff0c\u4ee3\u8868\u76f8\u53cd\u65b9\u5411\u6216\u76f8\u53cd\u610f\u4e49\u7684\u91cf\u3002\u5b83\u4eec\u5728\u6570\u5b66\u4e2d\u88ab\u7528\u6765\u6269\u5c55\u6570\u7cfb\u7edf\uff0c\u4f7f\u5176\u5305\u62ec\u4f4e\u4e8e\u96f6\u7684\u503c\uff0c\u5e76\u5728\u5b9e\u9645\u95ee\u9898\u4e2d\u8868\u793a\u8bf8\u5982\u652f\u51fa\u3001\u4e0b\u964d\u3001\u6b20\u503a\u6216\u4f4e\u4e8e\u57fa\u51c6\u7ebf\u7684\u91cf\u3002\u8d1f\u6570\u7684\u7edd\u5bf9\u503c\u8868\u793a\u5176\u8ddd\u79bb\u96f6\u70b9\u7684\u5927\u5c0f\uff0c\u800c\u4e0d\u8003\u8651\u65b9\u5411\u3002\n\n\u8d1f\u6570\u7684\u6982\u5ff5\u8d77\u6e90\u4e8e\u5b9e\u9645\u9700\u6c42\uff0c\u5982\u4f1a\u8ba1\u548c\u6d4b\u91cf\uff0c\u5728\u89e3\u65b9\u7a0b\u7684\u6570\u5b66\u8fc7\u7a0b\u4e2d\u4e5f\u5f97\u5230\u4e86\u5e7f\u6cdb\u5e94\u7528\u3002\u53e4\u4ee3\u4e2d\u56fd\u5728\u89e3\u65b9\u7a0b\u65f6\u5df2\u7ecf\u6e05\u6670\u5730\u7406\u89e3\u548c\u4f7f\u7528\u4e86\u8d1f\u6570\uff0c\u8fd9\u8868\u660e\u5176\u5728\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u6027\u3002\u5728\u6570\u5b66\u6559\u80b2\u4e2d\uff0c\u901a\u5e38\u901a\u8fc7\u73b0\u5b9e\u80cc\u666f\u548c\u751f\u6d3b\u60c5\u5883\u6765\u5e2e\u52a9\u5b66\u751f\u66f4\u597d\u5730\u7406\u89e3\u8d1f\u6570\u7684\u610f\u4e49\u548c\u5e94\u7528\u3002"}, {"color": "#443139", "created_at": 1752674410, "description": "\u516c\u7406\u4f53\u7cfbdiscusses the axiomatic systems in mathematics, including\u81ea\u7136\u6570and\u8fd0\u7b97\u6027\u8d28\u7684\u8bc1\u660e.\u003cSEP\u003e\u516c\u7406\u4f53\u7cfbrefers to a structured system of mathematics based on axioms and logical deductions, used to ensure rigorous proof.", "entity_id": "\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u7406\u4f53\u7cfb", "label": "\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u516c\u7406\u4f53\u7cfbdiscusses the axiomatic systems in mathematics, including\u81ea\u7136\u6570and\u8fd0\u7b97\u6027\u8d28\u7684\u8bc1\u660e.\u003cSEP\u003e\u516c\u7406\u4f53\u7cfbrefers to a structured system of mathematics based on axioms and logical deductions, used to ensure rigorous proof."}, {"color": "#4aece9", "created_at": 1752674410, "description": "\u52a0\u6cd5\u8fd0\u7b97is formalized through arithmetic axioms and properties.\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97refers to the mathematical operation of addition defined over natural numbers using axioms and induction.\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97\u662f\u57fa\u672c\u7684\u6570\u5b66\u8fd0\u7b97\u4e4b\u4e00\uff0c\u5176\u6027\u8d28\u53ef\u901a\u8fc7\u516c\u7406\u4f53\u7cfb\u8fdb\u884c\u5f62\u5f0f\u5316\u8bc1\u660e\uff0c\u5982\u7ed3\u5408\u5f8b\u3001\u4ea4\u6362\u5f8b\u7b49\u3002\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97\u662f\u901a\u8fc7\u81ea\u7136\u6570\u7684\u540e\u7ee7\u5173\u7cfb\u5b9a\u4e49\u7684\u6570\u5b66\u8fd0\u7b97\uff0c\u5229\u7528\u6570\u5b66\u5f52\u7eb3\u6cd5\u53ef\u4ee5\u4e25\u683c\u5b9a\u4e49\u548c\u63a8\u5e7f\u5230\u6240\u6709\u81ea\u7136\u6570\u3002", "entity_id": "\u52a0\u6cd5\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5\u8fd0\u7b97", "label": "\u52a0\u6cd5\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u52a0\u6cd5\u8fd0\u7b97is formalized through arithmetic axioms and properties.\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97refers to the mathematical operation of addition defined over natural numbers using axioms and induction.\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97\u662f\u57fa\u672c\u7684\u6570\u5b66\u8fd0\u7b97\u4e4b\u4e00\uff0c\u5176\u6027\u8d28\u53ef\u901a\u8fc7\u516c\u7406\u4f53\u7cfb\u8fdb\u884c\u5f62\u5f0f\u5316\u8bc1\u660e\uff0c\u5982\u7ed3\u5408\u5f8b\u3001\u4ea4\u6362\u5f8b\u7b49\u3002\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97\u662f\u901a\u8fc7\u81ea\u7136\u6570\u7684\u540e\u7ee7\u5173\u7cfb\u5b9a\u4e49\u7684\u6570\u5b66\u8fd0\u7b97\uff0c\u5229\u7528\u6570\u5b66\u5f52\u7eb3\u6cd5\u53ef\u4ee5\u4e25\u683c\u5b9a\u4e49\u548c\u63a8\u5e7f\u5230\u6240\u6709\u81ea\u7136\u6570\u3002"}, {"color": "#12ed66", "created_at": 1752674427, "description": "**\u6709\u7406\u6570**\uff08rational numbers\uff09\u662f\u53ef\u4ee5\u8868\u793a\u4e3a\u4e24\u4e2a\u6574\u6570\u4e4b\u6bd4\u7684\u6570\uff0c\u5373\u53ef\u4ee5\u5199\u6210a/b\u7684\u5f62\u5f0f\uff0c\u5176\u4e2da\u548cb\u662f\u6574\u6570\uff0c\u4e14b\u4e0d\u7b49\u4e8e\u96f6\u3002\u5b83\u4eec\u6784\u6210\u4e86\u6570\u5b66\u4e2d\u4e00\u4e2a\u57fa\u7840\u4e14\u91cd\u8981\u7684\u6570\u7cfb\uff0c\u901a\u5e38\u7528\u7b26\u53f7\u211a\u8868\u793a\u3002\u6709\u7406\u6570\u5305\u62ec\u6574\u6570\u3001\u6709\u9650\u5c0f\u6570\u4ee5\u53ca\u65e0\u9650\u5faa\u73af\u5c0f\u6570\uff0c\u4e5f\u6db5\u76d6\u4e86\u5206\u6570\u5f62\u5f0f\u7684\u6570\u503c\u3002\n\n\u6709\u7406\u6570\u7684\u6982\u5ff5\u6e90\u4e8e\u6574\u6570\u96c6\u5408\u901a\u8fc7\u9664\u6cd5\u8fd0\u7b97\u8fdb\u884c\u6269\u5145\u7684\u9700\u6c42\uff0c\u4ee5\u786e\u4fdd\u9664\u6cd5\u5728\u8be5\u6570\u7cfb\u4e2d\u662f\u5c01\u95ed\u7684\u3002\u56e0\u6b64\uff0c\u6709\u7406\u6570\u96c6\u5408\u662f\u4e3a\u6ee1\u8db3\u8fd0\u7b97\u5b8c\u6574\u6027\u800c\u4ece\u6574\u6570\u6269\u5c55\u5f97\u5230\u7684\u6570\u96c6\u3002\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\uff0c\u6709\u7406\u6570\u5e38\u4e0e**\u65e0\u7406\u6570**\u76f8\u5bf9\u6bd4\uff0c\u4f8b\u5982\u5728\u8bc1\u660e\u221a2\u662f\u65e0\u7406\u6570\u65f6\uff0c\u5c31\u5229\u7528\u4e86\u6709\u7406\u6570\u7684\u5b9a\u4e49\u8fdb\u884c\u53cd\u8bc1\u3002\n\n\u5386\u53f2\u4e0a\uff0c\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u6700\u521d\u8ba4\u4e3a\u6240\u6709\u6570\u91cf\u90fd\u53ef\u4ee5\u7528\u6709\u7406\u6570\u6765\u8868\u793a\uff0c\u4f46\u540e\u6765\u53d1\u73b0\u65e0\u7406\u6570\u7684\u5b58\u5728\u63a8\u7ffb\u4e86\u8fd9\u4e00\u89c2\u70b9\u3002\u5c3d\u7ba1\u5982\u6b64\uff0c\u6709\u7406\u6570\u4ecd\u7136\u662f\u6570\u5b66\u8fd0\u7b97\u548c\u7406\u8bba\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u57fa\u672c\u5143\u7d20\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u4ee3\u6570\u3001\u6570\u8bba\u3001\u5206\u6790\u7b49\u591a\u4e2a\u9886\u57df\u3002", "entity_id": "\u6709\u7406\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u7406\u6570", "label": "\u6709\u7406\u6570", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511", "title": "**\u6709\u7406\u6570**\uff08rational numbers\uff09\u662f\u53ef\u4ee5\u8868\u793a\u4e3a\u4e24\u4e2a\u6574\u6570\u4e4b\u6bd4\u7684\u6570\uff0c\u5373\u53ef\u4ee5\u5199\u6210a/b\u7684\u5f62\u5f0f\uff0c\u5176\u4e2da\u548cb\u662f\u6574\u6570\uff0c\u4e14b\u4e0d\u7b49\u4e8e\u96f6\u3002\u5b83\u4eec\u6784\u6210\u4e86\u6570\u5b66\u4e2d\u4e00\u4e2a\u57fa\u7840\u4e14\u91cd\u8981\u7684\u6570\u7cfb\uff0c\u901a\u5e38\u7528\u7b26\u53f7\u211a\u8868\u793a\u3002\u6709\u7406\u6570\u5305\u62ec\u6574\u6570\u3001\u6709\u9650\u5c0f\u6570\u4ee5\u53ca\u65e0\u9650\u5faa\u73af\u5c0f\u6570\uff0c\u4e5f\u6db5\u76d6\u4e86\u5206\u6570\u5f62\u5f0f\u7684\u6570\u503c\u3002\n\n\u6709\u7406\u6570\u7684\u6982\u5ff5\u6e90\u4e8e\u6574\u6570\u96c6\u5408\u901a\u8fc7\u9664\u6cd5\u8fd0\u7b97\u8fdb\u884c\u6269\u5145\u7684\u9700\u6c42\uff0c\u4ee5\u786e\u4fdd\u9664\u6cd5\u5728\u8be5\u6570\u7cfb\u4e2d\u662f\u5c01\u95ed\u7684\u3002\u56e0\u6b64\uff0c\u6709\u7406\u6570\u96c6\u5408\u662f\u4e3a\u6ee1\u8db3\u8fd0\u7b97\u5b8c\u6574\u6027\u800c\u4ece\u6574\u6570\u6269\u5c55\u5f97\u5230\u7684\u6570\u96c6\u3002\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\uff0c\u6709\u7406\u6570\u5e38\u4e0e**\u65e0\u7406\u6570**\u76f8\u5bf9\u6bd4\uff0c\u4f8b\u5982\u5728\u8bc1\u660e\u221a2\u662f\u65e0\u7406\u6570\u65f6\uff0c\u5c31\u5229\u7528\u4e86\u6709\u7406\u6570\u7684\u5b9a\u4e49\u8fdb\u884c\u53cd\u8bc1\u3002\n\n\u5386\u53f2\u4e0a\uff0c\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u6700\u521d\u8ba4\u4e3a\u6240\u6709\u6570\u91cf\u90fd\u53ef\u4ee5\u7528\u6709\u7406\u6570\u6765\u8868\u793a\uff0c\u4f46\u540e\u6765\u53d1\u73b0\u65e0\u7406\u6570\u7684\u5b58\u5728\u63a8\u7ffb\u4e86\u8fd9\u4e00\u89c2\u70b9\u3002\u5c3d\u7ba1\u5982\u6b64\uff0c\u6709\u7406\u6570\u4ecd\u7136\u662f\u6570\u5b66\u8fd0\u7b97\u548c\u7406\u8bba\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u57fa\u672c\u5143\u7d20\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u4ee3\u6570\u3001\u6570\u8bba\u3001\u5206\u6790\u7b49\u591a\u4e2a\u9886\u57df\u3002"}, {"color": "#10a70f", "created_at": 1752674427, "description": "The process of generalizing specific quantities into broader concepts like natural numbers.\u003cSEP\u003e\u62bd\u8c61\u662f\u6570\u5b66\u7684\u6838\u5fc3\u601d\u7ef4\uff0c\u6307\u820d\u53bb\u73b0\u5b9e\u80cc\u666f\uff0c\u4e13\u6ce8\u4e8e\u6570\u7684\u672c\u8d28\u5c5e\u6027\u3002", "entity_id": "\u62bd\u8c61", "entity_type": "category", "file_path": "unknown_source", "id": "\u62bd\u8c61", "label": "\u62bd\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "The process of generalizing specific quantities into broader concepts like natural numbers.\u003cSEP\u003e\u62bd\u8c61\u662f\u6570\u5b66\u7684\u6838\u5fc3\u601d\u7ef4\uff0c\u6307\u820d\u53bb\u73b0\u5b9e\u80cc\u666f\uff0c\u4e13\u6ce8\u4e8e\u6570\u7684\u672c\u8d28\u5c5e\u6027\u3002"}, {"color": "#4b18b8", "created_at": 1752674427, "description": "The decimal system (\u5341\u8fdb\u5236) is a widely used base-10 numeral system that enables the representation of all natural numbers and decimals using ten symbols (0\u20139) in a positional notation. It is believed to have originated from the counting of human fingers and plays a fundamental role in understanding place value, numerical relationships, and everyday mathematical operations. The system uses powers of ten to unify the notation of both integers and decimal numbers, making it essential for arithmetic and numerical representation across various cultures. Historically, it was developed in ancient times to express larger natural numbers, as seen in systems like the Chinese ten, hundred, thousand, and the Roman numerals X, C, M.", "entity_id": "\u5341\u8fdb\u5236", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u8fdb\u5236", "label": "\u5341\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511", "title": "The decimal system (\u5341\u8fdb\u5236) is a widely used base-10 numeral system that enables the representation of all natural numbers and decimals using ten symbols (0\u20139) in a positional notation. It is believed to have originated from the counting of human fingers and plays a fundamental role in understanding place value, numerical relationships, and everyday mathematical operations. The system uses powers of ten to unify the notation of both integers and decimal numbers, making it essential for arithmetic and numerical representation across various cultures. Historically, it was developed in ancient times to express larger natural numbers, as seen in systems like the Chinese ten, hundred, thousand, and the Roman numerals X, C, M."}, {"color": "#c90f43", "created_at": 1752674427, "description": "Mathematics teachers are educators who must understand abstract concepts like natural number definitions and logical relationships to teach effectively.\u003cSEP\u003e\u6570\u5b66\u6559\u5e08refers to educators specializing in teaching mathematics, particularly emphasizing the importance of understanding axiomatic structures for professional development.\u003cSEP\u003e\u6570\u5b66\u6559\u5e08\u662f\u4ece\u4e8b\u6570\u5b66\u6559\u5b66\u7684\u4e13\u4e1a\u4eba\u5458\uff0c\u9700\u8981\u7406\u89e3\u62bd\u8c61\u6570\u5b66\u7ed3\u6784\u4ee5\u66f4\u597d\u5730\u8fdb\u884c\u6559\u5b66\u3002", "entity_id": "\u6570\u5b66\u6559\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u5e08", "label": "\u6570\u5b66\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "Mathematics teachers are educators who must understand abstract concepts like natural number definitions and logical relationships to teach effectively.\u003cSEP\u003e\u6570\u5b66\u6559\u5e08refers to educators specializing in teaching mathematics, particularly emphasizing the importance of understanding axiomatic structures for professional development.\u003cSEP\u003e\u6570\u5b66\u6559\u5e08\u662f\u4ece\u4e8b\u6570\u5b66\u6559\u5b66\u7684\u4e13\u4e1a\u4eba\u5458\uff0c\u9700\u8981\u7406\u89e3\u62bd\u8c61\u6570\u5b66\u7ed3\u6784\u4ee5\u66f4\u597d\u5730\u8fdb\u884c\u6559\u5b66\u3002"}, {"color": "#2584cf", "created_at": 1752674427, "description": "Elementary mathematics education focuses on foundational concepts, avoiding overly abstract methods like formal natural number definitions.", "entity_id": "\u5c0f\u5b66\u9636\u6bb5\u7684\u6570\u5b66\u6559\u5b66", "entity_type": "event", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u9636\u6bb5\u7684\u6570\u5b66\u6559\u5b66", "label": "\u5c0f\u5b66\u9636\u6bb5\u7684\u6570\u5b66\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Elementary mathematics education focuses on foundational concepts, avoiding overly abstract methods like formal natural number definitions."}, {"color": "#8e3d5a", "created_at": 1752674427, "description": "Calculation methods are procedures developed through abstract number theory and applied to concrete quantity problems.", "entity_id": "\u8fd0\u7b97\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u8fd0\u7b97\u65b9\u6cd5", "label": "\u8fd0\u7b97\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Calculation methods are procedures developed through abstract number theory and applied to concrete quantity problems."}, {"color": "#f7fe84", "created_at": 1752674427, "description": "The successor concept defines natural numbers through sequential relationships (n+1) in formal mathematical definitions.", "entity_id": "\u540e\u7ee7", "entity_type": "category", "file_path": "unknown_source", "id": "\u540e\u7ee7", "label": "\u540e\u7ee7", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "The successor concept defines natural numbers through sequential relationships (n+1) in formal mathematical definitions."}, {"color": "#bad5d6", "created_at": 1752674438, "description": "Basic arithmetic operations (addition, subtraction, multiplication, division) used as alternative problem-solving methods.\u003cSEP\u003eThe four basic arithmetic operations (addition, subtraction, multiplication, division) are foundational to solving equations and mathematical modeling.\u003cSEP\u003e\u56db\u5219\u8fd0\u7b97\u5305\u62ec\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\uff0c\u53ef\u5728\u6709\u7406\u6570\u96c6\u5408\u4e0a\u5b9a\u4e49\u5e76\u5e94\u7528\u3002\u003cSEP\u003e\u56db\u5219\u8fd0\u7b97\u5305\u62ec\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\uff0c\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u7b97\uff0c\u5176\u4e2d\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\u3002\u003cSEP\u003e\u56db\u5219\u8fd0\u7b97\u5305\u62ec\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\uff0c\u8fd9\u4e9b\u8fd0\u7b97\u53ef\u4ee5\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\uff0c\u5e76\u9075\u5faa\u7279\u5b9a\u7684\u8fd0\u7b97\u6cd5\u5219\u5982\u5206\u914d\u7387\u548c\u4ea4\u6362\u5f8b\u3002", "entity_id": "\u56db\u5219\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u5219\u8fd0\u7b97", "label": "\u56db\u5219\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482\u003cSEP\u003echunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "Basic arithmetic operations (addition, subtraction, multiplication, division) used as alternative problem-solving methods.\u003cSEP\u003eThe four basic arithmetic operations (addition, subtraction, multiplication, division) are foundational to solving equations and mathematical modeling.\u003cSEP\u003e\u56db\u5219\u8fd0\u7b97\u5305\u62ec\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\uff0c\u53ef\u5728\u6709\u7406\u6570\u96c6\u5408\u4e0a\u5b9a\u4e49\u5e76\u5e94\u7528\u3002\u003cSEP\u003e\u56db\u5219\u8fd0\u7b97\u5305\u62ec\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\uff0c\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u7b97\uff0c\u5176\u4e2d\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\u3002\u003cSEP\u003e\u56db\u5219\u8fd0\u7b97\u5305\u62ec\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\uff0c\u8fd9\u4e9b\u8fd0\u7b97\u53ef\u4ee5\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\uff0c\u5e76\u9075\u5faa\u7279\u5b9a\u7684\u8fd0\u7b97\u6cd5\u5219\u5982\u5206\u914d\u7387\u548c\u4ea4\u6362\u5f8b\u3002"}, {"color": "#9f07d1", "created_at": 1752674438, "description": "A set of numbers including positive numbers, negative numbers, and zero, relevant to the discussion of minimal one-digit numbers.\u003cSEP\u003eIntegers include positive natural numbers, their opposites (negative numbers), and zero, forming the set Z = {..., -3, -2, -1, 0, 1, 2, 3, ...}.\u003cSEP\u003e\u6574\u6570\u662f\u901a\u8fc7\u81ea\u7136\u6570\u6269\u5c55\u800c\u6765\u7684\u6570\u7cfb\uff0c\u5305\u62ec\u8d1f\u6574\u6570\u3001\u96f6\u548c\u6b63\u6574\u6570\uff0c\u6ee1\u8db3\u52a0\u51cf\u8fd0\u7b97\u7684\u5c01\u95ed\u6027\u3002\u003cSEP\u003e\u6574\u6570\u96c6\u5408\u662f\u4e3a\u4fdd\u8bc1\u51cf\u6cd5\u8fd0\u7b97\u5c01\u95ed\u6027\u800c\u4ece\u81ea\u7136\u6570\u6269\u5f20\u800c\u6765\u7684\u6570\u96c6\u3002", "entity_id": "\u6574\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u6570", "label": "\u6574\u6570", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "A set of numbers including positive numbers, negative numbers, and zero, relevant to the discussion of minimal one-digit numbers.\u003cSEP\u003eIntegers include positive natural numbers, their opposites (negative numbers), and zero, forming the set Z = {..., -3, -2, -1, 0, 1, 2, 3, ...}.\u003cSEP\u003e\u6574\u6570\u662f\u901a\u8fc7\u81ea\u7136\u6570\u6269\u5c55\u800c\u6765\u7684\u6570\u7cfb\uff0c\u5305\u62ec\u8d1f\u6574\u6570\u3001\u96f6\u548c\u6b63\u6574\u6570\uff0c\u6ee1\u8db3\u52a0\u51cf\u8fd0\u7b97\u7684\u5c01\u95ed\u6027\u3002\u003cSEP\u003e\u6574\u6570\u96c6\u5408\u662f\u4e3a\u4fdd\u8bc1\u51cf\u6cd5\u8fd0\u7b97\u5c01\u95ed\u6027\u800c\u4ece\u81ea\u7136\u6570\u6269\u5f20\u800c\u6765\u7684\u6570\u96c6\u3002"}, {"color": "#93317d", "created_at": 1752674387, "description": "Understanding of mathematical symbols representing concepts and relationships.\u003cSEP\u003e\u7b26\u53f7\u610f\u8bc6is a core concept in mathematics education, focusing on the use of symbols to represent numbers, relationships, and patterns.\u003cSEP\u003e\u7b26\u53f7\u610f\u8bc6refers to understanding mathematical notation and abstraction.\u003cSEP\u003e\u7b26\u53f7\u610f\u8bc6\u662f\u6307\u5c0f\u5b66\u751f\u80fd\u591f\u7406\u89e3\u5e76\u8fd0\u7528\u7b26\u53f7\u8868\u793a\u6570\u3001\u6570\u91cf\u5173\u7cfb\u548c\u53d8\u5316\u89c4\u5f8b\uff0c\u662f\u6570\u5b66\u8868\u8fbe\u548c\u601d\u8003\u7684\u91cd\u8981\u5f62\u5f0f. It is a core concept introduced in the curriculum standards for mathematics education.", "entity_id": "\u7b26\u53f7\u610f\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b26\u53f7\u610f\u8bc6", "label": "\u7b26\u53f7\u610f\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-15a3035e48a3f9ba98ec01cb3ed42052\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Understanding of mathematical symbols representing concepts and relationships.\u003cSEP\u003e\u7b26\u53f7\u610f\u8bc6is a core concept in mathematics education, focusing on the use of symbols to represent numbers, relationships, and patterns.\u003cSEP\u003e\u7b26\u53f7\u610f\u8bc6refers to understanding mathematical notation and abstraction.\u003cSEP\u003e\u7b26\u53f7\u610f\u8bc6\u662f\u6307\u5c0f\u5b66\u751f\u80fd\u591f\u7406\u89e3\u5e76\u8fd0\u7528\u7b26\u53f7\u8868\u793a\u6570\u3001\u6570\u91cf\u5173\u7cfb\u548c\u53d8\u5316\u89c4\u5f8b\uff0c\u662f\u6570\u5b66\u8868\u8fbe\u548c\u601d\u8003\u7684\u91cd\u8981\u5f62\u5f0f. It is a core concept introduced in the curriculum standards for mathematics education."}, {"color": "#63d927", "created_at": 1752674438, "description": "**Comprehensive Summary of \u5c0f\u5b66\u6570\u5b66\u6559\u5b66 (Primary School Mathematics Education):** \n\n\u5c0f\u5b66\u6570\u5b66\u6559\u5b66 refers to the foundational stage of mathematics education aimed at primary school students, focusing on the development of basic mathematical knowledge, conceptual understanding, and problem-solving skills. It emphasizes intuitive learning, real-world applications, and the gradual abstraction of mathematical ideas. \n\nKey aspects of \u5c0f\u5b66\u6570\u5b66\u6559\u5b66 include: \n- **Conceptual Foundations:** The curriculum helps students grasp fundamental concepts such as numbers (e.g., natural numbers through correspondence methods), basic operations (e.g., fraction division), and Euclidean geometry (e.g., points, lines, angles, and shapes), using descriptive and intuitive definitions rather than abstract formalisms like the Peano axioms. \n- **Contextual Learning:** Teachers employ real-world scenarios and models (e.g., geometric or physical models) to illustrate mathematical principles, ensuring students connect theory to practical applications. \n- **Staged Progression:** \n - **First Stage (Lower Grades):** Focuses on selecting appropriate units for estimation problems and establishing number-quantity relationships. \n - **Second Stage (Upper Grades):** Shifts toward method selection for problem-solving and deeper conceptual analysis, including direct judgment of mathematical propositions. \n- **Skill Development:** The pedagogy cultivates logical thinking, abstraction (e.g., via situational activities), and model-based reasoning, while avoiding overly complex theoretical content unsuitable for the age group. \n\nIn summary, \u5c0f\u5b66\u6570\u5b66\u6559\u5b66 serves as a bridge between concrete experiences and formal mathematics, prioritizing accessibility, relevance, and foundational mastery for young learners.", "entity_id": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "label": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278", "title": "**Comprehensive Summary of \u5c0f\u5b66\u6570\u5b66\u6559\u5b66 (Primary School Mathematics Education):** \n\n\u5c0f\u5b66\u6570\u5b66\u6559\u5b66 refers to the foundational stage of mathematics education aimed at primary school students, focusing on the development of basic mathematical knowledge, conceptual understanding, and problem-solving skills. It emphasizes intuitive learning, real-world applications, and the gradual abstraction of mathematical ideas. \n\nKey aspects of \u5c0f\u5b66\u6570\u5b66\u6559\u5b66 include: \n- **Conceptual Foundations:** The curriculum helps students grasp fundamental concepts such as numbers (e.g., natural numbers through correspondence methods), basic operations (e.g., fraction division), and Euclidean geometry (e.g., points, lines, angles, and shapes), using descriptive and intuitive definitions rather than abstract formalisms like the Peano axioms. \n- **Contextual Learning:** Teachers employ real-world scenarios and models (e.g., geometric or physical models) to illustrate mathematical principles, ensuring students connect theory to practical applications. \n- **Staged Progression:** \n - **First Stage (Lower Grades):** Focuses on selecting appropriate units for estimation problems and establishing number-quantity relationships. \n - **Second Stage (Upper Grades):** Shifts toward method selection for problem-solving and deeper conceptual analysis, including direct judgment of mathematical propositions. \n- **Skill Development:** The pedagogy cultivates logical thinking, abstraction (e.g., via situational activities), and model-based reasoning, while avoiding overly complex theoretical content unsuitable for the age group. \n\nIn summary, \u5c0f\u5b66\u6570\u5b66\u6559\u5b66 serves as a bridge between concrete experiences and formal mathematics, prioritizing accessibility, relevance, and foundational mastery for young learners."}, {"color": "#e5b0a9", "created_at": 1752674410, "description": "Mathematics Education is a vital branch of educational theory and practice focused on the teaching and learning of mathematics. It emphasizes the development of logical reasoning, including both inductive and deductive methods, while fostering a deep understanding of mathematical concepts and the nature of mathematics itself. A key aspect of mathematics education is guiding students to think independently from the ground up, cultivating good habits of thought, and highlighting the importance of axioms and postulates as the foundation of logical reasoning.\n\nThis field involves the transmission of mathematical knowledge and thinking methods, with a strong emphasis on helping students understand mathematical ideas through real-world contexts and accumulating valuable thinking experiences. Mathematics education is sensitive to policy and research developments and plays a crucial role in nurturing students\u0027 mathematical literacy and creativity, ultimately contributing to the development of innovative talent.\n\nIt also acknowledges the importance of age-appropriate methods at different learning stages to help students grasp the relationships between numbers and quantities. Furthermore, it recognizes the significance of respecting the original intentions of classical mathematicians, such as Euclid, by ensuring that geometric concepts are not misapplied beyond experiential space. Overall, mathematics education centers on conceptual understanding, methodological training, and the empowerment of learners in their mathematical journey.", "entity_id": "\u6570\u5b66\u6559\u80b2", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u80b2", "label": "\u6570\u5b66\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "Mathematics Education is a vital branch of educational theory and practice focused on the teaching and learning of mathematics. It emphasizes the development of logical reasoning, including both inductive and deductive methods, while fostering a deep understanding of mathematical concepts and the nature of mathematics itself. A key aspect of mathematics education is guiding students to think independently from the ground up, cultivating good habits of thought, and highlighting the importance of axioms and postulates as the foundation of logical reasoning.\n\nThis field involves the transmission of mathematical knowledge and thinking methods, with a strong emphasis on helping students understand mathematical ideas through real-world contexts and accumulating valuable thinking experiences. Mathematics education is sensitive to policy and research developments and plays a crucial role in nurturing students\u0027 mathematical literacy and creativity, ultimately contributing to the development of innovative talent.\n\nIt also acknowledges the importance of age-appropriate methods at different learning stages to help students grasp the relationships between numbers and quantities. Furthermore, it recognizes the significance of respecting the original intentions of classical mathematicians, such as Euclid, by ensuring that geometric concepts are not misapplied beyond experiential space. Overall, mathematics education centers on conceptual understanding, methodological training, and the empowerment of learners in their mathematical journey."}, {"color": "#d390aa", "created_at": 1752674485, "description": "A set of nine axioms proposed by Giuseppe Peano to formally define natural numbers and their properties.\u003cSEP\u003e\u7531\u76ae\u4e9a\u8bfa\u63d0\u51fa\u7684\u5173\u4e8e\u81ea\u7136\u6570\u7684\u516c\u7406\u7cfb\u7edf\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u57fa\u7840\u4e4b\u4e00\u3002\u003cSEP\u003e\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u4e00\u7ec4\u7528\u4e8e\u5b9a\u4e49\u81ea\u7136\u6570\u53ca\u5176\u6027\u8d28\u7684\u6570\u5b66\u516c\u7406\uff0c\u5305\u62ec\u540e\u7ee7\u3001\u552f\u4e00\u6027\u3001\u5f52\u7eb3\u6cd5\u7b49\u5185\u5bb9\uff0c\u4e3a\u81ea\u7136\u6570\u7684\u4e25\u683c\u5b9a\u4e49\u548c\u8fd0\u7b97\u63d0\u4f9b\u4e86\u57fa\u7840\u3002", "entity_id": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "label": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "A set of nine axioms proposed by Giuseppe Peano to formally define natural numbers and their properties.\u003cSEP\u003e\u7531\u76ae\u4e9a\u8bfa\u63d0\u51fa\u7684\u5173\u4e8e\u81ea\u7136\u6570\u7684\u516c\u7406\u7cfb\u7edf\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u57fa\u7840\u4e4b\u4e00\u3002\u003cSEP\u003e\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u4e00\u7ec4\u7528\u4e8e\u5b9a\u4e49\u81ea\u7136\u6570\u53ca\u5176\u6027\u8d28\u7684\u6570\u5b66\u516c\u7406\uff0c\u5305\u62ec\u540e\u7ee7\u3001\u552f\u4e00\u6027\u3001\u5f52\u7eb3\u6cd5\u7b49\u5185\u5bb9\uff0c\u4e3a\u81ea\u7136\u6570\u7684\u4e25\u683c\u5b9a\u4e49\u548c\u8fd0\u7b97\u63d0\u4f9b\u4e86\u57fa\u7840\u3002"}, {"color": "#ba92df", "created_at": 1752674485, "description": "The foundational concept in the Peano axiomatic system where each natural number is followed by its immediate successor, forming the basis for the definition of addition.\u003cSEP\u003e\u76f4\u63a5\u540e\u7ee7\u662f\u6307\u81ea\u7136\u6570\u901a\u8fc7\u52a01\u751f\u6210\u4e0b\u4e00\u4e2a\u81ea\u7136\u6570\u7684\u65b9\u5f0f\uff0c\u662f\u5b9a\u4e49\u81ea\u7136\u6570\u5e8f\u5217\u548c\u52a0\u6cd5\u8fd0\u7b97\u7684\u57fa\u7840\u3002", "entity_id": "\u76f4\u63a5\u540e\u7ee7", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u63a5\u540e\u7ee7", "label": "\u76f4\u63a5\u540e\u7ee7", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The foundational concept in the Peano axiomatic system where each natural number is followed by its immediate successor, forming the basis for the definition of addition.\u003cSEP\u003e\u76f4\u63a5\u540e\u7ee7\u662f\u6307\u81ea\u7136\u6570\u901a\u8fc7\u52a01\u751f\u6210\u4e0b\u4e00\u4e2a\u81ea\u7136\u6570\u7684\u65b9\u5f0f\uff0c\u662f\u5b9a\u4e49\u81ea\u7136\u6570\u5e8f\u5217\u548c\u52a0\u6cd5\u8fd0\u7b97\u7684\u57fa\u7840\u3002"}, {"color": "#035fa1", "created_at": 1752674485, "description": "Italian mathematician Giuseppe Peano, who proposed the Peano axioms in 1889 to define natural numbers in a formalized system.", "entity_id": "\u76ae\u4e9a\u8bfa", "entity_type": "person", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa", "label": "\u76ae\u4e9a\u8bfa", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "Italian mathematician Giuseppe Peano, who proposed the Peano axioms in 1889 to define natural numbers in a formalized system."}, {"color": "#8b0e67", "created_at": 1752674485, "description": "\u6570\u7cfb\u662f\u6307\u6ee1\u8db3\u7279\u5b9a\u516c\u7406\u4f53\u7cfb\u7684\u6570\u5b66\u7ed3\u6784\uff0c\u5982\u81ea\u7136\u6570\u7cfb\u3001\u6574\u6570\u7cfb\u3001\u6709\u7406\u6570\u7cfb\u548c\u5b9e\u6570\u7cfb\uff0c\u5b83\u4eec\u4e4b\u95f4\u53ef\u4ee5\u901a\u8fc7\u8fd0\u7b97\u76f8\u4e92\u8f6c\u6362\u3002", "entity_id": "\u6570\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u7cfb", "label": "\u6570\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6570\u7cfb\u662f\u6307\u6ee1\u8db3\u7279\u5b9a\u516c\u7406\u4f53\u7cfb\u7684\u6570\u5b66\u7ed3\u6784\uff0c\u5982\u81ea\u7136\u6570\u7cfb\u3001\u6574\u6570\u7cfb\u3001\u6709\u7406\u6570\u7cfb\u548c\u5b9e\u6570\u7cfb\uff0c\u5b83\u4eec\u4e4b\u95f4\u53ef\u4ee5\u901a\u8fc7\u8fd0\u7b97\u76f8\u4e92\u8f6c\u6362\u3002"}, {"color": "#7fe426", "created_at": 1752674485, "description": "\u540e\u7ee7\u6570\u662f\u6307\u67d0\u4e2a\u81ea\u7136\u6570\u52a01\u5f97\u5230\u7684\u4e0b\u4e00\u4e2a\u81ea\u7136\u6570\uff0c\u662f\u5b9a\u4e49\u81ea\u7136\u6570\u5e8f\u5217\u548c\u52a0\u6cd5\u8fd0\u7b97\u7684\u6838\u5fc3\u6982\u5ff5\u3002", "entity_id": "\u540e\u7ee7\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u540e\u7ee7\u6570", "label": "\u540e\u7ee7\u6570", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u540e\u7ee7\u6570\u662f\u6307\u67d0\u4e2a\u81ea\u7136\u6570\u52a01\u5f97\u5230\u7684\u4e0b\u4e00\u4e2a\u81ea\u7136\u6570\uff0c\u662f\u5b9a\u4e49\u81ea\u7136\u6570\u5e8f\u5217\u548c\u52a0\u6cd5\u8fd0\u7b97\u7684\u6838\u5fc3\u6982\u5ff5\u3002"}, {"color": "#c81c18", "created_at": 1752674485, "description": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c5\u6761\u8bf4\u660e\uff1a\u4e0e\u81ea\u7136\u6570\u7b49\u4ef7\u7684\u5143\u7d20\u90fd\u662f\u81ea\u7136\u6570\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u7684\u5c01\u95ed\u6027\u3002", "entity_id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c5\u6761", "entity_type": "category", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c5\u6761", "label": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c5\u6761", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c5\u6761\u8bf4\u660e\uff1a\u4e0e\u81ea\u7136\u6570\u7b49\u4ef7\u7684\u5143\u7d20\u90fd\u662f\u81ea\u7136\u6570\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u7684\u5c01\u95ed\u6027\u3002"}, {"color": "#85c2ad", "created_at": 1752674485, "description": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c6\u6761\u8bf4\u660e\uff1a\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u81ea\u7136\u6570\uff0c\u4fdd\u8bc1\u4e86\u901a\u8fc7\u540e\u7ee7\u53ef\u4ee5\u751f\u6210\u6240\u6709\u81ea\u7136\u6570\u3002", "entity_id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c6\u6761", "entity_type": "category", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c6\u6761", "label": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c6\u6761", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c6\u6761\u8bf4\u660e\uff1a\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u81ea\u7136\u6570\uff0c\u4fdd\u8bc1\u4e86\u901a\u8fc7\u540e\u7ee7\u53ef\u4ee5\u751f\u6210\u6240\u6709\u81ea\u7136\u6570\u3002"}, {"color": "#733c98", "created_at": 1752674485, "description": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c7\u6761\u8bf4\u660e\uff1a\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u552f\u4e00\u7684\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u552f\u4e00\u6027\u3002", "entity_id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c7\u6761", "entity_type": "category", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c7\u6761", "label": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c7\u6761", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c7\u6761\u8bf4\u660e\uff1a\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u552f\u4e00\u7684\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u552f\u4e00\u6027\u3002"}, {"color": "#0b4483", "created_at": 1752674485, "description": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c8\u6761\u8bf4\u660e\uff1a\u81ea\u7136\u6570\u52a01\u4e0d\u4f1a\u7b49\u4e8e\u96f6\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u8d77\u70b9\u552f\u4e00\u6027\u3002", "entity_id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c8\u6761", "entity_type": "category", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c8\u6761", "label": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c8\u6761", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c8\u6761\u8bf4\u660e\uff1a\u81ea\u7136\u6570\u52a01\u4e0d\u4f1a\u7b49\u4e8e\u96f6\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u8d77\u70b9\u552f\u4e00\u6027\u3002"}, {"color": "#5bc8b8", "created_at": 1752674410, "description": "\u53cd\u8bc1\u6cd5\uff0c\u4ea6\u79f0\u201cReductio ad absurdum\u201d\u6216\u201cproof by contradiction\u201d\uff0c\u662f\u4e00\u79cd\u91cd\u8981\u7684\u903b\u8f91\u63a8\u7406\u548c\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5\u3002\u8be5\u65b9\u6cd5\u901a\u8fc7\u5047\u8bbe\u67d0\u4e2a\u547d\u9898\u4e0d\u6210\u7acb\uff0c\u8fdb\u800c\u63a8\u5bfc\u51fa\u77db\u76fe\u7684\u7ed3\u679c\uff0c\u4ece\u800c\u8bc1\u660e\u539f\u547d\u9898\u6210\u7acb\u3002\u5176\u903b\u8f91\u57fa\u7840\u4f9d\u8d56\u4e8e\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\u3002\n\n\u53cd\u8bc1\u6cd5\u5e7f\u6cdb\u5e94\u7528\u4e8e\u6570\u5b66\u8bc1\u660e\u4e2d\uff0c\u4f8b\u5982\u7528\u4e8e\u8bc1\u660e\u221a2\u662f\u65e0\u7406\u6570\u3001\u7d20\u6570\u7684\u65e0\u9650\u6027\u7b49\u7ecf\u5178\u547d\u9898\u3002\u5728\u5177\u4f53\u64cd\u4f5c\u4e2d\uff0c\u5b83\u901a\u8fc7\u8bbe\u5b9a\u4e0e\u547d\u9898\u76f8\u53cd\u7684\u5047\u8bbe\uff0c\u5e76\u5c55\u793a\u8be5\u5047\u8bbe\u4f1a\u5bfc\u81f4\u903b\u8f91\u4e0a\u7684\u4e0d\u53ef\u80fd\u6027\u6216\u8352\u8c2c\u7ed3\u679c\uff0c\u4ece\u800c\u786e\u8ba4\u539f\u547d\u9898\u4e3a\u771f\u3002\n\n\u7efc\u4e0a\uff0c\u53cd\u8bc1\u6cd5\u662f\u4e00\u79cd\u901a\u8fc7\u5426\u5b9a\u547d\u9898\u5e76\u63a8\u5bfc\u77db\u76fe\u6765\u8bc1\u660e\u547d\u9898\u4e3a\u771f\u7684\u903b\u8f91\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u548c\u903b\u8f91\u5b66\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u91cd\u8981\u5de5\u5177\u3002", "entity_id": "\u53cd\u8bc1\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u53cd\u8bc1\u6cd5", "label": "\u53cd\u8bc1\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u53cd\u8bc1\u6cd5\uff0c\u4ea6\u79f0\u201cReductio ad absurdum\u201d\u6216\u201cproof by contradiction\u201d\uff0c\u662f\u4e00\u79cd\u91cd\u8981\u7684\u903b\u8f91\u63a8\u7406\u548c\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5\u3002\u8be5\u65b9\u6cd5\u901a\u8fc7\u5047\u8bbe\u67d0\u4e2a\u547d\u9898\u4e0d\u6210\u7acb\uff0c\u8fdb\u800c\u63a8\u5bfc\u51fa\u77db\u76fe\u7684\u7ed3\u679c\uff0c\u4ece\u800c\u8bc1\u660e\u539f\u547d\u9898\u6210\u7acb\u3002\u5176\u903b\u8f91\u57fa\u7840\u4f9d\u8d56\u4e8e\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\u3002\n\n\u53cd\u8bc1\u6cd5\u5e7f\u6cdb\u5e94\u7528\u4e8e\u6570\u5b66\u8bc1\u660e\u4e2d\uff0c\u4f8b\u5982\u7528\u4e8e\u8bc1\u660e\u221a2\u662f\u65e0\u7406\u6570\u3001\u7d20\u6570\u7684\u65e0\u9650\u6027\u7b49\u7ecf\u5178\u547d\u9898\u3002\u5728\u5177\u4f53\u64cd\u4f5c\u4e2d\uff0c\u5b83\u901a\u8fc7\u8bbe\u5b9a\u4e0e\u547d\u9898\u76f8\u53cd\u7684\u5047\u8bbe\uff0c\u5e76\u5c55\u793a\u8be5\u5047\u8bbe\u4f1a\u5bfc\u81f4\u903b\u8f91\u4e0a\u7684\u4e0d\u53ef\u80fd\u6027\u6216\u8352\u8c2c\u7ed3\u679c\uff0c\u4ece\u800c\u786e\u8ba4\u539f\u547d\u9898\u4e3a\u771f\u3002\n\n\u7efc\u4e0a\uff0c\u53cd\u8bc1\u6cd5\u662f\u4e00\u79cd\u901a\u8fc7\u5426\u5b9a\u547d\u9898\u5e76\u63a8\u5bfc\u77db\u76fe\u6765\u8bc1\u660e\u547d\u9898\u4e3a\u771f\u7684\u903b\u8f91\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u548c\u903b\u8f91\u5b66\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u91cd\u8981\u5de5\u5177\u3002"}, {"color": "#90b107", "created_at": 1752674485, "description": "The Law of the Excluded Middle states that for any proposition, either it is true or its negation is true; there is no middle ground between being and not being.\u003cSEP\u003eThe law of the excluded middle is a logical principle stating that for any proposition, either that proposition is true or its negation is true.\u003cSEP\u003e\u6392\u4e2d\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u539f\u7406\uff0c\u8868\u793a\u4e00\u4e2a\u547d\u9898\u8981\u4e48\u6210\u7acb\uff0c\u8981\u4e48\u4e0d\u6210\u7acb\uff0c\u6ca1\u6709\u4e2d\u95f4\u72b6\u6001\u3002\u003cSEP\u003e\u6392\u4e2d\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u89c4\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u547d\u9898\u8981\u4e48\u4e3a\u771f\uff0c\u8981\u4e48\u4e3a\u5047\uff0c\u4e0d\u5b58\u5728\u4e2d\u95f4\u72b6\u6001\u3002\u003cSEP\u003e\u6392\u4e2d\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u539f\u5219\u4e4b\u4e00\uff0c\u6307\u4e00\u4e2a\u547d\u9898\u8981\u4e48\u4e3a\u771f\u8981\u4e48\u4e3a\u5047\uff0c\u4e0d\u5141\u8bb8\u4e2d\u95f4\u72b6\u6001\u5b58\u5728\uff0c\u5c24\u5176\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u5177\u6709\u5173\u952e\u4f5c\u7528\u3002", "entity_id": "\u6392\u4e2d\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6392\u4e2d\u5f8b", "label": "\u6392\u4e2d\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278", "title": "The Law of the Excluded Middle states that for any proposition, either it is true or its negation is true; there is no middle ground between being and not being.\u003cSEP\u003eThe law of the excluded middle is a logical principle stating that for any proposition, either that proposition is true or its negation is true.\u003cSEP\u003e\u6392\u4e2d\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u539f\u7406\uff0c\u8868\u793a\u4e00\u4e2a\u547d\u9898\u8981\u4e48\u6210\u7acb\uff0c\u8981\u4e48\u4e0d\u6210\u7acb\uff0c\u6ca1\u6709\u4e2d\u95f4\u72b6\u6001\u3002\u003cSEP\u003e\u6392\u4e2d\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u89c4\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u547d\u9898\u8981\u4e48\u4e3a\u771f\uff0c\u8981\u4e48\u4e3a\u5047\uff0c\u4e0d\u5b58\u5728\u4e2d\u95f4\u72b6\u6001\u3002\u003cSEP\u003e\u6392\u4e2d\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u539f\u5219\u4e4b\u4e00\uff0c\u6307\u4e00\u4e2a\u547d\u9898\u8981\u4e48\u4e3a\u771f\u8981\u4e48\u4e3a\u5047\uff0c\u4e0d\u5141\u8bb8\u4e2d\u95f4\u72b6\u6001\u5b58\u5728\uff0c\u5c24\u5176\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u5177\u6709\u5173\u952e\u4f5c\u7528\u3002"}, {"color": "#f6222e", "created_at": 1752674485, "description": "\u4e09\u6b67\u6027\u5b9a\u7406is a theorem stating that for any two natural numbers, exactly one of three relations (greater than, equal to, less than) must hold.", "entity_id": "\u4e09\u6b67\u6027\u5b9a\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u6b67\u6027\u5b9a\u7406", "label": "\u4e09\u6b67\u6027\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u4e09\u6b67\u6027\u5b9a\u7406is a theorem stating that for any two natural numbers, exactly one of three relations (greater than, equal to, less than) must hold."}, {"color": "#e9386a", "created_at": 1752674511, "description": "\u7b97\u672f\u516c\u7406\u4f53\u7cfbrefers to the formal system of axioms that define the properties of natural numbers and operations like addition.", "entity_id": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "label": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u7b97\u672f\u516c\u7406\u4f53\u7cfbrefers to the formal system of axioms that define the properties of natural numbers and operations like addition."}, {"color": "#add039", "created_at": 1752674526, "description": "A concept discussed in the context of different number sets (positive integers, natural numbers, integers).", "entity_id": "\u6700\u5c0f\u7684\u4e00\u4f4d\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5c0f\u7684\u4e00\u4f4d\u6570", "label": "\u6700\u5c0f\u7684\u4e00\u4f4d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A concept discussed in the context of different number sets (positive integers, natural numbers, integers)."}, {"color": "#ad10c1", "created_at": 1752674526, "description": "\u975e0\u81ea\u7136\u6570\u662f\u9664\u53bb0\u4ee5\u5916\u7684\u81ea\u7136\u6570\u96c6\u5408,\u6587\u4e2d\u4f5c\u4e3a\u8ba8\u8bba\u95ee\u9898\u7684\u96c6\u5408\u03a9\u3002", "entity_id": "\u975e0\u81ea\u7136\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u975e0\u81ea\u7136\u6570", "label": "\u975e0\u81ea\u7136\u6570", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u975e0\u81ea\u7136\u6570\u662f\u9664\u53bb0\u4ee5\u5916\u7684\u81ea\u7136\u6570\u96c6\u5408,\u6587\u4e2d\u4f5c\u4e3a\u8ba8\u8bba\u95ee\u9898\u7684\u96c6\u5408\u03a9\u3002"}, {"color": "#71d2b8", "created_at": 1752674410, "description": "A prime number (\u7d20\u6570) is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers. It is a fundamental concept in mathematics and number theory, defined as a number that has no divisors other than 1 and itself. This means that a prime number is only divisible by 1 and its own value. The concept of prime numbers plays a crucial role in various mathematical investigations, including the study of their infinite nature and the development of proofs related to their properties. Prime numbers have been extensively studied throughout history due to their unique characteristics and significance in understanding the structure of natural numbers.", "entity_id": "\u7d20\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u7d20\u6570", "label": "\u7d20\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "A prime number (\u7d20\u6570) is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers. It is a fundamental concept in mathematics and number theory, defined as a number that has no divisors other than 1 and itself. This means that a prime number is only divisible by 1 and its own value. The concept of prime numbers plays a crucial role in various mathematical investigations, including the study of their infinite nature and the development of proofs related to their properties. Prime numbers have been extensively studied throughout history due to their unique characteristics and significance in understanding the structure of natural numbers."}, {"color": "#502a4e", "created_at": 1752674526, "description": "p!+1 is a number constructed in Euclid\u0027s proof of the infinitude of primes. It is used to show that assuming a largest prime leads to a contradiction.", "entity_id": "p!+1", "entity_type": "category", "file_path": "unknown_source", "id": "p!+1", "label": "p!+1", "shape": "dot", "size": 10, "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "p!+1 is a number constructed in Euclid\u0027s proof of the infinitude of primes. It is used to show that assuming a largest prime leads to a contradiction."}, {"color": "#942d7f", "created_at": 1752674410, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u662f\u4e00\u79cd\u91cd\u8981\u7684\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5\uff0c\u4e3b\u8981\u7528\u4e8e\u8bc1\u660e\u67d0\u4e2a\u547d\u9898\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002\u5b83\u662f\u4e00\u79cd\u57fa\u4e8e\u903b\u8f91\u9012\u5f52\u7684\u63a8\u7406\u6280\u672f\uff0c\u4e0e\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c9\u6761\u516c\u7406\u5bc6\u5207\u76f8\u5173\u3002\u8be5\u65b9\u6cd5\u901a\u5e38\u5305\u62ec\u4e24\u4e2a\u5173\u952e\u6b65\u9aa4\uff1a\u57fa\u7840\u6b65\u9aa4\u548c\u5f52\u7eb3\u6b65\u9aa4\u3002\u57fa\u7840\u6b65\u9aa4\u7528\u4e8e\u9a8c\u8bc1\u547d\u9898\u5728\u6700\u5c0f\u81ea\u7136\u6570\uff08\u901a\u5e38\u662f1\u62160\uff09\u65f6\u6210\u7acb\uff0c\u800c\u5f52\u7eb3\u6b65\u9aa4\u5219\u5047\u8bbe\u547d\u9898\u5bf9\u67d0\u4e2a\u81ea\u7136\u6570\u6210\u7acb\uff0c\u5e76\u636e\u6b64\u8bc1\u660e\u5176\u5bf9\u4e0b\u4e00\u4e2a\u81ea\u7136\u6570\u4e5f\u6210\u7acb\u3002\u6570\u5b66\u5f52\u7eb3\u6cd5\u5e7f\u6cdb\u5e94\u7528\u4e8e\u9a8c\u8bc1\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u5f97\u51fa\u7684\u731c\u60f3\uff0c\u662f\u8bc1\u660e\u81ea\u7136\u6570\u76f8\u5173\u6027\u8d28\u7684\u91cd\u8981\u5de5\u5177\u3002", "entity_id": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "label": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u662f\u4e00\u79cd\u91cd\u8981\u7684\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5\uff0c\u4e3b\u8981\u7528\u4e8e\u8bc1\u660e\u67d0\u4e2a\u547d\u9898\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002\u5b83\u662f\u4e00\u79cd\u57fa\u4e8e\u903b\u8f91\u9012\u5f52\u7684\u63a8\u7406\u6280\u672f\uff0c\u4e0e\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c9\u6761\u516c\u7406\u5bc6\u5207\u76f8\u5173\u3002\u8be5\u65b9\u6cd5\u901a\u5e38\u5305\u62ec\u4e24\u4e2a\u5173\u952e\u6b65\u9aa4\uff1a\u57fa\u7840\u6b65\u9aa4\u548c\u5f52\u7eb3\u6b65\u9aa4\u3002\u57fa\u7840\u6b65\u9aa4\u7528\u4e8e\u9a8c\u8bc1\u547d\u9898\u5728\u6700\u5c0f\u81ea\u7136\u6570\uff08\u901a\u5e38\u662f1\u62160\uff09\u65f6\u6210\u7acb\uff0c\u800c\u5f52\u7eb3\u6b65\u9aa4\u5219\u5047\u8bbe\u547d\u9898\u5bf9\u67d0\u4e2a\u81ea\u7136\u6570\u6210\u7acb\uff0c\u5e76\u636e\u6b64\u8bc1\u660e\u5176\u5bf9\u4e0b\u4e00\u4e2a\u81ea\u7136\u6570\u4e5f\u6210\u7acb\u3002\u6570\u5b66\u5f52\u7eb3\u6cd5\u5e7f\u6cdb\u5e94\u7528\u4e8e\u9a8c\u8bc1\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u5f97\u51fa\u7684\u731c\u60f3\uff0c\u662f\u8bc1\u660e\u81ea\u7136\u6570\u76f8\u5173\u6027\u8d28\u7684\u91cd\u8981\u5de5\u5177\u3002"}, {"color": "#b8f08a", "created_at": 1752674526, "description": "\u6570\u5b66\u7814\u7a76\u662f\u6307\u5bf9\u6570\u91cf\u3001\u56fe\u5f62\u53ca\u5176\u5173\u7cfb\u7684\u62bd\u8c61\u7814\u7a76\uff0c\u5176\u6838\u5fc3\u5728\u4e8e\u901a\u8fc7\u7b26\u53f7\u548c\u6982\u5ff5\u6765\u8868\u8fbe\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u7279\u5f81\u548c\u5173\u7cfb\u3002", "entity_id": "\u6570\u5b66\u7814\u7a76", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7814\u7a76", "label": "\u6570\u5b66\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u5b66\u7814\u7a76\u662f\u6307\u5bf9\u6570\u91cf\u3001\u56fe\u5f62\u53ca\u5176\u5173\u7cfb\u7684\u62bd\u8c61\u7814\u7a76\uff0c\u5176\u6838\u5fc3\u5728\u4e8e\u901a\u8fc7\u7b26\u53f7\u548c\u6982\u5ff5\u6765\u8868\u8fbe\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u7279\u5f81\u548c\u5173\u7cfb\u3002"}, {"color": "#e807fd", "created_at": 1752674526, "description": "\u62bd\u8c61\u7684\u5b58\u5728\u662f\u6307\u6570\u5b66\u7b26\u53f7\u548c\u6982\u5ff5\u5e76\u975e\u73b0\u5b9e\u4e2d\u7684\u5177\u4f53\u5b58\u5728\uff0c\u800c\u662f\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\u7684\u62bd\u8c61\u5b9e\u4f53\u3002", "entity_id": "\u62bd\u8c61\u7684\u5b58\u5728", "entity_type": "category", "file_path": "unknown_source", "id": "\u62bd\u8c61\u7684\u5b58\u5728", "label": "\u62bd\u8c61\u7684\u5b58\u5728", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u62bd\u8c61\u7684\u5b58\u5728\u662f\u6307\u6570\u5b66\u7b26\u53f7\u548c\u6982\u5ff5\u5e76\u975e\u73b0\u5b9e\u4e2d\u7684\u5177\u4f53\u5b58\u5728\uff0c\u800c\u662f\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\u7684\u62bd\u8c61\u5b9e\u4f53\u3002"}, {"color": "#1c551a", "created_at": 1752674566, "description": "\u6700\u5c0f\u5143\u7d20\u539f\u7406\u662f\u96c6\u5408\u8bba\u4e2d\u7684\u4e00\u4e2a\u6570\u5b66\u539f\u7406\uff0c\u6307\u51fa\u81ea\u7136\u6570\u5b50\u96c6\u5b58\u5728\u6700\u5c0f\u5143\u7d20.", "entity_id": "\u6700\u5c0f\u5143\u7d20\u539f\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5c0f\u5143\u7d20\u539f\u7406", "label": "\u6700\u5c0f\u5143\u7d20\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6700\u5c0f\u5143\u7d20\u539f\u7406\u662f\u96c6\u5408\u8bba\u4e2d\u7684\u4e00\u4e2a\u6570\u5b66\u539f\u7406\uff0c\u6307\u51fa\u81ea\u7136\u6570\u5b50\u96c6\u5b58\u5728\u6700\u5c0f\u5143\u7d20."}, {"color": "#701733", "created_at": 1752674438, "description": "An ancient Chinese method for handling positive and negative numbers in arithmetic operations.\u003cSEP\u003eThe \u0027Positive and Negative Operations\u0027 in ancient Chinese mathematics established rules for arithmetic with negative numbers.", "entity_id": "\u6b63\u8d1f\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u8d1f\u672f", "label": "\u6b63\u8d1f\u672f", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147", "title": "An ancient Chinese method for handling positive and negative numbers in arithmetic operations.\u003cSEP\u003eThe \u0027Positive and Negative Operations\u0027 in ancient Chinese mathematics established rules for arithmetic with negative numbers."}, {"color": "#b2296f", "created_at": 1752674438, "description": "Brahmagupta (c. 598-665) was an Indian mathematician who provided rules for the four arithmetic operations involving negative numbers.", "entity_id": "Brahmagupta", "entity_type": "person", "file_path": "unknown_source", "id": "Brahmagupta", "label": "Brahmagupta", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Brahmagupta (c. 598-665) was an Indian mathematician who provided rules for the four arithmetic operations involving negative numbers."}, {"color": "#d1af81", "created_at": 1752674526, "description": "A category referring to positive numbers in mathematics, used in the context of arithmetic operations.\u003cSEP\u003e\u6b63\u6570\u662f\u5927\u4e8e\u96f6\u7684\u6570,\u4e0e\u8d1f\u6570\u76f8\u5bf9,\u7528\u4e8e\u65b9\u7a0b\u7ec4\u4e2d\u7684\u6570\u503c\u8868\u793a\u3002\u003cSEP\u003e\u6b63\u6570\u662f\u5927\u4e8e\u96f6\u7684\u6570\uff0c\u5e38\u7528\u4e8e\u8868\u793a\u6536\u5165\u3001\u4e0a\u5347\u3001\u9ad8\u4e8e\u96f6\u7b49\u60c5\u5883\uff0c\u4e0e\u8d1f\u6570\u76f8\u5bf9\u5e94\u3002", "entity_id": "\u6b63\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u6570", "label": "\u6b63\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "A category referring to positive numbers in mathematics, used in the context of arithmetic operations.\u003cSEP\u003e\u6b63\u6570\u662f\u5927\u4e8e\u96f6\u7684\u6570,\u4e0e\u8d1f\u6570\u76f8\u5bf9,\u7528\u4e8e\u65b9\u7a0b\u7ec4\u4e2d\u7684\u6570\u503c\u8868\u793a\u3002\u003cSEP\u003e\u6b63\u6570\u662f\u5927\u4e8e\u96f6\u7684\u6570\uff0c\u5e38\u7528\u4e8e\u8868\u793a\u6536\u5165\u3001\u4e0a\u5347\u3001\u9ad8\u4e8e\u96f6\u7b49\u60c5\u5883\uff0c\u4e0e\u8d1f\u6570\u76f8\u5bf9\u5e94\u3002"}, {"color": "#044992", "created_at": 1752674438, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff08The \"Nine Chapters on the Mathematical Art\"\uff09\u662f\u4e2d\u56fd\u53e4\u4ee3\u6700\u91cd\u8981\u7684\u6570\u5b66\u8457\u4f5c\u4e4b\u4e00\uff0c\u6210\u4e66\u6700\u665a\u4e8e\u4e1c\u6c49\u65e9\u671f\uff0c\u7cfb\u7edf\u603b\u7ed3\u4e86\u53e4\u4ee3\u4e2d\u56fd\u5728\u6570\u5b66\u9886\u57df\u7684\u8bf8\u591a\u6210\u5c31\u3002\u8fd9\u90e8\u7ecf\u5178\u8457\u4f5c\u6db5\u76d6\u4e86\u5e7f\u6cdb\u7684\u6570\u5b66\u5185\u5bb9\uff0c\u5305\u62ec\u65b9\u7a0b\u6c42\u89e3\u3001\u5206\u6570\u8fd0\u7b97\u3001\u6bd4\u4f8b\u95ee\u9898\u4ee5\u53ca\u8d1f\u6570\u7684\u6982\u5ff5\u548c\u5e94\u7528\u3002\u5176\u4e2d\uff0c\u300a\u65b9\u7a0b\u300b\u4e00\u7bc7\u5c24\u5176\u5177\u6709\u5f00\u521b\u6027\uff0c\u8bb0\u8f7d\u4e86\u4f7f\u7528\u8d1f\u6570\u7684\u6700\u65e9\u5386\u53f2\u5b9e\u4f8b\uff0c\u5e76\u63d0\u4f9b\u4e86\u5173\u4e8e\u8d1f\u6570\u52a0\u51cf\u8fd0\u7b97\u7684\u89c4\u5219\u8bf4\u660e\u3002\u8fd9\u4e9b\u6570\u5b66\u65b9\u6cd5\u4e0d\u4ec5\u5177\u6709\u7406\u8bba\u4ef7\u503c\uff0c\u8fd8\u88ab\u7528\u4e8e\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u4f8b\u5982\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u6570\u503c\u8ba1\u7b97\u3002\u6b64\u5916\uff0c\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e5f\u5e38\u88ab\u5f15\u7528\u4ee5\u8bf4\u660e\u6df7\u5408\u8fd0\u7b97\u95ee\u9898\u7684\u5386\u53f2\u80cc\u666f\u3002\u4f5c\u4e3a\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u7684\u96c6\u5927\u6210\u4e4b\u4f5c\uff0c\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5bf9\u540e\u4e16\u6570\u5b66\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\uff0c\u5e76\u5728\u4e16\u754c\u6570\u5b66\u53f2\u4e0a\u5360\u636e\u91cd\u8981\u5730\u4f4d\u3002", "entity_id": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "label": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\uff08The \"Nine Chapters on the Mathematical Art\"\uff09\u662f\u4e2d\u56fd\u53e4\u4ee3\u6700\u91cd\u8981\u7684\u6570\u5b66\u8457\u4f5c\u4e4b\u4e00\uff0c\u6210\u4e66\u6700\u665a\u4e8e\u4e1c\u6c49\u65e9\u671f\uff0c\u7cfb\u7edf\u603b\u7ed3\u4e86\u53e4\u4ee3\u4e2d\u56fd\u5728\u6570\u5b66\u9886\u57df\u7684\u8bf8\u591a\u6210\u5c31\u3002\u8fd9\u90e8\u7ecf\u5178\u8457\u4f5c\u6db5\u76d6\u4e86\u5e7f\u6cdb\u7684\u6570\u5b66\u5185\u5bb9\uff0c\u5305\u62ec\u65b9\u7a0b\u6c42\u89e3\u3001\u5206\u6570\u8fd0\u7b97\u3001\u6bd4\u4f8b\u95ee\u9898\u4ee5\u53ca\u8d1f\u6570\u7684\u6982\u5ff5\u548c\u5e94\u7528\u3002\u5176\u4e2d\uff0c\u300a\u65b9\u7a0b\u300b\u4e00\u7bc7\u5c24\u5176\u5177\u6709\u5f00\u521b\u6027\uff0c\u8bb0\u8f7d\u4e86\u4f7f\u7528\u8d1f\u6570\u7684\u6700\u65e9\u5386\u53f2\u5b9e\u4f8b\uff0c\u5e76\u63d0\u4f9b\u4e86\u5173\u4e8e\u8d1f\u6570\u52a0\u51cf\u8fd0\u7b97\u7684\u89c4\u5219\u8bf4\u660e\u3002\u8fd9\u4e9b\u6570\u5b66\u65b9\u6cd5\u4e0d\u4ec5\u5177\u6709\u7406\u8bba\u4ef7\u503c\uff0c\u8fd8\u88ab\u7528\u4e8e\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u4f8b\u5982\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u6570\u503c\u8ba1\u7b97\u3002\u6b64\u5916\uff0c\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e5f\u5e38\u88ab\u5f15\u7528\u4ee5\u8bf4\u660e\u6df7\u5408\u8fd0\u7b97\u95ee\u9898\u7684\u5386\u53f2\u80cc\u666f\u3002\u4f5c\u4e3a\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u7684\u96c6\u5927\u6210\u4e4b\u4f5c\uff0c\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5bf9\u540e\u4e16\u6570\u5b66\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\uff0c\u5e76\u5728\u4e16\u754c\u6570\u5b66\u53f2\u4e0a\u5360\u636e\u91cd\u8981\u5730\u4f4d\u3002"}, {"color": "#a53fbd", "created_at": 1752674526, "description": "A mathematical identity showing that subtracting a negative number is equivalent to adding its positive counterpart.", "entity_id": "a - (-b) = a + b", "entity_type": "category", "file_path": "unknown_source", "id": "a - (-b) = a + b", "label": "a - (-b) = a + b", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A mathematical identity showing that subtracting a negative number is equivalent to adding its positive counterpart."}, {"color": "#b9321f", "created_at": 1752674438, "description": "Mathematics teaching involves pedagogical approaches to impart mathematical concepts, emphasizing skills over tricks and focusing on general problem-solving methods.\u003cSEP\u003eThe practice of teaching mathematics, especially in the context of helping students understand abstract mathematical concepts.\u003cSEP\u003e\u6570\u5b66\u6559\u5b66\u662f\u4f20\u9012\u6570\u5b66\u77e5\u8bc6\u548c\u601d\u7ef4\u65b9\u5f0f\u7684\u6559\u80b2\u6d3b\u52a8\uff0c\u5f3a\u8c03\u5728\u4e0d\u540c\u6559\u80b2\u9636\u6bb5\u91c7\u7528\u9002\u5408\u7684\u6559\u5b66\u65b9\u6cd5\u3002", "entity_id": "\u6570\u5b66\u6559\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u5b66", "label": "\u6570\u5b66\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "Mathematics teaching involves pedagogical approaches to impart mathematical concepts, emphasizing skills over tricks and focusing on general problem-solving methods.\u003cSEP\u003eThe practice of teaching mathematics, especially in the context of helping students understand abstract mathematical concepts.\u003cSEP\u003e\u6570\u5b66\u6559\u5b66\u662f\u4f20\u9012\u6570\u5b66\u77e5\u8bc6\u548c\u601d\u7ef4\u65b9\u5f0f\u7684\u6559\u80b2\u6d3b\u52a8\uff0c\u5f3a\u8c03\u5728\u4e0d\u540c\u6559\u80b2\u9636\u6bb5\u91c7\u7528\u9002\u5408\u7684\u6559\u5b66\u65b9\u6cd5\u3002"}, {"color": "#9d492b", "created_at": 1752674526, "description": "\u6c49\u671d\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u4e00\u4e2a\u91cd\u8981\u7684\u671d\u4ee3\uff0c\u6587\u4e2d\u63d0\u5230\u5728\u6c49\u671d\u65f6\u671f\uff0c\u4eba\u4eec\u5df2\u7ecf\u5728\u65e5\u5e38\u751f\u6d3b\u4e2d\u5e7f\u6cdb\u4f7f\u7528\u8d1f\u6570\u3002", "entity_id": "\u6c49\u671d", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6c49\u671d", "label": "\u6c49\u671d", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6c49\u671d\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u4e00\u4e2a\u91cd\u8981\u7684\u671d\u4ee3\uff0c\u6587\u4e2d\u63d0\u5230\u5728\u6c49\u671d\u65f6\u671f\uff0c\u4eba\u4eec\u5df2\u7ecf\u5728\u65e5\u5e38\u751f\u6d3b\u4e2d\u5e7f\u6cdb\u4f7f\u7528\u8d1f\u6570\u3002"}, {"color": "#344558", "created_at": 1752674526, "description": "\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5\u662f\u7528\u4e8e\u5904\u7406\u6b63\u6570\u4e0e\u8d1f\u6570\u4e4b\u95f4\u8fd0\u7b97\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u6587\u4e2d\u63d0\u5230\u7528\u4e8e\u6c42\u89e3\u65b9\u7a0b\u7ec4\u7684\u89e3\u3002", "entity_id": "\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5", "label": "\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5\u662f\u7528\u4e8e\u5904\u7406\u6b63\u6570\u4e0e\u8d1f\u6570\u4e4b\u95f4\u8fd0\u7b97\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u6587\u4e2d\u63d0\u5230\u7528\u4e8e\u6c42\u89e3\u65b9\u7a0b\u7ec4\u7684\u89e3\u3002"}, {"color": "#c64009", "created_at": 1752674526, "description": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u662f\u4e00\u79cd\u6570\u5b66\u95ee\u9898\uff0c\u6d89\u53ca\u4e09\u4e2a\u672a\u77e5\u6570\u7684\u7ebf\u6027\u65b9\u7a0b\u7ec4\u5408\uff0c\u6587\u4e2d\u63d0\u5230\u5176\u4f7f\u7528\u6b63\u8d1f\u6570\u8fdb\u884c\u6c42\u89e3\u3002\u003cSEP\u003e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u662f\u7531\u4e09\u4e2a\u65b9\u7a0b\u7ec4\u6210\u7684\u65b9\u7a0b\u7ec4\uff0c\u7528\u4e8e\u89e3\u51b3\u4e09\u4e2a\u672a\u77e5\u6570\u7684\u5b9e\u9645\u95ee\u9898\uff0c\u5982\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u7684\u4e70\u5356\u95ee\u9898\u3002", "entity_id": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "label": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u662f\u4e00\u79cd\u6570\u5b66\u95ee\u9898\uff0c\u6d89\u53ca\u4e09\u4e2a\u672a\u77e5\u6570\u7684\u7ebf\u6027\u65b9\u7a0b\u7ec4\u5408\uff0c\u6587\u4e2d\u63d0\u5230\u5176\u4f7f\u7528\u6b63\u8d1f\u6570\u8fdb\u884c\u6c42\u89e3\u3002\u003cSEP\u003e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u662f\u7531\u4e09\u4e2a\u65b9\u7a0b\u7ec4\u6210\u7684\u65b9\u7a0b\u7ec4\uff0c\u7528\u4e8e\u89e3\u51b3\u4e09\u4e2a\u672a\u77e5\u6570\u7684\u5b9e\u9645\u95ee\u9898\uff0c\u5982\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u7684\u4e70\u5356\u95ee\u9898\u3002"}, {"color": "#1d6533", "created_at": 1752674550, "description": "\u8fd9\u662f\u4e00\u4e2a\u6559\u5b66\u7247\u6bb5\uff0c\u901a\u8fc7\u6a21\u62df\u4e09\u6b21\u7272\u755c\u4e70\u5356\u7684\u60c5\u5883\uff0c\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u5728\u5b9e\u9645\u751f\u6d3b\u4e2d\u7684\u5e94\u7528\u3002", "entity_id": "\u4e70\u4e0e\u5356\u6559\u5b66\u7247\u6bb5", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e70\u4e0e\u5356\u6559\u5b66\u7247\u6bb5", "label": "\u4e70\u4e0e\u5356\u6559\u5b66\u7247\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u8fd9\u662f\u4e00\u4e2a\u6559\u5b66\u7247\u6bb5\uff0c\u901a\u8fc7\u6a21\u62df\u4e09\u6b21\u7272\u755c\u4e70\u5356\u7684\u60c5\u5883\uff0c\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u5728\u5b9e\u9645\u751f\u6d3b\u4e2d\u7684\u5e94\u7528\u3002"}, {"color": "#acbd30", "created_at": 1752674550, "description": "\u7b2c\u4e00\u6b21\u4e70\u5356\u60c5\u5883\u4e2d\uff0c\u6536\u516524\u94b1\u548c25\u94b1\uff0c\u652f\u51fa39\u94b1\uff0c\u5408\u8ba1\u6536\u516510\u94b1\uff0c\u7528\u4e8e\u6559\u5b66\u4e2d\u5c55\u793a\u6b63\u8d1f\u6570\u7684\u5e94\u7528\u3002", "entity_id": "\u7b2c\u4e00\u6b21\u4e70\u5356", "entity_type": "event", "file_path": "unknown_source", "id": "\u7b2c\u4e00\u6b21\u4e70\u5356", "label": "\u7b2c\u4e00\u6b21\u4e70\u5356", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u7b2c\u4e00\u6b21\u4e70\u5356\u60c5\u5883\u4e2d\uff0c\u6536\u516524\u94b1\u548c25\u94b1\uff0c\u652f\u51fa39\u94b1\uff0c\u5408\u8ba1\u6536\u516510\u94b1\uff0c\u7528\u4e8e\u6559\u5b66\u4e2d\u5c55\u793a\u6b63\u8d1f\u6570\u7684\u5e94\u7528\u3002"}, {"color": "#afc498", "created_at": 1752674550, "description": "\u7b2c\u4e8c\u6b21\u4e70\u5356\u60c5\u5883\u4e2d\uff0c\u6536\u516536\u94b1\uff0c\u652f\u51fa45\u94b1\uff0c\u6536\u516590\u94b1\uff0c\u5408\u8ba1\u6536\u652f\u5e73\u8861\uff0c\u7528\u4e8e\u6559\u5b66\u4e2d\u5c55\u793a\u96f6\u7684\u6982\u5ff5\u3002", "entity_id": "\u7b2c\u4e8c\u6b21\u4e70\u5356", "entity_type": "event", "file_path": "unknown_source", "id": "\u7b2c\u4e8c\u6b21\u4e70\u5356", "label": "\u7b2c\u4e8c\u6b21\u4e70\u5356", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u7b2c\u4e8c\u6b21\u4e70\u5356\u60c5\u5883\u4e2d\uff0c\u6536\u516536\u94b1\uff0c\u652f\u51fa45\u94b1\uff0c\u6536\u516590\u94b1\uff0c\u5408\u8ba1\u6536\u652f\u5e73\u8861\uff0c\u7528\u4e8e\u6559\u5b66\u4e2d\u5c55\u793a\u96f6\u7684\u6982\u5ff5\u3002"}, {"color": "#abd91b", "created_at": 1752674550, "description": "\u7b2c\u4e09\u6b21\u4e70\u5356\u60c5\u5883\u4e2d\uff0c\u652f\u51fa60\u94b1\uff0c\u6536\u516530\u94b1\u548c24\u94b1\uff0c\u5408\u8ba1\u652f\u51fa6\u94b1\uff0c\u7528\u4e8e\u6559\u5b66\u4e2d\u5c55\u793a\u8d1f\u6570\u7684\u8868\u793a\u65b9\u6cd5\u3002", "entity_id": "\u7b2c\u4e09\u6b21\u4e70\u5356", "entity_type": "event", "file_path": "unknown_source", "id": "\u7b2c\u4e09\u6b21\u4e70\u5356", "label": "\u7b2c\u4e09\u6b21\u4e70\u5356", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u7b2c\u4e09\u6b21\u4e70\u5356\u60c5\u5883\u4e2d\uff0c\u652f\u51fa60\u94b1\uff0c\u6536\u516530\u94b1\u548c24\u94b1\uff0c\u5408\u8ba1\u652f\u51fa6\u94b1\uff0c\u7528\u4e8e\u6559\u5b66\u4e2d\u5c55\u793a\u8d1f\u6570\u7684\u8868\u793a\u65b9\u6cd5\u3002"}, {"color": "#6490f5", "created_at": 1752674550, "description": "\u6536\u652f\u8868\u683c\u662f\u6559\u5b66\u4e2d\u4f7f\u7528\u7684\u8bb0\u5f55\u5de5\u5177\uff0c\u5206\u4e3a\u6587\u5b57\u5f62\u5f0f\u548c\u6570\u5b57\u5f62\u5f0f\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u7684\u8868\u793a\u65b9\u5f0f\u3002", "entity_id": "\u6536\u652f\u8868\u683c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6536\u652f\u8868\u683c", "label": "\u6536\u652f\u8868\u683c", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6536\u652f\u8868\u683c\u662f\u6559\u5b66\u4e2d\u4f7f\u7528\u7684\u8bb0\u5f55\u5de5\u5177\uff0c\u5206\u4e3a\u6587\u5b57\u5f62\u5f0f\u548c\u6570\u5b57\u5f62\u5f0f\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u7684\u8868\u793a\u65b9\u5f0f\u3002"}, {"color": "#9811c8", "created_at": 1752674550, "description": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u662f\u6307\u56f4\u7ed5\u8d28\u6570\u3001\u5408\u6570\u548c\u8d1f\u6570\u6982\u5ff5\u5c55\u5f00\u7684\u6559\u5b66\u6d3b\u52a8\uff0c\u5305\u62ec\u52a8\u624b\u64cd\u4f5c\u3001\u5206\u7c7b\u8ba8\u8bba\u548c\u60c5\u5883\u6a21\u62df\u7b49\u65b9\u6cd5\u3002", "entity_id": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1", "entity_type": "event", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1", "label": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u662f\u6307\u56f4\u7ed5\u8d28\u6570\u3001\u5408\u6570\u548c\u8d1f\u6570\u6982\u5ff5\u5c55\u5f00\u7684\u6559\u5b66\u6d3b\u52a8\uff0c\u5305\u62ec\u52a8\u624b\u64cd\u4f5c\u3001\u5206\u7c7b\u8ba8\u8bba\u548c\u60c5\u5883\u6a21\u62df\u7b49\u65b9\u6cd5\u3002"}, {"color": "#90513b", "created_at": 1752674550, "description": "\u300a\u65b9\u7a0b\u300b\u7bc7\u662f\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u7684\u4e00\u7ae0\uff0c\u4ecb\u7ecd\u4e86\u5982\u4f55\u7528\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u89e3\u51b3\u4e70\u5356\u4ea4\u6613\u7b49\u5b9e\u9645\u95ee\u9898\uff0c\u5e76\u9996\u6b21\u4f7f\u7528\u8d1f\u6570\u8fdb\u884c\u8ba1\u7b97\u3002", "entity_id": "\u300a\u65b9\u7a0b\u300b\u7bc7", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u65b9\u7a0b\u300b\u7bc7", "label": "\u300a\u65b9\u7a0b\u300b\u7bc7", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u300a\u65b9\u7a0b\u300b\u7bc7\u662f\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e2d\u7684\u4e00\u7ae0\uff0c\u4ecb\u7ecd\u4e86\u5982\u4f55\u7528\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u89e3\u51b3\u4e70\u5356\u4ea4\u6613\u7b49\u5b9e\u9645\u95ee\u9898\uff0c\u5e76\u9996\u6b21\u4f7f\u7528\u8d1f\u6570\u8fdb\u884c\u8ba1\u7b97\u3002"}, {"color": "#e278e9", "created_at": 1752674373, "description": "**\u5206\u6570 (Fractions)** \n\n\u5206\u6570 is a fundamental mathematical concept representing parts of a whole, typically expressed as a ratio of two integers (e.g., 1/2 or 3/4). It serves as the basis for representing finite and repeating decimals and is essential for understanding rational divisions and operations in mathematics. Initially, fractions were believed to encompass all quantities until the discovery of irrational numbers expanded numerical understanding. \n\nIn educational contexts, \u5206\u6570 is introduced alongside decimals to help students grasp part-whole relationships in numbers. Teaching is divided into two stages: the first stage introduces basic recognition of fractions, while the second stage focuses on deeper comprehension and practical applications. For example, fractions are used in problems involving proportional relationships, such as comparing the quantities of geese and ducks. \n\nOverall, \u5206\u6570 is a foundational concept in mathematics, emphasizing the relationship between parts and a whole, and is widely applied in both theoretical and real-world contexts.", "entity_id": "\u5206\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u6570", "label": "\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "**\u5206\u6570 (Fractions)** \n\n\u5206\u6570 is a fundamental mathematical concept representing parts of a whole, typically expressed as a ratio of two integers (e.g., 1/2 or 3/4). It serves as the basis for representing finite and repeating decimals and is essential for understanding rational divisions and operations in mathematics. Initially, fractions were believed to encompass all quantities until the discovery of irrational numbers expanded numerical understanding. \n\nIn educational contexts, \u5206\u6570 is introduced alongside decimals to help students grasp part-whole relationships in numbers. Teaching is divided into two stages: the first stage introduces basic recognition of fractions, while the second stage focuses on deeper comprehension and practical applications. For example, fractions are used in problems involving proportional relationships, such as comparing the quantities of geese and ducks. \n\nOverall, \u5206\u6570 is a foundational concept in mathematics, emphasizing the relationship between parts and a whole, and is widely applied in both theoretical and real-world contexts."}, {"color": "#8b11ae", "created_at": 1752674550, "description": "\u6536\u5165\u662f\u6307\u83b7\u5f97\u7684\u94b1\u6216\u8d44\u6e90\uff0c\u901a\u5e38\u7528\u6b63\u6570\u8868\u793a\uff0c\u4f5c\u4e3a\u6b63\u6570\u7684\u4e00\u4e2a\u5178\u578b\u5e94\u7528\u573a\u666f\u3002", "entity_id": "\u6536\u5165", "entity_type": "category", "file_path": "unknown_source", "id": "\u6536\u5165", "label": "\u6536\u5165", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u6536\u5165\u662f\u6307\u83b7\u5f97\u7684\u94b1\u6216\u8d44\u6e90\uff0c\u901a\u5e38\u7528\u6b63\u6570\u8868\u793a\uff0c\u4f5c\u4e3a\u6b63\u6570\u7684\u4e00\u4e2a\u5178\u578b\u5e94\u7528\u573a\u666f\u3002"}, {"color": "#fe235a", "created_at": 1752674550, "description": "\u652f\u51fa\u662f\u6307\u82b1\u8d39\u7684\u94b1\u6216\u8d44\u6e90\uff0c\u901a\u5e38\u7528\u8d1f\u6570\u8868\u793a\uff0c\u662f\u8d1f\u6570\u5728\u73b0\u5b9e\u4e2d\u7684\u4e00\u4e2a\u4e3b\u8981\u5e94\u7528\u3002", "entity_id": "\u652f\u51fa", "entity_type": "category", "file_path": "unknown_source", "id": "\u652f\u51fa", "label": "\u652f\u51fa", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u652f\u51fa\u662f\u6307\u82b1\u8d39\u7684\u94b1\u6216\u8d44\u6e90\uff0c\u901a\u5e38\u7528\u8d1f\u6570\u8868\u793a\uff0c\u662f\u8d1f\u6570\u5728\u73b0\u5b9e\u4e2d\u7684\u4e00\u4e2a\u4e3b\u8981\u5e94\u7528\u3002"}, {"color": "#9eb2ac", "created_at": 1752674550, "description": "\u7535\u68af\u4e0a\u4e0b\u662f\u6b63\u8d1f\u6570\u5728\u73b0\u5b9e\u4e2d\u7684\u53e6\u4e00\u4e2a\u5e94\u7528\uff0c\u7528\u6b63\u6570\u8868\u793a\u4e0a\u5347\uff0c\u8d1f\u6570\u8868\u793a\u4e0b\u964d\u3002", "entity_id": "\u7535\u68af\u4e0a\u4e0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u7535\u68af\u4e0a\u4e0b", "label": "\u7535\u68af\u4e0a\u4e0b", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u7535\u68af\u4e0a\u4e0b\u662f\u6b63\u8d1f\u6570\u5728\u73b0\u5b9e\u4e2d\u7684\u53e6\u4e00\u4e2a\u5e94\u7528\uff0c\u7528\u6b63\u6570\u8868\u793a\u4e0a\u5347\uff0c\u8d1f\u6570\u8868\u793a\u4e0b\u964d\u3002"}, {"color": "#1976ce", "created_at": 1752674550, "description": "\u6c14\u6e29\u9ad8\u4f4e\u662f\u6b63\u8d1f\u6570\u5e94\u7528\u7684\u60c5\u5883\u4e4b\u4e00\uff0c\u9ad8\u4e8e\u96f6\u5ea6\u4e3a\u6b63\uff0c\u4f4e\u4e8e\u96f6\u5ea6\u4e3a\u8d1f\u3002", "entity_id": "\u6c14\u6e29\u9ad8\u4f4e", "entity_type": "category", "file_path": "unknown_source", "id": "\u6c14\u6e29\u9ad8\u4f4e", "label": "\u6c14\u6e29\u9ad8\u4f4e", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u6c14\u6e29\u9ad8\u4f4e\u662f\u6b63\u8d1f\u6570\u5e94\u7528\u7684\u60c5\u5883\u4e4b\u4e00\uff0c\u9ad8\u4e8e\u96f6\u5ea6\u4e3a\u6b63\uff0c\u4f4e\u4e8e\u96f6\u5ea6\u4e3a\u8d1f\u3002"}, {"color": "#9469b9", "created_at": 1752674550, "description": "\u65b9\u4f4d\u6b63\u53cd\u662f\u6b63\u8d1f\u6570\u7528\u4e8e\u8868\u793a\u65b9\u5411\u5dee\u5f02\u7684\u4f8b\u5b50\uff0c\u5982\u4e1c\u4e3a\u6b63\u3001\u897f\u4e3a\u8d1f\u7b49\u3002", "entity_id": "\u65b9\u4f4d\u6b63\u53cd", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u4f4d\u6b63\u53cd", "label": "\u65b9\u4f4d\u6b63\u53cd", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u65b9\u4f4d\u6b63\u53cd\u662f\u6b63\u8d1f\u6570\u7528\u4e8e\u8868\u793a\u65b9\u5411\u5dee\u5f02\u7684\u4f8b\u5b50\uff0c\u5982\u4e1c\u4e3a\u6b63\u3001\u897f\u4e3a\u8d1f\u7b49\u3002"}, {"color": "#73d0df", "created_at": 1752674550, "description": "\u8d1f\u53f7\u662f\u6570\u5b66\u7b26\u53f7\u201c-\u201d\uff0c\u7528\u4e8e\u8868\u793a\u8d1f\u6570\uff0c\u5982-24\u8868\u793a\u652f\u51fa24\u94b1\u3002", "entity_id": "\u8d1f\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d1f\u53f7", "label": "\u8d1f\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u8d1f\u53f7\u662f\u6570\u5b66\u7b26\u53f7\u201c-\u201d\uff0c\u7528\u4e8e\u8868\u793a\u8d1f\u6570\uff0c\u5982-24\u8868\u793a\u652f\u51fa24\u94b1\u3002"}, {"color": "#4b08d6", "created_at": 1752674438, "description": "A visual representation of numbers as points on a straight line, used to illustrate the continuity of real numbers.\u003cSEP\u003e\u6570\u8f74\u662f\u7528\u4e8e\u76f4\u89c2\u63cf\u8ff0\u6570\u7684\u5927\u5c0f\u548c\u65b9\u5411\u7684\u6570\u5b66\u5de5\u5177\uff0c\u5e38\u7528\u4e8e\u89e3\u91ca\u8d1f\u6570\u548c\u76f8\u53cd\u6570\u3002\u003cSEP\u003e\u6570\u8f74\u662f\u8868\u793a\u76f4\u7ebf\u4e0a\u70b9\u7684\u5de5\u5177\uff0c\u901a\u8fc7\u5b9a\u4e49\u65b9\u5411\u3001\u539f\u70b9\u548c\u5355\u4f4d\u5b9e\u73b0\u70b9\u4e0e\u6570\u7684\u5bf9\u5e94\u3002", "entity_id": "\u6570\u8f74", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u8f74", "label": "\u6570\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "A visual representation of numbers as points on a straight line, used to illustrate the continuity of real numbers.\u003cSEP\u003e\u6570\u8f74\u662f\u7528\u4e8e\u76f4\u89c2\u63cf\u8ff0\u6570\u7684\u5927\u5c0f\u548c\u65b9\u5411\u7684\u6570\u5b66\u5de5\u5177\uff0c\u5e38\u7528\u4e8e\u89e3\u91ca\u8d1f\u6570\u548c\u76f8\u53cd\u6570\u3002\u003cSEP\u003e\u6570\u8f74\u662f\u8868\u793a\u76f4\u7ebf\u4e0a\u70b9\u7684\u5de5\u5177\uff0c\u901a\u8fc7\u5b9a\u4e49\u65b9\u5411\u3001\u539f\u70b9\u548c\u5355\u4f4d\u5b9e\u73b0\u70b9\u4e0e\u6570\u7684\u5bf9\u5e94\u3002"}, {"color": "#3466a3", "created_at": 1752674526, "description": "Finite decimals, which terminate after a finite number of decimal places and can be expressed as fractions.", "entity_id": "\u6709\u9650\u5c0f\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u9650\u5c0f\u6570", "label": "\u6709\u9650\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Finite decimals, which terminate after a finite number of decimal places and can be expressed as fractions."}, {"color": "#c63cdc", "created_at": 1752674526, "description": "Infinite repeating decimals that can also be expressed as fractions, thus classified as rational numbers.", "entity_id": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "label": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Infinite repeating decimals that can also be expressed as fractions, thus classified as rational numbers."}, {"color": "#f0c0e2", "created_at": 1752674526, "description": "\u6bd4\u4f8b\u5173\u7cfb\u662f\u6570\u5b66\u4e2d\u63cf\u8ff0\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u6bd4\u7387\u7684\u6982\u5ff5\uff0c\u5728\u4f8b\u9898\u4e2d\u7528\u4e8e\u89e3\u91ca\u9e45\u4e0e\u9e2d\u5b50\u6570\u91cf\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "entity_id": "\u6bd4\u4f8b\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6bd4\u4f8b\u5173\u7cfb", "label": "\u6bd4\u4f8b\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u6bd4\u4f8b\u5173\u7cfb\u662f\u6570\u5b66\u4e2d\u63cf\u8ff0\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u6bd4\u7387\u7684\u6982\u5ff5\uff0c\u5728\u4f8b\u9898\u4e2d\u7528\u4e8e\u89e3\u91ca\u9e45\u4e0e\u9e2d\u5b50\u6570\u91cf\u4e4b\u95f4\u7684\u5173\u7cfb\u3002"}, {"color": "#d364d5", "created_at": 1752674373, "description": "Decimal representation of numbers including rational and irrational numbers.\u003cSEP\u003eDecimals are a numerical form that extends the base-ten system, used to represent values smaller than one and taught using real-life contexts like money.\u003cSEP\u003e\u5c0f\u6570defines rational and irrational numbers through decimal expansions.\u003cSEP\u003e\u5c0f\u6570\u662f\u5341\u8fdb\u5236\u5206\u6570\u7684\u4e00\u79cd\u8868\u793a\u5f62\u5f0f,\u4e0e\u5206\u6570\u548c\u767e\u5206\u6570\u76f8\u4e92\u5173\u8054,\u5728\u7b2c\u4e8c\u5b66\u6bb5\u8fdb\u884c\u8fdb\u4e00\u6b65\u8ba4\u8bc6\u548c\u8fd0\u7b97\u8bad\u7ec3\u3002\u003cSEP\u003e\u5c0f\u6570\u662f\u53e6\u4e00\u79cd\u8868\u793a\u5206\u6570\u7684\u65b9\u5f0f\uff0c\u901a\u8fc7\u5341\u8fdb\u5236\u5f62\u5f0f\u8868\u793a\uff0c\u59820.5\u4ee3\u88681/2\uff0c\u662f\u5206\u6570\u7684\u7b49\u4ef7\u8868\u8fbe\u5f62\u5f0f\u3002", "entity_id": "\u5c0f\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u6570", "label": "\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Decimal representation of numbers including rational and irrational numbers.\u003cSEP\u003eDecimals are a numerical form that extends the base-ten system, used to represent values smaller than one and taught using real-life contexts like money.\u003cSEP\u003e\u5c0f\u6570defines rational and irrational numbers through decimal expansions.\u003cSEP\u003e\u5c0f\u6570\u662f\u5341\u8fdb\u5236\u5206\u6570\u7684\u4e00\u79cd\u8868\u793a\u5f62\u5f0f,\u4e0e\u5206\u6570\u548c\u767e\u5206\u6570\u76f8\u4e92\u5173\u8054,\u5728\u7b2c\u4e8c\u5b66\u6bb5\u8fdb\u884c\u8fdb\u4e00\u6b65\u8ba4\u8bc6\u548c\u8fd0\u7b97\u8bad\u7ec3\u3002\u003cSEP\u003e\u5c0f\u6570\u662f\u53e6\u4e00\u79cd\u8868\u793a\u5206\u6570\u7684\u65b9\u5f0f\uff0c\u901a\u8fc7\u5341\u8fdb\u5236\u5f62\u5f0f\u8868\u793a\uff0c\u59820.5\u4ee3\u88681/2\uff0c\u662f\u5206\u6570\u7684\u7b49\u4ef7\u8868\u8fbe\u5f62\u5f0f\u3002"}, {"color": "#c54f57", "created_at": 1752674550, "description": "\u767e\u5206\u6570\u662f\u5c06\u4e00\u4e2a\u6570\u8868\u793a\u4e3a100\u4efd\u4e2d\u7684\u591a\u5c11\uff0c\u598250%\uff0c\u7528\u4e8e\u6bd4\u8f83\u548c\u5b9e\u9645\u5e94\u7528\u4e2d\uff0c\u5982\u5229\u7387\u3001\u6298\u6263\u7b49\u3002\u003cSEP\u003e\u767e\u5206\u6570\u662f\u8868\u793a\u6bd4\u4f8b\u7684\u4e00\u79cd\u65b9\u5f0f,\u4e0e\u5c0f\u6570\u548c\u5206\u6570\u76f8\u4e92\u8f6c\u5316,\u662f\u7b2c\u4e8c\u5b66\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u91cd\u8981\u5185\u5bb9\u3002", "entity_id": "\u767e\u5206\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u767e\u5206\u6570", "label": "\u767e\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u767e\u5206\u6570\u662f\u5c06\u4e00\u4e2a\u6570\u8868\u793a\u4e3a100\u4efd\u4e2d\u7684\u591a\u5c11\uff0c\u598250%\uff0c\u7528\u4e8e\u6bd4\u8f83\u548c\u5b9e\u9645\u5e94\u7528\u4e2d\uff0c\u5982\u5229\u7387\u3001\u6298\u6263\u7b49\u3002\u003cSEP\u003e\u767e\u5206\u6570\u662f\u8868\u793a\u6bd4\u4f8b\u7684\u4e00\u79cd\u65b9\u5f0f,\u4e0e\u5c0f\u6570\u548c\u5206\u6570\u76f8\u4e92\u8f6c\u5316,\u662f\u7b2c\u4e8c\u5b66\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u91cd\u8981\u5185\u5bb9\u3002"}, {"color": "#c846e0", "created_at": 1752674560, "description": "**Summary of \u7b2c\u4e8c\u5b66\u6bb5 (The Second Academic Stage):** \n\n\u7b2c\u4e8c\u5b66\u6bb5 refers to the later stage of primary (elementary) education in China, typically corresponding to the middle grades of primary school. It is a critical phase in the curriculum where students build upon foundational knowledge and progress toward more complex mathematical concepts. \n\nKey components of the curriculum at this stage include: \n- **Advanced Geometric Operations:** Students learn complex geometric transformations, including concepts related to area and volume, extending their prior understanding of length. \n- **Statistical Understanding:** They are introduced to averages (means), learning how to calculate them and interpret their real-world significance. \n- **Decimal and Fraction Mastery:** The curriculum emphasizes a deeper comprehension of decimals, fractions, and percentages, including their interrelationships and arithmetic operations (e.g., addition, subtraction, multiplication, and division). \n- **Mathematical Application:** Skills developed in this stage are designed to enhance problem-solving abilities and practical application in everyday contexts. \n\nThis phase serves as a bridge between basic arithmetic and more advanced mathematical reasoning, ensuring students acquire both computational proficiency and conceptual clarity. \n\n*(Note: The term \"\u7b2c\u4e8c\u5b66\u6bb5\" is consistently translated here as \"the second academic stage\" to align with the educational context, though it specifically denotes the later primary years in the Chinese curriculum.)*", "entity_id": "\u7b2c\u4e8c\u5b66\u6bb5", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b2c\u4e8c\u5b66\u6bb5", "label": "\u7b2c\u4e8c\u5b66\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "**Summary of \u7b2c\u4e8c\u5b66\u6bb5 (The Second Academic Stage):** \n\n\u7b2c\u4e8c\u5b66\u6bb5 refers to the later stage of primary (elementary) education in China, typically corresponding to the middle grades of primary school. It is a critical phase in the curriculum where students build upon foundational knowledge and progress toward more complex mathematical concepts. \n\nKey components of the curriculum at this stage include: \n- **Advanced Geometric Operations:** Students learn complex geometric transformations, including concepts related to area and volume, extending their prior understanding of length. \n- **Statistical Understanding:** They are introduced to averages (means), learning how to calculate them and interpret their real-world significance. \n- **Decimal and Fraction Mastery:** The curriculum emphasizes a deeper comprehension of decimals, fractions, and percentages, including their interrelationships and arithmetic operations (e.g., addition, subtraction, multiplication, and division). \n- **Mathematical Application:** Skills developed in this stage are designed to enhance problem-solving abilities and practical application in everyday contexts. \n\nThis phase serves as a bridge between basic arithmetic and more advanced mathematical reasoning, ensuring students acquire both computational proficiency and conceptual clarity. \n\n*(Note: The term \"\u7b2c\u4e8c\u5b66\u6bb5\" is consistently translated here as \"the second academic stage\" to align with the educational context, though it specifically denotes the later primary years in the Chinese curriculum.)*"}, {"color": "#6718cd", "created_at": 1752674544, "description": "**\u7b2c\u4e00\u5b66\u6bb5 (First Stage of Primary Education in China)** \n\n\u7b2c\u4e00\u5b66\u6bb5 refers to the initial stage of primary education in China, typically covering grades 1-2 or 1-3, as part of the foundational phase of the country\u0027s basic education system. During this stage, students are introduced to essential mathematical concepts, including: \n- **Numbers and Arithmetic:** Learning numbers up to 10,000, counting, sequencing, and basic arithmetic operations. \n- **Geometric Transformations:** Basic recognition of shapes and spatial transformations. \n- **Measurement:** Understanding fundamental concepts like length and its units. \n- **Fractions and Decimals:** Preliminary exposure to fractions and decimals, including comparisons in contextual settings. \n\nThis stage serves as a critical foundation for future learning, emphasizing numeracy, problem-solving, and conceptual understanding. While some sources specify grades 1-2, others include grade 3, reflecting slight variations in curriculum interpretations. The overarching goal is to build core competencies in mathematics while preparing students for more advanced topics in subsequent stages.", "entity_id": "\u7b2c\u4e00\u5b66\u6bb5", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b2c\u4e00\u5b66\u6bb5", "label": "\u7b2c\u4e00\u5b66\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b", "title": "**\u7b2c\u4e00\u5b66\u6bb5 (First Stage of Primary Education in China)** \n\n\u7b2c\u4e00\u5b66\u6bb5 refers to the initial stage of primary education in China, typically covering grades 1-2 or 1-3, as part of the foundational phase of the country\u0027s basic education system. During this stage, students are introduced to essential mathematical concepts, including: \n- **Numbers and Arithmetic:** Learning numbers up to 10,000, counting, sequencing, and basic arithmetic operations. \n- **Geometric Transformations:** Basic recognition of shapes and spatial transformations. \n- **Measurement:** Understanding fundamental concepts like length and its units. \n- **Fractions and Decimals:** Preliminary exposure to fractions and decimals, including comparisons in contextual settings. \n\nThis stage serves as a critical foundation for future learning, emphasizing numeracy, problem-solving, and conceptual understanding. While some sources specify grades 1-2, others include grade 3, reflecting slight variations in curriculum interpretations. The overarching goal is to build core competencies in mathematics while preparing students for more advanced topics in subsequent stages."}, {"color": "#83bcd0", "created_at": 1752674560, "description": "\u6574\u4f53\u7684\u7b49\u5206\u662f\u5206\u6570\u6559\u5b66\u4e2d\u7684\u4e00\u79cd\u76f4\u89c2\u7406\u89e3\u65b9\u5f0f,\u6307\u5c06\u4e00\u4e2a\u6574\u4f53\u5e73\u5747\u5206\u6210\u82e5\u5e72\u4efd,\u662f\u521d\u6b65\u8ba4\u8bc6\u5206\u6570\u7684\u91cd\u8981\u6559\u5b66\u7b56\u7565\u3002", "entity_id": "\u6574\u4f53\u7684\u7b49\u5206", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u4f53\u7684\u7b49\u5206", "label": "\u6574\u4f53\u7684\u7b49\u5206", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6574\u4f53\u7684\u7b49\u5206\u662f\u5206\u6570\u6559\u5b66\u4e2d\u7684\u4e00\u79cd\u76f4\u89c2\u7406\u89e3\u65b9\u5f0f,\u6307\u5c06\u4e00\u4e2a\u6574\u4f53\u5e73\u5747\u5206\u6210\u82e5\u5e72\u4efd,\u662f\u521d\u6b65\u8ba4\u8bc6\u5206\u6570\u7684\u91cd\u8981\u6559\u5b66\u7b56\u7565\u3002"}, {"color": "#eb0edb", "created_at": 1752674560, "description": "\u6570\u91cf\u7684\u6bd4\u4f8b\u662f\u5206\u6570\u7684\u53e6\u4e00\u79cd\u7406\u89e3\u65b9\u5f0f,\u8868\u793a\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u7684\u5173\u7cfb,\u901a\u5e38\u5728\u5b66\u751f\u7406\u89e3\u5206\u6570\u540e\u9010\u6b65\u5f15\u5165\u3002", "entity_id": "\u6570\u91cf\u7684\u6bd4\u4f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u91cf\u7684\u6bd4\u4f8b", "label": "\u6570\u91cf\u7684\u6bd4\u4f8b", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6570\u91cf\u7684\u6bd4\u4f8b\u662f\u5206\u6570\u7684\u53e6\u4e00\u79cd\u7406\u89e3\u65b9\u5f0f,\u8868\u793a\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u7684\u5173\u7cfb,\u901a\u5e38\u5728\u5b66\u751f\u7406\u89e3\u5206\u6570\u540e\u9010\u6b65\u5f15\u5165\u3002"}, {"color": "#6e95f9", "created_at": 1752674560, "description": "\u5e73\u5747\u5206means equal partitioning of a whole, a foundational method for introducing fractions in the early stages of mathematics education.", "entity_id": "\u5e73\u5747\u5206", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u5747\u5206", "label": "\u5e73\u5747\u5206", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5e73\u5747\u5206means equal partitioning of a whole, a foundational method for introducing fractions in the early stages of mathematics education."}, {"color": "#51b765", "created_at": 1752674560, "description": "\u6559\u5b66\u8981\u70b9refers to the essential teaching points for understanding fractions, including recognizing the whole (1), equal partitioning, and identifying the unit fraction.", "entity_id": "\u6559\u5b66\u8981\u70b9", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u5b66\u8981\u70b9", "label": "\u6559\u5b66\u8981\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6559\u5b66\u8981\u70b9refers to the essential teaching points for understanding fractions, including recognizing the whole (1), equal partitioning, and identifying the unit fraction."}, {"color": "#7eaf4a", "created_at": 1752674560, "description": "\u5c0f\u6570\u7684\u8ba4\u8bc6refers to the educational topic of introducing and understanding decimal numbers in mathematics, particularly in the context of primary school curriculum.", "entity_id": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "label": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5c0f\u6570\u7684\u8ba4\u8bc6refers to the educational topic of introducing and understanding decimal numbers in mathematics, particularly in the context of primary school curriculum."}, {"color": "#703131", "created_at": 1752674560, "description": "\u6574\u4f531 represents the concept of a whole unit that is divided into equal parts, which is essential for understanding both fractions and decimals.", "entity_id": "\u6574\u4f531", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u4f531", "label": "\u6574\u4f531", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u6574\u4f531 represents the concept of a whole unit that is divided into equal parts, which is essential for understanding both fractions and decimals."}, {"color": "#2b691a", "created_at": 1752674410, "description": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570distinguishes between numbers expressible as fractions and those that aren\u0027t.", "entity_id": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570", "label": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570distinguishes between numbers expressible as fractions and those that aren\u0027t."}, {"color": "#736d32", "created_at": 1752674550, "description": "\u674e\u5b81\u5b81is a teacher at Changchun Shuxun Primary School and the author of a teaching design on understanding decimals.\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u4e00\u4f4d\u6559\u5e08,\u53c2\u4e0e\u4e86\u6709\u5173\u5c0f\u6570\u6559\u5b66\u8bbe\u8ba1\u7684\u8ba8\u8bba\u3002\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u53c2\u4e0e\u4e86\u5173\u4e8e\u5206\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u8bbe\u8ba1\u3002", "entity_id": "\u674e\u5b81\u5b81", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u5b81\u5b81", "label": "\u674e\u5b81\u5b81", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u674e\u5b81\u5b81is a teacher at Changchun Shuxun Primary School and the author of a teaching design on understanding decimals.\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u4e00\u4f4d\u6559\u5e08,\u53c2\u4e0e\u4e86\u6709\u5173\u5c0f\u6570\u6559\u5b66\u8bbe\u8ba1\u7684\u8ba8\u8bba\u3002\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u53c2\u4e0e\u4e86\u5173\u4e8e\u5206\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u8bbe\u8ba1\u3002"}, {"color": "#8b4578", "created_at": 1752674438, "description": "\u6df7\u5408\u8fd0\u7b97refers to combined arithmetic operations involving decimals, fractions, and percentages, typically limited to two or three steps in elementary education.\u003cSEP\u003e\u6df7\u5408\u8fd0\u7b97refers to mathematical expressions involving multiple operations, where rules such as performing multiplication and division before addition and subtraction are applied.\u003cSEP\u003e\u6df7\u5408\u8fd0\u7b97refers to mixed operations in mathematics, involving both addition and multiplication, and is central to the discussion of calculation order.\u003cSEP\u003e\u6df7\u5408\u8fd0\u7b97\u6d89\u53ca\u591a\u4e2a\u8fd0\u7b97\u7b26\uff0c\u9075\u5faa\u5148\u4e58\u9664\u540e\u52a0\u51cf\u7684\u89c4\u5219\uff0c\u5176\u5408\u7406\u6027\u6e90\u4e8e\u73b0\u5b9e\u95ee\u9898\u7684\u62bd\u8c61\u5316\u9700\u6c42\u3002", "entity_id": "\u6df7\u5408\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u6df7\u5408\u8fd0\u7b97", "label": "\u6df7\u5408\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6df7\u5408\u8fd0\u7b97refers to combined arithmetic operations involving decimals, fractions, and percentages, typically limited to two or three steps in elementary education.\u003cSEP\u003e\u6df7\u5408\u8fd0\u7b97refers to mathematical expressions involving multiple operations, where rules such as performing multiplication and division before addition and subtraction are applied.\u003cSEP\u003e\u6df7\u5408\u8fd0\u7b97refers to mixed operations in mathematics, involving both addition and multiplication, and is central to the discussion of calculation order.\u003cSEP\u003e\u6df7\u5408\u8fd0\u7b97\u6d89\u53ca\u591a\u4e2a\u8fd0\u7b97\u7b26\uff0c\u9075\u5faa\u5148\u4e58\u9664\u540e\u52a0\u51cf\u7684\u89c4\u5219\uff0c\u5176\u5408\u7406\u6027\u6e90\u4e8e\u73b0\u5b9e\u95ee\u9898\u7684\u62bd\u8c61\u5316\u9700\u6c42\u3002"}, {"color": "#bd5469", "created_at": 1752674560, "description": "Yuan, jiao, and fen are monetary units in Chinese currency, used to illustrate the decimal system and help students transition from concrete to abstract number understanding.\u003cSEP\u003e\u5143\u3001\u89d2\u3001\u5206are Chinese currency units used in the teaching design to help students understand decimal relationships through familiar monetary values.", "entity_id": "\u5143\u3001\u89d2\u3001\u5206", "entity_type": "category", "file_path": "unknown_source", "id": "\u5143\u3001\u89d2\u3001\u5206", "label": "\u5143\u3001\u89d2\u3001\u5206", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "Yuan, jiao, and fen are monetary units in Chinese currency, used to illustrate the decimal system and help students transition from concrete to abstract number understanding.\u003cSEP\u003e\u5143\u3001\u89d2\u3001\u5206are Chinese currency units used in the teaching design to help students understand decimal relationships through familiar monetary values."}, {"color": "#f0c3e3", "created_at": 1752674566, "description": "Shopping activities are used as a practical context to introduce and understand decimal numbers in a relatable way.", "entity_id": "\u8d2d\u7269\u6d3b\u52a8", "entity_type": "event", "file_path": "unknown_source", "id": "\u8d2d\u7269\u6d3b\u52a8", "label": "\u8d2d\u7269\u6d3b\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Shopping activities are used as a practical context to introduce and understand decimal numbers in a relatable way."}, {"color": "#cc8615", "created_at": 1752674566, "description": "Real-life value and application of decimals refers to how decimal numbers are used in daily contexts such as shopping and measurement, making them relevant to students.", "entity_id": "\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u4ef7\u503c\u4e0e\u4f5c\u7528", "entity_type": "category", "file_path": "unknown_source", "id": "\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u4ef7\u503c\u4e0e\u4f5c\u7528", "label": "\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u4ef7\u503c\u4e0e\u4f5c\u7528", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Real-life value and application of decimals refers to how decimal numbers are used in daily contexts such as shopping and measurement, making them relevant to students."}, {"color": "#f824af", "created_at": 1752674427, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u662f\u7531\u4e2d\u56fd\u6559\u80b2\u90e8\u5236\u5b9a\u7684\u4e00\u4efd\u6559\u80b2\u6587\u4ef6\uff0c\u65e8\u5728\u6307\u5bfc\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u5185\u5bb9\u4e0e\u76ee\u6807\u3002\u9881\u5e03\u4e8e2011\u5e74\uff0c\u8be5\u6807\u51c6\u5f3a\u8c03\u4e86\u6570\u5b66\u6559\u80b2\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u5982\u6570\u611f\u3001\u6a21\u578b\u601d\u7ef4\u548c\u8fd0\u7b97\u80fd\u529b\u7684\u57f9\u517b\u3002\u5176\u4e2d\uff0c\u8fd0\u7b97\u80fd\u529b\u7684\u57f9\u517b\u5305\u62ec\u7406\u89e3\u7b97\u7406\u4ee5\u53ca\u5408\u7406\u8fd0\u7528\u8fd0\u7b97\u65b9\u6cd5\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\u3002\u6b64\u5916\uff0c\u8be5\u6807\u51c6\u53cd\u6620\u4e86\u4e2d\u56fd\u4eba\u4f20\u7edf\u7684\u601d\u7ef4\u6a21\u5f0f\uff0c\u4f8b\u5982\u901a\u8fc7\u5206\u7c7b\u8ba8\u8bba\u95ee\u9898\u6765\u63d0\u5347\u903b\u8f91\u601d\u7ef4\u80fd\u529b\u3002\n\n\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e0d\u4ec5\u662f\u4e00\u4e2a\u6559\u80b2\u6846\u67b6\uff0c\u8fd8\u660e\u786e\u4e86\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u8bfe\u7a0b\u7684\u76ee\u6807\u548c\u5185\u5bb9\uff0c\u5f3a\u8c03\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u8054\u7cfb\u3002\u4e3a\u4e86\u5e2e\u52a9\u5b66\u751f\u66f4\u597d\u5730\u7406\u89e3\u6570\u5b66\u6982\u5ff5\uff0c\u6807\u51c6\u4e2d\u5305\u542b\u4e86\u8bf8\u5982\u201c\u6905\u5b50-\u51f3\u5b50\u95ee\u9898\u201d\u7b49\u5177\u4f53\u5b9e\u4f8b\u3002\u6b64\u5916\uff0c\u5728\u4fee\u8ba2\u8fc7\u7a0b\u4e2d\uff0c\u6807\u51c6\u91cd\u65b0\u5f15\u5165\u4e86\u5bf9\u7b97\u76d8\u7684\u8ba4\u8bc6\uff0c\u5e76\u5f3a\u8c03\u5176\u5728\u5efa\u7acb\u6570\u4f4d\u6982\u5ff5\u4e2d\u7684\u91cd\u8981\u4f5c\u7528\uff0c\u4f53\u73b0\u4e86\u5bf9\u4e2d\u56fd\u4f20\u7edf\u6570\u5b66\u5de5\u5177\u7684\u91cd\u89c6\u3002\n\n\u7efc\u4e0a\u6240\u8ff0\uff0c\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u662f\u4e00\u4efd\u7cfb\u7edf\u6307\u5bfc\u4e2d\u56fd\u6570\u5b66\u6559\u80b2\u7684\u7eb2\u9886\u6027\u6587\u4ef6\uff0c\u6db5\u76d6\u4e86\u6559\u5b66\u7684\u6838\u5fc3\u7406\u5ff5\u3001\u5185\u5bb9\u8bbe\u7f6e\u4ee5\u53ca\u601d\u7ef4\u65b9\u6cd5\u7684\u57f9\u517b\uff0c\u540c\u65f6\u6ce8\u91cd\u4f20\u7edf\u6587\u5316\u4e0e\u73b0\u4ee3\u6559\u80b2\u7684\u7ed3\u5408\u3002", "entity_id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "entity_type": "organization", "file_path": "unknown_source", "id": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "label": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u662f\u7531\u4e2d\u56fd\u6559\u80b2\u90e8\u5236\u5b9a\u7684\u4e00\u4efd\u6559\u80b2\u6587\u4ef6\uff0c\u65e8\u5728\u6307\u5bfc\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u5185\u5bb9\u4e0e\u76ee\u6807\u3002\u9881\u5e03\u4e8e2011\u5e74\uff0c\u8be5\u6807\u51c6\u5f3a\u8c03\u4e86\u6570\u5b66\u6559\u80b2\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u5982\u6570\u611f\u3001\u6a21\u578b\u601d\u7ef4\u548c\u8fd0\u7b97\u80fd\u529b\u7684\u57f9\u517b\u3002\u5176\u4e2d\uff0c\u8fd0\u7b97\u80fd\u529b\u7684\u57f9\u517b\u5305\u62ec\u7406\u89e3\u7b97\u7406\u4ee5\u53ca\u5408\u7406\u8fd0\u7528\u8fd0\u7b97\u65b9\u6cd5\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\u3002\u6b64\u5916\uff0c\u8be5\u6807\u51c6\u53cd\u6620\u4e86\u4e2d\u56fd\u4eba\u4f20\u7edf\u7684\u601d\u7ef4\u6a21\u5f0f\uff0c\u4f8b\u5982\u901a\u8fc7\u5206\u7c7b\u8ba8\u8bba\u95ee\u9898\u6765\u63d0\u5347\u903b\u8f91\u601d\u7ef4\u80fd\u529b\u3002\n\n\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e0d\u4ec5\u662f\u4e00\u4e2a\u6559\u80b2\u6846\u67b6\uff0c\u8fd8\u660e\u786e\u4e86\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u8bfe\u7a0b\u7684\u76ee\u6807\u548c\u5185\u5bb9\uff0c\u5f3a\u8c03\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u8054\u7cfb\u3002\u4e3a\u4e86\u5e2e\u52a9\u5b66\u751f\u66f4\u597d\u5730\u7406\u89e3\u6570\u5b66\u6982\u5ff5\uff0c\u6807\u51c6\u4e2d\u5305\u542b\u4e86\u8bf8\u5982\u201c\u6905\u5b50-\u51f3\u5b50\u95ee\u9898\u201d\u7b49\u5177\u4f53\u5b9e\u4f8b\u3002\u6b64\u5916\uff0c\u5728\u4fee\u8ba2\u8fc7\u7a0b\u4e2d\uff0c\u6807\u51c6\u91cd\u65b0\u5f15\u5165\u4e86\u5bf9\u7b97\u76d8\u7684\u8ba4\u8bc6\uff0c\u5e76\u5f3a\u8c03\u5176\u5728\u5efa\u7acb\u6570\u4f4d\u6982\u5ff5\u4e2d\u7684\u91cd\u8981\u4f5c\u7528\uff0c\u4f53\u73b0\u4e86\u5bf9\u4e2d\u56fd\u4f20\u7edf\u6570\u5b66\u5de5\u5177\u7684\u91cd\u89c6\u3002\n\n\u7efc\u4e0a\u6240\u8ff0\uff0c\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u662f\u4e00\u4efd\u7cfb\u7edf\u6307\u5bfc\u4e2d\u56fd\u6570\u5b66\u6559\u80b2\u7684\u7eb2\u9886\u6027\u6587\u4ef6\uff0c\u6db5\u76d6\u4e86\u6559\u5b66\u7684\u6838\u5fc3\u7406\u5ff5\u3001\u5185\u5bb9\u8bbe\u7f6e\u4ee5\u53ca\u601d\u7ef4\u65b9\u6cd5\u7684\u57f9\u517b\uff0c\u540c\u65f6\u6ce8\u91cd\u4f20\u7edf\u6587\u5316\u4e0e\u73b0\u4ee3\u6559\u80b2\u7684\u7ed3\u5408\u3002"}, {"color": "#5a5c0e", "created_at": 1752674387, "description": "Mathematical estimation techniques developing intuitive understanding alongside exact calculations.\u003cSEP\u003e\u4f30\u7b97refers to estimation in mathematics, highlighting its educational value in developing intuitive abilities and number sense.\u003cSEP\u003e\u4f30\u7b97refers to the mathematical practice of making approximate calculations, often used in real-world problem-solving to simplify or quickly assess numerical situations.\u003cSEP\u003e\u4f30\u7b97\u662f\u4e00\u79cd\u6570\u5b66\u6280\u80fd\uff0c\u7528\u4e8e\u5728\u89e3\u51b3\u95ee\u9898\u7684\u8fc7\u7a0b\u4e2d\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u6216\u5355\u4f4d\u8fdb\u884c\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u5f3a\u8c03\u5b9e\u9645\u80cc\u666f\u548c\u601d\u7ef4\u65b9\u6cd5\u7684\u57f9\u517b\u3002\u003cSEP\u003e\u4f30\u7b97\u662f\u5bf9\u6570\u91cf\u7684\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\u548c\u751f\u4ea7\u5b9e\u8df5\u4e2d\uff0c\u4e0e\u7cbe\u7b97\u4e0d\u540c\uff0c\u5b83\u66f4\u5173\u6ce8\u73b0\u5b9e\u80cc\u666f\u3002", "entity_id": "\u4f30\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f30\u7b97", "label": "\u4f30\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Mathematical estimation techniques developing intuitive understanding alongside exact calculations.\u003cSEP\u003e\u4f30\u7b97refers to estimation in mathematics, highlighting its educational value in developing intuitive abilities and number sense.\u003cSEP\u003e\u4f30\u7b97refers to the mathematical practice of making approximate calculations, often used in real-world problem-solving to simplify or quickly assess numerical situations.\u003cSEP\u003e\u4f30\u7b97\u662f\u4e00\u79cd\u6570\u5b66\u6280\u80fd\uff0c\u7528\u4e8e\u5728\u89e3\u51b3\u95ee\u9898\u7684\u8fc7\u7a0b\u4e2d\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u6216\u5355\u4f4d\u8fdb\u884c\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u5f3a\u8c03\u5b9e\u9645\u80cc\u666f\u548c\u601d\u7ef4\u65b9\u6cd5\u7684\u57f9\u517b\u3002\u003cSEP\u003e\u4f30\u7b97\u662f\u5bf9\u6570\u91cf\u7684\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\u548c\u751f\u4ea7\u5b9e\u8df5\u4e2d\uff0c\u4e0e\u7cbe\u7b97\u4e0d\u540c\uff0c\u5b83\u66f4\u5173\u6ce8\u73b0\u5b9e\u80cc\u666f\u3002"}, {"color": "#583df5", "created_at": 1752674566, "description": "1000 is used as a key number in the\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeto help students build\u6570\u611fby exploring quantity in different contexts (\u5c11\u3001\u4e2d\u3001\u591a) and transitioning from concrete to abstract understanding.\u003cSEP\u003eThe number 1000 is used as a case study to help students understand large numbers and develop number sense through real-world investigations.", "entity_id": "1000", "entity_type": "category", "file_path": "unknown_source", "id": "1000", "label": "1000", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048", "title": "1000 is used as a key number in the\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeto help students build\u6570\u611fby exploring quantity in different contexts (\u5c11\u3001\u4e2d\u3001\u591a) and transitioning from concrete to abstract understanding.\u003cSEP\u003eThe number 1000 is used as a case study to help students understand large numbers and develop number sense through real-world investigations."}, {"color": "#27b088", "created_at": 1752674560, "description": "Teaching design analysis refers to the structured approach of planning lessons to help students grasp abstract mathematical concepts like decimals through real-world applications.\u003cSEP\u003e\u6559\u5b66\u8bbe\u8ba1\u5206\u6790refers to the analytical part of the lesson plan that explains how activities like paper folding help students grasp the abstract concept of fractions through concrete experiences.\u003cSEP\u003e\u6559\u5b66\u8bbe\u8ba1\u5206\u6790refers to the process of evaluating and reflecting on the effectiveness of instructional methods and activities used in teaching measurement concepts like length, area, and volume.\u003cSEP\u003e\u6559\u5b66\u8bbe\u8ba1\u5206\u6790refers to the reflective component of the lesson plan where the effectiveness of the teaching methods and student engagement with decimal concepts are evaluated.", "entity_id": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "label": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "Teaching design analysis refers to the structured approach of planning lessons to help students grasp abstract mathematical concepts like decimals through real-world applications.\u003cSEP\u003e\u6559\u5b66\u8bbe\u8ba1\u5206\u6790refers to the analytical part of the lesson plan that explains how activities like paper folding help students grasp the abstract concept of fractions through concrete experiences.\u003cSEP\u003e\u6559\u5b66\u8bbe\u8ba1\u5206\u6790refers to the process of evaluating and reflecting on the effectiveness of instructional methods and activities used in teaching measurement concepts like length, area, and volume.\u003cSEP\u003e\u6559\u5b66\u8bbe\u8ba1\u5206\u6790refers to the reflective component of the lesson plan where the effectiveness of the teaching methods and student engagement with decimal concepts are evaluated."}, {"color": "#0b0902", "created_at": 1752674566, "description": "Mathematical thinking refers to the cognitive development goals outlined in curriculum standards, particularly the ability to estimate and contextualize numbers.", "entity_id": "\u6570\u5b66\u601d\u8003", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u601d\u8003", "label": "\u6570\u5b66\u601d\u8003", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Mathematical thinking refers to the cognitive development goals outlined in curriculum standards, particularly the ability to estimate and contextualize numbers."}, {"color": "#0cea8f", "created_at": 1752674566, "description": "Integrated and practical math lessons are designed to engage students in real-world investigations to enhance number sense and mathematical understanding.\u003cSEP\u003e\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bferefers to an integrated and practical lesson format in the mathematics curriculum that combines theoretical understanding with real-world application, aimed at enhancing students\u0027 number sense.\u003cSEP\u003e\u8fd9\u662f\u4e00\u5802\u5f3a\u8c03\u901a\u8fc7\u56fe\u5f62\u8fd0\u52a8\u4e0e\u8bb0\u5f55\u6765\u57f9\u517b\u6570\u5b66\u601d\u7ef4\u548c\u5b9e\u8df5\u80fd\u529b\u7684\u6559\u5b66\u8bfe\u7a0b\uff0c\u4e3b\u8981\u56f4\u7ed5\u5e73\u79fb\u548c\u65cb\u8f6c\u5c55\u5f00\u3002", "entity_id": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "entity_type": "event", "file_path": "unknown_source", "id": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "label": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "Integrated and practical math lessons are designed to engage students in real-world investigations to enhance number sense and mathematical understanding.\u003cSEP\u003e\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bferefers to an integrated and practical lesson format in the mathematics curriculum that combines theoretical understanding with real-world application, aimed at enhancing students\u0027 number sense.\u003cSEP\u003e\u8fd9\u662f\u4e00\u5802\u5f3a\u8c03\u901a\u8fc7\u56fe\u5f62\u8fd0\u52a8\u4e0e\u8bb0\u5f55\u6765\u57f9\u517b\u6570\u5b66\u601d\u7ef4\u548c\u5b9e\u8df5\u80fd\u529b\u7684\u6559\u5b66\u8bfe\u7a0b\uff0c\u4e3b\u8981\u56f4\u7ed5\u5e73\u79fb\u548c\u65cb\u8f6c\u5c55\u5f00\u3002"}, {"color": "#301c64", "created_at": 1752674566, "description": "\u5c11refers to a small quantity in the context of building\u6570\u611f, used to help students understand the relative size of the number 1000 through comparison.", "entity_id": "\u5c11", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c11", "label": "\u5c11", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u5c11refers to a small quantity in the context of building\u6570\u611f, used to help students understand the relative size of the number 1000 through comparison."}, {"color": "#d5c9df", "created_at": 1752674566, "description": "\u4e2drepresents a medium quantity in the\u6570\u611f-building exercise, providing students with a contextual understanding of how 1000 relates to real-life quantities.", "entity_id": "\u4e2d", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e2d", "label": "\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u4e2drepresents a medium quantity in the\u6570\u611f-building exercise, providing students with a contextual understanding of how 1000 relates to real-life quantities."}, {"color": "#91f03d", "created_at": 1752674566, "description": "\u591arefers to a large quantity used in the\u6570\u611fdevelopment activity, helping students grasp the magnitude of the number 1000 in different contexts.", "entity_id": "\u591a", "entity_type": "category", "file_path": "unknown_source", "id": "\u591a", "label": "\u591a", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u591arefers to a large quantity used in the\u6570\u611fdevelopment activity, helping students grasp the magnitude of the number 1000 in different contexts."}, {"color": "#f61110", "created_at": 1752674566, "description": "Liu Yanping is the educator from Northeast Normal University Affiliated Primary School who designed the teaching material about averages.\u003cSEP\u003e\u5218\u8273\u5e73is a teacher from Northeast Normal University Affiliated Elementary School who designed a lesson on understanding the meaning of averages.\u003cSEP\u003e\u5218\u8273\u5e73is an educator from Northeast Normal University Affiliated Elementary School, involved in designing a mathematics lesson focused on number sense and addition.", "entity_id": "\u5218\u8273\u5e73", "entity_type": "person", "file_path": "unknown_source", "id": "\u5218\u8273\u5e73", "label": "\u5218\u8273\u5e73", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Liu Yanping is the educator from Northeast Normal University Affiliated Primary School who designed the teaching material about averages.\u003cSEP\u003e\u5218\u8273\u5e73is a teacher from Northeast Normal University Affiliated Elementary School who designed a lesson on understanding the meaning of averages.\u003cSEP\u003e\u5218\u8273\u5e73is an educator from Northeast Normal University Affiliated Elementary School, involved in designing a mathematics lesson focused on number sense and addition."}, {"color": "#4a28aa", "created_at": 1752674566, "description": "**Northeast Normal University Affiliated Elementary School (\u4e1c\u5317\u5e08\u5927\u9644\u5c0f)** is an elementary school affiliated with Northeast Normal University in China. It serves as an educational institution where innovative teaching methods are developed and implemented by teachers such as **Liu Yanping**, **\u9ad8\u4fca\u751f (Gao Junsheng)**, **\u6731\u9896 (Zhu Ying)**, and **\u8d75\u8273\u8f89 (Zhao Yanhui)**. The school is known for its involvement in educational content design, including topics such as statistical graphs and measurement concepts (e.g., length, area, and volume). Additionally, it is the institution where the discussed math lesson and teaching designs were created and implemented, with some of these designs being authored by its faculty. Overall, Northeast Normal University Affiliated Elementary School is a hub for pedagogical innovation and serves as the professional base for its accomplished teaching staff.", "entity_id": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "label": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048\u003cSEP\u003echunk-76d274903e04367b66aca88ea0b789b4\u003cSEP\u003echunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f\u003cSEP\u003echunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-a5fa437b38c82cb10c1cbb6ae90f2d6c\u003cSEP\u003echunk-1ad150a353733dc35455650b97cce260\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "**Northeast Normal University Affiliated Elementary School (\u4e1c\u5317\u5e08\u5927\u9644\u5c0f)** is an elementary school affiliated with Northeast Normal University in China. It serves as an educational institution where innovative teaching methods are developed and implemented by teachers such as **Liu Yanping**, **\u9ad8\u4fca\u751f (Gao Junsheng)**, **\u6731\u9896 (Zhu Ying)**, and **\u8d75\u8273\u8f89 (Zhao Yanhui)**. The school is known for its involvement in educational content design, including topics such as statistical graphs and measurement concepts (e.g., length, area, and volume). Additionally, it is the institution where the discussed math lesson and teaching designs were created and implemented, with some of these designs being authored by its faculty. Overall, Northeast Normal University Affiliated Elementary School is a hub for pedagogical innovation and serves as the professional base for its accomplished teaching staff."}, {"color": "#5a8bb4", "created_at": 1752674536, "description": "The **\u6559\u5b66\u8bbe\u8ba1 (Instructional Design)** refers to the systematic planning and structuring of educational activities and lessons aimed at achieving specific learning objectives in mathematics. It encompasses a variety of conceptual and practical approaches tailored to different topics, including measurement, geometric transformations, decimals, statistical concepts, and mathematical operations like addition. \n\nThe design integrates both theoretical and hands-on learning to cultivate students\u0027 **\u6570\u611f (number sense)** and **\u7b26\u53f7\u610f\u8bc6 (symbolic awareness)**, ensuring a deeper comprehension of mathematical principles. It includes detailed lesson plans with activities, examples, and contextual scenarios to enhance student understanding. Additionally, the instructional strategies outlined in the design are applicable across primary and secondary education, providing structured guidance for teachers to facilitate effective learning. \n\nKey focuses of the **\u6559\u5b66\u8bbe\u8ba1** include: \n- Developing foundational skills in measurement and geometric transformations. \n- Strengthening conceptual and procedural knowledge of decimals and addition. \n- Fostering statistical literacy through structured activities and real-world applications. \n- Implementing teaching strategies that align with curriculum goals for\u4e2d\u5c0f\u5b66 (primary and secondary) education. \n\nThis comprehensive approach ensures that lessons are engaging, methodical, and tailored to students\u0027 cognitive development in mathematics.", "entity_id": "\u6559\u5b66\u8bbe\u8ba1", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u8bbe\u8ba1", "label": "\u6559\u5b66\u8bbe\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-15a3035e48a3f9ba98ec01cb3ed42052\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "The **\u6559\u5b66\u8bbe\u8ba1 (Instructional Design)** refers to the systematic planning and structuring of educational activities and lessons aimed at achieving specific learning objectives in mathematics. It encompasses a variety of conceptual and practical approaches tailored to different topics, including measurement, geometric transformations, decimals, statistical concepts, and mathematical operations like addition. \n\nThe design integrates both theoretical and hands-on learning to cultivate students\u0027 **\u6570\u611f (number sense)** and **\u7b26\u53f7\u610f\u8bc6 (symbolic awareness)**, ensuring a deeper comprehension of mathematical principles. It includes detailed lesson plans with activities, examples, and contextual scenarios to enhance student understanding. Additionally, the instructional strategies outlined in the design are applicable across primary and secondary education, providing structured guidance for teachers to facilitate effective learning. \n\nKey focuses of the **\u6559\u5b66\u8bbe\u8ba1** include: \n- Developing foundational skills in measurement and geometric transformations. \n- Strengthening conceptual and procedural knowledge of decimals and addition. \n- Fostering statistical literacy through structured activities and real-world applications. \n- Implementing teaching strategies that align with curriculum goals for\u4e2d\u5c0f\u5b66 (primary and secondary) education. \n\nThis comprehensive approach ensures that lessons are engaging, methodical, and tailored to students\u0027 cognitive development in mathematics."}, {"color": "#bb3000", "created_at": 1752674378, "description": "**\u52a0\u6cd5 (Addition)** is a fundamental arithmetic operation widely used in mathematics and early education. It involves combining two or more quantities to produce a sum, forming the basis for calculating averages, among other applications. Addition is rigorously defined using mathematical axioms and serves as the foundation for more complex operations, such as multiplication, while its inverse operation is subtraction. The operation has multiple interpretation methods in mathematics, reflecting its versatility and importance. Introduced early in math education, addition is a core concept that underpins many other mathematical principles and calculations. \n\n*(Note: The original descriptions included a mix of English and Chinese, but the summary has been consolidated into a coherent English overview while preserving all key details.)*", "entity_id": "\u52a0\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5", "label": "\u52a0\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "**\u52a0\u6cd5 (Addition)** is a fundamental arithmetic operation widely used in mathematics and early education. It involves combining two or more quantities to produce a sum, forming the basis for calculating averages, among other applications. Addition is rigorously defined using mathematical axioms and serves as the foundation for more complex operations, such as multiplication, while its inverse operation is subtraction. The operation has multiple interpretation methods in mathematics, reflecting its versatility and importance. Introduced early in math education, addition is a core concept that underpins many other mathematical principles and calculations. \n\n*(Note: The original descriptions included a mix of English and Chinese, but the summary has been consolidated into a coherent English overview while preserving all key details.)*"}, {"color": "#a7373c", "created_at": 1752674378, "description": "Arithmetic operation understood as the inverse of addition in number systems.\u003cSEP\u003eSubtraction is an arithmetic operation, but in the context of equation solving, it is contrasted with systematic methods like transposition.\u003cSEP\u003eSubtraction is the inverse operation of addition, representing the removal of one quantity from another.\u003cSEP\u003e\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u52a0\u6cd5\u5b9a\u4e49\uff0c\u7528\u4e8e\u89e3\u51b3\u6570\u7684\u5dee\u503c\u95ee\u9898\u3002", "entity_id": "\u51cf\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u51cf\u6cd5", "label": "\u51cf\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "Arithmetic operation understood as the inverse of addition in number systems.\u003cSEP\u003eSubtraction is an arithmetic operation, but in the context of equation solving, it is contrasted with systematic methods like transposition.\u003cSEP\u003eSubtraction is the inverse operation of addition, representing the removal of one quantity from another.\u003cSEP\u003e\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u52a0\u6cd5\u5b9a\u4e49\uff0c\u7528\u4e8e\u89e3\u51b3\u6570\u7684\u5dee\u503c\u95ee\u9898\u3002"}, {"color": "#ea2607", "created_at": 1752674387, "description": "Multiplication (\u4e58\u6cd5) is a fundamental arithmetic operation initially defined on natural numbers as a simplified form of repeated addition. It preserves key properties such as commutativity and distributivity, which remain consistent when the operation is extended to integers and other mathematical domains. While multiplication in natural numbers can be intuitively understood as repeated addition, its definition becomes more complex in the context of integers, where it incorporates broader rules to maintain these properties. Additionally, multiplication can be transformed into division in certain problem-solving contexts, demonstrating its versatility in mathematical operations. Overall, multiplication serves as a foundational concept in arithmetic, with applications extending beyond natural numbers and integers into more advanced mathematical fields. \n\n(Note: Contradictions were resolved by acknowledging the dual perspectives\u2014multiplication as repeated addition in natural numbers versus its generalized definition in integers\u2014while emphasizing its consistent properties across domains.)", "entity_id": "\u4e58\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e58\u6cd5", "label": "\u4e58\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-a5fa437b38c82cb10c1cbb6ae90f2d6c\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Multiplication (\u4e58\u6cd5) is a fundamental arithmetic operation initially defined on natural numbers as a simplified form of repeated addition. It preserves key properties such as commutativity and distributivity, which remain consistent when the operation is extended to integers and other mathematical domains. While multiplication in natural numbers can be intuitively understood as repeated addition, its definition becomes more complex in the context of integers, where it incorporates broader rules to maintain these properties. Additionally, multiplication can be transformed into division in certain problem-solving contexts, demonstrating its versatility in mathematical operations. Overall, multiplication serves as a foundational concept in arithmetic, with applications extending beyond natural numbers and integers into more advanced mathematical fields. \n\n(Note: Contradictions were resolved by acknowledging the dual perspectives\u2014multiplication as repeated addition in natural numbers versus its generalized definition in integers\u2014while emphasizing its consistent properties across domains.)"}, {"color": "#54cae5", "created_at": 1752674438, "description": "0\u662f\u52a0\u6cd5\u8fd0\u7b97\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a + 0 = a\uff0c\u5728\u4e58\u6cd5\u4e2d0\u4e58\u4ee5\u4efb\u4f55\u6570\u5747\u4e3a0\u3002\u003cSEP\u003eZero is the additive identity element crucial for defining negative numbers and integer operations.", "entity_id": "0", "entity_type": "category", "file_path": "unknown_source", "id": "0", "label": "0", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "0\u662f\u52a0\u6cd5\u8fd0\u7b97\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a + 0 = a\uff0c\u5728\u4e58\u6cd5\u4e2d0\u4e58\u4ee5\u4efb\u4f55\u6570\u5747\u4e3a0\u3002\u003cSEP\u003eZero is the additive identity element crucial for defining negative numbers and integer operations."}, {"color": "#961047", "created_at": 1752674438, "description": "The total quantity model describes the relationship between a total quantity and its parts, using addition to represent the sum of parts. It is also referred to as the addition model.\u003cSEP\u003eThe total quantity model is a mathematical model that abstracts scenarios involving total quantities and their distributions, often combined with other models like the distance model.", "entity_id": "\u603b\u91cf\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u603b\u91cf\u6a21\u578b", "label": "\u603b\u91cf\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d", "title": "The total quantity model describes the relationship between a total quantity and its parts, using addition to represent the sum of parts. It is also referred to as the addition model.\u003cSEP\u003eThe total quantity model is a mathematical model that abstracts scenarios involving total quantities and their distributions, often combined with other models like the distance model."}, {"color": "#684036", "created_at": 1752674485, "description": "\u516c\u74069 is the mathematical induction axiom that ensures the validity of recursive definitions and proofs for all natural numbers.", "entity_id": "\u516c\u74069", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u74069", "label": "\u516c\u74069", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u516c\u74069 is the mathematical induction axiom that ensures the validity of recursive definitions and proofs for all natural numbers."}, {"color": "#2f23b9", "created_at": 1752674485, "description": "\u5927\u5c0f\u5173\u7cfbrefers to the formal definition of greater than or less than relations on natural numbers using addition.", "entity_id": "\u5927\u5c0f\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5927\u5c0f\u5173\u7cfb", "label": "\u5927\u5c0f\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u5927\u5c0f\u5173\u7cfbrefers to the formal definition of greater than or less than relations on natural numbers using addition."}, {"color": "#197930", "created_at": 1752674387, "description": "A mathematical operation used in computing the average by dividing the sum of values by the number of observations.\u003cSEP\u003eArithmetic operation understood as the inverse of multiplication.\u003cSEP\u003e\u9664\u6cd5(division) is a mathematical operation used in reformulating speed-distance-time problems.\u003cSEP\u003e\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u4e58\u6cd5\u5b9a\u4e49\uff0c\u7528\u4e8e\u89e3\u51b3\u6570\u7684\u5206\u914d\u95ee\u9898\uff0c\u5e76\u53ef\u5c06\u6574\u6570\u96c6\u5408\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\u3002\u003cSEP\u003e\u9664\u6cd5\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u57fa\u672c\u5f62\u5f0f\u4e4b\u4e00\uff0c\u5728\u6559\u5b66\u4e2d\u5f3a\u8c03\u5176\u4e0e\u4e58\u6cd5\u7684\u9006\u5173\u7cfb\uff0c\u7279\u522b\u662f\u5728\u5206\u6570\u9664\u6cd5\u4e2d\u7684\u5e94\u7528\u3002", "entity_id": "\u9664\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u9664\u6cd5", "label": "\u9664\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "A mathematical operation used in computing the average by dividing the sum of values by the number of observations.\u003cSEP\u003eArithmetic operation understood as the inverse of multiplication.\u003cSEP\u003e\u9664\u6cd5(division) is a mathematical operation used in reformulating speed-distance-time problems.\u003cSEP\u003e\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u4e58\u6cd5\u5b9a\u4e49\uff0c\u7528\u4e8e\u89e3\u51b3\u6570\u7684\u5206\u914d\u95ee\u9898\uff0c\u5e76\u53ef\u5c06\u6574\u6570\u96c6\u5408\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\u3002\u003cSEP\u003e\u9664\u6cd5\u662f\u6570\u5b66\u8fd0\u7b97\u7684\u57fa\u672c\u5f62\u5f0f\u4e4b\u4e00\uff0c\u5728\u6559\u5b66\u4e2d\u5f3a\u8c03\u5176\u4e0e\u4e58\u6cd5\u7684\u9006\u5173\u7cfb\uff0c\u7279\u522b\u662f\u5728\u5206\u6570\u9664\u6cd5\u4e2d\u7684\u5e94\u7528\u3002"}, {"color": "#335223", "created_at": 1752674438, "description": "A fundamental property of multiplication stating that the order of operands does not affect the result.\u003cSEP\u003eCommutative property (a\u00d7b=b\u00d7a) is essential for extending multiplication to integers.\u003cSEP\u003e\u4ea4\u6362\u5f8b\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u57fa\u672c\u6027\u8d28\u4e4b\u4e00\uff0c\u8868\u793aa \u00d7 b = b \u00d7 a\uff0c\u662f\u4e58\u6cd5\u63a8\u5e7f\u5230\u6574\u6570\u96c6\u5408\u7684\u5173\u952e\u5de5\u5177\u3002\u003cSEP\u003e\u4ea4\u6362\u5f8b\u662f\u56db\u5219\u8fd0\u7b97\u7684\u57fa\u672c\u6cd5\u5219\u4e4b\u4e00\uff0c\u89c4\u5b9aa + b = b + a\u548ca \u00d7 b = b \u00d7 a\uff0c\u4f46\u5728\u51cf\u6cd5\u548c\u9664\u6cd5\u4e2d\u4e0d\u6210\u7acb\u3002", "entity_id": "\u4ea4\u6362\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ea4\u6362\u5f8b", "label": "\u4ea4\u6362\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "A fundamental property of multiplication stating that the order of operands does not affect the result.\u003cSEP\u003eCommutative property (a\u00d7b=b\u00d7a) is essential for extending multiplication to integers.\u003cSEP\u003e\u4ea4\u6362\u5f8b\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u57fa\u672c\u6027\u8d28\u4e4b\u4e00\uff0c\u8868\u793aa \u00d7 b = b \u00d7 a\uff0c\u662f\u4e58\u6cd5\u63a8\u5e7f\u5230\u6574\u6570\u96c6\u5408\u7684\u5173\u952e\u5de5\u5177\u3002\u003cSEP\u003e\u4ea4\u6362\u5f8b\u662f\u56db\u5219\u8fd0\u7b97\u7684\u57fa\u672c\u6cd5\u5219\u4e4b\u4e00\uff0c\u89c4\u5b9aa + b = b + a\u548ca \u00d7 b = b \u00d7 a\uff0c\u4f46\u5728\u51cf\u6cd5\u548c\u9664\u6cd5\u4e2d\u4e0d\u6210\u7acb\u3002"}, {"color": "#eece2f", "created_at": 1752674438, "description": "Distributive property links addition and multiplication during integer operations extension.\u003cSEP\u003e\u5206\u914d\u7387\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u53e6\u4e00\u57fa\u672c\u6027\u8d28\uff0c\u8868\u793a(a + b) \u00d7 c = (a \u00d7 c) + (b \u00d7 c)\uff0c\u4e0e\u4ea4\u6362\u5f8b\u5171\u540c\u6784\u6210\u4e58\u6cd5\u7684\u7b97\u7406\u6838\u5fc3\u3002", "entity_id": "\u5206\u914d\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u914d\u7387", "label": "\u5206\u914d\u7387", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "Distributive property links addition and multiplication during integer operations extension.\u003cSEP\u003e\u5206\u914d\u7387\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u53e6\u4e00\u57fa\u672c\u6027\u8d28\uff0c\u8868\u793a(a + b) \u00d7 c = (a \u00d7 c) + (b \u00d7 c)\uff0c\u4e0e\u4ea4\u6362\u5f8b\u5171\u540c\u6784\u6210\u4e58\u6cd5\u7684\u7b97\u7406\u6838\u5fc3\u3002"}, {"color": "#f6b53f", "created_at": 1752674438, "description": "1\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a \u00d7 1 = a\uff0c\u662f\u4e58\u6cd5\u9006\u8fd0\u7b97(\u9664\u6cd5)\u7684\u57fa\u7840\u3002", "entity_id": "1", "entity_type": "category", "file_path": "unknown_source", "id": "1", "label": "1", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "1\u662f\u4e58\u6cd5\u8fd0\u7b97\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a \u00d7 1 = a\uff0c\u662f\u4e58\u6cd5\u9006\u8fd0\u7b97(\u9664\u6cd5)\u7684\u57fa\u7840\u3002"}, {"color": "#48f6cc", "created_at": 1752674438, "description": "The distance model describes the relationship between distance, speed, and time, using multiplication. It can also be applied to other real-world problems like pricing or array counting.\u003cSEP\u003eThe distance model is a mathematical model that abstracts real-world scenarios involving speed, distance, and time, often used in primary education.\u003cSEP\u003e\u8def\u7a0b\u6a21\u578brefers to the mathematical model of distance = speed \u00d7 time being taught to students.\u003cSEP\u003e\u8def\u7a0b\u6a21\u578b\u662f\u63cf\u8ff0\u7269\u4f53\u8fd0\u52a8\u8def\u5f84\u7684\u6570\u5b66\u6a21\u578b\uff0c\u901a\u5e38\u4e0d\u8003\u8651\u89c2\u5bdf\u8005\u7684\u4f4d\u7f6e\u548c\u8fd0\u52a8\u72b6\u6001\u3002\u003cSEP\u003e\u8def\u7a0b\u6a21\u578b\u662f\u63cf\u8ff0\u8ddd\u79bb\u3001\u901f\u5ea6\u548c\u65f6\u95f4\u4e09\u8005\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u901a\u5e38\u8868\u793a\u4e3ax = vt\uff0c\u7528\u4e8e\u89e3\u91ca\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u8fd0\u52a8\u73b0\u8c61\u3002", "entity_id": "\u8def\u7a0b\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u8def\u7a0b\u6a21\u578b", "label": "\u8def\u7a0b\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "The distance model describes the relationship between distance, speed, and time, using multiplication. It can also be applied to other real-world problems like pricing or array counting.\u003cSEP\u003eThe distance model is a mathematical model that abstracts real-world scenarios involving speed, distance, and time, often used in primary education.\u003cSEP\u003e\u8def\u7a0b\u6a21\u578brefers to the mathematical model of distance = speed \u00d7 time being taught to students.\u003cSEP\u003e\u8def\u7a0b\u6a21\u578b\u662f\u63cf\u8ff0\u7269\u4f53\u8fd0\u52a8\u8def\u5f84\u7684\u6570\u5b66\u6a21\u578b\uff0c\u901a\u5e38\u4e0d\u8003\u8651\u89c2\u5bdf\u8005\u7684\u4f4d\u7f6e\u548c\u8fd0\u52a8\u72b6\u6001\u3002\u003cSEP\u003e\u8def\u7a0b\u6a21\u578b\u662f\u63cf\u8ff0\u8ddd\u79bb\u3001\u901f\u5ea6\u548c\u65f6\u95f4\u4e09\u8005\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u901a\u5e38\u8868\u793a\u4e3ax = vt\uff0c\u7528\u4e8e\u89e3\u91ca\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u8fd0\u52a8\u73b0\u8c61\u3002"}, {"color": "#a858a8", "created_at": 1752674526, "description": "The set of positive integers used as the foundational domain for defining arithmetic operations like multiplication.", "entity_id": "\u81ea\u7136\u6570\u96c6\u5408N", "entity_type": "category", "file_path": "unknown_source", "id": "\u81ea\u7136\u6570\u96c6\u5408N", "label": "\u81ea\u7136\u6570\u96c6\u5408N", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The set of positive integers used as the foundational domain for defining arithmetic operations like multiplication."}, {"color": "#5ead0b", "created_at": 1752674526, "description": "The extended set of numbers including positive, negative, and zero, to which multiplication is expanded from natural numbers.", "entity_id": "\u6574\u6570\u96c6\u5408Z", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u6570\u96c6\u5408Z", "label": "\u6574\u6570\u96c6\u5408Z", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The extended set of numbers including positive, negative, and zero, to which multiplication is expanded from natural numbers."}, {"color": "#ac4dca", "created_at": 1752674438, "description": "A fundamental property relating multiplication and addition, stating that multiplication distributes over addition.\u003cSEP\u003e\u5206\u914d\u5f8b\u662f\u56db\u5219\u8fd0\u7b97\u7684\u57fa\u672c\u6cd5\u5219\u4e4b\u4e00\uff0c\u89c4\u5b9aa \u00d7 (b + c) = a \u00d7 b + a \u00d7 c\uff0c\u5728\u6709\u7406\u6570\u96c6\u5408\u4e2d\u6210\u7acb\u3002", "entity_id": "\u5206\u914d\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u914d\u5f8b", "label": "\u5206\u914d\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "A fundamental property relating multiplication and addition, stating that multiplication distributes over addition.\u003cSEP\u003e\u5206\u914d\u5f8b\u662f\u56db\u5219\u8fd0\u7b97\u7684\u57fa\u672c\u6cd5\u5219\u4e4b\u4e00\uff0c\u89c4\u5b9aa \u00d7 (b + c) = a \u00d7 b + a \u00d7 c\uff0c\u5728\u6709\u7406\u6570\u96c6\u5408\u4e2d\u6210\u7acb\u3002"}, {"color": "#9f98b1", "created_at": 1752674526, "description": "A mathematical process such as addition or multiplication that combines numbers according to defined rules.", "entity_id": "\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u8fd0\u7b97", "label": "\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "A mathematical process such as addition or multiplication that combines numbers according to defined rules."}, {"color": "#4b6486", "created_at": 1752674566, "description": "A choir group used as an example to demonstrate multiplication through organized rows and columns.", "entity_id": "\u5408\u5531\u5c0f\u7ec4", "entity_type": "category", "file_path": "unknown_source", "id": "\u5408\u5531\u5c0f\u7ec4", "label": "\u5408\u5531\u5c0f\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "A choir group used as an example to demonstrate multiplication through organized rows and columns."}, {"color": "#4493f9", "created_at": 1752674438, "description": "\u9644\u5f55\u7684\u8bdd\u989821\u901a\u8fc7\u5177\u4f53\u4f8b\u5b50\u8bf4\u660e\u5982\u4f55\u501f\u52a9\u4e58\u6cd5\u7406\u89e3\u9664\u6cd5\uff0c\u9002\u7528\u4e8e\u5b9e\u9645\u6559\u5b66\u573a\u666f\u3002", "entity_id": "\u9644\u5f55\u7684\u8bdd\u989821", "entity_type": "category", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u989821", "label": "\u9644\u5f55\u7684\u8bdd\u989821", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u9644\u5f55\u7684\u8bdd\u989821\u901a\u8fc7\u5177\u4f53\u4f8b\u5b50\u8bf4\u660e\u5982\u4f55\u501f\u52a9\u4e58\u6cd5\u7406\u89e3\u9664\u6cd5\uff0c\u9002\u7528\u4e8e\u5b9e\u9645\u6559\u5b66\u573a\u666f\u3002"}, {"color": "#6fee45", "created_at": 1752674438, "description": "\u7cbe\u7b97refers to exact calculation in mathematics, emphasizing its role in developing abstract thinking and precision.\u003cSEP\u003e\u7cbe\u7b97\u662f\u57fa\u4e8e\u6570\u7684\u7cbe\u786e\u8ba1\u7b97\uff0c\u672c\u8d28\u4e0a\u662f\u5bf9\u4e8e\u6570\u7684\u8fd0\u7b97\u3002", "entity_id": "\u7cbe\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u7cbe\u7b97", "label": "\u7cbe\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "\u7cbe\u7b97refers to exact calculation in mathematics, emphasizing its role in developing abstract thinking and precision.\u003cSEP\u003e\u7cbe\u7b97\u662f\u57fa\u4e8e\u6570\u7684\u7cbe\u786e\u8ba1\u7b97\uff0c\u672c\u8d28\u4e0a\u662f\u5bf9\u4e8e\u6570\u7684\u8fd0\u7b97\u3002"}, {"color": "#6e835c", "created_at": 1752674438, "description": "\u6cd5\u56fd\u8111\u79d1\u5b66\u5bb6refers to French neuroscientists who studied brain activity during exact calculations and estimations, linking them to different cognitive functions.", "entity_id": "\u6cd5\u56fd\u8111\u79d1\u5b66\u5bb6", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6cd5\u56fd\u8111\u79d1\u5b66\u5bb6", "label": "\u6cd5\u56fd\u8111\u79d1\u5b66\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "\u6cd5\u56fd\u8111\u79d1\u5b66\u5bb6refers to French neuroscientists who studied brain activity during exact calculations and estimations, linking them to different cognitive functions."}, {"color": "#45945a", "created_at": 1752674427, "description": "**\u6570\u5b66\u7d20\u517b (Mathematical Literacy)** is a comprehensive competency developed through mathematics education, encompassing abstract and intuitive abilities, reasoning skills (including deductive and inductive reasoning), and the accumulation of knowledge, skills, ideas, and practical experience. It is a fundamental educational objective in basic education, fostering students\u0027 logical thinking and application abilities. \n\nThis literacy is cultivated through various approaches, including geometric classification, standardization exercises, statistical and probability learning, and the study of graphical motion and recording. It serves as one of the core goals of mathematical instruction, integrating both theoretical understanding and hands-on problem-solving skills. By engaging with these diverse mathematical domains, students develop a well-rounded mathematical proficiency essential for academic and real-world applications. \n\n*(Note: Contradictions, if any, were resolved by synthesizing descriptions into a unified definition, emphasizing breadth and practical application.)*", "entity_id": "\u6570\u5b66\u7d20\u517b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7d20\u517b", "label": "\u6570\u5b66\u7d20\u517b", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "**\u6570\u5b66\u7d20\u517b (Mathematical Literacy)** is a comprehensive competency developed through mathematics education, encompassing abstract and intuitive abilities, reasoning skills (including deductive and inductive reasoning), and the accumulation of knowledge, skills, ideas, and practical experience. It is a fundamental educational objective in basic education, fostering students\u0027 logical thinking and application abilities. \n\nThis literacy is cultivated through various approaches, including geometric classification, standardization exercises, statistical and probability learning, and the study of graphical motion and recording. It serves as one of the core goals of mathematical instruction, integrating both theoretical understanding and hands-on problem-solving skills. By engaging with these diverse mathematical domains, students develop a well-rounded mathematical proficiency essential for academic and real-world applications. \n\n*(Note: Contradictions, if any, were resolved by synthesizing descriptions into a unified definition, emphasizing breadth and practical application.)*"}, {"color": "#5943ae", "created_at": 1752674438, "description": "\u53cc\u4fa7\u9876\u53f6\u4e0b\u90e8is the brain region activated during estimation, associated with spatial perception.", "entity_id": "\u53cc\u4fa7\u9876\u53f6\u4e0b\u90e8", "entity_type": "category", "file_path": "unknown_source", "id": "\u53cc\u4fa7\u9876\u53f6\u4e0b\u90e8", "label": "\u53cc\u4fa7\u9876\u53f6\u4e0b\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "\u53cc\u4fa7\u9876\u53f6\u4e0b\u90e8is the brain region activated during estimation, associated with spatial perception."}, {"color": "#ccd62b", "created_at": 1752674566, "description": "\u4e0a\u754c\u662f\u4f30\u7b97\u4e2d\u7684\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u5728\u5b9e\u9645\u95ee\u9898\u4e2d\u67d0\u4e2a\u91cf\u7684\u6700\u5927\u53ef\u80fd\u503c\uff0c\u5e38\u7528\u4e8e\u5224\u65ad\u662f\u5426\u53ef\u884c\u3002", "entity_id": "\u4e0a\u754c", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e0a\u754c", "label": "\u4e0a\u754c", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e0a\u754c\u662f\u4f30\u7b97\u4e2d\u7684\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u5728\u5b9e\u9645\u95ee\u9898\u4e2d\u67d0\u4e2a\u91cf\u7684\u6700\u5927\u53ef\u80fd\u503c\uff0c\u5e38\u7528\u4e8e\u5224\u65ad\u662f\u5426\u53ef\u884c\u3002"}, {"color": "#1c5c54", "created_at": 1752674566, "description": "\u4e0b\u754c\u662f\u4f30\u7b97\u4e2d\u7684\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u5728\u5b9e\u9645\u95ee\u9898\u4e2d\u67d0\u4e2a\u91cf\u7684\u6700\u5c0f\u53ef\u80fd\u503c\uff0c\u5e38\u7528\u4e8e\u5224\u65ad\u662f\u5426\u8db3\u591f\u3002", "entity_id": "\u4e0b\u754c", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e0b\u754c", "label": "\u4e0b\u754c", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e0b\u754c\u662f\u4f30\u7b97\u4e2d\u7684\u4e00\u4e2a\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u5728\u5b9e\u9645\u95ee\u9898\u4e2d\u67d0\u4e2a\u91cf\u7684\u6700\u5c0f\u53ef\u80fd\u503c\uff0c\u5e38\u7528\u4e8e\u5224\u65ad\u662f\u5426\u8db3\u591f\u3002"}, {"color": "#0ca8ac", "created_at": 1752674566, "description": "\u4e70\u9c7c\u95ee\u9898\u662f\u4f30\u7b97\u6559\u5b66\u4e2d\u7684\u53e6\u4e00\u4e2a\u60c5\u5883\u8bbe\u8ba1\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u601d\u8003\u5982\u4f55\u7528\u4f30\u7b97\u89e3\u51b3\u5b9e\u9645\u751f\u6d3b\u95ee\u9898\u3002", "entity_id": "\u4e70\u9c7c\u95ee\u9898", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e70\u9c7c\u95ee\u9898", "label": "\u4e70\u9c7c\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e70\u9c7c\u95ee\u9898\u662f\u4f30\u7b97\u6559\u5b66\u4e2d\u7684\u53e6\u4e00\u4e2a\u60c5\u5883\u8bbe\u8ba1\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u601d\u8003\u5982\u4f55\u7528\u4f30\u7b97\u89e3\u51b3\u5b9e\u9645\u751f\u6d3b\u95ee\u9898\u3002"}, {"color": "#eca2f8", "created_at": 1752674438, "description": "\u6570\u5b66\u601d\u7ef4\u662f\u4f30\u7b97\u6559\u5b66\u7684\u6838\u5fc3\u76ee\u6807\u4e4b\u4e00\uff0c\u5f3a\u8c03\u903b\u8f91\u63a8\u7406\u548c\u5b9e\u9645\u95ee\u9898\u89e3\u51b3\u80fd\u529b\u7684\u57f9\u517b\u3002\u003cSEP\u003e\u6709\u5e8f\u3001\u903b\u8f91\u7684\u601d\u7ef4\u65b9\u5f0f\uff0c\u5305\u62ec\u62bd\u8c61\u3001\u63a8\u7406\u3001\u5efa\u6a21\u7b49\u80fd\u529b\uff0c\u901a\u8fc7\u6570\u5b66\u6559\u5b66\u57f9\u517b\u7684\u6838\u5fc3\u7d20\u517b\u3002", "entity_id": "\u6570\u5b66\u601d\u7ef4", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u601d\u7ef4", "label": "\u6570\u5b66\u601d\u7ef4", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "\u6570\u5b66\u601d\u7ef4\u662f\u4f30\u7b97\u6559\u5b66\u7684\u6838\u5fc3\u76ee\u6807\u4e4b\u4e00\uff0c\u5f3a\u8c03\u903b\u8f91\u63a8\u7406\u548c\u5b9e\u9645\u95ee\u9898\u89e3\u51b3\u80fd\u529b\u7684\u57f9\u517b\u3002\u003cSEP\u003e\u6709\u5e8f\u3001\u903b\u8f91\u7684\u601d\u7ef4\u65b9\u5f0f\uff0c\u5305\u62ec\u62bd\u8c61\u3001\u63a8\u7406\u3001\u5efa\u6a21\u7b49\u80fd\u529b\uff0c\u901a\u8fc7\u6570\u5b66\u6559\u5b66\u57f9\u517b\u7684\u6838\u5fc3\u7d20\u517b\u3002"}, {"color": "#822d90", "created_at": 1752674566, "description": "\u51d1\u6574\u8ba1\u7b97\u662f\u4f30\u7b97\u7684\u5173\u952e\u65b9\u6cd5\u4e4b\u4e00\uff0c\u7528\u4e8e\u7b80\u5316\u8ba1\u7b97\u5e76\u5224\u65ad\u4e0a\u754c\u548c\u4e0b\u754c\u3002", "entity_id": "\u51d1\u6574\u8ba1\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u51d1\u6574\u8ba1\u7b97", "label": "\u51d1\u6574\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u51d1\u6574\u8ba1\u7b97\u662f\u4f30\u7b97\u7684\u5173\u952e\u65b9\u6cd5\u4e4b\u4e00\uff0c\u7528\u4e8e\u7b80\u5316\u8ba1\u7b97\u5e76\u5224\u65ad\u4e0a\u754c\u548c\u4e0b\u754c\u3002"}, {"color": "#7d8130", "created_at": 1752674560, "description": "\u5c0f\u5b66\u9636\u6bb5refers to the elementary or primary school level in education, where foundational mathematical concepts like length, area, and volume are introduced to students.\u003cSEP\u003e\u5c0f\u5b66\u9636\u6bb5refers to the elementary school level, where students are introduced to foundational mathematical laws such as the commutative property of multiplication.\u003cSEP\u003e\u5c0f\u5b66\u9636\u6bb5refers to the primary education level in China, where the curriculum includes the introduction and development of decimal understanding as outlined in national standards.\u003cSEP\u003e\u5c0f\u5b66\u9636\u6bb5\u662f\u4f30\u7b97\u6559\u5b66\u5b9e\u65bd\u7684\u4e3b\u8981\u6559\u80b2\u9636\u6bb5\uff0c\u5f3a\u8c03\u5b9e\u9645\u80cc\u666f\u4e0e\u601d\u7ef4\u8bad\u7ec3\u3002", "entity_id": "\u5c0f\u5b66\u9636\u6bb5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u9636\u6bb5", "label": "\u5c0f\u5b66\u9636\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5c0f\u5b66\u9636\u6bb5refers to the elementary or primary school level in education, where foundational mathematical concepts like length, area, and volume are introduced to students.\u003cSEP\u003e\u5c0f\u5b66\u9636\u6bb5refers to the elementary school level, where students are introduced to foundational mathematical laws such as the commutative property of multiplication.\u003cSEP\u003e\u5c0f\u5b66\u9636\u6bb5refers to the primary education level in China, where the curriculum includes the introduction and development of decimal understanding as outlined in national standards.\u003cSEP\u003e\u5c0f\u5b66\u9636\u6bb5\u662f\u4f30\u7b97\u6559\u5b66\u5b9e\u65bd\u7684\u4e3b\u8981\u6559\u80b2\u9636\u6bb5\uff0c\u5f3a\u8c03\u5b9e\u9645\u80cc\u666f\u4e0e\u601d\u7ef4\u8bad\u7ec3\u3002"}, {"color": "#61ff63", "created_at": 1752674393, "description": "**Summary of \u65b9\u7a0b (Equations):** \n\n\u65b9\u7a0b (equations) are mathematical statements that express equality between two expressions, typically involving unknown quantities (variables). They serve as fundamental tools in algebra and are widely used to model and solve problems by describing quantitative relationships. Equations can represent various mathematical models, enabling the combination and resolution of different systems through techniques such as transposition and variable isolation. \n\nAs symbolic equalities containing unknowns, equations are essential for explaining mathematical concepts, including the logic behind operations like fraction division, where unknown variables can be introduced to derive solutions. Their versatility and power lie in their ability to formalize relationships between quantities, making them a cornerstone of mathematical problem-solving and theoretical exploration. \n\nIn summary, \u65b9\u7a0b (equations) are mathematical expressions of equality with variables, functioning as key analytical tools in both practical applications and abstract algebraic studies.", "entity_id": "\u65b9\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u7a0b", "label": "\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "**Summary of \u65b9\u7a0b (Equations):** \n\n\u65b9\u7a0b (equations) are mathematical statements that express equality between two expressions, typically involving unknown quantities (variables). They serve as fundamental tools in algebra and are widely used to model and solve problems by describing quantitative relationships. Equations can represent various mathematical models, enabling the combination and resolution of different systems through techniques such as transposition and variable isolation. \n\nAs symbolic equalities containing unknowns, equations are essential for explaining mathematical concepts, including the logic behind operations like fraction division, where unknown variables can be introduced to derive solutions. Their versatility and power lie in their ability to formalize relationships between quantities, making them a cornerstone of mathematical problem-solving and theoretical exploration. \n\nIn summary, \u65b9\u7a0b (equations) are mathematical expressions of equality with variables, functioning as key analytical tools in both practical applications and abstract algebraic studies."}, {"color": "#13bfe8", "created_at": 1752674438, "description": "\u5b57\u6bcd\u8868\u793a\u6570refers to the concept of using letters to represent numbers or variables in mathematics, which is a key component of developing symbol awareness in students.\u003cSEP\u003e\u5b57\u6bcd\u8868\u793a\u6570refers to using letters to represent numbers, a key aspect of symbolic awareness.", "entity_id": "\u5b57\u6bcd\u8868\u793a\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b57\u6bcd\u8868\u793a\u6570", "label": "\u5b57\u6bcd\u8868\u793a\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u5b57\u6bcd\u8868\u793a\u6570refers to the concept of using letters to represent numbers or variables in mathematics, which is a key component of developing symbol awareness in students.\u003cSEP\u003e\u5b57\u6bcd\u8868\u793a\u6570refers to using letters to represent numbers, a key aspect of symbolic awareness."}, {"color": "#a60068", "created_at": 1752674438, "description": "\u52a0\u6cd5\u4ea4\u6362\u5f8bis a mathematical rule explained using symbolic representation.\u003cSEP\u003e\u52a0\u6cd5\u4ea4\u6362\u5f8b\u662f\u6570\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51faa + b = b + a\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002\u003cSEP\u003e\u52a0\u6cd5\u4ea4\u6362\u5f8b\u662f\u6570\u5b66\u57fa\u672c\u5b9a\u5f8b\uff0c\u8868\u660e\u52a0\u6cd5\u8fd0\u7b97\u4e2d\u6570\u7684\u987a\u5e8f\u4e0d\u5f71\u54cd\u7ed3\u679c\uff0c\u8868\u793a\u4e3aa + b = b + a\u3002", "entity_id": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "label": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "\u52a0\u6cd5\u4ea4\u6362\u5f8bis a mathematical rule explained using symbolic representation.\u003cSEP\u003e\u52a0\u6cd5\u4ea4\u6362\u5f8b\u662f\u6570\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51faa + b = b + a\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002\u003cSEP\u003e\u52a0\u6cd5\u4ea4\u6362\u5f8b\u662f\u6570\u5b66\u57fa\u672c\u5b9a\u5f8b\uff0c\u8868\u660e\u52a0\u6cd5\u8fd0\u7b97\u4e2d\u6570\u7684\u987a\u5e8f\u4e0d\u5f71\u54cd\u7ed3\u679c\uff0c\u8868\u793a\u4e3aa + b = b + a\u3002"}, {"color": "#c1890a", "created_at": 1752674566, "description": "\u4e58\u6cd5\u4ea4\u6362\u5f8b(Multiplication Commutative Law) is a fundamental mathematical principle stating that the order of multiplication does not affect the product, important for later understanding of rational number multiplication.\u003cSEP\u003e\u4e58\u6cd5\u4ea4\u6362\u5f8bis a mathematical property stating that the order of factors in multiplication does not change the product.\u003cSEP\u003e\u4e58\u6cd5\u4ea4\u6362\u5f8brefers to the mathematical principle that the order of multiplication does not affect the result, used in the teaching design to illustrate the use of symbols in representing abstract mathematical laws.", "entity_id": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "label": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-15a3035e48a3f9ba98ec01cb3ed42052\u003cSEP\u003echunk-1ad150a353733dc35455650b97cce260", "title": "\u4e58\u6cd5\u4ea4\u6362\u5f8b(Multiplication Commutative Law) is a fundamental mathematical principle stating that the order of multiplication does not affect the product, important for later understanding of rational number multiplication.\u003cSEP\u003e\u4e58\u6cd5\u4ea4\u6362\u5f8bis a mathematical property stating that the order of factors in multiplication does not change the product.\u003cSEP\u003e\u4e58\u6cd5\u4ea4\u6362\u5f8brefers to the mathematical principle that the order of multiplication does not affect the result, used in the teaching design to illustrate the use of symbols in representing abstract mathematical laws."}, {"color": "#97015c", "created_at": 1752674566, "description": "\u6570\u5b66\u8868\u8fberefers to the ability to convey mathematical ideas and relationships using symbols, language, and notation, which is central to the concept of\u7b26\u53f7\u610f\u8bc6.", "entity_id": "\u6570\u5b66\u8868\u8fbe", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u8868\u8fbe", "label": "\u6570\u5b66\u8868\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u6570\u5b66\u8868\u8fberefers to the ability to convey mathematical ideas and relationships using symbols, language, and notation, which is central to the concept of\u7b26\u53f7\u610f\u8bc6."}, {"color": "#f0fcaf", "created_at": 1752674526, "description": "\u62bd\u8c61\u601d\u7ef4refers to the cognitive ability to understand and reason about abstract concepts and relationships, which is fostered through the development of\u7b26\u53f7\u610f\u8bc6and the use of symbolic representation.\u003cSEP\u003e\u62bd\u8c61\u601d\u7ef4\u662f\u7406\u89e3\u73b0\u4ee3\u6570\u5b66\u6240\u5fc5\u9700\u7684\u80fd\u529b\uff0c\u5f3a\u8c03\u8131\u79bb\u5177\u4f53\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u7b26\u53f7\u5316\u548c\u5f62\u5f0f\u5316\u63a8\u7406\u3002", "entity_id": "\u62bd\u8c61\u601d\u7ef4", "entity_type": "category", "file_path": "unknown_source", "id": "\u62bd\u8c61\u601d\u7ef4", "label": "\u62bd\u8c61\u601d\u7ef4", "shape": "dot", "size": 10, "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "\u62bd\u8c61\u601d\u7ef4refers to the cognitive ability to understand and reason about abstract concepts and relationships, which is fostered through the development of\u7b26\u53f7\u610f\u8bc6and the use of symbolic representation.\u003cSEP\u003e\u62bd\u8c61\u601d\u7ef4\u662f\u7406\u89e3\u73b0\u4ee3\u6570\u5b66\u6240\u5fc5\u9700\u7684\u80fd\u529b\uff0c\u5f3a\u8c03\u8131\u79bb\u5177\u4f53\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u7b26\u53f7\u5316\u548c\u5f62\u5f0f\u5316\u63a8\u7406\u3002"}, {"color": "#5201d7", "created_at": 1752674427, "description": "Symbolic representation refers to the abstract notation of numbers using limited symbols in positional systems.\u003cSEP\u003e\u6570\u5b66\u4e2d\u4f7f\u7528\u7684\u7b26\u53f7\u7cfb\u7edf\uff0c\u5305\u62ec\u8fd0\u7b97\u7b26\u53f7(+\u3001-\u3001\u00d7\u3001\u00f7)\u548c\u5173\u7cfb\u7b26\u53f7(=\u3001\u2248\u3001\uff1e\u7b49)\uff0c\u7528\u4e8e\u7b80\u6d01\u51c6\u786e\u5730\u8868\u8fbe\u6570\u5b66\u6982\u5ff5\u548c\u5173\u7cfb\u3002\u003cSEP\u003e\u7b26\u53f7\u8868\u793a\u6570\u662f\u6570\u5b66\u53d1\u5c55\u7684\u91cd\u8981\u8f6c\u6298\uff0c\u4f7f\u5f97\u6570\u5b66\u7531\u7b97\u6570\u8d70\u5411\u4ee3\u6570\uff0c\u5177\u6709\u4e00\u822c\u6027\u548c\u62bd\u8c61\u6027\u3002", "entity_id": "\u7b26\u53f7\u8868\u793a", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b26\u53f7\u8868\u793a", "label": "\u7b26\u53f7\u8868\u793a", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "Symbolic representation refers to the abstract notation of numbers using limited symbols in positional systems.\u003cSEP\u003e\u6570\u5b66\u4e2d\u4f7f\u7528\u7684\u7b26\u53f7\u7cfb\u7edf\uff0c\u5305\u62ec\u8fd0\u7b97\u7b26\u53f7(+\u3001-\u3001\u00d7\u3001\u00f7)\u548c\u5173\u7cfb\u7b26\u53f7(=\u3001\u2248\u3001\uff1e\u7b49)\uff0c\u7528\u4e8e\u7b80\u6d01\u51c6\u786e\u5730\u8868\u8fbe\u6570\u5b66\u6982\u5ff5\u548c\u5173\u7cfb\u3002\u003cSEP\u003e\u7b26\u53f7\u8868\u793a\u6570\u662f\u6570\u5b66\u53d1\u5c55\u7684\u91cd\u8981\u8f6c\u6298\uff0c\u4f7f\u5f97\u6570\u5b66\u7531\u7b97\u6570\u8d70\u5411\u4ee3\u6570\uff0c\u5177\u6709\u4e00\u822c\u6027\u548c\u62bd\u8c61\u6027\u3002"}, {"color": "#199103", "created_at": 1752674438, "description": "\u65b9\u7a0b\u7684\u672c\u8d28\u662f\u63cf\u8ff0\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u6570\u91cf\u76f8\u7b49\u5173\u7cfb\uff0c\u901a\u8fc7\u7b49\u53f7\u8fde\u63a5\u4e24\u4e2a\u5177\u6709\u76f8\u540c\u91cf\u503c\u7684\u6545\u4e8b\u6216\u60c5\u5883\u3002", "entity_id": "\u7b49\u91cf\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u91cf\u5173\u7cfb", "label": "\u7b49\u91cf\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u65b9\u7a0b\u7684\u672c\u8d28\u662f\u63cf\u8ff0\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u6570\u91cf\u76f8\u7b49\u5173\u7cfb\uff0c\u901a\u8fc7\u7b49\u53f7\u8fde\u63a5\u4e24\u4e2a\u5177\u6709\u76f8\u540c\u91cf\u503c\u7684\u6545\u4e8b\u6216\u60c5\u5883\u3002"}, {"color": "#a7ed93", "created_at": 1752674438, "description": "Transposition is a key technique in solving equations, where terms are moved from one side of the equation to the other, changing their signs in the process.", "entity_id": "\u79fb\u9879", "entity_type": "category", "file_path": "unknown_source", "id": "\u79fb\u9879", "label": "\u79fb\u9879", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Transposition is a key technique in solving equations, where terms are moved from one side of the equation to the other, changing their signs in the process."}, {"color": "#4cd4fe", "created_at": 1752674526, "description": "\u5206\u6570\u9664\u6cd5\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u8fd0\u7b97\u6982\u5ff5\uff0c\u5177\u4f53\u6307\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7684\u60c5\u51b5\uff0c\u5176\u6cd5\u5219\u4e3a\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\u3002", "entity_id": "\u5206\u6570\u9664\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u6570\u9664\u6cd5", "label": "\u5206\u6570\u9664\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5206\u6570\u9664\u6cd5\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u8fd0\u7b97\u6982\u5ff5\uff0c\u5177\u4f53\u6307\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7684\u60c5\u51b5\uff0c\u5176\u6cd5\u5219\u4e3a\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\u3002"}, {"color": "#2544e8", "created_at": 1752674393, "description": "Mathematical representations of real-world scenarios including total quantity and distance models.\u003cSEP\u003e\u6570\u5b66\u5916\u90e8\u5e94\u7528\uff0c\u6307\u89e3\u51b3\u73b0\u5b9e\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u533a\u522b\u4e8e\u6a21\u5f0f\uff0c\u5f3a\u8c03\u6570\u5b66\u4e0e\u5b9e\u9645\u95ee\u9898\u7684\u8054\u7cfb\u3002\u003cSEP\u003e\u6a21\u578b\u662f\u6570\u5b66\u548c\u79d1\u5b66\u6559\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u590d\u6742\u73b0\u8c61\u7684\u7b80\u5316\u8868\u793a\uff0c\u5982\u8def\u7a0b\u6a21\u578b\u3001\u52a0\u6cd5\u6a21\u578b\u7b49\u3002\u003cSEP\u003e\u6a21\u578b\u662f\u6784\u5efa\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u6865\u6881\uff0c\u5c0f\u5b66\u6570\u5b66\u4e2d\u4e3b\u8981\u6709\u57fa\u4e8e\u52a0\u6cd5\u548c\u4e58\u6cd5\u7684\u4e24\u79cd\u6a21\u578b\u3002", "entity_id": "\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6a21\u578b", "label": "\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "Mathematical representations of real-world scenarios including total quantity and distance models.\u003cSEP\u003e\u6570\u5b66\u5916\u90e8\u5e94\u7528\uff0c\u6307\u89e3\u51b3\u73b0\u5b9e\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u533a\u522b\u4e8e\u6a21\u5f0f\uff0c\u5f3a\u8c03\u6570\u5b66\u4e0e\u5b9e\u9645\u95ee\u9898\u7684\u8054\u7cfb\u3002\u003cSEP\u003e\u6a21\u578b\u662f\u6570\u5b66\u548c\u79d1\u5b66\u6559\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u590d\u6742\u73b0\u8c61\u7684\u7b80\u5316\u8868\u793a\uff0c\u5982\u8def\u7a0b\u6a21\u578b\u3001\u52a0\u6cd5\u6a21\u578b\u7b49\u3002\u003cSEP\u003e\u6a21\u578b\u662f\u6784\u5efa\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u6865\u6881\uff0c\u5c0f\u5b66\u6570\u5b66\u4e2d\u4e3b\u8981\u6709\u57fa\u4e8e\u52a0\u6cd5\u548c\u4e58\u6cd5\u7684\u4e24\u79cd\u6a21\u578b\u3002"}, {"color": "#a2953d", "created_at": 1752674566, "description": "\u6a21\u578b\u662f\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u6865\u6881\uff0c\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u95ee\u9898\u5927\u591a\u57fa\u4e8e\u52a0\u6cd5\u548c\u4e58\u6cd5\u7684\u6a21\u578b\u3002", "entity_id": "\u73b0\u5b9e\u4e16\u754c", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u73b0\u5b9e\u4e16\u754c", "label": "\u73b0\u5b9e\u4e16\u754c", "shape": "dot", "size": 10, "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u6a21\u578b\u662f\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u6865\u6881\uff0c\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u95ee\u9898\u5927\u591a\u57fa\u4e8e\u52a0\u6cd5\u548c\u4e58\u6cd5\u7684\u6a21\u578b\u3002"}, {"color": "#47bd6c", "created_at": 1752674438, "description": "\u52a0\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u52a0\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002\u003cSEP\u003e\u52a0\u6cd5\u6a21\u578b\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u63cf\u8ff0\u603b\u91cf\u6784\u6210\u7684\u57fa\u672c\u6a21\u578b\uff0c\u5e38\u89c1\u4e8e\u57fa\u7840\u6559\u80b2\u4e2d\u3002\u003cSEP\u003e\u6570\u5b66\u6559\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u52a0\u6cd5\u5e94\u7528\u7684\u7ed3\u6784\uff0c\u6709\u65f6\u79f0\u4e3a\u2018\u603b\u91cf\u6a21\u578b\u2019\uff0c\u4e0e\u8def\u7a0b\u6a21\u578b\u76f8\u5bf9\u5e94\u3002", "entity_id": "\u52a0\u6cd5\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5\u6a21\u578b", "label": "\u52a0\u6cd5\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "\u52a0\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u52a0\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002\u003cSEP\u003e\u52a0\u6cd5\u6a21\u578b\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u63cf\u8ff0\u603b\u91cf\u6784\u6210\u7684\u57fa\u672c\u6a21\u578b\uff0c\u5e38\u89c1\u4e8e\u57fa\u7840\u6559\u80b2\u4e2d\u3002\u003cSEP\u003e\u6570\u5b66\u6559\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u52a0\u6cd5\u5e94\u7528\u7684\u7ed3\u6784\uff0c\u6709\u65f6\u79f0\u4e3a\u2018\u603b\u91cf\u6a21\u578b\u2019\uff0c\u4e0e\u8def\u7a0b\u6a21\u578b\u76f8\u5bf9\u5e94\u3002"}, {"color": "#53c588", "created_at": 1752674438, "description": "Multiplication models (e.g., total price = unit price \u00d7 quantity) underpin arithmetic mean calculations.\u003cSEP\u003e\u4e58\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u4e58\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002", "entity_id": "\u4e58\u6cd5\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e58\u6cd5\u6a21\u578b", "label": "\u4e58\u6cd5\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Multiplication models (e.g., total price = unit price \u00d7 quantity) underpin arithmetic mean calculations.\u003cSEP\u003e\u4e58\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u4e58\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002"}, {"color": "#addf8f", "created_at": 1752674438, "description": "Patterns are mathematical expressions or structures, distinct from models, as they lack real-world contextualization.\u003cSEP\u003e\u6570\u5b66\u5185\u90e8\u7ed3\u6784\uff0c\u6307\u89e3\u51b3\u4e00\u7c7b\u6570\u5b66\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u533a\u522b\u4e8e\u6a21\u578b\uff0c\u5f3a\u8c03\u6570\u5b66\u89c4\u5f8b\u7684\u62bd\u8c61\u6027\u3002\u003cSEP\u003e\u6a21\u5f0f\u662f\u6307\u7528\u4e8e\u7406\u89e3\u4e00\u7c7b\u6570\u5b66\u95ee\u9898\u7684\u6838\u5fc3\u7ed3\u6784\u6216\u601d\u7ef4\u65b9\u5f0f\u3002", "entity_id": "\u6a21\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "\u6a21\u5f0f", "label": "\u6a21\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "Patterns are mathematical expressions or structures, distinct from models, as they lack real-world contextualization.\u003cSEP\u003e\u6570\u5b66\u5185\u90e8\u7ed3\u6784\uff0c\u6307\u89e3\u51b3\u4e00\u7c7b\u6570\u5b66\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u533a\u522b\u4e8e\u6a21\u578b\uff0c\u5f3a\u8c03\u6570\u5b66\u89c4\u5f8b\u7684\u62bd\u8c61\u6027\u3002\u003cSEP\u003e\u6a21\u5f0f\u662f\u6307\u7528\u4e8e\u7406\u89e3\u4e00\u7c7b\u6570\u5b66\u95ee\u9898\u7684\u6838\u5fc3\u7ed3\u6784\u6216\u601d\u7ef4\u65b9\u5f0f\u3002"}, {"color": "#5bc956", "created_at": 1752674438, "description": "The tree-planting model is a mathematical model used in primary education to teach problem-solving by simulating scenarios like planting trees in holes or setting up gas stations along a road.\u003cSEP\u003e\u690d\u6811\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u95f4\u9694\u4e0e\u6570\u91cf\u5173\u7cfb\u7684\u6a21\u578b\uff0c\u5e38\u7528\u4e8e\u6559\u5b66\u5b9e\u8df5\u3002", "entity_id": "\u690d\u6811\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u690d\u6811\u6a21\u578b", "label": "\u690d\u6811\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The tree-planting model is a mathematical model used in primary education to teach problem-solving by simulating scenarios like planting trees in holes or setting up gas stations along a road.\u003cSEP\u003e\u690d\u6811\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u95f4\u9694\u4e0e\u6570\u91cf\u5173\u7cfb\u7684\u6a21\u578b\uff0c\u5e38\u7528\u4e8e\u6559\u5b66\u5b9e\u8df5\u3002"}, {"color": "#b21158", "created_at": 1752674438, "description": "The engineering model is a mathematical model used to calculate the time required for teams to complete a project collaboratively, often involving scenarios like water filling or draining a pool.\u003cSEP\u003e\u5de5\u7a0b\u6a21\u578b\u662f\u7528\u4e8e\u63cf\u8ff0\u5de5\u7a0b\u4efb\u52a1\u4e2d\u5de5\u4f5c\u91cf\u3001\u65f6\u95f4\u548c\u6548\u7387\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\u3002", "entity_id": "\u5de5\u7a0b\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u5de5\u7a0b\u6a21\u578b", "label": "\u5de5\u7a0b\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The engineering model is a mathematical model used to calculate the time required for teams to complete a project collaboratively, often involving scenarios like water filling or draining a pool.\u003cSEP\u003e\u5de5\u7a0b\u6a21\u578b\u662f\u7528\u4e8e\u63cf\u8ff0\u5de5\u7a0b\u4efb\u52a1\u4e2d\u5de5\u4f5c\u91cf\u3001\u65f6\u95f4\u548c\u6548\u7387\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\u3002"}, {"color": "#15d3ee", "created_at": 1752674393, "description": "Classical geometry system based on flat space and straight-line distances.\u003cSEP\u003eEuclidean Geometry is a mathematical system attributed to Euclid, based on a set of axioms including the parallel postulate, traditionally considered as absolute truth.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u5b66\u4e60\u7684\u4e3b\u8981\u5185\u5bb9\uff0c\u7814\u7a76\u5e73\u76f4\u7684\u6982\u5ff5\u5982\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2\uff0c\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u5ea6\u91cf\u65b9\u6cd5\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u662f\u7531\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u6b27\u51e0\u91cc\u5f97\u521b\u7acb\u7684\u51e0\u4f55\u4f53\u7cfb\uff0c\u4ee5\u516c\u7406\u5316\u65b9\u6cd5\u6784\u5efa\uff0c\u5f3a\u8c03\u7269\u7406\u5c5e\u6027\u548c\u76f4\u89c2\u7ecf\u9a8c\u5728\u6570\u5b66\u4e2d\u7684\u4f5c\u7528\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u662f\u7814\u7a76\u5e73\u9762\u548c\u7a7a\u95f4\u4e2d\u56fe\u5f62\u6027\u8d28\u7684\u6570\u5b66\u5206\u652f\uff0c\u89d2\u7684\u5b9a\u4e49\u548c\u6027\u8d28\u4e0e\u5176\u672c\u8d28\u76f8\u5173\u3002", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "label": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Classical geometry system based on flat space and straight-line distances.\u003cSEP\u003eEuclidean Geometry is a mathematical system attributed to Euclid, based on a set of axioms including the parallel postulate, traditionally considered as absolute truth.\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u662f\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u5b66\u4e60\u7684\u4e3b\u8981\u5185\u5bb9\uff0c\u7814\u7a76\u5e73\u76f4\u7684\u6982\u5ff5\u5982\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2\uff0c\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u5ea6\u91cf\u65b9\u6cd5\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u662f\u7531\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u6b27\u51e0\u91cc\u5f97\u521b\u7acb\u7684\u51e0\u4f55\u4f53\u7cfb\uff0c\u4ee5\u516c\u7406\u5316\u65b9\u6cd5\u6784\u5efa\uff0c\u5f3a\u8c03\u7269\u7406\u5c5e\u6027\u548c\u76f4\u89c2\u7ecf\u9a8c\u5728\u6570\u5b66\u4e2d\u7684\u4f5c\u7528\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u662f\u7814\u7a76\u5e73\u9762\u548c\u7a7a\u95f4\u4e2d\u56fe\u5f62\u6027\u8d28\u7684\u6570\u5b66\u5206\u652f\uff0c\u89d2\u7684\u5b9a\u4e49\u548c\u6027\u8d28\u4e0e\u5176\u672c\u8d28\u76f8\u5173\u3002"}, {"color": "#f840e0", "created_at": 1752674393, "description": "Dimensional measurements in one, two and three-dimensional spaces respectively.\u003cSEP\u003e\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79efmeasures geometric properties in spatial contexts.\u003cSEP\u003e\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79efrefers to the educational content focused on teaching students about units and concepts of length, area, and volume in geometry.", "entity_id": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "entity_type": "category", "file_path": "unknown_source", "id": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "label": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4\u003cSEP\u003echunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Dimensional measurements in one, two and three-dimensional spaces respectively.\u003cSEP\u003e\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79efmeasures geometric properties in spatial contexts.\u003cSEP\u003e\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79efrefers to the educational content focused on teaching students about units and concepts of length, area, and volume in geometry."}, {"color": "#68f1b5", "created_at": 1752674473, "description": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u662f\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u6709\u9650\u7ef4\u7a7a\u95f4\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7814\u7a76\u5bf9\u8c61\u3002", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4", "label": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u662f\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u6709\u9650\u7ef4\u7a7a\u95f4\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7814\u7a76\u5bf9\u8c61\u3002"}, {"color": "#5fafa5", "created_at": 1752674473, "description": "\u521a\u4f53\u53d8\u6362\u662f\u4fdd\u8bc1\u53d8\u6362\u540e\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u7684\u53d8\u6362\uff0c\u5982\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0\u3002", "entity_id": "\u521a\u4f53\u53d8\u6362", "entity_type": "category", "file_path": "unknown_source", "id": "\u521a\u4f53\u53d8\u6362", "label": "\u521a\u4f53\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u521a\u4f53\u53d8\u6362\u662f\u4fdd\u8bc1\u53d8\u6362\u540e\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u7684\u53d8\u6362\uff0c\u5982\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0\u3002"}, {"color": "#c85072", "created_at": 1752674473, "description": "\u76f4\u7ebf\u8ddd\u79bb\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u4e24\u70b9\u4e4b\u95f4\u7684\u6700\u77ed\u8ddd\u79bb\uff0c\u662f\u51e0\u4f55\u5ea6\u91cf\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u76f4\u7ebf\u8ddd\u79bb\u662f\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\uff0c\u7528\u4e8e\u5b9a\u4e49\u7ebf\u6bb5\u957f\u5ea6\u548c\u56fe\u5f62\u6027\u8d28\u3002", "entity_id": "\u76f4\u7ebf\u8ddd\u79bb", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u7ebf\u8ddd\u79bb", "label": "\u76f4\u7ebf\u8ddd\u79bb", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u76f4\u7ebf\u8ddd\u79bb\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u4e24\u70b9\u4e4b\u95f4\u7684\u6700\u77ed\u8ddd\u79bb\uff0c\u662f\u51e0\u4f55\u5ea6\u91cf\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u76f4\u7ebf\u8ddd\u79bb\u662f\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\uff0c\u7528\u4e8e\u5b9a\u4e49\u7ebf\u6bb5\u957f\u5ea6\u548c\u56fe\u5f62\u6027\u8d28\u3002"}, {"color": "#130b08", "created_at": 1752674526, "description": "Lobachevskian Geometry, also known as hyperbolic geometry, is a non-Euclidean geometry that assumes multiple parallel lines can be drawn through a point not on a given line.", "entity_id": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "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-d207393ad6902f05831b7907dc5c0520", "title": "Lobachevskian Geometry, also known as hyperbolic geometry, is a non-Euclidean geometry that assumes multiple parallel lines can be drawn through a point not on a given line."}, {"color": "#c4fcf1", "created_at": 1752674502, "description": "Euclid (\u6b27\u51e0\u91cc\u5f97) was an ancient Greek mathematician who lived between approximately 325 BCE and 265 BCE. He is widely regarded as one of the most influential figures in the history of mathematics, primarily known for his foundational contributions to geometry and number theory. His most renowned work, *Elements* (*\u51e0\u4f55\u539f\u672c*), systematically organized geometric knowledge into a coherent axiomatic framework, establishing the basis for Euclidean geometry. \n\nEuclid successfully applied the deductive method to geometry, creating a model for axiomatic systems that influenced scientific and mathematical thought for centuries. His *Elements* not only developed geometric principles but also introduced definitions, such as the concept of angles as the inclination of intersecting lines. Additionally, Euclid made significant advances in number theory, including the first known proof\u2014using contradiction\u2014that there are infinitely many prime numbers. \n\nBy formalizing geometry into a structured discipline and pioneering logical reasoning in mathematics, Euclid\u0027s work laid the groundwork for future developments in both theoretical and applied sciences. His legacy endures as a cornerstone of mathematical education and logical methodology.", "entity_id": "\u6b27\u51e0\u91cc\u5f97", "entity_type": "person", "file_path": "unknown_source", "id": "\u6b27\u51e0\u91cc\u5f97", "label": "\u6b27\u51e0\u91cc\u5f97", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "Euclid (\u6b27\u51e0\u91cc\u5f97) was an ancient Greek mathematician who lived between approximately 325 BCE and 265 BCE. He is widely regarded as one of the most influential figures in the history of mathematics, primarily known for his foundational contributions to geometry and number theory. His most renowned work, *Elements* (*\u51e0\u4f55\u539f\u672c*), systematically organized geometric knowledge into a coherent axiomatic framework, establishing the basis for Euclidean geometry. \n\nEuclid successfully applied the deductive method to geometry, creating a model for axiomatic systems that influenced scientific and mathematical thought for centuries. His *Elements* not only developed geometric principles but also introduced definitions, such as the concept of angles as the inclination of intersecting lines. Additionally, Euclid made significant advances in number theory, including the first known proof\u2014using contradiction\u2014that there are infinitely many prime numbers. \n\nBy formalizing geometry into a structured discipline and pioneering logical reasoning in mathematics, Euclid\u0027s work laid the groundwork for future developments in both theoretical and applied sciences. His legacy endures as a cornerstone of mathematical education and logical methodology."}, {"color": "#2ba44d", "created_at": 1752674526, "description": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u662f\u4e00\u79cd\u7b26\u53f7\u5316\u7684\u6570\u5b66\u7ed3\u6784\uff0c\u901a\u8fc7\u62bd\u8c61\u5b9a\u4e49\u548c\u903b\u8f91\u63a8\u7406\u6765\u6784\u5efa\u51e0\u4f55\u5b66\uff0c\u907f\u514d\u4f9d\u8d56\u7269\u7406\u5c5e\u6027\u548c\u7ecf\u9a8c\u76f4\u89c9\u3002", "entity_id": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "label": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u662f\u4e00\u79cd\u7b26\u53f7\u5316\u7684\u6570\u5b66\u7ed3\u6784\uff0c\u901a\u8fc7\u62bd\u8c61\u5b9a\u4e49\u548c\u903b\u8f91\u63a8\u7406\u6765\u6784\u5efa\u51e0\u4f55\u5b66\uff0c\u907f\u514d\u4f9d\u8d56\u7269\u7406\u5c5e\u6027\u548c\u7ecf\u9a8c\u76f4\u89c9\u3002"}, {"color": "#f9966e", "created_at": 1752674473, "description": "\u5168\u7b49describes two figures that are identical in shape and size, and can be obtained from one another through\u521a\u4f53\u8fd0\u52a8.\u003cSEP\u003e\u51e0\u4f55\u6982\u5ff5\uff0c\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u56fe\u5f62\u91cd\u5408\u5b9a\u4e49\u56fe\u5f62\u7684\u5168\u7b49\u6027\uff0c\u662f\u56fe\u5f62\u6027\u8d28\u7814\u7a76\u7684\u91cd\u8981\u90e8\u5206\u3002", "entity_id": "\u5168\u7b49", "entity_type": "category", "file_path": "unknown_source", "id": "\u5168\u7b49", "label": "\u5168\u7b49", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89", "title": "\u5168\u7b49describes two figures that are identical in shape and size, and can be obtained from one another through\u521a\u4f53\u8fd0\u52a8.\u003cSEP\u003e\u51e0\u4f55\u6982\u5ff5\uff0c\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u56fe\u5f62\u91cd\u5408\u5b9a\u4e49\u56fe\u5f62\u7684\u5168\u7b49\u6027\uff0c\u662f\u56fe\u5f62\u6027\u8d28\u7814\u7a76\u7684\u91cd\u8981\u90e8\u5206\u3002"}, {"color": "#1d4d2d", "created_at": 1752674410, "description": "Geometry is a branch of mathematics that originated from practical land measurement needs, particularly in ancient Egypt, where early empirical geometry was developed by the Egyptians for purposes such as re-establishing land boundaries after the flooding of the Nile. Over time, this practical knowledge was transformed and expanded by the Greeks into a more abstract and theoretical discipline. A key milestone in this development was Euclid\u0027s *Elements* (*The Principles*), which systematized geometric knowledge using a logical axiomatic framework. Geometry fundamentally investigates fundamental concepts such as space, shape, size, and positional relationships. Its evolution has been closely tied to advancements in measurement tools and the formulation of formal axiomatic systems, establishing it as a foundational area of mathematical study.", "entity_id": "\u51e0\u4f55\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u5b66", "label": "\u51e0\u4f55\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "Geometry is a branch of mathematics that originated from practical land measurement needs, particularly in ancient Egypt, where early empirical geometry was developed by the Egyptians for purposes such as re-establishing land boundaries after the flooding of the Nile. Over time, this practical knowledge was transformed and expanded by the Greeks into a more abstract and theoretical discipline. A key milestone in this development was Euclid\u0027s *Elements* (*The Principles*), which systematized geometric knowledge using a logical axiomatic framework. Geometry fundamentally investigates fundamental concepts such as space, shape, size, and positional relationships. Its evolution has been closely tied to advancements in measurement tools and the formulation of formal axiomatic systems, establishing it as a foundational area of mathematical study."}, {"color": "#e5001a", "created_at": 1752674566, "description": "\u6731\u9896is a teacher at Northeast Normal University Affiliated Elementary School who has contributed to the instructional design for understanding measurement concepts such as length, area, and volume.\u003cSEP\u003e\u6731\u9896is a teacher at Northeast Normal University Affiliated Elementary School, focusing on teaching methods for length, area, and volume units.", "entity_id": "\u6731\u9896", "entity_type": "person", "file_path": "unknown_source", "id": "\u6731\u9896", "label": "\u6731\u9896", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6731\u9896is a teacher at Northeast Normal University Affiliated Elementary School who has contributed to the instructional design for understanding measurement concepts such as length, area, and volume.\u003cSEP\u003e\u6731\u9896is a teacher at Northeast Normal University Affiliated Elementary School, focusing on teaching methods for length, area, and volume units."}, {"color": "#b5055b", "created_at": 1752674536, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42refers to the national curriculum standards that specify learning objectives for different grade levels in mathematics education.\u003cSEP\u003e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42refers to the national educational guidelines that specify what students should know and be able to do at different stages, particularly regarding the understanding and application of decimals in mathematics.\u003cSEP\u003e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42refers to the national educational standards outlining the required mathematical competencies for students in different stages of elementary education, including measurement concepts.\u003cSEP\u003e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u662f\u56fd\u5bb6\u6559\u80b2\u90e8\u95e8\u5bf9\u5404\u5b66\u6bb5\u5b66\u751f\u5e94\u8fbe\u5230\u6570\u5b66\u80fd\u529b\u6c34\u5e73\u7684\u89c4\u8303\u6027\u6307\u5bfc\u3002", "entity_id": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "entity_type": "category", "file_path": "unknown_source", "id": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "label": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42refers to the national curriculum standards that specify learning objectives for different grade levels in mathematics education.\u003cSEP\u003e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42refers to the national educational guidelines that specify what students should know and be able to do at different stages, particularly regarding the understanding and application of decimals in mathematics.\u003cSEP\u003e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42refers to the national educational standards outlining the required mathematical competencies for students in different stages of elementary education, including measurement concepts.\u003cSEP\u003e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u662f\u56fd\u5bb6\u6559\u80b2\u90e8\u95e8\u5bf9\u5404\u5b66\u6bb5\u5b66\u751f\u5e94\u8fbe\u5230\u6570\u5b66\u80fd\u529b\u6c34\u5e73\u7684\u89c4\u8303\u6027\u6307\u5bfc\u3002"}, {"color": "#597465", "created_at": 1752674393, "description": "Basic geometric transformations preserving straight-line distances.\u003cSEP\u003eFundamental types of rigid motions in geometry that preserve shape and size, taught in primary education.\u003cSEP\u003e\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0covers geometric transformations and symmetries.", "entity_id": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "entity_type": "category", "file_path": "unknown_source", "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-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "Basic geometric transformations preserving straight-line distances.\u003cSEP\u003eFundamental types of rigid motions in geometry that preserve shape and size, taught in primary education.\u003cSEP\u003e\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0covers geometric transformations and symmetries."}, {"color": "#d4c76a", "created_at": 1752674566, "description": "A geometric concept maintained by rigid motions (translation, rotation, reflection), ensuring shape and size preservation.", "entity_id": "\u56fe\u5f62\u5168\u7b49", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u5168\u7b49", "label": "\u56fe\u5f62\u5168\u7b49", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A geometric concept maintained by rigid motions (translation, rotation, reflection), ensuring shape and size preservation."}, {"color": "#5ef7e8", "created_at": 1752674438, "description": "A post-lesson activity designed to deepen understanding of geometric motions through comparative analysis.\u003cSEP\u003e\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u7684\u8bfe\u7a0b\u8bbe\u8ba1\uff0c\u7528\u4e8e\u63a2\u7d22\u590d\u6742\u6570\u5b66\u95ee\u9898(\u5982\u5bf9\u79f0\u4e0e\u9762\u79ef\u5173\u7cfb)\u3002", "entity_id": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "entity_type": "event", "file_path": "unknown_source", "id": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "label": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "A post-lesson activity designed to deepen understanding of geometric motions through comparative analysis.\u003cSEP\u003e\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u7684\u8bfe\u7a0b\u8bbe\u8ba1\uff0c\u7528\u4e8e\u63a2\u7d22\u590d\u6742\u6570\u5b66\u95ee\u9898(\u5982\u5bf9\u79f0\u4e0e\u9762\u79ef\u5173\u7cfb)\u3002"}, {"color": "#8a8552", "created_at": 1752674566, "description": "A specific teaching problem focusing on understanding translation, rotation, and symmetry.", "entity_id": "\u95ee\u989824", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u989824", "label": "\u95ee\u989824", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A specific teaching problem focusing on understanding translation, rotation, and symmetry."}, {"color": "#43f62e", "created_at": 1752674410, "description": "Bar graphs are used to visually represent and compare medal counts across countries in the London Olympics for teaching purposes.\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56fevisually represents quantity comparisons in data analysis.\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56fe\u662f\u4e00\u79cd\u7edf\u8ba1\u56fe\u8868\uff0c\u7528\u4e8e\u76f4\u89c2\u5c55\u793a\u6570\u636e\u7684\u6570\u91cf\u591a\u5c11\uff0c\u9002\u5408\u6bd4\u8f83\u4e0d\u540c\u7c7b\u522b\u7684\u6570\u636e\u3002\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56fe\u7528\u4e8e\u76f4\u89c2\u8868\u793a\u6570\u636e\u7684\u6570\u91cf\u591a\u5c11\uff0c\u662f\u5c0f\u5b66\u9636\u6bb5\u91cd\u70b9\u5b66\u4e60\u7684\u7edf\u8ba1\u56fe\u8868\u4e4b\u4e00\u3002", "entity_id": "\u6761\u5f62\u7edf\u8ba1\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u6761\u5f62\u7edf\u8ba1\u56fe", "label": "\u6761\u5f62\u7edf\u8ba1\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "Bar graphs are used to visually represent and compare medal counts across countries in the London Olympics for teaching purposes.\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56fevisually represents quantity comparisons in data analysis.\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56fe\u662f\u4e00\u79cd\u7edf\u8ba1\u56fe\u8868\uff0c\u7528\u4e8e\u76f4\u89c2\u5c55\u793a\u6570\u636e\u7684\u6570\u91cf\u591a\u5c11\uff0c\u9002\u5408\u6bd4\u8f83\u4e0d\u540c\u7c7b\u522b\u7684\u6570\u636e\u3002\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56fe\u7528\u4e8e\u76f4\u89c2\u8868\u793a\u6570\u636e\u7684\u6570\u91cf\u591a\u5c11\uff0c\u662f\u5c0f\u5b66\u9636\u6bb5\u91cd\u70b9\u5b66\u4e60\u7684\u7edf\u8ba1\u56fe\u8868\u4e4b\u4e00\u3002"}, {"color": "#3fdc85", "created_at": 1752674410, "description": "Pie charts are mentioned as being better for showing proportional relationships in data.\u003cSEP\u003e\u6247\u5f62\u7edf\u8ba1\u56feillustrates proportional distributions in datasets.\u003cSEP\u003e\u6247\u5f62\u7edf\u8ba1\u56fe\u662f\u4e00\u79cd\u7edf\u8ba1\u56fe\u8868\uff0c\u7528\u4e8e\u5c55\u793a\u5404\u90e8\u5206\u5728\u6574\u4f53\u4e2d\u6240\u5360\u6bd4\u4f8b\uff0c\u9002\u5408\u8868\u73b0\u6570\u636e\u7684\u7ec4\u6210\u7ed3\u6784\u3002\u003cSEP\u003e\u6247\u5f62\u7edf\u8ba1\u56fe\u7528\u4e8e\u8868\u793a\u6570\u636e\u7684\u6bd4\u4f8b\u5173\u7cfb\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6574\u4f53\u4e0e\u90e8\u5206\u4e4b\u95f4\u7684\u5206\u5e03\u3002", "entity_id": "\u6247\u5f62\u7edf\u8ba1\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u6247\u5f62\u7edf\u8ba1\u56fe", "label": "\u6247\u5f62\u7edf\u8ba1\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "Pie charts are mentioned as being better for showing proportional relationships in data.\u003cSEP\u003e\u6247\u5f62\u7edf\u8ba1\u56feillustrates proportional distributions in datasets.\u003cSEP\u003e\u6247\u5f62\u7edf\u8ba1\u56fe\u662f\u4e00\u79cd\u7edf\u8ba1\u56fe\u8868\uff0c\u7528\u4e8e\u5c55\u793a\u5404\u90e8\u5206\u5728\u6574\u4f53\u4e2d\u6240\u5360\u6bd4\u4f8b\uff0c\u9002\u5408\u8868\u73b0\u6570\u636e\u7684\u7ec4\u6210\u7ed3\u6784\u3002\u003cSEP\u003e\u6247\u5f62\u7edf\u8ba1\u56fe\u7528\u4e8e\u8868\u793a\u6570\u636e\u7684\u6bd4\u4f8b\u5173\u7cfb\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6574\u4f53\u4e0e\u90e8\u5206\u4e4b\u95f4\u7684\u5206\u5e03\u3002"}, {"color": "#f1d500", "created_at": 1752674410, "description": "Line graphs are introduced as a tool for analyzing trends over time, to be used in predicting future Olympic results.\u003cSEP\u003e\u6298\u7ebf\u7edf\u8ba1\u56fetracks trends and changes in data over time.\u003cSEP\u003e\u6298\u7ebf\u7edf\u8ba1\u56fe\u662f\u4e00\u79cd\u7edf\u8ba1\u56fe\u8868\uff0c\u7528\u4e8e\u5c55\u793a\u6570\u636e\u968f\u65f6\u95f4\u6216\u5176\u4ed6\u53d8\u91cf\u53d8\u5316\u7684\u8d8b\u52bf\u3002\u003cSEP\u003e\u6298\u7ebf\u7edf\u8ba1\u56fe\u7528\u4e8e\u5c55\u793a\u6570\u636e\u968f\u65f6\u95f4\u6216\u5176\u4ed6\u53d8\u91cf\u7684\u53d8\u5316\u8d8b\u52bf\uff0c\u7a81\u51fa\u6570\u636e\u7684\u52a8\u6001\u7279\u5f81\u3002", "entity_id": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "label": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "Line graphs are introduced as a tool for analyzing trends over time, to be used in predicting future Olympic results.\u003cSEP\u003e\u6298\u7ebf\u7edf\u8ba1\u56fetracks trends and changes in data over time.\u003cSEP\u003e\u6298\u7ebf\u7edf\u8ba1\u56fe\u662f\u4e00\u79cd\u7edf\u8ba1\u56fe\u8868\uff0c\u7528\u4e8e\u5c55\u793a\u6570\u636e\u968f\u65f6\u95f4\u6216\u5176\u4ed6\u53d8\u91cf\u53d8\u5316\u7684\u8d8b\u52bf\u3002\u003cSEP\u003e\u6298\u7ebf\u7edf\u8ba1\u56fe\u7528\u4e8e\u5c55\u793a\u6570\u636e\u968f\u65f6\u95f4\u6216\u5176\u4ed6\u53d8\u91cf\u7684\u53d8\u5316\u8d8b\u52bf\uff0c\u7a81\u51fa\u6570\u636e\u7684\u52a8\u6001\u7279\u5f81\u3002"}, {"color": "#d0baaa", "created_at": 1752674473, "description": "\u6570\u636e\u968f\u673a\u6027\u662f\u6307\u5728\u63a8\u65ad\u7edf\u8ba1\u4e2d\u6570\u636e\u83b7\u53d6\u5e94\u5c3d\u53ef\u80fd\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\uff0c\u4ee5\u4fdd\u8bc1\u5206\u6790\u7684\u79d1\u5b66\u6027\u548c\u7ed3\u679c\u7684\u53ef\u9760\u6027\u3002\u003cSEP\u003e\u6570\u636e\u968f\u673a\u6027\u662f\u6307\u6570\u636e\u53d7\u591a\u79cd\u4e0d\u786e\u5b9a\u56e0\u7d20\u5f71\u54cd\u800c\u5448\u73b0\u7684\u6ce2\u52a8\u6027\uff0c\u63a8\u65ad\u6570\u636e\u5206\u6790\u6b63\u662f\u57fa\u4e8e\u6b64\u7279\u6027\u8fdb\u884c\u5206\u6790\u3002\u003cSEP\u003e\u6570\u636e\u968f\u673a\u6027\u662f\u6307\u901a\u8fc7\u62bd\u6837\u83b7\u5f97\u7684\u6570\u636e\u5177\u6709\u4e0d\u786e\u5b9a\u6027\uff0c\u4e0d\u540c\u6837\u672c\u53ef\u80fd\u4ea7\u751f\u4e0d\u540c\u7ed3\u679c\uff0c\u4f46\u8fd9\u79cd\u968f\u673a\u6027\u5e94\u5c3d\u91cf\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\u3002", "entity_id": "\u6570\u636e\u968f\u673a\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u968f\u673a\u6027", "label": "\u6570\u636e\u968f\u673a\u6027", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6570\u636e\u968f\u673a\u6027\u662f\u6307\u5728\u63a8\u65ad\u7edf\u8ba1\u4e2d\u6570\u636e\u83b7\u53d6\u5e94\u5c3d\u53ef\u80fd\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\uff0c\u4ee5\u4fdd\u8bc1\u5206\u6790\u7684\u79d1\u5b66\u6027\u548c\u7ed3\u679c\u7684\u53ef\u9760\u6027\u3002\u003cSEP\u003e\u6570\u636e\u968f\u673a\u6027\u662f\u6307\u6570\u636e\u53d7\u591a\u79cd\u4e0d\u786e\u5b9a\u56e0\u7d20\u5f71\u54cd\u800c\u5448\u73b0\u7684\u6ce2\u52a8\u6027\uff0c\u63a8\u65ad\u6570\u636e\u5206\u6790\u6b63\u662f\u57fa\u4e8e\u6b64\u7279\u6027\u8fdb\u884c\u5206\u6790\u3002\u003cSEP\u003e\u6570\u636e\u968f\u673a\u6027\u662f\u6307\u901a\u8fc7\u62bd\u6837\u83b7\u5f97\u7684\u6570\u636e\u5177\u6709\u4e0d\u786e\u5b9a\u6027\uff0c\u4e0d\u540c\u6837\u672c\u53ef\u80fd\u4ea7\u751f\u4e0d\u540c\u7ed3\u679c\uff0c\u4f46\u8fd9\u79cd\u968f\u673a\u6027\u5e94\u5c3d\u91cf\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\u3002"}, {"color": "#8ee228", "created_at": 1752674536, "description": "\u5b9e\u9a8c\u6570\u636ek\u662f\u901a\u8fc7\u5b9e\u9645\u91cd\u590d\u8bd5\u9a8c\u5f97\u5230\u7684\u6210\u529f\u6b21\u6570\uff0c\u662f\u4f30\u8ba1\u6982\u7387p\u7684\u57fa\u7840\u3002", "entity_id": "\u5b9e\u9a8c\u6570\u636ek", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b9e\u9a8c\u6570\u636ek", "label": "\u5b9e\u9a8c\u6570\u636ek", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5b9e\u9a8c\u6570\u636ek\u662f\u901a\u8fc7\u5b9e\u9645\u91cd\u590d\u8bd5\u9a8c\u5f97\u5230\u7684\u6210\u529f\u6b21\u6570\uff0c\u662f\u4f30\u8ba1\u6982\u7387p\u7684\u57fa\u7840\u3002"}, {"color": "#932553", "created_at": 1752674393, "description": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66is an educational institution where the author served as president, leading to his involvement in\u57fa\u7840\u6559\u80b2.", "entity_id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66", "label": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66is an educational institution where the author served as president, leading to his involvement in\u57fa\u7840\u6559\u80b2."}, {"color": "#5128d3", "created_at": 1752674403, "description": "\u6559\u80b2\u90e8is the government body that commissioned the revision of the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6.", "entity_id": "\u6559\u80b2\u90e8", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6559\u80b2\u90e8", "label": "\u6559\u80b2\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u6559\u80b2\u90e8is the government body that commissioned the revision of the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6."}, {"color": "#7dcfd8", "created_at": 1752674438, "description": "An example from the curriculum focusing on discovering patterns through calculation.", "entity_id": "\u4f8b28", "entity_type": "event", "file_path": "unknown_source", "id": "\u4f8b28", "label": "\u4f8b28", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "An example from the curriculum focusing on discovering patterns through calculation."}, {"color": "#1e5aaf", "created_at": 1752674438, "description": "An example from the curriculum emphasizing the articulation of discovered patterns.", "entity_id": "\u4f8b50", "entity_type": "event", "file_path": "unknown_source", "id": "\u4f8b50", "label": "\u4f8b50", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "An example from the curriculum emphasizing the articulation of discovered patterns."}, {"color": "#32beea", "created_at": 1752674421, "description": "The **\"\u56db\u57fa\" (Four Basics)** is a core concept in Chinese mathematics education, introduced as part of the **Compulsory Education Mathematics Curriculum Standards**. It outlines four fundamental educational goals: **basic knowledge**, **basic skills**, **basic mathematical thinking methods** (or ideas), and **basic activity experiences**. This framework expands upon the earlier emphasis on \"**\u53cc\u57fa**\" (the Two Basics: knowledge and skills) by incorporating more holistic and experiential aspects of learning\u2014namely, mathematical reasoning and practical engagement through activities. The Four Basics aim to cultivate not only students\u0027 technical competence but also their **implicit mathematical literacy** and deeper conceptual understanding. As such, it serves as a foundational guideline in shaping curriculum and teaching practices in Chinese mathematics education.", "entity_id": "\u56db\u57fa", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u57fa", "label": "\u56db\u57fa", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-57240756a8944481d9eef51ffccd60df", "title": "The **\"\u56db\u57fa\" (Four Basics)** is a core concept in Chinese mathematics education, introduced as part of the **Compulsory Education Mathematics Curriculum Standards**. It outlines four fundamental educational goals: **basic knowledge**, **basic skills**, **basic mathematical thinking methods** (or ideas), and **basic activity experiences**. This framework expands upon the earlier emphasis on \"**\u53cc\u57fa**\" (the Two Basics: knowledge and skills) by incorporating more holistic and experiential aspects of learning\u2014namely, mathematical reasoning and practical engagement through activities. The Four Basics aim to cultivate not only students\u0027 technical competence but also their **implicit mathematical literacy** and deeper conceptual understanding. As such, it serves as a foundational guideline in shaping curriculum and teaching practices in Chinese mathematics education."}, {"color": "#2cf31e", "created_at": 1752674427, "description": "\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u662f\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e2d\u63d0\u5021\u7684\u4e00\u79cd\u6559\u5b66\u6d3b\u52a8\u5f62\u5f0f\uff0c\u901a\u8fc7\u6e38\u620f\u548c\u5b9e\u8df5\u6d3b\u52a8\u5e2e\u52a9\u5b66\u751f\u611f\u609f\u56fe\u5f62\u8fd0\u52a8\u3002\u003cSEP\u003eA section of the curriculum that integrates mathematical concepts with real-world applications, emphasizing experiential learning and data analysis.\u003cSEP\u003eHands-on learning activities where students apply geometric concepts through practical operations.\u003cSEP\u003e\u7efc\u5408\u4e0e\u5b9e\u8df5is a curriculum component emphasizing integrated and practical learning experiences in Chinese education.", "entity_id": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "entity_type": "category", "file_path": "unknown_source", "id": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "label": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u662f\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e2d\u63d0\u5021\u7684\u4e00\u79cd\u6559\u5b66\u6d3b\u52a8\u5f62\u5f0f\uff0c\u901a\u8fc7\u6e38\u620f\u548c\u5b9e\u8df5\u6d3b\u52a8\u5e2e\u52a9\u5b66\u751f\u611f\u609f\u56fe\u5f62\u8fd0\u52a8\u3002\u003cSEP\u003eA section of the curriculum that integrates mathematical concepts with real-world applications, emphasizing experiential learning and data analysis.\u003cSEP\u003eHands-on learning activities where students apply geometric concepts through practical operations.\u003cSEP\u003e\u7efc\u5408\u4e0e\u5b9e\u8df5is a curriculum component emphasizing integrated and practical learning experiences in Chinese education."}, {"color": "#00a0d0", "created_at": 1752674473, "description": "Refers to a specific section in the curriculum standard that discusses the randomness of data and its implications for statistical analysis.\u003cSEP\u003e\u95ee\u989828\u662f\u6587\u4e2d\u63d0\u5230\u7684\u53e6\u4e00\u4e2a\u95ee\u9898\uff0c\u4e0e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u7ed3\u679c\u4e00\u81f4\uff0c\u7528\u4e8e\u9a8c\u8bc1\u4f30\u8ba1\u65b9\u6cd5\u7684\u5408\u7406\u6027\u3002", "entity_id": "\u95ee\u989828", "entity_type": "category", "file_path": "unknown_source", "id": "\u95ee\u989828", "label": "\u95ee\u989828", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "Refers to a specific section in the curriculum standard that discusses the randomness of data and its implications for statistical analysis.\u003cSEP\u003e\u95ee\u989828\u662f\u6587\u4e2d\u63d0\u5230\u7684\u53e6\u4e00\u4e2a\u95ee\u9898\uff0c\u4e0e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u7ed3\u679c\u4e00\u81f4\uff0c\u7528\u4e8e\u9a8c\u8bc1\u4f30\u8ba1\u65b9\u6cd5\u7684\u5408\u7406\u6027\u3002"}, {"color": "#9a9f97", "created_at": 1752674473, "description": "A section in the curriculum standard that explores the meaning and importance of the average (mean) in statistical analysis.\u003cSEP\u003eQuestion 29 discusses the meaning of averages and their distinction between arithmetic and statistical interpretations.", "entity_id": "\u95ee\u989829", "entity_type": "category", "file_path": "unknown_source", "id": "\u95ee\u989829", "label": "\u95ee\u989829", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "A section in the curriculum standard that explores the meaning and importance of the average (mean) in statistical analysis.\u003cSEP\u003eQuestion 29 discusses the meaning of averages and their distinction between arithmetic and statistical interpretations."}, {"color": "#2d6c64", "created_at": 1752674473, "description": "An example in the curriculum standard that asks students to record daily commute times to school and analyze the data, illustrating the importance of minimizing systematic error and human interference.", "entity_id": "\u4f8b22", "entity_type": "event", "file_path": "unknown_source", "id": "\u4f8b22", "label": "\u4f8b22", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "An example in the curriculum standard that asks students to record daily commute times to school and analyze the data, illustrating the importance of minimizing systematic error and human interference."}, {"color": "#1d63f1", "created_at": 1752674473, "description": "An example in the curriculum standard that demonstrates how students can estimate the proportion of red and white balls in a bag through repeated sampling, highlighting the concept of data randomness and statistical inference.", "entity_id": "\u4f8b40", "entity_type": "event", "file_path": "unknown_source", "id": "\u4f8b40", "label": "\u4f8b40", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "An example in the curriculum standard that demonstrates how students can estimate the proportion of red and white balls in a bag through repeated sampling, highlighting the concept of data randomness and statistical inference."}, {"color": "#997640", "created_at": 1752674520, "description": "David Hilbert (\u5e0c\u5c14\u4f2f\u7279) was a renowned German mathematician and one of the greatest mathematicians of the 20th century, often referred to as the \"Alexander of the Mathematical World.\" He made groundbreaking contributions to various fields of mathematics, particularly in geometry and the foundations of mathematics. \n\nHilbert is best known for formalizing axiomatic systems, notably the **Hilbert axioms**, which modernized Euclidean geometry by further abstracting and refining its fundamental concepts. His work laid the foundation for the axiomatization of modern mathematics, emphasizing the importance of logical relationships between axioms over their concrete meanings. \n\nA key aspect of his approach was the introduction of the **\"Side-Angle-Side\" (SAS) theorem as an axiom**, allowing geometry to be freed from reliance on physical interpretations. His efforts significantly advanced the development of the **axiomatic method**, influencing subsequent mathematical and logical research. \n\nWidely recognized for his influence on mathematical philosophy, Hilbert regarded mathematical objects as abstract entities, prioritizing their structural and relational properties. His legacy endures as a cornerstone in both mathematical theory and foundational studies.", "entity_id": "\u5e0c\u5c14\u4f2f\u7279", "entity_type": "person", "file_path": "unknown_source", "id": "\u5e0c\u5c14\u4f2f\u7279", "label": "\u5e0c\u5c14\u4f2f\u7279", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "David Hilbert (\u5e0c\u5c14\u4f2f\u7279) was a renowned German mathematician and one of the greatest mathematicians of the 20th century, often referred to as the \"Alexander of the Mathematical World.\" He made groundbreaking contributions to various fields of mathematics, particularly in geometry and the foundations of mathematics. \n\nHilbert is best known for formalizing axiomatic systems, notably the **Hilbert axioms**, which modernized Euclidean geometry by further abstracting and refining its fundamental concepts. His work laid the foundation for the axiomatization of modern mathematics, emphasizing the importance of logical relationships between axioms over their concrete meanings. \n\nA key aspect of his approach was the introduction of the **\"Side-Angle-Side\" (SAS) theorem as an axiom**, allowing geometry to be freed from reliance on physical interpretations. His efforts significantly advanced the development of the **axiomatic method**, influencing subsequent mathematical and logical research. \n\nWidely recognized for his influence on mathematical philosophy, Hilbert regarded mathematical objects as abstract entities, prioritizing their structural and relational properties. His legacy endures as a cornerstone in both mathematical theory and foundational studies."}, {"color": "#d6719d", "created_at": 1752674410, "description": "\u76f4\u89c2refers to direct judgment of things, forming the experiential level of understanding.", "entity_id": "\u76f4\u89c2", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u89c2", "label": "\u76f4\u89c2", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u76f4\u89c2refers to direct judgment of things, forming the experiential level of understanding."}, {"color": "#2178aa", "created_at": 1752674473, "description": "\u4fe1\u606f\u6280\u672f\u662f\u56fe\u5f62\u6570\u5b57\u5316\u601d\u7ef4\u7684\u5e94\u7528\u9886\u57df,\u5305\u62ec\u7535\u89c6\u753b\u9762\u8f93\u9001\u548c\u7f51\u7edc\u56fe\u5f62\u4f20\u8f93\u7684\u52a0\u5bc6\u4e0e\u89e3\u5bc6\u6280\u672f\u3002", "entity_id": "\u4fe1\u606f\u6280\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u4fe1\u606f\u6280\u672f", "label": "\u4fe1\u606f\u6280\u672f", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u4fe1\u606f\u6280\u672f\u662f\u56fe\u5f62\u6570\u5b57\u5316\u601d\u7ef4\u7684\u5e94\u7528\u9886\u57df,\u5305\u62ec\u7535\u89c6\u753b\u9762\u8f93\u9001\u548c\u7f51\u7edc\u56fe\u5f62\u4f20\u8f93\u7684\u52a0\u5bc6\u4e0e\u89e3\u5bc6\u6280\u672f\u3002"}, {"color": "#de27f8", "created_at": 1752674473, "description": "\u0027\u529b\u0027\u662f\u521d\u4e2d\u7269\u7406\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u9700\u8981\u7528\u5411\u91cf\u8fdb\u884c\u6570\u5b66\u8868\u8fbe\uff0c\u4f53\u73b0\u4e86\u51e0\u4f55\u76f4\u89c2\u5728\u7269\u7406\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "entity_id": "\u529b", "entity_type": "category", "file_path": "unknown_source", "id": "\u529b", "label": "\u529b", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u0027\u529b\u0027\u662f\u521d\u4e2d\u7269\u7406\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u9700\u8981\u7528\u5411\u91cf\u8fdb\u884c\u6570\u5b66\u8868\u8fbe\uff0c\u4f53\u73b0\u4e86\u51e0\u4f55\u76f4\u89c2\u5728\u7269\u7406\u5b66\u4e2d\u7684\u5e94\u7528\u3002"}, {"color": "#9c3fec", "created_at": 1752674473, "description": "Fundamental experiential learning gained through practical geometric operations and discussions.\u003cSEP\u003e\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c\u662f\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u0027\u56db\u57fa\u0027\u4e4b\u4e00\uff0c\u6307\u5b66\u751f\u901a\u8fc7\u53c2\u4e0e\u601d\u7ef4\u6216\u5b9e\u8df5\u6d3b\u52a8\u79ef\u7d2f\u7684\u76f4\u89c2\u7ecf\u9a8c\uff0c\u7528\u4e8e\u5f62\u6210\u76f4\u89c2\u80fd\u529b\u3002", "entity_id": "\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c", "label": "\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Fundamental experiential learning gained through practical geometric operations and discussions.\u003cSEP\u003e\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c\u662f\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u0027\u56db\u57fa\u0027\u4e4b\u4e00\uff0c\u6307\u5b66\u751f\u901a\u8fc7\u53c2\u4e0e\u601d\u7ef4\u6216\u5b9e\u8df5\u6d3b\u52a8\u79ef\u7d2f\u7684\u76f4\u89c2\u7ecf\u9a8c\uff0c\u7528\u4e8e\u5f62\u6210\u76f4\u89c2\u80fd\u529b\u3002"}, {"color": "#6d127f", "created_at": 1752674403, "description": "Randomness refers to the inherent unpredictability in data collection processes, where outcomes vary due to natural variability and must be treated to avoid systematic errors.\u003cSEP\u003e\u968f\u673a\u6027refers to the concept of randomness in statistics, distinct from uncertainty, and involves methods like\u6700\u5927\u4f3c\u7136\u4f30\u8ba1.\u003cSEP\u003e\u968f\u673a\u6027\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u57fa\u672c\u7279\u6027\uff0c\u5f3a\u8c03\u4e8b\u4ef6\u53d1\u751f\u7684\u4e0d\u786e\u5b9a\u6027\uff0c\u662f\u7406\u89e3\u5e73\u5747\u6570\u548c\u6982\u7387\u7684\u57fa\u7840\u3002", "entity_id": "\u968f\u673a\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u6027", "label": "\u968f\u673a\u6027", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "Randomness refers to the inherent unpredictability in data collection processes, where outcomes vary due to natural variability and must be treated to avoid systematic errors.\u003cSEP\u003e\u968f\u673a\u6027refers to the concept of randomness in statistics, distinct from uncertainty, and involves methods like\u6700\u5927\u4f3c\u7136\u4f30\u8ba1.\u003cSEP\u003e\u968f\u673a\u6027\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u57fa\u672c\u7279\u6027\uff0c\u5f3a\u8c03\u4e8b\u4ef6\u53d1\u751f\u7684\u4e0d\u786e\u5b9a\u6027\uff0c\u662f\u7406\u89e3\u5e73\u5747\u6570\u548c\u6982\u7387\u7684\u57fa\u7840\u3002"}, {"color": "#1bc4fd", "created_at": 1752674410, "description": "A measure of the likelihood of an event occurring, often estimated using sample frequencies in statistical experiments.\u003cSEP\u003eProbability refers to the likelihood of random events occurring, measured on a scale from 0 (impossible) to 1 (certain). It is a central concept in statistics and probability theory.\u003cSEP\u003e\u6982\u7387explores the nature of probability as an attribute of random events and methods to estimate or define it.\u003cSEP\u003e\u6982\u7387\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u57fa\u7840\u6982\u5ff5\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\uff0c\u5e38\u4e0e\u6570\u636e\u5206\u6790\u7ed3\u5408\u7528\u4e8e\u7406\u89e3\u968f\u673a\u73b0\u8c61\u3002\u003cSEP\u003e\u6982\u7387\u662f\u8861\u91cf\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u53ef\u80fd\u6027\u7684\u6570\u503c\uff0c\u5176\u786e\u5b9a\u9700\u901a\u8fc7\u6570\u636e\u5206\u6790\u548c\u7edf\u8ba1\u63a8\u65ad\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u4fdd\u9669\u3001\u91d1\u878d\u7b49\u9886\u57df\u3002", "entity_id": "\u6982\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u7387", "label": "\u6982\u7387", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-d1e7985225b136a6097b8207f3f65e71\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A measure of the likelihood of an event occurring, often estimated using sample frequencies in statistical experiments.\u003cSEP\u003eProbability refers to the likelihood of random events occurring, measured on a scale from 0 (impossible) to 1 (certain). It is a central concept in statistics and probability theory.\u003cSEP\u003e\u6982\u7387explores the nature of probability as an attribute of random events and methods to estimate or define it.\u003cSEP\u003e\u6982\u7387\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u57fa\u7840\u6982\u5ff5\uff0c\u7528\u4e8e\u63cf\u8ff0\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\uff0c\u5e38\u4e0e\u6570\u636e\u5206\u6790\u7ed3\u5408\u7528\u4e8e\u7406\u89e3\u968f\u673a\u73b0\u8c61\u3002\u003cSEP\u003e\u6982\u7387\u662f\u8861\u91cf\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u53ef\u80fd\u6027\u7684\u6570\u503c\uff0c\u5176\u786e\u5b9a\u9700\u901a\u8fc7\u6570\u636e\u5206\u6790\u548c\u7edf\u8ba1\u63a8\u65ad\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u4fdd\u9669\u3001\u91d1\u878d\u7b49\u9886\u57df\u3002"}, {"color": "#509364", "created_at": 1752674410, "description": "The **\u5e73\u5747\u6570** (average/mean) is a fundamental mathematical and statistical concept that represents the central tendency of a dataset, calculated by summing values and dividing by the number of observations. It is a key measure in statistics, widely used to estimate population expectations and describe data trends. The concept\u0027s significance extends to its role as an unbiased estimator (\u65e0\u504f\u4f30\u8ba1) within error models (\u8bef\u5dee\u6a21\u578b), which justify its statistical validity. \n\nHistorical accounts suggest that early forms of data analysis involving averages may have been practiced as far back as the Zhou dynasty. In educational contexts, the average is often introduced as a foundational topic in subsequent lessons. \n\nIn summary, the **\u5e73\u5747\u6570** serves as a critical tool for understanding data distribution, providing insights into central values while maintaining theoretical and practical importance across statistics, education, and historical applications.", "entity_id": "\u5e73\u5747\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u5747\u6570", "label": "\u5e73\u5747\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-592deb8c7f0a5b4382818efa41222fde", "title": "The **\u5e73\u5747\u6570** (average/mean) is a fundamental mathematical and statistical concept that represents the central tendency of a dataset, calculated by summing values and dividing by the number of observations. It is a key measure in statistics, widely used to estimate population expectations and describe data trends. The concept\u0027s significance extends to its role as an unbiased estimator (\u65e0\u504f\u4f30\u8ba1) within error models (\u8bef\u5dee\u6a21\u578b), which justify its statistical validity. \n\nHistorical accounts suggest that early forms of data analysis involving averages may have been practiced as far back as the Zhou dynasty. In educational contexts, the average is often introduced as a foundational topic in subsequent lessons. \n\nIn summary, the **\u5e73\u5747\u6570** serves as a critical tool for understanding data distribution, providing insights into central values while maintaining theoretical and practical importance across statistics, education, and historical applications."}, {"color": "#e75fea", "created_at": 1752674473, "description": "Data analysis refers to the process of examining, interpreting, and drawing conclusions from data sets, particularly in the presence of randomness and error.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u662f\u7edf\u8ba1\u5b66\u7684\u6838\u5fc3\u8fc7\u7a0b\uff0c\u5305\u62ec\u6570\u636e\u6536\u96c6\u3001\u6574\u7406\u3001\u5206\u6790\u548c\u89e3\u91ca\uff0c\u7528\u4e8e\u63ed\u793a\u6570\u636e\u80cc\u540e\u7684\u89c4\u5f8b\u548c\u4fe1\u606f\u3002\u003cSEP\u003e\u6570\u636e\u5206\u6790\u662f\u7edf\u8ba1\u5b66\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u6d89\u53ca\u5bf9\u6570\u636e\u7684\u5904\u7406\u3001\u5efa\u6a21\u548c\u51b3\u7b56\u652f\u6301\u3002", "entity_id": "\u6570\u636e\u5206\u6790", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u5206\u6790", "label": "\u6570\u636e\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Data analysis refers to the process of examining, interpreting, and drawing conclusions from data sets, particularly in the presence of randomness and error.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u662f\u7edf\u8ba1\u5b66\u7684\u6838\u5fc3\u8fc7\u7a0b\uff0c\u5305\u62ec\u6570\u636e\u6536\u96c6\u3001\u6574\u7406\u3001\u5206\u6790\u548c\u89e3\u91ca\uff0c\u7528\u4e8e\u63ed\u793a\u6570\u636e\u80cc\u540e\u7684\u89c4\u5f8b\u548c\u4fe1\u606f\u3002\u003cSEP\u003e\u6570\u636e\u5206\u6790\u662f\u7edf\u8ba1\u5b66\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u6d89\u53ca\u5bf9\u6570\u636e\u7684\u5904\u7406\u3001\u5efa\u6a21\u548c\u51b3\u7b56\u652f\u6301\u3002"}, {"color": "#c9fd8f", "created_at": 1752674473, "description": "A type of error that consistently skews data in one direction, which should be avoided to ensure data randomness.\u003cSEP\u003eSystematic error refers to consistent, repeatable errors in data collection that can skew results and must be minimized to ensure data integrity.\u003cSEP\u003e\u7cfb\u7edf\u8bef\u5dee\u662f\u6307\u5728\u6570\u636e\u6536\u96c6\u6216\u6d4b\u91cf\u8fc7\u7a0b\u4e2d\u7531\u4e8e\u65b9\u6cd5\u6216\u5de5\u5177\u504f\u5dee\u5bfc\u81f4\u7684\u8bef\u5dee\uff0c\u5e94\u5c3d\u91cf\u907f\u514d\u4ee5\u786e\u4fdd\u6570\u636e\u7684\u51c6\u786e\u6027\u3002", "entity_id": "\u7cfb\u7edf\u8bef\u5dee", "entity_type": "category", "file_path": "unknown_source", "id": "\u7cfb\u7edf\u8bef\u5dee", "label": "\u7cfb\u7edf\u8bef\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "A type of error that consistently skews data in one direction, which should be avoided to ensure data randomness.\u003cSEP\u003eSystematic error refers to consistent, repeatable errors in data collection that can skew results and must be minimized to ensure data integrity.\u003cSEP\u003e\u7cfb\u7edf\u8bef\u5dee\u662f\u6307\u5728\u6570\u636e\u6536\u96c6\u6216\u6d4b\u91cf\u8fc7\u7a0b\u4e2d\u7531\u4e8e\u65b9\u6cd5\u6216\u5de5\u5177\u504f\u5dee\u5bfc\u81f4\u7684\u8bef\u5dee\uff0c\u5e94\u5c3d\u91cf\u907f\u514d\u4ee5\u786e\u4fdd\u6570\u636e\u7684\u51c6\u786e\u6027\u3002"}, {"color": "#2b9999", "created_at": 1752674473, "description": "Human interference refers to the influence of human actions or biases in the data collection process that can compromise the randomness of the data.\u003cSEP\u003eUnintended influence from human actions during data collection, which should be minimized to maintain data integrity.\u003cSEP\u003e\u4eba\u4e3a\u5e72\u6270\u662f\u6307\u5728\u6570\u636e\u6536\u96c6\u8fc7\u7a0b\u4e2d\u7531\u4e8e\u4e3b\u89c2\u56e0\u7d20\u6216\u64cd\u4f5c\u4e0d\u5f53\u5f15\u5165\u7684\u8bef\u5dee\uff0c\u5e94\u5c3d\u91cf\u6392\u9664\u4ee5\u4fdd\u8bc1\u6570\u636e\u7684\u5ba2\u89c2\u6027\u3002", "entity_id": "\u4eba\u4e3a\u5e72\u6270", "entity_type": "category", "file_path": "unknown_source", "id": "\u4eba\u4e3a\u5e72\u6270", "label": "\u4eba\u4e3a\u5e72\u6270", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Human interference refers to the influence of human actions or biases in the data collection process that can compromise the randomness of the data.\u003cSEP\u003eUnintended influence from human actions during data collection, which should be minimized to maintain data integrity.\u003cSEP\u003e\u4eba\u4e3a\u5e72\u6270\u662f\u6307\u5728\u6570\u636e\u6536\u96c6\u8fc7\u7a0b\u4e2d\u7531\u4e8e\u4e3b\u89c2\u56e0\u7d20\u6216\u64cd\u4f5c\u4e0d\u5f53\u5f15\u5165\u7684\u8bef\u5dee\uff0c\u5e94\u5c3d\u91cf\u6392\u9664\u4ee5\u4fdd\u8bc1\u6570\u636e\u7684\u5ba2\u89c2\u6027\u3002"}, {"color": "#86ebfd", "created_at": 1752674566, "description": "\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6\u662f\u7edf\u8ba1\u63a8\u65ad\u4e2d\u91cd\u8981\u7684\u968f\u673a\u4e8b\u4ef6\u7c7b\u578b\uff0c\u662f\u7406\u89e3\u6837\u672c\u5747\u503c\u548c\u6982\u7387\u4f30\u8ba1\u7684\u57fa\u7840\u3002", "entity_id": "\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6", "entity_type": "category", "file_path": "unknown_source", "id": "\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6", "label": "\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6\u662f\u7edf\u8ba1\u63a8\u65ad\u4e2d\u91cd\u8981\u7684\u968f\u673a\u4e8b\u4ef6\u7c7b\u578b\uff0c\u662f\u7406\u89e3\u6837\u672c\u5747\u503c\u548c\u6982\u7387\u4f30\u8ba1\u7684\u57fa\u7840\u3002"}, {"color": "#5b5f7f", "created_at": 1752674473, "description": "An error model described in the text, represented as x = \u03bc + \u03b5, used to explain how observed data can differ from true values due to random error.\u003cSEP\u003eError model describes the assumption that observed data can be expressed as the true value plus random errors, which cancel out over a large sample size.\u003cSEP\u003e\u8bef\u5dee\u6a21\u578b\u7528\u4e8e\u89e3\u91ca\u5e73\u5747\u6570\u4f30\u8ba1\u7684\u5408\u7406\u6027\uff0c\u5e76\u5f3a\u8c03\u968f\u673a\u6027\u4e2d\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\u7684\u91cd\u8981\u6027\u3002", "entity_id": "\u8bef\u5dee\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u8bef\u5dee\u6a21\u578b", "label": "\u8bef\u5dee\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "An error model described in the text, represented as x = \u03bc + \u03b5, used to explain how observed data can differ from true values due to random error.\u003cSEP\u003eError model describes the assumption that observed data can be expressed as the true value plus random errors, which cancel out over a large sample size.\u003cSEP\u003e\u8bef\u5dee\u6a21\u578b\u7528\u4e8e\u89e3\u91ca\u5e73\u5747\u6570\u4f30\u8ba1\u7684\u5408\u7406\u6027\uff0c\u5e76\u5f3a\u8c03\u968f\u673a\u6027\u4e2d\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\u7684\u91cd\u8981\u6027\u3002"}, {"color": "#1d078b", "created_at": 1752674410, "description": "Statistics is the scientific discipline concerned with collecting, analyzing, interpreting, and presenting data, especially in the presence of randomness.\u003cSEP\u003eThe branch of mathematics dealing with data collection, analysis, interpretation, and presentation, emphasizing concepts such as randomness, averages, and error modeling.\u003cSEP\u003e\u7edf\u8ba1\u5b66examines the history and methods of statistical analysis, including\u6982\u7387\u7684\u5b9a\u4e49.\u003cSEP\u003e\u7edf\u8ba1\u5b66\u662f\u4e00\u95e8\u7814\u7a76\u6570\u636e\u6536\u96c6\u3001\u5206\u6790\u548c\u89e3\u91ca\u7684\u5b66\u79d1\uff0c\u5176\u8d77\u6e90\u53ef\u8ffd\u6eaf\u81f3\u53e4\u4ee3\u7684\u6570\u636e\u8bb0\u5f55\u5b9e\u8df5\u3002", "entity_id": "\u7edf\u8ba1\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u5b66", "label": "\u7edf\u8ba1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Statistics is the scientific discipline concerned with collecting, analyzing, interpreting, and presenting data, especially in the presence of randomness.\u003cSEP\u003eThe branch of mathematics dealing with data collection, analysis, interpretation, and presentation, emphasizing concepts such as randomness, averages, and error modeling.\u003cSEP\u003e\u7edf\u8ba1\u5b66examines the history and methods of statistical analysis, including\u6982\u7387\u7684\u5b9a\u4e49.\u003cSEP\u003e\u7edf\u8ba1\u5b66\u662f\u4e00\u95e8\u7814\u7a76\u6570\u636e\u6536\u96c6\u3001\u5206\u6790\u548c\u89e3\u91ca\u7684\u5b66\u79d1\uff0c\u5176\u8d77\u6e90\u53ef\u8ffd\u6eaf\u81f3\u53e4\u4ee3\u7684\u6570\u636e\u8bb0\u5f55\u5b9e\u8df5\u3002"}, {"color": "#cd32ad", "created_at": 1752674473, "description": "A symbol representing the true value in a statistical error model, which is estimated using sample data and averages.", "entity_id": "\u03bc", "entity_type": "category", "file_path": "unknown_source", "id": "\u03bc", "label": "\u03bc", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A symbol representing the true value in a statistical error model, which is estimated using sample data and averages."}, {"color": "#f9d907", "created_at": 1752674473, "description": "A subset of data collected from a larger population, used in statistical inference to estimate population parameters such as proportions or averages.\u003cSEP\u003e\u6837\u672c\u662f\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u7684\u4e00\u90e8\u5206\u6570\u636e\uff0c\u7528\u4e8e\u901a\u8fc7\u5206\u6790\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u662f\u62bd\u6837\u8c03\u67e5\u548c\u63a8\u65ad\u7edf\u8ba1\u7684\u6838\u5fc3\u3002", "entity_id": "\u6837\u672c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6837\u672c", "label": "\u6837\u672c", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A subset of data collected from a larger population, used in statistical inference to estimate population parameters such as proportions or averages.\u003cSEP\u003e\u6837\u672c\u662f\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u7684\u4e00\u90e8\u5206\u6570\u636e\uff0c\u7528\u4e8e\u901a\u8fc7\u5206\u6790\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u662f\u62bd\u6837\u8c03\u67e5\u548c\u63a8\u65ad\u7edf\u8ba1\u7684\u6838\u5fc3\u3002"}, {"color": "#bff454", "created_at": 1752674473, "description": "Random events are occurrences that may or may not happen, or may happen in various ways. They are the primary subject of study in probability and statistics.", "entity_id": "\u968f\u673a\u4e8b\u4ef6", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u4e8b\u4ef6", "label": "\u968f\u673a\u4e8b\u4ef6", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Random events are occurrences that may or may not happen, or may happen in various ways. They are the primary subject of study in probability and statistics."}, {"color": "#edf67f", "created_at": 1752674526, "description": "\u63a8\u65ad\u6570\u636e\u5206\u6790\u662f\u57fa\u4e8e\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u5229\u7528\u5386\u53f2\u968f\u673a\u6570\u636e\u5bf9\u672a\u77e5\u4e8b\u4ef6\u8fdb\u884c\u6982\u7387\u63a8\u65ad\u7684\u7edf\u8ba1\u65b9\u6cd5\uff0c\u9002\u7528\u4e8e\u98ce\u9669\u8bc4\u4f30\u3001\u91d1\u878d\u6295\u8d44\u7b49\u9886\u57df\u3002", "entity_id": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "entity_type": "category", "file_path": "unknown_source", "id": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "label": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u63a8\u65ad\u6570\u636e\u5206\u6790\u662f\u57fa\u4e8e\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u5229\u7528\u5386\u53f2\u968f\u673a\u6570\u636e\u5bf9\u672a\u77e5\u4e8b\u4ef6\u8fdb\u884c\u6982\u7387\u63a8\u65ad\u7684\u7edf\u8ba1\u65b9\u6cd5\uff0c\u9002\u7528\u4e8e\u98ce\u9669\u8bc4\u4f30\u3001\u91d1\u878d\u6295\u8d44\u7b49\u9886\u57df\u3002"}, {"color": "#2fad10", "created_at": 1752674526, "description": "\u4fdd\u9669\u91d1\u989d\u662f\u6307\u4fdd\u9669\u5355\u4e2d\u660e\u786e\u7684\u8d54\u4ed8\u91d1\u989d\uff0c\u5176\u786e\u5b9a\u9700\u57fa\u4e8e\u5bf9\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u53ef\u80fd\u6027\u7684\u7edf\u8ba1\u63a8\u65ad\u3002", "entity_id": "\u4fdd\u9669\u91d1\u989d", "entity_type": "event", "file_path": "unknown_source", "id": "\u4fdd\u9669\u91d1\u989d", "label": "\u4fdd\u9669\u91d1\u989d", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4fdd\u9669\u91d1\u989d\u662f\u6307\u4fdd\u9669\u5355\u4e2d\u660e\u786e\u7684\u8d54\u4ed8\u91d1\u989d\uff0c\u5176\u786e\u5b9a\u9700\u57fa\u4e8e\u5bf9\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u53ef\u80fd\u6027\u7684\u7edf\u8ba1\u63a8\u65ad\u3002"}, {"color": "#38d92f", "created_at": 1752674526, "description": "\u4fdd\u9669\u5355\u662f1384\u5e74\u5728\u4f5b\u7f57\u4f26\u8428\u8bde\u751f\u7684\u7b2c\u4e00\u4efd\u5177\u6709\u73b0\u4ee3\u610f\u4e49\u7684\u4fdd\u9669\u5408\u540c\uff0c\u6807\u5fd7\u7740\u73b0\u4ee3\u4fdd\u9669\u5236\u5ea6\u7684\u8d77\u6e90\u3002", "entity_id": "\u4fdd\u9669\u5355", "entity_type": "event", "file_path": "unknown_source", "id": "\u4fdd\u9669\u5355", "label": "\u4fdd\u9669\u5355", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4fdd\u9669\u5355\u662f1384\u5e74\u5728\u4f5b\u7f57\u4f26\u8428\u8bde\u751f\u7684\u7b2c\u4e00\u4efd\u5177\u6709\u73b0\u4ee3\u610f\u4e49\u7684\u4fdd\u9669\u5408\u540c\uff0c\u6807\u5fd7\u7740\u73b0\u4ee3\u4fdd\u9669\u5236\u5ea6\u7684\u8d77\u6e90\u3002"}, {"color": "#b32f8a", "created_at": 1752674410, "description": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b is a seminal work in axiomatic geometry.", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b", "entity_type": "category", "file_path": "unknown_source", "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-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b is a seminal work in axiomatic geometry."}, {"color": "#714b8c", "created_at": 1752674502, "description": "\u8bdd\u98987 refers to a discussion where the validity of addition was demonstrated using the axiomatic system.", "entity_id": "\u8bdd\u98987", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u98987", "label": "\u8bdd\u98987", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98987 refers to a discussion where the validity of addition was demonstrated using the axiomatic system."}, {"color": "#a27bd8", "created_at": 1752674502, "description": "\u8bdd\u98986 refers to a prior discussion introducing the axiomatic system of arithmetic.", "entity_id": "\u8bdd\u98986", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u98986", "label": "\u8bdd\u98986", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98986 refers to a prior discussion introducing the axiomatic system of arithmetic."}, {"color": "#f316fa", "created_at": 1752674502, "description": "\u516c\u7406refers to fundamental assumptions in logic and mathematics that are taken to be self-evident and do not require proof.\u003cSEP\u003e\u516c\u7406\u662f\u6570\u5b66\u4f53\u7cfb\u4e2d\u4e0d\u9700\u8bc1\u660e\u7684\u57fa\u672c\u524d\u63d0\uff0c\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u7406\uff0c\u57fa\u4e8e\u65e5\u5e38\u7ecf\u9a8c\u548c\u903b\u8f91\u63a8\u7406\u3002\u003cSEP\u003e\u516c\u7406\u662f\u6570\u5b66\u4f53\u7cfb\u4e2d\u65e0\u9700\u8bc1\u660e\u5373\u53ef\u63a5\u53d7\u7684\u57fa\u672c\u547d\u9898\uff0c\u5e0c\u5c14\u4f2f\u7279\u7528\u5176\u6784\u5efa\u51e0\u4f55\u5b66\u7684\u903b\u8f91\u57fa\u7840\u3002\u003cSEP\u003e\u6307\u5728\u903b\u8f91\u6216\u6570\u5b66\u4f53\u7cfb\u4e2d\u65e0\u9700\u8bc1\u660e\u5373\u53ef\u63a5\u53d7\u7684\u57fa\u672c\u524d\u63d0\uff0c\u9002\u7528\u4e8e\u5e7f\u6cdb\u7684\u9886\u57df\u3002", "entity_id": "\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u7406", "label": "\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u7406refers to fundamental assumptions in logic and mathematics that are taken to be self-evident and do not require proof.\u003cSEP\u003e\u516c\u7406\u662f\u6570\u5b66\u4f53\u7cfb\u4e2d\u4e0d\u9700\u8bc1\u660e\u7684\u57fa\u672c\u524d\u63d0\uff0c\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u7406\uff0c\u57fa\u4e8e\u65e5\u5e38\u7ecf\u9a8c\u548c\u903b\u8f91\u63a8\u7406\u3002\u003cSEP\u003e\u516c\u7406\u662f\u6570\u5b66\u4f53\u7cfb\u4e2d\u65e0\u9700\u8bc1\u660e\u5373\u53ef\u63a5\u53d7\u7684\u57fa\u672c\u547d\u9898\uff0c\u5e0c\u5c14\u4f2f\u7279\u7528\u5176\u6784\u5efa\u51e0\u4f55\u5b66\u7684\u903b\u8f91\u57fa\u7840\u3002\u003cSEP\u003e\u6307\u5728\u903b\u8f91\u6216\u6570\u5b66\u4f53\u7cfb\u4e2d\u65e0\u9700\u8bc1\u660e\u5373\u53ef\u63a5\u53d7\u7684\u57fa\u672c\u524d\u63d0\uff0c\u9002\u7528\u4e8e\u5e7f\u6cdb\u7684\u9886\u57df\u3002"}, {"color": "#75afbe", "created_at": 1752674502, "description": "\u516c\u8bberefers to domain-specific foundational assumptions in mathematics that are accepted without proof, similar to axioms but specific to certain fields.\u003cSEP\u003e\u516c\u8bbe\u662f\u7279\u5b9a\u6570\u5b66\u9886\u57df\u4e2d\u88ab\u63a5\u53d7\u4e3a\u771f\u7684\u524d\u63d0\uff0c\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e94\u4e2a\u516c\u8bbe\uff0c\u4e3b\u8981\u6d89\u53ca\u51e0\u4f55\u56fe\u5f62\u7684\u6784\u9020\u548c\u5173\u7cfb\u3002\u003cSEP\u003e\u6307\u5728\u7279\u5b9a\u77e5\u8bc6\u9886\u57df\u4e2d\u88ab\u63a5\u53d7\u4e3a\u524d\u63d0\u7684\u5047\u8bbe\uff0c\u4f8b\u5982\u5728\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u7840\u547d\u9898\u3002", "entity_id": "\u516c\u8bbe", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u8bbe", "label": "\u516c\u8bbe", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bberefers to domain-specific foundational assumptions in mathematics that are accepted without proof, similar to axioms but specific to certain fields.\u003cSEP\u003e\u516c\u8bbe\u662f\u7279\u5b9a\u6570\u5b66\u9886\u57df\u4e2d\u88ab\u63a5\u53d7\u4e3a\u771f\u7684\u524d\u63d0\uff0c\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e94\u4e2a\u516c\u8bbe\uff0c\u4e3b\u8981\u6d89\u53ca\u51e0\u4f55\u56fe\u5f62\u7684\u6784\u9020\u548c\u5173\u7cfb\u3002\u003cSEP\u003e\u6307\u5728\u7279\u5b9a\u77e5\u8bc6\u9886\u57df\u4e2d\u88ab\u63a5\u53d7\u4e3a\u524d\u63d0\u7684\u5047\u8bbe\uff0c\u4f8b\u5982\u5728\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u7840\u547d\u9898\u3002"}, {"color": "#db0cef", "created_at": 1752674526, "description": "Ancient Egypt is considered the birthplace of geometry due to its practical need for land measurement after the annual flooding of the Nile River.\u003cSEP\u003e\u53e4\u57c3\u53ca\u662f\u4e00\u4e2a\u53e4\u4ee3\u6587\u660e\u56fd\u5bb6\uff0c\u4ee5\u5176\u5728\u51e0\u4f55\u5b66\u3001\u5efa\u7b51(\u5982\u91d1\u5b57\u5854)\u548ctaxation system based on flooding\u53d1\u5c55\u4e2d\u8d77\u5230\u5173\u952e\u4f5c\u7528\u800c\u95fb\u540d\u3002", "entity_id": "\u53e4\u57c3\u53ca", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53e4\u57c3\u53ca", "label": "\u53e4\u57c3\u53ca", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Ancient Egypt is considered the birthplace of geometry due to its practical need for land measurement after the annual flooding of the Nile River.\u003cSEP\u003e\u53e4\u57c3\u53ca\u662f\u4e00\u4e2a\u53e4\u4ee3\u6587\u660e\u56fd\u5bb6\uff0c\u4ee5\u5176\u5728\u51e0\u4f55\u5b66\u3001\u5efa\u7b51(\u5982\u91d1\u5b57\u5854)\u548ctaxation system based on flooding\u53d1\u5c55\u4e2d\u8d77\u5230\u5173\u952e\u4f5c\u7528\u800c\u95fb\u540d\u3002"}, {"color": "#379c65", "created_at": 1752674526, "description": "The Nile River is a major river in Egypt whose annual flooding necessitated the development of geometry for land measurement and taxation.\u003cSEP\u003e\u5c3c\u7f57\u6cb3\u662f\u53e4\u57c3\u53ca\u6587\u660e\u7684\u6bcd\u4eb2\u6cb3,\u5176\u5b9a\u671f\u6cdb\u6ee5\u5f71\u54cd\u4e86\u519c\u4e1a\u751f\u4ea7\u548c\u7a0e\u6536\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u53d1\u5c55\u3002", "entity_id": "\u5c3c\u7f57\u6cb3", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5c3c\u7f57\u6cb3", "label": "\u5c3c\u7f57\u6cb3", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The Nile River is a major river in Egypt whose annual flooding necessitated the development of geometry for land measurement and taxation.\u003cSEP\u003e\u5c3c\u7f57\u6cb3\u662f\u53e4\u57c3\u53ca\u6587\u660e\u7684\u6bcd\u4eb2\u6cb3,\u5176\u5b9a\u671f\u6cdb\u6ee5\u5f71\u54cd\u4e86\u519c\u4e1a\u751f\u4ea7\u548c\u7a0e\u6536\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u53d1\u5c55\u3002"}, {"color": "#0acc17", "created_at": 1752674526, "description": "Herodotus was an ancient Greek historian who documented the impact of the Nile River\u0027s flooding on Egyptian society and land use.\u003cSEP\u003e\u5e0c\u7f57\u591a\u5fb7\u662f\u516c\u5143\u524d\u4e94\u4e16\u7eaa\u7684\u53e4\u5e0c\u814a\u5386\u53f2\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u5386\u53f2\u300b\u4e2d\u8bb0\u5f55\u4e86\u53e4\u57c3\u53ca\u7684\u7a0e\u6536\u5236\u5ea6\u548c\u51e0\u4f55\u5b66\u5bf9\u5e0c\u814a\u7684\u5f71\u54cd\u3002\u003cSEP\u003e\u5e0c\u7f57\u591a\u5fb7\u662f\u53e4\u5e0c\u814a\u5386\u53f2\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u5386\u53f2\u300b\u4e00\u4e66\u3002", "entity_id": "\u5e0c\u7f57\u591a\u5fb7", "entity_type": "person", "file_path": "unknown_source", "id": "\u5e0c\u7f57\u591a\u5fb7", "label": "\u5e0c\u7f57\u591a\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "Herodotus was an ancient Greek historian who documented the impact of the Nile River\u0027s flooding on Egyptian society and land use.\u003cSEP\u003e\u5e0c\u7f57\u591a\u5fb7\u662f\u516c\u5143\u524d\u4e94\u4e16\u7eaa\u7684\u53e4\u5e0c\u814a\u5386\u53f2\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u5386\u53f2\u300b\u4e2d\u8bb0\u5f55\u4e86\u53e4\u57c3\u53ca\u7684\u7a0e\u6536\u5236\u5ea6\u548c\u51e0\u4f55\u5b66\u5bf9\u5e0c\u814a\u7684\u5f71\u54cd\u3002\u003cSEP\u003e\u5e0c\u7f57\u591a\u5fb7\u662f\u53e4\u5e0c\u814a\u5386\u53f2\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u5386\u53f2\u300b\u4e00\u4e66\u3002"}, {"color": "#51d695", "created_at": 1752674526, "description": "\u6cf0\u52d2\u65af\u662f\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u88ab\u8ba4\u4e3a\u662f\u54f2\u5b66\u548c\u79d1\u5b66\u7684\u5960\u57fa\u4eba\u4e4b\u4e00\uff0c\u66fe\u6e38\u5386\u57c3\u53ca\u5b66\u4e60\u51e0\u4f55\u5b66\uff0c\u5e76\u6210\u529f\u9884\u8a00\u4e00\u6b21\u65e5\u98df\u3002", "entity_id": "\u6cf0\u52d2\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u6cf0\u52d2\u65af", "label": "\u6cf0\u52d2\u65af", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u662f\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u88ab\u8ba4\u4e3a\u662f\u54f2\u5b66\u548c\u79d1\u5b66\u7684\u5960\u57fa\u4eba\u4e4b\u4e00\uff0c\u66fe\u6e38\u5386\u57c3\u53ca\u5b66\u4e60\u51e0\u4f55\u5b66\uff0c\u5e76\u6210\u529f\u9884\u8a00\u4e00\u6b21\u65e5\u98df\u3002"}, {"color": "#4f6ec9", "created_at": 1752674526, "description": "\u5e0c\u814a\u662f\u53e4\u5e0c\u814a\u6587\u660e\u7684\u53d1\u6e90\u5730,\u4ece\u53e4\u57c3\u53ca\u5b66\u4e60\u4e86\u91cf\u5730\u6cd5,\u5e76\u53d1\u5c55\u4e3a\u62bd\u8c61\u51e0\u4f55\u5b66\u3002", "entity_id": "\u5e0c\u814a\u4eba", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5e0c\u814a\u4eba", "label": "\u5e0c\u814a\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u814a\u662f\u53e4\u5e0c\u814a\u6587\u660e\u7684\u53d1\u6e90\u5730,\u4ece\u53e4\u57c3\u53ca\u5b66\u4e60\u4e86\u91cf\u5730\u6cd5,\u5e76\u53d1\u5c55\u4e3a\u62bd\u8c61\u51e0\u4f55\u5b66\u3002"}, {"color": "#2f6dd3", "created_at": 1752674526, "description": "\u300a\u539f\u7406\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u7684\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u516c\u7406\u3001\u516c\u8bbe\u548c\u4f5c\u56fe\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u53f2\u4e0a\u6700\u91cd\u8981\u7684\u8457\u4f5c\u4e4b\u4e00\u3002", "entity_id": "\u300a\u539f\u7406\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u539f\u7406\u300b", "label": "\u300a\u539f\u7406\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u7684\u8457\u4f5c\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u516c\u7406\u3001\u516c\u8bbe\u548c\u4f5c\u56fe\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u53f2\u4e0a\u6700\u91cd\u8981\u7684\u8457\u4f5c\u4e4b\u4e00\u3002"}, {"color": "#db08a1", "created_at": 1752674526, "description": "\u6570\u5b66\u62bd\u8c61\u662f\u6307\u4ece\u5177\u4f53\u73b0\u8c61\u4e2d\u63d0\u53d6\u4e00\u822c\u6027\u89c4\u5f8b\u548c\u7ed3\u6784\u7684\u8fc7\u7a0b\uff0c\u6b27\u51e0\u91cc\u5f97\u548c\u5e0c\u5c14\u4f2f\u7279\u5206\u522b\u4ee3\u8868\u4e86\u4e24\u6b21\u5173\u952e\u7684\u6570\u5b66\u62bd\u8c61\u6b65\u9aa4\u3002\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u662f\u6307\u4ece\u73b0\u5b9e\u4e16\u754c\u4e2d\u63d0\u53d6\u6570\u91cf\u3001\u56fe\u5f62\u7279\u5f81\u53ca\u5176\u5173\u7cfb\uff0c\u5e76\u901a\u8fc7\u7b26\u53f7\u548c\u6982\u5ff5\u8868\u8fbe\u8fd9\u4e9b\u7279\u5f81\uff0c\u4ee5\u5efa\u7acb\u6570\u5b66\u7406\u8bba\u548c\u6a21\u578b\u7684\u8fc7\u7a0b\u3002\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u662f\u6307\u5c06\u5177\u4f53\u6982\u5ff5\u8f6c\u5316\u4e3a\u7b26\u53f7\u548c\u903b\u8f91\u7ed3\u6784\u7684\u8fc7\u7a0b\uff0c\u662f\u5e0c\u5c14\u4f2f\u7279\u65b9\u6cd5\u7684\u6838\u5fc3\u3002\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u662f\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u65b9\u6cd5\uff0c\u901a\u8fc7\u53bb\u9664\u73b0\u5b9e\u4e8b\u7269\u7684\u611f\u6027\u7279\u5f81\uff0c\u4ec5\u4fdd\u7559\u6570\u91cf\u548c\u5173\u7cfb\uff0c\u5e76\u7528\u7b26\u53f7\u8868\u8fbe\u6982\u5ff5\u548c\u547d\u9898\u3002\u003cSEP\u003e\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u7279\u5f81\u4e4b\u4e00,\u6307\u4ece\u5177\u4f53\u4e8b\u7269\u4e2d\u63d0\u53d6\u666e\u904d\u89c4\u5f8b\u548c\u7ed3\u6784\u7684\u8fc7\u7a0b\u3002", "entity_id": "\u6570\u5b66\u62bd\u8c61", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u62bd\u8c61", "label": "\u6570\u5b66\u62bd\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u6570\u5b66\u62bd\u8c61\u662f\u6307\u4ece\u5177\u4f53\u73b0\u8c61\u4e2d\u63d0\u53d6\u4e00\u822c\u6027\u89c4\u5f8b\u548c\u7ed3\u6784\u7684\u8fc7\u7a0b\uff0c\u6b27\u51e0\u91cc\u5f97\u548c\u5e0c\u5c14\u4f2f\u7279\u5206\u522b\u4ee3\u8868\u4e86\u4e24\u6b21\u5173\u952e\u7684\u6570\u5b66\u62bd\u8c61\u6b65\u9aa4\u3002\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u662f\u6307\u4ece\u73b0\u5b9e\u4e16\u754c\u4e2d\u63d0\u53d6\u6570\u91cf\u3001\u56fe\u5f62\u7279\u5f81\u53ca\u5176\u5173\u7cfb\uff0c\u5e76\u901a\u8fc7\u7b26\u53f7\u548c\u6982\u5ff5\u8868\u8fbe\u8fd9\u4e9b\u7279\u5f81\uff0c\u4ee5\u5efa\u7acb\u6570\u5b66\u7406\u8bba\u548c\u6a21\u578b\u7684\u8fc7\u7a0b\u3002\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u662f\u6307\u5c06\u5177\u4f53\u6982\u5ff5\u8f6c\u5316\u4e3a\u7b26\u53f7\u548c\u903b\u8f91\u7ed3\u6784\u7684\u8fc7\u7a0b\uff0c\u662f\u5e0c\u5c14\u4f2f\u7279\u65b9\u6cd5\u7684\u6838\u5fc3\u3002\u003cSEP\u003e\u6570\u5b66\u62bd\u8c61\u662f\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u65b9\u6cd5\uff0c\u901a\u8fc7\u53bb\u9664\u73b0\u5b9e\u4e8b\u7269\u7684\u611f\u6027\u7279\u5f81\uff0c\u4ec5\u4fdd\u7559\u6570\u91cf\u548c\u5173\u7cfb\uff0c\u5e76\u7528\u7b26\u53f7\u8868\u8fbe\u6982\u5ff5\u548c\u547d\u9898\u3002\u003cSEP\u003e\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u7279\u5f81\u4e4b\u4e00,\u6307\u4ece\u5177\u4f53\u4e8b\u7269\u4e2d\u63d0\u53d6\u666e\u904d\u89c4\u5f8b\u548c\u7ed3\u6784\u7684\u8fc7\u7a0b\u3002"}, {"color": "#71a656", "created_at": 1752674526, "description": "\u903b\u8f91\u4f53\u7cfb\u662f\u6307\u57fa\u4e8e\u516c\u7406\u548c\u63a8\u7406\u89c4\u5219\u6784\u5efa\u7684\u6570\u5b66\u7ed3\u6784\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u662f\u6700\u65e9\u7684\u5178\u8303\u4e4b\u4e00\u3002", "entity_id": "\u903b\u8f91\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u903b\u8f91\u4f53\u7cfb", "label": "\u903b\u8f91\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u903b\u8f91\u4f53\u7cfb\u662f\u6307\u57fa\u4e8e\u516c\u7406\u548c\u63a8\u7406\u89c4\u5219\u6784\u5efa\u7684\u6570\u5b66\u7ed3\u6784\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u662f\u6700\u65e9\u7684\u5178\u8303\u4e4b\u4e00\u3002"}, {"color": "#a0c983", "created_at": 1752674526, "description": "\u6570\u5b66\u79d1\u5b66\u5316\u662f\u6307\u6570\u5b66\u4ece\u7ecf\u9a8c\u6027\u77e5\u8bc6\u5411\u4e25\u683c\u903b\u8f91\u4f53\u7cfb\u53d1\u5c55\u7684\u8fc7\u7a0b\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u6807\u5fd7\u7740\u8fd9\u4e00\u8f6c\u53d8\u3002", "entity_id": "\u6570\u5b66\u79d1\u5b66\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u79d1\u5b66\u5316", "label": "\u6570\u5b66\u79d1\u5b66\u5316", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6570\u5b66\u79d1\u5b66\u5316\u662f\u6307\u6570\u5b66\u4ece\u7ecf\u9a8c\u6027\u77e5\u8bc6\u5411\u4e25\u683c\u903b\u8f91\u4f53\u7cfb\u53d1\u5c55\u7684\u8fc7\u7a0b\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u6807\u5fd7\u7740\u8fd9\u4e00\u8f6c\u53d8\u3002"}, {"color": "#ee53ac", "created_at": 1752674526, "description": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u6570\u5b66\u57fa\u7840\u65b9\u6cd5\uff0c\u5f3a\u8c03\u7b26\u53f7\u5316\u5b9a\u4e49\u548c\u903b\u8f91\u63a8\u7406\uff0c\u4ee5\u907f\u514d\u7ecf\u9a8c\u76f4\u89c9\u548c\u6096\u8bba\u3002", "entity_id": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "label": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u6570\u5b66\u57fa\u7840\u65b9\u6cd5\uff0c\u5f3a\u8c03\u7b26\u53f7\u5316\u5b9a\u4e49\u548c\u903b\u8f91\u63a8\u7406\uff0c\u4ee5\u907f\u514d\u7ecf\u9a8c\u76f4\u89c9\u548c\u6096\u8bba\u3002"}, {"color": "#52e01d", "created_at": 1752674526, "description": "\u5e9e\u52a0\u83b1\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u4ece\u6570\u5b66\u548c\u54f2\u5b66\u89d2\u5ea6\u7814\u7a76\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u5e76\u9996\u6b21\u63d0\u51fa\u201c\u6d1b\u4f26\u5179\u53d8\u6362\u201d\u4e00\u8bcd\uff0c\u4f46\u5bf9\u76f8\u5bf9\u8bba\u6301\u6000\u7591\u6001\u5ea6\u3002\u003cSEP\u003e\u5e9e\u52a0\u83b1\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u8ba4\u4e3a\u51e0\u4f55\u5b66\u7a7a\u95f4\u7684\u6784\u9020\u4f9d\u8d56\u4e8e\u6d4b\u91cf\u5de5\u5177\uff0c\u5f3a\u8c03\u5ea6\u91cf\u5728\u51e0\u4f55\u7814\u7a76\u4e2d\u7684\u57fa\u7840\u5730\u4f4d\u3002\u003cSEP\u003e\u5e9e\u52a0\u83b1\u662f\u8457\u540d\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\u3002", "entity_id": "\u5e9e\u52a0\u83b1", "entity_type": "person", "file_path": "unknown_source", "id": "\u5e9e\u52a0\u83b1", "label": "\u5e9e\u52a0\u83b1", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5e9e\u52a0\u83b1\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u4ece\u6570\u5b66\u548c\u54f2\u5b66\u89d2\u5ea6\u7814\u7a76\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u5e76\u9996\u6b21\u63d0\u51fa\u201c\u6d1b\u4f26\u5179\u53d8\u6362\u201d\u4e00\u8bcd\uff0c\u4f46\u5bf9\u76f8\u5bf9\u8bba\u6301\u6000\u7591\u6001\u5ea6\u3002\u003cSEP\u003e\u5e9e\u52a0\u83b1\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u8ba4\u4e3a\u51e0\u4f55\u5b66\u7a7a\u95f4\u7684\u6784\u9020\u4f9d\u8d56\u4e8e\u6d4b\u91cf\u5de5\u5177\uff0c\u5f3a\u8c03\u5ea6\u91cf\u5728\u51e0\u4f55\u7814\u7a76\u4e2d\u7684\u57fa\u7840\u5730\u4f4d\u3002\u003cSEP\u003e\u5e9e\u52a0\u83b1\u662f\u8457\u540d\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\u3002"}, {"color": "#19d886", "created_at": 1752674526, "description": "\u6d4b\u91cf\u5de5\u5177\u662f\u51e0\u4f55\u5b66\u7814\u7a76\u7684\u57fa\u7840\uff0c\u7528\u4e8e\u786e\u5b9a\u7a7a\u95f4\u7684\u7ed3\u6784\u548c\u8ddd\u79bb\uff0c\u5982\u53e4\u4ee3\u7684\u4eba\u4f53\u6d4b\u91cf\u548c\u73b0\u4ee3\u7684\u6807\u51c6\u5316\u957f\u5ea6\u5355\u4f4d\u3002", "entity_id": "\u6d4b\u91cf\u5de5\u5177", "entity_type": "category", "file_path": "unknown_source", "id": "\u6d4b\u91cf\u5de5\u5177", "label": "\u6d4b\u91cf\u5de5\u5177", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u6d4b\u91cf\u5de5\u5177\u662f\u51e0\u4f55\u5b66\u7814\u7a76\u7684\u57fa\u7840\uff0c\u7528\u4e8e\u786e\u5b9a\u7a7a\u95f4\u7684\u7ed3\u6784\u548c\u8ddd\u79bb\uff0c\u5982\u53e4\u4ee3\u7684\u4eba\u4f53\u6d4b\u91cf\u548c\u73b0\u4ee3\u7684\u6807\u51c6\u5316\u957f\u5ea6\u5355\u4f4d\u3002"}, {"color": "#0a120a", "created_at": 1752674473, "description": "Data obtained through measurement or observation, which may differ from the true value due to random error as described in the error model.", "entity_id": "\u89c2\u6d4b\u6570\u636e", "entity_type": "category", "file_path": "unknown_source", "id": "\u89c2\u6d4b\u6570\u636e", "label": "\u89c2\u6d4b\u6570\u636e", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "Data obtained through measurement or observation, which may differ from the true value due to random error as described in the error model."}, {"color": "#f37314", "created_at": 1752674473, "description": "Probability theory is the branch of mathematics that deals with the analysis of random phenomena and the quantification of uncertainty.\u003cSEP\u003e\u6982\u7387\u8bba\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u8ba8\u8bba\u968f\u673a\u53d8\u91cf\u4ee5\u6982\u7387\u5f62\u5f0f\u53d6\u503c\u4e8e\u96c6\u5408\u7684\u539f\u7406\u3002", "entity_id": "\u6982\u7387\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u7387\u8bba", "label": "\u6982\u7387\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Probability theory is the branch of mathematics that deals with the analysis of random phenomena and the quantification of uncertainty.\u003cSEP\u003e\u6982\u7387\u8bba\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u8ba8\u8bba\u968f\u673a\u53d8\u91cf\u4ee5\u6982\u7387\u5f62\u5f0f\u53d6\u503c\u4e8e\u96c6\u5408\u7684\u539f\u7406\u3002"}, {"color": "#ecba30", "created_at": 1752674526, "description": "\u53f8\u4e66\u662f\u5468\u671d\u8d1f\u8d23investigating and recording state-related data, including population, agriculture, and taxation.\u003cSEP\u003e\u5468\u671d\u8bbe\u7acb\u7684\u8d1f\u8d23\u8c03\u67e5\u548c\u8bb0\u5f55\u6570\u636e\u7684\u5b98\u804c\uff0c\u662f\u7edf\u8ba1\u5b66\u65e9\u671f\u5236\u5ea6\u5316\u7684\u4f53\u73b0\u3002", "entity_id": "\u53f8\u4e66", "entity_type": "organization", "file_path": "unknown_source", "id": "\u53f8\u4e66", "label": "\u53f8\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u53f8\u4e66\u662f\u5468\u671d\u8d1f\u8d23investigating and recording state-related data, including population, agriculture, and taxation.\u003cSEP\u003e\u5468\u671d\u8bbe\u7acb\u7684\u8d1f\u8d23\u8c03\u67e5\u548c\u8bb0\u5f55\u6570\u636e\u7684\u5b98\u804c\uff0c\u662f\u7edf\u8ba1\u5b66\u65e9\u671f\u5236\u5ea6\u5316\u7684\u4f53\u73b0\u3002"}, {"color": "#ab321c", "created_at": 1752674566, "description": "\u4e09\u79cd\u7edf\u8ba1\u56fe\u867d\u7136\u90fd\u80fd\u8868\u793a\u6570\u636e\uff0c\u4f46\u5728\u529f\u80fd\u4e0a\u5404\u6709\u4fa7\u91cd\uff0c\u6559\u5b66\u4e2d\u9700\u5f15\u5bfc\u5b66\u751f\u8ba4\u8bc6\u5176\u5dee\u5f02\u3002", "entity_id": "\u7edf\u8ba1\u56fe\u7684\u5171\u6027\u4e0e\u5dee\u5f02", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u56fe\u7684\u5171\u6027\u4e0e\u5dee\u5f02", "label": "\u7edf\u8ba1\u56fe\u7684\u5171\u6027\u4e0e\u5dee\u5f02", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u4e09\u79cd\u7edf\u8ba1\u56fe\u867d\u7136\u90fd\u80fd\u8868\u793a\u6570\u636e\uff0c\u4f46\u5728\u529f\u80fd\u4e0a\u5404\u6709\u4fa7\u91cd\uff0c\u6559\u5b66\u4e2d\u9700\u5f15\u5bfc\u5b66\u751f\u8ba4\u8bc6\u5176\u5dee\u5f02\u3002"}, {"color": "#86298d", "created_at": 1752674566, "description": "The 30th London Olympics is the event where medal data for top countries (USA, China, UK, Russia) is collected and analyzed for teaching statistical graphs.", "entity_id": "\u4f26\u6566\u5965\u8fd0\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "\u4f26\u6566\u5965\u8fd0\u4f1a", "label": "\u4f26\u6566\u5965\u8fd0\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The 30th London Olympics is the event where medal data for top countries (USA, China, UK, Russia) is collected and analyzed for teaching statistical graphs."}, {"color": "#aa9f26", "created_at": 1752674566, "description": "Histograms are mentioned as a type of statistical graph used in the teaching process.", "entity_id": "\u76f4\u65b9\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u65b9\u56fe", "label": "\u76f4\u65b9\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "Histograms are mentioned as a type of statistical graph used in the teaching process."}, {"color": "#3b3839", "created_at": 1752674427, "description": "A lesson plan activity where students estimate basketball shooting percentages to understand statistical averages.\u003cSEP\u003eA specific teaching segment combining translation and rotation applications.\u003cSEP\u003eTeaching segment design for introducing bar graphs using Olympic medal data.\u003cSEP\u003e\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1describes the teaching segment designed to help students understand angles through practical activities and visual aids like a clock without numbers.\u003cSEP\u003e\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1refers to teaching fragment designs created to demonstrate how to implement mathematical concepts in classrooms.", "entity_id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "label": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "A lesson plan activity where students estimate basketball shooting percentages to understand statistical averages.\u003cSEP\u003eA specific teaching segment combining translation and rotation applications.\u003cSEP\u003eTeaching segment design for introducing bar graphs using Olympic medal data.\u003cSEP\u003e\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1describes the teaching segment designed to help students understand angles through practical activities and visual aids like a clock without numbers.\u003cSEP\u003e\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1refers to teaching fragment designs created to demonstrate how to implement mathematical concepts in classrooms."}, {"color": "#32143c", "created_at": 1752674473, "description": "Classical probability model, or classical probabilistic model, assumes a finite number of equally likely outcomes and is used to define probabilities in idealized settings.", "entity_id": "\u53e4\u5178\u6982\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u53e4\u5178\u6982\u578b", "label": "\u53e4\u5178\u6982\u578b", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Classical probability model, or classical probabilistic model, assumes a finite number of equally likely outcomes and is used to define probabilities in idealized settings."}, {"color": "#289296", "created_at": 1752674485, "description": "Set A is a defined collection of elements in mathematics, used as an example to illustrate the need for consistent definitions and logical rules in mathematical reasoning.\u003cSEP\u003e\u96c6\u5408A\u5305\u542b\u6ee1\u8db3\u5206\u7c7b\u6807\u51c6P\u7684\u5143\u7d20,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u6807\u51c6\u3002\u003cSEP\u003e\u96c6\u5408A\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u7528\u4e8e\u8868\u793a\u547d\u9898P\u6210\u7acb\u7684\u5143\u7d20\u6240\u6784\u6210\u7684\u96c6\u5408\uff0c\u7528\u4e8e\u63a8\u7406\u81ea\u7136\u6570\u7684\u5f52\u7eb3\u6027\u8d28\u3002", "entity_id": "\u96c6\u5408A", "entity_type": "category", "file_path": "unknown_source", "id": "\u96c6\u5408A", "label": "\u96c6\u5408A", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "Set A is a defined collection of elements in mathematics, used as an example to illustrate the need for consistent definitions and logical rules in mathematical reasoning.\u003cSEP\u003e\u96c6\u5408A\u5305\u542b\u6ee1\u8db3\u5206\u7c7b\u6807\u51c6P\u7684\u5143\u7d20,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u6807\u51c6\u3002\u003cSEP\u003e\u96c6\u5408A\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u7528\u4e8e\u8868\u793a\u547d\u9898P\u6210\u7acb\u7684\u5143\u7d20\u6240\u6784\u6210\u7684\u96c6\u5408\uff0c\u7528\u4e8e\u63a8\u7406\u81ea\u7136\u6570\u7684\u5f52\u7eb3\u6027\u8d28\u3002"}, {"color": "#68afe7", "created_at": 1752674485, "description": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c9\u6761\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u516c\u7406\u57fa\u7840\uff0c\u7528\u4e8e\u8bc1\u660e\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u7684\u547d\u9898\u3002", "entity_id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c9\u6761", "entity_type": "category", "file_path": "unknown_source", "id": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c9\u6761", "label": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c9\u6761", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c9\u6761\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u516c\u7406\u57fa\u7840\uff0c\u7528\u4e8e\u8bc1\u660e\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u7684\u547d\u9898\u3002"}, {"color": "#bb6f62", "created_at": 1752674526, "description": "\u524dn\u9879\u548c\u516c\u5f0f\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8ba1\u7b97\u81ea\u7136\u6570\u524dn\u9879\u4e4b\u548c\u7684\u516c\u5f0f\uff0c\u8868\u8fbe\u4e3a1+2+...+n = n(n+1)/2\u3002", "entity_id": "\u524dn\u9879\u548c\u516c\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "\u524dn\u9879\u548c\u516c\u5f0f", "label": "\u524dn\u9879\u548c\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u524dn\u9879\u548c\u516c\u5f0f\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8ba1\u7b97\u81ea\u7136\u6570\u524dn\u9879\u4e4b\u548c\u7684\u516c\u5f0f\uff0c\u8868\u8fbe\u4e3a1+2+...+n = n(n+1)/2\u3002"}, {"color": "#d0119a", "created_at": 1752674485, "description": "\u81ea\u7136\u6570\u96c6N represents the set of all natural numbers used in arithmetic and mathematical reasoning.\u003cSEP\u003e\u81ea\u7136\u6570\u96c6N\u662f\u6307\u6240\u6709\u6b63\u6574\u6570\u7684\u96c6\u5408\uff0c\u5e38\u7528\u4e8e\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u4f5c\u4e3a\u547d\u9898\u7684\u5b9a\u4e49\u57df\u3002", "entity_id": "\u81ea\u7136\u6570\u96c6N", "entity_type": "category", "file_path": "unknown_source", "id": "\u81ea\u7136\u6570\u96c6N", "label": "\u81ea\u7136\u6570\u96c6N", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278", "title": "\u81ea\u7136\u6570\u96c6N represents the set of all natural numbers used in arithmetic and mathematical reasoning.\u003cSEP\u003e\u81ea\u7136\u6570\u96c6N\u662f\u6307\u6240\u6709\u6b63\u6574\u6570\u7684\u96c6\u5408\uff0c\u5e38\u7528\u4e8e\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u4f5c\u4e3a\u547d\u9898\u7684\u5b9a\u4e49\u57df\u3002"}, {"color": "#c5fdd6", "created_at": 1752674526, "description": "The Law of Contradiction asserts that a proposition cannot be both true and false at the same time; it is a fundamental principle of logical reasoning.\u003cSEP\u003eThe law of contradiction is a fundamental principle in logic stating that a proposition and its negation cannot both be true at the same time.\u003cSEP\u003e\u77db\u76fe\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u89c4\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u547d\u9898\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\u548c\u5047\u3002\u003cSEP\u003e\u77db\u76fe\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u539f\u5219\u4e4b\u4e00\uff0c\u6307\u4e00\u4e2a\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\uff0c\u662f\u6570\u5b66\u53cd\u8bc1\u6cd5\u7684\u91cd\u8981\u57fa\u7840\u3002", "entity_id": "\u77db\u76fe\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u77db\u76fe\u5f8b", "label": "\u77db\u76fe\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "The Law of Contradiction asserts that a proposition cannot be both true and false at the same time; it is a fundamental principle of logical reasoning.\u003cSEP\u003eThe law of contradiction is a fundamental principle in logic stating that a proposition and its negation cannot both be true at the same time.\u003cSEP\u003e\u77db\u76fe\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u89c4\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u547d\u9898\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\u548c\u5047\u3002\u003cSEP\u003e\u77db\u76fe\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u539f\u5219\u4e4b\u4e00\uff0c\u6307\u4e00\u4e2a\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\uff0c\u662f\u6570\u5b66\u53cd\u8bc1\u6cd5\u7684\u91cd\u8981\u57fa\u7840\u3002"}, {"color": "#061e5d", "created_at": 1752674526, "description": "\u52a0\u6cd5\u5408\u7406\u6027\u662f\u6307\u5728\u81ea\u7136\u6570\u96c6\u5408\u4e0a\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u548c\u6027\u8d28\u662f\u5408\u7406\u4e14\u4e00\u81f4\u7684\u3002", "entity_id": "\u52a0\u6cd5\u5408\u7406\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5\u5408\u7406\u6027", "label": "\u52a0\u6cd5\u5408\u7406\u6027", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u52a0\u6cd5\u5408\u7406\u6027\u662f\u6307\u5728\u81ea\u7136\u6570\u96c6\u5408\u4e0a\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u548c\u6027\u8d28\u662f\u5408\u7406\u4e14\u4e00\u81f4\u7684\u3002"}, {"color": "#74c996", "created_at": 1752674526, "description": "\u52a0\u6cd5\u7ed3\u5408\u5f8b\u662f\u6570\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa(a + b) + c = a + (b + c)\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "entity_id": "\u52a0\u6cd5\u7ed3\u5408\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6cd5\u7ed3\u5408\u5f8b", "label": "\u52a0\u6cd5\u7ed3\u5408\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u52a0\u6cd5\u7ed3\u5408\u5f8b\u662f\u6570\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa(a + b) + c = a + (b + c)\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002"}, {"color": "#4a1416", "created_at": 1752674511, "description": "**\u6570\u5b66\u8bc1\u660e** (Mathematical Proof) refers to the systematic and logical process in mathematics used to verify the truth or falsity of a proposition by deriving it from axioms, established theorems, and deductive reasoning. It embodies the rigor, structure, and inevitability of mathematical conclusions, relying on principles such as the law of non-contradiction, the law of excluded middle, and methods like mathematical induction. \n\nA mathematical proof serves to affirm or deny the validity of statements (e.g., proving the irrationality of \u221a2) through formalized arguments rooted in axiomatic systems. It is characterized by its reliance on strict logical deduction, systematic progression from assumptions to conclusions, and its role in upholding the precision and coherence of mathematical knowledge. \n\nKey aspects include: \n- **Logical Rigor**: Proofs employ deductive reasoning to ensure conclusions follow necessarily from premises. \n- **Foundation in Axioms**: They build upon accepted axioms and previously proven theorems. \n- **Methods**: Techniques like contradiction, direct/indirect reasoning, and induction are widely used. \n- **Universality**: The process transcends cultural or linguistic boundaries (e.g., termed \"mathematical proof\" in both Chinese and English contexts). \n\nIn summary, a mathematical proof is a definitive, structured demonstration of a proposition\u0027s truth, central to the integrity and advancement of mathematical theory.", "entity_id": "\u6570\u5b66\u8bc1\u660e", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u8bc1\u660e", "label": "\u6570\u5b66\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "**\u6570\u5b66\u8bc1\u660e** (Mathematical Proof) refers to the systematic and logical process in mathematics used to verify the truth or falsity of a proposition by deriving it from axioms, established theorems, and deductive reasoning. It embodies the rigor, structure, and inevitability of mathematical conclusions, relying on principles such as the law of non-contradiction, the law of excluded middle, and methods like mathematical induction. \n\nA mathematical proof serves to affirm or deny the validity of statements (e.g., proving the irrationality of \u221a2) through formalized arguments rooted in axiomatic systems. It is characterized by its reliance on strict logical deduction, systematic progression from assumptions to conclusions, and its role in upholding the precision and coherence of mathematical knowledge. \n\nKey aspects include: \n- **Logical Rigor**: Proofs employ deductive reasoning to ensure conclusions follow necessarily from premises. \n- **Foundation in Axioms**: They build upon accepted axioms and previously proven theorems. \n- **Methods**: Techniques like contradiction, direct/indirect reasoning, and induction are widely used. \n- **Universality**: The process transcends cultural or linguistic boundaries (e.g., termed \"mathematical proof\" in both Chinese and English contexts). \n\nIn summary, a mathematical proof is a definitive, structured demonstration of a proposition\u0027s truth, central to the integrity and advancement of mathematical theory."}, {"color": "#420e6c", "created_at": 1752674526, "description": "\u547d\u9898P(n)\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u7528\u4e8e\u8868\u793a\u5173\u4e8e\u81ea\u7136\u6570n\u7684\u547d\u9898\u7684\u5f62\u5f0f\u5316\u8868\u8fbe\u3002", "entity_id": "\u547d\u9898P(n)", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u9898P(n)", "label": "\u547d\u9898P(n)", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u547d\u9898P(n)\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u7528\u4e8e\u8868\u793a\u5173\u4e8e\u81ea\u7136\u6570n\u7684\u547d\u9898\u7684\u5f62\u5f0f\u5316\u8868\u8fbe\u3002"}, {"color": "#c0a9f5", "created_at": 1752674526, "description": "\u5f52\u7eb3\u6cd5\u9a8c\u8bc1\u8fc7\u7a0b\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u9a8c\u8bc1P(n) \u2192 P(n+1)\u7684\u6b65\u9aa4\uff0c\u662f\u8bc1\u660e\u7684\u6838\u5fc3\u96be\u70b9\u3002", "entity_id": "\u5f52\u7eb3\u6cd5\u9a8c\u8bc1\u8fc7\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f52\u7eb3\u6cd5\u9a8c\u8bc1\u8fc7\u7a0b", "label": "\u5f52\u7eb3\u6cd5\u9a8c\u8bc1\u8fc7\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u5f52\u7eb3\u6cd5\u9a8c\u8bc1\u8fc7\u7a0b\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u9a8c\u8bc1P(n) \u2192 P(n+1)\u7684\u6b65\u9aa4\uff0c\u662f\u8bc1\u660e\u7684\u6838\u5fc3\u96be\u70b9\u3002"}, {"color": "#7ac661", "created_at": 1752674526, "description": "\u6570\u5b66\u601d\u60f3\u662f\u6307\u5bfc\u6570\u5b66\u5b66\u4e60\u548c\u95ee\u9898\u89e3\u51b3\u7684\u6838\u5fc3\u601d\u7ef4\u65b9\u5f0f\uff0c\u5305\u62ec\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u57fa\u672c\u539f\u7406\u3002\u003cSEP\u003e\u6570\u5b66\u601d\u60f3\u662f\u6307\u8d2f\u7a7f\u4e8e\u6570\u5b66\u7406\u8bba\u4e2d\u7684\u6838\u5fc3\u601d\u7ef4\u65b9\u5f0f\u548c\u903b\u8f91\u7ed3\u6784\u3002", "entity_id": "\u6570\u5b66\u601d\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u601d\u60f3", "label": "\u6570\u5b66\u601d\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u601d\u60f3\u662f\u6307\u5bfc\u6570\u5b66\u5b66\u4e60\u548c\u95ee\u9898\u89e3\u51b3\u7684\u6838\u5fc3\u601d\u7ef4\u65b9\u5f0f\uff0c\u5305\u62ec\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u57fa\u672c\u539f\u7406\u3002\u003cSEP\u003e\u6570\u5b66\u601d\u60f3\u662f\u6307\u8d2f\u7a7f\u4e8e\u6570\u5b66\u7406\u8bba\u4e2d\u7684\u6838\u5fc3\u601d\u7ef4\u65b9\u5f0f\u548c\u903b\u8f91\u7ed3\u6784\u3002"}, {"color": "#a5fa77", "created_at": 1752674438, "description": "\u6f14\u7ece\u63a8\u7406\uff08Deductive Reasoning\uff09\u662f\u4e00\u79cd\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u903b\u8f91\u63a8\u7406\u65b9\u6cd5\uff0c\u5728\u524d\u63d0\u4e3a\u771f\u4e14\u63a8\u7406\u8fc7\u7a0b\u7b26\u5408\u903b\u8f91\u7684\u524d\u63d0\u4e0b\uff0c\u6240\u5f97\u51fa\u7684\u7ed3\u8bba\u5fc5\u7136\u4e3a\u771f\u3002\u5b83\u5177\u6709\u903b\u8f91\u5fc5\u7136\u6027\uff0c\u662f\u6570\u5b66\u8bc1\u660e\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u5de5\u5177\uff0c\u5e38\u7528\u4e8e\u9a8c\u8bc1\u63d0\u51fa\u7684\u6570\u5b66\u7ed3\u8bba\u3001\u7406\u6e05\u77e5\u8bc6\u4f53\u7cfb\u4ee5\u53ca\u57f9\u517b\u903b\u8f91\u601d\u7ef4\u4e0e\u521b\u65b0\u80fd\u529b\u3002\u6f14\u7ece\u63a8\u7406\u5728\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u8868\u73b0\u4e3a\u4e25\u683c\u7684\u903b\u8f91\u63a8\u5bfc\uff0c\u4f8b\u5982\u6570\u5b66\u5f52\u7eb3\u6cd5\u548c\u7d20\u6570\u65e0\u9650\u6027\u7684\u8bc1\u660e\u7b49\u3002\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\uff0c\u4eba\u4eec\u80fd\u591f\u4ece\u666e\u904d\u539f\u7406\u51fa\u53d1\uff0c\u63a8\u5bfc\u51fa\u5177\u4f53\u60c5\u5883\u4e0b\u7684\u7ed3\u8bba\uff0c\u4ece\u800c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u548c\u7ed3\u679c\u7684\u4e25\u8c28\u6027\u4e0e\u53ef\u9760\u6027\u3002", "entity_id": "\u6f14\u7ece\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u6f14\u7ece\u63a8\u7406", "label": "\u6f14\u7ece\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-5d7b9b0085eaed2882fabbb5f2c18a82\u003cSEP\u003echunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6f14\u7ece\u63a8\u7406\uff08Deductive Reasoning\uff09\u662f\u4e00\u79cd\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u903b\u8f91\u63a8\u7406\u65b9\u6cd5\uff0c\u5728\u524d\u63d0\u4e3a\u771f\u4e14\u63a8\u7406\u8fc7\u7a0b\u7b26\u5408\u903b\u8f91\u7684\u524d\u63d0\u4e0b\uff0c\u6240\u5f97\u51fa\u7684\u7ed3\u8bba\u5fc5\u7136\u4e3a\u771f\u3002\u5b83\u5177\u6709\u903b\u8f91\u5fc5\u7136\u6027\uff0c\u662f\u6570\u5b66\u8bc1\u660e\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u5de5\u5177\uff0c\u5e38\u7528\u4e8e\u9a8c\u8bc1\u63d0\u51fa\u7684\u6570\u5b66\u7ed3\u8bba\u3001\u7406\u6e05\u77e5\u8bc6\u4f53\u7cfb\u4ee5\u53ca\u57f9\u517b\u903b\u8f91\u601d\u7ef4\u4e0e\u521b\u65b0\u80fd\u529b\u3002\u6f14\u7ece\u63a8\u7406\u5728\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u8868\u73b0\u4e3a\u4e25\u683c\u7684\u903b\u8f91\u63a8\u5bfc\uff0c\u4f8b\u5982\u6570\u5b66\u5f52\u7eb3\u6cd5\u548c\u7d20\u6570\u65e0\u9650\u6027\u7684\u8bc1\u660e\u7b49\u3002\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\uff0c\u4eba\u4eec\u80fd\u591f\u4ece\u666e\u904d\u539f\u7406\u51fa\u53d1\uff0c\u63a8\u5bfc\u51fa\u5177\u4f53\u60c5\u5883\u4e0b\u7684\u7ed3\u8bba\uff0c\u4ece\u800c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u548c\u7ed3\u679c\u7684\u4e25\u8c28\u6027\u4e0e\u53ef\u9760\u6027\u3002"}, {"color": "#d17193", "created_at": 1752674438, "description": "\u221a2 is an irrational number, commonly represented as 1.4142135... in decimal form, and cannot be expressed as a fraction, distinguishing it from rational numbers. It is a mathematical constant that represents the square root of 2 and is famously known as the first discovered irrational number. \u221a2 plays a significant role in mathematics, particularly in demonstrating the existence of irrational numbers and serving as a classic example of proof by contradiction. It also has a geometric interpretation as the length of the diagonal of a square with side length 1. Historically, \u221a2 played a pivotal role in ancient Greek mathematics, challenging the prevailing belief that all quantities could be expressed as ratios of integers. Its irrationality can be rigorously proven using properties of odd and even numbers, highlighting the importance of mathematical rigor and logical reasoning.", "entity_id": "\u221a2", "entity_type": "category", "file_path": "unknown_source", "id": "\u221a2", "label": "\u221a2", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-7f6551045ead5f4c49f6ae5d346c0299\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511", "title": "\u221a2 is an irrational number, commonly represented as 1.4142135... in decimal form, and cannot be expressed as a fraction, distinguishing it from rational numbers. It is a mathematical constant that represents the square root of 2 and is famously known as the first discovered irrational number. \u221a2 plays a significant role in mathematics, particularly in demonstrating the existence of irrational numbers and serving as a classic example of proof by contradiction. It also has a geometric interpretation as the length of the diagonal of a square with side length 1. Historically, \u221a2 played a pivotal role in ancient Greek mathematics, challenging the prevailing belief that all quantities could be expressed as ratios of integers. Its irrationality can be rigorously proven using properties of odd and even numbers, highlighting the importance of mathematical rigor and logical reasoning."}, {"color": "#2da7eb", "created_at": 1752674438, "description": "The Fundamental Theorem of Algebra states that every non-zero polynomial equation has as many roots as its degree in the complex number system.\u003cSEP\u003e\u9ad8\u65af\u63d0\u51fa\u7684\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\uff0c\u7528\u4ee3\u6570\u56e0\u5b50\u4e58\u79ef\u65b9\u6cd5\u6784\u5efa\u9ad8\u6b21\u65b9\u7a0b\u89e3\u7684\u7406\u8bba\u57fa\u7840\u3002", "entity_id": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "label": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "The Fundamental Theorem of Algebra states that every non-zero polynomial equation has as many roots as its degree in the complex number system.\u003cSEP\u003e\u9ad8\u65af\u63d0\u51fa\u7684\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\uff0c\u7528\u4ee3\u6570\u56e0\u5b50\u4e58\u79ef\u65b9\u6cd5\u6784\u5efa\u9ad8\u6b21\u65b9\u7a0b\u89e3\u7684\u7406\u8bba\u57fa\u7840\u3002"}, {"color": "#f24ed2", "created_at": 1752674526, "description": "Pafnuty Chebyshev was a Russian mathematician who proved Bertrand\u0027s conjecture in 1850. The result is now known as the Bertrand-Chebyshev theorem.", "entity_id": "\u5207\u6bd4\u96ea\u592b", "entity_type": "person", "file_path": "unknown_source", "id": "\u5207\u6bd4\u96ea\u592b", "label": "\u5207\u6bd4\u96ea\u592b", "shape": "dot", "size": 10, "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Pafnuty Chebyshev was a Russian mathematician who proved Bertrand\u0027s conjecture in 1850. The result is now known as the Bertrand-Chebyshev theorem."}, {"color": "#3c6b02", "created_at": 1752674526, "description": "Goldbach\u0027s conjecture is one of the oldest and best-known unsolved problems in number theory. It states that every even integer greater than 2 can be expressed as the sum of two primes.\u003cSEP\u003e\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u662f\u6570\u8bba\u4e2d\u7684\u4e00\u4e2a\u8457\u540d\u672a\u89e3\u95ee\u9898\uff0c\u4e0e\u5b8c\u6ee1\u6570\u7814\u7a76\u4e00\u6837\uff0c\u7b80\u6d01\u6613\u61c2\u4f46\u96be\u4ee5\u8bc1\u660e\u3002\u003cSEP\u003e\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u662f\u6570\u8bba\u4e2d\u7684\u8457\u540d\u672a\u89e3\u96be\u9898\u4e4b\u4e00\uff0c\u63d0\u51fa\u2018\u4efb\u4e00\u5927\u4e8e2\u7684\u5076\u6570\u90fd\u53ef\u5199\u6210\u4e24\u4e2a\u7d20\u6570\u4e4b\u548c\u2019\u3002", "entity_id": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "label": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Goldbach\u0027s conjecture is one of the oldest and best-known unsolved problems in number theory. It states that every even integer greater than 2 can be expressed as the sum of two primes.\u003cSEP\u003e\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u662f\u6570\u8bba\u4e2d\u7684\u4e00\u4e2a\u8457\u540d\u672a\u89e3\u95ee\u9898\uff0c\u4e0e\u5b8c\u6ee1\u6570\u7814\u7a76\u4e00\u6837\uff0c\u7b80\u6d01\u6613\u61c2\u4f46\u96be\u4ee5\u8bc1\u660e\u3002\u003cSEP\u003e\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u662f\u6570\u8bba\u4e2d\u7684\u8457\u540d\u672a\u89e3\u96be\u9898\u4e4b\u4e00\uff0c\u63d0\u51fa\u2018\u4efb\u4e00\u5927\u4e8e2\u7684\u5076\u6570\u90fd\u53ef\u5199\u6210\u4e24\u4e2a\u7d20\u6570\u4e4b\u548c\u2019\u3002"}, {"color": "#4d62cb", "created_at": 1752674526, "description": "Pythagoras was an ancient Greek philosopher and mathematician known for his contributions to mathematics, philosophy, and music theory. He founded the Pythagorean school, which had a profound influence on the development of mathematical thought.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u662f\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u9886\u5bfc\u4e86\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\uff0c\u63d0\u51fa\u4e86\u8bb8\u591a\u6570\u5b66\u548c\u97f3\u4e50\u7406\u8bba\uff0c\u8ba4\u4e3a\u6574\u6570\u662f\u5b87\u5b99\u7684\u57fa\u7840\u3002", "entity_id": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "label": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Pythagoras was an ancient Greek philosopher and mathematician known for his contributions to mathematics, philosophy, and music theory. He founded the Pythagorean school, which had a profound influence on the development of mathematical thought.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u662f\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u9886\u5bfc\u4e86\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\uff0c\u63d0\u51fa\u4e86\u8bb8\u591a\u6570\u5b66\u548c\u97f3\u4e50\u7406\u8bba\uff0c\u8ba4\u4e3a\u6574\u6570\u662f\u5b87\u5b99\u7684\u57fa\u7840\u3002"}, {"color": "#fa03b1", "created_at": 1752674526, "description": "The Bertrand-Chebyshev theorem states that for any natural number n \u003e 1, there exists at least one prime p such that n \u003c p \u003c 2n. It was first conjectured by Bertrand and proved by Chebyshev.", "entity_id": "\u4f2f\u7279\u5170-\u5207\u6bd4\u96ea\u592b\u5b9a\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f2f\u7279\u5170-\u5207\u6bd4\u96ea\u592b\u5b9a\u7406", "label": "\u4f2f\u7279\u5170-\u5207\u6bd4\u96ea\u592b\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "The Bertrand-Chebyshev theorem states that for any natural number n \u003e 1, there exists at least one prime p such that n \u003c p \u003c 2n. It was first conjectured by Bertrand and proved by Chebyshev."}, {"color": "#36ccbc", "created_at": 1752674526, "description": "This is a Mersenne prime, a very large prime number with over 9 million digits. It represents the current largest known prime number mentioned in the text.", "entity_id": "2^30402457^-1", "entity_type": "category", "file_path": "unknown_source", "id": "2^30402457^-1", "label": "2^30402457^-1", "shape": "dot", "size": 10, "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "This is a Mersenne prime, a very large prime number with over 9 million digits. It represents the current largest known prime number mentioned in the text."}, {"color": "#9b45ff", "created_at": 1752674526, "description": "\u6570\u8bba\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u4e3b\u8981\u7814\u7a76\u6574\u6570\u7684\u6027\u8d28\uff0c\u5c24\u5176\u662f\u7d20\u6570\u548c\u5b8c\u6ee1\u6570\u7b49\uff0c\u4e5f\u4e0e\u73b0\u4ee3\u5bc6\u7801\u5b66\u5bc6\u5207\u76f8\u5173\u3002", "entity_id": "\u6570\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u8bba", "label": "\u6570\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6570\u8bba\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u4e3b\u8981\u7814\u7a76\u6574\u6570\u7684\u6027\u8d28\uff0c\u5c24\u5176\u662f\u7d20\u6570\u548c\u5b8c\u6ee1\u6570\u7b49\uff0c\u4e5f\u4e0e\u73b0\u4ee3\u5bc6\u7801\u5b66\u5bc6\u5207\u76f8\u5173\u3002"}, {"color": "#dd5f5c", "created_at": 1752674526, "description": "\u76f4\u63a5\u5224\u65ad\u662f\u5bf9\u547d\u9898\u672c\u8eab\u8fdb\u884c\u80af\u5b9a\u6216\u5426\u5b9a\u7684\u884c\u4e3a\uff0c\u4f9d\u8d56\u4e8e\u5bf9\u547d\u9898\u53ca\u5176\u76f8\u5173\u6982\u5ff5\u7684\u7406\u89e3\u3002", "entity_id": "\u76f4\u63a5\u5224\u65ad", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u63a5\u5224\u65ad", "label": "\u76f4\u63a5\u5224\u65ad", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u76f4\u63a5\u5224\u65ad\u662f\u5bf9\u547d\u9898\u672c\u8eab\u8fdb\u884c\u80af\u5b9a\u6216\u5426\u5b9a\u7684\u884c\u4e3a\uff0c\u4f9d\u8d56\u4e8e\u5bf9\u547d\u9898\u53ca\u5176\u76f8\u5173\u6982\u5ff5\u7684\u7406\u89e3\u3002"}, {"color": "#2f5619", "created_at": 1752674410, "description": "\u4e58\u6cd5\u8fd0\u7b97explores definitions and properties of multiplication.\u003cSEP\u003e\u4e58\u6cd5\u8fd0\u7b97\u662f\u4e00\u79cd\u57fa\u672c\u7684\u7b97\u672f\u8fd0\u7b97\uff0c\u5728\u6574\u6570\u96c6\u5408\u4e2d\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u5b9a\u4e49\uff0c\u5e76\u63a8\u5e7f\u5230\u66f4\u5e7f\u6cdb\u7684\u6570\u5b66\u9886\u57df\u3002", "entity_id": "\u4e58\u6cd5\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e58\u6cd5\u8fd0\u7b97", "label": "\u4e58\u6cd5\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "\u4e58\u6cd5\u8fd0\u7b97explores definitions and properties of multiplication.\u003cSEP\u003e\u4e58\u6cd5\u8fd0\u7b97\u662f\u4e00\u79cd\u57fa\u672c\u7684\u7b97\u672f\u8fd0\u7b97\uff0c\u5728\u6574\u6570\u96c6\u5408\u4e2d\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u5b9a\u4e49\uff0c\u5e76\u63a8\u5e7f\u5230\u66f4\u5e7f\u6cdb\u7684\u6570\u5b66\u9886\u57df\u3002"}, {"color": "#83e6e4", "created_at": 1752674485, "description": "\u7b49\u4ef7\u5173\u7cfb\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u79cd\u5173\u7cfb\uff0c\u5177\u6709\u5bf9\u79f0\u6027\u3001\u81ea\u53cd\u6027\u548c\u4f20\u9012\u6027\uff0c\u5e38\u7528\u4e8e\u5b9a\u4e49\u52a0\u6cd5\u8fd0\u7b97\u548c\u6570\u7cfb\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "entity_id": "\u7b49\u4ef7\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u4ef7\u5173\u7cfb", "label": "\u7b49\u4ef7\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u7b49\u4ef7\u5173\u7cfb\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u79cd\u5173\u7cfb\uff0c\u5177\u6709\u5bf9\u79f0\u6027\u3001\u81ea\u53cd\u6027\u548c\u4f20\u9012\u6027\uff0c\u5e38\u7528\u4e8e\u5b9a\u4e49\u52a0\u6cd5\u8fd0\u7b97\u548c\u6570\u7cfb\u4e4b\u95f4\u7684\u5173\u7cfb\u3002"}, {"color": "#b4a5f3", "created_at": 1752674438, "description": "\u5bf9\u79f0\u6027\u662f\u6307\u7b49\u4ef7\u5173\u7cfb\u4e2d\u7684\u6027\u8d28\uff0c\u5373\u5982\u679ca = b\uff0c\u5219b = a\uff0c\u662f\u5b9a\u4e49\u52a0\u6cd5\u8fd0\u7b97\u7684\u91cd\u8981\u903b\u8f91\u57fa\u7840\u3002\u003cSEP\u003e\u5bf9\u79f0\u662f\u6570\u5b66\u7f8e\u7684\u6838\u5fc3\uff0c\u5728\u5468\u957f\u56fa\u5b9a\u7684\u591a\u8fb9\u5f62\u9762\u79ef\u6700\u5927\u5316\u95ee\u9898\u4e2d\u8d77\u5173\u952e\u4f5c\u7528\u3002", "entity_id": "\u5bf9\u79f0\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u5bf9\u79f0\u6027", "label": "\u5bf9\u79f0\u6027", "shape": "dot", "size": 10, "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u5bf9\u79f0\u6027\u662f\u6307\u7b49\u4ef7\u5173\u7cfb\u4e2d\u7684\u6027\u8d28\uff0c\u5373\u5982\u679ca = b\uff0c\u5219b = a\uff0c\u662f\u5b9a\u4e49\u52a0\u6cd5\u8fd0\u7b97\u7684\u91cd\u8981\u903b\u8f91\u57fa\u7840\u3002\u003cSEP\u003e\u5bf9\u79f0\u662f\u6570\u5b66\u7f8e\u7684\u6838\u5fc3\uff0c\u5728\u5468\u957f\u56fa\u5b9a\u7684\u591a\u8fb9\u5f62\u9762\u79ef\u6700\u5927\u5316\u95ee\u9898\u4e2d\u8d77\u5173\u952e\u4f5c\u7528\u3002"}, {"color": "#84dfd5", "created_at": 1752674427, "description": "\u9006\u8fd0\u7b97refers to inverse operations in mathematics, such as subtraction as the inverse of addition, and division as the inverse of multiplication.\u003cSEP\u003e\u9006\u8fd0\u7b97\u662f\u56db\u5219\u8fd0\u7b97\u4e2d\u7684\u5173\u952e\u6982\u5ff5\uff0c\u51cf\u6cd5\u4e3a\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u4e3a\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u7528\u4e8e\u6570\u96c6\u6269\u5145\u3002\u003cSEP\u003e\u9006\u8fd0\u7b97\u662f\u6307\u4e0e\u57fa\u672c\u8fd0\u7b97\u76f8\u5bf9\u5e94\u7684\u53cd\u5411\u8fd0\u7b97\uff0c\u5982\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u7528\u4e8e\u6570\u7cfb\u7684\u6269\u5c55\u3002", "entity_id": "\u9006\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u9006\u8fd0\u7b97", "label": "\u9006\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u9006\u8fd0\u7b97refers to inverse operations in mathematics, such as subtraction as the inverse of addition, and division as the inverse of multiplication.\u003cSEP\u003e\u9006\u8fd0\u7b97\u662f\u56db\u5219\u8fd0\u7b97\u4e2d\u7684\u5173\u952e\u6982\u5ff5\uff0c\u51cf\u6cd5\u4e3a\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u4e3a\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u7528\u4e8e\u6570\u96c6\u6269\u5145\u3002\u003cSEP\u003e\u9006\u8fd0\u7b97\u662f\u6307\u4e0e\u57fa\u672c\u8fd0\u7b97\u76f8\u5bf9\u5e94\u7684\u53cd\u5411\u8fd0\u7b97\uff0c\u5982\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u7528\u4e8e\u6570\u7cfb\u7684\u6269\u5c55\u3002"}, {"color": "#85ba33", "created_at": 1752674526, "description": "A mathematical proposition stating that adding the same value to both sides of an equation preserves equality.\u003cSEP\u003e\u547d\u98982\u6307\u51fa\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u4e24\u8fb9\u52a0\u51cf\u76f8\u540c\u91cf\u540e\u5173\u7cfb\u4e0d\u53d8\uff0c\u662f\u6570\u5b66\u63a8\u7406\u548c\u8fd0\u7b97\u6027\u8d28\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u547d\u98982\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5f15\u7528\u7684\u53e6\u4e00\u4e2a\u547d\u9898\uff0c\u4f5c\u4e3a\u63a8\u7406\u6b65\u9aa4\u7684\u57fa\u7840\u3002", "entity_id": "\u547d\u98982", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u98982", "label": "\u547d\u98982", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "A mathematical proposition stating that adding the same value to both sides of an equation preserves equality.\u003cSEP\u003e\u547d\u98982\u6307\u51fa\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u4e24\u8fb9\u52a0\u51cf\u76f8\u540c\u91cf\u540e\u5173\u7cfb\u4e0d\u53d8\uff0c\u662f\u6570\u5b66\u63a8\u7406\u548c\u8fd0\u7b97\u6027\u8d28\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u547d\u98982\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5f15\u7528\u7684\u53e6\u4e00\u4e2a\u547d\u9898\uff0c\u4f5c\u4e3a\u63a8\u7406\u6b65\u9aa4\u7684\u57fa\u7840\u3002"}, {"color": "#01cc63", "created_at": 1752674438, "description": "\u6574\u6570\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u6982\u5ff5\uff0c\u5305\u542b\u6240\u6709\u6b63\u6574\u6570\u3001\u8d1f\u6574\u6570\u548c\u96f6\uff0c\u7528\u4e8e\u5b9a\u4e49\u548c\u8ba8\u8bba\u4e58\u6cd5\u8fd0\u7b97\u53ca\u5176\u6027\u8d28\u3002\u003cSEP\u003e\u6574\u6570\u96c6\u5408\u662f\u81ea\u7136\u6570\u96c6\u5408\u901a\u8fc7\u51cf\u6cd5\u8fd0\u7b97\u6269\u5145\u5f97\u5230\u7684\u6570\u96c6\uff0c\u5305\u542b\u6b63\u6574\u6570\u3001\u8d1f\u6574\u6570\u548c\u96f6\uff0c\u901a\u5e38\u7528Z\u8868\u793a\u3002", "entity_id": "\u6574\u6570\u96c6\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u6570\u96c6\u5408", "label": "\u6574\u6570\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6574\u6570\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u6982\u5ff5\uff0c\u5305\u542b\u6240\u6709\u6b63\u6574\u6570\u3001\u8d1f\u6574\u6570\u548c\u96f6\uff0c\u7528\u4e8e\u5b9a\u4e49\u548c\u8ba8\u8bba\u4e58\u6cd5\u8fd0\u7b97\u53ca\u5176\u6027\u8d28\u3002\u003cSEP\u003e\u6574\u6570\u96c6\u5408\u662f\u81ea\u7136\u6570\u96c6\u5408\u901a\u8fc7\u51cf\u6cd5\u8fd0\u7b97\u6269\u5145\u5f97\u5230\u7684\u6570\u96c6\uff0c\u5305\u542b\u6b63\u6574\u6570\u3001\u8d1f\u6574\u6570\u548c\u96f6\uff0c\u901a\u5e38\u7528Z\u8868\u793a\u3002"}, {"color": "#4da7a2", "created_at": 1752674438, "description": "\u5355\u4f4d\u5143\u662f\u4e58\u6cd5\u8fd0\u7b97\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c1\u662f\u4e58\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u7c7b\u4f3c\u4e8e\u52a0\u6cd5\u4e2d\u76840\uff0c\u6ee1\u8db31 \u00d7 a = a \u00d7 1 = a\u3002", "entity_id": "\u5355\u4f4d\u5143", "entity_type": "category", "file_path": "unknown_source", "id": "\u5355\u4f4d\u5143", "label": "\u5355\u4f4d\u5143", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u5355\u4f4d\u5143\u662f\u4e58\u6cd5\u8fd0\u7b97\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c1\u662f\u4e58\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u7c7b\u4f3c\u4e8e\u52a0\u6cd5\u4e2d\u76840\uff0c\u6ee1\u8db31 \u00d7 a = a \u00d7 1 = a\u3002"}, {"color": "#6ce7bf", "created_at": 1752674438, "description": "\u9644\u5f55\u7684\u8bdd\u989819\u8ba8\u8bba\u4e86\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u672c\u8d28\u53ca\u5176\u63a8\u5e7f\u65b9\u6cd5\uff0c\u662f\u7406\u89e3\u6574\u6570\u4e58\u6cd5\u7684\u91cd\u8981\u53c2\u8003\u3002", "entity_id": "\u9644\u5f55\u7684\u8bdd\u989819", "entity_type": "category", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u989819", "label": "\u9644\u5f55\u7684\u8bdd\u989819", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u9644\u5f55\u7684\u8bdd\u989819\u8ba8\u8bba\u4e86\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u672c\u8d28\u53ca\u5176\u63a8\u5e7f\u65b9\u6cd5\uff0c\u662f\u7406\u89e3\u6574\u6570\u4e58\u6cd5\u7684\u91cd\u8981\u53c2\u8003\u3002"}, {"color": "#5238a7", "created_at": 1752674421, "description": "The compulsory education phase where descriptive definitions of geometric concepts like angles are introduced.\u003cSEP\u003e\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u6559\u80b2\u9700\u8981\u4e3a\u5b66\u751f\u4e00\u751f\u7684\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\uff0c\u5f3a\u8c03\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002", "entity_id": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "label": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "The compulsory education phase where descriptive definitions of geometric concepts like angles are introduced.\u003cSEP\u003e\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u6559\u80b2\u9700\u8981\u4e3a\u5b66\u751f\u4e00\u751f\u7684\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\uff0c\u5f3a\u8c03\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002"}, {"color": "#41f47e", "created_at": 1752674438, "description": "Elementary students are the target learners who need to understand basic integer operations.\u003cSEP\u003e\u513f\u7ae5\u6559\u80b2\u9636\u6bb5\u7684\u5b66\u751f\uff0c\u6587\u4e2d\u5f3a\u8c03\u5e94\u4ece\u5c0f\u57f9\u517b\u4ed6\u4eec\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\uff0c\u4ece\u57fa\u7840\u903b\u8f91\u51fa\u53d1\u8fdb\u884c\u5b66\u4e60\u3002", "entity_id": "\u5c0f\u5b66\u751f", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u751f", "label": "\u5c0f\u5b66\u751f", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "Elementary students are the target learners who need to understand basic integer operations.\u003cSEP\u003e\u513f\u7ae5\u6559\u80b2\u9636\u6bb5\u7684\u5b66\u751f\uff0c\u6587\u4e2d\u5f3a\u8c03\u5e94\u4ece\u5c0f\u57f9\u517b\u4ed6\u4eec\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\uff0c\u4ece\u57fa\u7840\u903b\u8f91\u51fa\u53d1\u8fdb\u884c\u5b66\u4e60\u3002"}, {"color": "#26a95a", "created_at": 1752674473, "description": "\u601d\u7ef4\u4e60\u60ef\u662f\u6307\u901a\u8fc7\u7edf\u8ba1\u6559\u5b66\u6d3b\u52a8\u57f9\u517b\u5b66\u751f\u7684\u903b\u8f91\u601d\u7ef4\u548c\u6570\u636e\u5206\u6790\u80fd\u529b\uff0c\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u76ee\u6807\u4e4b\u4e00\u3002\u003cSEP\u003e\u6307\u4e2a\u4f53\u5728\u601d\u8003\u95ee\u9898\u65f6\u5f62\u6210\u7684\u7a33\u5b9a\u65b9\u5f0f\uff0c\u6587\u4e2d\u6307\u51fa\u601d\u7ef4\u4e60\u60ef\u5e94\u4ece\u5c0f\u57f9\u517b\uff0c\u5e76\u901a\u8fc7\u6570\u5b66\u6559\u80b2\u52a0\u4ee5\u5851\u9020\u3002", "entity_id": "\u601d\u7ef4\u4e60\u60ef", "entity_type": "category", "file_path": "unknown_source", "id": "\u601d\u7ef4\u4e60\u60ef", "label": "\u601d\u7ef4\u4e60\u60ef", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u601d\u7ef4\u4e60\u60ef\u662f\u6307\u901a\u8fc7\u7edf\u8ba1\u6559\u5b66\u6d3b\u52a8\u57f9\u517b\u5b66\u751f\u7684\u903b\u8f91\u601d\u7ef4\u548c\u6570\u636e\u5206\u6790\u80fd\u529b\uff0c\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u76ee\u6807\u4e4b\u4e00\u3002\u003cSEP\u003e\u6307\u4e2a\u4f53\u5728\u601d\u8003\u95ee\u9898\u65f6\u5f62\u6210\u7684\u7a33\u5b9a\u65b9\u5f0f\uff0c\u6587\u4e2d\u6307\u51fa\u601d\u7ef4\u4e60\u60ef\u5e94\u4ece\u5c0f\u57f9\u517b\uff0c\u5e76\u901a\u8fc7\u6570\u5b66\u6559\u80b2\u52a0\u4ee5\u5851\u9020\u3002"}, {"color": "#14089f", "created_at": 1752674438, "description": "Inductive Reasoning is a method of reasoning that involves drawing general conclusions from specific observations or examples.\u003cSEP\u003eInductive reasoning method discussed for mathematical problem-solving in the curriculum.\u003cSEP\u003eInductive reasoning method used for discovering patterns and relationships.\u003cSEP\u003e\u4e00\u79cd\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u63a8\u7406\u5f62\u5f0f\uff0c\u7528\u4e8e\u53d1\u73b0\u65b0\u77e5\u8bc6\uff0c\u901a\u8fc7\u7ecf\u9a8c\u63a8\u65ad\u672a\u77e5\uff0c\u7ed3\u8bba\u5177\u6709\u6216\u7136\u6027\u3002\u003cSEP\u003e\u4ece\u5177\u4f53\u5b9e\u4f8b\u63a8\u5bfc\u51fa\u4e00\u822c\u7ed3\u8bba\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u5728\u6570\u5b66\u4e2d\u5e38\u7528\u4e8e\u53d1\u73b0\u89c4\u5f8b\uff0c\u4f46\u9700\u8981\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u9a8c\u8bc1\u5176\u6b63\u786e\u6027\u3002", "entity_id": "\u5f52\u7eb3\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f52\u7eb3\u63a8\u7406", "label": "\u5f52\u7eb3\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099\u003cSEP\u003echunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "Inductive Reasoning is a method of reasoning that involves drawing general conclusions from specific observations or examples.\u003cSEP\u003eInductive reasoning method discussed for mathematical problem-solving in the curriculum.\u003cSEP\u003eInductive reasoning method used for discovering patterns and relationships.\u003cSEP\u003e\u4e00\u79cd\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u63a8\u7406\u5f62\u5f0f\uff0c\u7528\u4e8e\u53d1\u73b0\u65b0\u77e5\u8bc6\uff0c\u901a\u8fc7\u7ecf\u9a8c\u63a8\u65ad\u672a\u77e5\uff0c\u7ed3\u8bba\u5177\u6709\u6216\u7136\u6027\u3002\u003cSEP\u003e\u4ece\u5177\u4f53\u5b9e\u4f8b\u63a8\u5bfc\u51fa\u4e00\u822c\u7ed3\u8bba\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u5728\u6570\u5b66\u4e2d\u5e38\u7528\u4e8e\u53d1\u73b0\u89c4\u5f8b\uff0c\u4f46\u9700\u8981\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u9a8c\u8bc1\u5176\u6b63\u786e\u6027\u3002"}, {"color": "#d76556", "created_at": 1752674526, "description": "The Law of Identity states that something is identical to itself (A = A), and it is one of the foundational principles of classical logic used in mathematics.\u003cSEP\u003e\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u4e00\u4e2a\u547d\u9898\u5728\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5fc5\u987b\u4fdd\u6301\u81ea\u8eab\u7684\u540c\u4e00\u6027\uff0c\u4e0d\u80fd\u968f\u610f\u6539\u53d8\u3002\u003cSEP\u003e\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u89c4\u5f8b\u4e4b\u4e00\uff0c\u8868\u793a\u6bcf\u4e2a\u4e8b\u7269\u4e0e\u5176\u81ea\u8eab\u7b49\u540c\u3002\u003cSEP\u003e\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u4e8b\u7269\u5728\u5b9a\u4e49\u4e2d\u5e94\u4fdd\u6301\u4e0d\u53d8\uff0c\u4e0e\u96c6\u5408\u6982\u5ff5\u76f8\u5173\u3002", "entity_id": "\u540c\u4e00\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u540c\u4e00\u5f8b", "label": "\u540c\u4e00\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "The Law of Identity states that something is identical to itself (A = A), and it is one of the foundational principles of classical logic used in mathematics.\u003cSEP\u003e\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u4e00\u4e2a\u547d\u9898\u5728\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5fc5\u987b\u4fdd\u6301\u81ea\u8eab\u7684\u540c\u4e00\u6027\uff0c\u4e0d\u80fd\u968f\u610f\u6539\u53d8\u3002\u003cSEP\u003e\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u57fa\u672c\u89c4\u5f8b\u4e4b\u4e00\uff0c\u8868\u793a\u6bcf\u4e2a\u4e8b\u7269\u4e0e\u5176\u81ea\u8eab\u7b49\u540c\u3002\u003cSEP\u003e\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u4e8b\u7269\u5728\u5b9a\u4e49\u4e2d\u5e94\u4fdd\u6301\u4e0d\u53d8\uff0c\u4e0e\u96c6\u5408\u6982\u5ff5\u76f8\u5173\u3002"}, {"color": "#c7224f", "created_at": 1752674526, "description": "Primary and secondary school teachers are active educators who have the opportunity to develop and apply new teaching methods in mathematics education, particularly in improving reasoning instruction.", "entity_id": "\u4e2d\u5c0f\u5b66\u6559\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u4e2d\u5c0f\u5b66\u6559\u5e08", "label": "\u4e2d\u5c0f\u5b66\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Primary and secondary school teachers are active educators who have the opportunity to develop and apply new teaching methods in mathematics education, particularly in improving reasoning instruction."}, {"color": "#81cd8b", "created_at": 1752674526, "description": "\u6570\u5b66\u62bd\u8c61\u5316\u662f\u6570\u5b66\u53d1\u5c55\u8fc7\u7a0b\u4e2d\u7684\u91cd\u8981\u8d8b\u52bf\uff0c\u901a\u8fc7\u7b26\u53f7\u5316\u3001\u5f62\u5f0f\u5316\u548c\u516c\u7406\u5316\u5efa\u7acb\u6570\u5b66\u7406\u8bba\u4f53\u7cfb\uff0c\u4f46\u4e5f\u53ef\u80fd\u8131\u79bb\u73b0\u5b9e\u7ecf\u9a8c\u3002", "entity_id": "\u6570\u5b66\u62bd\u8c61\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u62bd\u8c61\u5316", "label": "\u6570\u5b66\u62bd\u8c61\u5316", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u6570\u5b66\u62bd\u8c61\u5316\u662f\u6570\u5b66\u53d1\u5c55\u8fc7\u7a0b\u4e2d\u7684\u91cd\u8981\u8d8b\u52bf\uff0c\u901a\u8fc7\u7b26\u53f7\u5316\u3001\u5f62\u5f0f\u5316\u548c\u516c\u7406\u5316\u5efa\u7acb\u6570\u5b66\u7406\u8bba\u4f53\u7cfb\uff0c\u4f46\u4e5f\u53ef\u80fd\u8131\u79bb\u73b0\u5b9e\u7ecf\u9a8c\u3002"}, {"color": "#ee25fb", "created_at": 1752674566, "description": "Number sense instruction refers to the pedagogical approach of embedding number sense development throughout the curriculum, rather than teaching it in isolation.", "entity_id": "\u6570\u611f\u6559\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u611f\u6559\u5b66", "label": "\u6570\u611f\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Number sense instruction refers to the pedagogical approach of embedding number sense development throughout the curriculum, rather than teaching it in isolation."}, {"color": "#b5d11b", "created_at": 1752674566, "description": "Teaching methodology using visual representations and practical examples to explain multiplication as repeated addition.", "entity_id": "\u4e58\u6cd5\u6559\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e58\u6cd5\u6559\u5b66", "label": "\u4e58\u6cd5\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Teaching methodology using visual representations and practical examples to explain multiplication as repeated addition."}, {"color": "#5ccf97", "created_at": 1752674566, "description": "\u65b9\u7a0b\u7684\u8ba4\u8bc6refers to the understanding of equations, focusing on their form as equalities containing variables and their function in solving problems.", "entity_id": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "label": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u65b9\u7a0b\u7684\u8ba4\u8bc6refers to the understanding of equations, focusing on their form as equalities containing variables and their function in solving problems."}, {"color": "#40d837", "created_at": 1752674566, "description": "Model thinking involves abstracting real-world problems into mathematical forms to solve them systematically.", "entity_id": "Model Thinking", "entity_type": "category", "file_path": "unknown_source", "id": "Model Thinking", "label": "Model Thinking", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "Model thinking involves abstracting real-world problems into mathematical forms to solve them systematically."}, {"color": "#6dad9e", "created_at": 1752674421, "description": "\u6570\u5b66\u57fa\u672c\u601d\u60f3\u5305\u62ec\u62bd\u8c61\u3001\u63a8\u7406\u548c\u6a21\u578b\uff0c\u662f\u6570\u5b66\u4ea7\u751f\u548c\u53d1\u5c55\u7684\u6838\u5fc3\uff0c\u4e5f\u662f\u533a\u5206\u6570\u5b66\u5b66\u4e60\u8005\u4e0e\u975e\u5b66\u4e60\u8005\u7684\u601d\u7ef4\u5dee\u5f02\u7684\u5173\u952e\u3002", "entity_id": "\u6570\u5b66\u57fa\u672c\u601d\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u57fa\u672c\u601d\u60f3", "label": "\u6570\u5b66\u57fa\u672c\u601d\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6570\u5b66\u57fa\u672c\u601d\u60f3\u5305\u62ec\u62bd\u8c61\u3001\u63a8\u7406\u548c\u6a21\u578b\uff0c\u662f\u6570\u5b66\u4ea7\u751f\u548c\u53d1\u5c55\u7684\u6838\u5fc3\uff0c\u4e5f\u662f\u533a\u5206\u6570\u5b66\u5b66\u4e60\u8005\u4e0e\u975e\u5b66\u4e60\u8005\u7684\u601d\u7ef4\u5dee\u5f02\u7684\u5173\u952e\u3002"}, {"color": "#b79751", "created_at": 1752674427, "description": "\u4fee\u6539\u7ec4\u662f\u652f\u6301\u2018\u56db\u57fa\u2019\u8bfe\u7a0b\u76ee\u6807\u63d0\u51fa\u7684\u56e2\u961f\uff0c\u5305\u62ec\u6570\u5b66\u5bb6\u3001\u6570\u5b66\u6559\u80b2\u4e13\u5bb6\u548c\u4e00\u7ebf\u6559\u5e08\u3002", "entity_id": "\u4fee\u6539\u7ec4", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4fee\u6539\u7ec4", "label": "\u4fee\u6539\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4fee\u6539\u7ec4\u662f\u652f\u6301\u2018\u56db\u57fa\u2019\u8bfe\u7a0b\u76ee\u6807\u63d0\u51fa\u7684\u56e2\u961f\uff0c\u5305\u62ec\u6570\u5b66\u5bb6\u3001\u6570\u5b66\u6559\u80b2\u4e13\u5bb6\u548c\u4e00\u7ebf\u6559\u5e08\u3002"}, {"color": "#10c62d", "created_at": 1752674421, "description": "Refers to the traditional two basics in Chinese education: basic knowledge and basic skills.\u003cSEP\u003e\u2018\u53cc\u57fa\u2019\u662f\u4f20\u7edf\u7684\u6570\u5b66\u8bfe\u7a0b\u76ee\u6807\uff0c\u805a\u7126\u57fa\u7840\u77e5\u8bc6\u7684\u8bb0\u5fc6\u548c\u57fa\u672c\u6280\u80fd\u7684\u719f\u7ec3\uff0c\u4f46\u7f3a\u4e4f\u5bf9\u6570\u5b66\u601d\u60f3\u548c\u7ecf\u9a8c\u7684\u91cd\u89c6\u3002\u003cSEP\u003e\u53cc\u57fa(two basics) refers to the traditional Chinese math education emphasis on basic knowledge and basic skills.", "entity_id": "\u53cc\u57fa", "entity_type": "category", "file_path": "unknown_source", "id": "\u53cc\u57fa", "label": "\u53cc\u57fa", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d", "title": "Refers to the traditional two basics in Chinese education: basic knowledge and basic skills.\u003cSEP\u003e\u2018\u53cc\u57fa\u2019\u662f\u4f20\u7edf\u7684\u6570\u5b66\u8bfe\u7a0b\u76ee\u6807\uff0c\u805a\u7126\u57fa\u7840\u77e5\u8bc6\u7684\u8bb0\u5fc6\u548c\u57fa\u672c\u6280\u80fd\u7684\u719f\u7ec3\uff0c\u4f46\u7f3a\u4e4f\u5bf9\u6570\u5b66\u601d\u60f3\u548c\u7ecf\u9a8c\u7684\u91cd\u89c6\u3002\u003cSEP\u003e\u53cc\u57fa(two basics) refers to the traditional Chinese math education emphasis on basic knowledge and basic skills."}, {"color": "#1c4994", "created_at": 1752674421, "description": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u6b63\u7ecf\u5386\u4ece\u2018\u80fd\u4e0a\u5b66\u2019\u5230\u2018\u4e0a\u597d\u5b66\u2019\u7684\u8f6c\u53d8\uff0c\u6838\u5fc3\u662f\u6559\u80b2\u516c\u5e73\u548c\u6559\u5b66\u8d28\u91cf\u63d0\u5347\uff0c\u4f9d\u8d56\u6559\u5e08\u57f9\u8bad\u548c\u65b0\u8bfe\u7a0b\u6807\u51c6\u7684\u5b9e\u65bd\u3002", "entity_id": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "label": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u6b63\u7ecf\u5386\u4ece\u2018\u80fd\u4e0a\u5b66\u2019\u5230\u2018\u4e0a\u597d\u5b66\u2019\u7684\u8f6c\u53d8\uff0c\u6838\u5fc3\u662f\u6559\u80b2\u516c\u5e73\u548c\u6559\u5b66\u8d28\u91cf\u63d0\u5347\uff0c\u4f9d\u8d56\u6559\u5e08\u57f9\u8bad\u548c\u65b0\u8bfe\u7a0b\u6807\u51c6\u7684\u5b9e\u65bd\u3002"}, {"color": "#abb1e1", "created_at": 1752674421, "description": "\u7531\u653f\u5e9c\u4e3b\u5bfc\u7684\u5927\u89c4\u6a21\u6559\u5e08\u57f9\u8bad\uff0c\u5185\u5bb9\u6db5\u76d6\u6559\u80b2\u7406\u5ff5\u548c\u6559\u5b66\u65b9\u6cd5\uff0c\u65e8\u5728\u5168\u5458\u63d0\u5347\u6559\u5e08\u6c34\u5e73\u4ee5\u652f\u6301\u65b0\u8bfe\u6807\u5b9e\u65bd\u3002", "entity_id": "\u4e2d\u5c0f\u5b66\u6559\u5e08\u57f9\u8bad", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e2d\u5c0f\u5b66\u6559\u5e08\u57f9\u8bad", "label": "\u4e2d\u5c0f\u5b66\u6559\u5e08\u57f9\u8bad", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u7531\u653f\u5e9c\u4e3b\u5bfc\u7684\u5927\u89c4\u6a21\u6559\u5e08\u57f9\u8bad\uff0c\u5185\u5bb9\u6db5\u76d6\u6559\u80b2\u7406\u5ff5\u548c\u6559\u5b66\u65b9\u6cd5\uff0c\u65e8\u5728\u5168\u5458\u63d0\u5347\u6559\u5e08\u6c34\u5e73\u4ee5\u652f\u6301\u65b0\u8bfe\u6807\u5b9e\u65bd\u3002"}, {"color": "#a03773", "created_at": 1752674427, "description": "\u6559\u7814\u5458\u662f\u53c2\u4e0e\u6559\u5e08\u57f9\u8bad\u548c\u8bfe\u7a0b\u6807\u51c6\u5b9e\u65bd\u7684\u4e13\u4e1a\u4eba\u5458\uff0c\u8d1f\u8d23\u6307\u5bfc\u6559\u5b66\u5b9e\u8df5\u3002", "entity_id": "\u6559\u7814\u5458", "entity_type": "person", "file_path": "unknown_source", "id": "\u6559\u7814\u5458", "label": "\u6559\u7814\u5458", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6559\u7814\u5458\u662f\u53c2\u4e0e\u6559\u5e08\u57f9\u8bad\u548c\u8bfe\u7a0b\u6807\u51c6\u5b9e\u65bd\u7684\u4e13\u4e1a\u4eba\u5458\uff0c\u8d1f\u8d23\u6307\u5bfc\u6559\u5b66\u5b9e\u8df5\u3002"}, {"color": "#35d4b1", "created_at": 1752674427, "description": "\u4e00\u7ebf\u6559\u5e08\u662f\u76f4\u63a5\u5b9e\u65bd\u6570\u5b66\u6559\u5b66\u7684\u4e3b\u4f53\uff0c\u5176\u6559\u5b66\u65b9\u6cd5\u548c\u7406\u5ff5\u76f4\u63a5\u5f71\u54cd\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002", "entity_id": "\u4e00\u7ebf\u6559\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u4e00\u7ebf\u6559\u5e08", "label": "\u4e00\u7ebf\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4e00\u7ebf\u6559\u5e08\u662f\u76f4\u63a5\u5b9e\u65bd\u6570\u5b66\u6559\u5b66\u7684\u4e3b\u4f53\uff0c\u5176\u6559\u5b66\u65b9\u6cd5\u548c\u7406\u5ff5\u76f4\u63a5\u5f71\u54cd\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002"}, {"color": "#326b24", "created_at": 1752674427, "description": "30\u4e2a\u95ee\u9898represents the core questions addressed in the book to understand fundamental concepts in elementary mathematics education.", "entity_id": "30\u4e2a\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "30\u4e2a\u95ee\u9898", "label": "30\u4e2a\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "30\u4e2a\u95ee\u9898represents the core questions addressed in the book to understand fundamental concepts in elementary mathematics education."}, {"color": "#b26be7", "created_at": 1752674421, "description": "\u521b\u65b0\u6027\u4eba\u624d\u7684\u57f9\u517b\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u76ee\u6807\uff0c\u4f9d\u8d56\u4e8e\u5b66\u751f\u2018\u609f\u2019\u548c\u2018\u770b\u2019\u7684\u80fd\u529b\uff0c\u800c\u975e\u5355\u7eaf\u7684\u77e5\u8bc6\u4f20\u6388\u3002\u003cSEP\u003e\u9700\u8981\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\u57f9\u517b\u7684\u4eba\u624d\u7c7b\u578b\uff0c\u4ec5\u9760\u6f14\u7ece\u63a8\u7406\u4e0d\u8db3\u4ee5\u5b9e\u73b0\u521b\u65b0\u53d1\u73b0\u3002", "entity_id": "\u521b\u65b0\u6027\u4eba\u624d", "entity_type": "category", "file_path": "unknown_source", "id": "\u521b\u65b0\u6027\u4eba\u624d", "label": "\u521b\u65b0\u6027\u4eba\u624d", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u521b\u65b0\u6027\u4eba\u624d\u7684\u57f9\u517b\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u76ee\u6807\uff0c\u4f9d\u8d56\u4e8e\u5b66\u751f\u2018\u609f\u2019\u548c\u2018\u770b\u2019\u7684\u80fd\u529b\uff0c\u800c\u975e\u5355\u7eaf\u7684\u77e5\u8bc6\u4f20\u6388\u3002\u003cSEP\u003e\u9700\u8981\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\u57f9\u517b\u7684\u4eba\u624d\u7c7b\u578b\uff0c\u4ec5\u9760\u6f14\u7ece\u63a8\u7406\u4e0d\u8db3\u4ee5\u5b9e\u73b0\u521b\u65b0\u53d1\u73b0\u3002"}, {"color": "#acdf28", "created_at": 1752674427, "description": "\u6559\u80b2\u516c\u5e73\u662f\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u6838\u5fc3\u76ee\u6807\u4e4b\u4e00\uff0c\u65e8\u5728\u8ba9\u6240\u6709\u5b66\u751f\u90fd\u80fd\u63a5\u53d7\u9ad8\u8d28\u91cf\u7684\u6570\u5b66\u6559\u80b2\u3002", "entity_id": "\u6559\u80b2\u516c\u5e73", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u80b2\u516c\u5e73", "label": "\u6559\u80b2\u516c\u5e73", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6559\u80b2\u516c\u5e73\u662f\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u6838\u5fc3\u76ee\u6807\u4e4b\u4e00\uff0c\u65e8\u5728\u8ba9\u6240\u6709\u5b66\u751f\u90fd\u80fd\u63a5\u53d7\u9ad8\u8d28\u91cf\u7684\u6570\u5b66\u6559\u80b2\u3002"}, {"color": "#e5a9d0", "created_at": 1752674427, "description": "\u6559\u5b66\u8d28\u91cf\u7684\u63d0\u5347\u662f\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u53e6\u4e00\u6838\u5fc3\u76ee\u6807\uff0c\u4f9d\u8d56\u4e8e\u6559\u5e08\u6c34\u5e73\u7684\u5168\u9762\u63d0\u9ad8\u3002", "entity_id": "\u6559\u5b66\u8d28\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u5b66\u8d28\u91cf", "label": "\u6559\u5b66\u8d28\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6559\u5b66\u8d28\u91cf\u7684\u63d0\u5347\u662f\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u53e6\u4e00\u6838\u5fc3\u76ee\u6807\uff0c\u4f9d\u8d56\u4e8e\u6559\u5e08\u6c34\u5e73\u7684\u5168\u9762\u63d0\u9ad8\u3002"}, {"color": "#6ecd5a", "created_at": 1752674427, "description": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8is an academic department at Northeast Normal University focused on educational research and teacher training.", "entity_id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8", "label": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8is an academic department at Northeast Normal University focused on educational research and teacher training."}, {"color": "#faa14c", "created_at": 1752674427, "description": "\u9a6c\u4e91\u9e4fis a professor at Northeast Normal University\u0027s Educational Science Department, who organized a team of teachers to develop teaching materials.\u003cSEP\u003e\u9a6c\u4e91\u9e4f\u662f\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u5b66\u9662\u7684\u5b66\u8005\uff0c\u53c2\u4e0e\u4e86\u9644\u5f55\u4e2d\u63d0\u5230\u7684\u5173\u4e8e\u81ea\u7136\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u8bbe\u8ba1\u3002", "entity_id": "\u9a6c\u4e91\u9e4f", "entity_type": "person", "file_path": "unknown_source", "id": "\u9a6c\u4e91\u9e4f", "label": "\u9a6c\u4e91\u9e4f", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9a6c\u4e91\u9e4fis a professor at Northeast Normal University\u0027s Educational Science Department, who organized a team of teachers to develop teaching materials.\u003cSEP\u003e\u9a6c\u4e91\u9e4f\u662f\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u5b66\u9662\u7684\u5b66\u8005\uff0c\u53c2\u4e0e\u4e86\u9644\u5f55\u4e2d\u63d0\u5230\u7684\u5173\u4e8e\u81ea\u7136\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u8bbe\u8ba1\u3002"}, {"color": "#8edf09", "created_at": 1752674427, "description": "\u957f\u6625\u5e02is a city in China where the mentioned elementary school, Changchun Shuxun Primary School, is located.\u003cSEP\u003e\u957f\u6625\u5e02is the city where the participating teachers from Northeast Normal University\u0027s project are based.", "entity_id": "\u957f\u6625\u5e02", "entity_type": "geo", "file_path": "unknown_source", "id": "\u957f\u6625\u5e02", "label": "\u957f\u6625\u5e02", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-38e4aebbd0700df1af93164aa3540712", "title": "\u957f\u6625\u5e02is a city in China where the mentioned elementary school, Changchun Shuxun Primary School, is located.\u003cSEP\u003e\u957f\u6625\u5e02is the city where the participating teachers from Northeast Normal University\u0027s project are based."}, {"color": "#abe03a", "created_at": 1752674427, "description": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08are frontline mathematics teachers with practical classroom experience, providing valuable insights for educational materials.", "entity_id": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08", "label": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08are frontline mathematics teachers with practical classroom experience, providing valuable insights for educational materials."}, {"color": "#c3df7b", "created_at": 1752674536, "description": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1\u662f\u5173\u4e8e\u5982\u4f55\u5728\u4e2d\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u81ea\u7136\u6570\u7684\u6559\u5b66\u7b56\u7565\u548c\u8bbe\u8ba1\u3002", "entity_id": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1", "label": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1\u662f\u5173\u4e8e\u5982\u4f55\u5728\u4e2d\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u81ea\u7136\u6570\u7684\u6559\u5b66\u7b56\u7565\u548c\u8bbe\u8ba1\u3002"}, {"color": "#bcd811", "created_at": 1752674536, "description": "A mathematical concept focusing on understanding numbers up to 10,000, including their recognition, reading, writing, and application in real-world contexts.\u003cSEP\u003e\u8fd9\u662f\u4e00\u4e2a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u5185\u5bb9\uff0c\u76ee\u6807\u662f\u8ba9\u5b66\u751f\u7406\u89e3\u3001\u8ba4\u8bfb\u548c\u4e66\u5199\u4e07\u4ee5\u5185\u7684\u81ea\u7136\u6570\u3002", "entity_id": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "label": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "A mathematical concept focusing on understanding numbers up to 10,000, including their recognition, reading, writing, and application in real-world contexts.\u003cSEP\u003e\u8fd9\u662f\u4e00\u4e2a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u5185\u5bb9\uff0c\u76ee\u6807\u662f\u8ba9\u5b66\u751f\u7406\u89e3\u3001\u8ba4\u8bfb\u548c\u4e66\u5199\u4e07\u4ee5\u5185\u7684\u81ea\u7136\u6570\u3002"}, {"color": "#997fd1", "created_at": 1752674550, "description": "**\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66 (Tree of Glory Elementary School)** is a primary school located in Changchun, China, specializing in the development and implementation of innovative mathematics education methodologies. The school serves as an educational institution where teachers conduct research and practice in mathematics teaching, covering topics such as place value, decimals, and geometry. \n\nNotable educators at the school include **Li Ningning**, who is involved in teaching and developing instructional materials for mathematics education, as well as **Sun Xinghua** and **Yue Ying**, who design and implement curricula aligned with national educational standards. The school actively participates in pedagogical research and instructional design, contributing to the advancement of primary education in mathematics. \n\n\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66 is recognized for its commitment to foundational education, fostering both teaching practices and academic development in mathematics. It provides a structured environment where educators collaborate to refine teaching strategies and enhance student learning outcomes.", "entity_id": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "entity_type": "organization", "file_path": "unknown_source", "id": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "label": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "**\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66 (Tree of Glory Elementary School)** is a primary school located in Changchun, China, specializing in the development and implementation of innovative mathematics education methodologies. The school serves as an educational institution where teachers conduct research and practice in mathematics teaching, covering topics such as place value, decimals, and geometry. \n\nNotable educators at the school include **Li Ningning**, who is involved in teaching and developing instructional materials for mathematics education, as well as **Sun Xinghua** and **Yue Ying**, who design and implement curricula aligned with national educational standards. The school actively participates in pedagogical research and instructional design, contributing to the advancement of primary education in mathematics. \n\n\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66 is recognized for its commitment to foundational education, fostering both teaching practices and academic development in mathematics. It provides a structured environment where educators collaborate to refine teaching strategies and enhance student learning outcomes."}, {"color": "#1e9123", "created_at": 1752674473, "description": "\u56fe\u5f62\u7684\u8fd0\u52a8\u662f\u6307\u56fe\u5f62\u5728\u5e73\u9762\u4e0a\u7684\u5e73\u79fb\u3001\u65cb\u8f6c\u548c\u53cd\u5c04\u7b49\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u7684\u5168\u7b49\u6027\u8d28\uff0c\u5e38\u7528\u4e8e\u51e0\u4f55\u6559\u5b66\u5b9e\u8df5\u3002", "entity_id": "\u56fe\u5f62\u7684\u8fd0\u52a8", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u7684\u8fd0\u52a8", "label": "\u56fe\u5f62\u7684\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u56fe\u5f62\u7684\u8fd0\u52a8\u662f\u6307\u56fe\u5f62\u5728\u5e73\u9762\u4e0a\u7684\u5e73\u79fb\u3001\u65cb\u8f6c\u548c\u53cd\u5c04\u7b49\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u7684\u5168\u7b49\u6027\u8d28\uff0c\u5e38\u7528\u4e8e\u51e0\u4f55\u6559\u5b66\u5b9e\u8df5\u3002"}, {"color": "#35a328", "created_at": 1752674438, "description": "\u65e0\u7406\u6570\uff08irrational numbers\uff09\u662f\u4e0d\u80fd\u8868\u793a\u4e3a\u4e24\u4e2a\u6574\u6570\u4e4b\u6bd4\u7684\u5b9e\u6570\uff0c\u4f8b\u5982\u221a2\u3002\u8fd9\u7c7b\u6570\u65e0\u6cd5\u4ee5\u5206\u6570\u5f62\u5f0f\u8868\u8fbe\uff0c\u5e76\u4e14\u5728\u5c0f\u6570\u8868\u793a\u4e2d\u5448\u73b0\u51fa\u65e0\u9650\u4e14\u4e0d\u5faa\u73af\u7684\u7279\u6027\u3002\u65e0\u7406\u6570\u7684\u5b58\u5728\u6311\u6218\u4e86\u65e9\u671f\u5e0c\u814a\u6570\u5b66\uff0c\u5c24\u5176\u662f\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u6570\u5b66\u4fe1\u4ef0\uff0c\u56e0\u4e3a\u4ed6\u4eec\u539f\u672c\u8ba4\u4e3a\u6240\u6709\u6570\u90fd\u53ef\u4ee5\u7528\u6574\u6570\u6216\u6574\u6570\u4e4b\u6bd4\u6765\u8868\u793a\u3002\u50cf\u221a2\u8fd9\u6837\u7684\u65e0\u7406\u6570\uff0c\u5176\u5b58\u5728\u6027\u901a\u5e38\u901a\u8fc7\u53cd\u8bc1\u6cd5\u52a0\u4ee5\u8bc1\u660e\uff0c\u5e76\u4e14\u5728\u6570\u5b66\u8fd0\u7b97\uff08\u5982\u52a0\u6cd5\uff09\u4e2d\u901a\u5e38\u9700\u8981\u501f\u52a9\u5c0f\u6570\u5f62\u5f0f\u8fdb\u884c\u64cd\u4f5c\u3002", "entity_id": "\u65e0\u7406\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u7406\u6570", "label": "\u65e0\u7406\u6570", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511", "title": "\u65e0\u7406\u6570\uff08irrational numbers\uff09\u662f\u4e0d\u80fd\u8868\u793a\u4e3a\u4e24\u4e2a\u6574\u6570\u4e4b\u6bd4\u7684\u5b9e\u6570\uff0c\u4f8b\u5982\u221a2\u3002\u8fd9\u7c7b\u6570\u65e0\u6cd5\u4ee5\u5206\u6570\u5f62\u5f0f\u8868\u8fbe\uff0c\u5e76\u4e14\u5728\u5c0f\u6570\u8868\u793a\u4e2d\u5448\u73b0\u51fa\u65e0\u9650\u4e14\u4e0d\u5faa\u73af\u7684\u7279\u6027\u3002\u65e0\u7406\u6570\u7684\u5b58\u5728\u6311\u6218\u4e86\u65e9\u671f\u5e0c\u814a\u6570\u5b66\uff0c\u5c24\u5176\u662f\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u6570\u5b66\u4fe1\u4ef0\uff0c\u56e0\u4e3a\u4ed6\u4eec\u539f\u672c\u8ba4\u4e3a\u6240\u6709\u6570\u90fd\u53ef\u4ee5\u7528\u6574\u6570\u6216\u6574\u6570\u4e4b\u6bd4\u6765\u8868\u793a\u3002\u50cf\u221a2\u8fd9\u6837\u7684\u65e0\u7406\u6570\uff0c\u5176\u5b58\u5728\u6027\u901a\u5e38\u901a\u8fc7\u53cd\u8bc1\u6cd5\u52a0\u4ee5\u8bc1\u660e\uff0c\u5e76\u4e14\u5728\u6570\u5b66\u8fd0\u7b97\uff08\u5982\u52a0\u6cd5\uff09\u4e2d\u901a\u5e38\u9700\u8981\u501f\u52a9\u5c0f\u6570\u5f62\u5f0f\u8fdb\u884c\u64cd\u4f5c\u3002"}, {"color": "#dcceea", "created_at": 1752674438, "description": "The complete set of rational and irrational numbers, representing all possible points on a number line.\u003cSEP\u003e\u5b9e\u6570(real numbers) encompass both rational and irrational numbers, foundational in advanced mathematical concepts.\u003cSEP\u003e\u5b9e\u6570\u662f\u5305\u62ec\u6709\u7406\u6570\u548c\u65e0\u7406\u6570\u7684\u6570\u7cfb\uff0c\u5177\u6709\u8fde\u7eed\u6027\uff0c\u662f\u6781\u9650\u7406\u8bba\u548c\u5206\u6790\u6570\u5b66\u7684\u57fa\u7840\u3002", "entity_id": "\u5b9e\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b9e\u6570", "label": "\u5b9e\u6570", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The complete set of rational and irrational numbers, representing all possible points on a number line.\u003cSEP\u003e\u5b9e\u6570(real numbers) encompass both rational and irrational numbers, foundational in advanced mathematical concepts.\u003cSEP\u003e\u5b9e\u6570\u662f\u5305\u62ec\u6709\u7406\u6570\u548c\u65e0\u7406\u6570\u7684\u6570\u7cfb\uff0c\u5177\u6709\u8fde\u7eed\u6027\uff0c\u662f\u6781\u9650\u7406\u8bba\u548c\u5206\u6790\u6570\u5b66\u7684\u57fa\u7840\u3002"}, {"color": "#fe9d97", "created_at": 1752674438, "description": "\u5012\u6570refers to a mathematical concept where a number multiplied by its reciprocal equals 1; it plays a key role in understanding division and its relationship to multiplication.\u003cSEP\u003e\u5012\u6570\u662f\u5bf9\u4e8e\u975e\u96f6\u6574\u6570b\uff0c\u6ee1\u8db3b \u00d7 y = 1\u7684\u6570y\uff0c\u8868\u793a\u4e3a1/b\uff0c\u7528\u4e8e\u5b9a\u4e49\u6709\u7406\u6570\u548c\u9664\u6cd5\u8fd0\u7b97\u7684\u9006\u8fd0\u7b97\u3002\u003cSEP\u003e\u5012\u6570\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u8fd0\u7b97\u6982\u5ff5\uff0c\u5206\u6570\u9664\u6cd5\u6cd5\u5219\u6307\u51fa\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\u3002", "entity_id": "\u5012\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5012\u6570", "label": "\u5012\u6570", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u5012\u6570refers to a mathematical concept where a number multiplied by its reciprocal equals 1; it plays a key role in understanding division and its relationship to multiplication.\u003cSEP\u003e\u5012\u6570\u662f\u5bf9\u4e8e\u975e\u96f6\u6574\u6570b\uff0c\u6ee1\u8db3b \u00d7 y = 1\u7684\u6570y\uff0c\u8868\u793a\u4e3a1/b\uff0c\u7528\u4e8e\u5b9a\u4e49\u6709\u7406\u6570\u548c\u9664\u6cd5\u8fd0\u7b97\u7684\u9006\u8fd0\u7b97\u3002\u003cSEP\u003e\u5012\u6570\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u4e2a\u8fd0\u7b97\u6982\u5ff5\uff0c\u5206\u6570\u9664\u6cd5\u6cd5\u5219\u6307\u51fa\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\u3002"}, {"color": "#cb15bc", "created_at": 1752674438, "description": "\u6781\u9650\u8fd0\u7b97\u662f\u4e00\u79cd\u91cd\u8981\u7684\u6570\u5b66\u8fd0\u7b97\uff0c\u7528\u4e8e\u5c06\u6709\u7406\u6570\u96c6\u5408\u6269\u5145\u5230\u5b9e\u6570\u96c6\u5408\uff0c\u6d89\u53ca\u65e0\u9650\u903c\u8fd1\u7684\u6982\u5ff5\u3002", "entity_id": "\u6781\u9650\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u6781\u9650\u8fd0\u7b97", "label": "\u6781\u9650\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6781\u9650\u8fd0\u7b97\u662f\u4e00\u79cd\u91cd\u8981\u7684\u6570\u5b66\u8fd0\u7b97\uff0c\u7528\u4e8e\u5c06\u6709\u7406\u6570\u96c6\u5408\u6269\u5145\u5230\u5b9e\u6570\u96c6\u5408\uff0c\u6d89\u53ca\u65e0\u9650\u903c\u8fd1\u7684\u6982\u5ff5\u3002"}, {"color": "#cac68c", "created_at": 1752674526, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u662f\u4e00\u4e2a\u53e4\u5e0c\u814a\u54f2\u5b66\u4e0e\u6570\u5b66\u5b66\u6d3e\uff0c\u5f3a\u8c03\u6574\u6570\u7684\u91cd\u8981\u6027\uff0c\u8ba4\u4e3a\u4e07\u7269\u7686\u6570\uff0c\u5e76\u5728\u97f3\u4e50\u548c\u6570\u5b66\u4e2d\u53d1\u73b0\u6570\u91cf\u5173\u7cfb\u3002\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5b66\u6d3e\uff0c\u53d1\u73b0\u4e86\u221a2\u662f\u65e0\u7406\u6570\uff0c\u8fd9\u4e00\u53d1\u73b0\u6311\u6218\u4e86\u5f53\u65f6\u5bf9\u6570\u7684\u7406\u89e3\uff0c\u5e76\u5f71\u54cd\u4e86\u65b9\u7a0b\u53ef\u89e3\u6027\u7684\u5b9a\u4e49\u3002", "entity_id": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "label": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u662f\u4e00\u4e2a\u53e4\u5e0c\u814a\u54f2\u5b66\u4e0e\u6570\u5b66\u5b66\u6d3e\uff0c\u5f3a\u8c03\u6574\u6570\u7684\u91cd\u8981\u6027\uff0c\u8ba4\u4e3a\u4e07\u7269\u7686\u6570\uff0c\u5e76\u5728\u97f3\u4e50\u548c\u6570\u5b66\u4e2d\u53d1\u73b0\u6570\u91cf\u5173\u7cfb\u3002\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5b66\u6d3e\uff0c\u53d1\u73b0\u4e86\u221a2\u662f\u65e0\u7406\u6570\uff0c\u8fd9\u4e00\u53d1\u73b0\u6311\u6218\u4e86\u5f53\u65f6\u5bf9\u6570\u7684\u7406\u89e3\uff0c\u5e76\u5f71\u54cd\u4e86\u65b9\u7a0b\u53ef\u89e3\u6027\u7684\u5b9a\u4e49\u3002"}, {"color": "#6afac3", "created_at": 1752674526, "description": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u662f\u4e00\u4e2a\u5b66\u672f\u7fa4\u4f53responsible for foundational developments in mathematics, including the classification of numbers and the use of logical proofs.", "entity_id": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6", "entity_type": "organization", "file_path": "unknown_source", "id": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6", "label": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u662f\u4e00\u4e2a\u5b66\u672f\u7fa4\u4f53responsible for foundational developments in mathematics, including the classification of numbers and the use of logical proofs."}, {"color": "#c676cf", "created_at": 1752674427, "description": "\u6570\u5b66\u6559\u80b2\u5de5\u4f5c\u8005refers to professionals engaged in mathematics education research and practice, contributing to teaching methodologies.", "entity_id": "\u6570\u5b66\u6559\u80b2\u5de5\u4f5c\u8005", "entity_type": "person", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u80b2\u5de5\u4f5c\u8005", "label": "\u6570\u5b66\u6559\u80b2\u5de5\u4f5c\u8005", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u6570\u5b66\u6559\u80b2\u5de5\u4f5c\u8005refers to professionals engaged in mathematics education research and practice, contributing to teaching methodologies."}, {"color": "#1a31ca", "created_at": 1752674427, "description": "\u9644\u5f551 contains 30 supplementary topics expanding on elementary mathematics knowledge for teaching purposes.", "entity_id": "\u9644\u5f551", "entity_type": "category", "file_path": "unknown_source", "id": "\u9644\u5f551", "label": "\u9644\u5f551", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u9644\u5f551 contains 30 supplementary topics expanding on elementary mathematics knowledge for teaching purposes."}, {"color": "#ffb289", "created_at": 1752674427, "description": "\u9644\u5f552 includes teaching designs and fragments developed by teachers under Professor Ma Yunpeng\u0027s guidance.", "entity_id": "\u9644\u5f552", "entity_type": "category", "file_path": "unknown_source", "id": "\u9644\u5f552", "label": "\u9644\u5f552", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u9644\u5f552 includes teaching designs and fragments developed by teachers under Professor Ma Yunpeng\u0027s guidance."}, {"color": "#4019c5", "created_at": 1752674566, "description": "\u89d2\u7684\u8ba4\u8bc6refers to the educational content focused on teaching students about angles, their properties, and their significance in geometry.", "entity_id": "\u89d2\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u89d2\u7684\u8ba4\u8bc6", "label": "\u89d2\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u89d2\u7684\u8ba4\u8bc6refers to the educational content focused on teaching students about angles, their properties, and their significance in geometry."}, {"color": "#c7408a", "created_at": 1752674566, "description": "\u9ad8\u4fca\u751fis a teacher at Northeast Normal University Affiliated Elementary School, involved in designing teaching methods for understanding geometric concepts like angles.", "entity_id": "\u9ad8\u4fca\u751f", "entity_type": "person", "file_path": "unknown_source", "id": "\u9ad8\u4fca\u751f", "label": "\u9ad8\u4fca\u751f", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u9ad8\u4fca\u751fis a teacher at Northeast Normal University Affiliated Elementary School, involved in designing teaching methods for understanding geometric concepts like angles."}, {"color": "#793011", "created_at": 1752674566, "description": "Hit rate is estimated using sample frequency to approximate probability, core to statistical inference.\u003cSEP\u003e\u547d\u4e2d\u7387\u662f\u6837\u672c\u9891\u7387\u7684\u4e00\u79cd\u8868\u73b0\u5f62\u5f0f\uff0c\u7528\u4e8e\u4f30\u8ba1\u8fd0\u52a8\u5458\u6295\u7bee\u6210\u529f\u7684\u6982\u7387\u3002", "entity_id": "\u547d\u4e2d\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u4e2d\u7387", "label": "\u547d\u4e2d\u7387", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Hit rate is estimated using sample frequency to approximate probability, core to statistical inference.\u003cSEP\u003e\u547d\u4e2d\u7387\u662f\u6837\u672c\u9891\u7387\u7684\u4e00\u79cd\u8868\u73b0\u5f62\u5f0f\uff0c\u7528\u4e8e\u4f30\u8ba1\u8fd0\u52a8\u5458\u6295\u7bee\u6210\u529f\u7684\u6982\u7387\u3002"}, {"color": "#19e592", "created_at": 1752674427, "description": "\u57fa\u672c\u6982\u5ff5covers foundational mathematical concepts like natural numbers, negative numbers, rational numbers, and geometric elements.", "entity_id": "\u57fa\u672c\u6982\u5ff5", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u672c\u6982\u5ff5", "label": "\u57fa\u672c\u6982\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u57fa\u672c\u6982\u5ff5covers foundational mathematical concepts like natural numbers, negative numbers, rational numbers, and geometric elements."}, {"color": "#b2eebc", "created_at": 1752674427, "description": "\u57fa\u672c\u6cd5\u5219includes fundamental mathematical operations and principles such as arithmetic operations, commutative law, and congruence.", "entity_id": "\u57fa\u672c\u6cd5\u5219", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u672c\u6cd5\u5219", "label": "\u57fa\u672c\u6cd5\u5219", "shape": "dot", "size": 10, "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u57fa\u672c\u6cd5\u5219includes fundamental mathematical operations and principles such as arithmetic operations, commutative law, and congruence."}, {"color": "#f23b57", "created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u4e3b\u8981\u8bb2\u8ff0\u5e73\u9762\u51e0\u4f55\u5185\u5bb9\u7684\u6570\u5b66\u8457\u4f5c,\u5176\u547d\u540d\u4e3a\u4e2d\u56fd\u6570\u5b66\u589e\u6dfb\u4e86\u0027\u51e0\u4f55\u0027\u8fd9\u4e00\u91cd\u8981\u672f\u8bed\u3002", "entity_id": "\u51e0\u4f55\u539f\u672c", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u539f\u672c", "label": "\u51e0\u4f55\u539f\u672c", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u4e3b\u8981\u8bb2\u8ff0\u5e73\u9762\u51e0\u4f55\u5185\u5bb9\u7684\u6570\u5b66\u8457\u4f5c,\u5176\u547d\u540d\u4e3a\u4e2d\u56fd\u6570\u5b66\u589e\u6dfb\u4e86\u0027\u51e0\u4f55\u0027\u8fd9\u4e00\u91cd\u8981\u672f\u8bed\u3002"}, {"color": "#46b797", "created_at": 1752674566, "description": "\u590d\u6570\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u79cd\u6570\uff0c\u4e0d\u80fd\u76f4\u63a5\u6bd4\u8f83\u5927\u5c0f\uff0c\u4e0e\u547d\u9898\u903b\u8f91\u6709\u5173\u3002", "entity_id": "\u590d\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u590d\u6570", "label": "\u590d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u590d\u6570\u662f\u6570\u5b66\u4e2d\u7684\u4e00\u79cd\u6570\uff0c\u4e0d\u80fd\u76f4\u63a5\u6bd4\u8f83\u5927\u5c0f\uff0c\u4e0e\u547d\u9898\u903b\u8f91\u6709\u5173\u3002"}, {"color": "#446ee1", "created_at": 1752674566, "description": "\u77e9\u9635\u662f\u6570\u5b66\u4e2d\u7684\u4ee3\u6570\u7ed3\u6784\uff0c\u5176\u4e58\u6cd5\u4e0d\u6ee1\u8db3\u4ea4\u6362\u5f8b\uff0c\u4e0e\u903b\u8f91\u547d\u9898\u6709\u5173\u3002", "entity_id": "\u77e9\u9635", "entity_type": "category", "file_path": "unknown_source", "id": "\u77e9\u9635", "label": "\u77e9\u9635", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u77e9\u9635\u662f\u6570\u5b66\u4e2d\u7684\u4ee3\u6570\u7ed3\u6784\uff0c\u5176\u4e58\u6cd5\u4e0d\u6ee1\u8db3\u4ea4\u6362\u5f8b\uff0c\u4e0e\u903b\u8f91\u547d\u9898\u6709\u5173\u3002"}, {"color": "#e77cf4", "created_at": 1752674566, "description": "\u6a21\u7cca\u6570\u5b66\u662f\u7814\u7a76\u6a21\u7cca\u53d8\u91cf\u4ee5\u975e0-1\u793a\u6027\u51fd\u6570\u5f62\u5f0f\u53d6\u503c\u7684\u6570\u5b66\u5206\u652f\u3002\u003cSEP\u003e\u6a21\u7cca\u6570\u5b66\u662f\u7814\u7a76\u6a21\u7cca\u53d8\u91cf\u548c\u975e0-1\u793a\u6027\u51fd\u6570\u7684\u6570\u5b66\u5206\u652f\u3002", "entity_id": "\u6a21\u7cca\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u6a21\u7cca\u6570\u5b66", "label": "\u6a21\u7cca\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6a21\u7cca\u6570\u5b66\u662f\u7814\u7a76\u6a21\u7cca\u53d8\u91cf\u4ee5\u975e0-1\u793a\u6027\u51fd\u6570\u5f62\u5f0f\u53d6\u503c\u7684\u6570\u5b66\u5206\u652f\u3002\u003cSEP\u003e\u6a21\u7cca\u6570\u5b66\u662f\u7814\u7a76\u6a21\u7cca\u53d8\u91cf\u548c\u975e0-1\u793a\u6027\u51fd\u6570\u7684\u6570\u5b66\u5206\u652f\u3002"}, {"color": "#d2d40a", "created_at": 1752674438, "description": "\u6570\u4e0e\u6570\u91cf\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u6570\u662f\u5bf9\u6570\u91cf\u7684\u62bd\u8c61\uff0c\u800c\u6570\u91cf\u5219\u662f\u5177\u4f53\u7684\u73b0\u5b9e\u80cc\u666f\u3002", "entity_id": "\u6570\u4e0e\u6570\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u4e0e\u6570\u91cf", "label": "\u6570\u4e0e\u6570\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u6570\u4e0e\u6570\u91cf\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u6570\u662f\u5bf9\u6570\u91cf\u7684\u62bd\u8c61\uff0c\u800c\u6570\u91cf\u5219\u662f\u5177\u4f53\u7684\u73b0\u5b9e\u80cc\u666f\u3002"}, {"color": "#908842", "created_at": 1752674427, "description": "A property of \u0027more/less\u0027 relationships where if A \u003e B and B \u003e C, then A \u003e C.\u003cSEP\u003e\u4f20\u9012\u6027\u662f\u6307\u547d\u9898\u5185\u6db5\u4e4b\u95f4\u662f\u5426\u5177\u6709\u903b\u8f91\u4e3b\u7ebf\uff0c\u662f\u5224\u65ad\u63a8\u7406\u662f\u5426\u5408\u903b\u8f91\u7684\u5173\u952e\u6807\u51c6\u3002", "entity_id": "\u4f20\u9012\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f20\u9012\u6027", "label": "\u4f20\u9012\u6027", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-d7264225129bf61ebaaae2eb63249861", "title": "A property of \u0027more/less\u0027 relationships where if A \u003e B and B \u003e C, then A \u003e C.\u003cSEP\u003e\u4f20\u9012\u6027\u662f\u6307\u547d\u9898\u5185\u6db5\u4e4b\u95f4\u662f\u5426\u5177\u6709\u903b\u8f91\u4e3b\u7ebf\uff0c\u662f\u5224\u65ad\u63a8\u7406\u662f\u5426\u5408\u903b\u8f91\u7684\u5173\u952e\u6807\u51c6\u3002"}, {"color": "#c8723c", "created_at": 1752674566, "description": "\u0027\u4f20\u9012\u6027\u0027 is a logical property governing \u0027\u6570\u91cf\u5173\u7cfb\u0027, enabling ordered comparisons (e.g., 5 \u003e 3).", "entity_id": "\u6570\u91cf\u5173\u7cfb", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u6570\u91cf\u5173\u7cfb", "label": "\u6570\u91cf\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u4f20\u9012\u6027\u0027 is a logical property governing \u0027\u6570\u91cf\u5173\u7cfb\u0027, enabling ordered comparisons (e.g., 5 \u003e 3)."}, {"color": "#e1ea7a", "created_at": 1752674438, "description": "\u903b\u8f91\u63a8\u7406\uff08Logical reasoning\uff09\u662f\u4e00\u79cd\u7cfb\u7edf\u5316\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u7528\u4e8e\u4ece\u5df2\u77e5\u524d\u63d0\u6216\u547d\u9898\u4e2d\u63a8\u5bfc\u51fa\u7ed3\u8bba\u3002\u5b83\u5f3a\u8c03\u4f7f\u7528\u6e05\u6670\u7684\u903b\u8f91\u89c4\u5219\u548c\u63a8\u7406\u65b9\u6cd5\uff0c\u5c24\u5176\u5728\u67d0\u4e9b\u95ee\u9898\u4e0a\uff0c\u903b\u8f91\u63a8\u7406\u88ab\u8ba4\u4e3a\u6bd4\u5f52\u7eb3\u63a8\u7406\u66f4\u5177\u660e\u786e\u6027\u548c\u786e\u5b9a\u6027\u3002\u903b\u8f91\u63a8\u7406\u4e3b\u8981\u5305\u62ec\u4e24\u79cd\u57fa\u672c\u5f62\u5f0f\uff1a\u6f14\u7ece\u63a8\u7406\u548c\u5f52\u7eb3\u63a8\u7406\uff0c\u5176\u4e2d\u6f14\u7ece\u63a8\u7406\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u5177\u6709\u6838\u5fc3\u5730\u4f4d\uff0c\u4f8b\u5982\u901a\u8fc7\u53cd\u8bc1\u6cd5\u8bc1\u660e\u221a2\u7684\u65e0\u7406\u6027\u8d28\u3002\n\n\u4f5c\u4e3a\u8ba4\u77e5\u8fc7\u7a0b\u7684\u4e00\u90e8\u5206\uff0c\u903b\u8f91\u63a8\u7406\u4f9d\u8d56\u4e8e\u547d\u9898\u4e4b\u95f4\u7684\u8054\u7cfb\u548c\u4f20\u9012\u6027\uff0c\u901a\u8fc7\u4e00\u6761\u6e05\u6670\u7684\u4e3b\u7ebf\u5c06\u5404\u4e2a\u63a8\u7406\u6b65\u9aa4\u4e32\u8054\u8d77\u6765\uff0c\u786e\u4fdd\u7ed3\u8bba\u7684\u903b\u8f91\u6709\u6548\u6027\u3002\u5b83\u4e0d\u4ec5\u662f\u6570\u5b66\u8bc1\u660e\u7684\u57fa\u7840\u5de5\u5177\uff0c\u4e5f\u5e7f\u6cdb\u5e94\u7528\u4e8e\u54f2\u5b66\u601d\u8003\u548c\u5176\u4ed6\u5f62\u5f0f\u7684\u7406\u6027\u5206\u6790\u4e2d\u3002\u5728\u5f62\u5f0f\u4e0a\uff0c\u903b\u8f91\u63a8\u7406\u901a\u5e38\u4f9d\u8d56\u4e8e\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\uff0c\u901a\u8fc7\u4e25\u683c\u7684\u63a8\u7406\u89c4\u5219\u63a8\u5bfc\u7ed3\u8bba\uff0c\u4ece\u800c\u6784\u5efa\u4e25\u5bc6\u7684\u8bba\u8bc1\u7ed3\u6784\u3002\n\n\u603b\u7684\u6765\u8bf4\uff0c\u903b\u8f91\u63a8\u7406\u662f\u4e00\u79cd\u7b26\u5408\u903b\u8f91\u89c4\u5219\u7684\u63a8\u5bfc\u8fc7\u7a0b\uff0c\u662f\u7406\u89e3\u590d\u6742\u95ee\u9898\u3001\u8fdb\u884c\u6570\u5b66\u8bba\u8bc1\u548c\u54f2\u5b66\u601d\u8fa8\u7684\u91cd\u8981\u57fa\u7840\u3002", "entity_id": "\u903b\u8f91\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u903b\u8f91\u63a8\u7406", "label": "\u903b\u8f91\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u903b\u8f91\u63a8\u7406\uff08Logical reasoning\uff09\u662f\u4e00\u79cd\u7cfb\u7edf\u5316\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u7528\u4e8e\u4ece\u5df2\u77e5\u524d\u63d0\u6216\u547d\u9898\u4e2d\u63a8\u5bfc\u51fa\u7ed3\u8bba\u3002\u5b83\u5f3a\u8c03\u4f7f\u7528\u6e05\u6670\u7684\u903b\u8f91\u89c4\u5219\u548c\u63a8\u7406\u65b9\u6cd5\uff0c\u5c24\u5176\u5728\u67d0\u4e9b\u95ee\u9898\u4e0a\uff0c\u903b\u8f91\u63a8\u7406\u88ab\u8ba4\u4e3a\u6bd4\u5f52\u7eb3\u63a8\u7406\u66f4\u5177\u660e\u786e\u6027\u548c\u786e\u5b9a\u6027\u3002\u903b\u8f91\u63a8\u7406\u4e3b\u8981\u5305\u62ec\u4e24\u79cd\u57fa\u672c\u5f62\u5f0f\uff1a\u6f14\u7ece\u63a8\u7406\u548c\u5f52\u7eb3\u63a8\u7406\uff0c\u5176\u4e2d\u6f14\u7ece\u63a8\u7406\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u5177\u6709\u6838\u5fc3\u5730\u4f4d\uff0c\u4f8b\u5982\u901a\u8fc7\u53cd\u8bc1\u6cd5\u8bc1\u660e\u221a2\u7684\u65e0\u7406\u6027\u8d28\u3002\n\n\u4f5c\u4e3a\u8ba4\u77e5\u8fc7\u7a0b\u7684\u4e00\u90e8\u5206\uff0c\u903b\u8f91\u63a8\u7406\u4f9d\u8d56\u4e8e\u547d\u9898\u4e4b\u95f4\u7684\u8054\u7cfb\u548c\u4f20\u9012\u6027\uff0c\u901a\u8fc7\u4e00\u6761\u6e05\u6670\u7684\u4e3b\u7ebf\u5c06\u5404\u4e2a\u63a8\u7406\u6b65\u9aa4\u4e32\u8054\u8d77\u6765\uff0c\u786e\u4fdd\u7ed3\u8bba\u7684\u903b\u8f91\u6709\u6548\u6027\u3002\u5b83\u4e0d\u4ec5\u662f\u6570\u5b66\u8bc1\u660e\u7684\u57fa\u7840\u5de5\u5177\uff0c\u4e5f\u5e7f\u6cdb\u5e94\u7528\u4e8e\u54f2\u5b66\u601d\u8003\u548c\u5176\u4ed6\u5f62\u5f0f\u7684\u7406\u6027\u5206\u6790\u4e2d\u3002\u5728\u5f62\u5f0f\u4e0a\uff0c\u903b\u8f91\u63a8\u7406\u901a\u5e38\u4f9d\u8d56\u4e8e\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\uff0c\u901a\u8fc7\u4e25\u683c\u7684\u63a8\u7406\u89c4\u5219\u63a8\u5bfc\u7ed3\u8bba\uff0c\u4ece\u800c\u6784\u5efa\u4e25\u5bc6\u7684\u8bba\u8bc1\u7ed3\u6784\u3002\n\n\u603b\u7684\u6765\u8bf4\uff0c\u903b\u8f91\u63a8\u7406\u662f\u4e00\u79cd\u7b26\u5408\u903b\u8f91\u89c4\u5219\u7684\u63a8\u5bfc\u8fc7\u7a0b\uff0c\u662f\u7406\u89e3\u590d\u6742\u95ee\u9898\u3001\u8fdb\u884c\u6570\u5b66\u8bba\u8bc1\u548c\u54f2\u5b66\u601d\u8fa8\u7684\u91cd\u8981\u57fa\u7840\u3002"}, {"color": "#5a4e07", "created_at": 1752674566, "description": "\u0027\u5bf9\u5e94\u65b9\u6cd5\u0027 relies on the concept of \u0027\u96c6\u5408\u0027 to compare quantities through element pairing.", "entity_id": "\u5bf9\u5e94\u65b9\u6cd5", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u5bf9\u5e94\u65b9\u6cd5", "label": "\u5bf9\u5e94\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u5bf9\u5e94\u65b9\u6cd5\u0027 relies on the concept of \u0027\u96c6\u5408\u0027 to compare quantities through element pairing."}, {"color": "#d5b56a", "created_at": 1752674473, "description": "\u4ee5\u516c\u7406\u4f53\u7cfb\u548c\u5f62\u5f0f\u5316\u65b9\u6cd5\u4e3a\u57fa\u7840\u7684\u6570\u5b66\u53d1\u5c55\u9636\u6bb5\uff0c\u5f3a\u8c03\u5b9a\u4e49\u3001\u7b26\u53f7\u548c\u903b\u8f91\u63a8\u7406\uff0c\u8131\u79bb\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u62bd\u8c61\u8868\u8fbe\u3002\u003cSEP\u003e\u73b0\u4ee3\u6570\u5b66\u5e7f\u6cdb\u5e94\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb,\u5982\u51fd\u6570\u5b9a\u4e49\u548c\u65e0\u7a77\u96c6\u5408\u6bd4\u8f83\u3002\u003cSEP\u003e\u73b0\u4ee3\u6570\u5b66\u662f\u4ee5\u7b26\u53f7\u5316\u3001\u516c\u7406\u5316\u548c\u5f62\u5f0f\u5316\u4e3a\u7279\u5f81\u7684\u6570\u5b66\u4f53\u7cfb\uff0c\u5f3a\u8c03\u903b\u8f91\u63a8\u7406\u548c\u9ad8\u5ea6\u62bd\u8c61\uff0c\u6df1\u523b\u5f71\u54cd\u6570\u5b66\u6559\u5b66\u548c\u7814\u7a76\u3002", "entity_id": "\u73b0\u4ee3\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u73b0\u4ee3\u6570\u5b66", "label": "\u73b0\u4ee3\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "\u4ee5\u516c\u7406\u4f53\u7cfb\u548c\u5f62\u5f0f\u5316\u65b9\u6cd5\u4e3a\u57fa\u7840\u7684\u6570\u5b66\u53d1\u5c55\u9636\u6bb5\uff0c\u5f3a\u8c03\u5b9a\u4e49\u3001\u7b26\u53f7\u548c\u903b\u8f91\u63a8\u7406\uff0c\u8131\u79bb\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u62bd\u8c61\u8868\u8fbe\u3002\u003cSEP\u003e\u73b0\u4ee3\u6570\u5b66\u5e7f\u6cdb\u5e94\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb,\u5982\u51fd\u6570\u5b9a\u4e49\u548c\u65e0\u7a77\u96c6\u5408\u6bd4\u8f83\u3002\u003cSEP\u003e\u73b0\u4ee3\u6570\u5b66\u662f\u4ee5\u7b26\u53f7\u5316\u3001\u516c\u7406\u5316\u548c\u5f62\u5f0f\u5316\u4e3a\u7279\u5f81\u7684\u6570\u5b66\u4f53\u7cfb\uff0c\u5f3a\u8c03\u903b\u8f91\u63a8\u7406\u548c\u9ad8\u5ea6\u62bd\u8c61\uff0c\u6df1\u523b\u5f71\u54cd\u6570\u5b66\u6559\u5b66\u548c\u7814\u7a76\u3002"}, {"color": "#44cab5", "created_at": 1752674485, "description": "\u51fd\u6570\u662f\u73b0\u4ee3\u6570\u5b66\u4e2d\u57fa\u4e8e\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb\u5b9a\u4e49\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u5e38\u89c1\u4e8e\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u3002", "entity_id": "\u51fd\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u51fd\u6570", "label": "\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u51fd\u6570\u662f\u73b0\u4ee3\u6570\u5b66\u4e2d\u57fa\u4e8e\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb\u5b9a\u4e49\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u5e38\u89c1\u4e8e\u9ad8\u4e2d\u6570\u5b66\u8bfe\u7a0b\u3002"}, {"color": "#47cd33", "created_at": 1752674485, "description": "\u65e0\u7a77\u96c6\u5408\u662f\u5927\u5b66\u6570\u5b66\u4e2d\u7814\u7a76\u7684\u5bf9\u8c61\uff0c\u901a\u8fc7\u6269\u5c55\u4e00\u4e00\u5bf9\u5e94\u7684\u601d\u60f3\u6bd4\u8f83\u5176\u5927\u5c0f\u3002", "entity_id": "\u65e0\u7a77\u96c6\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u7a77\u96c6\u5408", "label": "\u65e0\u7a77\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u65e0\u7a77\u96c6\u5408\u662f\u5927\u5b66\u6570\u5b66\u4e2d\u7814\u7a76\u7684\u5bf9\u8c61\uff0c\u901a\u8fc7\u6269\u5c55\u4e00\u4e00\u5bf9\u5e94\u7684\u601d\u60f3\u6bd4\u8f83\u5176\u5927\u5c0f\u3002"}, {"color": "#a19d71", "created_at": 1752674427, "description": "An example referenced in the text illustrating early human methods of quantity comparison.", "entity_id": "\u9644\u5f55\u7684\u8bdd\u98983", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u98983", "label": "\u9644\u5f55\u7684\u8bdd\u98983", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "An example referenced in the text illustrating early human methods of quantity comparison."}, {"color": "#d05a18", "created_at": 1752674427, "description": "The binary system is a base-2 numeral system, requiring only two symbols, often used in computing and digital systems.\u003cSEP\u003e\u4e8c\u8fdb\u5236\u662f\u8ba1\u7b97\u673a\u79d1\u5b66\u4e2d\u5e38\u7528\u7684\u6570\u5236\u7cfb\u7edf\uff0c\u7528\u4e8e\u8868\u793a\u81ea\u7136\u6570\u548c\u8fdb\u884c\u8ba1\u7b97\uff0c\u4e0e\u5341\u8fdb\u5236\u7b49\u4ef7\u3002", "entity_id": "\u4e8c\u8fdb\u5236", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8c\u8fdb\u5236", "label": "\u4e8c\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The binary system is a base-2 numeral system, requiring only two symbols, often used in computing and digital systems.\u003cSEP\u003e\u4e8c\u8fdb\u5236\u662f\u8ba1\u7b97\u673a\u79d1\u5b66\u4e2d\u5e38\u7528\u7684\u6570\u5236\u7cfb\u7edf\uff0c\u7528\u4e8e\u8868\u793a\u81ea\u7136\u6570\u548c\u8fdb\u884c\u8ba1\u7b97\uff0c\u4e0e\u5341\u8fdb\u5236\u7b49\u4ef7\u3002"}, {"color": "#45c3b5", "created_at": 1752674427, "description": "The duodecimal system is a base-12 numeral system, historically used in timekeeping and ancient calendars.\u003cSEP\u003e\u5341\u4e8c\u8fdb\u5236\u662f\u4e00\u79cd\u4ee512\u4e3a\u57fa\u6570\u7684\u8bb0\u6570\u7cfb\u7edf,\u53ef\u80fd\u4e0e\u6708\u5386\u7684\u4f7f\u7528\u6709\u5173\u3002", "entity_id": "\u5341\u4e8c\u8fdb\u5236", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u4e8c\u8fdb\u5236", "label": "\u5341\u4e8c\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c", "title": "The duodecimal system is a base-12 numeral system, historically used in timekeeping and ancient calendars.\u003cSEP\u003e\u5341\u4e8c\u8fdb\u5236\u662f\u4e00\u79cd\u4ee512\u4e3a\u57fa\u6570\u7684\u8bb0\u6570\u7cfb\u7edf,\u53ef\u80fd\u4e0e\u6708\u5386\u7684\u4f7f\u7528\u6709\u5173\u3002"}, {"color": "#d4d165", "created_at": 1752674427, "description": "Concept of place value in numbers, fundamental to understanding large numbers.\u003cSEP\u003ePlace value positions that determine a digit\u0027s numerical value in the decimal system.\u003cSEP\u003ePositional notation is the system where digit placement determines value magnitude in numeral systems.", "entity_id": "\u6570\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u4f4d", "label": "\u6570\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Concept of place value in numbers, fundamental to understanding large numbers.\u003cSEP\u003ePlace value positions that determine a digit\u0027s numerical value in the decimal system.\u003cSEP\u003ePositional notation is the system where digit placement determines value magnitude in numeral systems."}, {"color": "#79ad26", "created_at": 1752674438, "description": "\u7ebf\u6027\u7ec4\u5408(linear combination) in mathematics uses bases like 10^n to represent numbers, connecting algebra and geometry.", "entity_id": "\u7ebf\u6027\u7ec4\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u7ebf\u6027\u7ec4\u5408", "label": "\u7ebf\u6027\u7ec4\u5408", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u7ebf\u6027\u7ec4\u5408(linear combination) in mathematics uses bases like 10^n to represent numbers, connecting algebra and geometry."}, {"color": "#3ffc14", "created_at": 1752674438, "description": "\u5206\u6570\u5355\u4f4d(fractional units) are subdivided parts (e.g., 0.1, 0.01) critical for understanding decimal multiplication.\u003cSEP\u003e\u5206\u6570\u5355\u4f4drefers to the unit fraction (e.g., 1/2, 1/3) that serves as the building block for understanding more complex fractions like 2/3 or 3/4.", "entity_id": "\u5206\u6570\u5355\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u6570\u5355\u4f4d", "label": "\u5206\u6570\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511", "title": "\u5206\u6570\u5355\u4f4d(fractional units) are subdivided parts (e.g., 0.1, 0.01) critical for understanding decimal multiplication.\u003cSEP\u003e\u5206\u6570\u5355\u4f4drefers to the unit fraction (e.g., 1/2, 1/3) that serves as the building block for understanding more complex fractions like 2/3 or 3/4."}, {"color": "#438211", "created_at": 1752674438, "description": "6.75\u5143is a decimal representation of currency (6 yuan, 7 jiao, 5 fen), illustrating practical use of decimals in daily life.", "entity_id": "6.75\u5143", "entity_type": "category", "file_path": "unknown_source", "id": "6.75\u5143", "label": "6.75\u5143", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "6.75\u5143is a decimal representation of currency (6 yuan, 7 jiao, 5 fen), illustrating practical use of decimals in daily life."}, {"color": "#27941f", "created_at": 1752674485, "description": "China (\u4e2d\u56fd) is a country with a profound historical and cultural legacy, particularly in the fields of astronomy, mathematics, and scientific innovation. In ancient times, China developed sophisticated astronomical and mathematical systems, including the solar year calculation and the 60-year cyclical calendar. The civilization is also known for its use of the 24 solar terms (\u4e8c\u5341\u56db\u8282\u6c14) and the lunisolar calendar (\u9634\u9633\u5408\u5386), which incorporates intercalary months to align the lunar cycle with natural seasonal changes. \n\nChina is recognized as one of the key origins of the decimal numeral system, pioneering the use of digits like ten (\u5341), hundred (\u767e), and thousand (\u5343) to denote place value. It was among the earliest civilizations to conceptualize decimal notation, significantly contributing to the development of positional numeral systems. \n\nThe country has been home to many influential ancient thinkers and mathematicians, including Han Fei (\u97e9\u975e), Zhao Junqing (\u8d75\u541b\u537f), and Zhao Shuang (\u8d75\u723d), as well as later scholars such as Wang Chong (\u738b\u5145), Wu Wenjun (\u5434\u6587\u4fca), and Xu Guangqi (\u5f90\u5149\u542f), whose works have left lasting impacts on mathematical and philosophical traditions. \n\nIn modern times, China continues to be a prominent player in global mathematics research and academic achievement. Additionally, the nation has demonstrated excellence in international sports, as evidenced by its impressive medal tally in the 30th London Olympics\u201438 gold, 27 silver, and 23 bronze medals (88 total). \n\nThis summary integrates all provided descriptions into a cohesive overview, highlighting China\u0027s historical contributions to science and mathematics, its cultural heritage, and its contemporary achievements.", "entity_id": "\u4e2d\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4e2d\u56fd", "label": "\u4e2d\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e\u003cSEP\u003echunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "China (\u4e2d\u56fd) is a country with a profound historical and cultural legacy, particularly in the fields of astronomy, mathematics, and scientific innovation. In ancient times, China developed sophisticated astronomical and mathematical systems, including the solar year calculation and the 60-year cyclical calendar. The civilization is also known for its use of the 24 solar terms (\u4e8c\u5341\u56db\u8282\u6c14) and the lunisolar calendar (\u9634\u9633\u5408\u5386), which incorporates intercalary months to align the lunar cycle with natural seasonal changes. \n\nChina is recognized as one of the key origins of the decimal numeral system, pioneering the use of digits like ten (\u5341), hundred (\u767e), and thousand (\u5343) to denote place value. It was among the earliest civilizations to conceptualize decimal notation, significantly contributing to the development of positional numeral systems. \n\nThe country has been home to many influential ancient thinkers and mathematicians, including Han Fei (\u97e9\u975e), Zhao Junqing (\u8d75\u541b\u537f), and Zhao Shuang (\u8d75\u723d), as well as later scholars such as Wang Chong (\u738b\u5145), Wu Wenjun (\u5434\u6587\u4fca), and Xu Guangqi (\u5f90\u5149\u542f), whose works have left lasting impacts on mathematical and philosophical traditions. \n\nIn modern times, China continues to be a prominent player in global mathematics research and academic achievement. Additionally, the nation has demonstrated excellence in international sports, as evidenced by its impressive medal tally in the 30th London Olympics\u201438 gold, 27 silver, and 23 bronze medals (88 total). \n\nThis summary integrates all provided descriptions into a cohesive overview, highlighting China\u0027s historical contributions to science and mathematics, its cultural heritage, and its contemporary achievements."}, {"color": "#a8576d", "created_at": 1752674427, "description": "The sexagesimal system is a base-60 numeral system, traditionally used in astronomy and time measurement.\u003cSEP\u003e\u516d\u5341\u8fdb\u5236\u662f\u4e00\u79cd\u4ee560\u4e3a\u57fa\u6570\u7684\u8bb0\u6570\u7cfb\u7edf,\u5728\u53e4\u4ee3\u5386\u6cd5\u548c\u65f6\u95f4\u8ba1\u7b97\u4e2d\u88ab\u4f7f\u7528\u3002\u003cSEP\u003e\u516d\u5341\u8fdb\u5236\u662f\u4e00\u79cd\u53e4\u8001\u7684\u8bb0\u6570\u6cd5\uff0c\u88ab\u53e4\u5df4\u6bd4\u4f26\u4f7f\u7528\uff0c\u5e76\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u5355\u4f4d\u7684\u5212\u5206\u3002", "entity_id": "\u516d\u5341\u8fdb\u5236", "entity_type": "category", "file_path": "unknown_source", "id": "\u516d\u5341\u8fdb\u5236", "label": "\u516d\u5341\u8fdb\u5236", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c", "title": "The sexagesimal system is a base-60 numeral system, traditionally used in astronomy and time measurement.\u003cSEP\u003e\u516d\u5341\u8fdb\u5236\u662f\u4e00\u79cd\u4ee560\u4e3a\u57fa\u6570\u7684\u8bb0\u6570\u7cfb\u7edf,\u5728\u53e4\u4ee3\u5386\u6cd5\u548c\u65f6\u95f4\u8ba1\u7b97\u4e2d\u88ab\u4f7f\u7528\u3002\u003cSEP\u003e\u516d\u5341\u8fdb\u5236\u662f\u4e00\u79cd\u53e4\u8001\u7684\u8bb0\u6570\u6cd5\uff0c\u88ab\u53e4\u5df4\u6bd4\u4f26\u4f7f\u7528\uff0c\u5e76\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u5355\u4f4d\u7684\u5212\u5206\u3002"}, {"color": "#c84504", "created_at": 1752674427, "description": "Appendix Topic 5 examines historical numeral systems like duodecimal and sexagesimal in calendrical contexts.", "entity_id": "\u9644\u5f55\u7684\u8bdd\u98985", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u98985", "label": "\u9644\u5f55\u7684\u8bdd\u98985", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Appendix Topic 5 examines historical numeral systems like duodecimal and sexagesimal in calendrical contexts."}, {"color": "#8d7976", "created_at": 1752674485, "description": "\u5386\u6cd5\u662f\u7528\u4e8e\u7ec4\u7ec7\u65f6\u95f4\u7684\u7cfb\u7edf,\u8bb8\u591a\u53e4\u8001\u6587\u660e\u90fd\u53d1\u5c55\u51fa\u4e86\u81ea\u5df1\u7684\u5386\u6cd5\u4f53\u7cfb\u3002", "entity_id": "\u5386\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5386\u6cd5", "label": "\u5386\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5386\u6cd5\u662f\u7528\u4e8e\u7ec4\u7ec7\u65f6\u95f4\u7684\u7cfb\u7edf,\u8bb8\u591a\u53e4\u8001\u6587\u660e\u90fd\u53d1\u5c55\u51fa\u4e86\u81ea\u5df1\u7684\u5386\u6cd5\u4f53\u7cfb\u3002"}, {"color": "#66cde4", "created_at": 1752674485, "description": "\u53e4\u5df4\u6bd4\u4f26\u662f\u53e4\u4ee3\u6587\u660e\u4e4b\u4e00\uff0c\u91c7\u7528\u9634\u5386\u5e76\u89c4\u5b9a25\u5e74\u52a0\u516510\u4e2a\u95f0\u6708\uff0c\u540c\u65f6\u5f15\u51657\u65e5\u4e3a\u5468\u671f\u7684\u661f\u671f\u5236\u5ea6\u3002", "entity_id": "\u53e4\u5df4\u6bd4\u4f26", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53e4\u5df4\u6bd4\u4f26", "label": "\u53e4\u5df4\u6bd4\u4f26", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u53e4\u5df4\u6bd4\u4f26\u662f\u53e4\u4ee3\u6587\u660e\u4e4b\u4e00\uff0c\u91c7\u7528\u9634\u5386\u5e76\u89c4\u5b9a25\u5e74\u52a0\u516510\u4e2a\u95f0\u6708\uff0c\u540c\u65f6\u5f15\u51657\u65e5\u4e3a\u5468\u671f\u7684\u661f\u671f\u5236\u5ea6\u3002"}, {"color": "#46b2e5", "created_at": 1752674485, "description": "\u53e4\u5e0c\u814a\u5730\u7406\u5b66\u5bb6\u3001\u5929\u6587\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6,\u7ea6\u516c\u514390-168\u5e74\u5728\u4e16\u3002\u0027\u5730\u5fc3\u8bf4\u0027\u7684\u96c6\u5927\u6210\u8005,\u4e3b\u8981\u8457\u4f5c\u6709\u300a\u5929\u6587\u5b66\u5927\u6210\u300b\u300a\u5730\u7406\u5b66\u6307\u5357\u300b\u548c\u300a\u5149\u5b66\u300b\u3002\u003cSEP\u003e\u53e4\u5e0c\u814a\u79d1\u5b66\u5bb6who had a significant influence on medieval Europe and divided the circle into 360 degrees in his work Almagest.\u003cSEP\u003e\u6258\u52d2\u5bc6\u662f\u53e4\u5e0c\u814a\u79d1\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u5929\u6587\u5b66\u5927\u6210\u300b\u4e2d\u5c06\u5706\u5468\u5212\u5206\u4e3a360\u5ea6\uff0c\u6bcf\u5ea660\u5206\uff0c\u6bcf\u520660\u79d2\uff0c\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u4e0e\u89d2\u5ea6\u7684\u8868\u793a\u65b9\u6cd5\u3002", "entity_id": "\u6258\u52d2\u5bc6", "entity_type": "person", "file_path": "unknown_source", "id": "\u6258\u52d2\u5bc6", "label": "\u6258\u52d2\u5bc6", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u53e4\u5e0c\u814a\u5730\u7406\u5b66\u5bb6\u3001\u5929\u6587\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6,\u7ea6\u516c\u514390-168\u5e74\u5728\u4e16\u3002\u0027\u5730\u5fc3\u8bf4\u0027\u7684\u96c6\u5927\u6210\u8005,\u4e3b\u8981\u8457\u4f5c\u6709\u300a\u5929\u6587\u5b66\u5927\u6210\u300b\u300a\u5730\u7406\u5b66\u6307\u5357\u300b\u548c\u300a\u5149\u5b66\u300b\u3002\u003cSEP\u003e\u53e4\u5e0c\u814a\u79d1\u5b66\u5bb6who had a significant influence on medieval Europe and divided the circle into 360 degrees in his work Almagest.\u003cSEP\u003e\u6258\u52d2\u5bc6\u662f\u53e4\u5e0c\u814a\u79d1\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u5929\u6587\u5b66\u5927\u6210\u300b\u4e2d\u5c06\u5706\u5468\u5212\u5206\u4e3a360\u5ea6\uff0c\u6bcf\u5ea660\u5206\uff0c\u6bcf\u520660\u79d2\uff0c\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u4e0e\u89d2\u5ea6\u7684\u8868\u793a\u65b9\u6cd5\u3002"}, {"color": "#0405a5", "created_at": 1752674427, "description": "Appendix Topic 6 provides formal mathematical definitions and logical foundations of natural numbers.", "entity_id": "\u9644\u5f55\u7684\u8bdd\u98986", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u98986", "label": "\u9644\u5f55\u7684\u8bdd\u98986", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Appendix Topic 6 provides formal mathematical definitions and logical foundations of natural numbers."}, {"color": "#8743e1", "created_at": 1752674427, "description": "East Asian numeral systems use a 4-cycle grouping pattern (\u4e2a\u5341\u767e\u5343) for higher place values.", "entity_id": "\u4e1c\u4e9a\u8bed\u8a00\u7cfb\u7edf", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e1c\u4e9a\u8bed\u8a00\u7cfb\u7edf", "label": "\u4e1c\u4e9a\u8bed\u8a00\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "East Asian numeral systems use a 4-cycle grouping pattern (\u4e2a\u5341\u767e\u5343) for higher place values."}, {"color": "#6fcf56", "created_at": 1752674427, "description": "European numeral systems employ a 3-cycle grouping pattern (\u4e2a\u5341\u767e) for higher place values.", "entity_id": "\u6b27\u6d32\u8bed\u8a00\u7cfb\u7edf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b27\u6d32\u8bed\u8a00\u7cfb\u7edf", "label": "\u6b27\u6d32\u8bed\u8a00\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "European numeral systems employ a 3-cycle grouping pattern (\u4e2a\u5341\u767e) for higher place values."}, {"color": "#57e320", "created_at": 1752674427, "description": "Appendix Topic 4 contains detailed discussions about positional notation and zero\u0027s role in number representation.", "entity_id": "\u9644\u5f55\u7684\u8bdd\u98984", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u98984", "label": "\u9644\u5f55\u7684\u8bdd\u98984", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Appendix Topic 4 contains detailed discussions about positional notation and zero\u0027s role in number representation."}, {"color": "#0f8897", "created_at": 1752674550, "description": "Teaching tool used to demonstrate number sequencing and relationships.", "entity_id": "\u8ba1\u6570\u5668", "entity_type": "category", "file_path": "unknown_source", "id": "\u8ba1\u6570\u5668", "label": "\u8ba1\u6570\u5668", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Teaching tool used to demonstrate number sequencing and relationships."}, {"color": "#161103", "created_at": 1752674544, "description": "An educator from Changchun Shuxun Primary School involved in designing math lessons about number concepts and place value.\u003cSEP\u003eAn educator from Changchun Shuxun Primary School who designed the teaching plan.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher at Changchun Shuxun Primary School who designed a mathematics lesson on the order of operations in mixed arithmetic.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher from Tree of Glory Elementary School in Changchun, involved in designing teaching methods for multiplication and division.\u003cSEP\u003e\u5b59\u5174\u534e\u662f\u4e00\u4f4d\u6765\u81ea\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u8bbe\u8ba1\u4e86\u5173\u4e8e\u8d1f\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u6d3b\u52a8\u3002", "entity_id": "\u5b59\u5174\u534e", "entity_type": "person", "file_path": "unknown_source", "id": "\u5b59\u5174\u534e", "label": "\u5b59\u5174\u534e", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2", "title": "An educator from Changchun Shuxun Primary School involved in designing math lessons about number concepts and place value.\u003cSEP\u003eAn educator from Changchun Shuxun Primary School who designed the teaching plan.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher at Changchun Shuxun Primary School who designed a mathematics lesson on the order of operations in mixed arithmetic.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher from Tree of Glory Elementary School in Changchun, involved in designing teaching methods for multiplication and division.\u003cSEP\u003e\u5b59\u5174\u534e\u662f\u4e00\u4f4d\u6765\u81ea\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u8bbe\u8ba1\u4e86\u5173\u4e8e\u8d1f\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u6d3b\u52a8\u3002"}, {"color": "#e19c67", "created_at": 1752674550, "description": "The decimal system is a base-10 positional numeral system fundamental to modern mathematics.\u003cSEP\u003eThe decimal system, a core principle in understanding place value and number representation across both primary school stages.", "entity_id": "\u5341\u8fdb\u5236\u8ba1\u6570\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u8fdb\u5236\u8ba1\u6570\u6cd5", "label": "\u5341\u8fdb\u5236\u8ba1\u6570\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4", "title": "The decimal system is a base-10 positional numeral system fundamental to modern mathematics.\u003cSEP\u003eThe decimal system, a core principle in understanding place value and number representation across both primary school stages."}, {"color": "#f7b350", "created_at": 1752674550, "description": "Dienes blocks are concrete manipulatives used to teach place value and base-10 concepts in mathematics education.\u003cSEP\u003eManipulative tool used to physically demonstrate place value concepts.", "entity_id": "\u7b2c\u7eb3\u65af\u6728\u5757", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b2c\u7eb3\u65af\u6728\u5757", "label": "\u7b2c\u7eb3\u65af\u6728\u5757", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Dienes blocks are concrete manipulatives used to teach place value and base-10 concepts in mathematics education.\u003cSEP\u003eManipulative tool used to physically demonstrate place value concepts."}, {"color": "#ecb5b2", "created_at": 1752674427, "description": "Verbal number naming is the linguistic practice of associating words with quantities, differing from symbolic notation.", "entity_id": "\u8bfb\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u8bfb\u6570", "label": "\u8bfb\u6570", "shape": "dot", "size": 10, "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Verbal number naming is the linguistic practice of associating words with quantities, differing from symbolic notation."}, {"color": "#b7e6ca", "created_at": 1752674526, "description": "\u4ee3\u6570\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u6570\u3001\u6570\u91cf\u3001\u5173\u7cfb\u548c\u7ed3\u6784\uff0c\u4f7f\u7528\u7b26\u53f7\u8868\u793a\u672a\u77e5\u91cf\u548c\u5df2\u77e5\u91cf\uff0c\u5e76\u901a\u8fc7\u65b9\u7a0b\u8868\u8fbe\u5b83\u4eec\u4e4b\u95f4\u7684\u5173\u7cfb\u3002\u003cSEP\u003e\u4ee3\u6570\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u6570\u3001\u6570\u91cf\u4ee5\u53ca\u65b9\u7a0b\u7684\u7ed3\u6784\u4e0e\u89e3\u6cd5\uff0c\u4ece\u5177\u4f53\u6570\u5b57\u8ba1\u7b97\u53d1\u5c55\u4e3a\u7b26\u53f7\u548c\u5f62\u5f0f\u5316\u7cfb\u7edf\u3002\u003cSEP\u003e\u6570\u5b66\u5206\u652f\uff0c\u8bcd\u6e90\u6765\u81ea\u963f\u62c9\u4f2f\u8bedal-jebr\uff0c\u7ecf\u62c9\u4e01\u6587\u548c\u82f1\u6587\u53d1\u5c55\uff0c\u6e05\u4ee3\u4f20\u5165\u4e2d\u56fd\u5e76\u5b9a\u8bd1\u4e3a\u2018\u4ee3\u6570\u2019\u3002", "entity_id": "\u4ee3\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee3\u6570", "label": "\u4ee3\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4ee3\u6570\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u6570\u3001\u6570\u91cf\u3001\u5173\u7cfb\u548c\u7ed3\u6784\uff0c\u4f7f\u7528\u7b26\u53f7\u8868\u793a\u672a\u77e5\u91cf\u548c\u5df2\u77e5\u91cf\uff0c\u5e76\u901a\u8fc7\u65b9\u7a0b\u8868\u8fbe\u5b83\u4eec\u4e4b\u95f4\u7684\u5173\u7cfb\u3002\u003cSEP\u003e\u4ee3\u6570\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u6570\u3001\u6570\u91cf\u4ee5\u53ca\u65b9\u7a0b\u7684\u7ed3\u6784\u4e0e\u89e3\u6cd5\uff0c\u4ece\u5177\u4f53\u6570\u5b57\u8ba1\u7b97\u53d1\u5c55\u4e3a\u7b26\u53f7\u548c\u5f62\u5f0f\u5316\u7cfb\u7edf\u3002\u003cSEP\u003e\u6570\u5b66\u5206\u652f\uff0c\u8bcd\u6e90\u6765\u81ea\u963f\u62c9\u4f2f\u8bedal-jebr\uff0c\u7ecf\u62c9\u4e01\u6587\u548c\u82f1\u6587\u53d1\u5c55\uff0c\u6e05\u4ee3\u4f20\u5165\u4e2d\u56fd\u5e76\u5b9a\u8bd1\u4e3a\u2018\u4ee3\u6570\u2019\u3002"}, {"color": "#6d6d3a", "created_at": 1752674438, "description": "\u4f7f\u7528\u7b26\u53f7\u548c\u5b57\u6bcd\u8868\u793a\u6570\u548c\u91cf\u7684\u6570\u5b66\u5206\u652f\uff0c\u65b9\u7a0b\u548c\u51fd\u6570\u662f\u5176\u6838\u5fc3\u5185\u5bb9\uff0c\u4e3a\u62bd\u8c61\u6570\u5b66\u601d\u7ef4\u5960\u5b9a\u57fa\u7840\u3002", "entity_id": "\u4ee3\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee3\u6570\u5b66", "label": "\u4ee3\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u4f7f\u7528\u7b26\u53f7\u548c\u5b57\u6bcd\u8868\u793a\u6570\u548c\u91cf\u7684\u6570\u5b66\u5206\u652f\uff0c\u65b9\u7a0b\u548c\u51fd\u6570\u662f\u5176\u6838\u5fc3\u5185\u5bb9\uff0c\u4e3a\u62bd\u8c61\u6570\u5b66\u601d\u7ef4\u5960\u5b9a\u57fa\u7840\u3002"}, {"color": "#c84796", "created_at": 1752674427, "description": "\u81ea\u7136\u6570\u96c6\u5408\u662f\u6240\u6709\u975e\u8d1f\u6574\u6570\u7684\u96c6\u5408\uff0c\u901a\u5e38\u7528N\u8868\u793a\uff0c\u5305\u62ec0, 1, 2, 3, ...\u3002\u5b83\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u7840\u7684\u7814\u7a76\u5bf9\u8c61\u4e4b\u4e00\u3002\u003cSEP\u003e\u81ea\u7136\u6570\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8ba1\u6570\u548c\u57fa\u672c\u8fd0\u7b97\u7684\u96c6\u5408\uff0c\u901a\u5e38\u5305\u542b\u6b63\u6574\u6570\uff0c\u662f\u6574\u6570\u96c6\u5408\u7684\u5b50\u96c6\u3002\u003cSEP\u003e\u81ea\u7136\u6570\u96c6\u5408\u662f\u6700\u57fa\u672c\u7684\u6570\u96c6\uff0c\u5305\u542b\u6b63\u6574\u6570(1, 2, 3, ...)\uff0c\u662f\u6784\u5efa\u6574\u6570\u548c\u6709\u7406\u6570\u7684\u57fa\u7840\u3002", "entity_id": "\u81ea\u7136\u6570\u96c6\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u81ea\u7136\u6570\u96c6\u5408", "label": "\u81ea\u7136\u6570\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892\u003cSEP\u003echunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u81ea\u7136\u6570\u96c6\u5408\u662f\u6240\u6709\u975e\u8d1f\u6574\u6570\u7684\u96c6\u5408\uff0c\u901a\u5e38\u7528N\u8868\u793a\uff0c\u5305\u62ec0, 1, 2, 3, ...\u3002\u5b83\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u7840\u7684\u7814\u7a76\u5bf9\u8c61\u4e4b\u4e00\u3002\u003cSEP\u003e\u81ea\u7136\u6570\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8ba1\u6570\u548c\u57fa\u672c\u8fd0\u7b97\u7684\u96c6\u5408\uff0c\u901a\u5e38\u5305\u542b\u6b63\u6574\u6570\uff0c\u662f\u6574\u6570\u96c6\u5408\u7684\u5b50\u96c6\u3002\u003cSEP\u003e\u81ea\u7136\u6570\u96c6\u5408\u662f\u6700\u57fa\u672c\u7684\u6570\u96c6\uff0c\u5305\u542b\u6b63\u6574\u6570(1, 2, 3, ...)\uff0c\u662f\u6784\u5efa\u6574\u6570\u548c\u6709\u7406\u6570\u7684\u57fa\u7840\u3002"}, {"color": "#9d4642", "created_at": 1752674427, "description": "\u5947\u6570\u4e0e\u5076\u6570\u662f\u81ea\u7136\u6570\u7684\u4e24\u79cd\u5206\u7c7b\u65b9\u5f0f\uff0c\u57fa\u4e8e\u80fd\u5426\u88ab2\u6574\u9664\u6216\u81ea\u7136\u6570\u5e8f\u7684\u95f4\u9694\u6027\u3002\u5947\u5076\u6027\u5728\u8fd0\u7b97\u548c\u4f20\u7edf\u6587\u5316\u4e2d\u6709\u5e7f\u6cdb\u5e94\u7528\u3002", "entity_id": "\u5947\u6570\u4e0e\u5076\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5947\u6570\u4e0e\u5076\u6570", "label": "\u5947\u6570\u4e0e\u5076\u6570", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u5947\u6570\u4e0e\u5076\u6570\u662f\u81ea\u7136\u6570\u7684\u4e24\u79cd\u5206\u7c7b\u65b9\u5f0f\uff0c\u57fa\u4e8e\u80fd\u5426\u88ab2\u6574\u9664\u6216\u81ea\u7136\u6570\u5e8f\u7684\u95f4\u9694\u6027\u3002\u5947\u5076\u6027\u5728\u8fd0\u7b97\u548c\u4f20\u7edf\u6587\u5316\u4e2d\u6709\u5e7f\u6cdb\u5e94\u7528\u3002"}, {"color": "#d130f4", "created_at": 1752674427, "description": "\u7d20\u6570\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\uff0c\u800c\u5408\u6570\u53ef\u4ee5\u5206\u89e3\u4e3a\u591a\u4e2a\u7d20\u6570\u7684\u4e58\u79ef\u3002\u7d20\u6570\u662f\u6570\u8bba\u7814\u7a76\u7684\u57fa\u7840\uff0c\u598260=2\u00d72\u00d73\u00d75\u3002", "entity_id": "\u7d20\u6570\u4e0e\u5408\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u7d20\u6570\u4e0e\u5408\u6570", "label": "\u7d20\u6570\u4e0e\u5408\u6570", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u7d20\u6570\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\uff0c\u800c\u5408\u6570\u53ef\u4ee5\u5206\u89e3\u4e3a\u591a\u4e2a\u7d20\u6570\u7684\u4e58\u79ef\u3002\u7d20\u6570\u662f\u6570\u8bba\u7814\u7a76\u7684\u57fa\u7840\uff0c\u598260=2\u00d72\u00d73\u00d75\u3002"}, {"color": "#9b26ff", "created_at": 1752674566, "description": "\u8be5\u6807\u51c6\u5f3a\u8c03\u5206\u7c7b\u8ba8\u8bba\u7684\u91cd\u8981\u6027\uff0c\u8ba4\u4e3a\u5206\u7c7b\u6709\u52a9\u4e8e\u8ba4\u8bc6\u4e8b\u7269\u7684\u672c\u8d28\u3002", "entity_id": "\u5206\u7c7b\u8ba8\u8bba", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u5206\u7c7b\u8ba8\u8bba", "label": "\u5206\u7c7b\u8ba8\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u8be5\u6807\u51c6\u5f3a\u8c03\u5206\u7c7b\u8ba8\u8bba\u7684\u91cd\u8981\u6027\uff0c\u8ba4\u4e3a\u5206\u7c7b\u6709\u52a9\u4e8e\u8ba4\u8bc6\u4e8b\u7269\u7684\u672c\u8d28\u3002"}, {"color": "#06b0b2", "created_at": 1752674438, "description": "Number sense refers to the understanding of numbers, their relationships, and their real-world applications, as emphasized in educational standards.", "entity_id": "Number Sense", "entity_type": "category", "file_path": "unknown_source", "id": "Number Sense", "label": "Number Sense", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "Number sense refers to the understanding of numbers, their relationships, and their real-world applications, as emphasized in educational standards."}, {"color": "#406df6", "created_at": 1752674438, "description": "\u7b97\u7406\u662f\u8fd0\u7b97\u65b9\u6cd5\u7684\u672c\u8d28\uff0c\u800c\u975e\u9644\u5c5e\u6027\u8d28\uff0c\u5f3a\u8c03\u901a\u8fc7\u903b\u8f91(\u5982\u4ea4\u6362\u5f8b\u3001\u5206\u914d\u7387)\u7406\u89e3\u8fd0\u7b97\uff0c\u800c\u975e\u673a\u68b0\u8bb0\u5fc6\u89c4\u5219\u3002", "entity_id": "\u7b97\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b97\u7406", "label": "\u7b97\u7406", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u7b97\u7406\u662f\u8fd0\u7b97\u65b9\u6cd5\u7684\u672c\u8d28\uff0c\u800c\u975e\u9644\u5c5e\u6027\u8d28\uff0c\u5f3a\u8c03\u901a\u8fc7\u903b\u8f91(\u5982\u4ea4\u6362\u5f8b\u3001\u5206\u914d\u7387)\u7406\u89e3\u8fd0\u7b97\uff0c\u800c\u975e\u673a\u68b0\u8bb0\u5fc6\u89c4\u5219\u3002"}, {"color": "#de0c96", "created_at": 1752674438, "description": "\u8fd0\u7b97\u80fd\u529b\u662f\u6570\u5b66\u6838\u5fc3\u7d20\u517b\u4e4b\u4e00\uff0c\u5f3a\u8c03\u7406\u89e3\u7b97\u7406\u548c\u5408\u7406\u8fd0\u7528\u8fd0\u7b97\u65b9\u6cd5\u89e3\u51b3\u95ee\u9898\u3002", "entity_id": "\u8fd0\u7b97\u80fd\u529b", "entity_type": "category", "file_path": "unknown_source", "id": "\u8fd0\u7b97\u80fd\u529b", "label": "\u8fd0\u7b97\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u8fd0\u7b97\u80fd\u529b\u662f\u6570\u5b66\u6838\u5fc3\u7d20\u517b\u4e4b\u4e00\uff0c\u5f3a\u8c03\u7406\u89e3\u7b97\u7406\u548c\u5408\u7406\u8fd0\u7528\u8fd0\u7b97\u65b9\u6cd5\u89e3\u51b3\u95ee\u9898\u3002"}, {"color": "#100677", "created_at": 1752674438, "description": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u95ee\u9898\uff0c\u6700\u65e9\u89c1\u4e8e\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\uff0c\u6d89\u53ca\u5934\u548c\u8db3\u7684\u6570\u91cf\u5173\u7cfb\uff0c\u7528\u4e8e\u4ee3\u6570\u6559\u5b66\u793a\u4f8b\u3002\u003cSEP\u003e\u9e21\u5154\u540c\u7b3c\u95ee\u9898is a classic Chinese mathematical problem used to teach algebraic thinking and problem-solving.", "entity_id": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "entity_type": "event", "file_path": "unknown_source", "id": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "label": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099", "title": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u95ee\u9898\uff0c\u6700\u65e9\u89c1\u4e8e\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\uff0c\u6d89\u53ca\u5934\u548c\u8db3\u7684\u6570\u91cf\u5173\u7cfb\uff0c\u7528\u4e8e\u4ee3\u6570\u6559\u5b66\u793a\u4f8b\u3002\u003cSEP\u003e\u9e21\u5154\u540c\u7b3c\u95ee\u9898is a classic Chinese mathematical problem used to teach algebraic thinking and problem-solving."}, {"color": "#46474d", "created_at": 1752674438, "description": "A simplified version of the chicken-rabbit problem using chairs and stools to teach equation setup.", "entity_id": "\u51f3\u5b50\u6905\u5b50\u95ee\u9898", "entity_type": "event", "file_path": "unknown_source", "id": "\u51f3\u5b50\u6905\u5b50\u95ee\u9898", "label": "\u51f3\u5b50\u6905\u5b50\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "A simplified version of the chicken-rabbit problem using chairs and stools to teach equation setup."}, {"color": "#b802c4", "created_at": 1752674438, "description": "Model thinking is a core concept in mathematics education that focuses on using mathematical language to describe or solve real-world problems, emphasizing the process of abstraction and application.", "entity_id": "\u6a21\u578b\u601d\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u6a21\u578b\u601d\u60f3", "label": "\u6a21\u578b\u601d\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Model thinking is a core concept in mathematics education that focuses on using mathematical language to describe or solve real-world problems, emphasizing the process of abstraction and application."}, {"color": "#9d44d1", "created_at": 1752674485, "description": "\u7b97\u76d8\u662f\u4e2d\u56fd\u53e4\u4ee3\u53d1\u660e\u7684\u8ba1\u7b97\u5de5\u5177,\u901a\u8fc7\u73e0\u5b50\u5728\u4e0d\u540c\u4f4d\u7f6e\u8868\u793a\u4e0d\u540c\u7684\u6570\u503c,\u6709\u52a9\u4e8e\u5efa\u7acb\u6570\u4f4d\u7684\u76f4\u89c2\u8ba4\u8bc6\u3002", "entity_id": "\u7b97\u76d8", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b97\u76d8", "label": "\u7b97\u76d8", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u7b97\u76d8\u662f\u4e2d\u56fd\u53e4\u4ee3\u53d1\u660e\u7684\u8ba1\u7b97\u5de5\u5177,\u901a\u8fc7\u73e0\u5b50\u5728\u4e0d\u540c\u4f4d\u7f6e\u8868\u793a\u4e0d\u540c\u7684\u6570\u503c,\u6709\u52a9\u4e8e\u5efa\u7acb\u6570\u4f4d\u7684\u76f4\u89c2\u8ba4\u8bc6\u3002"}, {"color": "#efad49", "created_at": 1752674485, "description": "\u6570\u4f4d\u7b26\u53f7\u662f\u4e00\u79cd\u4ecb\u4e8e\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u548c\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u4e4b\u95f4\u7684\u8fc7\u6e21\u7cfb\u7edf,\u4fdd\u7559\u4e86\u8bed\u8a00\u7b26\u53f7\u7684\u5408\u7406\u5185\u6838\u3002", "entity_id": "\u6570\u4f4d\u7b26\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u4f4d\u7b26\u53f7", "label": "\u6570\u4f4d\u7b26\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6570\u4f4d\u7b26\u53f7\u662f\u4e00\u79cd\u4ecb\u4e8e\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u548c\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u4e4b\u95f4\u7684\u8fc7\u6e21\u7cfb\u7edf,\u4fdd\u7559\u4e86\u8bed\u8a00\u7b26\u53f7\u7684\u5408\u7406\u5185\u6838\u3002"}, {"color": "#777c96", "created_at": 1752674427, "description": "\u9ad8\u65af(1777-1855)\u662f\u4e00\u4f4d\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u4ed6\u5728\u535a\u58eb\u8bba\u6587\u4e2d\u7ed9\u51fa\u4e86\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\uff0c\u5e76\u5c06\u7d20\u6570\u8868\u8fbe\u65b9\u5f0f\u5f15\u5165\u9ad8\u6b21\u65b9\u7a0b\u7814\u7a76\u3002", "entity_id": "\u9ad8\u65af(Johann Gauss)", "entity_type": "person", "file_path": "unknown_source", "id": "\u9ad8\u65af(Johann Gauss)", "label": "\u9ad8\u65af(Johann Gauss)", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u9ad8\u65af(1777-1855)\u662f\u4e00\u4f4d\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u4ed6\u5728\u535a\u58eb\u8bba\u6587\u4e2d\u7ed9\u51fa\u4e86\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\uff0c\u5e76\u5c06\u7d20\u6570\u8868\u8fbe\u65b9\u5f0f\u5f15\u5165\u9ad8\u6b21\u65b9\u7a0b\u7814\u7a76\u3002"}, {"color": "#117d88", "created_at": 1752674427, "description": "\u300a\u6613\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u7ecf\u5178\uff0c\u5229\u7528\u6570\u7684\u5947\u5076\u6027\u8868\u793a\u9634\u9633\uff0c\u53cd\u6620\u4e86\u6570\u5b57\u5728\u4f20\u7edf\u6587\u5316\u4e2d\u7684\u8c61\u5f81\u610f\u4e49\u3002", "entity_id": "\u300a\u6613\u7ecf\u300b", "entity_type": "organization", "file_path": "unknown_source", "id": "\u300a\u6613\u7ecf\u300b", "label": "\u300a\u6613\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u300a\u6613\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u7ecf\u5178\uff0c\u5229\u7528\u6570\u7684\u5947\u5076\u6027\u8868\u793a\u9634\u9633\uff0c\u53cd\u6620\u4e86\u6570\u5b57\u5728\u4f20\u7edf\u6587\u5316\u4e2d\u7684\u8c61\u5f81\u610f\u4e49\u3002"}, {"color": "#c92543", "created_at": 1752674427, "description": "\u4eba\u7c7b\u53d1\u660e\u7684\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf\u7ecf\u5386\u4e86\u6f2b\u957f\u7684\u62bd\u8c61\u8fc7\u7a0b\uff0c\u662f\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u91cc\u7a0b\u7891\u3002", "entity_id": "\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf", "label": "\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u4eba\u7c7b\u53d1\u660e\u7684\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf\u7ecf\u5386\u4e86\u6f2b\u957f\u7684\u62bd\u8c61\u8fc7\u7a0b\uff0c\u662f\u6570\u5b66\u53f2\u4e0a\u7684\u91cd\u8981\u91cc\u7a0b\u7891\u3002"}, {"color": "#caa1c2", "created_at": 1752674427, "description": "\u4e00\u4e9b\u539f\u59cb\u90e8\u843d\u5c1a\u672a\u62bd\u8c61\u51fa\u5b8c\u6574\u6570\u5b57\u6982\u5ff5\uff0c\u53ea\u80fd\u5206\u8fa8\u4e00\u3001\u4e8c\u548c\u8bb8\u591a\uff0c\u53cd\u6620\u4e86\u6570\u5b66\u6982\u5ff5\u7684\u6f14\u8fdb\u8fc7\u7a0b\u3002\u003cSEP\u003e\u4e00\u4e9b\u5c1a\u672a\u5f62\u6210\u7cfb\u7edf\u6570\u5b57\u6982\u5ff5\u7684\u793e\u4f1a\u7fa4\u4f53,\u53ea\u80fd\u533a\u5206\u4e00\u3001\u4e8c\u548c\u8bb8\u591a\u3002", "entity_id": "\u539f\u59cb\u90e8\u843d", "entity_type": "category", "file_path": "unknown_source", "id": "\u539f\u59cb\u90e8\u843d", "label": "\u539f\u59cb\u90e8\u843d", "shape": "dot", "size": 10, "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d\u003cSEP\u003echunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u4e00\u4e9b\u539f\u59cb\u90e8\u843d\u5c1a\u672a\u62bd\u8c61\u51fa\u5b8c\u6574\u6570\u5b57\u6982\u5ff5\uff0c\u53ea\u80fd\u5206\u8fa8\u4e00\u3001\u4e8c\u548c\u8bb8\u591a\uff0c\u53cd\u6620\u4e86\u6570\u5b66\u6982\u5ff5\u7684\u6f14\u8fdb\u8fc7\u7a0b\u3002\u003cSEP\u003e\u4e00\u4e9b\u5c1a\u672a\u5f62\u6210\u7cfb\u7edf\u6570\u5b57\u6982\u5ff5\u7684\u793e\u4f1a\u7fa4\u4f53,\u53ea\u80fd\u533a\u5206\u4e00\u3001\u4e8c\u548c\u8bb8\u591a\u3002"}, {"color": "#707641", "created_at": 1752674473, "description": "\u4eba\u7c7b\u662f\u80fd\u591f\u4ece\u6570\u91cf\u591a\u4e0e\u5c11\u4e2d\u62bd\u8c61\u51fa\u6570\u7684\u6982\u5ff5\u7684\u667a\u6167\u751f\u7269,\u5177\u6709\u521b\u9020\u8bed\u8a00\u548c\u6570\u5b57\u7cfb\u7edf\u7684\u80fd\u529b\u3002", "entity_id": "\u4eba\u7c7b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4eba\u7c7b", "label": "\u4eba\u7c7b", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u4eba\u7c7b\u662f\u80fd\u591f\u4ece\u6570\u91cf\u591a\u4e0e\u5c11\u4e2d\u62bd\u8c61\u51fa\u6570\u7684\u6982\u5ff5\u7684\u667a\u6167\u751f\u7269,\u5177\u6709\u521b\u9020\u8bed\u8a00\u548c\u6570\u5b57\u7cfb\u7edf\u7684\u80fd\u529b\u3002"}, {"color": "#9220b1", "created_at": 1752674485, "description": "\u95ee\u98982\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u8ba4\u8bc6\u81ea\u7136\u6570\uff0c\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u91cd\u8981\u90e8\u5206\u3002", "entity_id": "\u95ee\u98982", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u98982", "label": "\u95ee\u98982", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u95ee\u98982\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u8ba4\u8bc6\u81ea\u7136\u6570\uff0c\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u91cd\u8981\u90e8\u5206\u3002"}, {"color": "#88f3c4", "created_at": 1752674485, "description": "\u95ee\u98989\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u89e3\u91ca\u81ea\u7136\u6570\u7684\u52a0\u6cd5\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u8fd0\u7b97\u3002", "entity_id": "\u95ee\u98989", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u98989", "label": "\u95ee\u98989", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u95ee\u98989\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u89e3\u91ca\u81ea\u7136\u6570\u7684\u52a0\u6cd5\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u8fd0\u7b97\u3002"}, {"color": "#2af6e5", "created_at": 1752674526, "description": "\u7834\u9898\u662f\u6307\u5728\u6559\u5b66\u4e2d\u5bf9\u547d\u9898\u672c\u8eab\u7684\u8bf4\u660e\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u547d\u9898\u5185\u5bb9\u3002", "entity_id": "\u7834\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u7834\u9898", "label": "\u7834\u9898", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u7834\u9898\u662f\u6307\u5728\u6559\u5b66\u4e2d\u5bf9\u547d\u9898\u672c\u8eab\u7684\u8bf4\u660e\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u547d\u9898\u5185\u5bb9\u3002"}, {"color": "#d3b103", "created_at": 1752674526, "description": "\u95ee\u98986\u662f\u4e00\u4e2a\u6570\u5b66\u6559\u5b66\u6848\u4f8b\uff0c\u8ba8\u8bba\u4e86\u6bd4\u4f8b\u5173\u7cfb\u548c\u5206\u6570\u9664\u6cd5\u7684\u57fa\u672c\u6982\u5ff5\u3002", "entity_id": "\u95ee\u98986", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u98986", "label": "\u95ee\u98986", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u95ee\u98986\u662f\u4e00\u4e2a\u6570\u5b66\u6559\u5b66\u6848\u4f8b\uff0c\u8ba8\u8bba\u4e86\u6bd4\u4f8b\u5173\u7cfb\u548c\u5206\u6570\u9664\u6cd5\u7684\u57fa\u672c\u6982\u5ff5\u3002"}, {"color": "#e7a134", "created_at": 1752674526, "description": "\u8bdd\u989820\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u8ba8\u8bba\u4e3b\u9898\uff0c\u6d89\u53ca\u9664\u6cd5\u7684\u666e\u904d\u6cd5\u5219\uff0c\u5373\u0027\u9664\u4ee5\u4e00\u4e2a\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u6570\u7684\u5012\u6570\u0027\u3002", "entity_id": "\u8bdd\u989820", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u989820", "label": "\u8bdd\u989820", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989820\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u8ba8\u8bba\u4e3b\u9898\uff0c\u6d89\u53ca\u9664\u6cd5\u7684\u666e\u904d\u6cd5\u5219\uff0c\u5373\u0027\u9664\u4ee5\u4e00\u4e2a\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u6570\u7684\u5012\u6570\u0027\u3002"}, {"color": "#e60f73", "created_at": 1752674526, "description": "\u8bdd\u989822\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u4e13\u9898\uff0c\u8ba8\u8bba\u4e86\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u5386\u53f2\u53d1\u5c55\uff0c\u7279\u522b\u662f\u4e22\u756a\u56fe\u7684\u8d21\u732e\u3002", "entity_id": "\u8bdd\u989822", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u989822", "label": "\u8bdd\u989822", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989822\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u4e13\u9898\uff0c\u8ba8\u8bba\u4e86\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u5386\u53f2\u53d1\u5c55\uff0c\u7279\u522b\u662f\u4e22\u756a\u56fe\u7684\u8d21\u732e\u3002"}, {"color": "#0248c6", "created_at": 1752674446, "description": "The **\u6559\u5e08 (teacher)** is an educator who plays a multifaceted role in guiding students through various mathematical and scientific concepts using interactive and inquiry-based methods. \n\nIn early mathematics education, the teacher leads lessons such as the \"1-5 numbers\" lesson, incorporating real-world scenarios like a wildlife park to enhance engagement. They also facilitate hands-on learning in geometry, encouraging students to explore concepts through drawing and practical activities while promoting symbolic expression. \n\nAdditionally, the teacher designs and implements measurement lessons, helping students grasp fundamental ideas such as centimeters and the importance of standardized units. They further guide students in understanding speed, distance, and time calculations, fostering problem-solving skills. \n\nA key aspect of their role involves asking probing questions and structuring lessons to guide students through proper thinking processes, ensuring a deep and conceptual understanding of mathematical principles. Overall, the teacher serves as a facilitator, encouraging discovery, critical thinking, and practical application in learning.", "entity_id": "\u6559\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u6559\u5e08", "label": "\u6559\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "The **\u6559\u5e08 (teacher)** is an educator who plays a multifaceted role in guiding students through various mathematical and scientific concepts using interactive and inquiry-based methods. \n\nIn early mathematics education, the teacher leads lessons such as the \"1-5 numbers\" lesson, incorporating real-world scenarios like a wildlife park to enhance engagement. They also facilitate hands-on learning in geometry, encouraging students to explore concepts through drawing and practical activities while promoting symbolic expression. \n\nAdditionally, the teacher designs and implements measurement lessons, helping students grasp fundamental ideas such as centimeters and the importance of standardized units. They further guide students in understanding speed, distance, and time calculations, fostering problem-solving skills. \n\nA key aspect of their role involves asking probing questions and structuring lessons to guide students through proper thinking processes, ensuring a deep and conceptual understanding of mathematical principles. Overall, the teacher serves as a facilitator, encouraging discovery, critical thinking, and practical application in learning."}, {"color": "#db3ec6", "created_at": 1752674526, "description": "\u96c6\u5408 \u03a9 \u662f\u6240\u6709\u7814\u7a76\u5143\u7d20\u7684\u603b\u96c6\u5408\uff0c\u6587\u4e2d\u7528\u4e8e\u8bf4\u660e\u5206\u7c7b\u6807\u51c6\u7684\u5e94\u7528\u8303\u56f4\u3002", "entity_id": "\u96c6\u5408 \u03a9", "entity_type": "category", "file_path": "unknown_source", "id": "\u96c6\u5408 \u03a9", "label": "\u96c6\u5408 \u03a9", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u96c6\u5408 \u03a9 \u662f\u6240\u6709\u7814\u7a76\u5143\u7d20\u7684\u603b\u96c6\u5408\uff0c\u6587\u4e2d\u7528\u4e8e\u8bf4\u660e\u5206\u7c7b\u6807\u51c6\u7684\u5e94\u7528\u8303\u56f4\u3002"}, {"color": "#b6e772", "created_at": 1752674485, "description": "\u547d\u9898P\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u7528\u4e8e\u5b9a\u4e49\u81ea\u7136\u6570\u76f8\u5173\u6027\u8d28\u7684\u903b\u8f91\u9648\u8ff0\uff0c\u5e38\u7528\u4e8e\u8bc1\u660e\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u7684\u7ed3\u8bba\u3002\u003cSEP\u003e\u547d\u9898P\u662f\u7528\u4e8e\u5206\u7c7b\u7684\u6027\u8d28\u6216\u6807\u51c6\uff0c\u6587\u4e2d\u7528\u4e8e\u533a\u5206\u6ee1\u8db3\u6761\u4ef6\u4e0e\u4e0d\u6ee1\u8db3\u6761\u4ef6\u7684\u5143\u7d20\u96c6\u5408\u3002", "entity_id": "\u547d\u9898P", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u9898P", "label": "\u547d\u9898P", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u547d\u9898P\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u7528\u4e8e\u5b9a\u4e49\u81ea\u7136\u6570\u76f8\u5173\u6027\u8d28\u7684\u903b\u8f91\u9648\u8ff0\uff0c\u5e38\u7528\u4e8e\u8bc1\u660e\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u7684\u7ed3\u8bba\u3002\u003cSEP\u003e\u547d\u9898P\u662f\u7528\u4e8e\u5206\u7c7b\u7684\u6027\u8d28\u6216\u6807\u51c6\uff0c\u6587\u4e2d\u7528\u4e8e\u533a\u5206\u6ee1\u8db3\u6761\u4ef6\u4e0e\u4e0d\u6ee1\u8db3\u6761\u4ef6\u7684\u5143\u7d20\u96c6\u5408\u3002"}, {"color": "#1af973", "created_at": 1752674526, "description": "\u7a7a\u96c6\u5408\u8868\u793a\u6ca1\u6709\u5143\u7d20\u7684\u96c6\u5408,\u7528\u4e8e\u5b9a\u4e49\u96c6\u5408A\u548cB\u7684\u4e92\u65a5\u6027\u3002", "entity_id": "\u7a7a\u96c6\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u7a7a\u96c6\u5408", "label": "\u7a7a\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u7a7a\u96c6\u5408\u8868\u793a\u6ca1\u6709\u5143\u7d20\u7684\u96c6\u5408,\u7528\u4e8e\u5b9a\u4e49\u96c6\u5408A\u548cB\u7684\u4e92\u65a5\u6027\u3002"}, {"color": "#3e1af7", "created_at": 1752674526, "description": "\u5e76\u96c6\u7b26\u53f7\u222a\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5408\u5e76,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u8986\u76d6\u6574\u4e2a\u96c6\u5408\u03a9\u3002", "entity_id": "\u5e76\u96c6", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e76\u96c6", "label": "\u5e76\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u5e76\u96c6\u7b26\u53f7\u222a\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5408\u5e76,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u8986\u76d6\u6574\u4e2a\u96c6\u5408\u03a9\u3002"}, {"color": "#f8d60c", "created_at": 1752674526, "description": "\u4ea4\u96c6\u7b26\u53f7\u2229\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5171\u540c\u5143\u7d20,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u7684\u4e92\u65a5\u6027\u3002", "entity_id": "\u4ea4\u96c6", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ea4\u96c6", "label": "\u4ea4\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u4ea4\u96c6\u7b26\u53f7\u2229\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5171\u540c\u5143\u7d20,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u7684\u4e92\u65a5\u6027\u3002"}, {"color": "#c9d84d", "created_at": 1752674526, "description": "\u6574\u9664\u662f\u4e00\u79cd\u6570\u5b66\u6027\u8d28,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u6807\u51c6,\u5982\u80fd\u88ab2\u6574\u9664\u7684\u81ea\u7136\u6570\u3002", "entity_id": "\u6574\u9664", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u9664", "label": "\u6574\u9664", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6574\u9664\u662f\u4e00\u79cd\u6570\u5b66\u6027\u8d28,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u6807\u51c6,\u5982\u80fd\u88ab2\u6574\u9664\u7684\u81ea\u7136\u6570\u3002"}, {"color": "#7e3de1", "created_at": 1752674438, "description": "\u221a3 is an irrational number represented as 1.7320508... in decimal form, used in mathematical operations.", "entity_id": "\u221a3", "entity_type": "category", "file_path": "unknown_source", "id": "\u221a3", "label": "\u221a3", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u221a3 is an irrational number represented as 1.7320508... in decimal form, used in mathematical operations."}, {"color": "#31ea02", "created_at": 1752674526, "description": "\u51e0\u4f55\u4ee3\u6570refers to the historical shift in Greek mathematics where geometric methods were used to address algebraic problems, especially involving irrational numbers like \u221a2.", "entity_id": "\u51e0\u4f55\u4ee3\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u4ee3\u6570", "label": "\u51e0\u4f55\u4ee3\u6570", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u51e0\u4f55\u4ee3\u6570refers to the historical shift in Greek mathematics where geometric methods were used to address algebraic problems, especially involving irrational numbers like \u221a2."}, {"color": "#0185b6", "created_at": 1752674526, "description": "\u65e0\u7406\u6570\u5b9a\u4e49refers to the classification of numbers that cannot be expressed as ratios of integers, such as \u221a2, which challenged Greek mathematical beliefs.", "entity_id": "\u65e0\u7406\u6570\u5b9a\u4e49", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u7406\u6570\u5b9a\u4e49", "label": "\u65e0\u7406\u6570\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u65e0\u7406\u6570\u5b9a\u4e49refers to the classification of numbers that cannot be expressed as ratios of integers, such as \u221a2, which challenged Greek mathematical beliefs."}, {"color": "#5724d2", "created_at": 1752674526, "description": "\u53cd\u8bc1\u6cd5\u8bc1\u660eis the method used by Greek mathematicians to demonstrate that \u221a2 is irrational by assuming it is rational and deriving a contradiction.", "entity_id": "\u53cd\u8bc1\u6cd5\u8bc1\u660e", "entity_type": "category", "file_path": "unknown_source", "id": "\u53cd\u8bc1\u6cd5\u8bc1\u660e", "label": "\u53cd\u8bc1\u6cd5\u8bc1\u660e", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53cd\u8bc1\u6cd5\u8bc1\u660eis the method used by Greek mathematicians to demonstrate that \u221a2 is irrational by assuming it is rational and deriving a contradiction."}, {"color": "#270c3b", "created_at": 1752674526, "description": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55describes the shift in Greek mathematics from algebra to geometry to accommodate the understanding of irrational numbers like \u221a2.", "entity_id": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55", "label": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55describes the shift in Greek mathematics from algebra to geometry to accommodate the understanding of irrational numbers like \u221a2."}, {"color": "#061bf2", "created_at": 1752674526, "description": "\u221a2\u4e0d\u53ef\u516c\u5ea6\u6027highlights the property of \u221a2 being incommensurable, meaning it cannot be expressed as a ratio of two whole numbers, a key discovery in Greek mathematics.", "entity_id": "\u221a2\u4e0d\u53ef\u516c\u5ea6\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u221a2\u4e0d\u53ef\u516c\u5ea6\u6027", "label": "\u221a2\u4e0d\u53ef\u516c\u5ea6\u6027", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u221a2\u4e0d\u53ef\u516c\u5ea6\u6027highlights the property of \u221a2 being incommensurable, meaning it cannot be expressed as a ratio of two whole numbers, a key discovery in Greek mathematics."}, {"color": "#479e6a", "created_at": 1752674526, "description": "\u6570\u7684\u5206\u7c7brepresents the categorization of numbers into rational and irrational, a foundational concept in number theory developed by ancient mathematicians.", "entity_id": "\u6570\u7684\u5206\u7c7b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u7684\u5206\u7c7b", "label": "\u6570\u7684\u5206\u7c7b", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u6570\u7684\u5206\u7c7brepresents the categorization of numbers into rational and irrational, a foundational concept in number theory developed by ancient mathematicians."}, {"color": "#5ba65d", "created_at": 1752674438, "description": "Johann Gauss (1777-1855) was a mathematician who introduced a method of expressing high-degree equations using algebraic factor products and proved the Fundamental Theorem of Algebra.", "entity_id": "Johann Gauss", "entity_type": "person", "file_path": "unknown_source", "id": "Johann Gauss", "label": "Johann Gauss", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Johann Gauss (1777-1855) was a mathematician who introduced a method of expressing high-degree equations using algebraic factor products and proved the Fundamental Theorem of Algebra."}, {"color": "#afe042", "created_at": 1752674438, "description": "The 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": "Algebraic Basic Theorem", "entity_type": "category", "file_path": "unknown_source", "id": "Algebraic Basic Theorem", "label": "Algebraic Basic Theorem", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "The 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": "#03a661", "created_at": 1752674438, "description": "High-degree polynomial equations are studied in algebra, with their structure clarified by the Fundamental Theorem of Algebra.", "entity_id": "\u9ad8\u6b21\u65b9\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ad8\u6b21\u65b9\u7a0b", "label": "\u9ad8\u6b21\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "High-degree polynomial equations are studied in algebra, with their structure clarified by the Fundamental Theorem of Algebra."}, {"color": "#c94ea0", "created_at": 1752674438, "description": "Concept briefly introduced as an extension beyond natural numbers in subtraction operations.\u003cSEP\u003eNegative numbers represent quantities opposite in nature to positive numbers, such as losses versus gains, and were developed to address practical needs in daily life and production.", "entity_id": "Negative Numbers", "entity_type": "category", "file_path": "unknown_source", "id": "Negative Numbers", "label": "Negative Numbers", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Concept briefly introduced as an extension beyond natural numbers in subtraction operations.\u003cSEP\u003eNegative numbers represent quantities opposite in nature to positive numbers, such as losses versus gains, and were developed to address practical needs in daily life and production."}, {"color": "#acbd6d", "created_at": 1752674438, "description": "Counting rods were used in ancient Chinese mathematics to represent and manipulate numbers, including negative values.", "entity_id": "\u7b97\u7b79", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b97\u7b79", "label": "\u7b97\u7b79", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Counting rods were used in ancient Chinese mathematics to represent and manipulate numbers, including negative values."}, {"color": "#ab4131", "created_at": 1752674526, "description": "A chapter in the\u300a\u4e5d\u7ae0\u7b97\u672f\u300bdedicated to solving systems of linear equations using positive and negative numbers.", "entity_id": "\u65b9\u7a0b\u7bc7", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u7a0b\u7bc7", "label": "\u65b9\u7a0b\u7bc7", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A chapter in the\u300a\u4e5d\u7ae0\u7b97\u672f\u300bdedicated to solving systems of linear equations using positive and negative numbers."}, {"color": "#f9f57d", "created_at": 1752674566, "description": "\u5218\u5fbd\u662f\u9b4f\u664b\u65f6\u4ee3\u4f1f\u5927\u7684\u6570\u5b66\u5bb6\uff0c\u5c71\u4e1c\u4e34\u6dc4\u4eba\uff0c\u66fe\u5bf9\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u8fdb\u884c\u6821\u6ce8\u3002", "entity_id": "\u5218\u5fbd", "entity_type": "person", "file_path": "unknown_source", "id": "\u5218\u5fbd", "label": "\u5218\u5fbd", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u5218\u5fbd\u662f\u9b4f\u664b\u65f6\u4ee3\u4f1f\u5927\u7684\u6570\u5b66\u5bb6\uff0c\u5c71\u4e1c\u4e34\u6dc4\u4eba\uff0c\u66fe\u5bf9\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u8fdb\u884c\u6821\u6ce8\u3002"}, {"color": "#bed785", "created_at": 1752674566, "description": "\u674e\u6df3\u98ce\u662f\u5510\u4ee3\u6770\u51fa\u7684\u5929\u6587\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u9655\u897f\u5c90\u5c71\u4eba\uff0c\u53c2\u4e0e\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u6821\u6ce8\u5de5\u4f5c\u3002", "entity_id": "\u674e\u6df3\u98ce", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u6df3\u98ce", "label": "\u674e\u6df3\u98ce", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u674e\u6df3\u98ce\u662f\u5510\u4ee3\u6770\u51fa\u7684\u5929\u6587\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u9655\u897f\u5c90\u5c71\u4eba\uff0c\u53c2\u4e0e\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u6821\u6ce8\u5de5\u4f5c\u3002"}, {"color": "#b0d6c1", "created_at": 1752674526, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u7ecf\u5178\uff0c\u8bb0\u8f7d\u4e86\u5546\u9ad8\u5bf9\u76f4\u89d2\u4e09\u89d2\u5f62\u6bd4\u4f8b\u5173\u7cfb\u7684\u63cf\u8ff0\uff0c\u662f\u52fe\u80a1\u5b9a\u7406\u7684\u91cd\u8981\u5386\u53f2\u6587\u732e\u3002\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u7684\u6570\u5b66\u7ecf\u5178\u4e4b\u4e00\uff0c\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5e76\u5217\u3002\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u6700\u53e4\u8001\u7684\u5929\u6587\u5b66\u548c\u6570\u5b66\u8457\u4f5c\u4e4b\u4e00\uff0c\u8bb0\u8f7d\u4e86\u52fe\u80a1\u5b9a\u7406\u7684\u5e94\u7528\u3002", "entity_id": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "label": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u7ecf\u5178\uff0c\u8bb0\u8f7d\u4e86\u5546\u9ad8\u5bf9\u76f4\u89d2\u4e09\u89d2\u5f62\u6bd4\u4f8b\u5173\u7cfb\u7684\u63cf\u8ff0\uff0c\u662f\u52fe\u80a1\u5b9a\u7406\u7684\u91cd\u8981\u5386\u53f2\u6587\u732e\u3002\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u7684\u6570\u5b66\u7ecf\u5178\u4e4b\u4e00\uff0c\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5e76\u5217\u3002\u003cSEP\u003e\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u6700\u53e4\u8001\u7684\u5929\u6587\u5b66\u548c\u6570\u5b66\u8457\u4f5c\u4e4b\u4e00\uff0c\u8bb0\u8f7d\u4e86\u52fe\u80a1\u5b9a\u7406\u7684\u5e94\u7528\u3002"}, {"color": "#92819f", "created_at": 1752674438, "description": "Fractions represent parts of a whole and were initially thought to represent all quantities until the discovery of irrational numbers like \u221a2.", "entity_id": "Fractions", "entity_type": "category", "file_path": "unknown_source", "id": "Fractions", "label": "Fractions", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Fractions represent parts of a whole and were initially thought to represent all quantities until the discovery of irrational numbers like \u221a2."}, {"color": "#2e954f", "created_at": 1752674438, "description": "Subtraction is introduced as the inverse operation of addition, explained through visual methods and equivalence relationships.", "entity_id": "Subtraction", "entity_type": "category", "file_path": "unknown_source", "id": "Subtraction", "label": "Subtraction", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Subtraction is introduced as the inverse operation of addition, explained through visual methods and equivalence relationships."}, {"color": "#cd2d95", "created_at": 1752674438, "description": "The cross-multiplication method for factoring quadratic equations is considered non-essential as roots can be found using formulas.", "entity_id": "\u5341\u5b57\u76f8\u4e58\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u5b57\u76f8\u4e58\u6cd5", "label": "\u5341\u5b57\u76f8\u4e58\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "The cross-multiplication method for factoring quadratic equations is considered non-essential as roots can be found using formulas."}, {"color": "#ebc7d1", "created_at": 1752674526, "description": "Infinite non-repeating decimals that cannot be expressed as fractions, corresponding to irrational numbers.", "entity_id": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "label": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Infinite non-repeating decimals that cannot be expressed as fractions, corresponding to irrational numbers."}, {"color": "#850c8a", "created_at": 1752674438, "description": "Rational numbers are numbers that can be expressed as fractions of integers.", "entity_id": "\u6709\u7406\u6570(Rational Numbers)", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u7406\u6570(Rational Numbers)", "label": "\u6709\u7406\u6570(Rational Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Rational numbers are numbers that can be expressed as fractions of integers."}, {"color": "#6f1c9e", "created_at": 1752674438, "description": "Irrational numbers are numbers that cannot be expressed as fractions of integers.", "entity_id": "\u65e0\u7406\u6570(Irrational Numbers)", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u7406\u6570(Irrational Numbers)", "label": "\u65e0\u7406\u6570(Irrational Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Irrational numbers are numbers that cannot be expressed as fractions of integers."}, {"color": "#a00008", "created_at": 1752674438, "description": "Appendix Topic 13 discusses the historical and mathematical context of rational and irrational numbers.", "entity_id": "\u9644\u5f55\u7684\u8bdd\u989813 (Appendix Topic 13)", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u989813 (Appendix Topic 13)", "label": "\u9644\u5f55\u7684\u8bdd\u989813 (Appendix Topic 13)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Appendix Topic 13 discusses the historical and mathematical context of rational and irrational numbers."}, {"color": "#ae78e4", "created_at": 1752674438, "description": "Decimal numbers represent quantities in base-10 notation, used for precise measurements and irrational number operations.", "entity_id": "\u5c0f\u6570(Decimal Numbers)", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u6570(Decimal Numbers)", "label": "\u5c0f\u6570(Decimal Numbers)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Decimal numbers represent quantities in base-10 notation, used for precise measurements and irrational number operations."}, {"color": "#1b10ae", "created_at": 1752674438, "description": "Proper fractions have numerators smaller than denominators and represent parts of a whole or proportional relationships.", "entity_id": "\u771f\u5206\u6570(Proper Fractions)", "entity_type": "category", "file_path": "unknown_source", "id": "\u771f\u5206\u6570(Proper Fractions)", "label": "\u771f\u5206\u6570(Proper Fractions)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Proper fractions have numerators smaller than denominators and represent parts of a whole or proportional relationships."}, {"color": "#a6c5c5", "created_at": 1752674438, "description": "A fraction unit is the basic unit of a fraction, such as 1/5, used to build other fractions.", "entity_id": "\u5206\u6570\u5355\u4f4d(Fraction Unit)", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u6570\u5355\u4f4d(Fraction Unit)", "label": "\u5206\u6570\u5355\u4f4d(Fraction Unit)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "A fraction unit is the basic unit of a fraction, such as 1/5, used to build other fractions."}, {"color": "#994854", "created_at": 1752674438, "description": "A food item used as a visual example in the media demonstration to teach fraction division.\u003cSEP\u003eUsed as an example to illustrate fraction units and partitioning.", "entity_id": "\u6708\u997c(Mooncake)", "entity_type": "category", "file_path": "unknown_source", "id": "\u6708\u997c(Mooncake)", "label": "\u6708\u997c(Mooncake)", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b\u003cSEP\u003echunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "A food item used as a visual example in the media demonstration to teach fraction division.\u003cSEP\u003eUsed as an example to illustrate fraction units and partitioning."}, {"color": "#ff0cfe", "created_at": 1752674438, "description": "Integer proportional relationships describe ratios between two quantities, such as 1:3 for geese to ducks.", "entity_id": "\u6574\u6bd4\u4f8b\u5173\u7cfb(Integer Proportional Relationship)", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u6bd4\u4f8b\u5173\u7cfb(Integer Proportional Relationship)", "label": "\u6574\u6bd4\u4f8b\u5173\u7cfb(Integer Proportional Relationship)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Integer proportional relationships describe ratios between two quantities, such as 1:3 for geese to ducks."}, {"color": "#2a87bb", "created_at": 1752674438, "description": "Percentages are fractions scaled to 100, used to compare growth rates or proportions, e.g., GDP growth.", "entity_id": "\u767e\u5206\u6570(Percentage)", "entity_type": "category", "file_path": "unknown_source", "id": "\u767e\u5206\u6570(Percentage)", "label": "\u767e\u5206\u6570(Percentage)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Percentages are fractions scaled to 100, used to compare growth rates or proportions, e.g., GDP growth."}, {"color": "#0dd945", "created_at": 1752674438, "description": "Source of examples like the geese-ducks ratio problem.", "entity_id": "\u5c0f\u5b66\u6570\u5b66\u6559\u79d1\u4e66(Elementary Math Textbook)", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u6570\u5b66\u6559\u79d1\u4e66(Elementary Math Textbook)", "label": "\u5c0f\u5b66\u6570\u5b66\u6559\u79d1\u4e66(Elementary Math Textbook)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Source of examples like the geese-ducks ratio problem."}, {"color": "#11bec1", "created_at": 1752674438, "description": "Economic metric compared via percentages (e.g., growth rates).", "entity_id": "GDP (\u56fd\u5185\u751f\u4ea7\u603b\u503c)", "entity_type": "category", "file_path": "unknown_source", "id": "GDP (\u56fd\u5185\u751f\u4ea7\u603b\u503c)", "label": "GDP (\u56fd\u5185\u751f\u4ea7\u603b\u503c)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Economic metric compared via percentages (e.g., growth rates)."}, {"color": "#60efa2", "created_at": 1752674566, "description": "Visual aids used to illustrate the concept of dividing fractions and understanding reciprocals.", "entity_id": "Media Demonstration", "entity_type": "category", "file_path": "unknown_source", "id": "Media Demonstration", "label": "Media Demonstration", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "Visual aids used to illustrate the concept of dividing fractions and understanding reciprocals."}, {"color": "#0c67e9", "created_at": 1752674438, "description": "Example in proportional relationships (4 geese : 12 ducks = 1:3).", "entity_id": "\u9e2d\u5b50(Ducks)", "entity_type": "category", "file_path": "unknown_source", "id": "\u9e2d\u5b50(Ducks)", "label": "\u9e2d\u5b50(Ducks)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Example in proportional relationships (4 geese : 12 ducks = 1:3)."}, {"color": "#ed7971", "created_at": 1752674438, "description": "Demonstrates integer ratios in real-world problems (e.g., 1:3 with ducks).", "entity_id": "\u9e45(Geese)", "entity_type": "category", "file_path": "unknown_source", "id": "\u9e45(Geese)", "label": "\u9e45(Geese)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Demonstrates integer ratios in real-world problems (e.g., 1:3 with ducks)."}, {"color": "#c9d9d9", "created_at": 1752674438, "description": "Numerical system using base 10 that evolved from Stevin\u0027s original notation\u003cSEP\u003eThe decimal system is a base-10 number system that uses place value to represent numbers.\u003cSEP\u003eThe decimal system uses powers of 10 to represent numbers, including integers and decimals, facilitating mathematical operations.", "entity_id": "Decimal System", "entity_type": "category", "file_path": "unknown_source", "id": "Decimal System", "label": "Decimal System", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-64dec23c12f739009609c53fc1b55511\u003cSEP\u003echunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Numerical system using base 10 that evolved from Stevin\u0027s original notation\u003cSEP\u003eThe decimal system is a base-10 number system that uses place value to represent numbers.\u003cSEP\u003eThe decimal system uses powers of 10 to represent numbers, including integers and decimals, facilitating mathematical operations."}, {"color": "#c3da11", "created_at": 1752674438, "description": "A linear combination in mathematics uses bases like powers of 10 to represent numbers, bridging algebra and geometry.", "entity_id": "Linear Combination", "entity_type": "category", "file_path": "unknown_source", "id": "Linear Combination", "label": "Linear Combination", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "A linear combination in mathematics uses bases like powers of 10 to represent numbers, bridging algebra and geometry."}, {"color": "#fc1eb0", "created_at": 1752674526, "description": "Simon Stevin was a Dutch mathematician and engineer who pioneered the use of decimals to represent rational numbers.", "entity_id": "Simon Stevin", "entity_type": "person", "file_path": "unknown_source", "id": "Simon Stevin", "label": "Simon Stevin", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Simon Stevin was a Dutch mathematician and engineer who pioneered the use of decimals to represent rational numbers."}, {"color": "#4b0df7", "created_at": 1752674526, "description": "A finite decimal is a decimal number that has a finite number of digits after the decimal point, representing a rational number.", "entity_id": "Finite Decimal", "entity_type": "category", "file_path": "unknown_source", "id": "Finite Decimal", "label": "Finite Decimal", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "A finite decimal is a decimal number that has a finite number of digits after the decimal point, representing a rational number."}, {"color": "#e226bf", "created_at": 1752674526, "description": "An infinite repeating decimal is a decimal number that has an infinite number of digits after the decimal point, with a repeating pattern, representing a rational number.", "entity_id": "Infinite Repeating Decimal", "entity_type": "category", "file_path": "unknown_source", "id": "Infinite Repeating Decimal", "label": "Infinite Repeating Decimal", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "An infinite repeating decimal is a decimal number that has an infinite number of digits after the decimal point, with a repeating pattern, representing a rational number."}, {"color": "#f939f0", "created_at": 1752674550, "description": "Place value is a mathematical concept that explains the value of digits in a number based on their position.", "entity_id": "Place Value", "entity_type": "category", "file_path": "unknown_source", "id": "Place Value", "label": "Place Value", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Place value is a mathematical concept that explains the value of digits in a number based on their position."}, {"color": "#01cfd3", "created_at": 1752674485, "description": "The mathematical framework for analyzing the behavior of sequences and functions as they approach some limit, foundational to calculus.\u003cSEP\u003e\u6781\u9650\u7406\u8bba\u662f\u6570\u5b66\u5206\u6790\u7684\u57fa\u7840\u7406\u8bba\uff0c\u7528\u4e8e\u63cf\u8ff0\u6570\u5217\u3001\u51fd\u6570\u7b49\u6570\u5b66\u5bf9\u8c61\u8d8b\u4e8e\u67d0\u4e2a\u503c\u7684\u884c\u4e3a\u3002", "entity_id": "\u6781\u9650\u7406\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6781\u9650\u7406\u8bba", "label": "\u6781\u9650\u7406\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The mathematical framework for analyzing the behavior of sequences and functions as they approach some limit, foundational to calculus.\u003cSEP\u003e\u6781\u9650\u7406\u8bba\u662f\u6570\u5b66\u5206\u6790\u7684\u57fa\u7840\u7406\u8bba\uff0c\u7528\u4e8e\u63cf\u8ff0\u6570\u5217\u3001\u51fd\u6570\u7b49\u6570\u5b66\u5bf9\u8c61\u8d8b\u4e8e\u67d0\u4e2a\u503c\u7684\u884c\u4e3a\u3002"}, {"color": "#27dd4e", "created_at": 1752674526, "description": "A branch of mathematics built upon the foundation of real numbers and limits, used for studying continuous change.", "entity_id": "\u5fae\u79ef\u5206", "entity_type": "category", "file_path": "unknown_source", "id": "\u5fae\u79ef\u5206", "label": "\u5fae\u79ef\u5206", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "A branch of mathematics built upon the foundation of real numbers and limits, used for studying continuous change."}, {"color": "#f3ee19", "created_at": 1752674526, "description": "The property of real numbers that ensures there are no \u0027gaps\u0027 in the number line, essential for the foundation of calculus.", "entity_id": "\u8fde\u7eed\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u8fde\u7eed\u6027", "label": "\u8fde\u7eed\u6027", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The property of real numbers that ensures there are no \u0027gaps\u0027 in the number line, essential for the foundation of calculus."}, {"color": "#b647d3", "created_at": 1752674438, "description": "\u57fa\u5e95(basis) refers to fundamental vectors in space or numerical bases like 10^n, central to linear algebra and decimal representation.", "entity_id": "\u57fa\u5e95", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u5e95", "label": "\u57fa\u5e95", "shape": "dot", "size": 10, "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u57fa\u5e95(basis) refers to fundamental vectors in space or numerical bases like 10^n, central to linear algebra and decimal representation."}, {"color": "#94f8ca", "created_at": 1752674560, "description": "\u6574\u4f53\u4e3a1 is a key concept in teaching fractions, where the whole is considered as a unit (1), and fractions represent parts of that whole.", "entity_id": "\u6574\u4f53\u4e3a1", "entity_type": "category", "file_path": "unknown_source", "id": "\u6574\u4f53\u4e3a1", "label": "\u6574\u4f53\u4e3a1", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6574\u4f53\u4e3a1 is a key concept in teaching fractions, where the whole is considered as a unit (1), and fractions represent parts of that whole."}, {"color": "#c30cb8", "created_at": 1752674560, "description": "\u6298\u7eb8\u6d3b\u52a8refers to a hands-on learning activity where students fold paper to visualize and understand fractions such as 1/2, 1/3, and 1/4.", "entity_id": "\u6298\u7eb8\u6d3b\u52a8", "entity_type": "event", "file_path": "unknown_source", "id": "\u6298\u7eb8\u6d3b\u52a8", "label": "\u6298\u7eb8\u6d3b\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6298\u7eb8\u6d3b\u52a8refers to a hands-on learning activity where students fold paper to visualize and understand fractions such as 1/2, 1/3, and 1/4."}, {"color": "#0d3205", "created_at": 1752674438, "description": "\u6709\u7406\u6570\u96c6\u5408\u662f\u901a\u8fc7\u9664\u6cd5\u6269\u5145\u6574\u6570\u96c6\u5408\u5f97\u5230\u7684\u6570\u96c6\uff0c\u5305\u542b\u6240\u6709\u53ef\u8868\u793a\u4e3a\u5206\u6570\u5f62\u5f0f\u7684\u6570\uff0c\u901a\u5e38\u8bb0\u4f5cR\u3002", "entity_id": "\u6709\u7406\u6570\u96c6\u5408", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u7406\u6570\u96c6\u5408", "label": "\u6709\u7406\u6570\u96c6\u5408", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u6709\u7406\u6570\u96c6\u5408\u662f\u901a\u8fc7\u9664\u6cd5\u6269\u5145\u6574\u6570\u96c6\u5408\u5f97\u5230\u7684\u6570\u96c6\uff0c\u5305\u542b\u6240\u6709\u53ef\u8868\u793a\u4e3a\u5206\u6570\u5f62\u5f0f\u7684\u6570\uff0c\u901a\u5e38\u8bb0\u4f5cR\u3002"}, {"color": "#1c2dd7", "created_at": 1752674438, "description": "\u5217\u65b9\u7a0brefers to the method of setting up equations to solve mathematical problems, emphasizing logical relationships and unknown quantities.", "entity_id": "\u5217\u65b9\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u5217\u65b9\u7a0b", "label": "\u5217\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u5217\u65b9\u7a0brefers to the method of setting up equations to solve mathematical problems, emphasizing logical relationships and unknown quantities."}, {"color": "#fedc15", "created_at": 1752674438, "description": "\u91cf\u7eb2\u662f\u6570\u91cf\u7684\u5355\u4f4d\uff0c\u6839\u636e\u95ee\u9898\u80cc\u666f\u7684\u4e0d\u540c\u9009\u62e9\u5408\u9002\u7684\u91cf\u7eb2\u662f\u6570\u5b66\u5e94\u7528\u4e2d\u7684\u91cd\u8981\u80fd\u529b\u3002", "entity_id": "\u91cf\u7eb2", "entity_type": "category", "file_path": "unknown_source", "id": "\u91cf\u7eb2", "label": "\u91cf\u7eb2", "shape": "dot", "size": 10, "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u91cf\u7eb2\u662f\u6570\u91cf\u7684\u5355\u4f4d\uff0c\u6839\u636e\u95ee\u9898\u80cc\u666f\u7684\u4e0d\u540c\u9009\u62e9\u5408\u9002\u7684\u91cf\u7eb2\u662f\u6570\u5b66\u5e94\u7528\u4e2d\u7684\u91cd\u8981\u80fd\u529b\u3002"}, {"color": "#757ddf", "created_at": 1752674438, "description": "\u73b0\u5b9e\u80cc\u666f\u662f\u6307\u6570\u5b66\u6982\u5ff5\u4e0e\u5b9e\u9645\u751f\u6d3b\u6216\u5177\u4f53\u60c5\u5883\u7684\u8054\u7cfb\uff0c\u662f\u57fa\u7840\u6559\u80b2\u4e2d\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6982\u5ff5\u7684\u91cd\u8981\u624b\u6bb5\u3002\u003cSEP\u003e\u73b0\u5b9e\u80cc\u666f\u662f\u6570\u4e0e\u6570\u91cf\u4e4b\u95f4\u7684\u8054\u7cfb\uff0c\u6570\u5b66\u5e94\u7528\u65f6\u9700\u8981\u56de\u5f52\u73b0\u5b9e\u80cc\u666f\u4ee5\u7406\u89e3\u6570\u7684\u610f\u4e49\u3002", "entity_id": "\u73b0\u5b9e\u80cc\u666f", "entity_type": "category", "file_path": "unknown_source", "id": "\u73b0\u5b9e\u80cc\u666f", "label": "\u73b0\u5b9e\u80cc\u666f", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "\u73b0\u5b9e\u80cc\u666f\u662f\u6307\u6570\u5b66\u6982\u5ff5\u4e0e\u5b9e\u9645\u751f\u6d3b\u6216\u5177\u4f53\u60c5\u5883\u7684\u8054\u7cfb\uff0c\u662f\u57fa\u7840\u6559\u80b2\u4e2d\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6982\u5ff5\u7684\u91cd\u8981\u624b\u6bb5\u3002\u003cSEP\u003e\u73b0\u5b9e\u80cc\u666f\u662f\u6570\u4e0e\u6570\u91cf\u4e4b\u95f4\u7684\u8054\u7cfb\uff0c\u6570\u5b66\u5e94\u7528\u65f6\u9700\u8981\u56de\u5f52\u73b0\u5b9e\u80cc\u666f\u4ee5\u7406\u89e3\u6570\u7684\u610f\u4e49\u3002"}, {"color": "#a07540", "created_at": 1752674526, "description": "\u70b9\u3001\u7ebf\u3001\u9762\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u4f20\u7edf\u4e0a\u7531\u6b27\u51e0\u91cc\u5fb7\u5b9a\u4e49\uff0c\u5728\u6559\u5b66\u4e2d\u5e94\u5f3a\u8c03\u5176\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u5bf9\u5e94\u5173\u7cfb\u3002", "entity_id": "\u70b9\u3001\u7ebf\u3001\u9762", "entity_type": "category", "file_path": "unknown_source", "id": "\u70b9\u3001\u7ebf\u3001\u9762", "label": "\u70b9\u3001\u7ebf\u3001\u9762", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u70b9\u3001\u7ebf\u3001\u9762\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u4f20\u7edf\u4e0a\u7531\u6b27\u51e0\u91cc\u5fb7\u5b9a\u4e49\uff0c\u5728\u6559\u5b66\u4e2d\u5e94\u5f3a\u8c03\u5176\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u5bf9\u5e94\u5173\u7cfb\u3002"}, {"color": "#79bd38", "created_at": 1752674438, "description": "\u8111\u5de6\u989d\u53f6\u4e0b\u90e8is the brain region activated during exact calculations, associated with language processing.", "entity_id": "\u8111\u5de6\u989d\u53f6\u4e0b\u90e8", "entity_type": "category", "file_path": "unknown_source", "id": "\u8111\u5de6\u989d\u53f6\u4e0b\u90e8", "label": "\u8111\u5de6\u989d\u53f6\u4e0b\u90e8", "shape": "dot", "size": 10, "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "\u8111\u5de6\u989d\u53f6\u4e0b\u90e8is the brain region activated during exact calculations, associated with language processing."}, {"color": "#3084bc", "created_at": 1752674566, "description": "Arithmetic mean is a basic division operation (total \u00f7 count), derived from multiplication models like price \u00d7 quantity.", "entity_id": "\u7b97\u672f\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b97\u672f\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "label": "\u7b97\u672f\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "shape": "dot", "size": 10, "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Arithmetic mean is a basic division operation (total \u00f7 count), derived from multiplication models like price \u00d7 quantity."}, {"color": "#d1226f", "created_at": 1752674438, "description": "Addition is a fundamental arithmetic operation explained through natural numbers and their relationships, often taught using visual methods like blocks.", "entity_id": "Addition", "entity_type": "category", "file_path": "unknown_source", "id": "Addition", "label": "Addition", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Addition is a fundamental arithmetic operation explained through natural numbers and their relationships, often taught using visual methods like blocks."}, {"color": "#d10d97", "created_at": 1752674438, "description": "Natural numbers are the basis for arithmetic operations like addition and subtraction, often visualized using objects like blocks.\u003cSEP\u003eNatural numbers are the set of positive integers used for counting and ordering.", "entity_id": "Natural Numbers", "entity_type": "category", "file_path": "unknown_source", "id": "Natural Numbers", "label": "Natural Numbers", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Natural numbers are the basis for arithmetic operations like addition and subtraction, often visualized using objects like blocks.\u003cSEP\u003eNatural numbers are the set of positive integers used for counting and ordering."}, {"color": "#ef06dc", "created_at": 1752674438, "description": "The equality symbol represents the relationship where two quantities are the same, essential for understanding arithmetic operations.", "entity_id": "Equality (=)", "entity_type": "category", "file_path": "unknown_source", "id": "Equality (=)", "label": "Equality (=)", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "The equality symbol represents the relationship where two quantities are the same, essential for understanding arithmetic operations."}, {"color": "#85ad17", "created_at": 1752674438, "description": "A pedagogical approach using visual aids and real-world analogies to explain abstract mathematical concepts like addition and subtraction.", "entity_id": "Teaching Methodology", "entity_type": "category", "file_path": "unknown_source", "id": "Teaching Methodology", "label": "Teaching Methodology", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "A pedagogical approach using visual aids and real-world analogies to explain abstract mathematical concepts like addition and subtraction."}, {"color": "#b41764", "created_at": 1752674438, "description": "Visual blocks used as teaching aids to demonstrate addition and subtraction concepts through quantity comparison.", "entity_id": "Blocks (\u65b9\u5757)", "entity_type": "category", "file_path": "unknown_source", "id": "Blocks (\u65b9\u5757)", "label": "Blocks (\u65b9\u5757)", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Visual blocks used as teaching aids to demonstrate addition and subtraction concepts through quantity comparison."}, {"color": "#f2c7a8", "created_at": 1752674438, "description": "Mathematical concept introduced through the equality relationship in addition/subtraction explanations.", "entity_id": "Equation (\u65b9\u7a0b)", "entity_type": "category", "file_path": "unknown_source", "id": "Equation (\u65b9\u7a0b)", "label": "Equation (\u65b9\u7a0b)", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Mathematical concept introduced through the equality relationship in addition/subtraction explanations."}, {"color": "#4a8c22", "created_at": 1752674550, "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": "unknown_source", "id": "Prime Numbers", "label": "Prime Numbers", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Prime numbers are natural numbers greater than 1 that have no positive divisors other than 1 and themselves."}, {"color": "#ec4c3e", "created_at": 1752674550, "description": "Composite numbers are natural numbers greater than 1 that have more than two positive divisors.", "entity_id": "Composite Numbers", "entity_type": "category", "file_path": "unknown_source", "id": "Composite Numbers", "label": "Composite Numbers", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Composite numbers are natural numbers greater than 1 that have more than two positive divisors."}, {"color": "#5f6a36", "created_at": 1752674438, "description": "\u5c0f\u7ea2is a character in the example problem who has 3 apples.\u003cSEP\u003e\u5c0f\u7ea2is a hypothetical student used in teaching examples to illustrate addition concepts with apples.\u003cSEP\u003e\u5c0f\u7ea2\u662f\u4e00\u4e2a\u5bb6\u5ead\u6210\u5458\uff0c\u62e5\u67094\u53ea\u9e45\uff0c\u5176\u6570\u91cf\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\uff0c\u7528\u4e8e\u6570\u5b66\u4f8b\u9898\u4e2d\u8bf4\u660e\u5206\u6570\u9664\u6cd5\u7684\u6982\u5ff5\u3002", "entity_id": "\u5c0f\u7ea2", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u7ea2", "label": "\u5c0f\u7ea2", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f\u003cSEP\u003echunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099", "title": "\u5c0f\u7ea2is a character in the example problem who has 3 apples.\u003cSEP\u003e\u5c0f\u7ea2is a hypothetical student used in teaching examples to illustrate addition concepts with apples.\u003cSEP\u003e\u5c0f\u7ea2\u662f\u4e00\u4e2a\u5bb6\u5ead\u6210\u5458\uff0c\u62e5\u67094\u53ea\u9e45\uff0c\u5176\u6570\u91cf\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\uff0c\u7528\u4e8e\u6570\u5b66\u4f8b\u9898\u4e2d\u8bf4\u660e\u5206\u6570\u9664\u6cd5\u7684\u6982\u5ff5\u3002"}, {"color": "#7660b7", "created_at": 1752674438, "description": "Used as real-world examples in teaching addition to create relatable contexts for students.", "entity_id": "Apples (\u82f9\u679c)", "entity_type": "category", "file_path": "unknown_source", "id": "Apples (\u82f9\u679c)", "label": "Apples (\u82f9\u679c)", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Used as real-world examples in teaching addition to create relatable contexts for students."}, {"color": "#5fdd5a", "created_at": 1752674438, "description": "\u5c0f\u534eis a character in the example problem who has 4 apples.\u003cSEP\u003e\u5c0f\u534eis a hypothetical student used in teaching examples to contrast quantities with\u5c0f\u7ea2using fruits.", "entity_id": "\u5c0f\u534e", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u534e", "label": "\u5c0f\u534e", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099", "title": "\u5c0f\u534eis a character in the example problem who has 4 apples.\u003cSEP\u003e\u5c0f\u534eis a hypothetical student used in teaching examples to contrast quantities with\u5c0f\u7ea2using fruits."}, {"color": "#73cf8d", "created_at": 1752674526, "description": "\u9e45\u662f\u5bb6\u79bd\u7684\u4e00\u79cd\uff0c\u5728\u4f8b\u9898\u4e2d\u7528\u4e8e\u8868\u793a\u5c0f\u7ea2\u5bb6\u517b\u7684\u6570\u91cf\uff0c\u603b\u6570\u4e3a4\u53ea\u3002", "entity_id": "\u9e45", "entity_type": "category", "file_path": "unknown_source", "id": "\u9e45", "label": "\u9e45", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u9e45\u662f\u5bb6\u79bd\u7684\u4e00\u79cd\uff0c\u5728\u4f8b\u9898\u4e2d\u7528\u4e8e\u8868\u793a\u5c0f\u7ea2\u5bb6\u517b\u7684\u6570\u91cf\uff0c\u603b\u6570\u4e3a4\u53ea\u3002"}, {"color": "#f1f639", "created_at": 1752674526, "description": "\u9e2d\u5b50\u662f\u5bb6\u79bd\u7684\u4e00\u79cd\uff0c\u5728\u4f8b\u9898\u4e2d\u4e0e\u9e45\u7684\u6570\u91cf\u5b58\u5728\u6bd4\u4f8b\u5173\u7cfb\uff0c\u5373\u9e45\u7684\u6570\u91cf\u662f\u9e2d\u5b50\u76841/3\u3002", "entity_id": "\u9e2d\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u9e2d\u5b50", "label": "\u9e2d\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u9e2d\u5b50\u662f\u5bb6\u79bd\u7684\u4e00\u79cd\uff0c\u5728\u4f8b\u9898\u4e2d\u4e0e\u9e45\u7684\u6570\u91cf\u5b58\u5728\u6bd4\u4f8b\u5173\u7cfb\uff0c\u5373\u9e45\u7684\u6570\u91cf\u662f\u9e2d\u5b50\u76841/3\u3002"}, {"color": "#4b582c", "created_at": 1752674438, "description": "Used alongside apples to demonstrate abstraction in mathematical concepts during teaching.", "entity_id": "Oranges (\u6a58\u5b50)", "entity_type": "category", "file_path": "unknown_source", "id": "Oranges (\u6a58\u5b50)", "label": "Oranges (\u6a58\u5b50)", "shape": "dot", "size": 10, "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Used alongside apples to demonstrate abstraction in mathematical concepts during teaching."}, {"color": "#e89f3c", "created_at": 1752674438, "description": "Positive integers are natural numbers greater than zero, used in counting and ordering.", "entity_id": "\u6b63\u6574\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u6574\u6570", "label": "\u6b63\u6574\u6570", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Positive integers are natural numbers greater than zero, used in counting and ordering."}, {"color": "#d0b83f", "created_at": 1752674438, "description": "Negative integers are the opposites of positive integers, used to represent values less than zero.", "entity_id": "\u8d1f\u6574\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d1f\u6574\u6570", "label": "\u8d1f\u6574\u6570", "shape": "dot", "size": 10, "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Negative integers are the opposites of positive integers, used to represent values less than zero."}, {"color": "#97b9f7", "created_at": 1752674566, "description": "\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u4e00\u4e2a\u6570\u5230\u539f\u70b9\u7684\u8ddd\u79bb\uff0c\u7528\u4e8e\u63cf\u8ff0\u6570\u91cf\u76f8\u7b49\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4e0e\u76f8\u53cd\u6570\u76f8\u5173\u3002\u003cSEP\u003e\u7edd\u5bf9\u503c\u662f\u6570\u8f74\u4e0a\u67d0\u70b9\u5230\u539f\u70b9\u7684\u8ddd\u79bb\uff0c\u4e0d\u8003\u8651\u65b9\u5411\uff0c\u8868\u793a\u6570\u7684\u5927\u5c0f\u3002", "entity_id": "\u7edd\u5bf9\u503c", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edd\u5bf9\u503c", "label": "\u7edd\u5bf9\u503c", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6570\u5b66\u6982\u5ff5\uff0c\u8868\u793a\u4e00\u4e2a\u6570\u5230\u539f\u70b9\u7684\u8ddd\u79bb\uff0c\u7528\u4e8e\u63cf\u8ff0\u6570\u91cf\u76f8\u7b49\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4e0e\u76f8\u53cd\u6570\u76f8\u5173\u3002\u003cSEP\u003e\u7edd\u5bf9\u503c\u662f\u6570\u8f74\u4e0a\u67d0\u70b9\u5230\u539f\u70b9\u7684\u8ddd\u79bb\uff0c\u4e0d\u8003\u8651\u65b9\u5411\uff0c\u8868\u793a\u6570\u7684\u5927\u5c0f\u3002"}, {"color": "#906194", "created_at": 1752674566, "description": "\u6570\u8f74\u6216\u5750\u6807\u7cfb\u4e2d\u8868\u793a0\u7684\u70b9\uff0c\u7528\u4e8e\u63cf\u8ff0\u76f8\u53cd\u6570\u5728\u6570\u8f74\u4e0a\u7684\u4f4d\u7f6e\u5173\u7cfb\u3002", "entity_id": "\u5750\u6807\u539f\u70b9", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5750\u6807\u539f\u70b9", "label": "\u5750\u6807\u539f\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6570\u8f74\u6216\u5750\u6807\u7cfb\u4e2d\u8868\u793a0\u7684\u70b9\uff0c\u7528\u4e8e\u63cf\u8ff0\u76f8\u53cd\u6570\u5728\u6570\u8f74\u4e0a\u7684\u4f4d\u7f6e\u5173\u7cfb\u3002"}, {"color": "#62b782", "created_at": 1752674438, "description": "-1\u662f1\u7684\u76f8\u53cd\u6570\uff0c\u5176\u4e58\u6cd5\u6027\u8d28(\u5982(-1)\u00d7(-1)=1)\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u8bc1\u660e\u3002", "entity_id": "-1", "entity_type": "category", "file_path": "unknown_source", "id": "-1", "label": "-1", "shape": "dot", "size": 10, "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "-1\u662f1\u7684\u76f8\u53cd\u6570\uff0c\u5176\u4e58\u6cd5\u6027\u8d28(\u5982(-1)\u00d7(-1)=1)\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u8bc1\u660e\u3002"}, {"color": "#f7c32d", "created_at": 1752674473, "description": "The educational process in which students engage in hands-on activities and collaborative learning to understand statistical concepts such as randomness and sampling.\u003cSEP\u003e\u6559\u5b66\u8fc7\u7a0brefers to the structured instructional methods used by teachers to convey knowledge, such as using media and storytelling to help students understand mathematical principles like\u5012\u6570and\u6df7\u5408\u8fd0\u7b97.\u003cSEP\u003e\u6559\u5b66\u8fc7\u7a0b\u662f\u6307\u6559\u5e08\u5728\u8bfe\u5802\u4e0a\u5b9e\u65bd\u6559\u5b66\u8bbe\u8ba1\uff0c\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u6570\u5b66\u6982\u5ff5\u548c\u7edf\u8ba1\u601d\u60f3\u7684\u6d3b\u52a8\u3002", "entity_id": "\u6559\u5b66\u8fc7\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u5b66\u8fc7\u7a0b", "label": "\u6559\u5b66\u8fc7\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6", "title": "The educational process in which students engage in hands-on activities and collaborative learning to understand statistical concepts such as randomness and sampling.\u003cSEP\u003e\u6559\u5b66\u8fc7\u7a0brefers to the structured instructional methods used by teachers to convey knowledge, such as using media and storytelling to help students understand mathematical principles like\u5012\u6570and\u6df7\u5408\u8fd0\u7b97.\u003cSEP\u003e\u6559\u5b66\u8fc7\u7a0b\u662f\u6307\u6559\u5e08\u5728\u8bfe\u5802\u4e0a\u5b9e\u65bd\u6559\u5b66\u8bbe\u8ba1\uff0c\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u6570\u5b66\u6982\u5ff5\u548c\u7edf\u8ba1\u601d\u60f3\u7684\u6d3b\u52a8\u3002"}, {"color": "#0a62d4", "created_at": 1752674438, "description": "\u540c\u5b66refers to students in the context of the story, representing the original and additional students in the playground scenario.", "entity_id": "\u540c\u5b66", "entity_type": "person", "file_path": "unknown_source", "id": "\u540c\u5b66", "label": "\u540c\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "\u540c\u5b66refers to students in the context of the story, representing the original and additional students in the playground scenario."}, {"color": "#c4c221", "created_at": 1752674566, "description": "\u5148\u4e58\u9664\u540e\u52a0\u51cfis a fundamental rule in arithmetic that dictates the order of operations: multiplication and division must be performed before addition and subtraction unless parentheses dictate otherwise.", "entity_id": "\u5148\u4e58\u9664\u540e\u52a0\u51cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5148\u4e58\u9664\u540e\u52a0\u51cf", "label": "\u5148\u4e58\u9664\u540e\u52a0\u51cf", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5148\u4e58\u9664\u540e\u52a0\u51cfis a fundamental rule in arithmetic that dictates the order of operations: multiplication and division must be performed before addition and subtraction unless parentheses dictate otherwise."}, {"color": "#e4ed3b", "created_at": 1752674438, "description": "\u64cd\u573ais mentioned as a location where sound propagation time might be measured.\u003cSEP\u003e\u64cd\u573ais the playground where the students are located, serving as the setting for the mathematical problem.", "entity_id": "\u64cd\u573a", "entity_type": "geo", "file_path": "unknown_source", "id": "\u64cd\u573a", "label": "\u64cd\u573a", "shape": "dot", "size": 10, "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u64cd\u573ais mentioned as a location where sound propagation time might be measured.\u003cSEP\u003e\u64cd\u573ais the playground where the students are located, serving as the setting for the mathematical problem."}, {"color": "#28b4c3", "created_at": 1752674566, "description": "\u58f0\u97f3\u4f20\u64adrefers to the speed of sound, used as an example to explain speed calculations.", "entity_id": "\u58f0\u97f3\u4f20\u64ad", "entity_type": "category", "file_path": "unknown_source", "id": "\u58f0\u97f3\u4f20\u64ad", "label": "\u58f0\u97f3\u4f20\u64ad", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u58f0\u97f3\u4f20\u64adrefers to the speed of sound, used as an example to explain speed calculations."}, {"color": "#a91ca9", "created_at": 1752674438, "description": "\u674e\u963f\u59e8is a person who went shopping with 100 yuan, purchasing flour, beef, and considering buying fish.\u003cSEP\u003e\u674e\u963f\u59e8is a shopper in the estimation example, needing to calculate purchases within a budget.", "entity_id": "\u674e\u963f\u59e8", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u963f\u59e8", "label": "\u674e\u963f\u59e8", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8", "title": "\u674e\u963f\u59e8is a person who went shopping with 100 yuan, purchasing flour, beef, and considering buying fish.\u003cSEP\u003e\u674e\u963f\u59e8is a shopper in the estimation example, needing to calculate purchases within a budget."}, {"color": "#e1d18e", "created_at": 1752674438, "description": "\u5546\u5e97is the shopping setting for the practical estimation problem.\u003cSEP\u003e\u5546\u5e97is the store where\u674e\u963f\u59e8went shopping for groceries.", "entity_id": "\u5546\u5e97", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5546\u5e97", "label": "\u5546\u5e97", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8", "title": "\u5546\u5e97is the shopping setting for the practical estimation problem.\u003cSEP\u003e\u5546\u5e97is the store where\u674e\u963f\u59e8went shopping for groceries."}, {"color": "#26eb91", "created_at": 1752674438, "description": "\u9762\u7c89is a category of grocery items purchased by\u674e\u963f\u59e8, costing 30.4 yuan per bag.\u003cSEP\u003e\u9762\u7c89\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u63d0\u5230\u7684\u5546\u54c1\u4e4b\u4e00\uff0c\u5176\u4ef7\u683c\u88ab\u4f30\u7b97\u7528\u4e8e\u5224\u65ad\u5269\u4f59\u91d1\u989d\u3002", "entity_id": "\u9762\u7c89", "entity_type": "category", "file_path": "unknown_source", "id": "\u9762\u7c89", "label": "\u9762\u7c89", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u9762\u7c89is a category of grocery items purchased by\u674e\u963f\u59e8, costing 30.4 yuan per bag.\u003cSEP\u003e\u9762\u7c89\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u63d0\u5230\u7684\u5546\u54c1\u4e4b\u4e00\uff0c\u5176\u4ef7\u683c\u88ab\u4f30\u7b97\u7528\u4e8e\u5224\u65ad\u5269\u4f59\u91d1\u989d\u3002"}, {"color": "#eeac3a", "created_at": 1752674438, "description": "\u725b\u8089is a category of grocery items purchased by\u674e\u963f\u59e8, costing 19.4 yuan.\u003cSEP\u003e\u725b\u8089\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u63d0\u5230\u7684\u5546\u54c1\u4e4b\u4e00\uff0c\u5176\u4ef7\u683c\u88ab\u4f30\u7b97\u7528\u4e8e\u5224\u65ad\u5269\u4f59\u91d1\u989d\u3002", "entity_id": "\u725b\u8089", "entity_type": "category", "file_path": "unknown_source", "id": "\u725b\u8089", "label": "\u725b\u8089", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u725b\u8089is a category of grocery items purchased by\u674e\u963f\u59e8, costing 19.4 yuan.\u003cSEP\u003e\u725b\u8089\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u63d0\u5230\u7684\u5546\u54c1\u4e4b\u4e00\uff0c\u5176\u4ef7\u683c\u88ab\u4f30\u7b97\u7528\u4e8e\u5224\u65ad\u5269\u4f59\u91d1\u989d\u3002"}, {"color": "#793f4a", "created_at": 1752674438, "description": "\u9c7cis a category of grocery items considered by\u674e\u963f\u59e8, with prices of 25.2 yuan for larger fish and 15.8 yuan for smaller fish.", "entity_id": "\u9c7c", "entity_type": "category", "file_path": "unknown_source", "id": "\u9c7c", "label": "\u9c7c", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u9c7cis a category of grocery items considered by\u674e\u963f\u59e8, with prices of 25.2 yuan for larger fish and 15.8 yuan for smaller fish."}, {"color": "#9c4a95", "created_at": 1752674438, "description": "100\u5143is the budget\u674e\u963f\u59e8had for her shopping trip.", "entity_id": "100\u5143", "entity_type": "category", "file_path": "unknown_source", "id": "100\u5143", "label": "100\u5143", "shape": "dot", "size": 10, "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "100\u5143is the budget\u674e\u963f\u59e8had for her shopping trip."}, {"color": "#02e304", "created_at": 1752674566, "description": "\u9ed1\u5323\u5b50is a metaphor used in the teaching design to help students understand how mathematical functions can be represented by symbols and rules, such as input-output relationships.", "entity_id": "\u9ed1\u5323\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ed1\u5323\u5b50", "label": "\u9ed1\u5323\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u9ed1\u5323\u5b50is a metaphor used in the teaching design to help students understand how mathematical functions can be represented by symbols and rules, such as input-output relationships."}, {"color": "#5249e3", "created_at": 1752674438, "description": "An equation is a mathematical statement that asserts the equality of two expressions, often containing unknown variables.\u003cSEP\u003eAn equation is a mathematical statement that uses symbols to represent unknown quantities and their relationships.", "entity_id": "Equation", "entity_type": "category", "file_path": "unknown_source", "id": "Equation", "label": "Equation", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "An equation is a mathematical statement that asserts the equality of two expressions, often containing unknown variables.\u003cSEP\u003eAn equation is a mathematical statement that uses symbols to represent unknown quantities and their relationships."}, {"color": "#81c355", "created_at": 1752674438, "description": "Symbolic representation in mathematics involves using symbols like +, -, \u00d7, \u00f7, =, etc., to denote operations and relationships between concepts.", "entity_id": "Symbolic Representation", "entity_type": "category", "file_path": "unknown_source", "id": "Symbolic Representation", "label": "Symbolic Representation", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Symbolic representation in mathematics involves using symbols like +, -, \u00d7, \u00f7, =, etc., to denote operations and relationships between concepts."}, {"color": "#a6ba4c", "created_at": 1752674566, "description": "The student learns to solve equations by understanding the balance scale and abstracting relationships into mathematical symbols.", "entity_id": "Student", "entity_type": "person", "file_path": "unknown_source", "id": "Student", "label": "Student", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The student learns to solve equations by understanding the balance scale and abstracting relationships into mathematical symbols."}, {"color": "#e7decb", "created_at": 1752674566, "description": "\u5c0f\u4e3dis a character in a story used by the teacher to explain how to set up equations based on real-life scenarios.\u003cSEP\u003e\u5c0f\u4e3dis a student whose speed is being compared to another student, \u5c0f\u5f3a, in the context of distance and time.\u003cSEP\u003e\u5c0f\u4e3d\u662f\u6559\u5b66\u60c5\u5883\u4e2d\u7684\u4e00\u4e2a\u89d2\u8272\uff0c\u8d1f\u8d23\u4e3a\u73ed\u7ea7\u8d2d\u4e70\u7cd6\u679c\uff0c\u5e76\u9762\u4e34\u4f30\u7b97\u95ee\u9898\u3002", "entity_id": "\u5c0f\u4e3d", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u4e3d", "label": "\u5c0f\u4e3d", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5c0f\u4e3dis a character in a story used by the teacher to explain how to set up equations based on real-life scenarios.\u003cSEP\u003e\u5c0f\u4e3dis a student whose speed is being compared to another student, \u5c0f\u5f3a, in the context of distance and time.\u003cSEP\u003e\u5c0f\u4e3d\u662f\u6559\u5b66\u60c5\u5883\u4e2d\u7684\u4e00\u4e2a\u89d2\u8272\uff0c\u8d1f\u8d23\u4e3a\u73ed\u7ea7\u8d2d\u4e70\u7cd6\u679c\uff0c\u5e76\u9762\u4e34\u4f30\u7b97\u95ee\u9898\u3002"}, {"color": "#d89be1", "created_at": 1752674438, "description": "The addition commutative law states that the order of addends does not affect the sum, expressed as a + b = b + a.", "entity_id": "Addition Commutative Law", "entity_type": "category", "file_path": "unknown_source", "id": "Addition Commutative Law", "label": "Addition Commutative Law", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "The addition commutative law states that the order of addends does not affect the sum, expressed as a + b = b + a."}, {"color": "#39e064", "created_at": 1752674438, "description": "Inductive reasoning involves deriving general principles from specific examples, though conclusions may not always be valid without proof.", "entity_id": "Inductive Reasoning", "entity_type": "category", "file_path": "unknown_source", "id": "Inductive Reasoning", "label": "Inductive Reasoning", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Inductive reasoning involves deriving general principles from specific examples, though conclusions may not always be valid without proof."}, {"color": "#71964e", "created_at": 1752674438, "description": "Mathematical induction is a method used to prove that a given statement holds true for all natural numbers, as demonstrated in the proof of multiplication\u0027s consistency.\u003cSEP\u003eMathematical induction is a proof technique used to establish the validity of statements for all natural numbers.\u003cSEP\u003eProof technique mentioned in the initial mathematical example", "entity_id": "Mathematical Induction", "entity_type": "category", "file_path": "unknown_source", "id": "Mathematical Induction", "label": "Mathematical Induction", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42\u003cSEP\u003echunk-5efbcc26c53b0a4ab9b3cb31949e215f\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "Mathematical induction is a method used to prove that a given statement holds true for all natural numbers, as demonstrated in the proof of multiplication\u0027s consistency.\u003cSEP\u003eMathematical induction is a proof technique used to establish the validity of statements for all natural numbers.\u003cSEP\u003eProof technique mentioned in the initial mathematical example"}, {"color": "#b46486", "created_at": 1752674438, "description": "Algebra is a branch of mathematics that uses symbols and letters to represent numbers and quantities in equations and formulas.", "entity_id": "Algebra", "entity_type": "category", "file_path": "unknown_source", "id": "Algebra", "label": "Algebra", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Algebra is a branch of mathematics that uses symbols and letters to represent numbers and quantities in equations and formulas."}, {"color": "#4cbfa5", "created_at": 1752674438, "description": "Deductive reasoning involves drawing specific conclusions from general principles, often through logical proof.", "entity_id": "Deductive Reasoning", "entity_type": "category", "file_path": "unknown_source", "id": "Deductive Reasoning", "label": "Deductive Reasoning", "shape": "dot", "size": 10, "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Deductive reasoning involves drawing specific conclusions from general principles, often through logical proof."}, {"color": "#9f37dc", "created_at": 1752674526, "description": "A fraction represents a rational number in the form m/n, where m and n are natural numbers and n \u2260 0.", "entity_id": "Fraction", "entity_type": "category", "file_path": "unknown_source", "id": "Fraction", "label": "Fraction", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "A fraction represents a rational number in the form m/n, where m and n are natural numbers and n \u2260 0."}, {"color": "#d7f12b", "created_at": 1752674526, "description": "The set of natural numbers N is the foundation for defining arithmetic operations like multiplication and division, and it is used in the process of mathematical induction.", "entity_id": "Natural Numbers (N)", "entity_type": "category", "file_path": "unknown_source", "id": "Natural Numbers (N)", "label": "Natural Numbers (N)", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The set of natural numbers N is the foundation for defining arithmetic operations like multiplication and division, and it is used in the process of mathematical induction."}, {"color": "#3491c2", "created_at": 1752674526, "description": "Arithmetic proofs involve logical deductions and mathematical reasoning to establish the validity of arithmetic operations and properties.", "entity_id": "Arithmetic Proofs", "entity_type": "category", "file_path": "unknown_source", "id": "Arithmetic Proofs", "label": "Arithmetic Proofs", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Arithmetic proofs involve logical deductions and mathematical reasoning to establish the validity of arithmetic operations and properties."}, {"color": "#8245ce", "created_at": 1752674438, "description": "The ability to identify problems, closely related to fostering innovative thinking.", "entity_id": "\u53d1\u73b0\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u53d1\u73b0\u95ee\u9898", "label": "\u53d1\u73b0\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "The ability to identify problems, closely related to fostering innovative thinking."}, {"color": "#d05ac7", "created_at": 1752674526, "description": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\uff0c\u4f5c\u4e3a\u5f52\u7eb3\u63a8\u7406\u793a\u4f8b\u4e2d\u7684\u4e2a\u4f53\u6848\u4f8b\uff0c\u7528\u4e8e\u63a8\u5bfc\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\u7684\u666e\u904d\u547d\u9898\u3002\u003cSEP\u003e\u82cf\u683c\u62c9\u5e95\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u4e09\u6bb5\u8bba\u4e2d\u7684\u4e3b\u4f53\uff0c\u4f5c\u4e3a\u63a8\u7406\u94fe\u4e2d\u7684\u4e00\u73af\u4f53\u73b0\u903b\u8f91\u4e3b\u7ebf\u3002", "entity_id": "\u82cf\u683c\u62c9\u5e95", "entity_type": "person", "file_path": "unknown_source", "id": "\u82cf\u683c\u62c9\u5e95", "label": "\u82cf\u683c\u62c9\u5e95", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\uff0c\u4f5c\u4e3a\u5f52\u7eb3\u63a8\u7406\u793a\u4f8b\u4e2d\u7684\u4e2a\u4f53\u6848\u4f8b\uff0c\u7528\u4e8e\u63a8\u5bfc\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\u7684\u666e\u904d\u547d\u9898\u3002\u003cSEP\u003e\u82cf\u683c\u62c9\u5e95\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u4e09\u6bb5\u8bba\u4e2d\u7684\u4e3b\u4f53\uff0c\u4f5c\u4e3a\u63a8\u7406\u94fe\u4e2d\u7684\u4e00\u73af\u4f53\u73b0\u903b\u8f91\u4e3b\u7ebf\u3002"}, {"color": "#bddeb7", "created_at": 1752674526, "description": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\uff0c\u540c\u6837\u4f5c\u4e3a\u5f52\u7eb3\u63a8\u7406\u793a\u4f8b\u4e2d\u7684\u4e2a\u4f53\u6848\u4f8b\uff0c\u652f\u6301\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\u7684\u666e\u904d\u7ed3\u8bba\u3002", "entity_id": "\u67cf\u62c9\u56fe", "entity_type": "person", "file_path": "unknown_source", "id": "\u67cf\u62c9\u56fe", "label": "\u67cf\u62c9\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u53e4\u5e0c\u814a\u54f2\u5b66\u5bb6\uff0c\u540c\u6837\u4f5c\u4e3a\u5f52\u7eb3\u63a8\u7406\u793a\u4f8b\u4e2d\u7684\u4e2a\u4f53\u6848\u4f8b\uff0c\u652f\u6301\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\u7684\u666e\u904d\u7ed3\u8bba\u3002"}, {"color": "#11e3f9", "created_at": 1752674526, "description": "\u6570\u5b66\u4e2d\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u9a8c\u8bc1\u7ed3\u8bba\u7684\u8fc7\u7a0b\uff0c\u7ed3\u5408\u5f52\u7eb3\u4e0e\u6f14\u7ece\u63a8\u7406\u5f62\u6210\u5b8c\u6574\u4f53\u7cfb\u3002", "entity_id": "\u6570\u5b66\u8bba\u8bc1", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u8bba\u8bc1", "label": "\u6570\u5b66\u8bba\u8bc1", "shape": "dot", "size": 10, "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u4e2d\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u9a8c\u8bc1\u7ed3\u8bba\u7684\u8fc7\u7a0b\uff0c\u7ed3\u5408\u5f52\u7eb3\u4e0e\u6f14\u7ece\u63a8\u7406\u5f62\u6210\u5b8c\u6574\u4f53\u7cfb\u3002"}, {"color": "#79a11a", "created_at": 1752674526, "description": "\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u2018\u770b\u2019\u51fa\u7684\u7ed3\u679c\uff0c\u9700\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u9a8c\u8bc1\uff0c\u6784\u6210\u6570\u5b66\u53d1\u73b0\u4e0e\u8bc1\u660e\u7684\u8fc7\u7a0b\u3002", "entity_id": "\u6570\u5b66\u7ed3\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7ed3\u8bba", "label": "\u6570\u5b66\u7ed3\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u2018\u770b\u2019\u51fa\u7684\u7ed3\u679c\uff0c\u9700\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u9a8c\u8bc1\uff0c\u6784\u6210\u6570\u5b66\u53d1\u73b0\u4e0e\u8bc1\u660e\u7684\u8fc7\u7a0b\u3002"}, {"color": "#097887", "created_at": 1752674526, "description": "\u6211\u56fd\u6559\u80b2\u4f53\u7cfb\u7684\u91cd\u8981\u9636\u6bb5\uff0c\u957f\u671f\u4fa7\u91cd\u6f14\u7ece\u63a8\u7406\u6559\u5b66\uff0c\u8fd1\u5e74\u6765\u5f00\u59cb\u91cd\u89c6\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\u57f9\u517b\u3002", "entity_id": "\u57fa\u7840\u6559\u80b2", "entity_type": "organization", "file_path": "unknown_source", "id": "\u57fa\u7840\u6559\u80b2", "label": "\u57fa\u7840\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6211\u56fd\u6559\u80b2\u4f53\u7cfb\u7684\u91cd\u8981\u9636\u6bb5\uff0c\u957f\u671f\u4fa7\u91cd\u6f14\u7ece\u63a8\u7406\u6559\u5b66\uff0c\u8fd1\u5e74\u6765\u5f00\u59cb\u91cd\u89c6\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\u57f9\u517b\u3002"}, {"color": "#4d8df3", "created_at": 1752674526, "description": "\u6307\u5bfc\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u653f\u7b56\u6587\u4ef6\uff0c\u5f3a\u8c03\u6570\u5b66\u57fa\u672c\u601d\u60f3\u4e0e\u63a8\u7406\u80fd\u529b\u7684\u7efc\u5408\u53d1\u5c55\u3002", "entity_id": "\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "label": "\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "shape": "dot", "size": 10, "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6307\u5bfc\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u653f\u7b56\u6587\u4ef6\uff0c\u5f3a\u8c03\u6570\u5b66\u57fa\u672c\u601d\u60f3\u4e0e\u63a8\u7406\u80fd\u529b\u7684\u7efc\u5408\u53d1\u5c55\u3002"}, {"color": "#df6f1d", "created_at": 1752674526, "description": "Mathematical argumentation refers to the structured process of using logical reasoning, particularly inductive and deductive methods, to establish and verify mathematical conclusions.", "entity_id": "\u6570\u5b66\u7684\u8bba\u8bc1", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7684\u8bba\u8bc1", "label": "\u6570\u5b66\u7684\u8bba\u8bc1", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical argumentation refers to the structured process of using logical reasoning, particularly inductive and deductive methods, to establish and verify mathematical conclusions."}, {"color": "#01a4f6", "created_at": 1752674438, "description": "The ability to articulate problems mathematically, linked to developing innovative capabilities.", "entity_id": "\u63d0\u51fa\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u63d0\u51fa\u95ee\u9898", "label": "\u63d0\u51fa\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "The ability to articulate problems mathematically, linked to developing innovative capabilities."}, {"color": "#f3da6a", "created_at": 1752674438, "description": "Mathematical representation using symbols to clearly express relationships.\u003cSEP\u003e\u7b26\u53f7\u8868\u8fbe\u662f\u6570\u5b66\u4e2d\u7528\u5b57\u6bcd\u548c\u7b26\u53f7\u8868\u793a\u6570\u91cf\u3001\u5173\u7cfb\u548c\u8fd0\u7b97\u7684\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u62bd\u8c61\u548c\u4ee3\u6570\u53d1\u5c55\u7684\u6838\u5fc3\u5de5\u5177\u3002\u003cSEP\u003e\u7b26\u53f7\u8868\u8fbe\u662f\u6570\u5b66\u95ee\u9898\u7684\u6838\u5fc3\u5de5\u5177\uff0c\u80fd\u591f\u4e3a\u8bc1\u660e\u63d0\u4f9b\u65b9\u5411\u5e76\u7b80\u5316\u590d\u6742\u95ee\u9898\u3002", "entity_id": "\u7b26\u53f7\u8868\u8fbe", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b26\u53f7\u8868\u8fbe", "label": "\u7b26\u53f7\u8868\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "Mathematical representation using symbols to clearly express relationships.\u003cSEP\u003e\u7b26\u53f7\u8868\u8fbe\u662f\u6570\u5b66\u4e2d\u7528\u5b57\u6bcd\u548c\u7b26\u53f7\u8868\u793a\u6570\u91cf\u3001\u5173\u7cfb\u548c\u8fd0\u7b97\u7684\u65b9\u6cd5\uff0c\u662f\u6570\u5b66\u62bd\u8c61\u548c\u4ee3\u6570\u53d1\u5c55\u7684\u6838\u5fc3\u5de5\u5177\u3002\u003cSEP\u003e\u7b26\u53f7\u8868\u8fbe\u662f\u6570\u5b66\u95ee\u9898\u7684\u6838\u5fc3\u5de5\u5177\uff0c\u80fd\u591f\u4e3a\u8bc1\u660e\u63d0\u4f9b\u65b9\u5411\u5e76\u7b80\u5316\u590d\u6742\u95ee\u9898\u3002"}, {"color": "#1de4d2", "created_at": 1752674526, "description": "\u5f62\u5f0f\u5316\u8bba\u8bc1\u662f\u6570\u5b66\u8bc1\u660e\u4e2d\u5f3a\u8c03\u903b\u8f91\u7ed3\u6784\u548c\u63a8\u7406\u89c4\u5219\u7684\u65b9\u6cd5\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u7279\u5f81\u4e4b\u4e00\u3002", "entity_id": "\u5f62\u5f0f\u5316\u8bba\u8bc1", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u5f0f\u5316\u8bba\u8bc1", "label": "\u5f62\u5f0f\u5316\u8bba\u8bc1", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u5f62\u5f0f\u5316\u8bba\u8bc1\u662f\u6570\u5b66\u8bc1\u660e\u4e2d\u5f3a\u8c03\u903b\u8f91\u7ed3\u6784\u548c\u63a8\u7406\u89c4\u5219\u7684\u65b9\u6cd5\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u7279\u5f81\u4e4b\u4e00\u3002"}, {"color": "#3db862", "created_at": 1752674526, "description": "\u4e09\u6bb5\u8bba\u662f\u4e00\u79cd\u7ecf\u5178\u7684\u903b\u8f91\u63a8\u7406\u5f62\u5f0f\uff0c\u7531\u524d\u63d0\u548c\u7ed3\u8bba\u6784\u6210\uff0c\u4f53\u73b0\u903b\u8f91\u4e3b\u7ebf\u3002\u003cSEP\u003e\u4e09\u6bb5\u8bba\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u4e00\u79cd\u7ecf\u5178\u903b\u8f91\u63a8\u7406\u5f62\u5f0f\uff0c\u662f\u5f62\u5f0f\u5316\u8bba\u8bc1\u7684\u91cd\u8981\u4f53\u73b0\u3002\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u7ecf\u5178\u6f14\u7ece\u63a8\u7406\u5f62\u5f0f\uff0c\u5305\u542b\u5927\u524d\u63d0\u3001\u5c0f\u524d\u63d0\u548c\u7ed3\u8bba\u3002", "entity_id": "\u4e09\u6bb5\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u6bb5\u8bba", "label": "\u4e09\u6bb5\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "\u4e09\u6bb5\u8bba\u662f\u4e00\u79cd\u7ecf\u5178\u7684\u903b\u8f91\u63a8\u7406\u5f62\u5f0f\uff0c\u7531\u524d\u63d0\u548c\u7ed3\u8bba\u6784\u6210\uff0c\u4f53\u73b0\u903b\u8f91\u4e3b\u7ebf\u3002\u003cSEP\u003e\u4e09\u6bb5\u8bba\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u4e00\u79cd\u7ecf\u5178\u903b\u8f91\u63a8\u7406\u5f62\u5f0f\uff0c\u662f\u5f62\u5f0f\u5316\u8bba\u8bc1\u7684\u91cd\u8981\u4f53\u73b0\u3002\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u7ecf\u5178\u6f14\u7ece\u63a8\u7406\u5f62\u5f0f\uff0c\u5305\u542b\u5927\u524d\u63d0\u3001\u5c0f\u524d\u63d0\u548c\u7ed3\u8bba\u3002"}, {"color": "#f4b15d", "created_at": 1752674566, "description": "\u6570\u5b66\u5b9a\u7406\uff0c\u6e90\u4e8e\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\u4e2d\u7684\u4f59\u6570\u95ee\u9898\uff0c\u88ab\u4e16\u754c\u6570\u5b66\u53f2\u8ba4\u53ef\uff0c\u4e5f\u79f0\u2018\u5b59\u5b50\u5b9a\u7406\u2019\u3002", "entity_id": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "label": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6570\u5b66\u5b9a\u7406\uff0c\u6e90\u4e8e\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\u4e2d\u7684\u4f59\u6570\u95ee\u9898\uff0c\u88ab\u4e16\u754c\u6570\u5b66\u53f2\u8ba4\u53ef\uff0c\u4e5f\u79f0\u2018\u5b59\u5b50\u5b9a\u7406\u2019\u3002"}, {"color": "#6fc21c", "created_at": 1752674438, "description": "\u89e3\u65b9\u7a0brefers to the process of solving equations using principles like maintaining equality through operations.", "entity_id": "\u89e3\u65b9\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u89e3\u65b9\u7a0b", "label": "\u89e3\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u89e3\u65b9\u7a0brefers to the process of solving equations using principles like maintaining equality through operations."}, {"color": "#1d4236", "created_at": 1752674438, "description": "\u7537\u5973\u540c\u5b66refers to male and female students in the line arrangement problem, demonstrating more complex equation applications.", "entity_id": "\u7537\u5973\u540c\u5b66", "entity_type": "person", "file_path": "unknown_source", "id": "\u7537\u5973\u540c\u5b66", "label": "\u7537\u5973\u540c\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u7537\u5973\u540c\u5b66refers to male and female students in the line arrangement problem, demonstrating more complex equation applications."}, {"color": "#ba8744", "created_at": 1752674438, "description": "\u8001\u5e08refers to teachers who guide students through mathematical problem-solving processes in the text.", "entity_id": "\u8001\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u8001\u5e08", "label": "\u8001\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u8001\u5e08refers to teachers who guide students through mathematical problem-solving processes in the text."}, {"color": "#e16122", "created_at": 1752674438, "description": "Learners participating in the \u00271-5 numbers\u0027 recognition activity.\u003cSEP\u003eLearners who engage with geometric concepts through practical activities and classification exercises.\u003cSEP\u003e\u5b66\u751fare the learners who practice equation setup and solving in the educational examples.\u003cSEP\u003e\u5b66\u751frefers to the learners in the elementary education system who engage in measurement activities and learn to understand length, area, and volume through hands-on experience.\u003cSEP\u003e\u5b66\u751frefers to the pupils participating in the classroom activities about speed and distance concepts.", "entity_id": "\u5b66\u751f", "entity_type": "person", "file_path": "unknown_source", "id": "\u5b66\u751f", "label": "\u5b66\u751f", "shape": "dot", "size": 10, "source_id": "chunk-7742a044f64c7728d9686c3748d30099\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "Learners participating in the \u00271-5 numbers\u0027 recognition activity.\u003cSEP\u003eLearners who engage with geometric concepts through practical activities and classification exercises.\u003cSEP\u003e\u5b66\u751fare the learners who practice equation setup and solving in the educational examples.\u003cSEP\u003e\u5b66\u751frefers to the learners in the elementary education system who engage in measurement activities and learn to understand length, area, and volume through hands-on experience.\u003cSEP\u003e\u5b66\u751frefers to the pupils participating in the classroom activities about speed and distance concepts."}, {"color": "#43f6a3", "created_at": 1752674446, "description": "Geometric shapes with multiple straight sides, used as examples in classification exercises.\u003cSEP\u003e\u591a\u8fb9\u5f62\u662f\u7531\u591a\u6761\u7ebf\u6bb5\u9996\u5c3e\u76f8\u8fde\u7ec4\u6210\u7684\u5c01\u95ed\u5e73\u9762\u56fe\u5f62\uff0c\u5305\u62ec\u4e09\u89d2\u5f62\u3001\u56db\u8fb9\u5f62\u3001\u4e94\u8fb9\u5f62\u7b49\u3002", "entity_id": "\u591a\u8fb9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u591a\u8fb9\u5f62", "label": "\u591a\u8fb9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "Geometric shapes with multiple straight sides, used as examples in classification exercises.\u003cSEP\u003e\u591a\u8fb9\u5f62\u662f\u7531\u591a\u6761\u7ebf\u6bb5\u9996\u5c3e\u76f8\u8fde\u7ec4\u6210\u7684\u5c01\u95ed\u5e73\u9762\u56fe\u5f62\uff0c\u5305\u62ec\u4e09\u89d2\u5f62\u3001\u56db\u8fb9\u5f62\u3001\u4e94\u8fb9\u5f62\u7b49\u3002"}, {"color": "#e2ef3b", "created_at": 1752674566, "description": "\u5bb6\u957fare parents whom students might consult for information about speed-related examples.", "entity_id": "\u5bb6\u957f", "entity_type": "person", "file_path": "unknown_source", "id": "\u5bb6\u957f", "label": "\u5bb6\u957f", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5bb6\u957fare parents whom students might consult for information about speed-related examples."}, {"color": "#8b72bb", "created_at": 1752674566, "description": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6is a specific instructional activity designed to help students understand the concept of centimeters through hands-on measurement tasks using various informal and formal tools.", "entity_id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "label": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6is a specific instructional activity designed to help students understand the concept of centimeters through hands-on measurement tasks using various informal and formal tools."}, {"color": "#41bc2f", "created_at": 1752674566, "description": "\u62c3is a non-standard, informal unit of measurement based on the span of a hand, used in classroom activities to introduce the concept of length.", "entity_id": "\u62c3", "entity_type": "category", "file_path": "unknown_source", "id": "\u62c3", "label": "\u62c3", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u62c3is a non-standard, informal unit of measurement based on the span of a hand, used in classroom activities to introduce the concept of length."}, {"color": "#5fb86c", "created_at": 1752674566, "description": "\u94c5\u7b14is an object used as a non-standard unit of measurement in classroom activities to explore the concept of length.", "entity_id": "\u94c5\u7b14", "entity_type": "category", "file_path": "unknown_source", "id": "\u94c5\u7b14", "label": "\u94c5\u7b14", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u94c5\u7b14is an object used as a non-standard unit of measurement in classroom activities to explore the concept of length."}, {"color": "#a08dd0", "created_at": 1752674566, "description": "\u6559\u79d1\u4e66is a textbook or learning material used by students and can also serve as a non-standard unit of measurement in classroom activities.", "entity_id": "\u6559\u79d1\u4e66", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u79d1\u4e66", "label": "\u6559\u79d1\u4e66", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u79d1\u4e66is a textbook or learning material used by students and can also serve as a non-standard unit of measurement in classroom activities."}, {"color": "#c361a0", "created_at": 1752674566, "description": "A measuring tool based on the centimeter unit, essential for practical length measurement.\u003cSEP\u003e\u7c73\u5c3ais a standardized measuring tool used in elementary education to measure length in meters and centimeters, introduced to students as a precise and universally accepted instrument.", "entity_id": "\u7c73\u5c3a", "entity_type": "category", "file_path": "unknown_source", "id": "\u7c73\u5c3a", "label": "\u7c73\u5c3a", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A measuring tool based on the centimeter unit, essential for practical length measurement.\u003cSEP\u003e\u7c73\u5c3ais a standardized measuring tool used in elementary education to measure length in meters and centimeters, introduced to students as a precise and universally accepted instrument."}, {"color": "#1fdd68", "created_at": 1752674473, "description": "\u5ea6\u91cf\u5355\u4f4dare standardized or non-standard units used to quantify length, area, and volume, such as cm, cm\u00b2, and cm\u00b3, or informal units like pencils and books.\u003cSEP\u003e\u5ea6\u91cf\u5355\u4f4drefers to standardized and non-standardized units used in measuring length, area, and volume, such as centimeters, meters, and square kilometers.", "entity_id": "\u5ea6\u91cf\u5355\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u5ea6\u91cf\u5355\u4f4d", "label": "\u5ea6\u91cf\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5ea6\u91cf\u5355\u4f4dare standardized or non-standard units used to quantify length, area, and volume, such as cm, cm\u00b2, and cm\u00b3, or informal units like pencils and books.\u003cSEP\u003e\u5ea6\u91cf\u5355\u4f4drefers to standardized and non-standardized units used in measuring length, area, and volume, such as centimeters, meters, and square kilometers."}, {"color": "#bb5746", "created_at": 1752674566, "description": "\u5ea6\u91cf\u65b9\u6cd5refers to the techniques and tools used to measure objects, including informal methods like using hand spans and formal methods using standardized tools like rulers.", "entity_id": "\u5ea6\u91cf\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5ea6\u91cf\u65b9\u6cd5", "label": "\u5ea6\u91cf\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5ea6\u91cf\u65b9\u6cd5refers to the techniques and tools used to measure objects, including informal methods like using hand spans and formal methods using standardized tools like rulers."}, {"color": "#272172", "created_at": 1752674494, "description": "Aristotle (\u4e9a\u91cc\u58eb\u591a\u5fb7) was an ancient Greek philosopher whose extensive contributions spanned logic, metaphysics, ethics, and science. He is widely regarded as the founder of formal logic, particularly for articulating the principles of contradiction (stating that something cannot both be and not be at the same time) and the excluded middle, which became foundational to logical reasoning. Aristotle formalized the structure of syllogistic reasoning (consisting of major premise, minor premise, and conclusion), which served as a model for deductive arguments. \n\nHis work emphasized the necessity of unprovable premises, such as axioms and postulates, as the basis for systematic knowledge, influencing later thinkers like Euclid, whose axiomatic approach in geometry reflected Aristotelian ideals. Aristotle\u0027s treatise *Prior Analytics* (*\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7*) and his broader *Corpus Aristotelicum* (*\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6*) explored abstract mathematical methods, highlighting the importance of quantity and relationships in mathematical study. His *Metaphysics* further elaborated on these ideas, shaping the development of logical and mathematical proof techniques. \n\nAristotle\u0027s legacy endures in his profound impact on logic, scientific methodology, and the pursuit of structured knowledge, with his principles remaining central to Western philosophical and mathematical thought.", "entity_id": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "entity_type": "person", "file_path": "unknown_source", "id": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "label": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "Aristotle (\u4e9a\u91cc\u58eb\u591a\u5fb7) was an ancient Greek philosopher whose extensive contributions spanned logic, metaphysics, ethics, and science. He is widely regarded as the founder of formal logic, particularly for articulating the principles of contradiction (stating that something cannot both be and not be at the same time) and the excluded middle, which became foundational to logical reasoning. Aristotle formalized the structure of syllogistic reasoning (consisting of major premise, minor premise, and conclusion), which served as a model for deductive arguments. \n\nHis work emphasized the necessity of unprovable premises, such as axioms and postulates, as the basis for systematic knowledge, influencing later thinkers like Euclid, whose axiomatic approach in geometry reflected Aristotelian ideals. Aristotle\u0027s treatise *Prior Analytics* (*\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7*) and his broader *Corpus Aristotelicum* (*\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6*) explored abstract mathematical methods, highlighting the importance of quantity and relationships in mathematical study. His *Metaphysics* further elaborated on these ideas, shaping the development of logical and mathematical proof techniques. \n\nAristotle\u0027s legacy endures in his profound impact on logic, scientific methodology, and the pursuit of structured knowledge, with his principles remaining central to Western philosophical and mathematical thought."}, {"color": "#9c8bc2", "created_at": 1752674526, "description": "\u6570\u5b66\u63a8\u7406\u662f\u4ece\u4e00\u4e2a\u547d\u9898\u5224\u65ad\u5230\u53e6\u4e00\u4e2a\u547d\u9898\u5224\u65ad\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u901a\u8fc7\u4e2d\u95f4\u6b65\u9aa4\u8fbe\u5230\u6700\u7ec8\u7ed3\u8bba\u3002", "entity_id": "\u6570\u5b66\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u63a8\u7406", "label": "\u6570\u5b66\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u6570\u5b66\u63a8\u7406\u662f\u4ece\u4e00\u4e2a\u547d\u9898\u5224\u65ad\u5230\u53e6\u4e00\u4e2a\u547d\u9898\u5224\u65ad\u7684\u601d\u7ef4\u8fc7\u7a0b\uff0c\u901a\u8fc7\u4e2d\u95f4\u6b65\u9aa4\u8fbe\u5230\u6700\u7ec8\u7ed3\u8bba\u3002"}, {"color": "#b04bfb", "created_at": 1752674526, "description": "\u5fb7\u00b7\u6469\u6839\u662f\u82f1\u56fd\u6570\u5b66\u5bb6\u548c\u903b\u8f91\u5b66\u5bb6\uff0c\u4e3e\u4f8b\u8bf4\u660e\u4e86\u4e0d\u5177\u6709\u4f20\u9012\u6027\u7684\u63a8\u7406\u53ef\u80fd\u5bfc\u81f4\u9519\u8bef\u7ed3\u8bba\u3002", "entity_id": "\u5fb7\u00b7\u6469\u6839", "entity_type": "person", "file_path": "unknown_source", "id": "\u5fb7\u00b7\u6469\u6839", "label": "\u5fb7\u00b7\u6469\u6839", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u5fb7\u00b7\u6469\u6839\u662f\u82f1\u56fd\u6570\u5b66\u5bb6\u548c\u903b\u8f91\u5b66\u5bb6\uff0c\u4e3e\u4f8b\u8bf4\u660e\u4e86\u4e0d\u5177\u6709\u4f20\u9012\u6027\u7684\u63a8\u7406\u53ef\u80fd\u5bfc\u81f4\u9519\u8bef\u7ed3\u8bba\u3002"}, {"color": "#c6840c", "created_at": 1752674526, "description": "\u4e3b\u7ebf\u662f\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u7ebf\u7d22\uff0c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u5177\u6709\u903b\u8f91\u4e00\u81f4\u6027\u3002", "entity_id": "\u4e3b\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e3b\u7ebf", "label": "\u4e3b\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u4e3b\u7ebf\u662f\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u7ebf\u7d22\uff0c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u5177\u6709\u903b\u8f91\u4e00\u81f4\u6027\u3002"}, {"color": "#504785", "created_at": 1752674526, "description": "A general logical or mathematical statement that is being proved or discussed in the text.\u003cSEP\u003e\u547d\u9898\u662f\u903b\u8f91\u5b66\u548c\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u8868\u793a\u4e00\u4e2a\u53ef\u4ee5\u5224\u65ad\u771f\u5047\u7684\u9648\u8ff0\u53e5\uff0c\u662f\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\u8ba8\u8bba\u7684\u6838\u5fc3\u5bf9\u8c61\u3002\u003cSEP\u003e\u903b\u8f91\u63a8\u7406\u4e2d\u7684\u57fa\u672c\u5355\u5143\uff0c\u5177\u6709\u5185\u6db5\u548c\u5916\u5ef6\uff0c\u901a\u8fc7\u547d\u9898\u4e4b\u95f4\u7684\u8054\u7cfb\u6784\u6210\u63a8\u7406\u8fc7\u7a0b\u3002", "entity_id": "\u547d\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u9898", "label": "\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "A general logical or mathematical statement that is being proved or discussed in the text.\u003cSEP\u003e\u547d\u9898\u662f\u903b\u8f91\u5b66\u548c\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u8868\u793a\u4e00\u4e2a\u53ef\u4ee5\u5224\u65ad\u771f\u5047\u7684\u9648\u8ff0\u53e5\uff0c\u662f\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\u8ba8\u8bba\u7684\u6838\u5fc3\u5bf9\u8c61\u3002\u003cSEP\u003e\u903b\u8f91\u63a8\u7406\u4e2d\u7684\u57fa\u672c\u5355\u5143\uff0c\u5177\u6709\u5185\u6db5\u548c\u5916\u5ef6\uff0c\u901a\u8fc7\u547d\u9898\u4e4b\u95f4\u7684\u8054\u7cfb\u6784\u6210\u63a8\u7406\u8fc7\u7a0b\u3002"}, {"color": "#90e543", "created_at": 1752674526, "description": "The foundation of thought refers to the basic principles or assumptions that underlie logical reasoning and mathematical argumentation.", "entity_id": "\u601d\u7ef4\u57fa\u7840", "entity_type": "category", "file_path": "unknown_source", "id": "\u601d\u7ef4\u57fa\u7840", "label": "\u601d\u7ef4\u57fa\u7840", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The foundation of thought refers to the basic principles or assumptions that underlie logical reasoning and mathematical argumentation."}, {"color": "#1042fa", "created_at": 1752674438, "description": "Mathematical symbols are tools for abstract representation, used in building equations, inequalities, and functions to model real-world problems.", "entity_id": "\u6570\u5b66\u7b26\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7b26\u53f7", "label": "\u6570\u5b66\u7b26\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Mathematical symbols are tools for abstract representation, used in building equations, inequalities, and functions to model real-world problems."}, {"color": "#f61af3", "created_at": 1752674526, "description": "\u7edd\u5bf9\u65f6\u95f4\u662f\u725b\u987f\u63d0\u51fa\u7684\u65f6\u95f4\u6982\u5ff5\uff0c\u8ba4\u4e3a\u65f6\u95f4\u4ee5\u6052\u5b9a\u4e0d\u53d8\u7684\u901f\u5ea6\u6d41\u901d\uff0c\u4e0d\u53d7\u5916\u754c\u8fd0\u52a8\u72b6\u6001\u7684\u5f71\u54cd\u3002", "entity_id": "\u7edd\u5bf9\u65f6\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edd\u5bf9\u65f6\u95f4", "label": "\u7edd\u5bf9\u65f6\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7edd\u5bf9\u65f6\u95f4\u662f\u725b\u987f\u63d0\u51fa\u7684\u65f6\u95f4\u6982\u5ff5\uff0c\u8ba4\u4e3a\u65f6\u95f4\u4ee5\u6052\u5b9a\u4e0d\u53d8\u7684\u901f\u5ea6\u6d41\u901d\uff0c\u4e0d\u53d7\u5916\u754c\u8fd0\u52a8\u72b6\u6001\u7684\u5f71\u54cd\u3002"}, {"color": "#a7bc3b", "created_at": 1752674438, "description": "\u8ddd\u79bb(distance) is a core variable in mathematical models, representing spatial separation in problem scenarios.\u003cSEP\u003e\u8ddd\u79bb\u662f\u6570\u8f74\u4e0a\u4e24\u70b9\u4e4b\u95f4\u7684\u95f4\u9694\uff0c\u7528\u4e8e\u89e3\u91ca\u6570\u7684\u7edd\u5bf9\u503c\u6216\u76f8\u53cd\u6570\u7684\u5173\u7cfb\u3002\u003cSEP\u003e\u8ddd\u79bb\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u53d8\u91cf\uff0c\u8868\u793a\u7269\u4f53\u8fd0\u52a8\u7684\u8d77\u70b9\u4e0e\u7ec8\u70b9\u4e4b\u95f4\u7684\u7a7a\u95f4\u95f4\u9694\u3002", "entity_id": "\u8ddd\u79bb", "entity_type": "category", "file_path": "unknown_source", "id": "\u8ddd\u79bb", "label": "\u8ddd\u79bb", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8ddd\u79bb(distance) is a core variable in mathematical models, representing spatial separation in problem scenarios.\u003cSEP\u003e\u8ddd\u79bb\u662f\u6570\u8f74\u4e0a\u4e24\u70b9\u4e4b\u95f4\u7684\u95f4\u9694\uff0c\u7528\u4e8e\u89e3\u91ca\u6570\u7684\u7edd\u5bf9\u503c\u6216\u76f8\u53cd\u6570\u7684\u5173\u7cfb\u3002\u003cSEP\u003e\u8ddd\u79bb\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u53d8\u91cf\uff0c\u8868\u793a\u7269\u4f53\u8fd0\u52a8\u7684\u8d77\u70b9\u4e0e\u7ec8\u70b9\u4e4b\u95f4\u7684\u7a7a\u95f4\u95f4\u9694\u3002"}, {"color": "#00b3cd", "created_at": 1752674438, "description": "\u901f\u5ea6(speed) is a fundamental concept in the distance model, representing the rate of movement in mathematical problems.\u003cSEP\u003e\u901f\u5ea6refers to the measurement of how fast something moves, used in the teaching design to show how decimals are used in describing rates such as distance per hour.\u003cSEP\u003e\u901f\u5ea6\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u53d8\u91cf\uff0c\u8868\u793a\u5355\u4f4d\u65f6\u95f4\u5185\u7269\u4f53\u79fb\u52a8\u7684\u8ddd\u79bb\u3002", "entity_id": "\u901f\u5ea6", "entity_type": "category", "file_path": "unknown_source", "id": "\u901f\u5ea6", "label": "\u901f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u901f\u5ea6(speed) is a fundamental concept in the distance model, representing the rate of movement in mathematical problems.\u003cSEP\u003e\u901f\u5ea6refers to the measurement of how fast something moves, used in the teaching design to show how decimals are used in describing rates such as distance per hour.\u003cSEP\u003e\u901f\u5ea6\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u53d8\u91cf\uff0c\u8868\u793a\u5355\u4f4d\u65f6\u95f4\u5185\u7269\u4f53\u79fb\u52a8\u7684\u8ddd\u79bb\u3002"}, {"color": "#34c2cb", "created_at": 1752674438, "description": "\u65f6\u95f4(time) is a key component in mathematical models, particularly in speed-distance-time relationships.\u003cSEP\u003e\u65f6\u95f4\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u53d8\u91cf\uff0c\u8868\u793a\u4e8b\u4ef6\u53d1\u751f\u7684\u6301\u7eed\u6027\u548c\u987a\u5e8f\u3002", "entity_id": "\u65f6\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u65f6\u95f4", "label": "\u65f6\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u65f6\u95f4(time) is a key component in mathematical models, particularly in speed-distance-time relationships.\u003cSEP\u003e\u65f6\u95f4\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u53d8\u91cf\uff0c\u8868\u793a\u4e8b\u4ef6\u53d1\u751f\u7684\u6301\u7eed\u6027\u548c\u987a\u5e8f\u3002"}, {"color": "#2fcb44", "created_at": 1752674526, "description": "x = vt\u662f\u8def\u7a0b\u6a21\u578b\u7684\u57fa\u672c\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u8868\u793a\u8ddd\u79bb\u7b49\u4e8e\u901f\u5ea6\u4e0e\u65f6\u95f4\u7684\u4e58\u79ef\u3002", "entity_id": "x = vt", "entity_type": "category", "file_path": "unknown_source", "id": "x = vt", "label": "x = vt", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "x = vt\u662f\u8def\u7a0b\u6a21\u578b\u7684\u57fa\u672c\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u8868\u793a\u8ddd\u79bb\u7b49\u4e8e\u901f\u5ea6\u4e0e\u65f6\u95f4\u7684\u4e58\u79ef\u3002"}, {"color": "#273b0c", "created_at": 1752674526, "description": "\u60ef\u6027\u7cfb\u662f\u6307\u5728\u5176\u4e2d\u60ef\u6027\u5b9a\u5f8b\u6210\u7acb\u7684\u53c2\u8003\u7cfb\uff0c\u5e38\u7528\u4e8e\u63cf\u8ff0\u7269\u4f53\u7684\u8fd0\u52a8\u72b6\u6001\u3002\u003cSEP\u003e\u60ef\u6027\u7cfb\u662f\u725b\u987f\u529b\u5b66\u4e2d\u63cf\u8ff0\u7269\u4f53\u4fdd\u6301\u9759\u6b62\u6216\u5300\u901f\u76f4\u7ebf\u8fd0\u52a8\u7684\u53c2\u8003\u7cfb\u3002\u003cSEP\u003e\u60ef\u6027\u7cfb\u662f\u7269\u7406\u5b66\u4e2d\u63cf\u8ff0\u7269\u4f53\u8fd0\u52a8\u7684\u53c2\u8003\u7cfb\uff0c\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u7269\u7406\u89c4\u5f8b\u4fdd\u6301\u4e00\u81f4\u3002\u003cSEP\u003e\u60ef\u6027\u7cfb\u662f\u7269\u7406\u5b66\u4e2d\u7684\u53c2\u8003\u7cfb\uff0c\u5176\u4e2d\u725b\u987f\u7b2c\u4e00\u5b9a\u5f8b\u6210\u7acb\uff0c\u6d1b\u4f26\u5179\u53d8\u6362\u548c\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u6846\u67b6\u6b63\u662f\u5efa\u7acb\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u5173\u7cfb\u4e0a\u3002", "entity_id": "\u60ef\u6027\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u60ef\u6027\u7cfb", "label": "\u60ef\u6027\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u60ef\u6027\u7cfb\u662f\u6307\u5728\u5176\u4e2d\u60ef\u6027\u5b9a\u5f8b\u6210\u7acb\u7684\u53c2\u8003\u7cfb\uff0c\u5e38\u7528\u4e8e\u63cf\u8ff0\u7269\u4f53\u7684\u8fd0\u52a8\u72b6\u6001\u3002\u003cSEP\u003e\u60ef\u6027\u7cfb\u662f\u725b\u987f\u529b\u5b66\u4e2d\u63cf\u8ff0\u7269\u4f53\u4fdd\u6301\u9759\u6b62\u6216\u5300\u901f\u76f4\u7ebf\u8fd0\u52a8\u7684\u53c2\u8003\u7cfb\u3002\u003cSEP\u003e\u60ef\u6027\u7cfb\u662f\u7269\u7406\u5b66\u4e2d\u63cf\u8ff0\u7269\u4f53\u8fd0\u52a8\u7684\u53c2\u8003\u7cfb\uff0c\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u7269\u7406\u89c4\u5f8b\u4fdd\u6301\u4e00\u81f4\u3002\u003cSEP\u003e\u60ef\u6027\u7cfb\u662f\u7269\u7406\u5b66\u4e2d\u7684\u53c2\u8003\u7cfb\uff0c\u5176\u4e2d\u725b\u987f\u7b2c\u4e00\u5b9a\u5f8b\u6210\u7acb\uff0c\u6d1b\u4f26\u5179\u53d8\u6362\u548c\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u6846\u67b6\u6b63\u662f\u5efa\u7acb\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u5173\u7cfb\u4e0a\u3002"}, {"color": "#eef394", "created_at": 1752674566, "description": "Mathematics teaching prioritizes skill development (general methods) over tricks (situation-specific shortcuts).", "entity_id": "\u6280\u80fd", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u6280\u80fd", "label": "\u6280\u80fd", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Mathematics teaching prioritizes skill development (general methods) over tricks (situation-specific shortcuts)."}, {"color": "#0d2f56", "created_at": 1752674526, "description": "\u6559\u80b2\u9636\u6bb5\u6307\u4e0d\u540c\u5c42\u6b21\u7684\u6559\u80b2\u8fc7\u7a0b\uff0c\u5982\u5c0f\u5b66\u3001\u4e2d\u5b66\u3001\u5927\u5b66\uff0c\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u9700\u6839\u636e\u9636\u6bb5\u7279\u70b9\u9009\u62e9\u9002\u5f53\u7684\u6559\u5b66\u65b9\u6cd5\u3002", "entity_id": "\u6559\u80b2\u9636\u6bb5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u80b2\u9636\u6bb5", "label": "\u6559\u80b2\u9636\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u6559\u80b2\u9636\u6bb5\u6307\u4e0d\u540c\u5c42\u6b21\u7684\u6559\u80b2\u8fc7\u7a0b\uff0c\u5982\u5c0f\u5b66\u3001\u4e2d\u5b66\u3001\u5927\u5b66\uff0c\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u9700\u6839\u636e\u9636\u6bb5\u7279\u70b9\u9009\u62e9\u9002\u5f53\u7684\u6559\u5b66\u65b9\u6cd5\u3002"}, {"color": "#34e002", "created_at": 1752674526, "description": "A concept referring to the accumulation of experiential understanding in mathematics, particularly through problem-solving and examples.", "entity_id": "\u6570\u5b66\u601d\u7ef4\u7ecf\u9a8c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u601d\u7ef4\u7ecf\u9a8c", "label": "\u6570\u5b66\u601d\u7ef4\u7ecf\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A concept referring to the accumulation of experiential understanding in mathematics, particularly through problem-solving and examples."}, {"color": "#6c44cb", "created_at": 1752674526, "description": "A mathematical proposition used to establish equivalence between expressions based on equality rules.\u003cSEP\u003e\u547d\u98981\u6307\u51fa\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u5173\u7cfb\u5177\u6709\u4f20\u9012\u6027\uff0c\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u672c\u7684\u903b\u8f91\u6027\u8d28\u4e4b\u4e00\u3002\u003cSEP\u003e\u547d\u98981\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5f15\u7528\u7684\u67d0\u4e2a\u547d\u9898\uff0c\u7528\u4e8e\u652f\u6301\u63a8\u7406\u7684\u903b\u8f91\u94fe\u6761\u3002", "entity_id": "\u547d\u98981", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u98981", "label": "\u547d\u98981", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "A mathematical proposition used to establish equivalence between expressions based on equality rules.\u003cSEP\u003e\u547d\u98981\u6307\u51fa\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u5173\u7cfb\u5177\u6709\u4f20\u9012\u6027\uff0c\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u672c\u7684\u903b\u8f91\u6027\u8d28\u4e4b\u4e00\u3002\u003cSEP\u003e\u547d\u98981\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5f15\u7528\u7684\u67d0\u4e2a\u547d\u9898\uff0c\u7528\u4e8e\u652f\u6301\u63a8\u7406\u7684\u903b\u8f91\u94fe\u6761\u3002"}, {"color": "#e32603", "created_at": 1752674566, "description": "\u6570\u5b66\u6982\u5ff5\uff0c\u6559\u5b66\u4e2d\u9700\u56f4\u7ed5\u5176\u7ed9\u51fa\u4fbf\u4e8e\u8ba1\u7b97\u7684\u6570\u503c\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5e94\u7528\u3002", "entity_id": "\u6bd4\u4f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6bd4\u4f8b", "label": "\u6bd4\u4f8b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6570\u5b66\u6982\u5ff5\uff0c\u6559\u5b66\u4e2d\u9700\u56f4\u7ed5\u5176\u7ed9\u51fa\u4fbf\u4e8e\u8ba1\u7b97\u7684\u6570\u503c\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5e94\u7528\u3002"}, {"color": "#ce14e0", "created_at": 1752674438, "description": "Team A is a construction team mentioned in the context of the engineering model, which takes A days to complete a project alone.", "entity_id": "\u7532\u5de5\u7a0b\u961f", "entity_type": "person", "file_path": "unknown_source", "id": "\u7532\u5de5\u7a0b\u961f", "label": "\u7532\u5de5\u7a0b\u961f", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Team A is a construction team mentioned in the context of the engineering model, which takes A days to complete a project alone."}, {"color": "#04d116", "created_at": 1752674438, "description": "Team B is another construction team mentioned in the context of the engineering model, which takes B days to complete a project alone.", "entity_id": "\u4e59\u5de5\u7a0b\u961f", "entity_type": "person", "file_path": "unknown_source", "id": "\u4e59\u5de5\u7a0b\u961f", "label": "\u4e59\u5de5\u7a0b\u961f", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Team B is another construction team mentioned in the context of the engineering model, which takes B days to complete a project alone."}, {"color": "#24cfe2", "created_at": 1752674438, "description": "\u76f4\u7ebf(straight line) is the preferred geometric context for simpler tree-planting model problems in primary education.\u003cSEP\u003e\u76f4\u7ebf\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5bf9\u8c61\uff0c\u5e0c\u5c14\u4f2f\u7279\u7528\u7b26\u53f7\u8868\u793a\u5e76\u5b9a\u4e49\u5176\u4e0e\u70b9\u548c\u9762\u7684\u5173\u7cfb\u3002\u003cSEP\u003e\u76f4\u7ebf\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u88ab\u63cf\u8ff0\u4e3a\u2018\u5b83\u4e0a\u9762\u7684\u70b9\u4e00\u6837\u5e73\u653e\u7740\u7684\u7ebf\u2019\u3002", "entity_id": "\u76f4\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u7ebf", "label": "\u76f4\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u76f4\u7ebf(straight line) is the preferred geometric context for simpler tree-planting model problems in primary education.\u003cSEP\u003e\u76f4\u7ebf\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5bf9\u8c61\uff0c\u5e0c\u5c14\u4f2f\u7279\u7528\u7b26\u53f7\u8868\u793a\u5e76\u5b9a\u4e49\u5176\u4e0e\u70b9\u548c\u9762\u7684\u5173\u7cfb\u3002\u003cSEP\u003e\u76f4\u7ebf\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u88ab\u63cf\u8ff0\u4e3a\u2018\u5b83\u4e0a\u9762\u7684\u70b9\u4e00\u6837\u5e73\u653e\u7740\u7684\u7ebf\u2019\u3002"}, {"color": "#a7f348", "created_at": 1752674438, "description": "\u5f52\u4e00\u95ee\u9898(normalization problems) are a type of engineering model where the total work is normalized to 1 for easier calculation.", "entity_id": "\u5f52\u4e00\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f52\u4e00\u95ee\u9898", "label": "\u5f52\u4e00\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "\u5f52\u4e00\u95ee\u9898(normalization problems) are a type of engineering model where the total work is normalized to 1 for easier calculation."}, {"color": "#2eb5e5", "created_at": 1752674526, "description": "\u5b54\u5b50(\u524d551-\u524d479)\u662f\u4e2d\u56fd\u53e4\u4ee3\u8457\u540d\u601d\u60f3\u5bb6\u548c\u6559\u80b2\u5bb6\uff0c\u66fe\u4ee5\u2018\u901d\u8005\u5982\u65af\u592b\u2019\u5f62\u5bb9\u65f6\u95f4\u7684\u6d41\u52a8\u3002\u003cSEP\u003e\u5b54\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u601d\u60f3\u5bb6\u3001\u6559\u80b2\u5bb6\uff0c\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u6d3b\u8dc3\u4e8e\u516c\u5143\u524d\u516d\u4e16\u7eaa\u3002", "entity_id": "\u5b54\u5b50", "entity_type": "person", "file_path": "unknown_source", "id": "\u5b54\u5b50", "label": "\u5b54\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5b54\u5b50(\u524d551-\u524d479)\u662f\u4e2d\u56fd\u53e4\u4ee3\u8457\u540d\u601d\u60f3\u5bb6\u548c\u6559\u80b2\u5bb6\uff0c\u66fe\u4ee5\u2018\u901d\u8005\u5982\u65af\u592b\u2019\u5f62\u5bb9\u65f6\u95f4\u7684\u6d41\u52a8\u3002\u003cSEP\u003e\u5b54\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u601d\u60f3\u5bb6\u3001\u6559\u80b2\u5bb6\uff0c\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u6d3b\u8dc3\u4e8e\u516c\u5143\u524d\u516d\u4e16\u7eaa\u3002"}, {"color": "#af29b1", "created_at": 1752674526, "description": "\u76f8\u5bf9\u65f6\u95f4\u662f\u5bf9\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u53cd\u601d\uff0c\u5f3a\u8c03\u65f6\u95f4\u611f\u77e5\u53ef\u80fd\u4f9d\u8d56\u4e8e\u89c2\u5bdf\u8005\u7684\u72b6\u6001\u6216\u4e8b\u4ef6\u53d1\u751f\u7684\u80cc\u666f\u3002", "entity_id": "\u76f8\u5bf9\u65f6\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f8\u5bf9\u65f6\u95f4", "label": "\u76f8\u5bf9\u65f6\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u76f8\u5bf9\u65f6\u95f4\u662f\u5bf9\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u53cd\u601d\uff0c\u5f3a\u8c03\u65f6\u95f4\u611f\u77e5\u53ef\u80fd\u4f9d\u8d56\u4e8e\u89c2\u5bdf\u8005\u7684\u72b6\u6001\u6216\u4e8b\u4ef6\u53d1\u751f\u7684\u80cc\u666f\u3002"}, {"color": "#052a1e", "created_at": 1752674526, "description": "\u901d\u8005\u5982\u65af\u592b\u662f\u5b54\u5b50\u5bf9\u65f6\u95f4\u6d41\u901d\u4e0d\u53ef\u9006\u6027\u7684\u54f2\u5b66\u63cf\u8ff0\uff0c\u6bd4\u55bb\u65f6\u95f4\u5982\u6c5f\u6c34\u822c\u4e0d\u65ad\u6d41\u52a8\u3002", "entity_id": "\u901d\u8005\u5982\u65af\u592b", "entity_type": "category", "file_path": "unknown_source", "id": "\u901d\u8005\u5982\u65af\u592b", "label": "\u901d\u8005\u5982\u65af\u592b", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u901d\u8005\u5982\u65af\u592b\u662f\u5b54\u5b50\u5bf9\u65f6\u95f4\u6d41\u901d\u4e0d\u53ef\u9006\u6027\u7684\u54f2\u5b66\u63cf\u8ff0\uff0c\u6bd4\u55bb\u65f6\u95f4\u5982\u6c5f\u6c34\u822c\u4e0d\u65ad\u6d41\u52a8\u3002"}, {"color": "#f409c2", "created_at": 1752674511, "description": "Also known as \u0027Euclid\u0027s Elements\u0027, originally translated into Chinese by Matteo Ricci and Xu Guangqi in 1607.\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u4e00\u90e8\u4ee5\u5e73\u9762\u51e0\u4f55\u4e3a\u6838\u5fc3\u5185\u5bb9\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5176\u547d\u540d\u4e3a\u4e2d\u56fd\u6570\u5b66\u5f15\u5165\u4e86\u2018\u51e0\u4f55\u2019\u8fd9\u4e00\u672f\u8bed\u5e76\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u6240\u8457\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u7cfb\u7edf\u5730\u6784\u5efa\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u4f53\u7cfb\uff0c\u5bf9\u6570\u5b66\u548c\u81ea\u7136\u79d1\u5b66\u7684\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u64b0\u5199\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u4f5c\u4e3a\u4e00\u95e8\u7cfb\u7edf\u5316\u5b66\u79d1\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u6240\u8457\u7684\u6570\u5b66\u7ecf\u5178\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u516c\u7406\u4f53\u7cfb\u7684\u57fa\u7840\u3002", "entity_id": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "label": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "Also known as \u0027Euclid\u0027s Elements\u0027, originally translated into Chinese by Matteo Ricci and Xu Guangqi in 1607.\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u4e00\u90e8\u4ee5\u5e73\u9762\u51e0\u4f55\u4e3a\u6838\u5fc3\u5185\u5bb9\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5176\u547d\u540d\u4e3a\u4e2d\u56fd\u6570\u5b66\u5f15\u5165\u4e86\u2018\u51e0\u4f55\u2019\u8fd9\u4e00\u672f\u8bed\u5e76\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u6240\u8457\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u7cfb\u7edf\u5730\u6784\u5efa\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u4f53\u7cfb\uff0c\u5bf9\u6570\u5b66\u548c\u81ea\u7136\u79d1\u5b66\u7684\u53d1\u5c55\u4ea7\u751f\u4e86\u6df1\u8fdc\u5f71\u54cd\u3002\u003cSEP\u003e\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u6b27\u51e0\u91cc\u5f97\u64b0\u5199\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u4f5c\u4e3a\u4e00\u95e8\u7cfb\u7edf\u5316\u5b66\u79d1\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u6240\u8457\u7684\u6570\u5b66\u7ecf\u5178\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u516c\u7406\u4f53\u7cfb\u7684\u57fa\u7840\u3002"}, {"color": "#e5b01a", "created_at": 1752674438, "description": "\u5e73\u9762(plane) represents more complex geometric contexts for advanced tree-planting model problems.\u003cSEP\u003e\u5e73\u9762\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u88ab\u63cf\u8ff0\u4e3a\u2018\u5b83\u4e0a\u9762\u7684\u7ebf\u4e00\u6837\u5e73\u653e\u7740\u7684\u9762\u2019\u3002", "entity_id": "\u5e73\u9762", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u9762", "label": "\u5e73\u9762", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d", "title": "\u5e73\u9762(plane) represents more complex geometric contexts for advanced tree-planting model problems.\u003cSEP\u003e\u5e73\u9762\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u88ab\u63cf\u8ff0\u4e3a\u2018\u5b83\u4e0a\u9762\u7684\u7ebf\u4e00\u6837\u5e73\u653e\u7740\u7684\u9762\u2019\u3002"}, {"color": "#11acb6", "created_at": 1752674438, "description": "Innovation awareness cultivated through problem discovery in education.", "entity_id": "\u521b\u65b0\u610f\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u521b\u65b0\u610f\u8bc6", "label": "\u521b\u65b0\u610f\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Innovation awareness cultivated through problem discovery in education."}, {"color": "#a672cb", "created_at": 1752674438, "description": "Innovation capability developed through problem articulation in education.", "entity_id": "\u521b\u65b0\u80fd\u529b", "entity_type": "category", "file_path": "unknown_source", "id": "\u521b\u65b0\u80fd\u529b", "label": "\u521b\u65b0\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Innovation capability developed through problem articulation in education."}, {"color": "#e9f262", "created_at": 1752674438, "description": "Mathematical propositions formulated through problem articulation.\u003cSEP\u003e\u6570\u5b66\u547d\u9898refers to statements in mathematics that assert relationships between objects and are subject to proof or disproof.\u003cSEP\u003e\u6570\u5b66\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u7684\u57fa\u672c\u5355\u4f4d\uff0c\u5177\u6709\u80af\u5b9a\u6216\u5426\u5b9a\u7684\u5224\u65ad\u7ed3\u679c\uff0c\u6d89\u53ca\u6b63\u5426\u3001\u5426\u6b63\u7b49\u7ec4\u5408\u5f62\u5f0f\u3002\u003cSEP\u003e\u6570\u5b66\u547d\u9898\u662f\u7528\u7b26\u53f7\u8bed\u8a00\u8868\u8fbe\u7684\u53ef\u4ee5\u5224\u65ad\u771f\u5047\u7684\u6570\u5b66\u9648\u8ff0\uff0c\u662f\u6784\u5efa\u6570\u5b66\u7406\u8bba\u7684\u57fa\u7840\u3002", "entity_id": "\u6570\u5b66\u547d\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u547d\u9898", "label": "\u6570\u5b66\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "Mathematical propositions formulated through problem articulation.\u003cSEP\u003e\u6570\u5b66\u547d\u9898refers to statements in mathematics that assert relationships between objects and are subject to proof or disproof.\u003cSEP\u003e\u6570\u5b66\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u7684\u57fa\u672c\u5355\u4f4d\uff0c\u5177\u6709\u80af\u5b9a\u6216\u5426\u5b9a\u7684\u5224\u65ad\u7ed3\u679c\uff0c\u6d89\u53ca\u6b63\u5426\u3001\u5426\u6b63\u7b49\u7ec4\u5408\u5f62\u5f0f\u3002\u003cSEP\u003e\u6570\u5b66\u547d\u9898\u662f\u7528\u7b26\u53f7\u8bed\u8a00\u8868\u8fbe\u7684\u53ef\u4ee5\u5224\u65ad\u771f\u5047\u7684\u6570\u5b66\u9648\u8ff0\uff0c\u662f\u6784\u5efa\u6570\u5b66\u7406\u8bba\u7684\u57fa\u7840\u3002"}, {"color": "#a6729a", "created_at": 1752674438, "description": "\u901a\u8fc7\u4ee3\u6570\u5f62\u5f0f\u5c06\u6570\u5b66\u7ed3\u8bba\u4ece\u7279\u5b9a\u60c5\u51b5(\u5982\u5e73\u65b9)\u63a8\u5e7f\u5230\u66f4\u4e00\u822c\u60c5\u5f62(\u5982\u5341\u4f4d\u6570\u5dee1)\u3002", "entity_id": "\u5f62\u5f0f\u5316\u6269\u5145", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u5f0f\u5316\u6269\u5145", "label": "\u5f62\u5f0f\u5316\u6269\u5145", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u901a\u8fc7\u4ee3\u6570\u5f62\u5f0f\u5c06\u6570\u5b66\u7ed3\u8bba\u4ece\u7279\u5b9a\u60c5\u51b5(\u5982\u5e73\u65b9)\u63a8\u5e7f\u5230\u66f4\u4e00\u822c\u60c5\u5f62(\u5982\u5341\u4f4d\u6570\u5dee1)\u3002"}, {"color": "#a5bb52", "created_at": 1752674446, "description": "\u52fe\u80a1\u5b9a\u7406\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u4e2a\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5b9a\u7406\u4e4b\u4e00\u3002\u003cSEP\u003e\u52fe\u80a1\u5b9a\u7406\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u4e2a\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u91cd\u8981\u5b9a\u7406\u3002\u003cSEP\u003e\u52fe\u80a1\u5b9a\u7406\u662f\u5173\u4e8e\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u7684\u6570\u5b66\u5b9a\u7406\uff0c\u8868\u8fbe\u4e3aa\u00b2 + b\u00b2 = c\u00b2\uff0c\u53e4\u4ee3\u4e2d\u56fd\u5df2\u6709\u8be5\u5b9a\u7406\u7684\u8ba4\u8bc6\u3002\u003cSEP\u003e\u52fe\u80a1\u5b9a\u7406\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5b9a\u7406\uff0c\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u8fb9\u5173\u7cfb\uff1aa\u00b2 + b\u00b2 = c\u00b2\u3002\u8d39\u9a6c\u5927\u5b9a\u7406\u662f\u5bf9\u52fe\u80a1\u5b9a\u7406\u5728n\u22653\u65f6\u7684\u63a8\u5e7f\u731c\u60f3\u3002", "entity_id": "\u52fe\u80a1\u5b9a\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u52fe\u80a1\u5b9a\u7406", "label": "\u52fe\u80a1\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u52fe\u80a1\u5b9a\u7406\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u4e2a\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5b9a\u7406\u4e4b\u4e00\u3002\u003cSEP\u003e\u52fe\u80a1\u5b9a\u7406\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u4e2a\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u91cd\u8981\u5b9a\u7406\u3002\u003cSEP\u003e\u52fe\u80a1\u5b9a\u7406\u662f\u5173\u4e8e\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u7684\u6570\u5b66\u5b9a\u7406\uff0c\u8868\u8fbe\u4e3aa\u00b2 + b\u00b2 = c\u00b2\uff0c\u53e4\u4ee3\u4e2d\u56fd\u5df2\u6709\u8be5\u5b9a\u7406\u7684\u8ba4\u8bc6\u3002\u003cSEP\u003e\u52fe\u80a1\u5b9a\u7406\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5b9a\u7406\uff0c\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u8fb9\u5173\u7cfb\uff1aa\u00b2 + b\u00b2 = c\u00b2\u3002\u8d39\u9a6c\u5927\u5b9a\u7406\u662f\u5bf9\u52fe\u80a1\u5b9a\u7406\u5728n\u22653\u65f6\u7684\u63a8\u5e7f\u731c\u60f3\u3002"}, {"color": "#c7f5c6", "created_at": 1752674526, "description": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u662f\u97e6\u8fbe\u4e8e1591\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u5176\u4e2d\u4ed6\u533a\u5206\u4e86\u7b97\u672f\u4e0e\u4ee3\u6570\uff0c\u5e76\u5f15\u5165\u4e86\u5b57\u6bcd\u8868\u793a\u6cd5\u3002\u003cSEP\u003e\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u662f\u97e6\u8fbe\u4e8e1591\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u5176\u4e2d\u9996\u6b21\u660e\u786e\u5212\u5206\u7b97\u672f\u4e0e\u4ee3\u6570\u7684\u533a\u522b\uff0c\u5e76\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u7cfb\u6570\u7684\u601d\u60f3\u3002", "entity_id": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b", "label": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u662f\u97e6\u8fbe\u4e8e1591\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u5176\u4e2d\u4ed6\u533a\u5206\u4e86\u7b97\u672f\u4e0e\u4ee3\u6570\uff0c\u5e76\u5f15\u5165\u4e86\u5b57\u6bcd\u8868\u793a\u6cd5\u3002\u003cSEP\u003e\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u662f\u97e6\u8fbe\u4e8e1591\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u5176\u4e2d\u9996\u6b21\u660e\u786e\u5212\u5206\u7b97\u672f\u4e0e\u4ee3\u6570\u7684\u533a\u522b\uff0c\u5e76\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u7cfb\u6570\u7684\u601d\u60f3\u3002"}, {"color": "#9c1cc2", "created_at": 1752674438, "description": "\u6570\u5b66\u95ee\u9898\u6d89\u53ca\u7b26\u53f7\u8868\u8fbe\u3001\u6f14\u7ece\u63a8\u7406\u548c\u521b\u65b0\u80fd\u529b\u57f9\u517b\uff0c\u662f\u6570\u5b66\u5b66\u4e60\u7684\u6838\u5fc3\u5185\u5bb9\u3002", "entity_id": "\u6570\u5b66\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u95ee\u9898", "label": "\u6570\u5b66\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u6570\u5b66\u95ee\u9898\u6d89\u53ca\u7b26\u53f7\u8868\u8fbe\u3001\u6f14\u7ece\u63a8\u7406\u548c\u521b\u65b0\u80fd\u529b\u57f9\u517b\uff0c\u662f\u6570\u5b66\u5b66\u4e60\u7684\u6838\u5fc3\u5185\u5bb9\u3002"}, {"color": "#c73560", "created_at": 1752674438, "description": "\u51e0\u4f55\u95ee\u9898\u9700\u8981\u501f\u52a9\u4ee3\u6570\u5de5\u5177\u8fdb\u884c\u7b26\u53f7\u8868\u8fbe\uff0c\u5e76\u901a\u8fc7\u76f4\u89c2\u64cd\u4f5c(\u5982\u753b\u56fe)\u8f85\u52a9\u7406\u89e3\u3002", "entity_id": "\u51e0\u4f55\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u95ee\u9898", "label": "\u51e0\u4f55\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u51e0\u4f55\u95ee\u9898\u9700\u8981\u501f\u52a9\u4ee3\u6570\u5de5\u5177\u8fdb\u884c\u7b26\u53f7\u8868\u8fbe\uff0c\u5e76\u901a\u8fc7\u76f4\u89c2\u64cd\u4f5c(\u5982\u753b\u56fe)\u8f85\u52a9\u7406\u89e3\u3002"}, {"color": "#58ae47", "created_at": 1752674438, "description": "\u63a2\u8ba8\u5468\u957f\u56fa\u5b9a\u65f6\u591a\u8fb9\u5f62\u9762\u79ef\u6700\u5927\u5316\u7684\u5f62\u72b6\uff0c\u6d89\u53ca\u5bf9\u79f0\u6027\u548c\u6570\u5b66\u7f8e\u7684\u63a2\u7d22\u3002", "entity_id": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898", "label": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u63a2\u8ba8\u5468\u957f\u56fa\u5b9a\u65f6\u591a\u8fb9\u5f62\u9762\u79ef\u6700\u5927\u5316\u7684\u5f62\u72b6\uff0c\u6d89\u53ca\u5bf9\u79f0\u6027\u548c\u6570\u5b66\u7f8e\u7684\u63a2\u7d22\u3002"}, {"color": "#acf719", "created_at": 1752674438, "description": "\u7528\u96c6\u5408(\u5982A={x|x\u2264a})\u4e25\u683c\u5b9a\u4e49\u51e0\u4f55\u5212\u5206\uff0c\u4f53\u73b0\u4ee3\u6570\u4e0e\u51e0\u4f55\u7684\u7ed3\u5408\u3002", "entity_id": "\u96c6\u5408\u8868\u793a", "entity_type": "category", "file_path": "unknown_source", "id": "\u96c6\u5408\u8868\u793a", "label": "\u96c6\u5408\u8868\u793a", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u7528\u96c6\u5408(\u5982A={x|x\u2264a})\u4e25\u683c\u5b9a\u4e49\u51e0\u4f55\u5212\u5206\uff0c\u4f53\u73b0\u4ee3\u6570\u4e0e\u51e0\u4f55\u7684\u7ed3\u5408\u3002"}, {"color": "#c8c1a0", "created_at": 1752674438, "description": "\u901a\u8fc7\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u8bfe\u7a0b\u63a2\u7d22\u590d\u6742\u6570\u5b66\u95ee\u9898(\u5982\u5bf9\u79f0\u4e0e\u9762\u79ef\u5173\u7cfb)\u7684\u76ee\u6807\u7fa4\u4f53\u3002", "entity_id": "\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u5b66\u751f", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u5b66\u751f", "label": "\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u5b66\u751f", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u901a\u8fc7\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u8bfe\u7a0b\u63a2\u7d22\u590d\u6742\u6570\u5b66\u95ee\u9898(\u5982\u5bf9\u79f0\u4e0e\u9762\u79ef\u5173\u7cfb)\u7684\u76ee\u6807\u7fa4\u4f53\u3002"}, {"color": "#f9cd60", "created_at": 1752674438, "description": "\u7528\u4ee3\u6570\u5de5\u5177\u5904\u7406\u51e0\u4f55\u95ee\u9898\uff0c\u4f7f\u8868\u8fbe\u66f4\u6e05\u6670\u3001\u903b\u8f91\u66f4\u6761\u7406\u5316\u3002", "entity_id": "\u4ee3\u6570\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee3\u6570\u65b9\u6cd5", "label": "\u4ee3\u6570\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u7528\u4ee3\u6570\u5de5\u5177\u5904\u7406\u51e0\u4f55\u95ee\u9898\uff0c\u4f7f\u8868\u8fbe\u66f4\u6e05\u6670\u3001\u903b\u8f91\u66f4\u6761\u7406\u5316\u3002"}, {"color": "#550907", "created_at": 1752674438, "description": "\u901a\u8fc7\u51e0\u4f55\u76f4\u89c2\u5206\u6790\u4ee3\u6570\u95ee\u9898\uff0c\u5e2e\u52a9\u5398\u6e05\u89e3\u51b3\u601d\u8def\u3002", "entity_id": "\u51e0\u4f55\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55\u65b9\u6cd5", "label": "\u51e0\u4f55\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u901a\u8fc7\u51e0\u4f55\u76f4\u89c2\u5206\u6790\u4ee3\u6570\u95ee\u9898\uff0c\u5e2e\u52a9\u5398\u6e05\u89e3\u51b3\u601d\u8def\u3002"}, {"color": "#640e13", "created_at": 1752674438, "description": "\u5468\u957f\u4e00\u5b9a\u65f6\u9762\u79ef\u6700\u5927\u7684\u4e09\u89d2\u5f62\uff0c\u4f53\u73b0\u5bf9\u79f0\u6027\u4e0e\u6781\u503c\u7684\u5173\u7cfb\u3002", "entity_id": "\u7b49\u8fb9\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u8fb9\u4e09\u89d2\u5f62", "label": "\u7b49\u8fb9\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u5468\u957f\u4e00\u5b9a\u65f6\u9762\u79ef\u6700\u5927\u7684\u4e09\u89d2\u5f62\uff0c\u4f53\u73b0\u5bf9\u79f0\u6027\u4e0e\u6781\u503c\u7684\u5173\u7cfb\u3002"}, {"color": "#22bd5d", "created_at": 1752674438, "description": "\u5468\u957f\u56fa\u5b9a\u7684\u77e9\u5f62\u4e2d\u9762\u79ef\u6700\u5927\u7684\u7279\u4f8b\uff0c\u63a8\u5e7f\u5230\u6b63\u591a\u8fb9\u5f62\u731c\u60f3\u3002\u003cSEP\u003e\u6b63\u65b9\u5f62\u662f\u4e00\u4e2a\u56db\u8fb9\u5f62\uff0c\u5176\u5145\u5206\u5fc5\u8981\u6761\u4ef6\u662f\u5173\u4e8e\u5bf9\u89d2\u7ebf\u5bf9\u79f0\uff0c\u662f\u51e0\u4f55\u6559\u5b66\u4e2d\u7684\u57fa\u7840\u56fe\u5f62\u4e4b\u4e00\u3002\u003cSEP\u003e\u6b63\u65b9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u77e9\u5f62\uff0c\u56db\u6761\u8fb9\u957f\u5ea6\u76f8\u7b49\uff0c\u56db\u4e2a\u89d2\u5747\u4e3a\u76f4\u89d2\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u5bf9\u79f0\u6027\u3002\u003cSEP\u003e\u6b63\u65b9\u5f62\u662f\u90bb\u8fb9\u76f8\u7b49\u7684\u957f\u65b9\u5f62\uff0c\u5206\u7c7b\u65f6\u9700\u901a\u8fc7\u6298\u53e0\u548c\u6bd4\u8f83\u8fb9\u957f\u4e0e\u89d2\u5ea6\u6765\u533a\u5206\u3002", "entity_id": "\u6b63\u65b9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u65b9\u5f62", "label": "\u6b63\u65b9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58\u003cSEP\u003echunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u5468\u957f\u56fa\u5b9a\u7684\u77e9\u5f62\u4e2d\u9762\u79ef\u6700\u5927\u7684\u7279\u4f8b\uff0c\u63a8\u5e7f\u5230\u6b63\u591a\u8fb9\u5f62\u731c\u60f3\u3002\u003cSEP\u003e\u6b63\u65b9\u5f62\u662f\u4e00\u4e2a\u56db\u8fb9\u5f62\uff0c\u5176\u5145\u5206\u5fc5\u8981\u6761\u4ef6\u662f\u5173\u4e8e\u5bf9\u89d2\u7ebf\u5bf9\u79f0\uff0c\u662f\u51e0\u4f55\u6559\u5b66\u4e2d\u7684\u57fa\u7840\u56fe\u5f62\u4e4b\u4e00\u3002\u003cSEP\u003e\u6b63\u65b9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u77e9\u5f62\uff0c\u56db\u6761\u8fb9\u957f\u5ea6\u76f8\u7b49\uff0c\u56db\u4e2a\u89d2\u5747\u4e3a\u76f4\u89d2\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u5bf9\u79f0\u6027\u3002\u003cSEP\u003e\u6b63\u65b9\u5f62\u662f\u90bb\u8fb9\u76f8\u7b49\u7684\u957f\u65b9\u5f62\uff0c\u5206\u7c7b\u65f6\u9700\u901a\u8fc7\u6298\u53e0\u548c\u6bd4\u8f83\u8fb9\u957f\u4e0e\u89d2\u5ea6\u6765\u533a\u5206\u3002"}, {"color": "#daf5c8", "created_at": 1752674446, "description": "\u77e9\u5f62\u662f\u4e00\u79cd\u56db\u8fb9\u5f62\uff0c\u5177\u6709\u56db\u4e2a\u76f4\u89d2\uff0c\u5bf9\u8fb9\u957f\u5ea6\u76f8\u7b49\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u4e4b\u4e00\u3002", "entity_id": "\u77e9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u77e9\u5f62", "label": "\u77e9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u77e9\u5f62\u662f\u4e00\u79cd\u56db\u8fb9\u5f62\uff0c\u5177\u6709\u56db\u4e2a\u76f4\u89d2\uff0c\u5bf9\u8fb9\u957f\u5ea6\u76f8\u7b49\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u4e4b\u4e00\u3002"}, {"color": "#97e120", "created_at": 1752674473, "description": "\u957f\u65b9\u5f62\u662f\u5bf9\u8fb9\u76f8\u7b49\u7684\u56db\u8fb9\u5f62\uff0c\u5206\u7c7b\u65f6\u4e0e\u6b63\u65b9\u5f62\u5b58\u5728\u5305\u542b\u5173\u7cfb\uff0c\u9700\u901a\u8fc7\u64cd\u4f5c\u548c\u8bf4\u7406\u5206\u8fa8\u3002", "entity_id": "\u957f\u65b9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u957f\u65b9\u5f62", "label": "\u957f\u65b9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u957f\u65b9\u5f62\u662f\u5bf9\u8fb9\u76f8\u7b49\u7684\u56db\u8fb9\u5f62\uff0c\u5206\u7c7b\u65f6\u4e0e\u6b63\u65b9\u5f62\u5b58\u5728\u5305\u542b\u5173\u7cfb\uff0c\u9700\u901a\u8fc7\u64cd\u4f5c\u548c\u8bf4\u7406\u5206\u8fa8\u3002"}, {"color": "#7eb23f", "created_at": 1752674473, "description": "\u7b49\u8170\u4e09\u89d2\u5f62\u662f\u5173\u4e8e\u5e95\u8fb9\u4e2d\u4f4d\u7ebf\u5bf9\u79f0\u7684\u4e09\u89d2\u5f62\uff0c\u4e24\u4e2a\u5e95\u89d2\u76f8\u7b49\uff0c\u5e38\u7528\u4e8e\u51e0\u4f55\u6559\u5b66\u3002", "entity_id": "\u7b49\u8170\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u8170\u4e09\u89d2\u5f62", "label": "\u7b49\u8170\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u7b49\u8170\u4e09\u89d2\u5f62\u662f\u5173\u4e8e\u5e95\u8fb9\u4e2d\u4f4d\u7ebf\u5bf9\u79f0\u7684\u4e09\u89d2\u5f62\uff0c\u4e24\u4e2a\u5e95\u89d2\u76f8\u7b49\uff0c\u5e38\u7528\u4e8e\u51e0\u4f55\u6559\u5b66\u3002"}, {"color": "#b16de8", "created_at": 1752674566, "description": "A unit of length measurement, central to understanding basic metrics and tools like rulers.\u003cSEP\u003e\u5398\u7c73is a standard unit of length measurement used globally, introduced to elementary students to understand precision and unit conversion.", "entity_id": "\u5398\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u5398\u7c73", "label": "\u5398\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A unit of length measurement, central to understanding basic metrics and tools like rulers.\u003cSEP\u003e\u5398\u7c73is a standard unit of length measurement used globally, introduced to elementary students to understand precision and unit conversion."}, {"color": "#f450aa", "created_at": 1752674566, "description": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0bdenotes the logical or expected cognitive process in understanding mathematical concepts, especially emphasized in early education.", "entity_id": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b", "label": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0bdenotes the logical or expected cognitive process in understanding mathematical concepts, especially emphasized in early education."}, {"color": "#cb1fde", "created_at": 1752674446, "description": "\u56db\u8fb9\u5f62\u662f\u6709\u56db\u6761\u8fb9\u548c\u56db\u4e2a\u89d2\u7684\u5e73\u9762\u56fe\u5f62\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u4e4b\u4e00\u3002\u003cSEP\u003e\u56db\u8fb9\u5f62\u662f\u7531\u56db\u6761\u8fb9\u7ec4\u6210\u7684\u51e0\u4f55\u56fe\u5f62\uff0c\u4e0e\u4e09\u89d2\u5f62\u5bf9\u7acb\uff0c\u7528\u4e8e\u8bf4\u660e\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\u7684\u903b\u8f91\u5173\u7cfb\u3002", "entity_id": "\u56db\u8fb9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u8fb9\u5f62", "label": "\u56db\u8fb9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u56db\u8fb9\u5f62\u662f\u6709\u56db\u6761\u8fb9\u548c\u56db\u4e2a\u89d2\u7684\u5e73\u9762\u56fe\u5f62\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u4e4b\u4e00\u3002\u003cSEP\u003e\u56db\u8fb9\u5f62\u662f\u7531\u56db\u6761\u8fb9\u7ec4\u6210\u7684\u51e0\u4f55\u56fe\u5f62\uff0c\u4e0e\u4e09\u89d2\u5f62\u5bf9\u7acb\uff0c\u7528\u4e8e\u8bf4\u660e\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\u7684\u903b\u8f91\u5173\u7cfb\u3002"}, {"color": "#fb9333", "created_at": 1752674446, "description": "\u6b63\u4e94\u8fb9\u5f62\u662f\u4e00\u79cd\u4e94\u8fb9\u5f62\uff0c\u4e94\u6761\u8fb9\u957f\u5ea6\u76f8\u7b49\uff0c\u4e94\u4e2a\u5185\u89d2\u76f8\u7b49\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u5bf9\u79f0\u6027\u3002", "entity_id": "\u6b63\u4e94\u8fb9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u4e94\u8fb9\u5f62", "label": "\u6b63\u4e94\u8fb9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6b63\u4e94\u8fb9\u5f62\u662f\u4e00\u79cd\u4e94\u8fb9\u5f62\uff0c\u4e94\u6761\u8fb9\u957f\u5ea6\u76f8\u7b49\uff0c\u4e94\u4e2a\u5185\u89d2\u76f8\u7b49\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u5bf9\u79f0\u6027\u3002"}, {"color": "#ba35d1", "created_at": 1752674446, "description": "\u5706\u662f\u4e00\u79cd\u9ad8\u5ea6\u5bf9\u79f0\u7684\u56fe\u5f62\uff0c\u5468\u957f\u7ed9\u5b9a\u7684\u60c5\u51b5\u4e0b\u9762\u79ef\u6700\u5927\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u4e4b\u4e00\u3002\u003cSEP\u003e\u5706\u662f\u51e0\u4f55\u5b66\u4e2d\u7531\u5e73\u9762\u4e0a\u6240\u6709\u5230\u5b9a\u70b9\u8ddd\u79bb\u76f8\u7b49\u7684\u70b9\u7ec4\u6210\u7684\u56fe\u5f62\uff0c\u662f\u62bd\u8c61\u601d\u7ef4\u4e2d\u56fe\u5f62\u5173\u7cfb\u7684\u5178\u578b\u4ee3\u8868\u3002", "entity_id": "\u5706", "entity_type": "category", "file_path": "unknown_source", "id": "\u5706", "label": "\u5706", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u5706\u662f\u4e00\u79cd\u9ad8\u5ea6\u5bf9\u79f0\u7684\u56fe\u5f62\uff0c\u5468\u957f\u7ed9\u5b9a\u7684\u60c5\u51b5\u4e0b\u9762\u79ef\u6700\u5927\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u4e4b\u4e00\u3002\u003cSEP\u003e\u5706\u662f\u51e0\u4f55\u5b66\u4e2d\u7531\u5e73\u9762\u4e0a\u6240\u6709\u5230\u5b9a\u70b9\u8ddd\u79bb\u76f8\u7b49\u7684\u70b9\u7ec4\u6210\u7684\u56fe\u5f62\uff0c\u662f\u62bd\u8c61\u601d\u7ef4\u4e2d\u56fe\u5f62\u5173\u7cfb\u7684\u5178\u578b\u4ee3\u8868\u3002"}, {"color": "#2a06b6", "created_at": 1752674526, "description": "\u8db3\u7403\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u5177\u4f53\u7269\u4f53\uff0c\u5176\u5f62\u72b6\u53ef\u542f\u53d1\u5bf9\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u5f62\u6210\u3002", "entity_id": "\u8db3\u7403", "entity_type": "category", "file_path": "unknown_source", "id": "\u8db3\u7403", "label": "\u8db3\u7403", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8db3\u7403\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u5177\u4f53\u7269\u4f53\uff0c\u5176\u5f62\u72b6\u53ef\u542f\u53d1\u5bf9\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u5f62\u6210\u3002"}, {"color": "#339bc6", "created_at": 1752674526, "description": "\u4e52\u4e53\u7403\u4e5f\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u5177\u4f53\u7269\u4f53\uff0c\u5176\u5f62\u72b6\u540c\u6837\u53ef\u4ee5\u542f\u53d1\u5bf9\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u5f62\u6210\u3002", "entity_id": "\u4e52\u4e53\u7403", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e52\u4e53\u7403", "label": "\u4e52\u4e53\u7403", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u4e52\u4e53\u7403\u4e5f\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u5177\u4f53\u7269\u4f53\uff0c\u5176\u5f62\u72b6\u540c\u6837\u53ef\u4ee5\u542f\u53d1\u5bf9\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u5f62\u6210\u3002"}, {"color": "#35feec", "created_at": 1752674446, "description": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4\u662f\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u6709\u9650\u7ef4\u7a7a\u95f4\uff0c\u7814\u7a76\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u7b49\u62bd\u8c61\u6982\u5ff5\u53ca\u5176\u5173\u7cfb\u3002", "entity_id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4", "label": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4\u662f\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u6709\u9650\u7ef4\u7a7a\u95f4\uff0c\u7814\u7a76\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u7b49\u62bd\u8c61\u6982\u5ff5\u53ca\u5176\u5173\u7cfb\u3002"}, {"color": "#bb95f1", "created_at": 1752674446, "description": "\u4e09\u89d2\u51fd\u6570\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u7684\u9510\u89d2\u4e0e\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u51e0\u4f55\u5b66\u548c\u4e09\u89d2\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\u3002\u003cSEP\u003e\u4e09\u89d2\u51fd\u6570\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u7684\u9510\u89d2\u4e0e\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u51e0\u4f55\u4e0e\u4ee3\u6570\u7684\u91cd\u8981\u8fde\u63a5\u3002", "entity_id": "\u4e09\u89d2\u51fd\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u89d2\u51fd\u6570", "label": "\u4e09\u89d2\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4e09\u89d2\u51fd\u6570\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u7684\u9510\u89d2\u4e0e\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u51e0\u4f55\u5b66\u548c\u4e09\u89d2\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\u3002\u003cSEP\u003e\u4e09\u89d2\u51fd\u6570\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u7684\u9510\u89d2\u4e0e\u8fb9\u957f\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u51e0\u4f55\u4e0e\u4ee3\u6570\u7684\u91cd\u8981\u8fde\u63a5\u3002"}, {"color": "#ca8c16", "created_at": 1752674473, "description": "\u76f4\u89d2\u4e09\u89d2\u5f62is a triangle with one angle exactly 90 degrees, serving as a critical boundary in classifying acute and obtuse triangles.\u003cSEP\u003e\u76f4\u89d2\u4e09\u89d2\u5f62\u662f\u6709\u4e00\u4e2a\u5185\u89d2\u4e3a90\u5ea6\u7684\u4e09\u89d2\u5f62\uff0c\u662f\u9510\u89d2\u4e09\u89d2\u5f62\u548c\u949d\u89d2\u4e09\u89d2\u5f62\u5206\u7c7b\u7684\u5173\u952e\u6807\u51c6\u3002", "entity_id": "\u76f4\u89d2\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u89d2\u4e09\u89d2\u5f62", "label": "\u76f4\u89d2\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u76f4\u89d2\u4e09\u89d2\u5f62is a triangle with one angle exactly 90 degrees, serving as a critical boundary in classifying acute and obtuse triangles.\u003cSEP\u003e\u76f4\u89d2\u4e09\u89d2\u5f62\u662f\u6709\u4e00\u4e2a\u5185\u89d2\u4e3a90\u5ea6\u7684\u4e09\u89d2\u5f62\uff0c\u662f\u9510\u89d2\u4e09\u89d2\u5f62\u548c\u949d\u89d2\u4e09\u89d2\u5f62\u5206\u7c7b\u7684\u5173\u952e\u6807\u51c6\u3002"}, {"color": "#e4fb5f", "created_at": 1752674526, "description": "\u8d39\u9a6c\u5927\u5b9a\u7406\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u6700\u7ec8\u88ab\u8bc1\u660e\u3002\u003cSEP\u003e\u8d39\u9a6c\u5927\u5b9a\u7406\u7531\u8d39\u9a6c\u63d0\u51fa\uff0c\u65ad\u8a00\u5bf9\u4e8en\u22653\u65f6\uff0ca^n + b^n = c^n\u6ca1\u6709\u6574\u6570\u89e3\uff0c\u76f4\u52301995\u5e74\u624d\u7531\u6000\u5c14\u65af\u8bc1\u660e\u3002", "entity_id": "\u8d39\u9a6c\u5927\u5b9a\u7406", "entity_type": "event", "file_path": "unknown_source", "id": "\u8d39\u9a6c\u5927\u5b9a\u7406", "label": "\u8d39\u9a6c\u5927\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u8d39\u9a6c\u5927\u5b9a\u7406\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u6700\u7ec8\u88ab\u8bc1\u660e\u3002\u003cSEP\u003e\u8d39\u9a6c\u5927\u5b9a\u7406\u7531\u8d39\u9a6c\u63d0\u51fa\uff0c\u65ad\u8a00\u5bf9\u4e8en\u22653\u65f6\uff0ca^n + b^n = c^n\u6ca1\u6709\u6574\u6570\u89e3\uff0c\u76f4\u52301995\u5e74\u624d\u7531\u6000\u5c14\u65af\u8bc1\u660e\u3002"}, {"color": "#264c24", "created_at": 1752674526, "description": "\u5546\u9ad8\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bb6\uff0c\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u8bb0\u8f7d\u4e86\u4ed6\u7528\u5177\u4f53\u6570\u503c\u89e3\u91ca\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u7684\u5185\u5bb9\u3002", "entity_id": "\u5546\u9ad8", "entity_type": "person", "file_path": "unknown_source", "id": "\u5546\u9ad8", "label": "\u5546\u9ad8", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u5546\u9ad8\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u5bb6\uff0c\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u8bb0\u8f7d\u4e86\u4ed6\u7528\u5177\u4f53\u6570\u503c\u89e3\u91ca\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u7684\u5185\u5bb9\u3002"}, {"color": "#9bec8d", "created_at": 1752674446, "description": "\u5e73\u79fbis a type of rigid motion where a figure is moved in a specific direction without rotation or reflection, preserving all distances and shape.\u003cSEP\u003e\u5e73\u79fb\u662f\u4e00\u79cd\u521a\u4f53\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u7684\u8ddd\u79bb\u4e0d\u53d8\u3002\u003cSEP\u003e\u5e73\u79fb\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u52a8\u4e4b\u4e00\u3002\u003cSEP\u003e\u5e73\u79fb\u662f\u4e00\u79cd\u56fe\u5f62\u8fd0\u52a8\u65b9\u5f0f\uff0c\u6307\u56fe\u5f62\u6cbf\u67d0\u4e00\u65b9\u5411\u79fb\u52a8\u4e00\u5b9a\u8ddd\u79bb\u800c\u4e0d\u6539\u53d8\u65b9\u5411\u6216\u5927\u5c0f\u3002", "entity_id": "\u5e73\u79fb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u79fb", "label": "\u5e73\u79fb", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f\u003cSEP\u003echunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u5e73\u79fbis a type of rigid motion where a figure is moved in a specific direction without rotation or reflection, preserving all distances and shape.\u003cSEP\u003e\u5e73\u79fb\u662f\u4e00\u79cd\u521a\u4f53\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u7684\u8ddd\u79bb\u4e0d\u53d8\u3002\u003cSEP\u003e\u5e73\u79fb\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u52a8\u4e4b\u4e00\u3002\u003cSEP\u003e\u5e73\u79fb\u662f\u4e00\u79cd\u56fe\u5f62\u8fd0\u52a8\u65b9\u5f0f\uff0c\u6307\u56fe\u5f62\u6cbf\u67d0\u4e00\u65b9\u5411\u79fb\u52a8\u4e00\u5b9a\u8ddd\u79bb\u800c\u4e0d\u6539\u53d8\u65b9\u5411\u6216\u5927\u5c0f\u3002"}, {"color": "#dfa609", "created_at": 1752674446, "description": "\u51e0\u4f55\u53d8\u6362\u65b9\u5f0f\uff0c\u9700\u4ee5\u4e00\u4e2a\u70b9\u4e3a\u53c2\u7167\u5e76\u8003\u8651\u65b9\u5411\uff0c\u5e38\u89c1\u6559\u6750\u4e2d\u5bf9\u6b64\u5b9a\u4e49\u5e38\u5b58\u5728\u4e0d\u51c6\u786e\u63cf\u8ff0\u3002\u003cSEP\u003e\u65cb\u8f6cis a rigid motion where a figure is turned around a fixed point, maintaining distances between points and overall shape.\u003cSEP\u003e\u65cb\u8f6c\u662f\u4e00\u79cd\u521a\u4f53\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u7684\u8ddd\u79bb\u4e0d\u53d8\u3002\u003cSEP\u003e\u65cb\u8f6c\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u52a8\u4e4b\u4e00\u3002\u003cSEP\u003e\u65cb\u8f6c\u662f\u56fe\u5f62\u7ed5\u67d0\u4e00\u70b9\u6309\u987a\u65f6\u9488\u6216\u9006\u65f6\u9488\u65b9\u5411\u8f6c\u52a8\u4e00\u5b9a\u89d2\u5ea6\u7684\u56fe\u5f62\u8fd0\u52a8\u65b9\u5f0f\u3002", "entity_id": "\u65cb\u8f6c", "entity_type": "category", "file_path": "unknown_source", "id": "\u65cb\u8f6c", "label": "\u65cb\u8f6c", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-d49b7902492c618044ad70c5d4b3ba7f\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u51e0\u4f55\u53d8\u6362\u65b9\u5f0f\uff0c\u9700\u4ee5\u4e00\u4e2a\u70b9\u4e3a\u53c2\u7167\u5e76\u8003\u8651\u65b9\u5411\uff0c\u5e38\u89c1\u6559\u6750\u4e2d\u5bf9\u6b64\u5b9a\u4e49\u5e38\u5b58\u5728\u4e0d\u51c6\u786e\u63cf\u8ff0\u3002\u003cSEP\u003e\u65cb\u8f6cis a rigid motion where a figure is turned around a fixed point, maintaining distances between points and overall shape.\u003cSEP\u003e\u65cb\u8f6c\u662f\u4e00\u79cd\u521a\u4f53\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u7684\u8ddd\u79bb\u4e0d\u53d8\u3002\u003cSEP\u003e\u65cb\u8f6c\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u52a8\u4e4b\u4e00\u3002\u003cSEP\u003e\u65cb\u8f6c\u662f\u56fe\u5f62\u7ed5\u67d0\u4e00\u70b9\u6309\u987a\u65f6\u9488\u6216\u9006\u65f6\u9488\u65b9\u5411\u8f6c\u52a8\u4e00\u5b9a\u89d2\u5ea6\u7684\u56fe\u5f62\u8fd0\u52a8\u65b9\u5f0f\u3002"}, {"color": "#bf6f31", "created_at": 1752674526, "description": "\u56fe\u5f62\u8fd0\u52a8\u6307\u7684\u662f\u5e73\u79fb\u548c\u65cb\u8f6c\u4e24\u79cd\u57fa\u672c\u53d8\u6362\u5f62\u5f0f\uff0c\u662f\u6570\u5b66\u4e2d\u56fe\u5f62\u53d8\u6362\u7684\u76f4\u89c2\u4f53\u73b0\u3002\u003cSEP\u003e\u56fe\u5f62\u8fd0\u52a8\u662f\u6307\u51e0\u4f55\u56fe\u5f62\u5728\u7a7a\u95f4\u4e2d\u7684\u79fb\u52a8\u548c\u53d8\u6362\uff0c\u6b27\u51e0\u91cc\u5f97\u672a\u660e\u786e\u6d89\u53ca\u8fd9\u4e00\u6982\u5ff5\uff0c\u800c\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6b64\u8fdb\u884c\u4e86\u5f62\u5f0f\u5316\u5904\u7406\u3002", "entity_id": "\u56fe\u5f62\u8fd0\u52a8", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u8fd0\u52a8", "label": "\u56fe\u5f62\u8fd0\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u56fe\u5f62\u8fd0\u52a8\u6307\u7684\u662f\u5e73\u79fb\u548c\u65cb\u8f6c\u4e24\u79cd\u57fa\u672c\u53d8\u6362\u5f62\u5f0f\uff0c\u662f\u6570\u5b66\u4e2d\u56fe\u5f62\u53d8\u6362\u7684\u76f4\u89c2\u4f53\u73b0\u3002\u003cSEP\u003e\u56fe\u5f62\u8fd0\u52a8\u662f\u6307\u51e0\u4f55\u56fe\u5f62\u5728\u7a7a\u95f4\u4e2d\u7684\u79fb\u52a8\u548c\u53d8\u6362\uff0c\u6b27\u51e0\u91cc\u5f97\u672a\u660e\u786e\u6d89\u53ca\u8fd9\u4e00\u6982\u5ff5\uff0c\u800c\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6b64\u8fdb\u884c\u4e86\u5f62\u5f0f\u5316\u5904\u7406\u3002"}, {"color": "#1fc43d", "created_at": 1752674566, "description": "\u51e0\u4f55\u4e2d\u7528\u4e8e\u63cf\u8ff0\u65cb\u8f6c\u4f4d\u7f6e\u7684\u70b9\uff0c\u4f46\u4ec5\u51ed\u4e00\u70b9\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u53d1\u751f\u65cb\u8f6c\uff0c\u9700\u7ed3\u5408\u65b9\u5411\u3002", "entity_id": "\u65cb\u8f6c\u53c2\u7167\u70b9", "entity_type": "geo", "file_path": "unknown_source", "id": "\u65cb\u8f6c\u53c2\u7167\u70b9", "label": "\u65cb\u8f6c\u53c2\u7167\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u51e0\u4f55\u4e2d\u7528\u4e8e\u63cf\u8ff0\u65cb\u8f6c\u4f4d\u7f6e\u7684\u70b9\uff0c\u4f46\u4ec5\u51ed\u4e00\u70b9\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u53d1\u751f\u65cb\u8f6c\uff0c\u9700\u7ed3\u5408\u65b9\u5411\u3002"}, {"color": "#665357", "created_at": 1752674446, "description": "\u8f74\u5bf9\u79f0is a transformation where a figure is reflected over a line, maintaining distance properties and shape, also known as reflection symmetry.\u003cSEP\u003e\u8f74\u5bf9\u79f0\u662f\u4e00\u79cd\u521a\u4f53\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u7684\u8ddd\u79bb\u4e0d\u53d8\u3002\u003cSEP\u003e\u8f74\u5bf9\u79f0\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u52a8\u4e4b\u4e00\u3002", "entity_id": "\u8f74\u5bf9\u79f0", "entity_type": "category", "file_path": "unknown_source", "id": "\u8f74\u5bf9\u79f0", "label": "\u8f74\u5bf9\u79f0", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u8f74\u5bf9\u79f0is a transformation where a figure is reflected over a line, maintaining distance properties and shape, also known as reflection symmetry.\u003cSEP\u003e\u8f74\u5bf9\u79f0\u662f\u4e00\u79cd\u521a\u4f53\u53d8\u6362\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u7684\u8ddd\u79bb\u4e0d\u53d8\u3002\u003cSEP\u003e\u8f74\u5bf9\u79f0\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\uff0c\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u8fd0\u52a8\u4e4b\u4e00\u3002"}, {"color": "#12db6f", "created_at": 1752674473, "description": "\u4e09\u89d2\u5f62\u662f\u7531\u4e09\u6761\u7ebf\u6bb5\u7ec4\u6210\u7684\u56fe\u5f62\uff0c\u5176\u5185\u89d2\u548c\u4e3a180\u5ea6\uff0c\u4e0e\u89d2\u7684\u5b9a\u4e49\u548c\u5927\u5c0f\u6bd4\u8f83\u5bc6\u5207\u76f8\u5173\u3002\u003cSEP\u003e\u4e09\u89d2\u5f62\u662f\u7531\u4e09\u6761\u8fb9\u7ec4\u6210\u7684\u51e0\u4f55\u56fe\u5f62\uff0c\u5e38\u7528\u4e8e\u8bf4\u660e\u903b\u8f91\u547d\u9898\u7684\u5bf9\u7acb\u5173\u7cfb\uff0c\u5982\u4e0d\u80fd\u540c\u65f6\u662f\u4e09\u89d2\u5f62\u548c\u56db\u8fb9\u5f62\u3002", "entity_id": "\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u89d2\u5f62", "label": "\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u4e09\u89d2\u5f62\u662f\u7531\u4e09\u6761\u7ebf\u6bb5\u7ec4\u6210\u7684\u56fe\u5f62\uff0c\u5176\u5185\u89d2\u548c\u4e3a180\u5ea6\uff0c\u4e0e\u89d2\u7684\u5b9a\u4e49\u548c\u5927\u5c0f\u6bd4\u8f83\u5bc6\u5207\u76f8\u5173\u3002\u003cSEP\u003e\u4e09\u89d2\u5f62\u662f\u7531\u4e09\u6761\u8fb9\u7ec4\u6210\u7684\u51e0\u4f55\u56fe\u5f62\uff0c\u5e38\u7528\u4e8e\u8bf4\u660e\u903b\u8f91\u547d\u9898\u7684\u5bf9\u7acb\u5173\u7cfb\uff0c\u5982\u4e0d\u80fd\u540c\u65f6\u662f\u4e09\u89d2\u5f62\u548c\u56db\u8fb9\u5f62\u3002"}, {"color": "#3357bf", "created_at": 1752674446, "description": "\u6b63\u591a\u8fb9\u5f62\u662f\u6240\u6709\u8fb9\u957f\u76f8\u7b49\u4e14\u6240\u6709\u5185\u89d2\u76f8\u7b49\u7684\u591a\u8fb9\u5f62\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u5bf9\u79f0\u6027\u3002", "entity_id": "\u6b63\u591a\u8fb9\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u591a\u8fb9\u5f62", "label": "\u6b63\u591a\u8fb9\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6b63\u591a\u8fb9\u5f62\u662f\u6240\u6709\u8fb9\u957f\u76f8\u7b49\u4e14\u6240\u6709\u5185\u89d2\u76f8\u7b49\u7684\u591a\u8fb9\u5f62\uff0c\u5177\u6709\u9ad8\u5ea6\u7684\u5bf9\u79f0\u6027\u3002"}, {"color": "#7ad06e", "created_at": 1752674452, "description": "In Euclidean geometry, the **\u70b9** (point) is the most fundamental abstract concept, serving as the basic building block for constructing geometric figures. Defined as having no size, a point represents a location in space without length, area, or volume. It is an idealized abstraction derived from real-world objects and is characterized solely by its position. Euclid, in his *Elements*, described the point as \"that which has no part,\" emphasizing its indivisible nature. Later, mathematician David Hilbert further formalized the concept, arguing that points should be defined symbolically rather than through physical attributes. Collectively, these descriptions establish the point as a primitive, dimensionless entity foundational to geometric theory. \n\n(Note: The output is in English, as requested, and consolidates all provided descriptions into a coherent summary, resolving any minor repetitions by synthesizing shared ideas.)", "entity_id": "\u70b9", "entity_type": "category", "file_path": "unknown_source", "id": "\u70b9", "label": "\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "In Euclidean geometry, the **\u70b9** (point) is the most fundamental abstract concept, serving as the basic building block for constructing geometric figures. Defined as having no size, a point represents a location in space without length, area, or volume. It is an idealized abstraction derived from real-world objects and is characterized solely by its position. Euclid, in his *Elements*, described the point as \"that which has no part,\" emphasizing its indivisible nature. Later, mathematician David Hilbert further formalized the concept, arguing that points should be defined symbolically rather than through physical attributes. Collectively, these descriptions establish the point as a primitive, dimensionless entity foundational to geometric theory. \n\n(Note: The output is in English, as requested, and consolidates all provided descriptions into a coherent summary, resolving any minor repetitions by synthesizing shared ideas.)"}, {"color": "#55cf48", "created_at": 1752674459, "description": "In Euclidean geometry, a **\u7ebf (line)** is a fundamental geometric object composed of an infinite series of points, extending indefinitely without width. It is one of the basic constructs of geometric systems, alongside points and planes. A line possesses length but lacks width, as defined by Euclid\u2019s description of it as \"having length without breadth.\" This concept encompasses straight lines, rays, and line segments, abstracted from the edges of real-world objects. Mathematically, a line represents a continuous arrangement of points in space and serves as a core element in the study of geometry. It can manifest as either straight or curved, though its defining characteristic remains its one-dimensional nature. Collectively, lines, points, and planes form the foundational elements of spatial geometry. \n\nThe provided descriptions consistently emphasize the line\u2019s role as a basic geometric entity, devoid of width and composed of infinite points, with no contradictions among the statements.", "entity_id": "\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u7ebf", "label": "\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "In Euclidean geometry, a **\u7ebf (line)** is a fundamental geometric object composed of an infinite series of points, extending indefinitely without width. It is one of the basic constructs of geometric systems, alongside points and planes. A line possesses length but lacks width, as defined by Euclid\u2019s description of it as \"having length without breadth.\" This concept encompasses straight lines, rays, and line segments, abstracted from the edges of real-world objects. Mathematically, a line represents a continuous arrangement of points in space and serves as a core element in the study of geometry. It can manifest as either straight or curved, though its defining characteristic remains its one-dimensional nature. Collectively, lines, points, and planes form the foundational elements of spatial geometry. \n\nThe provided descriptions consistently emphasize the line\u2019s role as a basic geometric entity, devoid of width and composed of infinite points, with no contradictions among the statements."}, {"color": "#f97d8d", "created_at": 1752674466, "description": "In Euclidean geometry, **\u9762** (surface) is a two-dimensional geometric object formed by the movement of a line, serving as a fundamental structure in plane geometry. It is a geometric concept without thickness, abstracted from the surfaces of real-world objects, and is regarded as a two-dimensional geometric element. As a basic unit in geometry, **\u9762** was formalized by Hilbert as part of a symbolic system. Defined by Euclid, it possesses length and width but no depth. Structurally, **\u9762** consists of an infinite number of lines, forming a two-dimensional graphical framework essential for describing shapes and spatial relationships. In summary, **\u9762** is a length-and-width-defined, infinitely line-composed geometric entity central to Euclidean and modern geometric theories.", "entity_id": "\u9762", "entity_type": "category", "file_path": "unknown_source", "id": "\u9762", "label": "\u9762", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "In Euclidean geometry, **\u9762** (surface) is a two-dimensional geometric object formed by the movement of a line, serving as a fundamental structure in plane geometry. It is a geometric concept without thickness, abstracted from the surfaces of real-world objects, and is regarded as a two-dimensional geometric element. As a basic unit in geometry, **\u9762** was formalized by Hilbert as part of a symbolic system. Defined by Euclid, it possesses length and width but no depth. Structurally, **\u9762** consists of an infinite number of lines, forming a two-dimensional graphical framework essential for describing shapes and spatial relationships. In summary, **\u9762** is a length-and-width-defined, infinitely line-composed geometric entity central to Euclidean and modern geometric theories."}, {"color": "#dbebb0", "created_at": 1752674466, "description": "\u4f53\u662f\u4e09\u7ef4\u7684\u51e0\u4f55\u6982\u5ff5\uff0c\u62bd\u8c61\u81ea\u73b0\u5b9e\u7269\u4f53\u672c\u8eab\uff0c\u5177\u6709\u957f\u5ea6\u3001\u5bbd\u5ea6\u548c\u9ad8\u5ea6\u3002\u003cSEP\u003e\u4f53\u662f\u7531\u9762\u7ec4\u6210\u7684\u4e09\u7ef4\u51e0\u4f55\u56fe\u5f62\uff0c\u6709\u957f\u5ea6\u3001\u5bbd\u5ea6\u548c\u539a\u5ea6\u3002", "entity_id": "\u4f53", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f53", "label": "\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4f53\u662f\u4e09\u7ef4\u7684\u51e0\u4f55\u6982\u5ff5\uff0c\u62bd\u8c61\u81ea\u73b0\u5b9e\u7269\u4f53\u672c\u8eab\uff0c\u5177\u6709\u957f\u5ea6\u3001\u5bbd\u5ea6\u548c\u9ad8\u5ea6\u3002\u003cSEP\u003e\u4f53\u662f\u7531\u9762\u7ec4\u6210\u7684\u4e09\u7ef4\u51e0\u4f55\u56fe\u5f62\uff0c\u6709\u957f\u5ea6\u3001\u5bbd\u5ea6\u548c\u539a\u5ea6\u3002"}, {"color": "#f3fd8e", "created_at": 1752674473, "description": "**\u89d2** is a fundamental geometric concept originally defined by Euclid in *Elements* as the inclination between two intersecting lines. It is formed by two rays sharing a common endpoint and is used to describe the degree of inclination between the lines or the change in direction. In geometry, angles serve as a basic element for analyzing the relationships between shapes and measuring directional changes. \n\nWhile angles are commonly introduced in elementary mathematics, their precise definition can be challenging at that level. Importantly, the size of an angle is not determined by the lengths of its sides but rather by the chord or arc length of the corresponding unit circle. Thus, angles are essential in describing geometric configurations independently of scale. \n\nIn summary, **\u89d2** is a core geometric figure consisting of two rays with a shared origin, widely applied in mathematics to quantify inclination, directional variation, and spatial relationships between lines and shapes.", "entity_id": "\u89d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u89d2", "label": "\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "**\u89d2** is a fundamental geometric concept originally defined by Euclid in *Elements* as the inclination between two intersecting lines. It is formed by two rays sharing a common endpoint and is used to describe the degree of inclination between the lines or the change in direction. In geometry, angles serve as a basic element for analyzing the relationships between shapes and measuring directional changes. \n\nWhile angles are commonly introduced in elementary mathematics, their precise definition can be challenging at that level. Importantly, the size of an angle is not determined by the lengths of its sides but rather by the chord or arc length of the corresponding unit circle. Thus, angles are essential in describing geometric configurations independently of scale. \n\nIn summary, **\u89d2** is a core geometric figure consisting of two rays with a shared origin, widely applied in mathematics to quantify inclination, directional variation, and spatial relationships between lines and shapes."}, {"color": "#0601c3", "created_at": 1752674473, "description": "\u5355\u4f4d\u5706\u662f\u534a\u5f84\u4e3a1\u7684\u5706\uff0c\u7528\u4e8e\u7edf\u4e00\u5ea6\u91cf\u89d2\u7684\u5927\u5c0f\uff0c\u901a\u8fc7\u5f26\u957f\u6216\u5f27\u957f\u6bd4\u8f83\u89d2\u7684\u5927\u5c0f\u3002", "entity_id": "\u5355\u4f4d\u5706", "entity_type": "category", "file_path": "unknown_source", "id": "\u5355\u4f4d\u5706", "label": "\u5355\u4f4d\u5706", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u5355\u4f4d\u5706\u662f\u534a\u5f84\u4e3a1\u7684\u5706\uff0c\u7528\u4e8e\u7edf\u4e00\u5ea6\u91cf\u89d2\u7684\u5927\u5c0f\uff0c\u901a\u8fc7\u5f26\u957f\u6216\u5f27\u957f\u6bd4\u8f83\u89d2\u7684\u5927\u5c0f\u3002"}, {"color": "#a28aca", "created_at": 1752674473, "description": "\u9762\u79efis a two-dimensional measure of space enclosed within a boundary, derived from length measurements.\u003cSEP\u003e\u9762\u79efrefers to the two-dimensional measurement of space, introduced in the second stage of elementary education, where students learn formulas for various shapes.\u003cSEP\u003e\u9762\u79ef\u662f\u63cf\u8ff0\u5e73\u9762\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\uff0c\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u8ba1\u7b97\u3002", "entity_id": "\u9762\u79ef", "entity_type": "category", "file_path": "unknown_source", "id": "\u9762\u79ef", "label": "\u9762\u79ef", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u9762\u79efis a two-dimensional measure of space enclosed within a boundary, derived from length measurements.\u003cSEP\u003e\u9762\u79efrefers to the two-dimensional measurement of space, introduced in the second stage of elementary education, where students learn formulas for various shapes.\u003cSEP\u003e\u9762\u79ef\u662f\u63cf\u8ff0\u5e73\u9762\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\uff0c\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u8ba1\u7b97\u3002"}, {"color": "#e712f6", "created_at": 1752674473, "description": "\u4f53\u79efis a three-dimensional measure of space occupied by an object, extending the concept of area into three dimensions.\u003cSEP\u003e\u4f53\u79efrefers to the three-dimensional measurement of space occupied by an object, taught in the later stages of elementary education, including volume formulas for shapes like cubes and cylinders.\u003cSEP\u003e\u4f53\u79ef\u662f\u63cf\u8ff0\u7acb\u4f53\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\uff0c\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u8ba1\u7b97\u3002", "entity_id": "\u4f53\u79ef", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f53\u79ef", "label": "\u4f53\u79ef", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4f53\u79efis a three-dimensional measure of space occupied by an object, extending the concept of area into three dimensions.\u003cSEP\u003e\u4f53\u79efrefers to the three-dimensional measurement of space occupied by an object, taught in the later stages of elementary education, including volume formulas for shapes like cubes and cylinders.\u003cSEP\u003e\u4f53\u79ef\u662f\u63cf\u8ff0\u7acb\u4f53\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\uff0c\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u8ba1\u7b97\u3002"}, {"color": "#1bbbf0", "created_at": 1752674473, "description": "\u957f\u5ea6is a one-dimensional measure of distance between two points, forming the basis for area and volume measurements.\u003cSEP\u003e\u957f\u5ea6refers to the one-dimensional measurement of objects, taught in the first stage of elementary education, focusing on units like meters and centimeters.", "entity_id": "\u957f\u5ea6", "entity_type": "category", "file_path": "unknown_source", "id": "\u957f\u5ea6", "label": "\u957f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b", "title": "\u957f\u5ea6is a one-dimensional measure of distance between two points, forming the basis for area and volume measurements.\u003cSEP\u003e\u957f\u5ea6refers to the one-dimensional measurement of objects, taught in the first stage of elementary education, focusing on units like meters and centimeters."}, {"color": "#fd9467", "created_at": 1752674473, "description": "\u4e49\u52a1\u6559\u80b2\u662f\u56fd\u5bb6\u7edf\u4e00\u5b9e\u65bd\u7684\u6559\u80b2\u5236\u5ea6\uff0c\u5305\u62ec\u6570\u5b66\u7b49\u57fa\u7840\u5b66\u79d1\u7684\u6559\u5b66\u3002", "entity_id": "\u4e49\u52a1\u6559\u80b2", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e49\u52a1\u6559\u80b2", "label": "\u4e49\u52a1\u6559\u80b2", "shape": "dot", "size": 10, "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4e49\u52a1\u6559\u80b2\u662f\u56fd\u5bb6\u7edf\u4e00\u5b9e\u65bd\u7684\u6559\u80b2\u5236\u5ea6\uff0c\u5305\u62ec\u6570\u5b66\u7b49\u57fa\u7840\u5b66\u79d1\u7684\u6559\u5b66\u3002"}, {"color": "#403e24", "created_at": 1752674473, "description": "\u6570\u5b66\u6559\u80b2\u6539\u9769\u662f\u5bf9\u6570\u5b66\u6559\u5b66\u5185\u5bb9\u548c\u65b9\u6cd5\u7684\u7cfb\u7edf\u6027\u53d8\u9769\uff0c\u65e8\u5728\u63d0\u9ad8\u6559\u80b2\u8d28\u91cf\u3002", "entity_id": "\u6570\u5b66\u6559\u80b2\u6539\u9769", "entity_type": "event", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u80b2\u6539\u9769", "label": "\u6570\u5b66\u6559\u80b2\u6539\u9769", "shape": "dot", "size": 10, "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6570\u5b66\u6559\u80b2\u6539\u9769\u662f\u5bf9\u6570\u5b66\u6559\u5b66\u5185\u5bb9\u548c\u65b9\u6cd5\u7684\u7cfb\u7edf\u6027\u53d8\u9769\uff0c\u65e8\u5728\u63d0\u9ad8\u6559\u80b2\u8d28\u91cf\u3002"}, {"color": "#c9ed1c", "created_at": 1752674473, "description": "\u9ece\u66fc\u7a7a\u95f4\u662f\u57fa\u4e8e\u66f2\u7ebf\u5750\u6807\u7684\u7a7a\u95f4\uff0c\u4e0e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u548c\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u4e0d\u540c\u3002", "entity_id": "\u9ece\u66fc\u7a7a\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ece\u66fc\u7a7a\u95f4", "label": "\u9ece\u66fc\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u9ece\u66fc\u7a7a\u95f4\u662f\u57fa\u4e8e\u66f2\u7ebf\u5750\u6807\u7684\u7a7a\u95f4\uff0c\u4e0e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u548c\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u4e0d\u540c\u3002"}, {"color": "#2e234e", "created_at": 1752674473, "description": "\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u662f\u57fa\u4e8e\u5185\u79ef\u7684\u65e0\u7a77\u7ef4\u7a7a\u95f4\uff0c\u533a\u522b\u4e8e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u3002", "entity_id": "\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4", "label": "\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u662f\u57fa\u4e8e\u5185\u79ef\u7684\u65e0\u7a77\u7ef4\u7a7a\u95f4\uff0c\u533a\u522b\u4e8e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u3002"}, {"color": "#7e5fae", "created_at": 1752674473, "description": "\u5185\u79ef\u662f\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u4e2d\u7684\u5ea6\u91cf\u65b9\u6cd5\uff0c\u4e0d\u540c\u4e8e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u7684\u76f4\u7ebf\u8ddd\u79bb\u3002", "entity_id": "\u5185\u79ef", "entity_type": "category", "file_path": "unknown_source", "id": "\u5185\u79ef", "label": "\u5185\u79ef", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u5185\u79ef\u662f\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u4e2d\u7684\u5ea6\u91cf\u65b9\u6cd5\uff0c\u4e0d\u540c\u4e8e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u7684\u76f4\u7ebf\u8ddd\u79bb\u3002"}, {"color": "#188bf0", "created_at": 1752674473, "description": "\u66f2\u7ebf\u5750\u6807\u662f\u9ece\u66fc\u7a7a\u95f4\u4e2d\u7684\u5ea6\u91cf\u57fa\u7840\uff0c\u533a\u522b\u4e8e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u7684\u76f4\u7ebf\u5750\u6807\u3002", "entity_id": "\u66f2\u7ebf\u5750\u6807", "entity_type": "category", "file_path": "unknown_source", "id": "\u66f2\u7ebf\u5750\u6807", "label": "\u66f2\u7ebf\u5750\u6807", "shape": "dot", "size": 10, "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u66f2\u7ebf\u5750\u6807\u662f\u9ece\u66fc\u7a7a\u95f4\u4e2d\u7684\u5ea6\u91cf\u57fa\u7840\uff0c\u533a\u522b\u4e8e\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u7684\u76f4\u7ebf\u5750\u6807\u3002"}, {"color": "#20480e", "created_at": 1752674473, "description": "\u9510\u89d2\u4e09\u89d2\u5f62is a type of triangle where all three angles are less than 90 degrees, distinguished from obtuse triangles in geometric classification.\u003cSEP\u003e\u9510\u89d2\u4e09\u89d2\u5f62\u662f\u4e09\u4e2a\u5185\u89d2\u5747\u5c0f\u4e8e90\u5ea6\u7684\u4e09\u89d2\u5f62\uff0c\u5206\u7c7b\u65f6\u9700\u4e0e\u76f4\u89d2\u4e09\u89d2\u5f62\u548c\u949d\u89d2\u4e09\u89d2\u5f62\u6bd4\u8f83\u3002", "entity_id": "\u9510\u89d2\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u9510\u89d2\u4e09\u89d2\u5f62", "label": "\u9510\u89d2\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u9510\u89d2\u4e09\u89d2\u5f62is a type of triangle where all three angles are less than 90 degrees, distinguished from obtuse triangles in geometric classification.\u003cSEP\u003e\u9510\u89d2\u4e09\u89d2\u5f62\u662f\u4e09\u4e2a\u5185\u89d2\u5747\u5c0f\u4e8e90\u5ea6\u7684\u4e09\u89d2\u5f62\uff0c\u5206\u7c7b\u65f6\u9700\u4e0e\u76f4\u89d2\u4e09\u89d2\u5f62\u548c\u949d\u89d2\u4e09\u89d2\u5f62\u6bd4\u8f83\u3002"}, {"color": "#14dc6a", "created_at": 1752674473, "description": "\u949d\u89d2\u4e09\u89d2\u5f62is a type of triangle that contains one angle greater than 90 degrees, contrasting with acute triangles in geometric classification.\u003cSEP\u003e\u949d\u89d2\u4e09\u89d2\u5f62\u662f\u6709\u4e00\u4e2a\u5185\u89d2\u5927\u4e8e90\u5ea6\u7684\u4e09\u89d2\u5f62\uff0c\u5206\u7c7b\u9700\u4ee5\u76f4\u89d2\u4e09\u89d2\u5f62\u4e3a\u5206\u6c34\u5cad\u3002", "entity_id": "\u949d\u89d2\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u949d\u89d2\u4e09\u89d2\u5f62", "label": "\u949d\u89d2\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u949d\u89d2\u4e09\u89d2\u5f62is a type of triangle that contains one angle greater than 90 degrees, contrasting with acute triangles in geometric classification.\u003cSEP\u003e\u949d\u89d2\u4e09\u89d2\u5f62\u662f\u6709\u4e00\u4e2a\u5185\u89d2\u5927\u4e8e90\u5ea6\u7684\u4e09\u89d2\u5f62\uff0c\u5206\u7c7b\u9700\u4ee5\u76f4\u89d2\u4e09\u89d2\u5f62\u4e3a\u5206\u6c34\u5cad\u3002"}, {"color": "#86f981", "created_at": 1752674473, "description": "\u56fe\u5f62\u6570\u5b57\u5316\u662f\u4fe1\u606f\u6280\u672f\u4e2d\u7684\u57fa\u7840\u601d\u7ef4\uff0c\u7528\u4e8e\u7535\u89c6\u753b\u9762\u548c\u7f51\u7edc\u56fe\u5f62\u7684\u4f20\u8f93\u53ca\u52a0\u5bc6\u5904\u7406\u3002", "entity_id": "\u56fe\u5f62\u6570\u5b57\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u6570\u5b57\u5316", "label": "\u56fe\u5f62\u6570\u5b57\u5316", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u56fe\u5f62\u6570\u5b57\u5316\u662f\u4fe1\u606f\u6280\u672f\u4e2d\u7684\u57fa\u7840\u601d\u7ef4\uff0c\u7528\u4e8e\u7535\u89c6\u753b\u9762\u548c\u7f51\u7edc\u56fe\u5f62\u7684\u4f20\u8f93\u53ca\u52a0\u5bc6\u5904\u7406\u3002"}, {"color": "#897597", "created_at": 1752674473, "description": "\u4ee3\u6570\u76f4\u89c2\u662f\u6570\u5b66\u76f4\u89c2\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u7b26\u53f7\u548c\u8868\u8fbe\u5f0f\u76f4\u63a5\u7406\u89e3\u4ee3\u6570\u95ee\u9898\u7684\u672c\u8d28\u3002", "entity_id": "\u4ee3\u6570\u76f4\u89c2", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee3\u6570\u76f4\u89c2", "label": "\u4ee3\u6570\u76f4\u89c2", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u4ee3\u6570\u76f4\u89c2\u662f\u6570\u5b66\u76f4\u89c2\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u7b26\u53f7\u548c\u8868\u8fbe\u5f0f\u76f4\u63a5\u7406\u89e3\u4ee3\u6570\u95ee\u9898\u7684\u672c\u8d28\u3002"}, {"color": "#cc8cef", "created_at": 1752674473, "description": "\u7edf\u8ba1\u76f4\u89c2\u662f\u6570\u5b66\u76f4\u89c2\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u6570\u636e\u548c\u7edf\u8ba1\u56fe\u8868\u76f4\u63a5\u7406\u89e3\u7edf\u8ba1\u95ee\u9898\u7684\u672c\u8d28\u3002", "entity_id": "\u7edf\u8ba1\u76f4\u89c2", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u76f4\u89c2", "label": "\u7edf\u8ba1\u76f4\u89c2", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u7edf\u8ba1\u76f4\u89c2\u662f\u6570\u5b66\u76f4\u89c2\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u6570\u636e\u548c\u7edf\u8ba1\u56fe\u8868\u76f4\u63a5\u7406\u89e3\u7edf\u8ba1\u95ee\u9898\u7684\u672c\u8d28\u3002"}, {"color": "#0aaf91", "created_at": 1752674473, "description": "\u53d8\u6362\u5173\u7cfb\u662f\u56fe\u5f62\u6570\u5b57\u5316\u4f20\u8f93\u4e2d\u7528\u4e8e\u52a0\u5bc6\u548c\u89e3\u5bc6\u7684\u5173\u952e\u6570\u5b66\u6982\u5ff5\uff0c\u63cf\u8ff0\u56fe\u5f62\u5728\u8fd0\u52a8\u524d\u540e\u7684\u5bf9\u5e94\u5173\u7cfb\u3002", "entity_id": "\u53d8\u6362\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u53d8\u6362\u5173\u7cfb", "label": "\u53d8\u6362\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u53d8\u6362\u5173\u7cfb\u662f\u56fe\u5f62\u6570\u5b57\u5316\u4f20\u8f93\u4e2d\u7528\u4e8e\u52a0\u5bc6\u548c\u89e3\u5bc6\u7684\u5173\u952e\u6570\u5b66\u6982\u5ff5\uff0c\u63cf\u8ff0\u56fe\u5f62\u5728\u8fd0\u52a8\u524d\u540e\u7684\u5bf9\u5e94\u5173\u7cfb\u3002"}, {"color": "#ed47a5", "created_at": 1752674473, "description": "\u63cf\u8ff0\u7edf\u8ba1\u662f\u5bf9\u8c03\u67e5\u6570\u636e\u672c\u8eab\u7684\u6574\u7406\u4e0e\u5c55\u793a\uff0c\u4e0d\u8003\u8651\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u7528\u4e8e\u6e05\u6670\u8868\u8fbe\u6570\u636e\u7279\u5f81\uff0c\u5982\u5e73\u5747\u6570\u3001\u6700\u9ad8\u503c\u3001\u6700\u4f4e\u503c\u7b49\u3002", "entity_id": "\u63cf\u8ff0\u7edf\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u63cf\u8ff0\u7edf\u8ba1", "label": "\u63cf\u8ff0\u7edf\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u63cf\u8ff0\u7edf\u8ba1\u662f\u5bf9\u8c03\u67e5\u6570\u636e\u672c\u8eab\u7684\u6574\u7406\u4e0e\u5c55\u793a\uff0c\u4e0d\u8003\u8651\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u7528\u4e8e\u6e05\u6670\u8868\u8fbe\u6570\u636e\u7279\u5f81\uff0c\u5982\u5e73\u5747\u6570\u3001\u6700\u9ad8\u503c\u3001\u6700\u4f4e\u503c\u7b49\u3002"}, {"color": "#af9157", "created_at": 1752674473, "description": "\u6570\u636e\u5206\u6bb5\u662f\u5bf9\u6570\u636e\u8fdb\u884c\u5408\u7406\u5212\u5206\u7684\u8fc7\u7a0b\uff0c\u76ee\u7684\u662f\u4fbf\u4e8e\u6e05\u6670\u8868\u8fbe\u548c\u6709\u6548\u5206\u6790\uff0c\u4f8b\u5982\u5728\u63cf\u8ff0\u7edf\u8ba1\u4e2d\u5bf9\u8eab\u9ad8\u8fdb\u884c\u533a\u95f4\u5212\u5206\u3002", "entity_id": "\u6570\u636e\u5206\u6bb5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u5206\u6bb5", "label": "\u6570\u636e\u5206\u6bb5", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6570\u636e\u5206\u6bb5\u662f\u5bf9\u6570\u636e\u8fdb\u884c\u5408\u7406\u5212\u5206\u7684\u8fc7\u7a0b\uff0c\u76ee\u7684\u662f\u4fbf\u4e8e\u6e05\u6670\u8868\u8fbe\u548c\u6709\u6548\u5206\u6790\uff0c\u4f8b\u5982\u5728\u63cf\u8ff0\u7edf\u8ba1\u4e2d\u5bf9\u8eab\u9ad8\u8fdb\u884c\u533a\u95f4\u5212\u5206\u3002"}, {"color": "#7c08d0", "created_at": 1752674473, "description": "\u65e5\u5e38\u751f\u6d3b\u5e94\u7528\u6307\u63cf\u8ff0\u7edf\u8ba1\u5728\u73b0\u5b9e\u4e2d\u7684\u5e7f\u6cdb\u5e94\u7528\uff0c\u5982\u5bb6\u5ead\u6536\u652f\u3001\u4f01\u4e1a\u62a5\u8868\u3001\u653f\u5e9c\u8d22\u653f\u3001\u4eba\u53e3\u666e\u67e5\u7b49\u573a\u666f\u3002", "entity_id": "\u65e5\u5e38\u751f\u6d3b\u5e94\u7528", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e5\u5e38\u751f\u6d3b\u5e94\u7528", "label": "\u65e5\u5e38\u751f\u6d3b\u5e94\u7528", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u65e5\u5e38\u751f\u6d3b\u5e94\u7528\u6307\u63cf\u8ff0\u7edf\u8ba1\u5728\u73b0\u5b9e\u4e2d\u7684\u5e7f\u6cdb\u5e94\u7528\uff0c\u5982\u5bb6\u5ead\u6536\u652f\u3001\u4f01\u4e1a\u62a5\u8868\u3001\u653f\u5e9c\u8d22\u653f\u3001\u4eba\u53e3\u666e\u67e5\u7b49\u573a\u666f\u3002"}, {"color": "#5e6429", "created_at": 1752674473, "description": "A statistical estimation method where the proportion of red balls is estimated based on observed frequency from repeated trials.\u003cSEP\u003e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u5e38\u7528\u7684\u7edf\u8ba1\u4f30\u8ba1\u65b9\u6cd5\uff0c\u7528\u4e8e\u5728\u63a8\u65ad\u7edf\u8ba1\u4e2d\u6839\u636e\u6837\u672c\u6570\u636e\u4f30\u8ba1\u603b\u4f53\u53c2\u6570\u3002\u003cSEP\u003e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u7edf\u8ba1\u53c2\u6570\u4f30\u8ba1\u65b9\u6cd5\uff0c\u901a\u8fc7\u4f7f\u89c2\u6d4b\u6570\u636e\u51fa\u73b0\u6982\u7387\u6700\u5927\u6765\u4f30\u8ba1\u53c2\u6570\u503c\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u7edf\u8ba1\u5b66\u4e2d\u3002", "entity_id": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "label": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "A statistical estimation method where the proportion of red balls is estimated based on observed frequency from repeated trials.\u003cSEP\u003e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u5e38\u7528\u7684\u7edf\u8ba1\u4f30\u8ba1\u65b9\u6cd5\uff0c\u7528\u4e8e\u5728\u63a8\u65ad\u7edf\u8ba1\u4e2d\u6839\u636e\u6837\u672c\u6570\u636e\u4f30\u8ba1\u603b\u4f53\u53c2\u6570\u3002\u003cSEP\u003e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u7edf\u8ba1\u53c2\u6570\u4f30\u8ba1\u65b9\u6cd5\uff0c\u901a\u8fc7\u4f7f\u89c2\u6d4b\u6570\u636e\u51fa\u73b0\u6982\u7387\u6700\u5927\u6765\u4f30\u8ba1\u53c2\u6570\u503c\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u7edf\u8ba1\u5b66\u4e2d\u3002"}, {"color": "#ed810b", "created_at": 1752674473, "description": "\u62bd\u6837\u8c03\u67e5\u662f\u4e00\u79cd\u7edf\u8ba1\u65b9\u6cd5\uff0c\u901a\u8fc7\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u90e8\u5206\u6837\u672c\u8fdb\u884c\u7814\u7a76\uff0c\u4ece\u800c\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u9002\u7528\u4e8e\u603b\u4f53\u6570\u91cf\u8fc7\u5927\u6216\u65e0\u6cd5\u5168\u9762\u83b7\u53d6\u7684\u60c5\u51b5\u3002\u003cSEP\u003e\u62bd\u6837\u8c03\u67e5\u662f\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u90e8\u5206\u6837\u672c\u8fdb\u884c\u5206\u6790\uff0c\u4ee5\u63a8\u65ad\u603b\u4f53\u4fe1\u606f\uff0c\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u5e38\u7528\u7684\u6570\u636e\u6536\u96c6\u65b9\u6cd5\u3002", "entity_id": "\u62bd\u6837\u8c03\u67e5", "entity_type": "category", "file_path": "unknown_source", "id": "\u62bd\u6837\u8c03\u67e5", "label": "\u62bd\u6837\u8c03\u67e5", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u62bd\u6837\u8c03\u67e5\u662f\u4e00\u79cd\u7edf\u8ba1\u65b9\u6cd5\uff0c\u901a\u8fc7\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u90e8\u5206\u6837\u672c\u8fdb\u884c\u7814\u7a76\uff0c\u4ece\u800c\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u9002\u7528\u4e8e\u603b\u4f53\u6570\u91cf\u8fc7\u5927\u6216\u65e0\u6cd5\u5168\u9762\u83b7\u53d6\u7684\u60c5\u51b5\u3002\u003cSEP\u003e\u62bd\u6837\u8c03\u67e5\u662f\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u90e8\u5206\u6837\u672c\u8fdb\u884c\u5206\u6790\uff0c\u4ee5\u63a8\u65ad\u603b\u4f53\u4fe1\u606f\uff0c\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u5e38\u7528\u7684\u6570\u636e\u6536\u96c6\u65b9\u6cd5\u3002"}, {"color": "#2deae0", "created_at": 1752674473, "description": "\u6216\u7136\u7ed3\u679c\u662f\u6307\u63a8\u65ad\u7edf\u8ba1\u4e2d\u901a\u8fc7\u6837\u672c\u6570\u636e\u5f97\u5230\u7684\u7ed3\u8bba\u5177\u6709\u4e0d\u786e\u5b9a\u6027\uff0c\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u672c\u7279\u5f81\u3002", "entity_id": "\u6216\u7136\u7ed3\u679c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6216\u7136\u7ed3\u679c", "label": "\u6216\u7136\u7ed3\u679c", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6216\u7136\u7ed3\u679c\u662f\u6307\u63a8\u65ad\u7edf\u8ba1\u4e2d\u901a\u8fc7\u6837\u672c\u6570\u636e\u5f97\u5230\u7684\u7ed3\u8bba\u5177\u6709\u4e0d\u786e\u5b9a\u6027\uff0c\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u672c\u7279\u5f81\u3002"}, {"color": "#7e9fea", "created_at": 1752674473, "description": "\u603b\u4f53\u662f\u7814\u7a76\u5bf9\u8c61\u7684\u5168\u90e8\u4e2a\u4f53\u6216\u6570\u636e\u96c6\u5408\uff0c\u7531\u4e8e\u6570\u91cf\u5e9e\u5927\u6216\u4e0d\u53ef\u83b7\u53d6\uff0c\u901a\u5e38\u901a\u8fc7\u6837\u672c\u8fdb\u884c\u63a8\u65ad\u3002", "entity_id": "\u603b\u4f53", "entity_type": "category", "file_path": "unknown_source", "id": "\u603b\u4f53", "label": "\u603b\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u603b\u4f53\u662f\u7814\u7a76\u5bf9\u8c61\u7684\u5168\u90e8\u4e2a\u4f53\u6216\u6570\u636e\u96c6\u5408\uff0c\u7531\u4e8e\u6570\u91cf\u5e9e\u5927\u6216\u4e0d\u53ef\u83b7\u53d6\uff0c\u901a\u5e38\u901a\u8fc7\u6837\u672c\u8fdb\u884c\u63a8\u65ad\u3002"}, {"color": "#b68706", "created_at": 1752674473, "description": "The process of inferring unknown population parameters based on sample data, such as estimating proportions or the true value \u03bc.\u003cSEP\u003e\u4f30\u8ba1\u662f\u7edf\u8ba1\u5206\u6790\u4e2d\u7684\u4e00\u79cd\u65b9\u6cd5\uff0c\u901a\u8fc7\u5bf9\u6837\u672c\u6570\u636e\u7684\u5206\u6790\u6765\u63a8\u6d4b\u603b\u4f53\u53c2\u6570\uff0c\u5982\u5e73\u5747\u503c\u3001\u6bd4\u4f8b\u7b49\u3002", "entity_id": "\u4f30\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f30\u8ba1", "label": "\u4f30\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The process of inferring unknown population parameters based on sample data, such as estimating proportions or the true value \u03bc.\u003cSEP\u003e\u4f30\u8ba1\u662f\u7edf\u8ba1\u5206\u6790\u4e2d\u7684\u4e00\u79cd\u65b9\u6cd5\uff0c\u901a\u8fc7\u5bf9\u6837\u672c\u6570\u636e\u7684\u5206\u6790\u6765\u63a8\u6d4b\u603b\u4f53\u53c2\u6570\uff0c\u5982\u5e73\u5747\u503c\u3001\u6bd4\u4f8b\u7b49\u3002"}, {"color": "#d262ad", "created_at": 1752674566, "description": "Statistical mean involves sampling randomness, treating data as independent and identically distributed samples for inference.", "entity_id": "\u7edf\u8ba1\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "label": "\u7edf\u8ba1\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "shape": "dot", "size": 10, "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Statistical mean involves sampling randomness, treating data as independent and identically distributed samples for inference."}, {"color": "#ad0f12", "created_at": 1752674473, "description": "Sample frequency (e.g., shots made \u00f7 attempts) estimates true probability in statistical analysis.\u003cSEP\u003eThe frequency of an event observed in a sample, used to estimate probabilities in statistical analysis.\u003cSEP\u003e\u6837\u672c\u9891\u7387\u662f\u901a\u8fc7\u5b9e\u9a8c\u6216\u89c2\u5bdf\u83b7\u5f97\u7684\u4e8b\u4ef6\u53d1\u751f\u9891\u7387\uff0c\u7528\u4e8e\u4f30\u8ba1\u4e8b\u4ef6\u7684\u6982\u7387\u3002", "entity_id": "\u6837\u672c\u9891\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u6837\u672c\u9891\u7387", "label": "\u6837\u672c\u9891\u7387", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Sample frequency (e.g., shots made \u00f7 attempts) estimates true probability in statistical analysis.\u003cSEP\u003eThe frequency of an event observed in a sample, used to estimate probabilities in statistical analysis.\u003cSEP\u003e\u6837\u672c\u9891\u7387\u662f\u901a\u8fc7\u5b9e\u9a8c\u6216\u89c2\u5bdf\u83b7\u5f97\u7684\u4e8b\u4ef6\u53d1\u751f\u9891\u7387\uff0c\u7528\u4e8e\u4f30\u8ba1\u4e8b\u4ef6\u7684\u6982\u7387\u3002"}, {"color": "#a7ee3a", "created_at": 1752674526, "description": "\u4e8c\u9879\u5206\u5e03\u662f\u63cf\u8ff0\u5728n\u6b21\u72ec\u7acb\u91cd\u590d\u8bd5\u9a8c\u4e2d\u51fa\u73b0k\u6b21\u6210\u529f\u7684\u6982\u7387\u5206\u5e03\uff0c\u5176\u516c\u5f0f\u4e3aP(Y = k) = c(n,k) p^k q^{n-k}\u3002", "entity_id": "\u4e8c\u9879\u5206\u5e03", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8c\u9879\u5206\u5e03", "label": "\u4e8c\u9879\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4e8c\u9879\u5206\u5e03\u662f\u63cf\u8ff0\u5728n\u6b21\u72ec\u7acb\u91cd\u590d\u8bd5\u9a8c\u4e2d\u51fa\u73b0k\u6b21\u6210\u529f\u7684\u6982\u7387\u5206\u5e03\uff0c\u5176\u516c\u5f0f\u4e3aP(Y = k) = c(n,k) p^k q^{n-k}\u3002"}, {"color": "#0e3d78", "created_at": 1752674536, "description": "k/n\u662f\u901a\u8fc7\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u5f97\u51fa\u7684\u6982\u7387p\u7684\u4f30\u8ba1\u503c\uff0c\u8868\u793a\u5b9e\u9a8c\u4e2d\u6210\u529f\u6b21\u6570\u4e0e\u603b\u8bd5\u9a8c\u6b21\u6570\u7684\u6bd4\u503c\u3002", "entity_id": "\u89e3k/n", "entity_type": "category", "file_path": "unknown_source", "id": "\u89e3k/n", "label": "\u89e3k/n", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "k/n\u662f\u901a\u8fc7\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u5f97\u51fa\u7684\u6982\u7387p\u7684\u4f30\u8ba1\u503c\uff0c\u8868\u793a\u5b9e\u9a8c\u4e2d\u6210\u529f\u6b21\u6570\u4e0e\u603b\u8bd5\u9a8c\u6b21\u6570\u7684\u6bd4\u503c\u3002"}, {"color": "#0f1851", "created_at": 1752674536, "description": "Reference problem 27 where detailed discussion about different statistical graphs can be found.\u003cSEP\u003e\u95ee\u989827\u662f\u6587\u4e2d\u63d0\u5230\u7684\u4e00\u4e2a\u7edf\u8ba1\u5b66\u95ee\u9898\uff0c\u5f3a\u8c03\u5bf9\u4f30\u8ba1\u65b9\u6cd5\u7684\u5224\u65ad\u5e94\u4fa7\u91cd\u2018\u597d\u4e0e\u574f\u2019\u800c\u975e\u2018\u5bf9\u4e0e\u9519\u2019\u3002", "entity_id": "\u95ee\u989827", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u989827", "label": "\u95ee\u989827", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "Reference problem 27 where detailed discussion about different statistical graphs can be found.\u003cSEP\u003e\u95ee\u989827\u662f\u6587\u4e2d\u63d0\u5230\u7684\u4e00\u4e2a\u7edf\u8ba1\u5b66\u95ee\u9898\uff0c\u5f3a\u8c03\u5bf9\u4f30\u8ba1\u65b9\u6cd5\u7684\u5224\u65ad\u5e94\u4fa7\u91cd\u2018\u597d\u4e0e\u574f\u2019\u800c\u975e\u2018\u5bf9\u4e0e\u9519\u2019\u3002"}, {"color": "#2b6c5b", "created_at": 1752674536, "description": "\u6295\u7bee\u5b9e\u9a8c\u662f\u4e00\u4e2a\u5b9e\u4f8b\uff0c\u7528\u4e8e\u8bf4\u660e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u5728\u6781\u7aef\u60c5\u51b5\u4e0b(\u59821\u6b21\u6295\u7bee\u547d\u4e2d)\u53ef\u80fd\u4e0d\u5408\u7406\u3002", "entity_id": "\u6295\u7bee\u5b9e\u9a8c", "entity_type": "event", "file_path": "unknown_source", "id": "\u6295\u7bee\u5b9e\u9a8c", "label": "\u6295\u7bee\u5b9e\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6295\u7bee\u5b9e\u9a8c\u662f\u4e00\u4e2a\u5b9e\u4f8b\uff0c\u7528\u4e8e\u8bf4\u660e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u5728\u6781\u7aef\u60c5\u51b5\u4e0b(\u59821\u6b21\u6295\u7bee\u547d\u4e2d)\u53ef\u80fd\u4e0d\u5408\u7406\u3002"}, {"color": "#5d12c5", "created_at": 1752674536, "description": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5\u662f\u4e0d\u540c\u4e8e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u4e00\u79cd\u6982\u7387\u4f30\u8ba1\u65b9\u6cd5\uff0c\u8868\u8fbe\u5f0f\u4e3a(m+1)/(n+2)\u3002", "entity_id": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5", "label": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5\u662f\u4e0d\u540c\u4e8e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u4e00\u79cd\u6982\u7387\u4f30\u8ba1\u65b9\u6cd5\uff0c\u8868\u8fbe\u5f0f\u4e3a(m+1)/(n+2)\u3002"}, {"color": "#c697aa", "created_at": 1752674473, "description": "A symbol representing random error in the error model, indicating the deviation of observed data from the true value \u03bc.", "entity_id": "\u03b5", "entity_type": "category", "file_path": "unknown_source", "id": "\u03b5", "label": "\u03b5", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A symbol representing random error in the error model, indicating the deviation of observed data from the true value \u03bc."}, {"color": "#9bce4e", "created_at": 1752674473, "description": "Sample mean is the average value of a set of observed data, used as an unbiased estimator of the true population mean under certain assumptions about random errors.", "entity_id": "\u6837\u672c\u5e73\u5747\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6837\u672c\u5e73\u5747\u6570", "label": "\u6837\u672c\u5e73\u5747\u6570", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Sample mean is the average value of a set of observed data, used as an unbiased estimator of the true population mean under certain assumptions about random errors."}, {"color": "#a673f4", "created_at": 1752674473, "description": "\u7edf\u8ba1\u5b66\u65b9\u6cd5\u4e4b\u4e00,\u5305\u542b\u5206\u5c42\u62bd\u6837\u7b49\u5177\u4f53\u6280\u672f,\u7528\u4e8e\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u4ee3\u8868\u6027\u6837\u672c\u3002\u003cSEP\u003e\u968f\u673a\u62bd\u6837\u662f\u4e00\u79cd\u62bd\u6837\u65b9\u6cd5\uff0c\u5f3a\u8c03\u5728\u603b\u4f53\u4e2d\u968f\u673a\u9009\u62e9\u6837\u672c\uff0c\u4ee5\u51cf\u5c11\u504f\u5dee\uff0c\u786e\u4fdd\u6837\u672c\u5177\u6709\u4ee3\u8868\u6027\uff0c\u662f\u5c0f\u5b66\u9636\u6bb5\u4e3b\u8981\u4ecb\u7ecd\u7684\u62bd\u6837\u65b9\u5f0f\u3002", "entity_id": "\u968f\u673a\u62bd\u6837", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u62bd\u6837", "label": "\u968f\u673a\u62bd\u6837", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u7edf\u8ba1\u5b66\u65b9\u6cd5\u4e4b\u4e00,\u5305\u542b\u5206\u5c42\u62bd\u6837\u7b49\u5177\u4f53\u6280\u672f,\u7528\u4e8e\u4ece\u603b\u4f53\u4e2d\u62bd\u53d6\u4ee3\u8868\u6027\u6837\u672c\u3002\u003cSEP\u003e\u968f\u673a\u62bd\u6837\u662f\u4e00\u79cd\u62bd\u6837\u65b9\u6cd5\uff0c\u5f3a\u8c03\u5728\u603b\u4f53\u4e2d\u968f\u673a\u9009\u62e9\u6837\u672c\uff0c\u4ee5\u51cf\u5c11\u504f\u5dee\uff0c\u786e\u4fdd\u6837\u672c\u5177\u6709\u4ee3\u8868\u6027\uff0c\u662f\u5c0f\u5b66\u9636\u6bb5\u4e3b\u8981\u4ecb\u7ecd\u7684\u62bd\u6837\u65b9\u5f0f\u3002"}, {"color": "#bf1e17", "created_at": 1752674473, "description": "\u51c6\u5219\u8bbe\u8ba1\u662f\u5728\u6570\u636e\u5206\u6bb5\u524d\u5236\u5b9a\u7684\u89c4\u5219\uff0c\u7528\u4e8e\u6307\u5bfc\u5982\u4f55\u5408\u7406\u5212\u5206\u533a\u95f4\uff0c\u4ee5\u907f\u514d\u533a\u95f4\u8fc7\u5c0f\u6216\u8fc7\u5927\u5e26\u6765\u7684\u5206\u6790\u95ee\u9898\u3002", "entity_id": "\u51c6\u5219\u8bbe\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u51c6\u5219\u8bbe\u8ba1", "label": "\u51c6\u5219\u8bbe\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u51c6\u5219\u8bbe\u8ba1\u662f\u5728\u6570\u636e\u5206\u6bb5\u524d\u5236\u5b9a\u7684\u89c4\u5219\uff0c\u7528\u4e8e\u6307\u5bfc\u5982\u4f55\u5408\u7406\u5212\u5206\u533a\u95f4\uff0c\u4ee5\u907f\u514d\u533a\u95f4\u8fc7\u5c0f\u6216\u8fc7\u5927\u5e26\u6765\u7684\u5206\u6790\u95ee\u9898\u3002"}, {"color": "#217f9f", "created_at": 1752674473, "description": "\u6d3b\u52a8\u7ecf\u9a8c\u662f\u6307\u5b66\u751f\u5728\u7edf\u8ba1\u4e0e\u6982\u7387\u5b66\u4e60\u8fc7\u7a0b\u4e2d\u79ef\u7d2f\u7684\u5b9e\u9645\u64cd\u4f5c\u548c\u601d\u7ef4\u8bad\u7ec3\u7ecf\u9a8c\uff0c\u6709\u52a9\u4e8e\u63d0\u5347\u7efc\u5408\u6570\u5b66\u7d20\u517b\u3002", "entity_id": "\u6d3b\u52a8\u7ecf\u9a8c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6d3b\u52a8\u7ecf\u9a8c", "label": "\u6d3b\u52a8\u7ecf\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6d3b\u52a8\u7ecf\u9a8c\u662f\u6307\u5b66\u751f\u5728\u7edf\u8ba1\u4e0e\u6982\u7387\u5b66\u4e60\u8fc7\u7a0b\u4e2d\u79ef\u7d2f\u7684\u5b9e\u9645\u64cd\u4f5c\u548c\u601d\u7ef4\u8bad\u7ec3\u7ecf\u9a8c\uff0c\u6709\u52a9\u4e8e\u63d0\u5347\u7efc\u5408\u6570\u5b66\u7d20\u517b\u3002"}, {"color": "#ce1602", "created_at": 1752674473, "description": "\u968f\u673a\u6570\u8868\u662f\u4e00\u79cd\u7528\u4e8e\u5b9e\u73b0\u968f\u673a\u62bd\u6837\u7684\u5de5\u5177\uff0c\u7531\u968f\u673a\u6392\u5217\u7684\u6570\u5b57\u7ec4\u6210\uff0c\u7528\u4e8e\u786e\u4fdd\u62bd\u6837\u7684\u65e0\u504f\u6027\u3002", "entity_id": "\u968f\u673a\u6570\u8868", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u6570\u8868", "label": "\u968f\u673a\u6570\u8868", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u968f\u673a\u6570\u8868\u662f\u4e00\u79cd\u7528\u4e8e\u5b9e\u73b0\u968f\u673a\u62bd\u6837\u7684\u5de5\u5177\uff0c\u7531\u968f\u673a\u6392\u5217\u7684\u6570\u5b57\u7ec4\u6210\uff0c\u7528\u4e8e\u786e\u4fdd\u62bd\u6837\u7684\u65e0\u504f\u6027\u3002"}, {"color": "#434ce1", "created_at": 1752674473, "description": "\u7edf\u8ba1\u56fe\u662f\u7528\u4e8e\u53ef\u89c6\u5316\u5c55\u793a\u6570\u636e\u7684\u56fe\u5f62\u5de5\u5177\uff0c\u5305\u62ec\u6761\u5f62\u56fe\u3001\u6247\u5f62\u56fe\u3001\u6298\u7ebf\u56fe\u7b49\u591a\u79cd\u5f62\u5f0f\uff0c\u4fbf\u4e8e\u76f4\u89c2\u7406\u89e3\u6570\u636e\u4fe1\u606f\u3002", "entity_id": "\u7edf\u8ba1\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u56fe", "label": "\u7edf\u8ba1\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u7edf\u8ba1\u56fe\u662f\u7528\u4e8e\u53ef\u89c6\u5316\u5c55\u793a\u6570\u636e\u7684\u56fe\u5f62\u5de5\u5177\uff0c\u5305\u62ec\u6761\u5f62\u56fe\u3001\u6247\u5f62\u56fe\u3001\u6298\u7ebf\u56fe\u7b49\u591a\u79cd\u5f62\u5f0f\uff0c\u4fbf\u4e8e\u76f4\u89c2\u7406\u89e3\u6570\u636e\u4fe1\u606f\u3002"}, {"color": "#a275c5", "created_at": 1752674473, "description": "\u6570\u636e\u8574\u542b\u4fe1\u606f\u662f\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u5f3a\u8c03\u901a\u8fc7\u6570\u636e\u6536\u96c6\u548c\u5206\u6790\u53d1\u73b0\u9690\u85cf\u7684\u89c4\u5f8b\u548c\u7ed3\u8bba\u3002", "entity_id": "\u6570\u636e\u8574\u542b\u4fe1\u606f", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u8574\u542b\u4fe1\u606f", "label": "\u6570\u636e\u8574\u542b\u4fe1\u606f", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6570\u636e\u8574\u542b\u4fe1\u606f\u662f\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u5f3a\u8c03\u901a\u8fc7\u6570\u636e\u6536\u96c6\u548c\u5206\u6790\u53d1\u73b0\u9690\u85cf\u7684\u89c4\u5f8b\u548c\u7ed3\u8bba\u3002"}, {"color": "#5bb1f2", "created_at": 1752674473, "description": "\u65b9\u6cd5\u9009\u62e9\u662f\u6307\u5728\u6570\u636e\u5206\u6790\u8fc7\u7a0b\u4e2d\uff0c\u6839\u636e\u95ee\u9898\u80cc\u666f\u9009\u62e9\u6700\u5408\u9002\u7684\u7edf\u8ba1\u65b9\u6cd5\u6216\u56fe\u8868\u5f62\u5f0f\uff0c\u4ee5\u63d0\u9ad8\u5206\u6790\u7684\u51c6\u786e\u6027\u548c\u6709\u6548\u6027\u3002", "entity_id": "\u65b9\u6cd5\u9009\u62e9", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u6cd5\u9009\u62e9", "label": "\u65b9\u6cd5\u9009\u62e9", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u65b9\u6cd5\u9009\u62e9\u662f\u6307\u5728\u6570\u636e\u5206\u6790\u8fc7\u7a0b\u4e2d\uff0c\u6839\u636e\u95ee\u9898\u80cc\u666f\u9009\u62e9\u6700\u5408\u9002\u7684\u7edf\u8ba1\u65b9\u6cd5\u6216\u56fe\u8868\u5f62\u5f0f\uff0c\u4ee5\u63d0\u9ad8\u5206\u6790\u7684\u51c6\u786e\u6027\u548c\u6709\u6548\u6027\u3002"}, {"color": "#f1b00f", "created_at": 1752674473, "description": "\u8c03\u67e5\u7814\u7a76\u662f\u83b7\u53d6\u6570\u636e\u7684\u91cd\u8981\u65b9\u5f0f\uff0c\u901a\u8fc7\u8bbe\u8ba1\u95ee\u5377\u3001\u62bd\u6837\u3001\u6570\u636e\u6536\u96c6\u548c\u5206\u6790\u6765\u56de\u7b54\u7279\u5b9a\u95ee\u9898\u6216\u9a8c\u8bc1\u5047\u8bbe\u3002", "entity_id": "\u8c03\u67e5\u7814\u7a76", "entity_type": "category", "file_path": "unknown_source", "id": "\u8c03\u67e5\u7814\u7a76", "label": "\u8c03\u67e5\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u8c03\u67e5\u7814\u7a76\u662f\u83b7\u53d6\u6570\u636e\u7684\u91cd\u8981\u65b9\u5f0f\uff0c\u901a\u8fc7\u8bbe\u8ba1\u95ee\u5377\u3001\u62bd\u6837\u3001\u6570\u636e\u6536\u96c6\u548c\u5206\u6790\u6765\u56de\u7b54\u7279\u5b9a\u95ee\u9898\u6216\u9a8c\u8bc1\u5047\u8bbe\u3002"}, {"color": "#fd24a4", "created_at": 1752674526, "description": "\u523b\u75d5\u662f\u53f2\u524d\u65f6\u4ee3\u4eba\u4eec\u7528\u4e8e\u8bb0\u5f55\u4e8b\u4ef6\u7684\u4e00\u79cd\u539f\u59cb\u6570\u636e\u8bb0\u5f55\u65b9\u5f0f\u3002", "entity_id": "\u523b\u75d5", "entity_type": "category", "file_path": "unknown_source", "id": "\u523b\u75d5", "label": "\u523b\u75d5", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u523b\u75d5\u662f\u53f2\u524d\u65f6\u4ee3\u4eba\u4eec\u7528\u4e8e\u8bb0\u5f55\u4e8b\u4ef6\u7684\u4e00\u79cd\u539f\u59cb\u6570\u636e\u8bb0\u5f55\u65b9\u5f0f\u3002"}, {"color": "#3cb888", "created_at": 1752674526, "description": "\u7ed3\u7ef3\u662f\u53e6\u4e00\u79cd\u65e9\u671f\u7684\u6570\u636e\u8bb0\u5f55\u65b9\u5f0f\uff0c\u7528\u4e8e\u8bb0\u5fc6\u548c\u4f20\u9012\u4fe1\u606f\uff0c\u65e9\u4e8e\u7b97\u672f\u7684\u53d1\u5c55\u3002", "entity_id": "\u7ed3\u7ef3", "entity_type": "category", "file_path": "unknown_source", "id": "\u7ed3\u7ef3", "label": "\u7ed3\u7ef3", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u7ed3\u7ef3\u662f\u53e6\u4e00\u79cd\u65e9\u671f\u7684\u6570\u636e\u8bb0\u5f55\u65b9\u5f0f\uff0c\u7528\u4e8e\u8bb0\u5fc6\u548c\u4f20\u9012\u4fe1\u606f\uff0c\u65e9\u4e8e\u7b97\u672f\u7684\u53d1\u5c55\u3002"}, {"color": "#3e1574", "created_at": 1752674473, "description": "A key principle in data collection and analysis, emphasizing the need to minimize systematic error and human interference to ensure reliable statistical inference.", "entity_id": "\u6570\u636e\u7684\u968f\u673a\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u7684\u968f\u673a\u6027", "label": "\u6570\u636e\u7684\u968f\u673a\u6027", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A key principle in data collection and analysis, emphasizing the need to minimize systematic error and human interference to ensure reliable statistical inference."}, {"color": "#92d826", "created_at": 1752674473, "description": "The process of using sample data to make estimates or draw conclusions about a population, such as estimating the proportion of red balls in a bag.\u003cSEP\u003e\u7edf\u8ba1\u63a8\u65ad\u662f\u57fa\u4e8e\u6837\u672c\u6570\u636e\u5bf9\u603b\u4f53\u7279\u5f81\u8fdb\u884c\u4f30\u8ba1\u6216\u5047\u8bbe\u68c0\u9a8c\u7684\u8fc7\u7a0b\uff0c\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u5185\u5bb9\u3002\u003cSEP\u003e\u7edf\u8ba1\u63a8\u65ad\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u5bf9\u603b\u4f53\u7279\u6027\u8fdb\u884c\u63a8\u8bba\u7684\u7edf\u8ba1\u65b9\u6cd5\u3002", "entity_id": "\u7edf\u8ba1\u63a8\u65ad", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u63a8\u65ad", "label": "\u7edf\u8ba1\u63a8\u65ad", "shape": "dot", "size": 10, "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "The process of using sample data to make estimates or draw conclusions about a population, such as estimating the proportion of red balls in a bag.\u003cSEP\u003e\u7edf\u8ba1\u63a8\u65ad\u662f\u57fa\u4e8e\u6837\u672c\u6570\u636e\u5bf9\u603b\u4f53\u7279\u5f81\u8fdb\u884c\u4f30\u8ba1\u6216\u5047\u8bbe\u68c0\u9a8c\u7684\u8fc7\u7a0b\uff0c\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u5185\u5bb9\u3002\u003cSEP\u003e\u7edf\u8ba1\u63a8\u65ad\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u5bf9\u603b\u4f53\u7279\u6027\u8fdb\u884c\u63a8\u8bba\u7684\u7edf\u8ba1\u65b9\u6cd5\u3002"}, {"color": "#f4072a", "created_at": 1752674473, "description": "A red-colored ball used in a statistical experiment to estimate proportions through repeated sampling.\u003cSEP\u003eRed ball refers to a specific outcome in a random experiment, often used in probability examples to illustrate event likelihood.", "entity_id": "\u7ea2\u7403", "entity_type": "category", "file_path": "unknown_source", "id": "\u7ea2\u7403", "label": "\u7ea2\u7403", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "A red-colored ball used in a statistical experiment to estimate proportions through repeated sampling.\u003cSEP\u003eRed ball refers to a specific outcome in a random experiment, often used in probability examples to illustrate event likelihood."}, {"color": "#64c643", "created_at": 1752674473, "description": "A white-colored ball used in a statistical experiment to estimate proportions alongside red balls.\u003cSEP\u003eWhite ball refers to another possible outcome in a random experiment, used alongside red balls to demonstrate probability calculations.", "entity_id": "\u767d\u7403", "entity_type": "category", "file_path": "unknown_source", "id": "\u767d\u7403", "label": "\u767d\u7403", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "A white-colored ball used in a statistical experiment to estimate proportions alongside red balls.\u003cSEP\u003eWhite ball refers to another possible outcome in a random experiment, used alongside red balls to demonstrate probability calculations."}, {"color": "#3211db", "created_at": 1752674473, "description": "Event A is a defined random event, such as drawing a red ball, used to demonstrate how probabilities are calculated in a classical probability model.", "entity_id": "\u4e8b\u4ef6A", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8b\u4ef6A", "label": "\u4e8b\u4ef6A", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Event A is a defined random event, such as drawing a red ball, used to demonstrate how probabilities are calculated in a classical probability model."}, {"color": "#849b3c", "created_at": 1752674473, "description": "Event B is a defined random event, such as drawing a white ball, used to demonstrate complementary probabilities in a classical model.", "entity_id": "\u4e8b\u4ef6B", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8b\u4ef6B", "label": "\u4e8b\u4ef6B", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Event B is a defined random event, such as drawing a white ball, used to demonstrate complementary probabilities in a classical model."}, {"color": "#f1badd", "created_at": 1752674473, "description": "A small group of students working together in a classroom setting to conduct experiments, such as repeated sampling of balls from a bag.", "entity_id": "\u5c0f\u7ec4", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u7ec4", "label": "\u5c0f\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A small group of students working together in a classroom setting to conduct experiments, such as repeated sampling of balls from a bag."}, {"color": "#574378", "created_at": 1752674473, "description": "A concept in probability indicating the likelihood of a particular outcome occurring, often related to the number of samples or trials conducted.", "entity_id": "\u53ef\u80fd\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u53ef\u80fd\u6027", "label": "\u53ef\u80fd\u6027", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A concept in probability indicating the likelihood of a particular outcome occurring, often related to the number of samples or trials conducted."}, {"color": "#73ac47", "created_at": 1752674473, "description": "The number of observations or trials in a sample, which affects the accuracy and reliability of statistical estimates and inferences.", "entity_id": "\u6837\u672c\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6837\u672c\u91cf", "label": "\u6837\u672c\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The number of observations or trials in a sample, which affects the accuracy and reliability of statistical estimates and inferences."}, {"color": "#d40b91", "created_at": 1752674473, "description": "Unbiased estimation refers to a statistical estimator whose expected value equals the true parameter being estimated, such as the sample mean under the error model.", "entity_id": "\u65e0\u504f\u4f30\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u504f\u4f30\u8ba1", "label": "\u65e0\u504f\u4f30\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Unbiased estimation refers to a statistical estimator whose expected value equals the true parameter being estimated, such as the sample mean under the error model."}, {"color": "#ea66ad", "created_at": 1752674473, "description": "Observation error refers to the difference between the measured value and the true value, which can be positive or negative and is expected to cancel out in large samples.", "entity_id": "\u89c2\u6d4b\u8bef\u5dee", "entity_type": "category", "file_path": "unknown_source", "id": "\u89c2\u6d4b\u8bef\u5dee", "label": "\u89c2\u6d4b\u8bef\u5dee", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Observation error refers to the difference between the measured value and the true value, which can be positive or negative and is expected to cancel out in large samples."}, {"color": "#4fb4d4", "created_at": 1752674473, "description": "Sample size refers to the number of observations in a data set, which affects the reliability of statistical estimates like the sample mean.", "entity_id": "\u6837\u672c\u6570\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6837\u672c\u6570\u91cf", "label": "\u6837\u672c\u6570\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Sample size refers to the number of observations in a data set, which affects the reliability of statistical estimates like the sample mean."}, {"color": "#668f1d", "created_at": 1752674473, "description": "Mathematical expectation, or expected value, represents the long-run average of a random variable and is used to justify the use of sample mean as an estimator.\u003cSEP\u003e\u6570\u5b66\u671f\u671b\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u7528\u6765\u9884\u6d4b\u968f\u673a\u53d8\u91cf\u7684\u957f\u671f\u5e73\u5747\u503c\u3002", "entity_id": "\u6570\u5b66\u671f\u671b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u671f\u671b", "label": "\u6570\u5b66\u671f\u671b", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630", "title": "Mathematical expectation, or expected value, represents the long-run average of a random variable and is used to justify the use of sample mean as an estimator.\u003cSEP\u003e\u6570\u5b66\u671f\u671b\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u7528\u6765\u9884\u6d4b\u968f\u673a\u53d8\u91cf\u7684\u957f\u671f\u5e73\u5747\u503c\u3002"}, {"color": "#333d0e", "created_at": 1752674566, "description": "\u6837\u672c\u5747\u503c\u662f\u901a\u8fc7\u5bf9\u4e00\u7ec4\u6570\u636e\u6c42\u5e73\u5747\u6765\u4f30\u8ba1\u603b\u4f53\u6570\u5b66\u671f\u671b\u7684\u7edf\u8ba1\u91cf\u3002", "entity_id": "\u6837\u672c\u5747\u503c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6837\u672c\u5747\u503c", "label": "\u6837\u672c\u5747\u503c", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6837\u672c\u5747\u503c\u662f\u901a\u8fc7\u5bf9\u4e00\u7ec4\u6570\u636e\u6c42\u5e73\u5747\u6765\u4f30\u8ba1\u603b\u4f53\u6570\u5b66\u671f\u671b\u7684\u7edf\u8ba1\u91cf\u3002"}, {"color": "#483e03", "created_at": 1752674473, "description": "Event C is a compound random event, such as drawing two red balls with replacement, used to illustrate more complex probability definitions.", "entity_id": "\u4e8b\u4ef6C", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8b\u4ef6C", "label": "\u4e8b\u4ef6C", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Event C is a compound random event, such as drawing two red balls with replacement, used to illustrate more complex probability definitions."}, {"color": "#8b9081", "created_at": 1752674473, "description": "Sampling with replacement refers to a method of conducting random experiments where each drawn item is returned before the next draw, ensuring independence between trials.", "entity_id": "\u6709\u653e\u56de\u6478\u7403", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u653e\u56de\u6478\u7403", "label": "\u6709\u653e\u56de\u6478\u7403", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Sampling with replacement refers to a method of conducting random experiments where each drawn item is returned before the next draw, ensuring independence between trials."}, {"color": "#939d5d", "created_at": 1752674473, "description": "Event C is the random event of drawing two red balls with replacement from a bag containing 4 red balls and 1 white ball.", "entity_id": "Event C", "entity_type": "event", "file_path": "unknown_source", "id": "Event C", "label": "Event C", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Event C is the random event of drawing two red balls with replacement from a bag containing 4 red balls and 1 white ball."}, {"color": "#654840", "created_at": 1752674473, "description": "Probability P(C) is the likelihood of Event C occurring, calculated as 16/25 based on classical probability theory.", "entity_id": "Probability P(C)", "entity_type": "category", "file_path": "unknown_source", "id": "Probability P(C)", "label": "Probability P(C)", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Probability P(C) is the likelihood of Event C occurring, calculated as 16/25 based on classical probability theory."}, {"color": "#07df87", "created_at": 1752674473, "description": "Event A represents drawing a single red ball from the bag, with probability P(A) = 4/5.", "entity_id": "Event A", "entity_type": "event", "file_path": "unknown_source", "id": "Event A", "label": "Event A", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Event A represents drawing a single red ball from the bag, with probability P(A) = 4/5."}, {"color": "#a2df90", "created_at": 1752674473, "description": "The classical probability model defines the probability of an event as the ratio of favorable outcomes to total possible outcomes.", "entity_id": "Classical Probability Model", "entity_type": "category", "file_path": "unknown_source", "id": "Classical Probability Model", "label": "Classical Probability Model", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The classical probability model defines the probability of an event as the ratio of favorable outcomes to total possible outcomes."}, {"color": "#af927c", "created_at": 1752674473, "description": "Appendix Topic 1 discusses ancient numeral systems created by various civilizations, including the Babylonian sexagesimal system.", "entity_id": "Appendix Topic 1", "entity_type": "category", "file_path": "unknown_source", "id": "Appendix Topic 1", "label": "Appendix Topic 1", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Appendix Topic 1 discusses ancient numeral systems created by various civilizations, including the Babylonian sexagesimal system."}, {"color": "#28de44", "created_at": 1752674473, "description": "Appendix Topic 2 explores the essence of quantity, comparing animal and human perception of numbers and the historical development of numerical concepts.", "entity_id": "Appendix Topic 2", "entity_type": "category", "file_path": "unknown_source", "id": "Appendix Topic 2", "label": "Appendix Topic 2", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Appendix Topic 2 explores the essence of quantity, comparing animal and human perception of numbers and the historical development of numerical concepts."}, {"color": "#96038e", "created_at": 1752674473, "description": "Various early societies that developed numerical systems, as mentioned in Appendix Topic 1.", "entity_id": "Ancient Civilizations", "entity_type": "category", "file_path": "unknown_source", "id": "Ancient Civilizations", "label": "Ancient Civilizations", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Various early societies that developed numerical systems, as mentioned in Appendix Topic 1."}, {"color": "#b7986d", "created_at": 1752674473, "description": "The ability of animals like crows to distinguish quantities, as described in Appendix Topic 2.", "entity_id": "Animal Number Perception", "entity_type": "category", "file_path": "unknown_source", "id": "Animal Number Perception", "label": "Animal Number Perception", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The ability of animals like crows to distinguish quantities, as described in Appendix Topic 2."}, {"color": "#7d3fcd", "created_at": 1752674473, "description": "The historical process of humans abstracting numerical concepts from quantity perception.", "entity_id": "Human Number Development", "entity_type": "category", "file_path": "unknown_source", "id": "Human Number Development", "label": "Human Number Development", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The historical process of humans abstracting numerical concepts from quantity perception."}, {"color": "#654e2d", "created_at": 1752674473, "description": "The bag contains 5 balls: 4 red and 1 white, used for probability experiments.", "entity_id": "Bag of Balls", "entity_type": "category", "file_path": "unknown_source", "id": "Bag of Balls", "label": "Bag of Balls", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The bag contains 5 balls: 4 red and 1 white, used for probability experiments."}, {"color": "#6a351b", "created_at": 1752674473, "description": "All potential results of drawing two balls with replacement: red-red, red-white, white-red, white-white.", "entity_id": "Possible Outcomes", "entity_type": "category", "file_path": "unknown_source", "id": "Possible Outcomes", "label": "Possible Outcomes", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "All potential results of drawing two balls with replacement: red-red, red-white, white-red, white-white."}, {"color": "#c438e5", "created_at": 1752674473, "description": "The formal definition P(A) = M/N where M is favorable outcomes and N is total possible outcomes.", "entity_id": "Probability Definition", "entity_type": "category", "file_path": "unknown_source", "id": "Probability Definition", "label": "Probability Definition", "shape": "dot", "size": 10, "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The formal definition P(A) = M/N where M is favorable outcomes and N is total possible outcomes."}, {"color": "#ec6684", "created_at": 1752674473, "description": "\u53e4\u4ee3\u6587\u660e\u901a\u8fc7\u5bf9\u5e94\u5173\u7cfb\u6765\u8bb0\u5f55\u6570\u91cf,\u5982\u7ed3\u7ef3\u8bb0\u4e8b\u548c\u4f7f\u7528\u5c0f\u77f3\u5934\u8ba1\u6570\u3002", "entity_id": "\u53e4\u4ee3\u6587\u660e", "entity_type": "category", "file_path": "unknown_source", "id": "\u53e4\u4ee3\u6587\u660e", "label": "\u53e4\u4ee3\u6587\u660e", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u53e4\u4ee3\u6587\u660e\u901a\u8fc7\u5bf9\u5e94\u5173\u7cfb\u6765\u8bb0\u5f55\u6570\u91cf,\u5982\u7ed3\u7ef3\u8bb0\u4e8b\u548c\u4f7f\u7528\u5c0f\u77f3\u5934\u8ba1\u6570\u3002"}, {"color": "#cdcf62", "created_at": 1752674473, "description": "\u7ed3\u7ef3\u8bb0\u4e8b\u662f\u53e4\u4ee3\u4eba\u4eec\u7528\u7ef3\u5b50\u4e0a\u7684\u7ed3\u6765\u8bb0\u5f55\u4e8b\u4ef6\u548c\u6570\u91cf\u7684\u65b9\u6cd5\u3002", "entity_id": "\u7ed3\u7ef3\u8bb0\u4e8b", "entity_type": "event", "file_path": "unknown_source", "id": "\u7ed3\u7ef3\u8bb0\u4e8b", "label": "\u7ed3\u7ef3\u8bb0\u4e8b", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u7ed3\u7ef3\u8bb0\u4e8b\u662f\u53e4\u4ee3\u4eba\u4eec\u7528\u7ef3\u5b50\u4e0a\u7684\u7ed3\u6765\u8bb0\u5f55\u4e8b\u4ef6\u548c\u6570\u91cf\u7684\u65b9\u6cd5\u3002"}, {"color": "#ee7644", "created_at": 1752674473, "description": "\u62c9\u4e01\u8bed\u4e2d\u7684\u0027calculus\u0027\u539f\u610f\u662f\u0027\u5c0f\u77f3\u5934\u0027,\u53cd\u6620\u4e86\u53e4\u4ee3\u6b27\u6d32\u4eba\u7528\u77f3\u5934\u8868\u793a\u6570\u91cf\u3002", "entity_id": "\u62c9\u4e01\u8bedcalculus", "entity_type": "category", "file_path": "unknown_source", "id": "\u62c9\u4e01\u8bedcalculus", "label": "\u62c9\u4e01\u8bedcalculus", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u62c9\u4e01\u8bed\u4e2d\u7684\u0027calculus\u0027\u539f\u610f\u662f\u0027\u5c0f\u77f3\u5934\u0027,\u53cd\u6620\u4e86\u53e4\u4ee3\u6b27\u6d32\u4eba\u7528\u77f3\u5934\u8868\u793a\u6570\u91cf\u3002"}, {"color": "#4bbbc0", "created_at": 1752674473, "description": "\u300a\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20\u300b\u662f\u8bb0\u8f7d\u53e4\u4ee3\u7ed3\u7ef3\u8bb0\u4e8b\u7684\u6587\u732e,\u53cd\u6620\u4e86\u65e9\u671f\u6570\u91cf\u8bb0\u5f55\u65b9\u5f0f\u3002", "entity_id": "\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20", "entity_type": "event", "file_path": "unknown_source", "id": "\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20", "label": "\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u300a\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20\u300b\u662f\u8bb0\u8f7d\u53e4\u4ee3\u7ed3\u7ef3\u8bb0\u4e8b\u7684\u6587\u732e,\u53cd\u6620\u4e86\u65e9\u671f\u6570\u91cf\u8bb0\u5f55\u65b9\u5f0f\u3002"}, {"color": "#69b6c1", "created_at": 1752674473, "description": "\u6ee1\u65cf\u662f\u4e00\u4e2a\u4fdd\u7559\u7ed3\u7ef3\u8bb0\u4e8b\u4f20\u7edf\u7684\u6c11\u65cf,\u76f4\u5230\u4e0a\u4e2a\u4e16\u7eaa\u521d\u4ecd\u6709\u8fd9\u79cd\u4e60\u4fd7\u3002", "entity_id": "\u6ee1\u65cf", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6ee1\u65cf", "label": "\u6ee1\u65cf", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6ee1\u65cf\u662f\u4e00\u4e2a\u4fdd\u7559\u7ed3\u7ef3\u8bb0\u4e8b\u4f20\u7edf\u7684\u6c11\u65cf,\u76f4\u5230\u4e0a\u4e2a\u4e16\u7eaa\u521d\u4ecd\u6709\u8fd9\u79cd\u4e60\u4fd7\u3002"}, {"color": "#cd2891", "created_at": 1752674473, "description": "\u8377\u9a6c\u53f2\u8bd7\u8bb0\u8f7d\u4e86\u53e4\u5e0c\u814a\u4eba\u7528\u77f3\u5b50\u8ba1\u6570\u7684\u65b9\u6cd5,\u5982\u72ec\u773c\u5de8\u4eba\u6ce2\u5415\u88f4\u6469\u65af\u7684\u6545\u4e8b\u3002", "entity_id": "\u8377\u9a6c\u53f2\u8bd7", "entity_type": "event", "file_path": "unknown_source", "id": "\u8377\u9a6c\u53f2\u8bd7", "label": "\u8377\u9a6c\u53f2\u8bd7", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u8377\u9a6c\u53f2\u8bd7\u8bb0\u8f7d\u4e86\u53e4\u5e0c\u814a\u4eba\u7528\u77f3\u5b50\u8ba1\u6570\u7684\u65b9\u6cd5,\u5982\u72ec\u773c\u5de8\u4eba\u6ce2\u5415\u88f4\u6469\u65af\u7684\u6545\u4e8b\u3002"}, {"color": "#52dbf1", "created_at": 1752674473, "description": "\u72ec\u773c\u5de8\u4eba,\u7528\u77f3\u5b50\u8ba1\u6570\u6765\u786e\u8ba4\u7f8a\u7fa4\u662f\u5426\u5168\u90e8\u8fd4\u56de\u5c71\u6d1e\u3002", "entity_id": "\u6ce2\u5415\u88f4\u6469\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u6ce2\u5415\u88f4\u6469\u65af", "label": "\u6ce2\u5415\u88f4\u6469\u65af", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u72ec\u773c\u5de8\u4eba,\u7528\u77f3\u5b50\u8ba1\u6570\u6765\u786e\u8ba4\u7f8a\u7fa4\u662f\u5426\u5168\u90e8\u8fd4\u56de\u5c71\u6d1e\u3002"}, {"color": "#c1a3d4", "created_at": 1752674473, "description": "A book authored by John Barrow, translated by Miao Huajian, published by China Translation \u0026 Publishing Corporation in 2000.\u003cSEP\u003e\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b\u662f\u4e00\u672c\u7531\u5df4\u7f57\u64b0\u5199\u7684\u5173\u4e8e\u6570\u5b66\u4e0e\u79d1\u5b66\u7684\u8457\u4f5c\u3002\u003cSEP\u003e\u8fd9\u672c\u4e66\u8bb0\u8f7d\u4e86\u516c\u5143\u524d15\u4e16\u7eaa\u52aa\u5b5c\u57ce\u5e9f\u589f\u4e2d\u53d1\u73b0\u7684\u6ce5\u7403\u4e0e\u6570\u5b57\u5bf9\u5e94\u5173\u7cfb\u3002", "entity_id": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "label": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "A book authored by John Barrow, translated by Miao Huajian, published by China Translation \u0026 Publishing Corporation in 2000.\u003cSEP\u003e\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b\u662f\u4e00\u672c\u7531\u5df4\u7f57\u64b0\u5199\u7684\u5173\u4e8e\u6570\u5b66\u4e0e\u79d1\u5b66\u7684\u8457\u4f5c\u3002\u003cSEP\u003e\u8fd9\u672c\u4e66\u8bb0\u8f7d\u4e86\u516c\u5143\u524d15\u4e16\u7eaa\u52aa\u5b5c\u57ce\u5e9f\u589f\u4e2d\u53d1\u73b0\u7684\u6ce5\u7403\u4e0e\u6570\u5b57\u5bf9\u5e94\u5173\u7cfb\u3002"}, {"color": "#68d3eb", "created_at": 1752674473, "description": "\u52aa\u5b5c\u57ce\u662f\u4f4d\u4e8e\u73b0\u4eca\u4f0a\u6717\u5883\u5185\u7684\u8003\u53e4\u9057\u5740,\u53d1\u73b0\u4e86\u516c\u5143\u524d15\u4e16\u7eaa\u7684\u6570\u5b57\u8bb0\u5f55\u5bb9\u5668\u3002", "entity_id": "\u52aa\u5b5c\u57ce", "entity_type": "geo", "file_path": "unknown_source", "id": "\u52aa\u5b5c\u57ce", "label": "\u52aa\u5b5c\u57ce", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u52aa\u5b5c\u57ce\u662f\u4f4d\u4e8e\u73b0\u4eca\u4f0a\u6717\u5883\u5185\u7684\u8003\u53e4\u9057\u5740,\u53d1\u73b0\u4e86\u516c\u5143\u524d15\u4e16\u7eaa\u7684\u6570\u5b57\u8bb0\u5f55\u5bb9\u5668\u3002"}, {"color": "#742f6d", "created_at": 1752674566, "description": "Author of \u0027Pi in the Sky\u0027, a book exploring the mathematical universe and the philosophical implications of mathematics.", "entity_id": "\u7ea6\u7ff0\u00b7\u5df4\u7f57", "entity_type": "person", "file_path": "unknown_source", "id": "\u7ea6\u7ff0\u00b7\u5df4\u7f57", "label": "\u7ea6\u7ff0\u00b7\u5df4\u7f57", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Author of \u0027Pi in the Sky\u0027, a book exploring the mathematical universe and the philosophical implications of mathematics."}, {"color": "#48557d", "created_at": 1752674566, "description": "Translator of \u0027Pi in the Sky\u0027 (\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b) into Chinese, facilitating the spread of mathematical ideas in China.", "entity_id": "\u82d7\u534e\u5efa", "entity_type": "person", "file_path": "unknown_source", "id": "\u82d7\u534e\u5efa", "label": "\u82d7\u534e\u5efa", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Translator of \u0027Pi in the Sky\u0027 (\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b) into Chinese, facilitating the spread of mathematical ideas in China."}, {"color": "#79d1f3", "created_at": 1752674566, "description": "The publishing organization responsible for publishing the Chinese translation of \u0027Pi in the Sky\u0027 in 2000.", "entity_id": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8", "label": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing organization responsible for publishing the Chinese translation of \u0027Pi in the Sky\u0027 in 2000."}, {"color": "#a5b8f8", "created_at": 1752674473, "description": "\u6ce5\u7403\u662f\u53e4\u4ee3\u7528\u6765\u4e0e\u52a8\u7269\u6570\u91cf\u4e00\u4e00\u5bf9\u5e94\u7684\u8ba1\u6570\u5de5\u5177,\u5728\u52aa\u5b5c\u57ce\u4e2d\u53d1\u73b0\u4e8648\u4e2a\u3002", "entity_id": "\u6ce5\u7403", "entity_type": "category", "file_path": "unknown_source", "id": "\u6ce5\u7403", "label": "\u6ce5\u7403", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6ce5\u7403\u662f\u53e4\u4ee3\u7528\u6765\u4e0e\u52a8\u7269\u6570\u91cf\u4e00\u4e00\u5bf9\u5e94\u7684\u8ba1\u6570\u5de5\u5177,\u5728\u52aa\u5b5c\u57ce\u4e2d\u53d1\u73b0\u4e8648\u4e2a\u3002"}, {"color": "#e8416c", "created_at": 1752674526, "description": "\u5728\u6570\u5b66\u4f53\u7cfb\u4e2d\uff0c\u5b9a\u4e49\u662f\u4e3a\u7814\u7a76\u5bf9\u8c61\u8bbe\u5b9a\u7b26\u53f7\u548c\u6982\u5ff5\u7684\u8d77\u70b9\uff0c\u662f\u6784\u5efa\u6570\u5b66\u7406\u8bba\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u5b9a\u4e49\u662f\u6570\u5b66\u4e2d\u5bf9\u6982\u5ff5\u6216\u672f\u8bed\u8fdb\u884c\u7cbe\u786e\u63cf\u8ff0\u7684\u8bed\u8a00\u8868\u8fbe\u3002\u003cSEP\u003e\u5b9a\u4e49\u662f\u6570\u5b66\u4e2d\u5bf9\u6982\u5ff5\u8fdb\u884c\u660e\u786e\u8bf4\u660e\u7684\u8fc7\u7a0b\uff0c\u5e0c\u5c14\u4f2f\u7279\u5f3a\u8c03\u5176\u5e94\u4e3a\u7b26\u53f7\u5316\u800c\u975e\u5177\u8c61\u5316\u3002", "entity_id": "\u5b9a\u4e49", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b9a\u4e49", "label": "\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5728\u6570\u5b66\u4f53\u7cfb\u4e2d\uff0c\u5b9a\u4e49\u662f\u4e3a\u7814\u7a76\u5bf9\u8c61\u8bbe\u5b9a\u7b26\u53f7\u548c\u6982\u5ff5\u7684\u8d77\u70b9\uff0c\u662f\u6784\u5efa\u6570\u5b66\u7406\u8bba\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u5b9a\u4e49\u662f\u6570\u5b66\u4e2d\u5bf9\u6982\u5ff5\u6216\u672f\u8bed\u8fdb\u884c\u7cbe\u786e\u63cf\u8ff0\u7684\u8bed\u8a00\u8868\u8fbe\u3002\u003cSEP\u003e\u5b9a\u4e49\u662f\u6570\u5b66\u4e2d\u5bf9\u6982\u5ff5\u8fdb\u884c\u660e\u786e\u8bf4\u660e\u7684\u8fc7\u7a0b\uff0c\u5e0c\u5c14\u4f2f\u7279\u5f3a\u8c03\u5176\u5e94\u4e3a\u7b26\u53f7\u5316\u800c\u975e\u5177\u8c61\u5316\u3002"}, {"color": "#b7621a", "created_at": 1752674526, "description": "\u6307\u5728\u6570\u5b66\u4e2d\u4e3a\u67d0\u4e00\u9886\u57df\u8bbe\u5b9a\u7684\u65e0\u9700\u8bc1\u660e\u7684\u57fa\u672c\u547d\u9898\u96c6\u5408\uff0c\u7528\u4e8e\u63a8\u5bfc\u51fa\u5176\u4ed6\u5b9a\u7406\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u903b\u8f91\u7ed3\u6784\u7684\u6838\u5fc3\u3002", "entity_id": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb", "label": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6307\u5728\u6570\u5b66\u4e2d\u4e3a\u67d0\u4e00\u9886\u57df\u8bbe\u5b9a\u7684\u65e0\u9700\u8bc1\u660e\u7684\u57fa\u672c\u547d\u9898\u96c6\u5408\uff0c\u7528\u4e8e\u63a8\u5bfc\u51fa\u5176\u4ed6\u5b9a\u7406\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u903b\u8f91\u7ed3\u6784\u7684\u6838\u5fc3\u3002"}, {"color": "#a6306d", "created_at": 1752674526, "description": "\u7b26\u53f7\u5316\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u65b9\u6cd5\uff0c\u5c06\u51e0\u4f55\u5bf9\u8c61\u8868\u793a\u4e3a\u7b26\u53f7\u4ee5\u5b9e\u73b0\u9ad8\u5ea6\u62bd\u8c61\u548c\u903b\u8f91\u63a8\u7406\u3002\u003cSEP\u003e\u7b26\u53f7\u5316\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u7279\u5f81\uff0c\u5c06\u7814\u7a76\u5bf9\u8c61\u8f6c\u5316\u4e3a\u7b26\u53f7\u7cfb\u7edf\uff0c\u4fbf\u4e8e\u5f62\u5f0f\u5316\u548c\u62bd\u8c61\u63a8\u7406\u3002", "entity_id": "\u7b26\u53f7\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b26\u53f7\u5316", "label": "\u7b26\u53f7\u5316", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7b26\u53f7\u5316\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u65b9\u6cd5\uff0c\u5c06\u51e0\u4f55\u5bf9\u8c61\u8868\u793a\u4e3a\u7b26\u53f7\u4ee5\u5b9e\u73b0\u9ad8\u5ea6\u62bd\u8c61\u548c\u903b\u8f91\u63a8\u7406\u3002\u003cSEP\u003e\u7b26\u53f7\u5316\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u7279\u5f81\uff0c\u5c06\u7814\u7a76\u5bf9\u8c61\u8f6c\u5316\u4e3a\u7b26\u53f7\u7cfb\u7edf\uff0c\u4fbf\u4e8e\u5f62\u5f0f\u5316\u548c\u62bd\u8c61\u63a8\u7406\u3002"}, {"color": "#d07854", "created_at": 1752674473, "description": "\u9ad8\u4e2d\u6570\u5b66\u4f7f\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb\u5b9a\u4e49\u51fd\u6570,\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u9636\u6bb5\u3002", "entity_id": "\u9ad8\u4e2d\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ad8\u4e2d\u6570\u5b66", "label": "\u9ad8\u4e2d\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u9ad8\u4e2d\u6570\u5b66\u4f7f\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb\u5b9a\u4e49\u51fd\u6570,\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u9636\u6bb5\u3002"}, {"color": "#dde78d", "created_at": 1752674473, "description": "\u5927\u5b66\u6570\u5b66\u5c06\u96c6\u5408\u5bf9\u5e94\u601d\u60f3\u63a8\u5e7f\u5230\u65e0\u7a77\u96c6\u5408,\u7528\u4e8e\u6bd4\u8f83\u65e0\u9650\u96c6\u5408\u5927\u5c0f\u3002", "entity_id": "\u5927\u5b66\u6570\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u5927\u5b66\u6570\u5b66", "label": "\u5927\u5b66\u6570\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u5927\u5b66\u6570\u5b66\u5c06\u96c6\u5408\u5bf9\u5e94\u601d\u60f3\u63a8\u5e7f\u5230\u65e0\u7a77\u96c6\u5408,\u7528\u4e8e\u6bd4\u8f83\u65e0\u9650\u96c6\u5408\u5927\u5c0f\u3002"}, {"color": "#19f44a", "created_at": 1752674485, "description": "\u53e4\u7f57\u9a6c\u4f7f\u7528X\u3001C\u3001M\u8868\u793a\u5341\u8fdb\u5236\u6570\u4f4d,\u662f\u6570\u5b57\u7cfb\u7edf\u53d1\u5c55\u7684\u53e6\u4e00\u91cd\u8981\u6587\u5316\u3002\u003cSEP\u003e\u53e4\u7f57\u9a6c\u662f\u897f\u65b9\u5386\u53f2\u4e0a\u91cd\u8981\u7684\u6587\u660e\uff0c\u5728\u7b2c\u516d\u4efb\u56fd\u738b\u56fe\u5229\u4e4c\u65af\u65f6\u671f\u8bbe\u7acb\u4e86\u4eba\u53e3\u8c03\u67e5\u5236\u5ea6\u3002", "entity_id": "\u53e4\u7f57\u9a6c", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53e4\u7f57\u9a6c", "label": "\u53e4\u7f57\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99\u003cSEP\u003echunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u53e4\u7f57\u9a6c\u4f7f\u7528X\u3001C\u3001M\u8868\u793a\u5341\u8fdb\u5236\u6570\u4f4d,\u662f\u6570\u5b57\u7cfb\u7edf\u53d1\u5c55\u7684\u53e6\u4e00\u91cd\u8981\u6587\u5316\u3002\u003cSEP\u003e\u53e4\u7f57\u9a6c\u662f\u897f\u65b9\u5386\u53f2\u4e0a\u91cd\u8981\u7684\u6587\u660e\uff0c\u5728\u7b2c\u516d\u4efb\u56fd\u738b\u56fe\u5229\u4e4c\u65af\u65f6\u671f\u8bbe\u7acb\u4e86\u4eba\u53e3\u8c03\u67e5\u5236\u5ea6\u3002"}, {"color": "#ea514f", "created_at": 1752674485, "description": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf\u662f\u4e00\u79cd\u57fa\u4e8e\u5341\u4e2a\u7b26\u53f7\u7684\u8bb0\u6570\u6cd5,\u6bcf\u4e2a\u7b26\u53f7\u5177\u6709\u7edd\u5bf9\u503c\u548c\u4f4d\u7f6e\u503c,\u6781\u5927\u63a8\u52a8\u4e86\u4eba\u7c7b\u6570\u5b66\u53d1\u5c55\u3002", "entity_id": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "label": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf\u662f\u4e00\u79cd\u57fa\u4e8e\u5341\u4e2a\u7b26\u53f7\u7684\u8bb0\u6570\u6cd5,\u6bcf\u4e2a\u7b26\u53f7\u5177\u6709\u7edd\u5bf9\u503c\u548c\u4f4d\u7f6e\u503c,\u6781\u5927\u63a8\u52a8\u4e86\u4eba\u7c7b\u6570\u5b66\u53d1\u5c55\u3002"}, {"color": "#761c11", "created_at": 1752674485, "description": "\u5341\u4e8c\u5730\u652f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u4e8e\u7eaa\u65f6\u7684\u7cfb\u7edf\uff0c\u5305\u62ec\u5b50\u3001\u4e11\u3001\u5bc5\u7b49\uff0c\u4e0e\u5341\u4e8c\u751f\u8096\u548c\u65f6\u8fb0\u547d\u540d\u76f8\u5173\u3002", "entity_id": "\u5341\u4e8c\u5730\u652f", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u4e8c\u5730\u652f", "label": "\u5341\u4e8c\u5730\u652f", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5341\u4e8c\u5730\u652f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u4e8e\u7eaa\u65f6\u7684\u7cfb\u7edf\uff0c\u5305\u62ec\u5b50\u3001\u4e11\u3001\u5bc5\u7b49\uff0c\u4e0e\u5341\u4e8c\u751f\u8096\u548c\u65f6\u8fb0\u547d\u540d\u76f8\u5173\u3002"}, {"color": "#c002b7", "created_at": 1752674485, "description": "An ancient Chinese method for calculating the solar year by observing the periodic changes in the length of shadows, particularly on the winter solstice.", "entity_id": "\u571f\u572d\u4e4b\u6cd5", "entity_type": "event", "file_path": "unknown_source", "id": "\u571f\u572d\u4e4b\u6cd5", "label": "\u571f\u572d\u4e4b\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "An ancient Chinese method for calculating the solar year by observing the periodic changes in the length of shadows, particularly on the winter solstice."}, {"color": "#8d6194", "created_at": 1752674485, "description": "An ancient Chinese system of marking years in a 60-year cycle using combinations of the ten heavenly stems and twelve earthly branches.", "entity_id": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "entity_type": "event", "file_path": "unknown_source", "id": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "label": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "An ancient Chinese system of marking years in a 60-year cycle using combinations of the ten heavenly stems and twelve earthly branches."}, {"color": "#9f3afa", "created_at": 1752674485, "description": "Medieval Europe, which was significantly influenced by Greek scientific thought, including Ptolemy\u0027s astronomical divisions.\u003cSEP\u003e\u6b27\u6d32\u662f\u963f\u62c9\u4f2f\u4eba\u4f20\u64ad\u5305\u542b\u96f6\u7684\u6570\u5b57\u7cfb\u7edf\u7684\u76ee\u7684\u5730,\u73b0\u5728\u4eba\u4eec\u79f0\u8fd9\u79cd\u7cfb\u7edf\u4e3a\u963f\u62c9\u4f2f\u6570\u5b57\u3002", "entity_id": "\u6b27\u6d32", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6b27\u6d32", "label": "\u6b27\u6d32", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c", "title": "Medieval Europe, which was significantly influenced by Greek scientific thought, including Ptolemy\u0027s astronomical divisions.\u003cSEP\u003e\u6b27\u6d32\u662f\u963f\u62c9\u4f2f\u4eba\u4f20\u64ad\u5305\u542b\u96f6\u7684\u6570\u5b57\u7cfb\u7edf\u7684\u76ee\u7684\u5730,\u73b0\u5728\u4eba\u4eec\u79f0\u8fd9\u79cd\u7cfb\u7edf\u4e3a\u963f\u62c9\u4f2f\u6570\u5b57\u3002"}, {"color": "#777ac9", "created_at": 1752674485, "description": "The fixed reference point in the night sky used by ancient Chinese astronomers to observe celestial patterns, leading to a 365.25-degree circle system.", "entity_id": "\u5317\u6781\u661f", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5317\u6781\u661f", "label": "\u5317\u6781\u661f", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "The fixed reference point in the night sky used by ancient Chinese astronomers to observe celestial patterns, leading to a 365.25-degree circle system."}, {"color": "#a062e2", "created_at": 1752674485, "description": "The concept of a solar year, defined in ancient China as 365.25 days, calculated through either Saturn\u0027s orbital cycle or the gnomon method.", "entity_id": "\u9633\u5386\u4e00\u5e74", "entity_type": "category", "file_path": "unknown_source", "id": "\u9633\u5386\u4e00\u5e74", "label": "\u9633\u5386\u4e00\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "The concept of a solar year, defined in ancient China as 365.25 days, calculated through either Saturn\u0027s orbital cycle or the gnomon method."}, {"color": "#e8dac4", "created_at": 1752674566, "description": "\u7531\u5434\u6587\u4fca\u7814\u7a76\u63d0\u51fa,\u6307\u5c06\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u673a\u68b0\u5316,\u662f\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u91cd\u8981\u65b9\u5411\u4e4b\u4e00\u3002", "entity_id": "\u6570\u5b66\u673a\u68b0\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u673a\u68b0\u5316", "label": "\u6570\u5b66\u673a\u68b0\u5316", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u7531\u5434\u6587\u4fca\u7814\u7a76\u63d0\u51fa,\u6307\u5c06\u6570\u5b66\u63a8\u7406\u8fc7\u7a0b\u673a\u68b0\u5316,\u662f\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u91cd\u8981\u65b9\u5411\u4e4b\u4e00\u3002"}, {"color": "#2d4fcf", "created_at": 1752674566, "description": "\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f,\u901a\u8fc7\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1\u4f20\u5165\u4e2d\u56fd,\u6210\u4e3a\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "entity_id": "\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u51e0\u4f55", "label": "\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f,\u901a\u8fc7\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1\u4f20\u5165\u4e2d\u56fd,\u6210\u4e3a\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002"}, {"color": "#dce72b", "created_at": 1752674566, "description": "2008\u5e74\u7531\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e\u51fa\u7248,\u53cd\u6620\u4e86\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u524d\u6cbf\u6210\u679c\u3002", "entity_id": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "entity_type": "event", "file_path": "unknown_source", "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-4de08126c7eb1529ef6198b623197116", "title": "2008\u5e74\u7531\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e\u51fa\u7248,\u53cd\u6620\u4e86\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u524d\u6cbf\u6210\u679c\u3002"}, {"color": "#ca40a5", "created_at": 1752674526, "description": "\u56fe\u5229\u4e4c\u65af\u662f\u53e4\u7f57\u9a6c\u7b2c\u516d\u4efb\u56fd\u738b\uff0c\u5728\u4f4d\u671f\u95f4\u5efa\u7acb\u4e86\u65e9\u671f\u7684\u4eba\u53e3\u548c\u8d22\u4ea7\u767b\u8bb0\u5236\u5ea6\u3002", "entity_id": "\u56fe\u5229\u4e4c\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u56fe\u5229\u4e4c\u65af", "label": "\u56fe\u5229\u4e4c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u56fe\u5229\u4e4c\u65af\u662f\u53e4\u7f57\u9a6c\u7b2c\u516d\u4efb\u56fd\u738b\uff0c\u5728\u4f4d\u671f\u95f4\u5efa\u7acb\u4e86\u65e9\u671f\u7684\u4eba\u53e3\u548c\u8d22\u4ea7\u767b\u8bb0\u5236\u5ea6\u3002"}, {"color": "#b50ef3", "created_at": 1752674485, "description": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u662f\u7531\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u5411\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u8fc7\u6e21\u7684\u4e2d\u95f4\u9636\u6bb5\uff0c\u5982\u4f7f\u7528\u5341\u3001\u767e\u3001\u5343\u7b49\u6570\u4f4d\u7b26\u53f7\u3002", "entity_id": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf", "label": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u662f\u7531\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u5411\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u8fc7\u6e21\u7684\u4e2d\u95f4\u9636\u6bb5\uff0c\u5982\u4f7f\u7528\u5341\u3001\u767e\u3001\u5343\u7b49\u6570\u4f4d\u7b26\u53f7\u3002"}, {"color": "#04a149", "created_at": 1752674485, "description": "\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u662f\u65e9\u671f\u4eba\u7c7b\u8868\u8fbe\u6570\u91cf\u7684\u5de5\u5177\uff0c\u6700\u7ec8\u53d1\u5c55\u4e3a\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u3002", "entity_id": "\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf", "entity_type": "category", "file_path": "unknown_source", "id": "\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf", "label": "\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u662f\u65e9\u671f\u4eba\u7c7b\u8868\u8fbe\u6570\u91cf\u7684\u5de5\u5177\uff0c\u6700\u7ec8\u53d1\u5c55\u4e3a\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u3002"}, {"color": "#1e4e24", "created_at": 1752674485, "description": "\u5370\u5ea6\u662f\u96f6\u7684\u53d1\u6e90\u5730,\u5370\u5ea6\u4eba\u53d1\u660e\u4e86\u7528sunya\u8868\u793a\u7684\u96f6,\u8fd9\u4e00\u6570\u5b57\u7cfb\u7edf\u540e\u6765\u88ab\u963f\u62c9\u4f2f\u4eba\u4f20\u5165\u6b27\u6d32\u3002", "entity_id": "\u5370\u5ea6", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5370\u5ea6", "label": "\u5370\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5370\u5ea6\u662f\u96f6\u7684\u53d1\u6e90\u5730,\u5370\u5ea6\u4eba\u53d1\u660e\u4e86\u7528sunya\u8868\u793a\u7684\u96f6,\u8fd9\u4e00\u6570\u5b57\u7cfb\u7edf\u540e\u6765\u88ab\u963f\u62c9\u4f2f\u4eba\u4f20\u5165\u6b27\u6d32\u3002"}, {"color": "#28bd43", "created_at": 1752674485, "description": "\u96f6\u662f\u5370\u5ea6\u4eba\u53d1\u660e\u7684\u7b26\u53f7,\u8868\u793a\u7a7a,\u662f\u6784\u5efa\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u7684\u5173\u952e\u5143\u7d20\u3002", "entity_id": "\u96f6", "entity_type": "category", "file_path": "unknown_source", "id": "\u96f6", "label": "\u96f6", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u96f6\u662f\u5370\u5ea6\u4eba\u53d1\u660e\u7684\u7b26\u53f7,\u8868\u793a\u7a7a,\u662f\u6784\u5efa\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u7684\u5173\u952e\u5143\u7d20\u3002"}, {"color": "#d6dd19", "created_at": 1752674485, "description": "sunya\u662f\u5370\u5ea6\u8bed\u4e2d\u8868\u793a\u96f6\u7684\u8bcd,\u539f\u610f\u4e3a\u7a7a,\u4f53\u73b0\u4e86\u5370\u5ea6\u54f2\u5b66\u4e2d\u5bf9\u7a7a\u7684\u5b58\u5728\u6027\u8ba4\u8bc6\u3002", "entity_id": "sunya", "entity_type": "category", "file_path": "unknown_source", "id": "sunya", "label": "sunya", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "sunya\u662f\u5370\u5ea6\u8bed\u4e2d\u8868\u793a\u96f6\u7684\u8bcd,\u539f\u610f\u4e3a\u7a7a,\u4f53\u73b0\u4e86\u5370\u5ea6\u54f2\u5b66\u4e2d\u5bf9\u7a7a\u7684\u5b58\u5728\u6027\u8ba4\u8bc6\u3002"}, {"color": "#36f3c2", "created_at": 1752674485, "description": "\u963f\u62c9\u4f2f\u4eba\u5728\u516c\u5143\u5341\u4e16\u7eaa\u5de6\u53f3\u5c06\u5305\u542b\u96f6\u7684\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u5e26\u5230\u4e86\u6b27\u6d32\u3002", "entity_id": "\u963f\u62c9\u4f2f", "entity_type": "geo", "file_path": "unknown_source", "id": "\u963f\u62c9\u4f2f", "label": "\u963f\u62c9\u4f2f", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u62c9\u4f2f\u4eba\u5728\u516c\u5143\u5341\u4e16\u7eaa\u5de6\u53f3\u5c06\u5305\u542b\u96f6\u7684\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u5e26\u5230\u4e86\u6b27\u6d32\u3002"}, {"color": "#bc6817", "created_at": 1752674485, "description": "A 13-volume treatise authored by Ptolemy, representing the culmination of geocentric astronomical theory in the ancient world.\u003cSEP\u003eA major astronomical work by Ptolemy that introduced the 360-degree division of a circle, still in use today.", "entity_id": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "label": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "A 13-volume treatise authored by Ptolemy, representing the culmination of geocentric astronomical theory in the ancient world.\u003cSEP\u003eA major astronomical work by Ptolemy that introduced the 360-degree division of a circle, still in use today."}, {"color": "#8253b5", "created_at": 1752674485, "description": "\u4e2d\u56fd\u8457\u540d\u6570\u5b66\u5bb6,1919\u5e74\u51fa\u751f,\u66fe\u4efb\u4e2d\u56fd\u6570\u5b66\u4f1a\u540d\u8a89\u7406\u4e8b\u957f,\u4e2d\u56fd\u79d1\u5b66\u9662\u9662\u58eb\u548c\u7b2c\u4e09\u4e16\u754c\u79d1\u5b66\u9662\u9662\u58eb\u3002\u8457\u6709\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b\u3002\u003cSEP\u003e\u5434\u6587\u4fca\u662f\u4e2d\u56fd\u6570\u5b66\u5bb6,\u5f3a\u8c03\u4e86\u4e2d\u56fd\u5728\u4f4d\u503c\u5236\u6570\u5b57\u7cfb\u7edf\u53d1\u5c55\u4e2d\u7684\u5386\u53f2\u8d21\u732e\u3002\u003cSEP\u003e\u5434\u6587\u4fca\u662f\u4e3b\u7f16\u4e86\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7684\u5b66\u8005,\u5bf9\u6570\u5b66\u53f2\u6709\u91cd\u8981\u8d21\u732e\u3002", "entity_id": "\u5434\u6587\u4fca", "entity_type": "person", "file_path": "unknown_source", "id": "\u5434\u6587\u4fca", "label": "\u5434\u6587\u4fca", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u8457\u540d\u6570\u5b66\u5bb6,1919\u5e74\u51fa\u751f,\u66fe\u4efb\u4e2d\u56fd\u6570\u5b66\u4f1a\u540d\u8a89\u7406\u4e8b\u957f,\u4e2d\u56fd\u79d1\u5b66\u9662\u9662\u58eb\u548c\u7b2c\u4e09\u4e16\u754c\u79d1\u5b66\u9662\u9662\u58eb\u3002\u8457\u6709\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b\u3002\u003cSEP\u003e\u5434\u6587\u4fca\u662f\u4e2d\u56fd\u6570\u5b66\u5bb6,\u5f3a\u8c03\u4e86\u4e2d\u56fd\u5728\u4f4d\u503c\u5236\u6570\u5b57\u7cfb\u7edf\u53d1\u5c55\u4e2d\u7684\u5386\u53f2\u8d21\u732e\u3002\u003cSEP\u003e\u5434\u6587\u4fca\u662f\u4e3b\u7f16\u4e86\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7684\u5b66\u8005,\u5bf9\u6570\u5b66\u53f2\u6709\u91cd\u8981\u8d21\u732e\u3002"}, {"color": "#1500d2", "created_at": 1752674566, "description": "1995\u5e74\u7531\u5c71\u4e1c\u6559\u80b2\u51fa\u7248\u793e\u51fa\u7248,\u96c6\u4e2d\u4f53\u73b0\u4e86\u5434\u6587\u4fca\u5728\u6570\u5b66\u673a\u68b0\u5316\u9886\u57df\u7684\u7814\u7a76\u6210\u679c\u3002", "entity_id": "\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b", "label": "\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "1995\u5e74\u7531\u5c71\u4e1c\u6559\u80b2\u51fa\u7248\u793e\u51fa\u7248,\u96c6\u4e2d\u4f53\u73b0\u4e86\u5434\u6587\u4fca\u5728\u6570\u5b66\u673a\u68b0\u5316\u9886\u57df\u7684\u7814\u7a76\u6210\u679c\u3002"}, {"color": "#80fe90", "created_at": 1752674566, "description": "A biographical collection of famous scientists, including mathematicians, edited by Wu Wenjun and published by Science Press in 1992.\u003cSEP\u003e\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u662f\u4e00\u672c\u7531\u5434\u6587\u4fca\u4e3b\u7f16\u3001\u79d1\u5b66\u51fa\u7248\u793e\u51fa\u7248\u7684\u5173\u4e8e\u6570\u5b66\u5bb6\u7684\u4f20\u8bb0\u96c6\u3002", "entity_id": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b", "label": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "A biographical collection of famous scientists, including mathematicians, edited by Wu Wenjun and published by Science Press in 1992.\u003cSEP\u003e\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u662f\u4e00\u672c\u7531\u5434\u6587\u4fca\u4e3b\u7f16\u3001\u79d1\u5b66\u51fa\u7248\u793e\u51fa\u7248\u7684\u5173\u4e8e\u6570\u5b66\u5bb6\u7684\u4f20\u8bb0\u96c6\u3002"}, {"color": "#2fb809", "created_at": 1752674566, "description": "The publishing organization responsible for issuing the biographical collection \u0027World Famous Scientists: Mathematicians III\u0027 in 1992.\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793e(Science Press) is a major academic publishing house in China that published the book \u0027Statistics and Truth\u0027 in 2001.\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793e\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7684\u91cd\u8981\u5b66\u672f\u51fa\u7248\u673a\u6784\u3002", "entity_id": "\u79d1\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u79d1\u5b66\u51fa\u7248\u793e", "label": "\u79d1\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "The publishing organization responsible for issuing the biographical collection \u0027World Famous Scientists: Mathematicians III\u0027 in 1992.\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793e(Science Press) is a major academic publishing house in China that published the book \u0027Statistics and Truth\u0027 in 2001.\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793e\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7684\u91cd\u8981\u5b66\u672f\u51fa\u7248\u673a\u6784\u3002"}, {"color": "#78d23e", "created_at": 1752674485, "description": "\u9a6c\u514b\u601d\u662f\u8457\u540d\u7684\u7ecf\u6d4e\u5b66\u5bb6\u548c\u54f2\u5b66\u5bb6,\u4ed6\u79f0\u8d5e\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u662f\u6700\u5999\u7684\u53d1\u660e\u4e4b\u4e00\u3002\u003cSEP\u003e\u9a6c\u514b\u601d\u662f\u9a6c\u514b\u601d\u4e3b\u4e49\u7684\u521b\u59cb\u4eba\u4e4b\u4e00,\u5176\u5168\u96c6\u4e2d\u5305\u542b\u5173\u4e8e\u6570\u5b66\u7684\u8bba\u8ff0\u3002", "entity_id": "\u9a6c\u514b\u601d", "entity_type": "person", "file_path": "unknown_source", "id": "\u9a6c\u514b\u601d", "label": "\u9a6c\u514b\u601d", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u9a6c\u514b\u601d\u662f\u8457\u540d\u7684\u7ecf\u6d4e\u5b66\u5bb6\u548c\u54f2\u5b66\u5bb6,\u4ed6\u79f0\u8d5e\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u662f\u6700\u5999\u7684\u53d1\u660e\u4e4b\u4e00\u3002\u003cSEP\u003e\u9a6c\u514b\u601d\u662f\u9a6c\u514b\u601d\u4e3b\u4e49\u7684\u521b\u59cb\u4eba\u4e4b\u4e00,\u5176\u5168\u96c6\u4e2d\u5305\u542b\u5173\u4e8e\u6570\u5b66\u7684\u8bba\u8ff0\u3002"}, {"color": "#a827c5", "created_at": 1752674526, "description": "Friedrich Von Engels (1820-1895) was a philosopher and co-founder of Marxism who criticized the rigidity of formal logic\u0027s principles, particularly the law of identity, emphasizing the need for dialectical thinking.\u003cSEP\u003e\u6069\u683c\u65af\u662f\u9a6c\u514b\u601d\u4e3b\u4e49\u7684\u5171\u540c\u521b\u59cb\u4eba,\u5176\u5168\u96c6\u4e2d\u5305\u542b\u6570\u5b66\u76f8\u5173\u7684\u8bba\u8ff0\u3002", "entity_id": "\u6069\u683c\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u6069\u683c\u65af", "label": "\u6069\u683c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "Friedrich Von Engels (1820-1895) was a philosopher and co-founder of Marxism who criticized the rigidity of formal logic\u0027s principles, particularly the law of identity, emphasizing the need for dialectical thinking.\u003cSEP\u003e\u6069\u683c\u65af\u662f\u9a6c\u514b\u601d\u4e3b\u4e49\u7684\u5171\u540c\u521b\u59cb\u4eba,\u5176\u5168\u96c6\u4e2d\u5305\u542b\u6570\u5b66\u76f8\u5173\u7684\u8bba\u8ff0\u3002"}, {"color": "#22c45d", "created_at": 1752674566, "description": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u662f\u6536\u5f55\u9a6c\u514b\u601d\u548c\u6069\u683c\u65af\u8457\u4f5c\u7684\u5168\u96c6\uff0c\u5176\u4e2d\u5305\u542b\u6570\u5b66\u76f8\u5173\u7684\u8bba\u8ff0\u3002", "entity_id": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b", "label": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u662f\u6536\u5f55\u9a6c\u514b\u601d\u548c\u6069\u683c\u65af\u8457\u4f5c\u7684\u5168\u96c6\uff0c\u5176\u4e2d\u5305\u542b\u6570\u5b66\u76f8\u5173\u7684\u8bba\u8ff0\u3002"}, {"color": "#0583c3", "created_at": 1752674485, "description": "\u62c9\u666e\u62c9\u65af(Pierre Simon Marquis de Laplace) is a French mathematician and astronomer known for his work in probability theory, including the book \u0027A Philosophical Essay on Probabilities\u0027.\u003cSEP\u003e\u62c9\u666e\u62c9\u65af\u662f\u4e00\u4f4d\u6cd5\u56fd\u6570\u5b66\u5bb6,\u5bf9\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u7ed9\u4e88\u4e86\u9ad8\u5ea6\u8bc4\u4ef7,\u4f46\u8bef\u5c06\u8be5\u53d1\u660e\u5b8c\u5168\u5f52\u529f\u4e8e\u5370\u5ea6\u3002\u003cSEP\u003e\u6cd5\u56fd\u8457\u540d\u6570\u5b66\u5bb6\u548c\u5929\u6587\u5b66\u5bb6,1749-1827\u5e74\u5728\u4e16\u3002\u8457\u6709\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b,\u5176\u601d\u60f3\u5bf9\u4e2d\u56fd\u6570\u5b66\u53d1\u5c55\u4ea7\u751f\u5f71\u54cd\u3002", "entity_id": "\u62c9\u666e\u62c9\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u62c9\u666e\u62c9\u65af", "label": "\u62c9\u666e\u62c9\u65af", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u62c9\u666e\u62c9\u65af(Pierre Simon Marquis de Laplace) is a French mathematician and astronomer known for his work in probability theory, including the book \u0027A Philosophical Essay on Probabilities\u0027.\u003cSEP\u003e\u62c9\u666e\u62c9\u65af\u662f\u4e00\u4f4d\u6cd5\u56fd\u6570\u5b66\u5bb6,\u5bf9\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u7ed9\u4e88\u4e86\u9ad8\u5ea6\u8bc4\u4ef7,\u4f46\u8bef\u5c06\u8be5\u53d1\u660e\u5b8c\u5168\u5f52\u529f\u4e8e\u5370\u5ea6\u3002\u003cSEP\u003e\u6cd5\u56fd\u8457\u540d\u6570\u5b66\u5bb6\u548c\u5929\u6587\u5b66\u5bb6,1749-1827\u5e74\u5728\u4e16\u3002\u8457\u6709\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b,\u5176\u601d\u60f3\u5bf9\u4e2d\u56fd\u6570\u5b66\u53d1\u5c55\u4ea7\u751f\u5f71\u54cd\u3002"}, {"color": "#378b4d", "created_at": 1752674485, "description": "\u53e4\u5e0c\u814a\u79d1\u5b66\u5bb6\uff0c\u4ee5\u5bf9\u6d6e\u529b\u548c\u6d41\u4f53\u9759\u529b\u5b66\u7684\u7814\u7a76\u95fb\u540d\uff0c\u63d0\u51fa\u4e86\u8457\u540d\u7684\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u3002\u003cSEP\u003e\u963f\u57fa\u7c73\u5fb7\u662f\u53e4\u4ee3\u5e0c\u814a\u7684\u4f1f\u5927\u6570\u5b66\u5bb6,\u4f46\u672a\u53d1\u73b0\u5176\u4f7f\u7528\u4f4d\u503c\u5236\u8bb0\u6570\u6cd5\u7684\u8bc1\u636e\u3002\u003cSEP\u003e\u963f\u57fa\u7c73\u5fb7\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u88ab\u6574\u7406\u4e3a\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\u3002", "entity_id": "\u963f\u57fa\u7c73\u5fb7", "entity_type": "person", "file_path": "unknown_source", "id": "\u963f\u57fa\u7c73\u5fb7", "label": "\u963f\u57fa\u7c73\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u53e4\u5e0c\u814a\u79d1\u5b66\u5bb6\uff0c\u4ee5\u5bf9\u6d6e\u529b\u548c\u6d41\u4f53\u9759\u529b\u5b66\u7684\u7814\u7a76\u95fb\u540d\uff0c\u63d0\u51fa\u4e86\u8457\u540d\u7684\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u3002\u003cSEP\u003e\u963f\u57fa\u7c73\u5fb7\u662f\u53e4\u4ee3\u5e0c\u814a\u7684\u4f1f\u5927\u6570\u5b66\u5bb6,\u4f46\u672a\u53d1\u73b0\u5176\u4f7f\u7528\u4f4d\u503c\u5236\u8bb0\u6570\u6cd5\u7684\u8bc1\u636e\u3002\u003cSEP\u003e\u963f\u57fa\u7c73\u5fb7\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u88ab\u6574\u7406\u4e3a\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\u3002"}, {"color": "#e2e439", "created_at": 1752674485, "description": "\u963f\u6ce2\u7f57\u5c3c\u65af\u662f\u53e4\u4ee3\u5e0c\u814a\u7684\u6570\u5b66\u5bb6,\u540c\u6837\u672a\u53d1\u73b0\u5176\u4f7f\u7528\u4f4d\u503c\u5236\u8bb0\u6570\u6cd5\u7684\u8bc1\u636e\u3002", "entity_id": "\u963f\u6ce2\u7f57\u5c3c\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u963f\u6ce2\u7f57\u5c3c\u65af", "label": "\u963f\u6ce2\u7f57\u5c3c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u6ce2\u7f57\u5c3c\u65af\u662f\u53e4\u4ee3\u5e0c\u814a\u7684\u6570\u5b66\u5bb6,\u540c\u6837\u672a\u53d1\u73b0\u5176\u4f7f\u7528\u4f4d\u503c\u5236\u8bb0\u6570\u6cd5\u7684\u8bc1\u636e\u3002"}, {"color": "#0ba304", "created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65af\u7684\u91cd\u8981\u8457\u4f5c,\u53cd\u6620\u4e8618\u4e16\u7eaa\u672b\u6570\u5b66\u548c\u5929\u6587\u5b66\u7684\u53d1\u5c55\u6c34\u5e73\u3002", "entity_id": "\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b", "label": "\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u62c9\u666e\u62c9\u65af\u7684\u91cd\u8981\u8457\u4f5c,\u53cd\u6620\u4e8618\u4e16\u7eaa\u672b\u6570\u5b66\u548c\u5929\u6587\u5b66\u7684\u53d1\u5c55\u6c34\u5e73\u3002"}, {"color": "#eabc43", "created_at": 1752674566, "description": "\u5206\u6790\u6982\u7387\u8bba(Analytical Theory of Probabilities) is a foundational mathematical text authored by Laplace, first published in 1812.", "entity_id": "\u5206\u6790\u6982\u7387\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u6790\u6982\u7387\u8bba", "label": "\u5206\u6790\u6982\u7387\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5206\u6790\u6982\u7387\u8bba(Analytical Theory of Probabilities) is a foundational mathematical text authored by Laplace, first published in 1812."}, {"color": "#e7b46e", "created_at": 1752674566, "description": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba(Philosophical Essay on Probabilities) is a standalone publication derived from the introduction of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027, focusing on the philosophical implications of probability theory.", "entity_id": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "label": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba(Philosophical Essay on Probabilities) is a standalone publication derived from the introduction of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027, focusing on the philosophical implications of probability theory."}, {"color": "#d7c1d5", "created_at": 1752674566, "description": "1812\u5e74(Year 1812) marks the initial publication of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027.", "entity_id": "1812\u5e74", "entity_type": "event", "file_path": "unknown_source", "id": "1812\u5e74", "label": "1812\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "1812\u5e74(Year 1812) marks the initial publication of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027."}, {"color": "#da0499", "created_at": 1752674566, "description": "1814\u5e74(Year 1814) is when the second edition of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027 was published, including a new extensive introduction that later became \u0027A Philosophical Essay on Probabilities\u0027.", "entity_id": "1814\u5e74", "entity_type": "event", "file_path": "unknown_source", "id": "1814\u5e74", "label": "1814\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "1814\u5e74(Year 1814) is when the second edition of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027 was published, including a new extensive introduction that later became \u0027A Philosophical Essay on Probabilities\u0027."}, {"color": "#9745f4", "created_at": 1752674485, "description": "France is the country where the modern meter unit of length was originally defined in 1790 by a special committee of scientists.\u003cSEP\u003e\u62c9\u666e\u62c9\u65af\u7684\u56fd\u7c4d,18\u4e16\u7eaa\u672b\u81f319\u4e16\u7eaa\u521d\u6b27\u6d32\u6570\u5b66\u53d1\u5c55\u7684\u91cd\u8981\u4e2d\u5fc3\u4e4b\u4e00\u3002\u003cSEP\u003e\u6cd5\u56fd\u662f\u62c9\u666e\u62c9\u65af\u7684\u56fd\u7c4d\u6240\u5728\u5730,\u4e5f\u662f\u8bb8\u591a\u6570\u5b66\u5bb6\u7684\u6545\u4e61\u3002\u003cSEP\u003e\u6cd5\u56fd\u662f\u73b0\u4ee3\u957f\u5ea6\u5355\u4f4d\u0027\u7c73\u0027\u7684\u8d77\u6e90\u56fd\uff0c1790\u5e74\u6cd5\u56fd\u79d1\u5b66\u5bb6\u63d0\u51fa\u5c06\u7c73\u5b9a\u4e49\u4e3a\u5df4\u9ece\u5b50\u5348\u7ebf\u5168\u957f\u7684\u56db\u5343\u4e07\u5206\u4e4b\u4e00\u3002", "entity_id": "\u6cd5\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6cd5\u56fd", "label": "\u6cd5\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "France is the country where the modern meter unit of length was originally defined in 1790 by a special committee of scientists.\u003cSEP\u003e\u62c9\u666e\u62c9\u65af\u7684\u56fd\u7c4d,18\u4e16\u7eaa\u672b\u81f319\u4e16\u7eaa\u521d\u6b27\u6d32\u6570\u5b66\u53d1\u5c55\u7684\u91cd\u8981\u4e2d\u5fc3\u4e4b\u4e00\u3002\u003cSEP\u003e\u6cd5\u56fd\u662f\u62c9\u666e\u62c9\u65af\u7684\u56fd\u7c4d\u6240\u5728\u5730,\u4e5f\u662f\u8bb8\u591a\u6570\u5b66\u5bb6\u7684\u6545\u4e61\u3002\u003cSEP\u003e\u6cd5\u56fd\u662f\u73b0\u4ee3\u957f\u5ea6\u5355\u4f4d\u0027\u7c73\u0027\u7684\u8d77\u6e90\u56fd\uff0c1790\u5e74\u6cd5\u56fd\u79d1\u5b66\u5bb6\u63d0\u51fa\u5c06\u7c73\u5b9a\u4e49\u4e3a\u5df4\u9ece\u5b50\u5348\u7ebf\u5168\u957f\u7684\u56db\u5343\u4e07\u5206\u4e4b\u4e00\u3002"}, {"color": "#0b5c7b", "created_at": 1752674526, "description": "Meter is the internationally standardized unit of length, originally defined based on the Paris meridian and later redefined using the speed of light.\u003cSEP\u003e\u7c73is a standard unit of length measurement used worldwide and is introduced early in elementary education as a foundational metric unit.\u003cSEP\u003e\u7c73\u662f\u73b0\u4ee3\u56fd\u9645\u901a\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u6700\u521d\u5b9a\u4e49\u4e3a\u5df4\u9ece\u5b50\u5348\u7ebf\u5168\u957f\u7684\u56db\u5343\u4e07\u5206\u4e4b\u4e00\uff0c\u540e\u7531\u94c2\u94f1\u5408\u91d1\u68d2\u6807\u51c6\u5316\u3002", "entity_id": "\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u7c73", "label": "\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Meter is the internationally standardized unit of length, originally defined based on the Paris meridian and later redefined using the speed of light.\u003cSEP\u003e\u7c73is a standard unit of length measurement used worldwide and is introduced early in elementary education as a foundational metric unit.\u003cSEP\u003e\u7c73\u662f\u73b0\u4ee3\u56fd\u9645\u901a\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u6700\u521d\u5b9a\u4e49\u4e3a\u5df4\u9ece\u5b50\u5348\u7ebf\u5168\u957f\u7684\u56db\u5343\u4e07\u5206\u4e4b\u4e00\uff0c\u540e\u7531\u94c2\u94f1\u5408\u91d1\u68d2\u6807\u51c6\u5316\u3002"}, {"color": "#6db954", "created_at": 1752674526, "description": "Paris is the location where the original definition of the meter was based on the Paris meridian and where the International Bureau of Weights and Measures currently stores the international prototype meter.", "entity_id": "\u5df4\u9ece", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5df4\u9ece", "label": "\u5df4\u9ece", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Paris is the location where the original definition of the meter was based on the Paris meridian and where the International Bureau of Weights and Measures currently stores the international prototype meter."}, {"color": "#70909d", "created_at": 1752674526, "description": "A special committee of French scientists that proposed the original definition of the meter in 1790 based on the Paris meridian.", "entity_id": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u7279\u522b\u59d4\u5458\u4f1a", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u7279\u522b\u59d4\u5458\u4f1a", "label": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u7279\u522b\u59d4\u5458\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A special committee of French scientists that proposed the original definition of the meter in 1790 based on the Paris meridian."}, {"color": "#3ec1ce", "created_at": 1752674485, "description": "\u6714\u671b\u6708\u662f\u6307\u4ece\u4e00\u4e2a\u6714\u6708\u5230\u4e0b\u4e00\u4e2a\u6714\u6708\u7684\u65f6\u95f4\u5468\u671f,\u7ea6\u4e3a29.53\u65e5\u3002\u003cSEP\u003e\u6714\u671b\u6708\u662f\u6708\u4eae\u8fd0\u884c\u7684\u5468\u671f\uff0c\u5b9a\u4e49\u4e3a30(29.53)\u65e5\uff0c\u7528\u4e8e\u63cf\u8ff0\u6708\u4eae\u4ece\u6714\u5230\u6714\u7684\u5b8c\u6574\u53d8\u5316\u5468\u671f\u3002", "entity_id": "\u6714\u671b\u6708", "entity_type": "event", "file_path": "unknown_source", "id": "\u6714\u671b\u6708", "label": "\u6714\u671b\u6708", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6714\u671b\u6708\u662f\u6307\u4ece\u4e00\u4e2a\u6714\u6708\u5230\u4e0b\u4e00\u4e2a\u6714\u6708\u7684\u65f6\u95f4\u5468\u671f,\u7ea6\u4e3a29.53\u65e5\u3002\u003cSEP\u003e\u6714\u671b\u6708\u662f\u6708\u4eae\u8fd0\u884c\u7684\u5468\u671f\uff0c\u5b9a\u4e49\u4e3a30(29.53)\u65e5\uff0c\u7528\u4e8e\u63cf\u8ff0\u6708\u4eae\u4ece\u6714\u5230\u6714\u7684\u5b8c\u6574\u53d8\u5316\u5468\u671f\u3002"}, {"color": "#33d0c6", "created_at": 1752674485, "description": "\u9634\u5386\u662f\u4e00\u79cd\u57fa\u4e8e\u6708\u4eae\u8fd0\u884c\u5468\u671f\u7684\u5386\u6cd5\uff0c\u4e00\u5e7412\u4e2a\u6708\u5171354\u65e5\uff0c\u4e0e\u5730\u7403\u516c\u8f6c\u5468\u671f\u4e0d\u4e00\u81f4\uff0c\u9700\u901a\u8fc7\u6dfb\u52a0\u95f0\u6708\u8fdb\u884c\u8c03\u6574\u3002\u003cSEP\u003e\u9634\u5386\u662f\u57fa\u4e8e\u6708\u4eae\u8fd0\u884c\u5468\u671f\u5236\u5b9a\u7684\u5386\u6cd5,\u88ab\u8bb8\u591a\u53e4\u8001\u6c11\u65cf\u4f7f\u7528\u3002", "entity_id": "\u9634\u5386", "entity_type": "category", "file_path": "unknown_source", "id": "\u9634\u5386", "label": "\u9634\u5386", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c", "title": "\u9634\u5386\u662f\u4e00\u79cd\u57fa\u4e8e\u6708\u4eae\u8fd0\u884c\u5468\u671f\u7684\u5386\u6cd5\uff0c\u4e00\u5e7412\u4e2a\u6708\u5171354\u65e5\uff0c\u4e0e\u5730\u7403\u516c\u8f6c\u5468\u671f\u4e0d\u4e00\u81f4\uff0c\u9700\u901a\u8fc7\u6dfb\u52a0\u95f0\u6708\u8fdb\u884c\u8c03\u6574\u3002\u003cSEP\u003e\u9634\u5386\u662f\u57fa\u4e8e\u6708\u4eae\u8fd0\u884c\u5468\u671f\u5236\u5b9a\u7684\u5386\u6cd5,\u88ab\u8bb8\u591a\u53e4\u8001\u6c11\u65cf\u4f7f\u7528\u3002"}, {"color": "#862172", "created_at": 1752674485, "description": "\u9633\u5386\u662f\u57fa\u4e8e\u5730\u7403\u7ed5\u592a\u9633\u516c\u8f6c\u5468\u671f\u7684\u5386\u6cd5\uff0c\u4e00\u5e74\u4e3a365\u65e5\uff0c\u7528\u4e8e\u66f4\u51c6\u786e\u5730\u53cd\u6620\u56db\u5b63\u53d8\u5316\uff0c\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002", "entity_id": "\u9633\u5386", "entity_type": "category", "file_path": "unknown_source", "id": "\u9633\u5386", "label": "\u9633\u5386", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u9633\u5386\u662f\u57fa\u4e8e\u5730\u7403\u7ed5\u592a\u9633\u516c\u8f6c\u5468\u671f\u7684\u5386\u6cd5\uff0c\u4e00\u5e74\u4e3a365\u65e5\uff0c\u7528\u4e8e\u66f4\u51c6\u786e\u5730\u53cd\u6620\u56db\u5b63\u53d8\u5316\uff0c\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\u3002"}, {"color": "#0f33d1", "created_at": 1752674485, "description": "\u9634\u9633\u5408\u5386\u662f\u7ed3\u5408\u9634\u5386\u548c\u9633\u5386\u7684\u5386\u6cd5\u7cfb\u7edf\uff0c\u901a\u8fc7\u6dfb\u52a0\u95f0\u6708\u4f7f\u9634\u5386\u4e0e\u81ea\u7136\u5b63\u8282\u76f8\u543b\u5408\uff0c\u7528\u4e8e\u519c\u4e1a\u751f\u4ea7\u4e0e\u65f6\u95f4\u8bb0\u5f55\u3002", "entity_id": "\u9634\u9633\u5408\u5386", "entity_type": "category", "file_path": "unknown_source", "id": "\u9634\u9633\u5408\u5386", "label": "\u9634\u9633\u5408\u5386", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u9634\u9633\u5408\u5386\u662f\u7ed3\u5408\u9634\u5386\u548c\u9633\u5386\u7684\u5386\u6cd5\u7cfb\u7edf\uff0c\u901a\u8fc7\u6dfb\u52a0\u95f0\u6708\u4f7f\u9634\u5386\u4e0e\u81ea\u7136\u5b63\u8282\u76f8\u543b\u5408\uff0c\u7528\u4e8e\u519c\u4e1a\u751f\u4ea7\u4e0e\u65f6\u95f4\u8bb0\u5f55\u3002"}, {"color": "#c9908e", "created_at": 1752674566, "description": "\u5386\u6cd5\u662f\u4eba\u7c7b\u5bf9\u65f6\u95f4\u6d4b\u91cf\u548c\u7ec4\u7ec7\u7684\u7cfb\u7edf\u5316\u8868\u8fbe,\u53cd\u6620\u4e86\u5929\u6587\u89c2\u6d4b\u548c\u6570\u5b66\u8ba1\u7b97\u7684\u7ed3\u5408\u3002", "entity_id": "\u65f6\u95f4\u6d4b\u91cf", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u65f6\u95f4\u6d4b\u91cf", "label": "\u65f6\u95f4\u6d4b\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5386\u6cd5\u662f\u4eba\u7c7b\u5bf9\u65f6\u95f4\u6d4b\u91cf\u548c\u7ec4\u7ec7\u7684\u7cfb\u7edf\u5316\u8868\u8fbe,\u53cd\u6620\u4e86\u5929\u6587\u89c2\u6d4b\u548c\u6570\u5b66\u8ba1\u7b97\u7684\u7ed3\u5408\u3002"}, {"color": "#629d12", "created_at": 1752674485, "description": "\u6708\u4eae\u662f\u5730\u7403\u7684\u5929\u7136\u536b\u661f,\u5176\u5468\u671f\u53d8\u5316\u5bf9\u5386\u6cd5\u5236\u5b9a\u6709\u91cd\u8981\u5f71\u54cd\u3002", "entity_id": "\u6708\u4eae", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6708\u4eae", "label": "\u6708\u4eae", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6708\u4eae\u662f\u5730\u7403\u7684\u5929\u7136\u536b\u661f,\u5176\u5468\u671f\u53d8\u5316\u5bf9\u5386\u6cd5\u5236\u5b9a\u6709\u91cd\u8981\u5f71\u54cd\u3002"}, {"color": "#6e5f93", "created_at": 1752674485, "description": "Earth is the third planet from the Sun in the solar system, located at a distance of about 150 million kilometers from the Sun.\u003cSEP\u003e\u5730\u7403is mentioned when discussing the time light takes to travel from the Sun.\u003cSEP\u003e\u5730\u7403\u662f\u592a\u9633\u7cfb\u4e2d\u7684\u884c\u661f,\u4e0e\u6708\u4eae\u548c\u592a\u9633\u7684\u5173\u7cfb\u51b3\u5b9a\u4e86\u6714\u6708\u548c\u671b\u6708\u7684\u51fa\u73b0\u3002\u003cSEP\u003e\u5730\u7403\u662f\u6211\u4eec\u6240\u5728\u7684\u661f\u7403\uff0c\u7528\u4e8e\u8bf4\u660e\u4ece\u5730\u7403\u89c6\u89d2\u89c2\u5bdf\u5b87\u5b99\u4e8b\u4ef6\u7684\u65f6\u95f4\u5ef6\u8fdf\u95ee\u9898\u3002", "entity_id": "\u5730\u7403", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5730\u7403", "label": "\u5730\u7403", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "Earth is the third planet from the Sun in the solar system, located at a distance of about 150 million kilometers from the Sun.\u003cSEP\u003e\u5730\u7403is mentioned when discussing the time light takes to travel from the Sun.\u003cSEP\u003e\u5730\u7403\u662f\u592a\u9633\u7cfb\u4e2d\u7684\u884c\u661f,\u4e0e\u6708\u4eae\u548c\u592a\u9633\u7684\u5173\u7cfb\u51b3\u5b9a\u4e86\u6714\u6708\u548c\u671b\u6708\u7684\u51fa\u73b0\u3002\u003cSEP\u003e\u5730\u7403\u662f\u6211\u4eec\u6240\u5728\u7684\u661f\u7403\uff0c\u7528\u4e8e\u8bf4\u660e\u4ece\u5730\u7403\u89c6\u89d2\u89c2\u5bdf\u5b87\u5b99\u4e8b\u4ef6\u7684\u65f6\u95f4\u5ef6\u8fdf\u95ee\u9898\u3002"}, {"color": "#80b5cf", "created_at": 1752674485, "description": "The Sun is the central star of the solar system, containing 99.87% of its mass and exerting gravitational control over planets and other celestial bodies.\u003cSEP\u003e\u592a\u9633is mentioned as a celestial body when discussing the time light takes to reach Earth.\u003cSEP\u003e\u592a\u9633\u662f\u592a\u9633\u7cfb\u7684\u4e2d\u5fc3\u5929\u4f53,\u4e0e\u6708\u4eae\u3001\u5730\u7403\u7684\u4f4d\u7f6e\u5173\u7cfb\u51b3\u5b9a\u4e86\u6714\u6708\u73b0\u8c61\u3002", "entity_id": "\u592a\u9633", "entity_type": "geo", "file_path": "unknown_source", "id": "\u592a\u9633", "label": "\u592a\u9633", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "The Sun is the central star of the solar system, containing 99.87% of its mass and exerting gravitational control over planets and other celestial bodies.\u003cSEP\u003e\u592a\u9633is mentioned as a celestial body when discussing the time light takes to reach Earth.\u003cSEP\u003e\u592a\u9633\u662f\u592a\u9633\u7cfb\u7684\u4e2d\u5fc3\u5929\u4f53,\u4e0e\u6708\u4eae\u3001\u5730\u7403\u7684\u4f4d\u7f6e\u5173\u7cfb\u51b3\u5b9a\u4e86\u6714\u6708\u73b0\u8c61\u3002"}, {"color": "#29e4e1", "created_at": 1752674566, "description": "\u5149\u884c\u8d70refers to the speed of light, used as an example to explain speed calculations.", "entity_id": "\u5149\u884c\u8d70", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u884c\u8d70", "label": "\u5149\u884c\u8d70", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5149\u884c\u8d70refers to the speed of light, used as an example to explain speed calculations."}, {"color": "#ff3eca", "created_at": 1752674526, "description": "\u8d85\u65b0\u661f\u7206\u70b8\u662f\u5b87\u5b99\u4e2d\u5267\u70c8\u7684\u6052\u661f\u7206\u70b8\u4e8b\u4ef6\uff0c\u7528\u4e8e\u63a2\u8ba8\u2018\u73b0\u5728\u2019\u6982\u5ff5\u5728\u5b87\u5b99\u5c3a\u5ea6\u4e0a\u7684\u9002\u7528\u6027\u3002", "entity_id": "\u8d85\u65b0\u661f\u7206\u70b8", "entity_type": "event", "file_path": "unknown_source", "id": "\u8d85\u65b0\u661f\u7206\u70b8", "label": "\u8d85\u65b0\u661f\u7206\u70b8", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8d85\u65b0\u661f\u7206\u70b8\u662f\u5b87\u5b99\u4e2d\u5267\u70c8\u7684\u6052\u661f\u7206\u70b8\u4e8b\u4ef6\uff0c\u7528\u4e8e\u63a2\u8ba8\u2018\u73b0\u5728\u2019\u6982\u5ff5\u5728\u5b87\u5b99\u5c3a\u5ea6\u4e0a\u7684\u9002\u7528\u6027\u3002"}, {"color": "#2b121b", "created_at": 1752674526, "description": "Major planets are large celestial bodies orbiting the Sun, including Earth, which is one of the eight recognized major planets in the solar system.", "entity_id": "\u5927\u884c\u661f", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5927\u884c\u661f", "label": "\u5927\u884c\u661f", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Major planets are large celestial bodies orbiting the Sun, including Earth, which is one of the eight recognized major planets in the solar system."}, {"color": "#cfa585", "created_at": 1752674485, "description": "\u6714\u6708\u662f\u6307\u6708\u4eae\u8fd0\u884c\u5230\u5730\u7403\u548c\u592a\u9633\u4e4b\u95f4,\u4ece\u5730\u7403\u4e0a\u770b\u4e0d\u5230\u6708\u4eae\u7684\u90a3\u4e00\u5929\u3002", "entity_id": "\u6714\u6708", "entity_type": "event", "file_path": "unknown_source", "id": "\u6714\u6708", "label": "\u6714\u6708", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6714\u6708\u662f\u6307\u6708\u4eae\u8fd0\u884c\u5230\u5730\u7403\u548c\u592a\u9633\u4e4b\u95f4,\u4ece\u5730\u7403\u4e0a\u770b\u4e0d\u5230\u6708\u4eae\u7684\u90a3\u4e00\u5929\u3002"}, {"color": "#22d523", "created_at": 1752674485, "description": "\u671b\u6708\u662f\u6307\u6708\u4eae\u8fd0\u884c\u5230\u4e0e\u592a\u9633\u76f8\u5bf9\u4f4d\u7f6e,\u5728\u4e2d\u5929\u51fa\u73b0\u7684\u6ee1\u6708\u3002", "entity_id": "\u671b\u6708", "entity_type": "event", "file_path": "unknown_source", "id": "\u671b\u6708", "label": "\u671b\u6708", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u671b\u6708\u662f\u6307\u6708\u4eae\u8fd0\u884c\u5230\u4e0e\u592a\u9633\u76f8\u5bf9\u4f4d\u7f6e,\u5728\u4e2d\u5929\u51fa\u73b0\u7684\u6ee1\u6708\u3002"}, {"color": "#d26fc5", "created_at": 1752674485, "description": "\u5927\u6708\u662f\u6307\u5728\u5386\u6cd5\u4e2d\u5305\u542b30\u65e5\u7684\u6708\u4efd\u3002", "entity_id": "\u5927\u6708", "entity_type": "category", "file_path": "unknown_source", "id": "\u5927\u6708", "label": "\u5927\u6708", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5927\u6708\u662f\u6307\u5728\u5386\u6cd5\u4e2d\u5305\u542b30\u65e5\u7684\u6708\u4efd\u3002"}, {"color": "#269132", "created_at": 1752674485, "description": "\u5c0f\u6708\u662f\u6307\u5728\u5386\u6cd5\u4e2d\u5305\u542b29\u65e5\u7684\u6708\u4efd\u3002", "entity_id": "\u5c0f\u6708", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u6708", "label": "\u5c0f\u6708", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5c0f\u6708\u662f\u6307\u5728\u5386\u6cd5\u4e2d\u5305\u542b29\u65e5\u7684\u6708\u4efd\u3002"}, {"color": "#af2a77", "created_at": 1752674526, "description": "Cao Chong was a young and intelligent son of Cao Cao during the Three Kingdoms period, known for his clever method of weighing an elephant using buoyancy.\u003cSEP\u003e\u66f9\u51b2\u662f\u4e09\u56fd\u65f6\u671f\u9b4f\u56fd\u7684\u738b\u5b50\uff0c\u4ee5\u806a\u6167\u8457\u79f0\uff0c\u5e74\u5e7c\u65f6\u63d0\u51fa\u4e86\u5229\u7528\u6d6e\u529b\u539f\u7406\u79f0\u8c61\u7684\u65b9\u6cd5\u3002", "entity_id": "\u66f9\u51b2", "entity_type": "person", "file_path": "unknown_source", "id": "\u66f9\u51b2", "label": "\u66f9\u51b2", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Cao Chong was a young and intelligent son of Cao Cao during the Three Kingdoms period, known for his clever method of weighing an elephant using buoyancy.\u003cSEP\u003e\u66f9\u51b2\u662f\u4e09\u56fd\u65f6\u671f\u9b4f\u56fd\u7684\u738b\u5b50\uff0c\u4ee5\u806a\u6167\u8457\u79f0\uff0c\u5e74\u5e7c\u65f6\u63d0\u51fa\u4e86\u5229\u7528\u6d6e\u529b\u539f\u7406\u79f0\u8c61\u7684\u65b9\u6cd5\u3002"}, {"color": "#358865", "created_at": 1752674526, "description": "\u53d9\u62c9\u53e4\u662f\u4f4d\u4e8e\u897f\u897f\u91cc\u5c9b\u7684\u53e4\u5e0c\u814a\u57ce\u90a6\uff0c\u963f\u57fa\u7c73\u5fb7\u7684\u51fa\u751f\u5730\u548c\u4e3b\u8981\u751f\u6d3b\u5730\u3002", "entity_id": "\u53d9\u62c9\u53e4", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53d9\u62c9\u53e4", "label": "\u53d9\u62c9\u53e4", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u53d9\u62c9\u53e4\u662f\u4f4d\u4e8e\u897f\u897f\u91cc\u5c9b\u7684\u53e4\u5e0c\u814a\u57ce\u90a6\uff0c\u963f\u57fa\u7c73\u5fb7\u7684\u51fa\u751f\u5730\u548c\u4e3b\u8981\u751f\u6d3b\u5730\u3002"}, {"color": "#32bcad", "created_at": 1752674526, "description": "\u53d9\u62c9\u53e4\u7684\u56fd\u738b\uff0c\u66fe\u59d4\u6258\u963f\u57fa\u7c73\u5fb7\u9a8c\u8bc1\u738b\u51a0\u662f\u5426\u7531\u7eaf\u91d1\u5236\u6210\u3002", "entity_id": "\u6d77\u5c14\u7fc1\u4e8c\u4e16", "entity_type": "person", "file_path": "unknown_source", "id": "\u6d77\u5c14\u7fc1\u4e8c\u4e16", "label": "\u6d77\u5c14\u7fc1\u4e8c\u4e16", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u53d9\u62c9\u53e4\u7684\u56fd\u738b\uff0c\u66fe\u59d4\u6258\u963f\u57fa\u7c73\u5fb7\u9a8c\u8bc1\u738b\u51a0\u662f\u5426\u7531\u7eaf\u91d1\u5236\u6210\u3002"}, {"color": "#308e85", "created_at": 1752674526, "description": "\u963f\u57fa\u7c73\u5fb7\u5173\u4e8e\u6d6e\u529b\u7814\u7a76\u7684\u7ecf\u5178\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u6d41\u4f53\u9759\u529b\u5b66\u7684\u57fa\u7840\u3002", "entity_id": "\u300a\u8bba\u6d6e\u4f53\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u8bba\u6d6e\u4f53\u300b", "label": "\u300a\u8bba\u6d6e\u4f53\u300b", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u5173\u4e8e\u6d6e\u529b\u7814\u7a76\u7684\u7ecf\u5178\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u6d41\u4f53\u9759\u529b\u5b66\u7684\u57fa\u7840\u3002"}, {"color": "#30aa2f", "created_at": 1752674526, "description": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u662f\u6d41\u4f53\u9759\u529b\u5b66\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u6307\u51fa\u7269\u4f53\u5728\u6d41\u4f53\u4e2d\u6240\u53d7\u7684\u6d6e\u529b\u7b49\u4e8e\u5176\u6392\u5f00\u6d41\u4f53\u7684\u91cd\u91cf\u3002", "entity_id": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406", "label": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u662f\u6d41\u4f53\u9759\u529b\u5b66\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u6307\u51fa\u7269\u4f53\u5728\u6d41\u4f53\u4e2d\u6240\u53d7\u7684\u6d6e\u529b\u7b49\u4e8e\u5176\u6392\u5f00\u6d41\u4f53\u7684\u91cd\u91cf\u3002"}, {"color": "#4cecf0", "created_at": 1752674526, "description": "\u738b\u51a0\u9a8c\u8bc1\u662f\u963f\u57fa\u7c73\u5fb7\u53d7\u547d\u4e8e\u53d9\u62c9\u53e4\u56fd\u738b\u9a8c\u8bc1\u738b\u51a0\u662f\u5426\u4e3a\u7eaf\u91d1\u5236\u6210\u7684\u5386\u53f2\u4e8b\u4ef6\u3002", "entity_id": "\u738b\u51a0\u9a8c\u8bc1", "entity_type": "event", "file_path": "unknown_source", "id": "\u738b\u51a0\u9a8c\u8bc1", "label": "\u738b\u51a0\u9a8c\u8bc1", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u738b\u51a0\u9a8c\u8bc1\u662f\u963f\u57fa\u7c73\u5fb7\u53d7\u547d\u4e8e\u53d9\u62c9\u53e4\u56fd\u738b\u9a8c\u8bc1\u738b\u51a0\u662f\u5426\u4e3a\u7eaf\u91d1\u5236\u6210\u7684\u5386\u53f2\u4e8b\u4ef6\u3002"}, {"color": "#27fdb1", "created_at": 1752674566, "description": "\u5e0c\u601d\u662f\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\u7684\u7f16\u8005\u3002", "entity_id": "\u5e0c\u601d", "entity_type": "person", "file_path": "unknown_source", "id": "\u5e0c\u601d", "label": "\u5e0c\u601d", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5e0c\u601d\u662f\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\u7684\u7f16\u8005\u3002"}, {"color": "#09d36c", "created_at": 1752674485, "description": "\u4e8c\u5341\u56db\u8282\u6c14\u662f\u4e2d\u56fd\u53e4\u4ee3\u57fa\u4e8e\u9633\u5386\u5236\u5b9a\u7684\u8282\u6c14\u7cfb\u7edf\uff0c\u7528\u4e8e\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\uff0c\u5982\u590f\u81f3\u3001\u51ac\u81f3\u7b49\u3002", "entity_id": "\u4e8c\u5341\u56db\u8282\u6c14", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e8c\u5341\u56db\u8282\u6c14", "label": "\u4e8c\u5341\u56db\u8282\u6c14", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u4e8c\u5341\u56db\u8282\u6c14\u662f\u4e2d\u56fd\u53e4\u4ee3\u57fa\u4e8e\u9633\u5386\u5236\u5b9a\u7684\u8282\u6c14\u7cfb\u7edf\uff0c\u7528\u4e8e\u6307\u5bfc\u519c\u4e1a\u751f\u4ea7\uff0c\u5982\u590f\u81f3\u3001\u51ac\u81f3\u7b49\u3002"}, {"color": "#4d3113", "created_at": 1752674485, "description": "\u571f\u661f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u4e8e\u6d4b\u5b9a\u9633\u5386\u4e00\u5e74\u5468\u671f\u7684\u5929\u4f53\uff0c\u9633\u5386\u4e00\u5e74\u4e3a365\u53c81/4\u65e5\u3002", "entity_id": "\u571f\u661f", "entity_type": "geo", "file_path": "unknown_source", "id": "\u571f\u661f", "label": "\u571f\u661f", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u571f\u661f\u662f\u4e2d\u56fd\u53e4\u4ee3\u7528\u4e8e\u6d4b\u5b9a\u9633\u5386\u4e00\u5e74\u5468\u671f\u7684\u5929\u4f53\uff0c\u9633\u5386\u4e00\u5e74\u4e3a365\u53c81/4\u65e5\u3002"}, {"color": "#466f2a", "created_at": 1752674485, "description": "An ancient Chinese text that discusses the calculation of the solar year using Saturn\u0027s orbital cycle.\u003cSEP\u003e\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee319\u5e74\u52a07\u4e2a\u95f0\u6708\u7684\u5386\u6cd5\u8c03\u6574\u65b9\u6cd5\u3002", "entity_id": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "entity_type": "event", "file_path": "unknown_source", "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-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-be1ccf4aaa693e78676f243a79b63a08", "title": "An ancient Chinese text that discusses the calculation of the solar year using Saturn\u0027s orbital cycle.\u003cSEP\u003e\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee319\u5e74\u52a07\u4e2a\u95f0\u6708\u7684\u5386\u6cd5\u8c03\u6574\u65b9\u6cd5\u3002"}, {"color": "#78be4f", "created_at": 1752674485, "description": "\u5341\u4e8c\u751f\u8096\u662f\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u4e2d\u5c06\u52a8\u7269\u4e0e\u5730\u652f\u7ed3\u5408\u7684\u7eaa\u5e74\u7cfb\u7edf\uff0c\u5f71\u54cd\u81f3\u4eca\u3002", "entity_id": "\u5341\u4e8c\u751f\u8096", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u4e8c\u751f\u8096", "label": "\u5341\u4e8c\u751f\u8096", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5341\u4e8c\u751f\u8096\u662f\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u4e2d\u5c06\u52a8\u7269\u4e0e\u5730\u652f\u7ed3\u5408\u7684\u7eaa\u5e74\u7cfb\u7edf\uff0c\u5f71\u54cd\u81f3\u4eca\u3002"}, {"color": "#726c79", "created_at": 1752674485, "description": "\u300a\u8bba\u8861\u300b\u662f\u6c49\u4ee3\u738b\u5145\u6240\u8457\u7684\u54f2\u5b66\u8457\u4f5c\uff0c\u5176\u4e2d\u8bb0\u8f7d\u4e86\u4e0e\u73b0\u4ee3\u5b8c\u5168\u76f8\u540c\u7684\u5341\u4e8c\u751f\u8096\u7cfb\u7edf\u3002", "entity_id": "\u300a\u8bba\u8861\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u8bba\u8861\u300b", "label": "\u300a\u8bba\u8861\u300b", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u300a\u8bba\u8861\u300b\u662f\u6c49\u4ee3\u738b\u5145\u6240\u8457\u7684\u54f2\u5b66\u8457\u4f5c\uff0c\u5176\u4e2d\u8bb0\u8f7d\u4e86\u4e0e\u73b0\u4ee3\u5b8c\u5168\u76f8\u540c\u7684\u5341\u4e8c\u751f\u8096\u7cfb\u7edf\u3002"}, {"color": "#347ecb", "created_at": 1752674485, "description": "\u6c49\u4ee3\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u4e00\u4e2a\u91cd\u8981\u7684\u671d\u4ee3\uff0c\u671f\u95f4\u5386\u6cd5\u3001\u65f6\u8fb0\u5212\u5206\u3001\u5730\u652f\u7cfb\u7edf\u5f97\u5230\u5b8c\u5584\u548c\u53d1\u5c55\u3002", "entity_id": "\u6c49\u4ee3", "entity_type": "event", "file_path": "unknown_source", "id": "\u6c49\u4ee3", "label": "\u6c49\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u6c49\u4ee3\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u4e00\u4e2a\u91cd\u8981\u7684\u671d\u4ee3\uff0c\u671f\u95f4\u5386\u6cd5\u3001\u65f6\u8fb0\u5212\u5206\u3001\u5730\u652f\u7cfb\u7edf\u5f97\u5230\u5b8c\u5584\u548c\u53d1\u5c55\u3002"}, {"color": "#619cae", "created_at": 1752674485, "description": "\u4e94\u66f4\u662f\u4e2d\u56fd\u53e4\u4ee3\u591c\u665a\u7684\u8ba1\u65f6\u5236\u5ea6\uff0c\u7528\u4e8e\u7687\u5bab\u5b88\u591c\u66f4\u66ff\uff0c\u5176\u4e2d\u4e09\u66f4\u5bf9\u5e94\u5b50\u65f6\uff0c\u4e94\u66f4\u5bf9\u5e94\u5bc5\u65f6\u3002", "entity_id": "\u4e94\u66f4", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e94\u66f4", "label": "\u4e94\u66f4", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u4e94\u66f4\u662f\u4e2d\u56fd\u53e4\u4ee3\u591c\u665a\u7684\u8ba1\u65f6\u5236\u5ea6\uff0c\u7528\u4e8e\u7687\u5bab\u5b88\u591c\u66f4\u66ff\uff0c\u5176\u4e2d\u4e09\u66f4\u5bf9\u5e94\u5b50\u65f6\uff0c\u4e94\u66f4\u5bf9\u5e94\u5bc5\u65f6\u3002"}, {"color": "#461d38", "created_at": 1752674485, "description": "\u5c0f\u65f6\u662f\u5b8b\u4ee3\u5bf9\u65f6\u8fb0\u7684\u8fdb\u4e00\u6b65\u5212\u5206\uff0c\u5c06\u6bcf\u4e2a\u65f6\u8fb0\u5206\u4e3a\u201c\u521d\u201d\u548c\u201c\u6b63\u201d\uff0c\u5f62\u6210\u73b0\u4ee3\u201c\u5c0f\u65f6\u201d\u6982\u5ff5\u3002", "entity_id": "\u5c0f\u65f6", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u65f6", "label": "\u5c0f\u65f6", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5c0f\u65f6\u662f\u5b8b\u4ee3\u5bf9\u65f6\u8fb0\u7684\u8fdb\u4e00\u6b65\u5212\u5206\uff0c\u5c06\u6bcf\u4e2a\u65f6\u8fb0\u5206\u4e3a\u201c\u521d\u201d\u548c\u201c\u6b63\u201d\uff0c\u5f62\u6210\u73b0\u4ee3\u201c\u5c0f\u65f6\u201d\u6982\u5ff5\u3002"}, {"color": "#7a323e", "created_at": 1752674485, "description": "\u5b8b\u4ee3\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u671d\u4ee3\uff0c\u5728\u6b64\u671f\u95f4\u5c06\u65f6\u8fb0\u8fdb\u4e00\u6b65\u5212\u5206\u4e3a\u201c\u521d\u201d\u548c\u201c\u6b63\u201d\uff0c\u5f62\u6210\u201c\u5c0f\u65f6\u201d\u6982\u5ff5\u3002", "entity_id": "\u5b8b\u4ee3", "entity_type": "event", "file_path": "unknown_source", "id": "\u5b8b\u4ee3", "label": "\u5b8b\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5b8b\u4ee3\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u671d\u4ee3\uff0c\u5728\u6b64\u671f\u95f4\u5c06\u65f6\u8fb0\u8fdb\u4e00\u6b65\u5212\u5206\u4e3a\u201c\u521d\u201d\u548c\u201c\u6b63\u201d\uff0c\u5f62\u6210\u201c\u5c0f\u65f6\u201d\u6982\u5ff5\u3002"}, {"color": "#fbf1d9", "created_at": 1752674566, "description": "An 8-volume geographical treatise by Ptolemy, foundational in the development of ancient cartography and geography.", "entity_id": "\u300a\u5730\u7406\u5b66\u6307\u5357\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5730\u7406\u5b66\u6307\u5357\u300b", "label": "\u300a\u5730\u7406\u5b66\u6307\u5357\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "An 8-volume geographical treatise by Ptolemy, foundational in the development of ancient cartography and geography."}, {"color": "#0389f2", "created_at": 1752674566, "description": "A 5-volume treatise on optics authored by Ptolemy, contributing to the early understanding of light and vision.", "entity_id": "\u300a\u5149\u5b66\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5149\u5b66\u300b", "label": "\u300a\u5149\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "A 5-volume treatise on optics authored by Ptolemy, contributing to the early understanding of light and vision."}, {"color": "#b4379b", "created_at": 1752674485, "description": "\u4e2d\u56fd\u4e1c\u6c49\u65f6\u671f\u8457\u540d\u79d1\u5b66\u5bb6,27-\u7ea697\u5e74\u5728\u4e16\u3002\u003cSEP\u003e\u738b\u5145\u662f\u4e2d\u56fd\u6c49\u4ee3\u54f2\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u8bba\u8861\u300b\u4e2d\u8be6\u7ec6\u8bb0\u8f7d\u4e86\u5341\u4e8c\u751f\u8096\u4e0e\u5730\u652f\u7cfb\u7edf\u3002", "entity_id": "\u738b\u5145", "entity_type": "person", "file_path": "unknown_source", "id": "\u738b\u5145", "label": "\u738b\u5145", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u4e1c\u6c49\u65f6\u671f\u8457\u540d\u79d1\u5b66\u5bb6,27-\u7ea697\u5e74\u5728\u4e16\u3002\u003cSEP\u003e\u738b\u5145\u662f\u4e2d\u56fd\u6c49\u4ee3\u54f2\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u8bba\u8861\u300b\u4e2d\u8be6\u7ec6\u8bb0\u8f7d\u4e86\u5341\u4e8c\u751f\u8096\u4e0e\u5730\u652f\u7cfb\u7edf\u3002"}, {"color": "#8c38c3", "created_at": 1752674485, "description": "An ancient Chinese historical text that explains the method of determining the length of a year using changes in the length of shadows, particularly on the winter solstice.", "entity_id": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "entity_type": "category", "file_path": "unknown_source", "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-be1ccf4aaa693e78676f243a79b63a08", "title": "An ancient Chinese historical text that explains the method of determining the length of a year using changes in the length of shadows, particularly on the winter solstice."}, {"color": "#f163f4", "created_at": 1752674485, "description": "A measurement used in ancient China to determine the solar year by observing the periodic changes in shadow length, especially on the winter solstice.", "entity_id": "\u65e5\u5f71\u957f\u5ea6", "entity_type": "event", "file_path": "unknown_source", "id": "\u65e5\u5f71\u957f\u5ea6", "label": "\u65e5\u5f71\u957f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "A measurement used in ancient China to determine the solar year by observing the periodic changes in shadow length, especially on the winter solstice."}, {"color": "#611039", "created_at": 1752674485, "description": "The ten heavenly stems in the Chinese calendar system, also known as\u5e72, used in combination with\u5730\u652fto form the 60-year cyclical calendar.", "entity_id": "\u5929\u5e72", "entity_type": "event", "file_path": "unknown_source", "id": "\u5929\u5e72", "label": "\u5929\u5e72", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "The ten heavenly stems in the Chinese calendar system, also known as\u5e72, used in combination with\u5730\u652fto form the 60-year cyclical calendar."}, {"color": "#43b56d", "created_at": 1752674485, "description": "The twelve earthly branches in the Chinese calendar system, also known as\u652f, used in conjunction with\u5929\u5e72to create the 60-year cyclical calendar.", "entity_id": "\u5730\u652f", "entity_type": "event", "file_path": "unknown_source", "id": "\u5730\u652f", "label": "\u5730\u652f", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "The twelve earthly branches in the Chinese calendar system, also known as\u652f, used in conjunction with\u5929\u5e72to create the 60-year cyclical calendar."}, {"color": "#f487cc", "created_at": 1752674485, "description": "A 60-year cycle in the Chinese calendar system, formed by the combination of\u5929\u5e72and\u5730\u652f, used for timekeeping since the Eastern Han dynasty.", "entity_id": "\u7532\u5b50", "entity_type": "event", "file_path": "unknown_source", "id": "\u7532\u5b50", "label": "\u7532\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "A 60-year cycle in the Chinese calendar system, formed by the combination of\u5929\u5e72and\u5730\u652f, used for timekeeping since the Eastern Han dynasty."}, {"color": "#d6de28", "created_at": 1752674526, "description": "\u96c6\u5408B\u5305\u542b\u4e0d\u6ee1\u8db3\u5206\u7c7b\u6807\u51c6P\u7684\u5143\u7d20,\u4e0e\u96c6\u5408A\u4e92\u65a5\u3002", "entity_id": "\u96c6\u5408B", "entity_type": "category", "file_path": "unknown_source", "id": "\u96c6\u5408B", "label": "\u96c6\u5408B", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u96c6\u5408B\u5305\u542b\u4e0d\u6ee1\u8db3\u5206\u7c7b\u6807\u51c6P\u7684\u5143\u7d20,\u4e0e\u96c6\u5408A\u4e92\u65a5\u3002"}, {"color": "#2ee893", "created_at": 1752674526, "description": "Mathematical objects are the entities studied in mathematics, which must be clearly defined and consistent within a given system to ensure logical reasoning and proof.\u003cSEP\u003e\u6570\u5b66\u7814\u7a76\u5bf9\u8c61\u662f\u6307\u6570\u5b66\u6240\u7814\u7a76\u7684\u57fa\u672c\u6982\u5ff5\u3001\u7ed3\u6784\u548c\u5173\u7cfb\uff0c\u5982\u6570\u3001\u5f62\u3001\u51fd\u6570\u3001\u96c6\u5408\u7b49\uff0c\u901a\u5e38\u901a\u8fc7\u62bd\u8c61\u7b26\u53f7\u6765\u8868\u8fbe\u3002", "entity_id": "\u6570\u5b66\u7814\u7a76\u5bf9\u8c61", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7814\u7a76\u5bf9\u8c61", "label": "\u6570\u5b66\u7814\u7a76\u5bf9\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical objects are the entities studied in mathematics, which must be clearly defined and consistent within a given system to ensure logical reasoning and proof.\u003cSEP\u003e\u6570\u5b66\u7814\u7a76\u5bf9\u8c61\u662f\u6307\u6570\u5b66\u6240\u7814\u7a76\u7684\u57fa\u672c\u6982\u5ff5\u3001\u7ed3\u6784\u548c\u5173\u7cfb\uff0c\u5982\u6570\u3001\u5f62\u3001\u51fd\u6570\u3001\u96c6\u5408\u7b49\uff0c\u901a\u5e38\u901a\u8fc7\u62bd\u8c61\u7b26\u53f7\u6765\u8868\u8fbe\u3002"}, {"color": "#0f06bf", "created_at": 1752674526, "description": "Formal logic is a branch of logic that studies the structure of arguments and the rules that govern valid reasoning, including the three classical principles: identity, contradiction, and excluded middle.", "entity_id": "\u5f62\u5f0f\u903b\u8f91", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u5f0f\u903b\u8f91", "label": "\u5f62\u5f0f\u903b\u8f91", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Formal logic is a branch of logic that studies the structure of arguments and the rules that govern valid reasoning, including the three classical principles: identity, contradiction, and excluded middle."}, {"color": "#b75d21", "created_at": 1752674526, "description": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u5f3a\u8c03\u4e2d\u5eb8\u4e4b\u9053\uff0c\u503e\u5411\u4e8e\u63a5\u53d7\u4e2d\u95f4\u72b6\u6001\uff0c\u56e0\u6b64\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u96be\u4ee5\u63a5\u53d7\u6392\u4e2d\u5f8b\u6240\u8981\u6c42\u7684\u4e8c\u5143\u5bf9\u7acb\u601d\u7ef4\u3002", "entity_id": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "label": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u5f3a\u8c03\u4e2d\u5eb8\u4e4b\u9053\uff0c\u503e\u5411\u4e8e\u63a5\u53d7\u4e2d\u95f4\u72b6\u6001\uff0c\u56e0\u6b64\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u96be\u4ee5\u63a5\u53d7\u6392\u4e2d\u5f8b\u6240\u8981\u6c42\u7684\u4e8c\u5143\u5bf9\u7acb\u601d\u7ef4\u3002"}, {"color": "#f4dd8a", "created_at": 1752674526, "description": "\u707e\u96be\u6027\u7ed3\u679c\u662f\u6307\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u82e5\u4e0d\u4f7f\u7528\u6392\u4e2d\u5f8b\u53ef\u80fd\u5bfc\u81f4\u7684\u903b\u8f91\u6df7\u4e71\u6216\u8bc1\u660e\u5931\u6548\u7684\u540e\u679c\u3002", "entity_id": "\u707e\u96be\u6027\u7ed3\u679c", "entity_type": "category", "file_path": "unknown_source", "id": "\u707e\u96be\u6027\u7ed3\u679c", "label": "\u707e\u96be\u6027\u7ed3\u679c", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u707e\u96be\u6027\u7ed3\u679c\u662f\u6307\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u82e5\u4e0d\u4f7f\u7528\u6392\u4e2d\u5f8b\u53ef\u80fd\u5bfc\u81f4\u7684\u903b\u8f91\u6df7\u4e71\u6216\u8bc1\u660e\u5931\u6548\u7684\u540e\u679c\u3002"}, {"color": "#6a1a02", "created_at": 1752674526, "description": "\u6570\u5b66\u903b\u8f91\u57fa\u7840\u662f\u652f\u6491\u6570\u5b66\u8bc1\u660e\u548c\u63a8\u7406\u7684\u903b\u8f91\u89c4\u5f8b\u548c\u65b9\u6cd5\uff0c\u5305\u62ec\u77db\u76fe\u5f8b\u3001\u540c\u4e00\u5f8b\u3001\u6392\u4e2d\u5f8b\u7b49\u3002", "entity_id": "\u6570\u5b66\u903b\u8f91\u57fa\u7840", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u903b\u8f91\u57fa\u7840", "label": "\u6570\u5b66\u903b\u8f91\u57fa\u7840", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u903b\u8f91\u57fa\u7840\u662f\u652f\u6491\u6570\u5b66\u8bc1\u660e\u548c\u63a8\u7406\u7684\u903b\u8f91\u89c4\u5f8b\u548c\u65b9\u6cd5\uff0c\u5305\u62ec\u77db\u76fe\u5f8b\u3001\u540c\u4e00\u5f8b\u3001\u6392\u4e2d\u5f8b\u7b49\u3002"}, {"color": "#25f044", "created_at": 1752674485, "description": "\u6f14\u7ece\u65b9\u6cd5is a logical proof method based on deductive reasoning, foundational to mathematical proofs.", "entity_id": "\u6f14\u7ece\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6f14\u7ece\u65b9\u6cd5", "label": "\u6f14\u7ece\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u6f14\u7ece\u65b9\u6cd5is a logical proof method based on deductive reasoning, foundational to mathematical proofs."}, {"color": "#5ede67", "created_at": 1752674511, "description": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7is a philosophical text by Aristotle that discusses the foundations of knowledge, including the nature of axioms and proofs.", "entity_id": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7", "entity_type": "category", "file_path": "unknown_source", "id": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7", "label": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7is a philosophical text by Aristotle that discusses the foundations of knowledge, including the nature of axioms and proofs."}, {"color": "#492115", "created_at": 1752674526, "description": "\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u54f2\u5b66\u8457\u4f5c\uff0c\u5176\u4e2d\u63d0\u51fa\u4e86\u6392\u4e2d\u5f8b\u7b49\u903b\u8f91\u539f\u5219\uff0c\u5e76\u63a2\u8ba8\u4e86\u5b58\u5728\u3001\u672c\u8d28\u7b49\u54f2\u5b66\u95ee\u9898\u3002", "entity_id": "\u5f62\u800c\u4e0a\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u800c\u4e0a\u5b66", "label": "\u5f62\u800c\u4e0a\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u54f2\u5b66\u8457\u4f5c\uff0c\u5176\u4e2d\u63d0\u51fa\u4e86\u6392\u4e2d\u5f8b\u7b49\u903b\u8f91\u539f\u5219\uff0c\u5e76\u63a2\u8ba8\u4e86\u5b58\u5728\u3001\u672c\u8d28\u7b49\u54f2\u5b66\u95ee\u9898\u3002"}, {"color": "#5ce121", "created_at": 1752674526, "description": "\u6570\u91cf\u548c\u5173\u7cfb\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u6240\u5f3a\u8c03\u7684\u6570\u5b66\u7814\u7a76\u6838\u5fc3\uff0c\u6307\u6570\u5b66\u5bb6\u901a\u8fc7\u62bd\u8c61\u65b9\u6cd5\u5265\u79bb\u611f\u6027\u7279\u5f81\u540e\u6240\u5173\u6ce8\u7684\u57fa\u672c\u6570\u5b66\u5c5e\u6027\u3002", "entity_id": "\u6570\u91cf\u548c\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u91cf\u548c\u5173\u7cfb", "label": "\u6570\u91cf\u548c\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6570\u91cf\u548c\u5173\u7cfb\u662f\u4e9a\u91cc\u58eb\u591a\u5fb7\u6240\u5f3a\u8c03\u7684\u6570\u5b66\u7814\u7a76\u6838\u5fc3\uff0c\u6307\u6570\u5b66\u5bb6\u901a\u8fc7\u62bd\u8c61\u65b9\u6cd5\u5265\u79bb\u611f\u6027\u7279\u5f81\u540e\u6240\u5173\u6ce8\u7684\u57fa\u672c\u6570\u5b66\u5c5e\u6027\u3002"}, {"color": "#e24639", "created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u91cd\u8981\u8457\u4f5c,\u5bf9\u4e2d\u56fd\u548c\u897f\u65b9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002", "entity_id": "\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b", "label": "\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u91cd\u8981\u8457\u4f5c,\u5bf9\u4e2d\u56fd\u548c\u897f\u65b9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002"}, {"color": "#47decf", "created_at": 1752674566, "description": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b\u662f\u4e00\u90e8\u6db5\u76d6\u4e9a\u91cc\u58eb\u591a\u5fb7\u54f2\u5b66\u548c\u79d1\u5b66\u601d\u60f3\u7684\u91cd\u8981\u6587\u732e\uff0c\u88ab\u591a\u6b21\u5f15\u7528\u3002", "entity_id": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b", "label": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b\u662f\u4e00\u90e8\u6db5\u76d6\u4e9a\u91cc\u58eb\u591a\u5fb7\u54f2\u5b66\u548c\u79d1\u5b66\u601d\u60f3\u7684\u91cd\u8981\u6587\u732e\uff0c\u88ab\u591a\u6b21\u5f15\u7528\u3002"}, {"color": "#043423", "created_at": 1752674526, "description": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u662f\u53e4\u57c3\u53ca\u6258\u52d2\u5bc6\u738b\u671d\u65f6\u671f\u7684\u91cd\u8981\u5b66\u672f\u4e2d\u5fc3\uff0c\u6b27\u51e0\u91cc\u5f97\u66fe\u5728\u6b64\u6559\u4e66\u5e76\u7f16\u5199\u300a\u51e0\u4f55\u539f\u672c\u300b\u3002\u003cSEP\u003e\u53e4\u57c3\u53ca\u7684\u91cd\u8981\u5b66\u672f\u4e2d\u5fc3where\u963f\u57fa\u7c73\u5fb7\u66fe\u8bbf\u95ee\u5b66\u4e60\u3002", "entity_id": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "label": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u662f\u53e4\u57c3\u53ca\u6258\u52d2\u5bc6\u738b\u671d\u65f6\u671f\u7684\u91cd\u8981\u5b66\u672f\u4e2d\u5fc3\uff0c\u6b27\u51e0\u91cc\u5f97\u66fe\u5728\u6b64\u6559\u4e66\u5e76\u7f16\u5199\u300a\u51e0\u4f55\u539f\u672c\u300b\u3002\u003cSEP\u003e\u53e4\u57c3\u53ca\u7684\u91cd\u8981\u5b66\u672f\u4e2d\u5fc3where\u963f\u57fa\u7c73\u5fb7\u66fe\u8bbf\u95ee\u5b66\u4e60\u3002"}, {"color": "#ecd794", "created_at": 1752674526, "description": "\u6258\u52d2\u5bc6\u4e00\u4e16\u662f\u53e4\u57c3\u53ca\u7684\u7edf\u6cbb\u8005\uff0c\u9080\u8bf7\u6b27\u51e0\u91cc\u5f97\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u4ece\u4e8b\u5b66\u672f\u5de5\u4f5c\u3002", "entity_id": "\u6258\u52d2\u5bc6\u4e00\u4e16", "entity_type": "person", "file_path": "unknown_source", "id": "\u6258\u52d2\u5bc6\u4e00\u4e16", "label": "\u6258\u52d2\u5bc6\u4e00\u4e16", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6258\u52d2\u5bc6\u4e00\u4e16\u662f\u53e4\u57c3\u53ca\u7684\u7edf\u6cbb\u8005\uff0c\u9080\u8bf7\u6b27\u51e0\u91cc\u5f97\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u4ece\u4e8b\u5b66\u672f\u5de5\u4f5c\u3002"}, {"color": "#9dedbc", "created_at": 1752674526, "description": "\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u7684\u8457\u540d\u57ce\u5e02\uff0c\u6b27\u51e0\u91cc\u5f97\u65e9\u5e74\u5728\u6b64\u5b66\u4e60\u3002", "entity_id": "\u96c5\u5178", "entity_type": "geo", "file_path": "unknown_source", "id": "\u96c5\u5178", "label": "\u96c5\u5178", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u96c5\u5178\u662f\u53e4\u5e0c\u814a\u7684\u8457\u540d\u57ce\u5e02\uff0c\u6b27\u51e0\u91cc\u5f97\u65e9\u5e74\u5728\u6b64\u5b66\u4e60\u3002"}, {"color": "#75d923", "created_at": 1752674526, "description": "\u4e9a\u5386\u5c71\u5927\u57ce\u662f\u4f4d\u4e8e\u53e4\u57c3\u53ca\u7684\u91cd\u8981\u57ce\u5e02\uff0c\u6b27\u51e0\u91cc\u5f97\u5728\u6b64\u957f\u671f\u5de5\u4f5c\u548c\u751f\u6d3b\u3002", "entity_id": "\u4e9a\u5386\u5c71\u5927\u57ce", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4e9a\u5386\u5c71\u5927\u57ce", "label": "\u4e9a\u5386\u5c71\u5927\u57ce", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u4e9a\u5386\u5c71\u5927\u57ce\u662f\u4f4d\u4e8e\u53e4\u57c3\u53ca\u7684\u91cd\u8981\u57ce\u5e02\uff0c\u6b27\u51e0\u91cc\u5f97\u5728\u6b64\u957f\u671f\u5de5\u4f5c\u548c\u751f\u6d3b\u3002"}, {"color": "#e0130f", "created_at": 1752674526, "description": "\u666e\u7f57\u514b\u6d1b\u65af\u662f\u516c\u5143\u4e94\u4e16\u7eaa\u7684\u54f2\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u547d\u9898\u548c\u8bc1\u660e\u3002\u003cSEP\u003e\u666e\u7f57\u514b\u6d1b\u65af\u662f\u53e4\u4ee3\u6570\u5b66\u53f2\u5bb6\uff0c\u8457\u6709\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b\uff0c\u8bb0\u8f7d\u4e86\u6b27\u51e0\u91cc\u5f97\u7684\u751f\u5e73\u548c\u65f6\u4ee3\u80cc\u666f\u3002", "entity_id": "\u666e\u7f57\u514b\u6d1b\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u666e\u7f57\u514b\u6d1b\u65af", "label": "\u666e\u7f57\u514b\u6d1b\u65af", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u666e\u7f57\u514b\u6d1b\u65af\u662f\u516c\u5143\u4e94\u4e16\u7eaa\u7684\u54f2\u5b66\u5bb6\uff0c\u5728\u5176\u8457\u4f5c\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u547d\u9898\u548c\u8bc1\u660e\u3002\u003cSEP\u003e\u666e\u7f57\u514b\u6d1b\u65af\u662f\u53e4\u4ee3\u6570\u5b66\u53f2\u5bb6\uff0c\u8457\u6709\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b\uff0c\u8bb0\u8f7d\u4e86\u6b27\u51e0\u91cc\u5f97\u7684\u751f\u5e73\u548c\u65f6\u4ee3\u80cc\u666f\u3002"}, {"color": "#7dedd5", "created_at": 1752674526, "description": "\u76f4\u89d2\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u4e00\u79cd\u7279\u6b8a\u89d2\uff0c\u5f53\u4e00\u6761\u76f4\u7ebf\u4e0e\u53e6\u4e00\u6761\u76f4\u7ebf\u4ea4\u6210\u76f8\u7b49\u7684\u90bb\u89d2\u65f6\u5f62\u6210\u3002", "entity_id": "\u76f4\u89d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u89d2", "label": "\u76f4\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u76f4\u89d2\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u4e00\u79cd\u7279\u6b8a\u89d2\uff0c\u5f53\u4e00\u6761\u76f4\u7ebf\u4e0e\u53e6\u4e00\u6761\u76f4\u7ebf\u4ea4\u6210\u76f8\u7b49\u7684\u90bb\u89d2\u65f6\u5f62\u6210\u3002"}, {"color": "#60f303", "created_at": 1752674526, "description": "\u5782\u76f4\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u51e0\u4f55\u5173\u7cfb\uff0c\u5f53\u4e00\u6761\u76f4\u7ebf\u4e0e\u53e6\u4e00\u6761\u76f4\u7ebf\u4ea4\u6210\u76f4\u89d2\u65f6\u6210\u7acb\u3002", "entity_id": "\u5782\u76f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u5782\u76f4", "label": "\u5782\u76f4", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u5782\u76f4\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u51e0\u4f55\u5173\u7cfb\uff0c\u5f53\u4e00\u6761\u76f4\u7ebf\u4e0e\u53e6\u4e00\u6761\u76f4\u7ebf\u4ea4\u6210\u76f4\u89d2\u65f6\u6210\u7acb\u3002"}, {"color": "#c39883", "created_at": 1752674526, "description": "\u5e73\u884c\u7ebf\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u5728\u540c\u4e00\u5e73\u9762\u5185\u65e0\u9650\u5ef6\u957f\u800c\u4e0d\u76f8\u4ea4\u7684\u76f4\u7ebf\u3002", "entity_id": "\u5e73\u884c\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u884c\u7ebf", "label": "\u5e73\u884c\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u5e73\u884c\u7ebf\u662f\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u7684\u5728\u540c\u4e00\u5e73\u9762\u5185\u65e0\u9650\u5ef6\u957f\u800c\u4e0d\u76f8\u4ea4\u7684\u76f4\u7ebf\u3002"}, {"color": "#ef66ac", "created_at": 1752674526, "description": "\u5e73\u9762\u51e0\u4f55\u662f\u51e0\u4f55\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u56fe\u5f62\u548c\u6027\u8d28\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u4f53\u7cfb\u4e3b\u8981\u57fa\u4e8e\u6709\u9650\u7a7a\u95f4\u7684\u76f4\u89c2\u7ecf\u9a8c\u3002\u003cSEP\u003e\u5e73\u9762\u51e0\u4f55\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u4e13\u6ce8\u4e8e\u7814\u7a76\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u56fe\u5f62\u548c\u6027\u8d28\uff0c\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e3b\u8981\u5185\u5bb9\u3002\u003cSEP\u003e\u5e73\u9762\u51e0\u4f55\u662f\u7814\u7a76\u540c\u4e00\u5e73\u9762\u4e0a\u70b9\u548c\u76f4\u7ebf\u5173\u7cfb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u88ab\u5e0c\u5c14\u4f2f\u7279\u7eb3\u5165\u5176\u516c\u7406\u4f53\u7cfb\u4e2d\u3002", "entity_id": "\u5e73\u9762\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u9762\u51e0\u4f55", "label": "\u5e73\u9762\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5e73\u9762\u51e0\u4f55\u662f\u51e0\u4f55\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u56fe\u5f62\u548c\u6027\u8d28\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u4f53\u7cfb\u4e3b\u8981\u57fa\u4e8e\u6709\u9650\u7a7a\u95f4\u7684\u76f4\u89c2\u7ecf\u9a8c\u3002\u003cSEP\u003e\u5e73\u9762\u51e0\u4f55\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u4e13\u6ce8\u4e8e\u7814\u7a76\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u56fe\u5f62\u548c\u6027\u8d28\uff0c\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e3b\u8981\u5185\u5bb9\u3002\u003cSEP\u003e\u5e73\u9762\u51e0\u4f55\u662f\u7814\u7a76\u540c\u4e00\u5e73\u9762\u4e0a\u70b9\u548c\u76f4\u7ebf\u5173\u7cfb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u88ab\u5e0c\u5c14\u4f2f\u7279\u7eb3\u5165\u5176\u516c\u7406\u4f53\u7cfb\u4e2d\u3002"}, {"color": "#263583", "created_at": 1752674566, "description": "\u5c3a\u89c4\u4f5c\u56ferefers to the traditional geometric construction method using only compass and straightedge, employed in teaching geometry concepts.", "entity_id": "\u5c3a\u89c4\u4f5c\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c3a\u89c4\u4f5c\u56fe", "label": "\u5c3a\u89c4\u4f5c\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u5c3a\u89c4\u4f5c\u56ferefers to the traditional geometric construction method using only compass and straightedge, employed in teaching geometry concepts."}, {"color": "#6776b4", "created_at": 1752674526, "description": "\u7a7a\u95f4\u76f4\u89c9\u662f\u6307\u4eba\u7c7b\u5bf9\u7a7a\u95f4\u7ed3\u6784\u548c\u5173\u7cfb\u7684\u611f\u77e5\u80fd\u529b\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u5efa\u7acb\u5728\u4eba\u7c7b\u76f4\u89c2\u7ecf\u9a8c\u7684\u57fa\u7840\u4e0a\u3002", "entity_id": "\u7a7a\u95f4\u76f4\u89c9", "entity_type": "category", "file_path": "unknown_source", "id": "\u7a7a\u95f4\u76f4\u89c9", "label": "\u7a7a\u95f4\u76f4\u89c9", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u7a7a\u95f4\u76f4\u89c9\u662f\u6307\u4eba\u7c7b\u5bf9\u7a7a\u95f4\u7ed3\u6784\u548c\u5173\u7cfb\u7684\u611f\u77e5\u80fd\u529b\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u5efa\u7acb\u5728\u4eba\u7c7b\u76f4\u89c2\u7ecf\u9a8c\u7684\u57fa\u7840\u4e0a\u3002"}, {"color": "#b5d26e", "created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5c06\u89d2\u5b9a\u4e49\u4e3a\u76f8\u4ea4\u76f4\u7ebf\u7684\u503e\u659c\u5ea6\uff0c\u8fd9\u4e00\u5b9a\u4e49\u5f71\u54cd\u4e86\u540e\u4e16\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "entity_id": "\u89d2\u7684\u5b9a\u4e49", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u89d2\u7684\u5b9a\u4e49", "label": "\u89d2\u7684\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6b27\u51e0\u91cc\u5f97\u5c06\u89d2\u5b9a\u4e49\u4e3a\u76f8\u4ea4\u76f4\u7ebf\u7684\u503e\u659c\u5ea6\uff0c\u8fd9\u4e00\u5b9a\u4e49\u5f71\u54cd\u4e86\u540e\u4e16\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002"}, {"color": "#56c607", "created_at": 1752674566, "description": "\u5e0c\u666e\u897f\u514b\u52d2\u65af\u662f\u7ea6\u516c\u5143\u524d175\u5e74\u7684\u5b66\u8005\uff0c\u8865\u5145\u4e86\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u7b2c14\u5377\u3002", "entity_id": "\u5e0c\u666e\u897f\u514b\u52d2\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u5e0c\u666e\u897f\u514b\u52d2\u65af", "label": "\u5e0c\u666e\u897f\u514b\u52d2\u65af", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5e0c\u666e\u897f\u514b\u52d2\u65af\u662f\u7ea6\u516c\u5143\u524d175\u5e74\u7684\u5b66\u8005\uff0c\u8865\u5145\u4e86\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u7b2c14\u5377\u3002"}, {"color": "#5a541f", "created_at": 1752674502, "description": "\u8bdd\u98988 refers to the current discussion analyzing the necessity of the axiomatic system and the form of mathematical proof.", "entity_id": "\u8bdd\u98988", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u98988", "label": "\u8bdd\u98988", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98988 refers to the current discussion analyzing the necessity of the axiomatic system and the form of mathematical proof."}, {"color": "#62c22d", "created_at": 1752674520, "description": "\u5fb7\u88d4\u7f8e\u56fd\u6570\u5b66\u5bb6\uff0c\u5bf9\u516c\u7406\u4f53\u7cfb\u6709\u6e05\u6670\u8bba\u8ff0\uff0c\u8457\u6709\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u4e00\u4e66\u3002\u003cSEP\u003e\u67ef\u6717\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u4f5c\u8005\u4e4b\u4e00,\u8be5\u4e66\u662f\u6570\u5b66\u666e\u53ca\u548c\u6559\u80b2\u7684\u7ecf\u5178\u8457\u4f5c\u3002", "entity_id": "\u67ef\u6717", "entity_type": "person", "file_path": "unknown_source", "id": "\u67ef\u6717", "label": "\u67ef\u6717", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u5fb7\u88d4\u7f8e\u56fd\u6570\u5b66\u5bb6\uff0c\u5bf9\u516c\u7406\u4f53\u7cfb\u6709\u6e05\u6670\u8bba\u8ff0\uff0c\u8457\u6709\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u4e00\u4e66\u3002\u003cSEP\u003e\u67ef\u6717\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u4f5c\u8005\u4e4b\u4e00,\u8be5\u4e66\u662f\u6570\u5b66\u666e\u53ca\u548c\u6559\u80b2\u7684\u7ecf\u5178\u8457\u4f5c\u3002"}, {"color": "#06053c", "created_at": 1752674526, "description": "\u6570\u5b66\u8bc1\u660e\u4e2d\u7684\u4e00\u79cd\u903b\u8f91\u8fc7\u7a0b\uff0c\u6307\u5b9a\u7406\u7684\u8bc1\u660e\u53ef\u4e0d\u65ad\u56de\u6eaf\u81f3\u66f4\u57fa\u672c\u7684\u524d\u63d0\uff0c\u76f4\u5230\u516c\u7406\u4e3a\u6b62\u3002", "entity_id": "\u65e0\u9650\u9006\u63a8", "entity_type": "category", "file_path": "unknown_source", "id": "\u65e0\u9650\u9006\u63a8", "label": "\u65e0\u9650\u9006\u63a8", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6570\u5b66\u8bc1\u660e\u4e2d\u7684\u4e00\u79cd\u903b\u8f91\u8fc7\u7a0b\uff0c\u6307\u5b9a\u7406\u7684\u8bc1\u660e\u53ef\u4e0d\u65ad\u56de\u6eaf\u81f3\u66f4\u57fa\u672c\u7684\u524d\u63d0\uff0c\u76f4\u5230\u516c\u7406\u4e3a\u6b62\u3002"}, {"color": "#7d6f0f", "created_at": 1752674526, "description": "\u903b\u8f91\u7ed3\u6784\u662f\u6570\u5b66\u8bc1\u660e\u4e2d\u7ec4\u7ec7\u524d\u63d0\u548c\u7ed3\u8bba\u4e4b\u95f4\u63a8\u7406\u5173\u7cfb\u7684\u6846\u67b6\uff0c\u786e\u4fdd\u8bba\u8bc1\u8fc7\u7a0b\u7684\u4e25\u5bc6\u6027\u548c\u4e00\u81f4\u6027\u3002", "entity_id": "\u903b\u8f91\u7ed3\u6784", "entity_type": "category", "file_path": "unknown_source", "id": "\u903b\u8f91\u7ed3\u6784", "label": "\u903b\u8f91\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u903b\u8f91\u7ed3\u6784\u662f\u6570\u5b66\u8bc1\u660e\u4e2d\u7ec4\u7ec7\u524d\u63d0\u548c\u7ed3\u8bba\u4e4b\u95f4\u63a8\u7406\u5173\u7cfb\u7684\u6846\u67b6\uff0c\u786e\u4fdd\u8bba\u8bc1\u8fc7\u7a0b\u7684\u4e25\u5bc6\u6027\u548c\u4e00\u81f4\u6027\u3002"}, {"color": "#8bd209", "created_at": 1752674526, "description": "\u516c\u7406\u5316\u4f53\u7cfb\u662f\u4e00\u79cd\u903b\u8f91\u63a8\u7406\u7ed3\u6784\uff0c\u5b83\u901a\u8fc7\u4e00\u7ec4\u57fa\u672c\u5047\u8bbe(\u516c\u7406)\u6765\u63a8\u5bfc\u51fa\u590d\u6742\u7684\u6570\u5b66\u7ed3\u8bba\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u9ad8\u5ea6\u62bd\u8c61\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "entity_id": "\u516c\u7406\u5316\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u7406\u5316\u4f53\u7cfb", "label": "\u516c\u7406\u5316\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u516c\u7406\u5316\u4f53\u7cfb\u662f\u4e00\u79cd\u903b\u8f91\u63a8\u7406\u7ed3\u6784\uff0c\u5b83\u901a\u8fc7\u4e00\u7ec4\u57fa\u672c\u5047\u8bbe(\u516c\u7406)\u6765\u63a8\u5bfc\u51fa\u590d\u6742\u7684\u6570\u5b66\u7ed3\u8bba\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u9ad8\u5ea6\u62bd\u8c61\u7684\u6838\u5fc3\u65b9\u6cd5\u3002"}, {"color": "#72371b", "created_at": 1752674520, "description": "\u725b\u987f\u662f\u82f1\u56fd\u7269\u7406\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u3002\u003cSEP\u003e\u827e\u8428\u514b\u00b7\u725b\u987f(Isaac Newton\uff0c1643-1727)\u662f\u82f1\u56fd\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u7ecf\u5178\u529b\u5b66\u7406\u8bba\uff0c\u5f3a\u8c03\u65f6\u95f4\u7684\u7edd\u5bf9\u6027\u3002\u003cSEP\u003e\u82f1\u56fd\u7269\u7406\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u636e\u79f0\u56e0\u9605\u8bfb\u300a\u51e0\u4f55\u539f\u672c\u300b\u800c\u5f00\u59cb\u5bf9\u6570\u5b66\u4ea7\u751f\u5174\u8da3\u3002", "entity_id": "\u725b\u987f", "entity_type": "person", "file_path": "unknown_source", "id": "\u725b\u987f", "label": "\u725b\u987f", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u725b\u987f\u662f\u82f1\u56fd\u7269\u7406\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u3002\u003cSEP\u003e\u827e\u8428\u514b\u00b7\u725b\u987f(Isaac Newton\uff0c1643-1727)\u662f\u82f1\u56fd\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u7ecf\u5178\u529b\u5b66\u7406\u8bba\uff0c\u5f3a\u8c03\u65f6\u95f4\u7684\u7edd\u5bf9\u6027\u3002\u003cSEP\u003e\u82f1\u56fd\u7269\u7406\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u636e\u79f0\u56e0\u9605\u8bfb\u300a\u51e0\u4f55\u539f\u672c\u300b\u800c\u5f00\u59cb\u5bf9\u6570\u5b66\u4ea7\u751f\u5174\u8da3\u3002"}, {"color": "#fac746", "created_at": 1752674526, "description": "Albert Einstein (\u7231\u56e0\u65af\u5766) was a renowned theoretical physicist and one of the greatest scientific minds of the 20th century. He is best known for developing the theory of special relativity, which revolutionized the understanding of space and time by explaining how they vary between different inertial frames of reference. Einstein successfully interpreted the physical significance of the Lorentz transformation, further solidifying his contributions to modern physics. \n\nIn addition to his groundbreaking work on relativity, Einstein advocated for the use of thought experiments to explore physical phenomena and constructed sophisticated mathematical models to support his theories. His writings encompassed discussions on mathematics, science, and the influence of formal logic systems\u2014originally developed by Greek philosophers\u2014on Western scientific thought. \n\nEinstein authored *Relativity (\u76f8\u5bf9\u8bba)*, a seminal work that had a profound impact on theoretical physics. His intellectual legacy extends beyond his scientific achievements, as he remains a symbol of curiosity, innovation, and the power of rational inquiry.", "entity_id": "\u7231\u56e0\u65af\u5766", "entity_type": "person", "file_path": "unknown_source", "id": "\u7231\u56e0\u65af\u5766", "label": "\u7231\u56e0\u65af\u5766", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "Albert Einstein (\u7231\u56e0\u65af\u5766) was a renowned theoretical physicist and one of the greatest scientific minds of the 20th century. He is best known for developing the theory of special relativity, which revolutionized the understanding of space and time by explaining how they vary between different inertial frames of reference. Einstein successfully interpreted the physical significance of the Lorentz transformation, further solidifying his contributions to modern physics. \n\nIn addition to his groundbreaking work on relativity, Einstein advocated for the use of thought experiments to explore physical phenomena and constructed sophisticated mathematical models to support his theories. His writings encompassed discussions on mathematics, science, and the influence of formal logic systems\u2014originally developed by Greek philosophers\u2014on Western scientific thought. \n\nEinstein authored *Relativity (\u76f8\u5bf9\u8bba)*, a seminal work that had a profound impact on theoretical physics. His intellectual legacy extends beyond his scientific achievements, as he remains a symbol of curiosity, innovation, and the power of rational inquiry."}, {"color": "#129fdc", "created_at": 1752674526, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u6700\u521d\u7684\u7248\u672c\u5305\u62ec\u5341\u4e09\u5377\uff0c\u6bcf\u4e00\u5377\u7531\u5b9a\u4e49\u548c\u547d\u9898\u7ec4\u6210\uff0c\u7b2c\u4e00\u5377\u8fd8\u5305\u542b\u4e86\u516c\u7406\u548c\u516c\u8bbe\u3002", "entity_id": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u5341\u4e09\u5377", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u5341\u4e09\u5377", "label": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u5341\u4e09\u5377", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u6700\u521d\u7684\u7248\u672c\u5305\u62ec\u5341\u4e09\u5377\uff0c\u6bcf\u4e00\u5377\u7531\u5b9a\u4e49\u548c\u547d\u9898\u7ec4\u6210\uff0c\u7b2c\u4e00\u5377\u8fd8\u5305\u542b\u4e86\u516c\u7406\u548c\u516c\u8bbe\u3002"}, {"color": "#bceac5", "created_at": 1752674526, "description": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u539f\u59cb\u5e0c\u814a\u6587\u6807\u9898\uff0c\u610f\u4e3a\u2018\u8bf8\u5b9a\u7406\u2019\uff0c\u53cd\u6620\u4e86\u8be5\u4e66\u7684\u7ed3\u6784\u548c\u5185\u5bb9\u3002", "entity_id": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "entity_type": "category", "file_path": "unknown_source", "id": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "label": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u539f\u59cb\u5e0c\u814a\u6587\u6807\u9898\uff0c\u610f\u4e3a\u2018\u8bf8\u5b9a\u7406\u2019\uff0c\u53cd\u6620\u4e86\u8be5\u4e66\u7684\u7ed3\u6784\u548c\u5185\u5bb9\u3002"}, {"color": "#9e6edb", "created_at": 1752674526, "description": "Elements\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u62c9\u4e01\u6587\u8bd1\u540d\uff0c\u88ab\u73b0\u4ee3\u897f\u65b9\u5e7f\u6cdb\u4f7f\u7528\uff0c\u4ee3\u8868\u8be5\u4e66\u4f5c\u4e3a\u6570\u5b66\u57fa\u7840\u7684\u7ecf\u5178\u5730\u4f4d\u3002", "entity_id": "Elements", "entity_type": "category", "file_path": "unknown_source", "id": "Elements", "label": "Elements", "shape": "dot", "size": 10, "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "Elements\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u62c9\u4e01\u6587\u8bd1\u540d\uff0c\u88ab\u73b0\u4ee3\u897f\u65b9\u5e7f\u6cdb\u4f7f\u7528\uff0c\u4ee3\u8868\u8be5\u4e66\u4f5c\u4e3a\u6570\u5b66\u57fa\u7840\u7684\u7ecf\u5178\u5730\u4f4d\u3002"}, {"color": "#7fe9f0", "created_at": 1752674566, "description": "\u610f\u5927\u5229\u4f20\u6559\u58eb,1552-1610\u5e74\u5728\u4e16\u3002\u4e0e\u4e2d\u56fd\u5b66\u8005\u5f90\u5149\u542f\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377\u3002", "entity_id": "\u5229\u9a6c\u7aa6", "entity_type": "person", "file_path": "unknown_source", "id": "\u5229\u9a6c\u7aa6", "label": "\u5229\u9a6c\u7aa6", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u610f\u5927\u5229\u4f20\u6559\u58eb,1552-1610\u5e74\u5728\u4e16\u3002\u4e0e\u4e2d\u56fd\u5b66\u8005\u5f90\u5149\u542f\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377\u3002"}, {"color": "#c691f4", "created_at": 1752674566, "description": "\u4e2d\u56fd\u660e\u4ee3\u79d1\u5b66\u5bb6,1562-1633\u5e74\u5728\u4e16\u3002\u4e0e\u5229\u9a6c\u7aa6\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377,\u4e3a\u4e2d\u56fd\u6570\u5b66\u5f15\u5165\u0027\u51e0\u4f55\u0027\u6982\u5ff5\u3002", "entity_id": "\u5f90\u5149\u542f", "entity_type": "person", "file_path": "unknown_source", "id": "\u5f90\u5149\u542f", "label": "\u5f90\u5149\u542f", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u660e\u4ee3\u79d1\u5b66\u5bb6,1562-1633\u5e74\u5728\u4e16\u3002\u4e0e\u5229\u9a6c\u7aa6\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377,\u4e3a\u4e2d\u56fd\u6570\u5b66\u5f15\u5165\u0027\u51e0\u4f55\u0027\u6982\u5ff5\u3002"}, {"color": "#1f414b", "created_at": 1752674566, "description": "The year 1607 in the Chinese Ming Dynasty calendar, when the translation of \u0027Euclid\u0027s Elements\u0027 was completed by Matteo Ricci and Xu Guangqi.", "entity_id": "\u660e\u4e07\u5386\u4e09\u5341\u516d\u5e74", "entity_type": "event", "file_path": "unknown_source", "id": "\u660e\u4e07\u5386\u4e09\u5341\u516d\u5e74", "label": "\u660e\u4e07\u5386\u4e09\u5341\u516d\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The year 1607 in the Chinese Ming Dynasty calendar, when the translation of \u0027Euclid\u0027s Elements\u0027 was completed by Matteo Ricci and Xu Guangqi."}, {"color": "#3f2d49", "created_at": 1752674526, "description": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u51e0\u4f55\u516c\u7406\u7cfb\u7edf\uff0c\u5206\u4e3a\u5173\u8054\u516c\u7406\u3001\u987a\u5e8f\u516c\u7406\u7b49\u7ec4\uff0c\u6784\u5efa\u4e86\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u5b66\u57fa\u7840\u7684\u4e00\u7ec4\u7cfb\u7edf\u5316\u516c\u7406\uff0c\u5305\u62ec\u4e94\u7ec4\u516c\u7406\uff1a\u5173\u8054\u516c\u7406\u3001\u987a\u5e8f\u516c\u7406\u3001\u5408\u540c\u516c\u7406\u3001\u5e73\u884c\u516c\u7406\u548c\u8fde\u7eed\u516c\u7406\u3002\u003cSEP\u003e\u7531\u5fb7\u56fd\u6570\u5b66\u5bb6\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u73b0\u4ee3\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u5f62\u5f0f\u5316\u5e76\u5b8c\u5584\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u516c\u7406\u7ed3\u6784\u3002", "entity_id": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "label": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u51e0\u4f55\u516c\u7406\u7cfb\u7edf\uff0c\u5206\u4e3a\u5173\u8054\u516c\u7406\u3001\u987a\u5e8f\u516c\u7406\u7b49\u7ec4\uff0c\u6784\u5efa\u4e86\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u5b66\u57fa\u7840\u7684\u4e00\u7ec4\u7cfb\u7edf\u5316\u516c\u7406\uff0c\u5305\u62ec\u4e94\u7ec4\u516c\u7406\uff1a\u5173\u8054\u516c\u7406\u3001\u987a\u5e8f\u516c\u7406\u3001\u5408\u540c\u516c\u7406\u3001\u5e73\u884c\u516c\u7406\u548c\u8fde\u7eed\u516c\u7406\u3002\u003cSEP\u003e\u7531\u5fb7\u56fd\u6570\u5b66\u5bb6\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u73b0\u4ee3\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u5f62\u5f0f\u5316\u5e76\u5b8c\u5584\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u516c\u7406\u7ed3\u6784\u3002"}, {"color": "#70c513", "created_at": 1752674526, "description": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u662f\u56fd\u9645\u6570\u5b66\u754c\u7684\u91cd\u8981\u4f1a\u8bae\uff0c1900\u5e74\u5728\u5df4\u9ece\u53ec\u5f00\uff0c\u5e0c\u5c14\u4f2f\u7279\u5728\u4f1a\u4e0a\u53d1\u8868\u4e86\u91cd\u8981\u6f14\u8bb2\u3002", "entity_id": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "label": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u662f\u56fd\u9645\u6570\u5b66\u754c\u7684\u91cd\u8981\u4f1a\u8bae\uff0c1900\u5e74\u5728\u5df4\u9ece\u53ec\u5f00\uff0c\u5e0c\u5c14\u4f2f\u7279\u5728\u4f1a\u4e0a\u53d1\u8868\u4e86\u91cd\u8981\u6f14\u8bb2\u3002"}, {"color": "#e4979e", "created_at": 1752674526, "description": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u4e8e1899\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u7cfb\u7edf\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u5177\u6709\u91cc\u7a0b\u7891\u610f\u4e49\u3002", "entity_id": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "label": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u4e8e1899\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u7cfb\u7edf\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u5177\u6709\u91cc\u7a0b\u7891\u610f\u4e49\u3002"}, {"color": "#631c85", "created_at": 1752674526, "description": "1900\u5e74\u5df4\u9ece\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\uff0c\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u5f71\u54cd\u6df1\u8fdc\u768423\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u63a8\u52a8\u4e8620\u4e16\u7eaa\u6570\u5b66\u7684\u53d1\u5c55\u3002", "entity_id": "1900\u5e74\u5df4\u9ece\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "1900\u5e74\u5df4\u9ece\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "label": "1900\u5e74\u5df4\u9ece\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "1900\u5e74\u5df4\u9ece\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\uff0c\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u5f71\u54cd\u6df1\u8fdc\u768423\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u63a8\u52a8\u4e8620\u4e16\u7eaa\u6570\u5b66\u7684\u53d1\u5c55\u3002"}, {"color": "#6d6b53", "created_at": 1752674526, "description": "\u54e5\u5ef7\u6839\u5927\u5b66\u662f\u5fb7\u56fd\u4e00\u6240\u8457\u540d\u5927\u5b66\uff0c\u66fe\u662f\u9ad8\u65af\u548c\u5e0c\u5c14\u4f2f\u7279\u5de5\u4f5c\u7684\u5730\u65b9\uff0c\u62e5\u6709\u6df1\u539a\u7684\u6570\u5b66\u7814\u7a76\u4f20\u7edf\u3002", "entity_id": "\u54e5\u5ef7\u6839\u5927\u5b66", "entity_type": "organization", "file_path": "unknown_source", "id": "\u54e5\u5ef7\u6839\u5927\u5b66", "label": "\u54e5\u5ef7\u6839\u5927\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u54e5\u5ef7\u6839\u5927\u5b66\u662f\u5fb7\u56fd\u4e00\u6240\u8457\u540d\u5927\u5b66\uff0c\u66fe\u662f\u9ad8\u65af\u548c\u5e0c\u5c14\u4f2f\u7279\u5de5\u4f5c\u7684\u5730\u65b9\uff0c\u62e5\u6709\u6df1\u539a\u7684\u6570\u5b66\u7814\u7a76\u4f20\u7edf\u3002"}, {"color": "#03c52b", "created_at": 1752674526, "description": "\u300a\u6570\u5b66\u95ee\u9898\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u5df4\u9ece\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u63d0\u51fa\u768423\u4e2a\u672a\u89e3\u95ee\u9898\uff0c\u63a8\u52a8\u4e8620\u4e16\u7eaa\u6570\u5b66\u53d1\u5c55\u3002", "entity_id": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "label": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u300a\u6570\u5b66\u95ee\u9898\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u5df4\u9ece\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u63d0\u51fa\u768423\u4e2a\u672a\u89e3\u95ee\u9898\uff0c\u63a8\u52a8\u4e8620\u4e16\u7eaa\u6570\u5b66\u53d1\u5c55\u3002"}, {"color": "#11831e", "created_at": 1752674526, "description": "\u5fb7\u56fd\u6570\u5b66\u5bb6Carl Friedrich Gauss\uff0c\u4e8e1821\u5e74\u9996\u6b21\u63d0\u51fa\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u601d\u60f3\u3002\u003cSEP\u003e\u9ad8\u65af\u662f19\u4e16\u7eaa\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u66fe\u4efb\u804c\u4e8e\u54e5\u5ef7\u6839\u5927\u5b66\uff0c\u5bf9\u6570\u5b66\u591a\u4e2a\u9886\u57df\u6709\u5f00\u521b\u6027\u8d21\u732e\u3002\u003cSEP\u003e\u9ad8\u65af\u662f\u5fb7\u56fd\u4f1f\u5927\u7684\u6570\u5b66\u5bb6\uff0c\u8fd1\u4ee3\u6570\u5b66\u5960\u57fa\u8005\u4e4b\u4e00\uff0c\u7814\u7a76\u9886\u57df\u6d89\u53ca\u6570\u8bba\u3001\u4ee3\u6570\u5b66\u3001\u975e\u6b27\u51e0\u4f55\u7b49\u3002\u003cSEP\u003e\u9ad8\u65af\u662f\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u66fe\u6000\u7591\u5927\u8303\u56f4\u5185\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u4e0d\u4e3a180\u5ea6\uff0c\u5e76\u8fdb\u884c\u5b9e\u5730\u6d4b\u91cf\u3002", "entity_id": "\u9ad8\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u9ad8\u65af", "label": "\u9ad8\u65af", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5fb7\u56fd\u6570\u5b66\u5bb6Carl Friedrich Gauss\uff0c\u4e8e1821\u5e74\u9996\u6b21\u63d0\u51fa\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u601d\u60f3\u3002\u003cSEP\u003e\u9ad8\u65af\u662f19\u4e16\u7eaa\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u66fe\u4efb\u804c\u4e8e\u54e5\u5ef7\u6839\u5927\u5b66\uff0c\u5bf9\u6570\u5b66\u591a\u4e2a\u9886\u57df\u6709\u5f00\u521b\u6027\u8d21\u732e\u3002\u003cSEP\u003e\u9ad8\u65af\u662f\u5fb7\u56fd\u4f1f\u5927\u7684\u6570\u5b66\u5bb6\uff0c\u8fd1\u4ee3\u6570\u5b66\u5960\u57fa\u8005\u4e4b\u4e00\uff0c\u7814\u7a76\u9886\u57df\u6d89\u53ca\u6570\u8bba\u3001\u4ee3\u6570\u5b66\u3001\u975e\u6b27\u51e0\u4f55\u7b49\u3002\u003cSEP\u003e\u9ad8\u65af\u662f\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u66fe\u6000\u7591\u5927\u8303\u56f4\u5185\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u4e0d\u4e3a180\u5ea6\uff0c\u5e76\u8fdb\u884c\u5b9e\u5730\u6d4b\u91cf\u3002"}, {"color": "#2d721c", "created_at": 1752674526, "description": "\u6570\u5b66\u53d1\u5c55\u6307\u7684\u662f\u6570\u5b66\u7406\u8bba\u3001\u65b9\u6cd5\u548c\u5e94\u7528\u968f\u65f6\u95f4\u7684\u6f14\u8fdb\u4e0e\u63d0\u5347\uff0c\u53d7\u5230\u6b27\u51e0\u91cc\u5f97\u548c\u5e0c\u5c14\u4f2f\u7279\u7b49\u4eba\u7684\u91cd\u5927\u63a8\u52a8\u3002", "entity_id": "\u6570\u5b66\u53d1\u5c55", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u53d1\u5c55", "label": "\u6570\u5b66\u53d1\u5c55", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u6570\u5b66\u53d1\u5c55\u6307\u7684\u662f\u6570\u5b66\u7406\u8bba\u3001\u65b9\u6cd5\u548c\u5e94\u7528\u968f\u65f6\u95f4\u7684\u6f14\u8fdb\u4e0e\u63d0\u5347\uff0c\u53d7\u5230\u6b27\u51e0\u91cc\u5f97\u548c\u5e0c\u5c14\u4f2f\u7279\u7b49\u4eba\u7684\u91cd\u5927\u63a8\u52a8\u3002"}, {"color": "#9f97da", "created_at": 1752674526, "description": "\u6570\u5b66\u57fa\u7840\u662f\u7814\u7a76\u6570\u5b66\u903b\u8f91\u7ed3\u6784\u3001\u516c\u7406\u7cfb\u7edf\u548c\u54f2\u5b66\u57fa\u7840\u7684\u9886\u57df\uff0c\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6b64\u6709\u6df1\u8fdc\u8d21\u732e\u3002", "entity_id": "\u6570\u5b66\u57fa\u7840", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u57fa\u7840", "label": "\u6570\u5b66\u57fa\u7840", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u6570\u5b66\u57fa\u7840\u662f\u7814\u7a76\u6570\u5b66\u903b\u8f91\u7ed3\u6784\u3001\u516c\u7406\u7cfb\u7edf\u548c\u54f2\u5b66\u57fa\u7840\u7684\u9886\u57df\uff0c\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6b64\u6709\u6df1\u8fdc\u8d21\u732e\u3002"}, {"color": "#abf165", "created_at": 1752674566, "description": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u5173\u4e8e\u5e0c\u5c14\u4f2f\u7279\u4f20\u8bb0\u7684\u51fa\u7248\u793e\u3002", "entity_id": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u5173\u4e8e\u5e0c\u5c14\u4f2f\u7279\u4f20\u8bb0\u7684\u51fa\u7248\u793e\u3002"}, {"color": "#292198", "created_at": 1752674566, "description": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u662f\u5173\u4e8e\u6570\u5b66\u5bb6\u5e0c\u5c14\u4f2f\u7279\u7684\u4f20\u8bb0\u8457\u4f5c\u3002", "entity_id": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b", "label": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u662f\u5173\u4e8e\u6570\u5b66\u5bb6\u5e0c\u5c14\u4f2f\u7279\u7684\u4f20\u8bb0\u8457\u4f5c\u3002"}, {"color": "#b5fc07", "created_at": 1752674520, "description": "\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c1908\u5e74\u63d0\u51fa\u96c6\u5408\u8bba\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u4e3a\u96c6\u5408\u8bba\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "entity_id": "\u7b56\u6885\u7f57", "entity_type": "person", "file_path": "unknown_source", "id": "\u7b56\u6885\u7f57", "label": "\u7b56\u6885\u7f57", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u5fb7\u56fd\u6570\u5b66\u5bb6\uff0c1908\u5e74\u63d0\u51fa\u96c6\u5408\u8bba\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u4e3a\u96c6\u5408\u8bba\u5960\u5b9a\u4e86\u57fa\u7840\u3002"}, {"color": "#63b4a2", "created_at": 1752674520, "description": "\u7531\u7b56\u6885\u7f57\u63d0\u51fa\u7684\u5173\u4e8e\u96c6\u5408\u7684\u57fa\u672c\u516c\u7406\u7cfb\u7edf\uff0c\u7528\u4e8e\u907f\u514d\u96c6\u5408\u8bba\u4e2d\u7684\u6096\u8bba\u3002", "entity_id": "\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "label": "\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u7531\u7b56\u6885\u7f57\u63d0\u51fa\u7684\u5173\u4e8e\u96c6\u5408\u7684\u57fa\u672c\u516c\u7406\u7cfb\u7edf\uff0c\u7528\u4e8e\u907f\u514d\u96c6\u5408\u8bba\u4e2d\u7684\u6096\u8bba\u3002"}, {"color": "#6ca734", "created_at": 1752674526, "description": "\u67ef\u6717\u6240\u8457\u7684\u6570\u5b66\u79d1\u666e\u8457\u4f5c\uff0c\u6e05\u6670\u89e3\u91ca\u4e86\u6570\u5b66\u4e2d\u7684\u516c\u7406\u4f53\u7cfb\u548c\u903b\u8f91\u7ed3\u6784\uff0c\u5e2e\u52a9\u8bfb\u8005\u7406\u89e3\u6570\u5b66\u7684\u672c\u8d28\u3002", "entity_id": "\u67ef\u6717\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u67ef\u6717\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "label": "\u67ef\u6717\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u67ef\u6717\u6240\u8457\u7684\u6570\u5b66\u79d1\u666e\u8457\u4f5c\uff0c\u6e05\u6670\u89e3\u91ca\u4e86\u6570\u5b66\u4e2d\u7684\u516c\u7406\u4f53\u7cfb\u548c\u903b\u8f91\u7ed3\u6784\uff0c\u5e2e\u52a9\u8bfb\u8005\u7406\u89e3\u6570\u5b66\u7684\u672c\u8d28\u3002"}, {"color": "#a55e81", "created_at": 1752674566, "description": "\u7f57\u5bbe\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u5408\u8457\u8005\u4e4b\u4e00,\u4e0e\u67ef\u6717\u5171\u540c\u64b0\u5199\u4e86\u8fd9\u90e8\u6570\u5b66\u6559\u80b2\u540d\u8457\u3002", "entity_id": "\u7f57\u5bbe", "entity_type": "person", "file_path": "unknown_source", "id": "\u7f57\u5bbe", "label": "\u7f57\u5bbe", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7f57\u5bbe\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u5408\u8457\u8005\u4e4b\u4e00,\u4e0e\u67ef\u6717\u5171\u540c\u64b0\u5199\u4e86\u8fd9\u90e8\u6570\u5b66\u6559\u80b2\u540d\u8457\u3002"}, {"color": "#1aeec7", "created_at": 1752674566, "description": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u662f\u7531\u67ef\u6717\u4e0e\u7f57\u5bbe\u5408\u8457\u7684\u6570\u5b66\u6559\u80b2\u7ecf\u5178\u8457\u4f5c\u3002", "entity_id": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "label": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u662f\u7531\u67ef\u6717\u4e0e\u7f57\u5bbe\u5408\u8457\u7684\u6570\u5b66\u6559\u80b2\u7ecf\u5178\u8457\u4f5c\u3002"}, {"color": "#db8cd2", "created_at": 1752674526, "description": "\u7edd\u5bf9\u65f6\u95f4\u7684\u6d41\u901d\u662f\u725b\u987f\u63d0\u51fa\u7684\u65f6\u95f4\u89c2\u5ff5\uff0c\u8ba4\u4e3a\u65f6\u95f4\u4ee5\u4e0d\u53d8\u7684\u901f\u5ea6\u6d41\u52a8\uff0c\u4e0d\u4f9d\u8d56\u4e8e\u4efb\u4f55\u5916\u90e8\u56e0\u7d20\u3002", "entity_id": "\u7edd\u5bf9\u65f6\u95f4\u7684\u6d41\u901d", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edd\u5bf9\u65f6\u95f4\u7684\u6d41\u901d", "label": "\u7edd\u5bf9\u65f6\u95f4\u7684\u6d41\u901d", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7edd\u5bf9\u65f6\u95f4\u7684\u6d41\u901d\u662f\u725b\u987f\u63d0\u51fa\u7684\u65f6\u95f4\u89c2\u5ff5\uff0c\u8ba4\u4e3a\u65f6\u95f4\u4ee5\u4e0d\u53d8\u7684\u901f\u5ea6\u6d41\u52a8\uff0c\u4e0d\u4f9d\u8d56\u4e8e\u4efb\u4f55\u5916\u90e8\u56e0\u7d20\u3002"}, {"color": "#524d96", "created_at": 1752674566, "description": "\u8be5\u4e66\u7531\u725b\u987f\u64b0\u5199\uff0c\u5960\u5b9a\u4e86\u7ecf\u5178\u529b\u5b66\u7684\u57fa\u7840\u3002", "entity_id": "\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b", "label": "\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8be5\u4e66\u7531\u725b\u987f\u64b0\u5199\uff0c\u5960\u5b9a\u4e86\u7ecf\u5178\u529b\u5b66\u7684\u57fa\u7840\u3002"}, {"color": "#2c89ae", "created_at": 1752674566, "description": "\u81ea\u7136\u54f2\u5b66\u662f\u725b\u987f\u8457\u4f5c\u4e2d\u7684\u6838\u5fc3\u4e3b\u9898\uff0c\u6d89\u53ca\u5b87\u5b99\u548c\u81ea\u7136\u89c4\u5f8b\u7684\u6570\u5b66\u89e3\u91ca.", "entity_id": "\u81ea\u7136\u54f2\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u81ea\u7136\u54f2\u5b66", "label": "\u81ea\u7136\u54f2\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u81ea\u7136\u54f2\u5b66\u662f\u725b\u987f\u8457\u4f5c\u4e2d\u7684\u6838\u5fc3\u4e3b\u9898\uff0c\u6d89\u53ca\u5b87\u5b99\u548c\u81ea\u7136\u89c4\u5f8b\u7684\u6570\u5b66\u89e3\u91ca."}, {"color": "#f42fa9", "created_at": 1752674526, "description": "\u6307\u901a\u8fc7\u7b26\u53f7\u548c\u89c4\u5219\u6784\u5efa\u7684\u903b\u8f91\u7cfb\u7edf\uff0c\u7528\u4e8e\u7cbe\u786e\u8868\u8fbe\u6570\u5b66\u547d\u9898\u548c\u63a8\u7406\u8fc7\u7a0b\uff0c\u662f\u897f\u65b9\u79d1\u5b66\u53d1\u5c55\u7684\u4e24\u5927\u57fa\u7840\u4e4b\u4e00\u3002", "entity_id": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb", "label": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6307\u901a\u8fc7\u7b26\u53f7\u548c\u89c4\u5219\u6784\u5efa\u7684\u903b\u8f91\u7cfb\u7edf\uff0c\u7528\u4e8e\u7cbe\u786e\u8868\u8fbe\u6570\u5b66\u547d\u9898\u548c\u63a8\u7406\u8fc7\u7a0b\uff0c\u662f\u897f\u65b9\u79d1\u5b66\u53d1\u5c55\u7684\u4e24\u5927\u57fa\u7840\u4e4b\u4e00\u3002"}, {"color": "#a4696c", "created_at": 1752674526, "description": "\u76f8\u5bf9\u8bba\u662f\u63cf\u8ff0\u65f6\u7a7a\u6027\u8d28\u7684\u7269\u7406\u7406\u8bba\uff0c\u57fa\u4e8e\u5149\u901f\u4e0d\u53d8\u539f\u7406\uff0c\u63d0\u51fa\u65f6\u95f4\u4e0e\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "entity_id": "\u76f8\u5bf9\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f8\u5bf9\u8bba", "label": "\u76f8\u5bf9\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u76f8\u5bf9\u8bba\u662f\u63cf\u8ff0\u65f6\u7a7a\u6027\u8d28\u7684\u7269\u7406\u7406\u8bba\uff0c\u57fa\u4e8e\u5149\u901f\u4e0d\u53d8\u539f\u7406\uff0c\u63d0\u51fa\u65f6\u95f4\u4e0e\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002"}, {"color": "#23af3c", "created_at": 1752674526, "description": "\u601d\u7ef4\u5b9e\u9a8c\u662f\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u6784\u5efa\u7684\u5047\u60f3\u5b9e\u9a8c\uff0c\u7528\u4e8e\u7406\u89e3\u62bd\u8c61\u7269\u7406\u73b0\u8c61\uff0c\u5982\u5149\u901f\u4e0e\u65f6\u95f4\u7684\u5173\u7cfb\u3002", "entity_id": "\u601d\u7ef4\u5b9e\u9a8c", "entity_type": "category", "file_path": "unknown_source", "id": "\u601d\u7ef4\u5b9e\u9a8c", "label": "\u601d\u7ef4\u5b9e\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u601d\u7ef4\u5b9e\u9a8c\u662f\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u6784\u5efa\u7684\u5047\u60f3\u5b9e\u9a8c\uff0c\u7528\u4e8e\u7406\u89e3\u62bd\u8c61\u7269\u7406\u73b0\u8c61\uff0c\u5982\u5149\u901f\u4e0e\u65f6\u95f4\u7684\u5173\u7cfb\u3002"}, {"color": "#27fcba", "created_at": 1752674526, "description": "\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u4e00\u7ec4\u6570\u5b66\u516c\u5f0f\uff0c\u7528\u4e8e\u63cf\u8ff0\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u65f6\u95f4\u548c\u7a7a\u95f4\u5750\u6807\u7684\u8f6c\u6362\uff0c\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u6570\u5b66\u57fa\u7840\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u63cf\u8ff0\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u65f6\u95f4\u4e0e\u7a7a\u95f4\u5750\u6807\u8f6c\u6362\u7684\u6570\u5b66\u516c\u5f0f\uff0c\u88ab\u7231\u56e0\u65af\u5766\u7528\u4e8e\u76f8\u5bf9\u8bba\u4e2d\u3002", "entity_id": "\u6d1b\u4f26\u5179\u53d8\u6362", "entity_type": "category", "file_path": "unknown_source", "id": "\u6d1b\u4f26\u5179\u53d8\u6362", "label": "\u6d1b\u4f26\u5179\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u4e00\u7ec4\u6570\u5b66\u516c\u5f0f\uff0c\u7528\u4e8e\u63cf\u8ff0\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u65f6\u95f4\u548c\u7a7a\u95f4\u5750\u6807\u7684\u8f6c\u6362\uff0c\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u6570\u5b66\u57fa\u7840\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u63cf\u8ff0\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u65f6\u95f4\u4e0e\u7a7a\u95f4\u5750\u6807\u8f6c\u6362\u7684\u6570\u5b66\u516c\u5f0f\uff0c\u88ab\u7231\u56e0\u65af\u5766\u7528\u4e8e\u76f8\u5bf9\u8bba\u4e2d\u3002"}, {"color": "#cc9a3a", "created_at": 1752674526, "description": "Special relativity is a physical theory that describes how time and space are interrelated and how time can dilate depending on relative motion.\u003cSEP\u003e\u72ed\u4e49\u76f8\u5bf9\u8bba\u662f\u7231\u56e0\u65af\u5766\u63d0\u51fa\u7684\u7269\u7406\u7406\u8bba\uff0c\u57fa\u4e8e\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u91cd\u65b0\u5b9a\u4e49\u4e86\u65f6\u95f4\u4e0e\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\uff0c\u6539\u53d8\u4e86\u7ecf\u5178\u7269\u7406\u7684\u65f6\u7a7a\u89c2\u3002", "entity_id": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "label": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea", "title": "Special relativity is a physical theory that describes how time and space are interrelated and how time can dilate depending on relative motion.\u003cSEP\u003e\u72ed\u4e49\u76f8\u5bf9\u8bba\u662f\u7231\u56e0\u65af\u5766\u63d0\u51fa\u7684\u7269\u7406\u7406\u8bba\uff0c\u57fa\u4e8e\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u91cd\u65b0\u5b9a\u4e49\u4e86\u65f6\u95f4\u4e0e\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\uff0c\u6539\u53d8\u4e86\u7ecf\u5178\u7269\u7406\u7684\u65f6\u7a7a\u89c2\u3002"}, {"color": "#0b44d6", "created_at": 1752674526, "description": "\u65f6\u95f4\u81a8\u80c0\u662f\u6307\u9ad8\u901f\u8fd0\u52a8\u7684\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u53d8\u6162\u7684\u73b0\u8c61\uff0c\u662f\u76f8\u5bf9\u8bba\u7684\u91cd\u8981\u9884\u6d4b\u4e4b\u4e00\u3002\u003cSEP\u003e\u65f6\u95f4\u81a8\u80c0\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u7684\u73b0\u8c61\uff0c\u6307\u5728\u4e0d\u540c\u60ef\u6027\u53c2\u8003\u7cfb\u4e2d\u89c2\u5bdf\u5230\u7684\u65f6\u95f4\u6d41\u901d\u901f\u5ea6\u4e0d\u540c\u3002\u003cSEP\u003e\u65f6\u95f4\u81a8\u80c0\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u4e00\u4e2a\u91cd\u8981\u6548\u5e94\uff0c\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u89c2\u6d4b\u5230\u7684\u65f6\u95f4\u6d41\u901d\u901f\u7387\u4e0d\u540c\uff0c\u5df2\u88ab\u539f\u5b50\u949f\u548c\u7c92\u5b50\u8870\u53d8\u5b9e\u9a8c\u8bc1\u5b9e\u3002", "entity_id": "\u65f6\u95f4\u81a8\u80c0", "entity_type": "category", "file_path": "unknown_source", "id": "\u65f6\u95f4\u81a8\u80c0", "label": "\u65f6\u95f4\u81a8\u80c0", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u65f6\u95f4\u81a8\u80c0\u662f\u6307\u9ad8\u901f\u8fd0\u52a8\u7684\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u53d8\u6162\u7684\u73b0\u8c61\uff0c\u662f\u76f8\u5bf9\u8bba\u7684\u91cd\u8981\u9884\u6d4b\u4e4b\u4e00\u3002\u003cSEP\u003e\u65f6\u95f4\u81a8\u80c0\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u7684\u73b0\u8c61\uff0c\u6307\u5728\u4e0d\u540c\u60ef\u6027\u53c2\u8003\u7cfb\u4e2d\u89c2\u5bdf\u5230\u7684\u65f6\u95f4\u6d41\u901d\u901f\u5ea6\u4e0d\u540c\u3002\u003cSEP\u003e\u65f6\u95f4\u81a8\u80c0\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u4e00\u4e2a\u91cd\u8981\u6548\u5e94\uff0c\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u89c2\u6d4b\u5230\u7684\u65f6\u95f4\u6d41\u901d\u901f\u7387\u4e0d\u540c\uff0c\u5df2\u88ab\u539f\u5b50\u949f\u548c\u7c92\u5b50\u8870\u53d8\u5b9e\u9a8c\u8bc1\u5b9e\u3002"}, {"color": "#ae761b", "created_at": 1752674526, "description": "\u5c40\u90e8\u65f6\u95f4\u662f\u6d1b\u4f26\u5179\u5728\u53d8\u6362\u4e2d\u5f15\u5165\u7684\u8f85\u52a9\u53d8\u91cft\u0027\uff0c\u4ed6\u66fe\u8bef\u8ba4\u4e3a\u8fd9\u53ea\u662f\u6570\u5b66\u5de5\u5177\uff0c\u672a\u610f\u8bc6\u5230\u5176\u7269\u7406\u610f\u4e49\u3002", "entity_id": "\u5c40\u90e8\u65f6\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c40\u90e8\u65f6\u95f4", "label": "\u5c40\u90e8\u65f6\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u5c40\u90e8\u65f6\u95f4\u662f\u6d1b\u4f26\u5179\u5728\u53d8\u6362\u4e2d\u5f15\u5165\u7684\u8f85\u52a9\u53d8\u91cft\u0027\uff0c\u4ed6\u66fe\u8bef\u8ba4\u4e3a\u8fd9\u53ea\u662f\u6570\u5b66\u5de5\u5177\uff0c\u672a\u610f\u8bc6\u5230\u5176\u7269\u7406\u610f\u4e49\u3002"}, {"color": "#5b8c6b", "created_at": 1752674526, "description": "The speed of light is a fundamental physical constant used since 1983 to define the meter as the distance light travels in 1/299,792,458 of a second.\u003cSEP\u003e\u5149\u901f(c)\u662f\u81ea\u7136\u754c\u7684\u57fa\u672c\u5e38\u6570\uff0c\u5728\u6d1b\u4f26\u5179\u53d8\u6362\u4e2d\u8d77\u6838\u5fc3\u4f5c\u7528\uff0c\u51b3\u5b9a\u4e86\u65f6\u95f4\u4e0e\u7a7a\u95f4\u5982\u4f55\u968f\u76f8\u5bf9\u901f\u5ea6\u53d8\u5316\u3002\u003cSEP\u003e\u5149\u901f\u662f\u7269\u7406\u5b66\u4e2d\u7684\u57fa\u672c\u5e38\u6570\uff0c\u5176\u7279\u6027\u5728\u4e8e\u4e0e\u53d1\u5149\u7269\u4f53\u7684\u8fd0\u52a8\u901f\u5ea6\u65e0\u5173\uff0c\u5177\u6709\u7edd\u5bf9\u6027\u3002\u003cSEP\u003e\u5149\u901f\u662f\u7269\u7406\u5b66\u4e2d\u7684\u57fa\u672c\u5e38\u6570\uff0c\u5f53\u7269\u4f53\u63a5\u8fd1\u5149\u901f\u8fd0\u52a8\u65f6\uff0c\u76f8\u5bf9\u8bba\u6548\u5e94\u5982\u65f6\u95f4\u81a8\u80c0\u53d8\u5f97\u663e\u8457\u3002", "entity_id": "\u5149\u901f", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u901f", "label": "\u5149\u901f", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77", "title": "The speed of light is a fundamental physical constant used since 1983 to define the meter as the distance light travels in 1/299,792,458 of a second.\u003cSEP\u003e\u5149\u901f(c)\u662f\u81ea\u7136\u754c\u7684\u57fa\u672c\u5e38\u6570\uff0c\u5728\u6d1b\u4f26\u5179\u53d8\u6362\u4e2d\u8d77\u6838\u5fc3\u4f5c\u7528\uff0c\u51b3\u5b9a\u4e86\u65f6\u95f4\u4e0e\u7a7a\u95f4\u5982\u4f55\u968f\u76f8\u5bf9\u901f\u5ea6\u53d8\u5316\u3002\u003cSEP\u003e\u5149\u901f\u662f\u7269\u7406\u5b66\u4e2d\u7684\u57fa\u672c\u5e38\u6570\uff0c\u5176\u7279\u6027\u5728\u4e8e\u4e0e\u53d1\u5149\u7269\u4f53\u7684\u8fd0\u52a8\u901f\u5ea6\u65e0\u5173\uff0c\u5177\u6709\u7edd\u5bf9\u6027\u3002\u003cSEP\u003e\u5149\u901f\u662f\u7269\u7406\u5b66\u4e2d\u7684\u57fa\u672c\u5e38\u6570\uff0c\u5f53\u7269\u4f53\u63a5\u8fd1\u5149\u901f\u8fd0\u52a8\u65f6\uff0c\u76f8\u5bf9\u8bba\u6548\u5e94\u5982\u65f6\u95f4\u81a8\u80c0\u53d8\u5f97\u663e\u8457\u3002"}, {"color": "#1dfd19", "created_at": 1752674526, "description": "The mass-energy equivalence formula E=mc\u00b2 is a fundamental equation in physics that reveals the relationship between mass and energy.", "entity_id": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "label": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The mass-energy equivalence formula E=mc\u00b2 is a fundamental equation in physics that reveals the relationship between mass and energy."}, {"color": "#5ce095", "created_at": 1752674566, "description": "\u5546\u52a1\u5370\u4e66\u9986\u662f\u300a\u5386\u53f2\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002\u003cSEP\u003e\u5546\u52a1\u5370\u4e66\u9986\u662f\u51fa\u7248\u4e86\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7684\u77e5\u540d\u51fa\u7248\u673a\u6784\u3002", "entity_id": "\u5546\u52a1\u5370\u4e66\u9986", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5546\u52a1\u5370\u4e66\u9986", "label": "\u5546\u52a1\u5370\u4e66\u9986", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5546\u52a1\u5370\u4e66\u9986\u662f\u300a\u5386\u53f2\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002\u003cSEP\u003e\u5546\u52a1\u5370\u4e66\u9986\u662f\u51fa\u7248\u4e86\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7684\u77e5\u540d\u51fa\u7248\u673a\u6784\u3002"}, {"color": "#d989b1", "created_at": 1752674566, "description": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u662f\u7231\u56e0\u65af\u5766\u4f5c\u54c1\u7684\u4e2d\u6587\u8bd1\u672c\uff0c\u5305\u542b\u5176\u5173\u4e8e\u6570\u5b66\u548c\u79d1\u5b66\u7684\u8bba\u8ff0\u3002", "entity_id": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b", "label": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u662f\u7231\u56e0\u65af\u5766\u4f5c\u54c1\u7684\u4e2d\u6587\u8bd1\u672c\uff0c\u5305\u542b\u5176\u5173\u4e8e\u6570\u5b66\u548c\u79d1\u5b66\u7684\u8bba\u8ff0\u3002"}, {"color": "#a8b9fc", "created_at": 1752674526, "description": "\u6768\u632f\u5b81\u662f\u7f8e\u7c4d\u534e\u88d4\u7269\u7406\u5b66\u5bb6\u3001\u8bfa\u8d1d\u5c14\u5956\u5f97\u4e3b\uff0c\u8bc4\u8bba\u4e86\u6d1b\u4f26\u5179\u4e0e\u5e9e\u52a0\u83b1\u5728\u76f8\u5bf9\u8bba\u7406\u89e3\u4e0a\u7684\u5c40\u9650\u6027\u3002\u003cSEP\u003e\u6768\u632f\u5b81\u662f\u8457\u540d\u7269\u7406\u5b66\u5bb6\uff0c\u66fe\u53d1\u8868\u5173\u4e8e\u7231\u56e0\u65af\u5766\u5bf9\u73b0\u4ee3\u7269\u7406\u5b66\u5f71\u54cd\u7684\u6f14\u8bb2\u3002", "entity_id": "\u6768\u632f\u5b81", "entity_type": "person", "file_path": "unknown_source", "id": "\u6768\u632f\u5b81", "label": "\u6768\u632f\u5b81", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u6768\u632f\u5b81\u662f\u7f8e\u7c4d\u534e\u88d4\u7269\u7406\u5b66\u5bb6\u3001\u8bfa\u8d1d\u5c14\u5956\u5f97\u4e3b\uff0c\u8bc4\u8bba\u4e86\u6d1b\u4f26\u5179\u4e0e\u5e9e\u52a0\u83b1\u5728\u76f8\u5bf9\u8bba\u7406\u89e3\u4e0a\u7684\u5c40\u9650\u6027\u3002\u003cSEP\u003e\u6768\u632f\u5b81\u662f\u8457\u540d\u7269\u7406\u5b66\u5bb6\uff0c\u66fe\u53d1\u8868\u5173\u4e8e\u7231\u56e0\u65af\u5766\u5bf9\u73b0\u4ee3\u7269\u7406\u5b66\u5f71\u54cd\u7684\u6f14\u8bb2\u3002"}, {"color": "#244ec6", "created_at": 1752674526, "description": "\u5173\u8054\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u4e00\u90e8\u5206\uff0c\u63cf\u8ff0\u70b9\u3001\u7ebf\u3001\u9762\u4e4b\u95f4\u7684\u57fa\u672c\u5173\u7cfb\u3002", "entity_id": "\u5173\u8054\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u5173\u8054\u516c\u7406", "label": "\u5173\u8054\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5173\u8054\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u4e00\u90e8\u5206\uff0c\u63cf\u8ff0\u70b9\u3001\u7ebf\u3001\u9762\u4e4b\u95f4\u7684\u57fa\u672c\u5173\u7cfb\u3002"}, {"color": "#9a2a6c", "created_at": 1752674526, "description": "\u987a\u5e8f\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u4e00\u7ec4\u516c\u7406\uff0c\u89c4\u5b9a\u4e86\u70b9\u5728\u76f4\u7ebf\u4e0a\u7684\u6392\u5217\u987a\u5e8f\u5173\u7cfb\uff0c\u5305\u62ec\u56db\u6761\u57fa\u672c\u516c\u7406\u3002\u003cSEP\u003e\u987a\u5e8f\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u53e6\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u5b9a\u4e49\u70b9\u5728\u76f4\u7ebf\u4e0a\u7684\u6392\u5217\u987a\u5e8f\u3002", "entity_id": "\u987a\u5e8f\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u987a\u5e8f\u516c\u7406", "label": "\u987a\u5e8f\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u987a\u5e8f\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u4e00\u7ec4\u516c\u7406\uff0c\u89c4\u5b9a\u4e86\u70b9\u5728\u76f4\u7ebf\u4e0a\u7684\u6392\u5217\u987a\u5e8f\u5173\u7cfb\uff0c\u5305\u62ec\u56db\u6761\u57fa\u672c\u516c\u7406\u3002\u003cSEP\u003e\u987a\u5e8f\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u53e6\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u5b9a\u4e49\u70b9\u5728\u76f4\u7ebf\u4e0a\u7684\u6392\u5217\u987a\u5e8f\u3002"}, {"color": "#7d952d", "created_at": 1752674526, "description": "\u5408\u540c\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c\u4e09\u7ec4\u516c\u7406\uff0c\u5b9a\u4e49\u4e86\u51e0\u4f55\u5bf9\u8c61\u4e4b\u95f4\u7684\u76f8\u7b49\u5173\u7cfb\uff0c\u5bf9\u5e94\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u5168\u7b49\u6982\u5ff5\u3002", "entity_id": "\u5408\u540c\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u5408\u540c\u516c\u7406", "label": "\u5408\u540c\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5408\u540c\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c\u4e09\u7ec4\u516c\u7406\uff0c\u5b9a\u4e49\u4e86\u51e0\u4f55\u5bf9\u8c61\u4e4b\u95f4\u7684\u76f8\u7b49\u5173\u7cfb\uff0c\u5bf9\u5e94\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u5168\u7b49\u6982\u5ff5\u3002"}, {"color": "#ed30f6", "created_at": 1752674526, "description": "\u5e73\u884c\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c\u56db\u7ec4\u516c\u7406\uff0c\u89c4\u5b9a\u4e86\u76f4\u7ebf\u5e73\u884c\u7684\u552f\u4e00\u6027\u6761\u4ef6\u3002", "entity_id": "\u5e73\u884c\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u884c\u516c\u7406", "label": "\u5e73\u884c\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5e73\u884c\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c\u56db\u7ec4\u516c\u7406\uff0c\u89c4\u5b9a\u4e86\u76f4\u7ebf\u5e73\u884c\u7684\u552f\u4e00\u6027\u6761\u4ef6\u3002"}, {"color": "#f160c8", "created_at": 1752674526, "description": "\u8fde\u7eed\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c\u4e94\u7ec4\u516c\u7406\uff0c\u5f15\u5165\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u6982\u5ff5\uff0c\u4e3a\u51e0\u4f55\u7684\u5b8c\u5907\u6027\u5960\u5b9a\u57fa\u7840\u3002", "entity_id": "\u8fde\u7eed\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u8fde\u7eed\u516c\u7406", "label": "\u8fde\u7eed\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u8fde\u7eed\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u7b2c\u4e94\u7ec4\u516c\u7406\uff0c\u5f15\u5165\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u6982\u5ff5\uff0c\u4e3a\u51e0\u4f55\u7684\u5b8c\u5907\u6027\u5960\u5b9a\u57fa\u7840\u3002"}, {"color": "#c5faeb", "created_at": 1752674526, "description": "\u51af\u00b7\u8bfa\u4f0a\u66fc\u662f\u7f8e\u7c4d\u5308\u7259\u5229\u6570\u5b66\u5bb6\uff0c\u5bf9\u6570\u5b66\u7684\u62bd\u8c61\u5316\u4e0e\u73b0\u5b9e\u57fa\u7840\u6709\u6df1\u523b\u89c1\u89e3\uff0c\u8ba4\u4e3a\u6570\u5b66\u5e94\u4fdd\u6301\u4e0e\u7ecf\u9a8c\u7684\u8054\u7cfb\u4ee5\u907f\u514d\u9000\u5316\u3002", "entity_id": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "entity_type": "person", "file_path": "unknown_source", "id": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "label": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u51af\u00b7\u8bfa\u4f0a\u66fc\u662f\u7f8e\u7c4d\u5308\u7259\u5229\u6570\u5b66\u5bb6\uff0c\u5bf9\u6570\u5b66\u7684\u62bd\u8c61\u5316\u4e0e\u73b0\u5b9e\u57fa\u7840\u6709\u6df1\u523b\u89c1\u89e3\uff0c\u8ba4\u4e3a\u6570\u5b66\u5e94\u4fdd\u6301\u4e0e\u7ecf\u9a8c\u7684\u8054\u7cfb\u4ee5\u907f\u514d\u9000\u5316\u3002"}, {"color": "#e7eb9a", "created_at": 1752674526, "description": "\u6307\u901a\u8fc7\u7cfb\u7edf\u7684\u5b9e\u9a8c\u53d1\u73b0\u4e8b\u7269\u4e4b\u95f4\u56e0\u679c\u8054\u7cfb\u7684\u65b9\u6cd5\uff0c\u662f\u79d1\u5b66\u53d1\u5c55\u7684\u53e6\u4e00\u57fa\u7840\uff0c\u4e0e\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\u5e76\u5217\u3002", "entity_id": "\u56e0\u679c\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u56e0\u679c\u5173\u7cfb", "label": "\u56e0\u679c\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6307\u901a\u8fc7\u7cfb\u7edf\u7684\u5b9e\u9a8c\u53d1\u73b0\u4e8b\u7269\u4e4b\u95f4\u56e0\u679c\u8054\u7cfb\u7684\u65b9\u6cd5\uff0c\u662f\u79d1\u5b66\u53d1\u5c55\u7684\u53e6\u4e00\u57fa\u7840\uff0c\u4e0e\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\u5e76\u5217\u3002"}, {"color": "#6f7e23", "created_at": 1752674566, "description": "\u76f4\u89c2\u63cf\u8ff0\u662f\u6307\u901a\u8fc7\u56fe\u5f62\u3001\u4f8b\u5b50\u7b49\u65b9\u5f0f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6570\u5b66\u6982\u5ff5\u7684\u65b9\u6cd5\u3002", "entity_id": "\u76f4\u89c2\u63cf\u8ff0", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u89c2\u63cf\u8ff0", "label": "\u76f4\u89c2\u63cf\u8ff0", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u76f4\u89c2\u63cf\u8ff0\u662f\u6307\u901a\u8fc7\u56fe\u5f62\u3001\u4f8b\u5b50\u7b49\u65b9\u5f0f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6570\u5b66\u6982\u5ff5\u7684\u65b9\u6cd5\u3002"}, {"color": "#3b8d9a", "created_at": 1752674526, "description": "\u6b27\u51e0\u91cc\u5fb7\u662f\u53e4\u4ee3\u5e0c\u814a\u6570\u5b66\u5bb6\uff0c\u4ee5\u5176\u51e0\u4f55\u5b66\u4f53\u7cfb\u8457\u79f0\uff0c\u5176\u70b9\u3001\u7ebf\u3001\u9762\u7684\u5b9a\u4e49\u5728\u4f20\u7edf\u6570\u5b66\u4e2d\u5360\u636e\u91cd\u8981\u5730\u4f4d\u3002", "entity_id": "\u6b27\u51e0\u91cc\u5fb7", "entity_type": "person", "file_path": "unknown_source", "id": "\u6b27\u51e0\u91cc\u5fb7", "label": "\u6b27\u51e0\u91cc\u5fb7", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u6b27\u51e0\u91cc\u5fb7\u662f\u53e4\u4ee3\u5e0c\u814a\u6570\u5b66\u5bb6\uff0c\u4ee5\u5176\u51e0\u4f55\u5b66\u4f53\u7cfb\u8457\u79f0\uff0c\u5176\u70b9\u3001\u7ebf\u3001\u9762\u7684\u5b9a\u4e49\u5728\u4f20\u7edf\u6570\u5b66\u4e2d\u5360\u636e\u91cd\u8981\u5730\u4f4d\u3002"}, {"color": "#dffe04", "created_at": 1752674526, "description": "A fundamental mathematical concept stating that subtraction is the inverse of addition.", "entity_id": "\u51cf\u6cd5\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u51cf\u6cd5\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97", "label": "\u51cf\u6cd5\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A fundamental mathematical concept stating that subtraction is the inverse of addition."}, {"color": "#8af835", "created_at": 1752674526, "description": "\u51cf\u6cd5\u8fd0\u7b97\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u5176\u6027\u8d28\u53ef\u901a\u8fc7\u547d\u9898\u548c\u516c\u7406\u8fdb\u884c\u63a8\u5bfc\uff0c\u5982\u51cf\u53bb\u4e00\u4e2a\u6b63\u6570\u7b49\u4e8e\u52a0\u4e0a\u5176\u76f8\u53cd\u6570\u3002", "entity_id": "\u51cf\u6cd5\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u51cf\u6cd5\u8fd0\u7b97", "label": "\u51cf\u6cd5\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u51cf\u6cd5\u8fd0\u7b97\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u5176\u6027\u8d28\u53ef\u901a\u8fc7\u547d\u9898\u548c\u516c\u7406\u8fdb\u884c\u63a8\u5bfc\uff0c\u5982\u51cf\u53bb\u4e00\u4e2a\u6b63\u6570\u7b49\u4e8e\u52a0\u4e0a\u5176\u76f8\u53cd\u6570\u3002"}, {"color": "#bdb2e5", "created_at": 1752674526, "description": "\u6096\u8bba\u662f\u6307\u5728\u6570\u5b66\u63a8\u7406\u4e2d\u51fa\u73b0\u7684\u81ea\u76f8\u77db\u76fe\u6216\u610f\u4e49\u4e0d\u660e\u7684\u547d\u9898\uff0c\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u7b26\u53f7\u5316\u907f\u514d\u6b64\u7c7b\u95ee\u9898\u3002", "entity_id": "\u6096\u8bba", "entity_type": "category", "file_path": "unknown_source", "id": "\u6096\u8bba", "label": "\u6096\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u6096\u8bba\u662f\u6307\u5728\u6570\u5b66\u63a8\u7406\u4e2d\u51fa\u73b0\u7684\u81ea\u76f8\u77db\u76fe\u6216\u610f\u4e49\u4e0d\u660e\u7684\u547d\u9898\uff0c\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u7b26\u53f7\u5316\u907f\u514d\u6b64\u7c7b\u95ee\u9898\u3002"}, {"color": "#fbc012", "created_at": 1752674526, "description": "A mathematical identity expressing subtraction in terms of addition with a negative number.", "entity_id": "a - b = a + (-b)", "entity_type": "category", "file_path": "unknown_source", "id": "a - b = a + (-b)", "label": "a - b = a + (-b)", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A mathematical identity expressing subtraction in terms of addition with a negative number."}, {"color": "#ad5c4c", "created_at": 1752674550, "description": "\u6b63\u53f7\u662f\u6570\u5b66\u7b26\u53f7\u201c+\u201d\uff0c\u7528\u4e8e\u8868\u793a\u6b63\u6570\uff0c\u5982+24\u8868\u793a\u6536\u516524\u94b1\u3002", "entity_id": "\u6b63\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b63\u53f7", "label": "\u6b63\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u6b63\u53f7\u662f\u6570\u5b66\u7b26\u53f7\u201c+\u201d\uff0c\u7528\u4e8e\u8868\u793a\u6b63\u6570\uff0c\u5982+24\u8868\u793a\u6536\u516524\u94b1\u3002"}, {"color": "#a23571", "created_at": 1752674526, "description": "A specific value in a mathematical problem from\u300a\u4e5d\u7ae0\u7b97\u672f\u300b, representing the price of a cow.", "entity_id": "\u725b\u4ef7\u4e00\u5343\u4e8c\u767e", "entity_type": "category", "file_path": "unknown_source", "id": "\u725b\u4ef7\u4e00\u5343\u4e8c\u767e", "label": "\u725b\u4ef7\u4e00\u5343\u4e8c\u767e", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A specific value in a mathematical problem from\u300a\u4e5d\u7ae0\u7b97\u672f\u300b, representing the price of a cow."}, {"color": "#a14f0a", "created_at": 1752674526, "description": "A specific value in a mathematical problem from\u300a\u4e5d\u7ae0\u7b97\u672f\u300b, representing the price of a sheep.", "entity_id": "\u7f8a\u4ef7\u4e94\u767e", "entity_type": "category", "file_path": "unknown_source", "id": "\u7f8a\u4ef7\u4e94\u767e", "label": "\u7f8a\u4ef7\u4e94\u767e", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A specific value in a mathematical problem from\u300a\u4e5d\u7ae0\u7b97\u672f\u300b, representing the price of a sheep."}, {"color": "#40caeb", "created_at": 1752674526, "description": "A specific value in a mathematical problem from\u300a\u4e5d\u7ae0\u7b97\u672f\u300b, representing the price of a pig.", "entity_id": "\u8c55\u4ef7\u4e09\u767e", "entity_type": "category", "file_path": "unknown_source", "id": "\u8c55\u4ef7\u4e09\u767e", "label": "\u8c55\u4ef7\u4e09\u767e", "shape": "dot", "size": 10, "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "A specific value in a mathematical problem from\u300a\u4e5d\u7ae0\u7b97\u672f\u300b, representing the price of a pig."}, {"color": "#293169", "created_at": 1752674526, "description": "\u725b\u4ef7\u8868\u793a\u725b\u7684\u5e02\u573a\u4ef7\u683c,\u5728\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f5c\u4e3a\u672a\u77e5\u6570x\u3002", "entity_id": "\u725b\u4ef7", "entity_type": "category", "file_path": "unknown_source", "id": "\u725b\u4ef7", "label": "\u725b\u4ef7", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u725b\u4ef7\u8868\u793a\u725b\u7684\u5e02\u573a\u4ef7\u683c,\u5728\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f5c\u4e3a\u672a\u77e5\u6570x\u3002"}, {"color": "#b0756f", "created_at": 1752674526, "description": "\u7f8a\u4ef7\u8868\u793a\u7f8a\u7684\u5e02\u573a\u4ef7\u683c,\u5728\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f5c\u4e3a\u672a\u77e5\u6570y\u3002", "entity_id": "\u7f8a\u4ef7", "entity_type": "category", "file_path": "unknown_source", "id": "\u7f8a\u4ef7", "label": "\u7f8a\u4ef7", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u7f8a\u4ef7\u8868\u793a\u7f8a\u7684\u5e02\u573a\u4ef7\u683c,\u5728\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f5c\u4e3a\u672a\u77e5\u6570y\u3002"}, {"color": "#1ba58b", "created_at": 1752674526, "description": "\u8c55\u4ef7\u8868\u793a\u732a\u7684\u5e02\u573a\u4ef7\u683c,\u5728\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f5c\u4e3a\u672a\u77e5\u6570z\u3002", "entity_id": "\u8c55\u4ef7", "entity_type": "category", "file_path": "unknown_source", "id": "\u8c55\u4ef7", "label": "\u8c55\u4ef7", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u8c55\u4ef7\u8868\u793a\u732a\u7684\u5e02\u573a\u4ef7\u683c,\u5728\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f5c\u4e3a\u672a\u77e5\u6570z\u3002"}, {"color": "#fb0049", "created_at": 1752674526, "description": "\u65b9\u7a0b\u7ec4\u89e3\u662f\u6ee1\u8db3\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u672a\u77e5\u6570\u7684\u503c,\u6587\u4e2d\u7ed9\u51fax=1200,y=500,z=300\u3002", "entity_id": "\u65b9\u7a0b\u7ec4\u89e3", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u7a0b\u7ec4\u89e3", "label": "\u65b9\u7a0b\u7ec4\u89e3", "shape": "dot", "size": 10, "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u65b9\u7a0b\u7ec4\u89e3\u662f\u6ee1\u8db3\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u672a\u77e5\u6570\u7684\u503c,\u6587\u4e2d\u7ed9\u51fax=1200,y=500,z=300\u3002"}, {"color": "#8414f4", "created_at": 1752674526, "description": "\u5bd3\u8a00\u662f\u7528\u4e8e\u4f20\u8fbe\u54f2\u7406\u6216\u9053\u5fb7\u6559\u8bad\u7684\u7b80\u77ed\u6545\u4e8b\uff0c\u0027\u77db\u76fe\u0027\u4e00\u8bcd\u7684\u6765\u6e90\u5373\u51fa\u81ea\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u671f\u4e00\u4e2a\u5173\u4e8e\u5356\u77db\u4e0e\u76fe\u7684\u5bd3\u8a00\u3002", "entity_id": "\u5bd3\u8a00", "entity_type": "event", "file_path": "unknown_source", "id": "\u5bd3\u8a00", "label": "\u5bd3\u8a00", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u5bd3\u8a00\u662f\u7528\u4e8e\u4f20\u8fbe\u54f2\u7406\u6216\u9053\u5fb7\u6559\u8bad\u7684\u7b80\u77ed\u6545\u4e8b\uff0c\u0027\u77db\u76fe\u0027\u4e00\u8bcd\u7684\u6765\u6e90\u5373\u51fa\u81ea\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u671f\u4e00\u4e2a\u5173\u4e8e\u5356\u77db\u4e0e\u76fe\u7684\u5bd3\u8a00\u3002"}, {"color": "#4e329a", "created_at": 1752674526, "description": "Joseph Bertrand was a French mathematician who proposed a conjecture in 1845 stating that for any natural number n \u003e 1, there exists at least one prime number p such that n \u003c p \u003c 2n.", "entity_id": "\u4f2f\u7279\u5170", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f2f\u7279\u5170", "label": "\u4f2f\u7279\u5170", "shape": "dot", "size": 10, "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Joseph Bertrand was a French mathematician who proposed a conjecture in 1845 stating that for any natural number n \u003e 1, there exists at least one prime number p such that n \u003c p \u003c 2n."}, {"color": "#bf7de3", "created_at": 1752674526, "description": "Chen Jingrun was a Chinese mathematician who made significant contributions to number theory, particularly in relation to Goldbach\u0027s conjecture. His work provided the best result so far toward proving the conjecture.\u003cSEP\u003e\u9648\u666f\u6da6\u662f\u4e2d\u56fd\u79d1\u5b66\u9662\u9662\u58eb,\u4e16\u754c\u8457\u540d\u89e3\u6790\u6570\u8bba\u5b66\u5bb6,\u5bf9\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u6709\u91cd\u5927\u8d21\u732e\u3002", "entity_id": "\u9648\u666f\u6da6", "entity_type": "person", "file_path": "unknown_source", "id": "\u9648\u666f\u6da6", "label": "\u9648\u666f\u6da6", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Chen Jingrun was a Chinese mathematician who made significant contributions to number theory, particularly in relation to Goldbach\u0027s conjecture. His work provided the best result so far toward proving the conjecture.\u003cSEP\u003e\u9648\u666f\u6da6\u662f\u4e2d\u56fd\u79d1\u5b66\u9662\u9662\u58eb,\u4e16\u754c\u8457\u540d\u89e3\u6790\u6570\u8bba\u5b66\u5bb6,\u5bf9\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u6709\u91cd\u5927\u8d21\u732e\u3002"}, {"color": "#b9fae1", "created_at": 1752674566, "description": "\u54e5\u5fb7\u5df4\u8d6b\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6,1742\u5e74\u63d0\u51fa\u4e86\u8457\u540d\u7684\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u3002", "entity_id": "\u54e5\u5fb7\u5df4\u8d6b", "entity_type": "person", "file_path": "unknown_source", "id": "\u54e5\u5fb7\u5df4\u8d6b", "label": "\u54e5\u5fb7\u5df4\u8d6b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u54e5\u5fb7\u5df4\u8d6b\u662f\u5fb7\u56fd\u6570\u5b66\u5bb6,1742\u5e74\u63d0\u51fa\u4e86\u8457\u540d\u7684\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u3002"}, {"color": "#0f58dc", "created_at": 1752674526, "description": "Odd numbers are integers not divisible by 2. In the Pythagorean tradition, odd numbers were associated with masculinity.\u003cSEP\u003eOdd numbers not divisible by 2 in number classification.", "entity_id": "\u5947\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5947\u6570", "label": "\u5947\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Odd numbers are integers not divisible by 2. In the Pythagorean tradition, odd numbers were associated with masculinity.\u003cSEP\u003eOdd numbers not divisible by 2 in number classification."}, {"color": "#1d8de5", "created_at": 1752674526, "description": "Even numbers are integers divisible by 2. In the Pythagorean tradition, even numbers were associated with femininity.\u003cSEP\u003eEven numbers divisible by 2 in number classification.", "entity_id": "\u5076\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5076\u6570", "label": "\u5076\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Even numbers are integers divisible by 2. In the Pythagorean tradition, even numbers were associated with femininity.\u003cSEP\u003eEven numbers divisible by 2 in number classification."}, {"color": "#69e350", "created_at": 1752674526, "description": "Bertrand Russell was a British philosopher and logician who wrote extensively on the history and philosophy of mathematics. He commented on the influence of Pythagoras in his work \u0027A History of Western Philosophy\u0027.\u003cSEP\u003e\u7f57\u7d20\u662f\u82f1\u56fd\u8457\u540d\u54f2\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6,\u8457\u6709\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u3002", "entity_id": "\u7f57\u7d20", "entity_type": "person", "file_path": "unknown_source", "id": "\u7f57\u7d20", "label": "\u7f57\u7d20", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Bertrand Russell was a British philosopher and logician who wrote extensively on the history and philosophy of mathematics. He commented on the influence of Pythagoras in his work \u0027A History of Western Philosophy\u0027.\u003cSEP\u003e\u7f57\u7d20\u662f\u82f1\u56fd\u8457\u540d\u54f2\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6,\u8457\u6709\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u3002"}, {"color": "#5aa117", "created_at": 1752674526, "description": "\u97f3\u4e50\u7684\u548c\u58f0\u662f\u6307\u97f3\u8c03\u4e4b\u95f4\u7684\u548c\u8c10\u5173\u7cfb\uff0c\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u5176\u4e0e\u5f26\u957f\u7684\u6574\u6570\u6bd4\u6709\u5173\u3002", "entity_id": "\u97f3\u4e50\u7684\u548c\u58f0", "entity_type": "category", "file_path": "unknown_source", "id": "\u97f3\u4e50\u7684\u548c\u58f0", "label": "\u97f3\u4e50\u7684\u548c\u58f0", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u97f3\u4e50\u7684\u548c\u58f0\u662f\u6307\u97f3\u8c03\u4e4b\u95f4\u7684\u548c\u8c10\u5173\u7cfb\uff0c\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u5176\u4e0e\u5f26\u957f\u7684\u6574\u6570\u6bd4\u6709\u5173\u3002"}, {"color": "#07326a", "created_at": 1752674566, "description": "\u7f57\u7d20\u662f\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u662f\u5176\u54f2\u5b66\u548c\u5386\u53f2\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\u3002", "entity_id": "\u897f\u65b9\u54f2\u5b66\u53f2", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u897f\u65b9\u54f2\u5b66\u53f2", "label": "\u897f\u65b9\u54f2\u5b66\u53f2", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7f57\u7d20\u662f\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u662f\u5176\u54f2\u5b66\u548c\u5386\u53f2\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\u3002"}, {"color": "#30a01e", "created_at": 1752674566, "description": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u662f\u7f57\u7d20\u6240\u8457\u7684\u54f2\u5b66\u53f2\u8457\u4f5c\uff0c\u5176\u4e2d\u6587\u8bd1\u672c\u7531\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248\u3002", "entity_id": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "label": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u662f\u7f57\u7d20\u6240\u8457\u7684\u54f2\u5b66\u53f2\u8457\u4f5c\uff0c\u5176\u4e2d\u6587\u8bd1\u672c\u7531\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248\u3002"}, {"color": "#8e2a49", "created_at": 1752674526, "description": "\u53e4\u4ee3\u4e2d\u56fd\u662f\u53e6\u4e00\u4e2a\u5728\u6570\u5b66\u548c\u97f3\u5f8b\u4e0a\u6709\u6df1\u523b\u8ba4\u8bc6\u7684\u6587\u660e\uff0c\u63d0\u51fa\u4e86\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u76f8\u4f3c\u7684\u9634\u9633\u6570\u7406\u89c2\u5ff5\u3002", "entity_id": "\u53e4\u4ee3\u4e2d\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53e4\u4ee3\u4e2d\u56fd", "label": "\u53e4\u4ee3\u4e2d\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u53e4\u4ee3\u4e2d\u56fd\u662f\u53e6\u4e00\u4e2a\u5728\u6570\u5b66\u548c\u97f3\u5f8b\u4e0a\u6709\u6df1\u523b\u8ba4\u8bc6\u7684\u6587\u660e\uff0c\u63d0\u51fa\u4e86\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u76f8\u4f3c\u7684\u9634\u9633\u6570\u7406\u89c2\u5ff5\u3002"}, {"color": "#433d34", "created_at": 1752674526, "description": "\u4e09\u5206\u635f\u76ca\u6cd5\u662f\u4e2d\u56fd\u53e4\u4ee3\u4e00\u79cd\u5b9a\u97f3\u9636\u7684\u65b9\u6cd5\uff0c\u901a\u8fc7\u6c34\u7684\u6bd4\u4f8b\u6216\u5f26\u7684\u957f\u5ea6\u6765\u786e\u5b9a\u97f3\u9636\uff0c\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u7684\u97f3\u4e50\u548c\u58f0\u7406\u8bba\u76f8\u4f3c\u3002", "entity_id": "\u4e09\u5206\u635f\u76ca\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u5206\u635f\u76ca\u6cd5", "label": "\u4e09\u5206\u635f\u76ca\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u4e09\u5206\u635f\u76ca\u6cd5\u662f\u4e2d\u56fd\u53e4\u4ee3\u4e00\u79cd\u5b9a\u97f3\u9636\u7684\u65b9\u6cd5\uff0c\u901a\u8fc7\u6c34\u7684\u6bd4\u4f8b\u6216\u5f26\u7684\u957f\u5ea6\u6765\u786e\u5b9a\u97f3\u9636\uff0c\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u7684\u97f3\u4e50\u548c\u58f0\u7406\u8bba\u76f8\u4f3c\u3002"}, {"color": "#01936a", "created_at": 1752674526, "description": "\u5723\u5965\u53e4\u65af\u4e01\u662f\u57fa\u7763\u6559\u601d\u60f3\u5bb6\uff0c\u66fe\u57fa\u4e8e\u5b8c\u6ee1\u6570\u7684\u6982\u5ff5\u5728\u300a\u5929\u5802\u300b\u4e00\u4e66\u4e2d\u89e3\u91ca\u4e0a\u5e1d\u4e3a\u4f55\u75286\u5929\u521b\u9020\u4e16\u754c\u3002", "entity_id": "\u5723\u5965\u53e4\u65af\u4e01", "entity_type": "person", "file_path": "unknown_source", "id": "\u5723\u5965\u53e4\u65af\u4e01", "label": "\u5723\u5965\u53e4\u65af\u4e01", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u5723\u5965\u53e4\u65af\u4e01\u662f\u57fa\u7763\u6559\u601d\u60f3\u5bb6\uff0c\u66fe\u57fa\u4e8e\u5b8c\u6ee1\u6570\u7684\u6982\u5ff5\u5728\u300a\u5929\u5802\u300b\u4e00\u4e66\u4e2d\u89e3\u91ca\u4e0a\u5e1d\u4e3a\u4f55\u75286\u5929\u521b\u9020\u4e16\u754c\u3002"}, {"color": "#3dd587", "created_at": 1752674526, "description": "\u5b8c\u6ee1\u6570\u662f\u4e00\u4e2a\u6570\u7b49\u4e8e\u5176\u6240\u6709\u771f\u56e0\u6570\u4e4b\u548c\uff0c\u59826\u548c28\uff0c\u88ab\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u89c6\u4e3a\u5177\u6709\u54f2\u5b66\u548c\u5b97\u6559\u610f\u4e49\u7684\u6570\u3002", "entity_id": "\u5b8c\u6ee1\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b8c\u6ee1\u6570", "label": "\u5b8c\u6ee1\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u5b8c\u6ee1\u6570\u662f\u4e00\u4e2a\u6570\u7b49\u4e8e\u5176\u6240\u6709\u771f\u56e0\u6570\u4e4b\u548c\uff0c\u59826\u548c28\uff0c\u88ab\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u89c6\u4e3a\u5177\u6709\u54f2\u5b66\u548c\u5b97\u6559\u610f\u4e49\u7684\u6570\u3002"}, {"color": "#bfb0eb", "created_at": 1752674526, "description": "\u5bc6\u7801\u8bbe\u8ba1\u662f\u73b0\u4ee3\u4fe1\u606f\u4f20\u9012\u4e2d\u7684\u91cd\u8981\u9886\u57df\uff0c\u6570\u8bba\u7684\u8bb8\u591a\u6210\u679c\u5982\u7d20\u6570\u548c\u56e0\u6570\u5206\u89e3\u539f\u7406\u88ab\u5e7f\u6cdb\u5e94\u7528\u4e8e\u5176\u4e2d\u3002", "entity_id": "\u5bc6\u7801\u8bbe\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u5bc6\u7801\u8bbe\u8ba1", "label": "\u5bc6\u7801\u8bbe\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u5bc6\u7801\u8bbe\u8ba1\u662f\u73b0\u4ee3\u4fe1\u606f\u4f20\u9012\u4e2d\u7684\u91cd\u8981\u9886\u57df\uff0c\u6570\u8bba\u7684\u8bb8\u591a\u6210\u679c\u5982\u7d20\u6570\u548c\u56e0\u6570\u5206\u89e3\u539f\u7406\u88ab\u5e7f\u6cdb\u5e94\u7528\u4e8e\u5176\u4e2d\u3002"}, {"color": "#e1540a", "created_at": 1752674526, "description": "\u5e0c\u814a\u662f\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u6e90\u5730\uff0c\u4e5f\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u548c\u54f2\u5b66\u7684\u91cd\u8981\u4e2d\u5fc3\u3002", "entity_id": "\u5e0c\u814a", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5e0c\u814a", "label": "\u5e0c\u814a", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u5e0c\u814a\u662f\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u6e90\u5730\uff0c\u4e5f\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u548c\u54f2\u5b66\u7684\u91cd\u8981\u4e2d\u5fc3\u3002"}, {"color": "#b222be", "created_at": 1752674526, "description": "\u300a\u7ba1\u5b50\u300b\u662f\u4e00\u90e8\u76f8\u4f20\u7531\u7ba1\u5937\u543e\u6240\u8457\u7684\u653f\u6cbb\u4e0e\u54f2\u5b66\u8457\u4f5c\u3002\u003cSEP\u003e\u300a\u7ba1\u5b50\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u5178\u7c4d\uff0c\u8bb0\u8f7d\u4e86\u7c7b\u4f3c\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u5b9a\u97f3\u9636\u65b9\u6cd5\u0027\u4e09\u5206\u635f\u76ca\u6cd5\u0027\u3002", "entity_id": "\u300a\u7ba1\u5b50\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u7ba1\u5b50\u300b", "label": "\u300a\u7ba1\u5b50\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u7ba1\u5b50\u300b\u662f\u4e00\u90e8\u76f8\u4f20\u7531\u7ba1\u5937\u543e\u6240\u8457\u7684\u653f\u6cbb\u4e0e\u54f2\u5b66\u8457\u4f5c\u3002\u003cSEP\u003e\u300a\u7ba1\u5b50\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u5178\u7c4d\uff0c\u8bb0\u8f7d\u4e86\u7c7b\u4f3c\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u5b9a\u97f3\u9636\u65b9\u6cd5\u0027\u4e09\u5206\u635f\u76ca\u6cd5\u0027\u3002"}, {"color": "#c08b2a", "created_at": 1752674566, "description": "\u7ba1\u5937\u543e,\u53c8\u79f0\u7ba1\u4ef2,\u662f\u6625\u79cb\u65f6\u671f\u9f50\u56fd\u8457\u540d\u653f\u6cbb\u5bb6,\u66fe\u4efb\u4e0a\u537f(\u4e1e\u76f8)\u3002", "entity_id": "\u7ba1\u5937\u543e", "entity_type": "person", "file_path": "unknown_source", "id": "\u7ba1\u5937\u543e", "label": "\u7ba1\u5937\u543e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7ba1\u5937\u543e,\u53c8\u79f0\u7ba1\u4ef2,\u662f\u6625\u79cb\u65f6\u671f\u9f50\u56fd\u8457\u540d\u653f\u6cbb\u5bb6,\u66fe\u4efb\u4e0a\u537f(\u4e1e\u76f8)\u3002"}, {"color": "#11c70d", "created_at": 1752674526, "description": "\u53e4\u5e0c\u814a\u5b66\u8005refers to ancient Greek scholars who were responsible for foundational mathematical classifications, including the distinction between rational and irrational numbers.", "entity_id": "\u53e4\u5e0c\u814a\u5b66\u8005", "entity_type": "organization", "file_path": "unknown_source", "id": "\u53e4\u5e0c\u814a\u5b66\u8005", "label": "\u53e4\u5e0c\u814a\u5b66\u8005", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u5b66\u8005refers to ancient Greek scholars who were responsible for foundational mathematical classifications, including the distinction between rational and irrational numbers."}, {"color": "#ef2d93", "created_at": 1752674526, "description": "\u6709\u7406\u6570\u5b9a\u4e49represents the definition of rational numbers as those that can be expressed as integers or ratios of integers, central to ancient Greek mathematical thought.", "entity_id": "\u6709\u7406\u6570\u5b9a\u4e49", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u7406\u6570\u5b9a\u4e49", "label": "\u6709\u7406\u6570\u5b9a\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u6709\u7406\u6570\u5b9a\u4e49represents the definition of rational numbers as those that can be expressed as integers or ratios of integers, central to ancient Greek mathematical thought."}, {"color": "#bb54de", "created_at": 1752674526, "description": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u4e3a180\u5ea6\u662f\u4e00\u4e2a\u51e0\u4f55\u547d\u9898\uff0c\u7528\u4e8e\u5c55\u793a\u76f4\u63a5\u5224\u65ad\u80fd\u529b\u3002", "entity_id": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "label": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u4e3a180\u5ea6\u662f\u4e00\u4e2a\u51e0\u4f55\u547d\u9898\uff0c\u7528\u4e8e\u5c55\u793a\u76f4\u63a5\u5224\u65ad\u80fd\u529b\u3002"}, {"color": "#1d6eca", "created_at": 1752674526, "description": "\u6982\u5ff5\u7406\u89e3\u662f\u5b66\u751f\u638c\u63e1\u6570\u5b66\u547d\u9898\u5224\u65ad\u7684\u57fa\u7840\uff0c\u5f3a\u8c03\u5bf9\u6982\u5ff5\u7684\u771f\u6b63\u7406\u89e3\u800c\u4e0d\u4ec5\u4ec5\u662f\u8bb0\u5fc6\u3002", "entity_id": "\u6982\u5ff5\u7406\u89e3", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u5ff5\u7406\u89e3", "label": "\u6982\u5ff5\u7406\u89e3", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u6982\u5ff5\u7406\u89e3\u662f\u5b66\u751f\u638c\u63e1\u6570\u5b66\u547d\u9898\u5224\u65ad\u7684\u57fa\u7840\uff0c\u5f3a\u8c03\u5bf9\u6982\u5ff5\u7684\u771f\u6b63\u7406\u89e3\u800c\u4e0d\u4ec5\u4ec5\u662f\u8bb0\u5fc6\u3002"}, {"color": "#a79d8a", "created_at": 1752674526, "description": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898\u6307\u0027\u51cf\u53bb\u4e00\u4e2a\u6b63\u6570\u7b49\u4e8e\u52a0\u4e0a\u8fd9\u4e2a\u6b63\u6570\u7684\u76f8\u53cd\u6570\u0027\u8fd9\u4e00\u4ee3\u6570\u547d\u9898\u3002", "entity_id": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898", "label": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898\u6307\u0027\u51cf\u53bb\u4e00\u4e2a\u6b63\u6570\u7b49\u4e8e\u52a0\u4e0a\u8fd9\u4e2a\u6b63\u6570\u7684\u76f8\u53cd\u6570\u0027\u8fd9\u4e00\u4ee3\u6570\u547d\u9898\u3002"}, {"color": "#732f37", "created_at": 1752674526, "description": "x = a + b\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u7684\u7b49\u5f0f\uff0c\u7528\u4f5c\u4e2d\u95f4\u53d8\u91cf\u4ee5\u8fde\u63a5\u591a\u4e2a\u547d\u9898\u3002", "entity_id": "x = a + b", "entity_type": "category", "file_path": "unknown_source", "id": "x = a + b", "label": "x = a + b", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "x = a + b\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u7684\u7b49\u5f0f\uff0c\u7528\u4f5c\u4e2d\u95f4\u53d8\u91cf\u4ee5\u8fde\u63a5\u591a\u4e2a\u547d\u9898\u3002"}, {"color": "#52439e", "created_at": 1752674526, "description": "x = a - (-b)\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u7684\u53e6\u4e00\u4e2a\u7b49\u5f0f\uff0c\u7528\u4e8e\u63a8\u5bfc\u51fa\u6700\u7ec8\u7ed3\u8bba\u3002", "entity_id": "x = a - (-b)", "entity_type": "category", "file_path": "unknown_source", "id": "x = a - (-b)", "label": "x = a - (-b)", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "x = a - (-b)\u662f\u63a8\u7406\u8fc7\u7a0b\u4e2d\u7684\u53e6\u4e00\u4e2a\u7b49\u5f0f\uff0c\u7528\u4e8e\u63a8\u5bfc\u51fa\u6700\u7ec8\u7ed3\u8bba\u3002"}, {"color": "#5055b5", "created_at": 1752674526, "description": "\u82f9\u679c\u662f\u9178\u7684\u662f\u5fb7\u00b7\u6469\u6839\u4e3e\u51fa\u7684\u63a8\u7406\u4f8b\u5b50\uff0c\u7528\u4e8e\u8bf4\u660e\u65e0\u4f20\u9012\u6027\u7684\u63a8\u7406\u53ef\u80fd\u5bfc\u81f4\u9519\u8bef\u7ed3\u8bba\u3002", "entity_id": "\u82f9\u679c\u662f\u9178\u7684", "entity_type": "category", "file_path": "unknown_source", "id": "\u82f9\u679c\u662f\u9178\u7684", "label": "\u82f9\u679c\u662f\u9178\u7684", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u82f9\u679c\u662f\u9178\u7684\u662f\u5fb7\u00b7\u6469\u6839\u4e3e\u51fa\u7684\u63a8\u7406\u4f8b\u5b50\uff0c\u7528\u4e8e\u8bf4\u660e\u65e0\u4f20\u9012\u6027\u7684\u63a8\u7406\u53ef\u80fd\u5bfc\u81f4\u9519\u8bef\u7ed3\u8bba\u3002"}, {"color": "#c9b17b", "created_at": 1752674526, "description": "\u9178\u7684\u662f\u5473\u9053\u662f\u5fb7\u00b7\u6469\u6839\u63a8\u7406\u94fe\u4e2d\u7684\u4e2d\u95f4\u547d\u9898\uff0c\u4e0e\u524d\u540e\u547d\u9898\u7f3a\u4e4f\u4e3b\u7ebf\u8fde\u63a5\u3002", "entity_id": "\u9178\u7684\u662f\u5473\u9053", "entity_type": "category", "file_path": "unknown_source", "id": "\u9178\u7684\u662f\u5473\u9053", "label": "\u9178\u7684\u662f\u5473\u9053", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u9178\u7684\u662f\u5473\u9053\u662f\u5fb7\u00b7\u6469\u6839\u63a8\u7406\u94fe\u4e2d\u7684\u4e2d\u95f4\u547d\u9898\uff0c\u4e0e\u524d\u540e\u547d\u9898\u7f3a\u4e4f\u4e3b\u7ebf\u8fde\u63a5\u3002"}, {"color": "#e9f751", "created_at": 1752674526, "description": "\u82f9\u679c\u662f\u5473\u9053\u662f\u5fb7\u00b7\u6469\u6839\u63a8\u7406\u94fe\u4e2d\u7684\u7ed3\u8bba\u547d\u9898\uff0c\u903b\u8f91\u4e0a\u4e0d\u6210\u7acb\u3002", "entity_id": "\u82f9\u679c\u662f\u5473\u9053", "entity_type": "category", "file_path": "unknown_source", "id": "\u82f9\u679c\u662f\u5473\u9053", "label": "\u82f9\u679c\u662f\u5473\u9053", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u82f9\u679c\u662f\u5473\u9053\u662f\u5fb7\u00b7\u6469\u6839\u63a8\u7406\u94fe\u4e2d\u7684\u7ed3\u8bba\u547d\u9898\uff0c\u903b\u8f91\u4e0a\u4e0d\u6210\u7acb\u3002"}, {"color": "#d2e82b", "created_at": 1752674526, "description": "\u547d\u9898\u5224\u65ad\u662f\u903b\u8f91\u63a8\u7406\u7684\u57fa\u7840\uff0c\u6bcf\u4e2a\u63a8\u7406\u6b65\u9aa4\u90fd\u6d89\u53ca\u5bf9\u547d\u9898\u7684\u5224\u65ad\u3002", "entity_id": "\u547d\u9898\u5224\u65ad", "entity_type": "category", "file_path": "unknown_source", "id": "\u547d\u9898\u5224\u65ad", "label": "\u547d\u9898\u5224\u65ad", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u547d\u9898\u5224\u65ad\u662f\u903b\u8f91\u63a8\u7406\u7684\u57fa\u7840\uff0c\u6bcf\u4e2a\u63a8\u7406\u6b65\u9aa4\u90fd\u6d89\u53ca\u5bf9\u547d\u9898\u7684\u5224\u65ad\u3002"}, {"color": "#27968d", "created_at": 1752674526, "description": "\u903b\u8f91\u4e3b\u7ebf\u662f\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u7684\u5173\u952e\u7ebf\u7d22\uff0c\u51b3\u5b9a\u63a8\u7406\u662f\u5426\u5177\u6709\u903b\u8f91\u6027\u3002", "entity_id": "\u903b\u8f91\u4e3b\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u903b\u8f91\u4e3b\u7ebf", "label": "\u903b\u8f91\u4e3b\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u903b\u8f91\u4e3b\u7ebf\u662f\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u7684\u5173\u952e\u7ebf\u7d22\uff0c\u51b3\u5b9a\u63a8\u7406\u662f\u5426\u5177\u6709\u903b\u8f91\u6027\u3002"}, {"color": "#7b4cc1", "created_at": 1752674526, "description": "\u53cd\u547d\u9898\u662f\u76f8\u5bf9\u4e8e\u539f\u547d\u9898\u800c\u8a00\u7684\u547d\u9898\uff0c\u901a\u5e38\u6307\u539f\u547d\u9898\u7684\u5426\u5b9a\u5f62\u5f0f\uff0c\u662f\u53cd\u8bc1\u6cd5\u548c\u6392\u4e2d\u5f8b\u8ba8\u8bba\u7684\u91cd\u8981\u5185\u5bb9\u3002", "entity_id": "\u53cd\u547d\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u53cd\u547d\u9898", "label": "\u53cd\u547d\u9898", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u53cd\u547d\u9898\u662f\u76f8\u5bf9\u4e8e\u539f\u547d\u9898\u800c\u8a00\u7684\u547d\u9898\uff0c\u901a\u5e38\u6307\u539f\u547d\u9898\u7684\u5426\u5b9a\u5f62\u5f0f\uff0c\u662f\u53cd\u8bc1\u6cd5\u548c\u6392\u4e2d\u5f8b\u8ba8\u8bba\u7684\u91cd\u8981\u5185\u5bb9\u3002"}, {"color": "#1a0678", "created_at": 1752674526, "description": "Dialectics of Nature is a work by Friedrich Engels that critiques the static view of nature and logic, advocating for a dynamic and dialectical approach to understanding natural and logical phenomena.", "entity_id": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "label": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Dialectics of Nature is a work by Friedrich Engels that critiques the static view of nature and logic, advocating for a dynamic and dialectical approach to understanding natural and logical phenomena."}, {"color": "#d700c0", "created_at": 1752674566, "description": "\u7cfb\u8bcd\u7ed3\u6784\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u4e00\u79cd\u57fa\u672c\u547d\u9898\u5f62\u5f0f\uff0c\u5982\u2018A\u662fB\u2019\u6216\u2018A\u4e0d\u662fB\u2019\u3002", "entity_id": "\u903b\u8f91\u5b66", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u903b\u8f91\u5b66", "label": "\u903b\u8f91\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7cfb\u8bcd\u7ed3\u6784\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u4e00\u79cd\u57fa\u672c\u547d\u9898\u5f62\u5f0f\uff0c\u5982\u2018A\u662fB\u2019\u6216\u2018A\u4e0d\u662fB\u2019\u3002"}, {"color": "#23d8d4", "created_at": 1752674526, "description": "Riemannian Geometry is a non-Euclidean geometry that assumes no parallel lines exist, and it has significant applications in modern physics, especially general relativity.", "entity_id": "\u9ece\u66fc\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ece\u66fc\u51e0\u4f55", "label": "\u9ece\u66fc\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Riemannian Geometry is a non-Euclidean geometry that assumes no parallel lines exist, and it has significant applications in modern physics, especially general relativity."}, {"color": "#510f33", "created_at": 1752674526, "description": "The mathematical system is a structured framework based on axioms, definitions, and logical rules that ensures consistency and rigor in mathematical reasoning.", "entity_id": "\u6570\u5b66\u7684\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7684\u4f53\u7cfb", "label": "\u6570\u5b66\u7684\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The mathematical system is a structured framework based on axioms, definitions, and logical rules that ensures consistency and rigor in mathematical reasoning."}, {"color": "#de1d31", "created_at": 1752674526, "description": "Mathematical axioms and assumptions are foundational statements accepted as true without proof, serving as the starting point for logical deductions and mathematical theories.", "entity_id": "\u6570\u5b66\u7684\u516c\u7406\u548c\u5047\u8bbe", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7684\u516c\u7406\u548c\u5047\u8bbe", "label": "\u6570\u5b66\u7684\u516c\u7406\u548c\u5047\u8bbe", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical axioms and assumptions are foundational statements accepted as true without proof, serving as the starting point for logical deductions and mathematical theories."}, {"color": "#d530b3", "created_at": 1752674526, "description": "Mathematical concepts and axiom systems are the structured frameworks that define the starting points and rules of a mathematical theory, ensuring logical consistency and derivability.", "entity_id": "\u6570\u5b66\u7684\u6982\u5ff5\u548c\u516c\u7406\u4f53\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7684\u6982\u5ff5\u548c\u516c\u7406\u4f53\u7cfb", "label": "\u6570\u5b66\u7684\u6982\u5ff5\u548c\u516c\u7406\u4f53\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical concepts and axiom systems are the structured frameworks that define the starting points and rules of a mathematical theory, ensuring logical consistency and derivability."}, {"color": "#d3c053", "created_at": 1752674526, "description": "Modern scholars have developed numerous forms of logic, contributing to the complexity and diversity of logical systems used in mathematics and philosophy.", "entity_id": "\u73b0\u4ee3\u7684\u5b66\u8005", "entity_type": "person", "file_path": "unknown_source", "id": "\u73b0\u4ee3\u7684\u5b66\u8005", "label": "\u73b0\u4ee3\u7684\u5b66\u8005", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Modern scholars have developed numerous forms of logic, contributing to the complexity and diversity of logical systems used in mathematics and philosophy."}, {"color": "#ad3126", "created_at": 1752674526, "description": "Logical forms are structures or patterns of reasoning that define how valid inferences can be made within a logical system.", "entity_id": "\u903b\u8f91\u5f62\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "\u903b\u8f91\u5f62\u5f0f", "label": "\u903b\u8f91\u5f62\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Logical forms are structures or patterns of reasoning that define how valid inferences can be made within a logical system."}, {"color": "#ff8f85", "created_at": 1752674526, "description": "Element x is a member of a set in mathematics, used to demonstrate the necessity of clear identity and membership rules in formal logic and set theory.", "entity_id": "\u5143\u7d20x", "entity_type": "category", "file_path": "unknown_source", "id": "\u5143\u7d20x", "label": "\u5143\u7d20x", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Element x is a member of a set in mathematics, used to demonstrate the necessity of clear identity and membership rules in formal logic and set theory."}, {"color": "#1dc06b", "created_at": 1752674526, "description": "Mathematical computation rules are the foundational principles that govern operations and transformations within a mathematical system, requiring consistency once established.", "entity_id": "\u6570\u5b66\u7684\u8ba1\u7b97\u6cd5\u5219", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7684\u8ba1\u7b97\u6cd5\u5219", "label": "\u6570\u5b66\u7684\u8ba1\u7b97\u6cd5\u5219", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical computation rules are the foundational principles that govern operations and transformations within a mathematical system, requiring consistency once established."}, {"color": "#b5372b", "created_at": 1752674526, "description": "Internal mathematical laws are the consistent rules and relationships that emerge from the axioms and definitions within a mathematical system.", "entity_id": "\u6570\u5b66\u7684\u5185\u90e8\u89c4\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7684\u5185\u90e8\u89c4\u5f8b", "label": "\u6570\u5b66\u7684\u5185\u90e8\u89c4\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Internal mathematical laws are the consistent rules and relationships that emerge from the axioms and definitions within a mathematical system."}, {"color": "#46f08b", "created_at": 1752674526, "description": "\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3\u662f\u4e00\u4e2a\u5386\u53f2\u65f6\u671f\uff0c\u671f\u95f4\u4ea7\u751f\u4e86\u4e30\u5bcc\u7684\u54f2\u5b66\u601d\u60f3\uff0c\u5982\u0027\u77db\u76fe\u0027\u4e00\u8bcd\u7684\u6765\u6e90\u5373\u51fa\u81ea\u8fd9\u4e00\u65f6\u671f\u7684\u5bd3\u8a00\u6545\u4e8b\u3002", "entity_id": "\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3", "label": "\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3\u662f\u4e00\u4e2a\u5386\u53f2\u65f6\u671f\uff0c\u671f\u95f4\u4ea7\u751f\u4e86\u4e30\u5bcc\u7684\u54f2\u5b66\u601d\u60f3\uff0c\u5982\u0027\u77db\u76fe\u0027\u4e00\u8bcd\u7684\u6765\u6e90\u5373\u51fa\u81ea\u8fd9\u4e00\u65f6\u671f\u7684\u5bd3\u8a00\u6545\u4e8b\u3002"}, {"color": "#1b6fa7", "created_at": 1752674526, "description": "\u6700\u5c0f\u53cd\u4f8bm\u662f\u5728\u7528\u53cd\u8bc1\u6cd5\u8bba\u8bc1\u6570\u5b66\u5f52\u7eb3\u6cd5\u65f6\u5047\u8bbe\u7684\u6700\u5c0f\u4e0d\u6ee1\u8db3\u547d\u9898\u7684\u81ea\u7136\u6570\u3002", "entity_id": "\u6700\u5c0f\u53cd\u4f8bm", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5c0f\u53cd\u4f8bm", "label": "\u6700\u5c0f\u53cd\u4f8bm", "shape": "dot", "size": 10, "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6700\u5c0f\u53cd\u4f8bm\u662f\u5728\u7528\u53cd\u8bc1\u6cd5\u8bba\u8bc1\u6570\u5b66\u5f52\u7eb3\u6cd5\u65f6\u5047\u8bbe\u7684\u6700\u5c0f\u4e0d\u6ee1\u8db3\u547d\u9898\u7684\u81ea\u7136\u6570\u3002"}, {"color": "#33328d", "created_at": 1752674526, "description": "A real number includes both rational numbers (finite or repeating decimals) and irrational numbers (non-repeating infinite decimals).", "entity_id": "Real Number", "entity_type": "category", "file_path": "unknown_source", "id": "Real Number", "label": "Real Number", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "A real number includes both rational numbers (finite or repeating decimals) and irrational numbers (non-repeating infinite decimals)."}, {"color": "#5fed84", "created_at": 1752674526, "description": "An irrational number cannot be expressed as a fraction and is represented by an infinite non-repeating decimal.", "entity_id": "Irrational Number", "entity_type": "category", "file_path": "unknown_source", "id": "Irrational Number", "label": "Irrational Number", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "An irrational number cannot be expressed as a fraction and is represented by an infinite non-repeating decimal."}, {"color": "#096771", "created_at": 1752674566, "description": "Real numbers include all numbers expressible as fractions", "entity_id": "Rational Number", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "Rational Number", "label": "Rational Number", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Real numbers include all numbers expressible as fractions"}, {"color": "#e249f7", "created_at": 1752674526, "description": "Mathematical interval used for discussing decimal representations", "entity_id": "Interval (0,1)", "entity_type": "category", "file_path": "unknown_source", "id": "Interval (0,1)", "label": "Interval (0,1)", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Mathematical interval used for discussing decimal representations"}, {"color": "#6794ea", "created_at": 1752674566, "description": "The unit interval is fundamental for discussing decimal expansions of real numbers", "entity_id": "Decimal Representation", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "Decimal Representation", "label": "Decimal Representation", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "The unit interval is fundamental for discussing decimal expansions of real numbers"}, {"color": "#1c81b5", "created_at": 1752674526, "description": "A sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio.", "entity_id": "\u7b49\u6bd4\u7ea7\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u6bd4\u7ea7\u6570", "label": "\u7b49\u6bd4\u7ea7\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "A sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio."}, {"color": "#89410e", "created_at": 1752674526, "description": "The constant multiplier between successive terms in a geometric sequence, such as 1/10^q in the derivation of repeating decimals as fractions.", "entity_id": "\u516c\u6bd4", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u6bd4", "label": "\u516c\u6bd4", "shape": "dot", "size": 10, "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The constant multiplier between successive terms in a geometric sequence, such as 1/10^q in the derivation of repeating decimals as fractions."}, {"color": "#f574a4", "created_at": 1752674526, "description": "Multiplication is defined as a shorthand for repeated addition and is governed by properties like 0\u00b7a = 0 and 1\u00b7a = a, as well as laws such as commutativity and distributivity.", "entity_id": "Multiplication Operation", "entity_type": "category", "file_path": "unknown_source", "id": "Multiplication Operation", "label": "Multiplication Operation", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Multiplication is defined as a shorthand for repeated addition and is governed by properties like 0\u00b7a = 0 and 1\u00b7a = a, as well as laws such as commutativity and distributivity."}, {"color": "#cf01ab", "created_at": 1752674526, "description": "The integer set extends the natural numbers and is the domain where multiplication and its properties are uniquely extended using the laws defined on natural numbers.", "entity_id": "Integer Set", "entity_type": "category", "file_path": "unknown_source", "id": "Integer Set", "label": "Integer Set", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The integer set extends the natural numbers and is the domain where multiplication and its properties are uniquely extended using the laws defined on natural numbers."}, {"color": "#5ca125", "created_at": 1752674526, "description": "The commutative law states that a\u00b7b = b\u00b7a, which is a fundamental property of multiplication in the natural numbers and extended number systems.", "entity_id": "Commutative Law", "entity_type": "category", "file_path": "unknown_source", "id": "Commutative Law", "label": "Commutative Law", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The commutative law states that a\u00b7b = b\u00b7a, which is a fundamental property of multiplication in the natural numbers and extended number systems."}, {"color": "#e03b80", "created_at": 1752674526, "description": "The distributive law states that (a + b)\u00b7c = a\u00b7c + b\u00b7c, forming a core rule for how multiplication interacts with addition.", "entity_id": "Distributive Law", "entity_type": "category", "file_path": "unknown_source", "id": "Distributive Law", "label": "Distributive Law", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The distributive law states that (a + b)\u00b7c = a\u00b7c + b\u00b7c, forming a core rule for how multiplication interacts with addition."}, {"color": "#56068b", "created_at": 1752674526, "description": "Problem 12 refers to a prior mathematical discussion that describes how multiplication can be derived from addition in the natural numbers.", "entity_id": "Problem 12", "entity_type": "event", "file_path": "unknown_source", "id": "Problem 12", "label": "Problem 12", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Problem 12 refers to a prior mathematical discussion that describes how multiplication can be derived from addition in the natural numbers."}, {"color": "#3d6cb1", "created_at": 1752674526, "description": "This educational concept emphasizes understanding both the procedures and the underlying principles of arithmetic operations, as highlighted in the compulsory education standards.", "entity_id": "Core Concept:\u8fd0\u7b97\u80fd\u529b(Computational Ability)", "entity_type": "category", "file_path": "unknown_source", "id": "Core Concept:\u8fd0\u7b97\u80fd\u529b(Computational Ability)", "label": "Core Concept:\u8fd0\u7b97\u80fd\u529b(Computational Ability)", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "This educational concept emphasizes understanding both the procedures and the underlying principles of arithmetic operations, as highlighted in the compulsory education standards."}, {"color": "#b557aa", "created_at": 1752674526, "description": "Division is defined as the inverse of multiplication and is expressed as a \u00f7 b = a \u00d7 (1/b), with constraints such as b \u2260 0.", "entity_id": "Division Operation", "entity_type": "category", "file_path": "unknown_source", "id": "Division Operation", "label": "Division Operation", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Division is defined as the inverse of multiplication and is expressed as a \u00f7 b = a \u00d7 (1/b), with constraints such as b \u2260 0."}, {"color": "#4b3f6b", "created_at": 1752674526, "description": "The inverse operation refers to reversing the effect of another operation, such as how division reverses multiplication.", "entity_id": "Inverse Operation", "entity_type": "category", "file_path": "unknown_source", "id": "Inverse Operation", "label": "Inverse Operation", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The inverse operation refers to reversing the effect of another operation, such as how division reverses multiplication."}, {"color": "#58fe74", "created_at": 1752674526, "description": "Zero is a special number in arithmetic; it cannot be a divisor in division because it leads to undefined or non-unique results.", "entity_id": "Zero (0)", "entity_type": "category", "file_path": "unknown_source", "id": "Zero (0)", "label": "Zero (0)", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Zero is a special number in arithmetic; it cannot be a divisor in division because it leads to undefined or non-unique results."}, {"color": "#654678", "created_at": 1752674526, "description": "Problem 13 discusses the definition of division as the inverse of multiplication and explores the implications of division by zero.", "entity_id": "Problem 13", "entity_type": "event", "file_path": "unknown_source", "id": "Problem 13", "label": "Problem 13", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Problem 13 discusses the definition of division as the inverse of multiplication and explores the implications of division by zero."}, {"color": "#9849ed", "created_at": 1752674526, "description": "This refers to an educational example involving ducks and geese used to illustrate the concept of dividing by a fraction in elementary mathematics instruction.", "entity_id": "Small Red\u0027s Example", "entity_type": "event", "file_path": "unknown_source", "id": "Small Red\u0027s Example", "label": "Small Red\u0027s Example", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "This refers to an educational example involving ducks and geese used to illustrate the concept of dividing by a fraction in elementary mathematics instruction."}, {"color": "#a3a47a", "created_at": 1752674526, "description": "The reciprocal of a number b is defined as 1/b, and it satisfies the equation b \u00d7 (1/b) = 1; it does not exist for b = 0.", "entity_id": "Reciprocal (1/b)", "entity_type": "category", "file_path": "unknown_source", "id": "Reciprocal (1/b)", "label": "Reciprocal (1/b)", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The reciprocal of a number b is defined as 1/b, and it satisfies the equation b \u00d7 (1/b) = 1; it does not exist for b = 0."}, {"color": "#6a9c8f", "created_at": 1752674526, "description": "This refers to the approach used to teach mathematical concepts, emphasizing the importance of understanding both the \u0027how\u0027 and \u0027why\u0027 of operations.", "entity_id": "Educational Methodology", "entity_type": "category", "file_path": "unknown_source", "id": "Educational Methodology", "label": "Educational Methodology", "shape": "dot", "size": 10, "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "This refers to the approach used to teach mathematical concepts, emphasizing the importance of understanding both the \u0027how\u0027 and \u0027why\u0027 of operations."}, {"color": "#8fa509", "created_at": 1752674526, "description": "\u4e22\u756a\u56fe\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6who introduced abstract symbols into algebra and studied equations with integer solutions, leading to what is now known as Diophantine problems.\u003cSEP\u003e\u4e22\u756a\u56fe\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\uff0c\u751f\u6d3b\u5728\u7ea6\u516c\u5143250\u5e74\u524d\u540e\uff0c\u88ab\u8ba4\u4e3a\u662f\u4ee3\u6570\u5b66\u7684\u5960\u57fa\u4eba\u4e4b\u4e00\uff0c\u9996\u6b21\u5f15\u5165\u62bd\u8c61\u7b26\u53f7\u8fdb\u884c\u4ee3\u6570\u8fd0\u7b97\u3002", "entity_id": "\u4e22\u756a\u56fe", "entity_type": "person", "file_path": "unknown_source", "id": "\u4e22\u756a\u56fe", "label": "\u4e22\u756a\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e22\u756a\u56fe\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6who introduced abstract symbols into algebra and studied equations with integer solutions, leading to what is now known as Diophantine problems.\u003cSEP\u003e\u4e22\u756a\u56fe\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\uff0c\u751f\u6d3b\u5728\u7ea6\u516c\u5143250\u5e74\u524d\u540e\uff0c\u88ab\u8ba4\u4e3a\u662f\u4ee3\u6570\u5b66\u7684\u5960\u57fa\u4eba\u4e4b\u4e00\uff0c\u9996\u6b21\u5f15\u5165\u62bd\u8c61\u7b26\u53f7\u8fdb\u884c\u4ee3\u6570\u8fd0\u7b97\u3002"}, {"color": "#19171f", "created_at": 1752674526, "description": "\u4e9a\u5386\u5c71\u5927\u662f\u4e22\u756a\u56fe\u7684\u6d3b\u52a8\u5730\u70b9\uff0c\u662f\u53e4\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u91cd\u8981\u4e2d\u5fc3\u4e4b\u4e00\u3002\u003cSEP\u003e\u4e9a\u5386\u5c71\u5927\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u4e22\u756a\u56fe\u7684\u6d3b\u52a8\u5730\u70b9\uff0c\u4f4d\u4e8e\u57c3\u53ca\uff0c\u662f\u53e4\u4ee3\u5b66\u672f\u4e2d\u5fc3\u4e4b\u4e00\u3002", "entity_id": "\u4e9a\u5386\u5c71\u5927", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4e9a\u5386\u5c71\u5927", "label": "\u4e9a\u5386\u5c71\u5927", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e9a\u5386\u5c71\u5927\u662f\u4e22\u756a\u56fe\u7684\u6d3b\u52a8\u5730\u70b9\uff0c\u662f\u53e4\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u91cd\u8981\u4e2d\u5fc3\u4e4b\u4e00\u3002\u003cSEP\u003e\u4e9a\u5386\u5c71\u5927\u662f\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u4e22\u756a\u56fe\u7684\u6d3b\u52a8\u5730\u70b9\uff0c\u4f4d\u4e8e\u57c3\u53ca\uff0c\u662f\u53e4\u4ee3\u5b66\u672f\u4e2d\u5fc3\u4e4b\u4e00\u3002"}, {"color": "#307178", "created_at": 1752674526, "description": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u662f\u6570\u5b66\u8bed\u8a00\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u6700\u65e9\u7531\u4e22\u756a\u56fe\u7cfb\u7edf\u5f15\u5165\uff0c\u7528\u4e8e\u4ee3\u6570\u8fd0\u7b97\u7684\u62bd\u8c61\u8868\u793a\u3002", "entity_id": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe", "label": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u662f\u6570\u5b66\u8bed\u8a00\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u6700\u65e9\u7531\u4e22\u756a\u56fe\u7cfb\u7edf\u5f15\u5165\uff0c\u7528\u4e8e\u4ee3\u6570\u8fd0\u7b97\u7684\u62bd\u8c61\u8868\u793a\u3002"}, {"color": "#ec6faf", "created_at": 1752674526, "description": "\u300a\u7b97\u672f\u300b\u662f\u4e22\u756a\u56fe\u64b0\u5199\u7684\u4e00\u90e8\u91cd\u8981\u6570\u5b66\u8457\u4f5c\uff0c\u5176\u4e2d\u7814\u7a76\u4e86\u65b9\u7a0b\u7684\u6574\u6570\u89e3\u95ee\u9898\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002", "entity_id": "\u300a\u7b97\u672f\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u7b97\u672f\u300b", "label": "\u300a\u7b97\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u300a\u7b97\u672f\u300b\u662f\u4e22\u756a\u56fe\u64b0\u5199\u7684\u4e00\u90e8\u91cd\u8981\u6570\u5b66\u8457\u4f5c\uff0c\u5176\u4e2d\u7814\u7a76\u4e86\u65b9\u7a0b\u7684\u6574\u6570\u89e3\u95ee\u9898\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002"}, {"color": "#d63a3d", "created_at": 1752674526, "description": "\u8d39\u9a6c\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u4ed6\u5728\u9605\u8bfb\u300a\u7b97\u672f\u300b\u65f6\u63d0\u51fa\u4e86\u8457\u540d\u7684\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u5373\u5173\u4e8ea^n + b^n = c^n\u5728n\u22653\u65f6\u65e0\u6574\u6570\u89e3\u7684\u731c\u60f3\u3002", "entity_id": "\u8d39\u9a6c", "entity_type": "person", "file_path": "unknown_source", "id": "\u8d39\u9a6c", "label": "\u8d39\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u8d39\u9a6c\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u4ed6\u5728\u9605\u8bfb\u300a\u7b97\u672f\u300b\u65f6\u63d0\u51fa\u4e86\u8457\u540d\u7684\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u5373\u5173\u4e8ea^n + b^n = c^n\u5728n\u22653\u65f6\u65e0\u6574\u6570\u89e3\u7684\u731c\u60f3\u3002"}, {"color": "#090e4c", "created_at": 1752674526, "description": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898\u662f\u7814\u7a76\u65b9\u7a0b\u7684\u6b63\u6574\u6570\u89e3\uff0c\u4e22\u756a\u56fe\u5bf9\u6b64\u8fdb\u884c\u4e86\u7cfb\u7edf\u7814\u7a76\uff0c\u540e\u4eba\u5c06\u6b64\u7c7b\u95ee\u9898\u79f0\u4e3a\u4e22\u756a\u56fe\u95ee\u9898\u3002", "entity_id": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898", "label": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898\u662f\u7814\u7a76\u65b9\u7a0b\u7684\u6b63\u6574\u6570\u89e3\uff0c\u4e22\u756a\u56fe\u5bf9\u6b64\u8fdb\u884c\u4e86\u7cfb\u7edf\u7814\u7a76\uff0c\u540e\u4eba\u5c06\u6b64\u7c7b\u95ee\u9898\u79f0\u4e3a\u4e22\u756a\u56fe\u95ee\u9898\u3002"}, {"color": "#3e9d5b", "created_at": 1752674526, "description": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u662f\u5f62\u5982ax\u00b2 + bx + c = 0\u7684\u4ee3\u6570\u65b9\u7a0b\uff0c\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u63a8\u5bfc\u51fa\u5176\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5373\u97e6\u8fbe\u5b9a\u7406\u3002", "entity_id": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "label": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u662f\u5f62\u5982ax\u00b2 + bx + c = 0\u7684\u4ee3\u6570\u65b9\u7a0b\uff0c\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u63a8\u5bfc\u51fa\u5176\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5373\u97e6\u8fbe\u5b9a\u7406\u3002"}, {"color": "#e8037a", "created_at": 1752674526, "description": "\u4ee3\u6570\u5b66\u53d1\u5c55\u662f\u6570\u5b66\u53f2\u7684\u91cd\u8981\u5206\u652f\uff0c\u8d77\u6e90\u4e8e\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u4e22\u756a\u56fe\u7684\u5de5\u4f5c\uff0c\u5e76\u9010\u6b65\u6f14\u53d8\u4e3a\u73b0\u4ee3\u4ee3\u6570\u4f53\u7cfb\u3002", "entity_id": "\u4ee3\u6570\u5b66\u53d1\u5c55", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee3\u6570\u5b66\u53d1\u5c55", "label": "\u4ee3\u6570\u5b66\u53d1\u5c55", "shape": "dot", "size": 10, "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u4ee3\u6570\u5b66\u53d1\u5c55\u662f\u6570\u5b66\u53f2\u7684\u91cd\u8981\u5206\u652f\uff0c\u8d77\u6e90\u4e8e\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\u4e22\u756a\u56fe\u7684\u5de5\u4f5c\uff0c\u5e76\u9010\u6b65\u6f14\u53d8\u4e3a\u73b0\u4ee3\u4ee3\u6570\u4f53\u7cfb\u3002"}, {"color": "#314be6", "created_at": 1752674526, "description": "\u6000\u5c14\u65af\u662f\u82f1\u56fd\u6570\u5b66\u5bb6\uff0c\u4ed6\u57281993\u5e74\u6210\u529f\u8bc1\u660e\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u5e76\u4e8e1995\u5e74\u53d1\u8868\u957f\u8fbe130\u9875\u7684\u8bba\u6587\u3002", "entity_id": "\u6000\u5c14\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u6000\u5c14\u65af", "label": "\u6000\u5c14\u65af", "shape": "dot", "size": 10, "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u6000\u5c14\u65af\u662f\u82f1\u56fd\u6570\u5b66\u5bb6\uff0c\u4ed6\u57281993\u5e74\u6210\u529f\u8bc1\u660e\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u5e76\u4e8e1995\u5e74\u53d1\u8868\u957f\u8fbe130\u9875\u7684\u8bba\u6587\u3002"}, {"color": "#0658d5", "created_at": 1752674566, "description": "\u897f\u8499\u00b7\u8f9b\u683c\u662f\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u7684\u4f5c\u8005\uff0c\u79d1\u666e\u4f5c\u5bb6\u3002", "entity_id": "\u8f9b\u683c", "entity_type": "person", "file_path": "unknown_source", "id": "\u8f9b\u683c", "label": "\u8f9b\u683c", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u897f\u8499\u00b7\u8f9b\u683c\u662f\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u7684\u4f5c\u8005\uff0c\u79d1\u666e\u4f5c\u5bb6\u3002"}, {"color": "#0b9039", "created_at": 1752674526, "description": "\u97e6\u8fbe\u662f16\u4e16\u7eaa\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u56e0\u63d0\u51fa\u5b57\u6bcd\u7cfb\u6570\u8868\u8fbe\u65b9\u6cd5\u800c\u88ab\u8ba4\u4e3a\u662f\u4ee3\u6570\u5b66\u53d1\u5c55\u7684\u91cd\u8981\u5960\u57fa\u4eba\u3002\u003cSEP\u003e\u97e6\u8fbe\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u7b2c\u4e00\u4e2a\u6709\u610f\u8bc6\u5730\u4f7f\u7528\u5b57\u6bcd\u8868\u793a\u4ee3\u6570\u4e2d\u7684\u62bd\u8c61\u8fd0\u7b97\uff0c\u4e3a\u4ee3\u6570\u7684\u4e00\u822c\u5316\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "entity_id": "\u97e6\u8fbe", "entity_type": "person", "file_path": "unknown_source", "id": "\u97e6\u8fbe", "label": "\u97e6\u8fbe", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u662f16\u4e16\u7eaa\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u56e0\u63d0\u51fa\u5b57\u6bcd\u7cfb\u6570\u8868\u8fbe\u65b9\u6cd5\u800c\u88ab\u8ba4\u4e3a\u662f\u4ee3\u6570\u5b66\u53d1\u5c55\u7684\u91cd\u8981\u5960\u57fa\u4eba\u3002\u003cSEP\u003e\u97e6\u8fbe\u662f\u6cd5\u56fd\u6570\u5b66\u5bb6\uff0c\u7b2c\u4e00\u4e2a\u6709\u610f\u8bc6\u5730\u4f7f\u7528\u5b57\u6bcd\u8868\u793a\u4ee3\u6570\u4e2d\u7684\u62bd\u8c61\u8fd0\u7b97\uff0c\u4e3a\u4ee3\u6570\u7684\u4e00\u822c\u5316\u5960\u5b9a\u4e86\u57fa\u7840\u3002"}, {"color": "#40a934", "created_at": 1752674526, "description": "\u97e6\u8fbe\u5b9a\u7406\u63cf\u8ff0\u4e86\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5373x\u2081 + x\u2082 = -b/a\u548cx\u2081\u00b7x\u2082 = c/a\u3002\u003cSEP\u003e\u97e6\u8fbe\u5b9a\u7406\u662f\u63cf\u8ff0\u591a\u9879\u5f0f\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u5b9a\u7406\uff0c\u662f\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\u7684\u91cd\u8981\u5e94\u7528\uff0c\u7531\u6cd5\u56fd\u6570\u5b66\u5bb6\u97e6\u8fbe\u63d0\u51fa\u3002", "entity_id": "\u97e6\u8fbe\u5b9a\u7406", "entity_type": "event", "file_path": "unknown_source", "id": "\u97e6\u8fbe\u5b9a\u7406", "label": "\u97e6\u8fbe\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u5b9a\u7406\u63cf\u8ff0\u4e86\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5373x\u2081 + x\u2082 = -b/a\u548cx\u2081\u00b7x\u2082 = c/a\u3002\u003cSEP\u003e\u97e6\u8fbe\u5b9a\u7406\u662f\u63cf\u8ff0\u591a\u9879\u5f0f\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u5b9a\u7406\uff0c\u662f\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\u7684\u91cd\u8981\u5e94\u7528\uff0c\u7531\u6cd5\u56fd\u6570\u5b66\u5bb6\u97e6\u8fbe\u63d0\u51fa\u3002"}, {"color": "#00ca82", "created_at": 1752674526, "description": "\u7b1b\u5361\u5c14\u662f17\u4e16\u7eaa\u6cd5\u56fd\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u89e3\u6790\u51e0\u4f55\u7684\u521b\u59cb\u4eba\uff0c\u5bf9\u4ee3\u6570\u7b26\u53f7\u7cfb\u7edf\u8fdb\u884c\u4e86\u8fdb\u4e00\u6b65\u6539\u8fdb\uff0c\u4f7f\u7528a\u3001b\u3001c\u8868\u793a\u5df2\u77e5\u91cf\uff0cx\u3001y\u3001z\u8868\u793a\u672a\u77e5\u91cf\u3002\u003cSEP\u003e\u7b1b\u5361\u5c14\u662f\u6cd5\u56fd\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u5c06\u201c\u4ee5\u592a\u201d\u6982\u5ff5\u5f15\u5165\u79d1\u5b66\u9886\u57df\u3002", "entity_id": "\u7b1b\u5361\u5c14", "entity_type": "person", "file_path": "unknown_source", "id": "\u7b1b\u5361\u5c14", "label": "\u7b1b\u5361\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u7b1b\u5361\u5c14\u662f17\u4e16\u7eaa\u6cd5\u56fd\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u89e3\u6790\u51e0\u4f55\u7684\u521b\u59cb\u4eba\uff0c\u5bf9\u4ee3\u6570\u7b26\u53f7\u7cfb\u7edf\u8fdb\u884c\u4e86\u8fdb\u4e00\u6b65\u6539\u8fdb\uff0c\u4f7f\u7528a\u3001b\u3001c\u8868\u793a\u5df2\u77e5\u91cf\uff0cx\u3001y\u3001z\u8868\u793a\u672a\u77e5\u91cf\u3002\u003cSEP\u003e\u7b1b\u5361\u5c14\u662f\u6cd5\u56fd\u54f2\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u5c06\u201c\u4ee5\u592a\u201d\u6982\u5ff5\u5f15\u5165\u79d1\u5b66\u9886\u57df\u3002"}, {"color": "#7c5087", "created_at": 1752674526, "description": "\u7b97\u672f\u662f\u6570\u5b66\u7684\u57fa\u7840\u5206\u652f\uff0c\u4e3b\u8981\u7814\u7a76\u6570\u7684\u57fa\u672c\u8fd0\u7b97\u5982\u52a0\u51cf\u4e58\u9664\uff0c\u5173\u6ce8\u5177\u4f53\u7684\u6570\u503c\u8ba1\u7b97\u800c\u975e\u7b26\u53f7\u8868\u8fbe\u3002", "entity_id": "\u7b97\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b97\u672f", "label": "\u7b97\u672f", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u7b97\u672f\u662f\u6570\u5b66\u7684\u57fa\u7840\u5206\u652f\uff0c\u4e3b\u8981\u7814\u7a76\u6570\u7684\u57fa\u672c\u8fd0\u7b97\u5982\u52a0\u51cf\u4e58\u9664\uff0c\u5173\u6ce8\u5177\u4f53\u7684\u6570\u503c\u8ba1\u7b97\u800c\u975e\u7b26\u53f7\u8868\u8fbe\u3002"}, {"color": "#5732be", "created_at": 1752674566, "description": "\u963f\u62c9\u4f2f\u6570\u5b66\u5bb6\uff0c\u8457\u4f5c\u4e2d\u4f7f\u7528\u201cal-jebr\u201d\u4e00\u8bcd\uff0c\u662f\u201calgebra\u201d\u8bcd\u6e90\u4e4b\u4e00\uff0c\u5bf9\u4ee3\u6570\u5b66\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "entity_id": "\u82b1\u62c9\u5b50\u7c73", "entity_type": "person", "file_path": "unknown_source", "id": "\u82b1\u62c9\u5b50\u7c73", "label": "\u82b1\u62c9\u5b50\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u963f\u62c9\u4f2f\u6570\u5b66\u5bb6\uff0c\u8457\u4f5c\u4e2d\u4f7f\u7528\u201cal-jebr\u201d\u4e00\u8bcd\uff0c\u662f\u201calgebra\u201d\u8bcd\u6e90\u4e4b\u4e00\uff0c\u5bf9\u4ee3\u6570\u5b66\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002"}, {"color": "#171a33", "created_at": 1752674526, "description": "\u89e3\u6790\u51e0\u4f55\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7531\u7b1b\u5361\u5c14\u7b49\u4eba\u53d1\u5c55\uff0c\u901a\u8fc7\u5750\u6807\u7cfb\u7edf\u5c06\u51e0\u4f55\u95ee\u9898\u8f6c\u5316\u4e3a\u4ee3\u6570\u95ee\u9898\uff0c\u4fc3\u8fdb\u6570\u5b66\u7684\u7edf\u4e00\u53d1\u5c55\u3002", "entity_id": "\u89e3\u6790\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u89e3\u6790\u51e0\u4f55", "label": "\u89e3\u6790\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u89e3\u6790\u51e0\u4f55\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7531\u7b1b\u5361\u5c14\u7b49\u4eba\u53d1\u5c55\uff0c\u901a\u8fc7\u5750\u6807\u7cfb\u7edf\u5c06\u51e0\u4f55\u95ee\u9898\u8f6c\u5316\u4e3a\u4ee3\u6570\u95ee\u9898\uff0c\u4fc3\u8fdb\u6570\u5b66\u7684\u7edf\u4e00\u53d1\u5c55\u3002"}, {"color": "#568c72", "created_at": 1752674566, "description": "\u4ee5\u592a\u662f\u5386\u53f2\u4e0a\u88ab\u5047\u8bbe\u4e3a\u5149\u4f20\u64ad\u5a92\u4ecb\u7684\u4e0d\u53ef\u611f\u77e5\u7269\u8d28\uff0c\u88ab\u7b1b\u5361\u5c14\u5f15\u5165\u79d1\u5b66\u3002", "entity_id": "\u4ee5\u592a", "entity_type": "category", "file_path": "unknown_source", "id": "\u4ee5\u592a", "label": "\u4ee5\u592a", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4ee5\u592a\u662f\u5386\u53f2\u4e0a\u88ab\u5047\u8bbe\u4e3a\u5149\u4f20\u64ad\u5a92\u4ecb\u7684\u4e0d\u53ef\u611f\u77e5\u7269\u8d28\uff0c\u88ab\u7b1b\u5361\u5c14\u5f15\u5165\u79d1\u5b66\u3002"}, {"color": "#6d7106", "created_at": 1752674566, "description": "\u5149\u7684\u4f20\u64ad\u662f\u5386\u53f2\u4e0a\u4ee5\u592a\u6982\u5ff5\u8bd5\u56fe\u89e3\u91ca\u7684\u7269\u7406\u73b0\u8c61\u4e4b\u4e00.", "entity_id": "\u5149\u7684\u4f20\u64ad", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u7684\u4f20\u64ad", "label": "\u5149\u7684\u4f20\u64ad", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5149\u7684\u4f20\u64ad\u662f\u5386\u53f2\u4e0a\u4ee5\u592a\u6982\u5ff5\u8bd5\u56fe\u89e3\u91ca\u7684\u7269\u7406\u73b0\u8c61\u4e4b\u4e00."}, {"color": "#810c89", "created_at": 1752674566, "description": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u5468\u9ac0\u7b97\u7ecf/\u4e5d\u7ae0\u7b97\u672f\u300b\u5408\u96c6\u7684\u51fa\u7248\u793e\u3002", "entity_id": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u5468\u9ac0\u7b97\u7ecf/\u4e5d\u7ae0\u7b97\u672f\u300b\u5408\u96c6\u7684\u51fa\u7248\u793e\u3002"}, {"color": "#a8c3d1", "created_at": 1752674566, "description": "\u8d75\u541b\u537f\u662f\u897f\u6c49\u65f6\u671f\u7684\u6570\u5b66\u5bb6\uff0c\u636e\u8003\u8bc1\u4e3a\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7684\u4f5c\u8005\u3002", "entity_id": "\u8d75\u541b\u537f", "entity_type": "person", "file_path": "unknown_source", "id": "\u8d75\u541b\u537f", "label": "\u8d75\u541b\u537f", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8d75\u541b\u537f\u662f\u897f\u6c49\u65f6\u671f\u7684\u6570\u5b66\u5bb6\uff0c\u636e\u8003\u8bc1\u4e3a\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7684\u4f5c\u8005\u3002"}, {"color": "#4d3473", "created_at": 1752674566, "description": "\u8d75\u723d\u662f\u4e09\u56fd\u65f6\u671f\u7684\u6570\u5b66\u5bb6\uff0c\u66fe\u7528\u56fe\u89e3\u6cd5\u8bc1\u660e\u52fe\u80a1\u5b9a\u7406\u3002", "entity_id": "\u8d75\u723d", "entity_type": "person", "file_path": "unknown_source", "id": "\u8d75\u723d", "label": "\u8d75\u723d", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8d75\u723d\u662f\u4e09\u56fd\u65f6\u671f\u7684\u6570\u5b66\u5bb6\uff0c\u66fe\u7528\u56fe\u89e3\u6cd5\u8bc1\u660e\u52fe\u80a1\u5b9a\u7406\u3002"}, {"color": "#084e76", "created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406\u662f\u897f\u65b9\u5bf9\u52fe\u80a1\u5b9a\u7406\u7684\u79f0\u547c\uff0c\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb.", "entity_id": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406", "label": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406\u662f\u897f\u65b9\u5bf9\u52fe\u80a1\u5b9a\u7406\u7684\u79f0\u547c\uff0c\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb."}, {"color": "#f308e0", "created_at": 1752674566, "description": "\u76d6\u5929\u8bf4\u662f\u4e2d\u56fd\u53e4\u4ee3\u4e00\u79cd\u5929\u6587\u5b66\u7406\u8bba\uff0c\u8ba4\u4e3a\u5929\u5982\u76d6\uff0c\u5730\u5982\u76d8.", "entity_id": "\u76d6\u5929\u8bf4", "entity_type": "category", "file_path": "unknown_source", "id": "\u76d6\u5929\u8bf4", "label": "\u76d6\u5929\u8bf4", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u76d6\u5929\u8bf4\u662f\u4e2d\u56fd\u53e4\u4ee3\u4e00\u79cd\u5929\u6587\u5b66\u7406\u8bba\uff0c\u8ba4\u4e3a\u5929\u5982\u76d6\uff0c\u5730\u5982\u76d8."}, {"color": "#290f58", "created_at": 1752674566, "description": "\u56db\u5206\u5386\u6cd5\u662f\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u8bb0\u8f7d\u7684\u4e00\u79cd\u53e4\u4ee3\u4e2d\u56fd\u5386\u6cd5\u7cfb\u7edf.", "entity_id": "\u56db\u5206\u5386\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u5206\u5386\u6cd5", "label": "\u56db\u5206\u5386\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u56db\u5206\u5386\u6cd5\u662f\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u8bb0\u8f7d\u7684\u4e00\u79cd\u53e4\u4ee3\u4e2d\u56fd\u5386\u6cd5\u7cfb\u7edf."}, {"color": "#d40659", "created_at": 1752674526, "description": "\u6731\u4e16\u6770\u662f\u4e2d\u56fd\u5143\u4ee3\u8457\u540d\u6570\u5b66\u5bb6\uff0c1303\u5e74\u51fa\u7248\u300a\u56db\u5143\u7389\u9274\u300b\uff0c\u63d0\u51fa\u4e86\u9ad8\u7ef4\u6570\u5b66\u65b9\u6cd5\u5982\u56db\u5143\u672f\u3001\u62db\u5dee\u672f\u548c\u579b\u79ef\u672f\uff0c\u4f46\u56e0\u672a\u4f7f\u7528\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\uff0c\u5bfc\u81f4\u6210\u679c\u96be\u4ee5\u4f20\u627f\u3002", "entity_id": "\u6731\u4e16\u6770", "entity_type": "person", "file_path": "unknown_source", "id": "\u6731\u4e16\u6770", "label": "\u6731\u4e16\u6770", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6731\u4e16\u6770\u662f\u4e2d\u56fd\u5143\u4ee3\u8457\u540d\u6570\u5b66\u5bb6\uff0c1303\u5e74\u51fa\u7248\u300a\u56db\u5143\u7389\u9274\u300b\uff0c\u63d0\u51fa\u4e86\u9ad8\u7ef4\u6570\u5b66\u65b9\u6cd5\u5982\u56db\u5143\u672f\u3001\u62db\u5dee\u672f\u548c\u579b\u79ef\u672f\uff0c\u4f46\u56e0\u672a\u4f7f\u7528\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\uff0c\u5bfc\u81f4\u6210\u679c\u96be\u4ee5\u4f20\u627f\u3002"}, {"color": "#d6dcba", "created_at": 1752674526, "description": "\u300a\u56db\u5143\u7389\u9274\u300b\u662f\u6731\u4e16\u6770\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u63d0\u51fa\u4e86\u89e3\u591a\u5143\u9ad8\u6b21\u65b9\u7a0b\u7ec4\u3001\u9ad8\u6b21\u5185\u63d2\u6cd5\u548c\u4e09\u7ef4\u7ea7\u6570\u6c42\u548c\u7b49\u91cd\u8981\u6570\u5b66\u65b9\u6cd5\uff0c\u4f46\u56e0\u7f3a\u4e4f\u7b26\u53f7\u62bd\u8c61\u800c\u96be\u4ee5\u4f20\u64ad\u3002", "entity_id": "\u300a\u56db\u5143\u7389\u9274\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u56db\u5143\u7389\u9274\u300b", "label": "\u300a\u56db\u5143\u7389\u9274\u300b", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u300a\u56db\u5143\u7389\u9274\u300b\u662f\u6731\u4e16\u6770\u7684\u6570\u5b66\u8457\u4f5c\uff0c\u63d0\u51fa\u4e86\u89e3\u591a\u5143\u9ad8\u6b21\u65b9\u7a0b\u7ec4\u3001\u9ad8\u6b21\u5185\u63d2\u6cd5\u548c\u4e09\u7ef4\u7ea7\u6570\u6c42\u548c\u7b49\u91cd\u8981\u6570\u5b66\u65b9\u6cd5\uff0c\u4f46\u56e0\u7f3a\u4e4f\u7b26\u53f7\u62bd\u8c61\u800c\u96be\u4ee5\u4f20\u64ad\u3002"}, {"color": "#ee1627", "created_at": 1752674526, "description": "\u56db\u5143\u672f\u662f\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u63d0\u51fa\u7684\u89e3\u591a\u5143\u9ad8\u6b21\u65b9\u7a0b\u7ec4\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u662f\u53e4\u4ee3\u4e2d\u56fd\u9ad8\u7ef4\u6570\u5b66\u7684\u91cd\u8981\u6210\u679c\u3002", "entity_id": "\u56db\u5143\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u5143\u672f", "label": "\u56db\u5143\u672f", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u56db\u5143\u672f\u662f\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u63d0\u51fa\u7684\u89e3\u591a\u5143\u9ad8\u6b21\u65b9\u7a0b\u7ec4\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u662f\u53e4\u4ee3\u4e2d\u56fd\u9ad8\u7ef4\u6570\u5b66\u7684\u91cd\u8981\u6210\u679c\u3002"}, {"color": "#da9b6b", "created_at": 1752674526, "description": "\u62db\u5dee\u672f\u662f\u6731\u4e16\u6770\u63d0\u51fa\u7684\u4e00\u79cd\u9ad8\u6b21\u5185\u63d2\u6cd5\uff0c\u7528\u4e8e\u89e3\u51b3\u6570\u5b66\u5206\u6790\u4e2d\u7684\u63d2\u503c\u95ee\u9898\uff0c\u662f\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u91cd\u8981\u7b97\u6cd5\u4e4b\u4e00\u3002", "entity_id": "\u62db\u5dee\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u62db\u5dee\u672f", "label": "\u62db\u5dee\u672f", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u62db\u5dee\u672f\u662f\u6731\u4e16\u6770\u63d0\u51fa\u7684\u4e00\u79cd\u9ad8\u6b21\u5185\u63d2\u6cd5\uff0c\u7528\u4e8e\u89e3\u51b3\u6570\u5b66\u5206\u6790\u4e2d\u7684\u63d2\u503c\u95ee\u9898\uff0c\u662f\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u91cd\u8981\u7b97\u6cd5\u4e4b\u4e00\u3002"}, {"color": "#f997c6", "created_at": 1752674526, "description": "\u579b\u79ef\u672f\u662f\u6731\u4e16\u6770\u63d0\u51fa\u7684\u4e00\u79cd\u4e09\u7ef4\u7ea7\u6570\u6c42\u548c\u65b9\u6cd5\uff0c\u7528\u4e8e\u89e3\u51b3\u7acb\u4f53\u51e0\u4f55\u76f8\u5173\u7684\u6570\u5b66\u95ee\u9898\uff0c\u4f53\u73b0\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u7a7a\u95f4\u601d\u7ef4\u3002", "entity_id": "\u579b\u79ef\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u579b\u79ef\u672f", "label": "\u579b\u79ef\u672f", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u579b\u79ef\u672f\u662f\u6731\u4e16\u6770\u63d0\u51fa\u7684\u4e00\u79cd\u4e09\u7ef4\u7ea7\u6570\u6c42\u548c\u65b9\u6cd5\uff0c\u7528\u4e8e\u89e3\u51b3\u7acb\u4f53\u51e0\u4f55\u76f8\u5173\u7684\u6570\u5b66\u95ee\u9898\uff0c\u4f53\u73b0\u53e4\u4ee3\u4e2d\u56fd\u6570\u5b66\u7684\u7a7a\u95f4\u601d\u7ef4\u3002"}, {"color": "#d80544", "created_at": 1752674526, "description": "\u6570\u5b66\u4f20\u64ad\u6307\u6570\u5b66\u77e5\u8bc6\u3001\u65b9\u6cd5\u548c\u6210\u679c\u7684\u4f20\u627f\u4e0e\u63a8\u5e7f\u8fc7\u7a0b\uff0c\u53d7\u7b26\u53f7\u8868\u8fbe\u65b9\u5f0f\u3001\u793e\u4f1a\u73af\u5883\u548c\u5b66\u672f\u4ea4\u6d41\u7b49\u56e0\u7d20\u5f71\u54cd\u3002", "entity_id": "\u6570\u5b66\u4f20\u64ad", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u4f20\u64ad", "label": "\u6570\u5b66\u4f20\u64ad", "shape": "dot", "size": 10, "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6570\u5b66\u4f20\u64ad\u6307\u6570\u5b66\u77e5\u8bc6\u3001\u65b9\u6cd5\u548c\u6210\u679c\u7684\u4f20\u627f\u4e0e\u63a8\u5e7f\u8fc7\u7a0b\uff0c\u53d7\u7b26\u53f7\u8868\u8fbe\u65b9\u5f0f\u3001\u793e\u4f1a\u73af\u5883\u548c\u5b66\u672f\u4ea4\u6d41\u7b49\u56e0\u7d20\u5f71\u54cd\u3002"}, {"color": "#3682c0", "created_at": 1752674526, "description": "\u6570\u91cf\u4e0e\u6570\u91cf\u5173\u7cfb\u662f\u6570\u5b66\u62bd\u8c61\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u6d89\u53ca\u5bf9\u73b0\u5b9e\u4e16\u754c\u4e2d\u4e8b\u7269\u6570\u91cf\u7279\u5f81\u7684\u63d0\u53d6\u53ca\u5176\u76f8\u4e92\u5173\u7cfb\u7684\u8868\u8fbe\u3002", "entity_id": "\u6570\u91cf\u4e0e\u6570\u91cf\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u91cf\u4e0e\u6570\u91cf\u5173\u7cfb", "label": "\u6570\u91cf\u4e0e\u6570\u91cf\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u91cf\u4e0e\u6570\u91cf\u5173\u7cfb\u662f\u6570\u5b66\u62bd\u8c61\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u6d89\u53ca\u5bf9\u73b0\u5b9e\u4e16\u754c\u4e2d\u4e8b\u7269\u6570\u91cf\u7279\u5f81\u7684\u63d0\u53d6\u53ca\u5176\u76f8\u4e92\u5173\u7cfb\u7684\u8868\u8fbe\u3002"}, {"color": "#c1489a", "created_at": 1752674526, "description": "\u56fe\u5f62\u4e0e\u56fe\u5f62\u5173\u7cfb\u662f\u6570\u5b66\u62bd\u8c61\u7684\u53e6\u4e00\u79cd\u5f62\u5f0f\uff0c\u6d89\u53ca\u5bf9\u73b0\u5b9e\u4e16\u754c\u4e2d\u5f62\u72b6\u3001\u7ed3\u6784\u7279\u5f81\u7684\u63d0\u53d6\u53ca\u5176\u76f8\u4e92\u5173\u7cfb\u7684\u8868\u8fbe\u3002", "entity_id": "\u56fe\u5f62\u4e0e\u56fe\u5f62\u5173\u7cfb", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u4e0e\u56fe\u5f62\u5173\u7cfb", "label": "\u56fe\u5f62\u4e0e\u56fe\u5f62\u5173\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u56fe\u5f62\u4e0e\u56fe\u5f62\u5173\u7cfb\u662f\u6570\u5b66\u62bd\u8c61\u7684\u53e6\u4e00\u79cd\u5f62\u5f0f\uff0c\u6d89\u53ca\u5bf9\u73b0\u5b9e\u4e16\u754c\u4e2d\u5f62\u72b6\u3001\u7ed3\u6784\u7279\u5f81\u7684\u63d0\u53d6\u53ca\u5176\u76f8\u4e92\u5173\u7cfb\u7684\u8868\u8fbe\u3002"}, {"color": "#caff95", "created_at": 1752674526, "description": "\u5f62\u5f0f\u5316\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u65b9\u6cd5\u8bba\uff0c\u5f3a\u8c03\u7528\u7b26\u53f7\u548c\u903b\u8f91\u89c4\u5219\u6784\u5efa\u6570\u5b66\u4f53\u7cfb\uff0c\u4ee5\u907f\u514d\u7ecf\u9a8c\u76f4\u89c9\u5e26\u6765\u7684\u6a21\u7cca\u6027\u3002", "entity_id": "\u5f62\u5f0f\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u5f62\u5f0f\u5316", "label": "\u5f62\u5f0f\u5316", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5f62\u5f0f\u5316\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u7684\u65b9\u6cd5\u8bba\uff0c\u5f3a\u8c03\u7528\u7b26\u53f7\u548c\u903b\u8f91\u89c4\u5219\u6784\u5efa\u6570\u5b66\u4f53\u7cfb\uff0c\u4ee5\u907f\u514d\u7ecf\u9a8c\u76f4\u89c9\u5e26\u6765\u7684\u6a21\u7cca\u6027\u3002"}, {"color": "#84f88f", "created_at": 1752674526, "description": "\u62bd\u8c61\u4e86\u7684\u5706\u662f\u5934\u8111\u4e2d\u5f62\u6210\u7684\u5173\u4e8e\u5706\u5f62\u7684\u666e\u904d\u6982\u5ff5\uff0c\u4e0d\u4f9d\u8d56\u4e8e\u5177\u4f53\u5b9e\u4f8b\u5982\u8db3\u7403\u6216\u4e52\u4e53\u7403\uff0c\u800c\u662f\u901a\u8fc7\u62bd\u8c61\u601d\u7ef4\u5efa\u7acb\u7684\u56fe\u5f62\u5173\u7cfb\u3002", "entity_id": "\u62bd\u8c61\u4e86\u7684\u5706", "entity_type": "category", "file_path": "unknown_source", "id": "\u62bd\u8c61\u4e86\u7684\u5706", "label": "\u62bd\u8c61\u4e86\u7684\u5706", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u62bd\u8c61\u4e86\u7684\u5706\u662f\u5934\u8111\u4e2d\u5f62\u6210\u7684\u5173\u4e8e\u5706\u5f62\u7684\u666e\u904d\u6982\u5ff5\uff0c\u4e0d\u4f9d\u8d56\u4e8e\u5177\u4f53\u5b9e\u4f8b\u5982\u8db3\u7403\u6216\u4e52\u4e53\u7403\uff0c\u800c\u662f\u901a\u8fc7\u62bd\u8c61\u601d\u7ef4\u5efa\u7acb\u7684\u56fe\u5f62\u5173\u7cfb\u3002"}, {"color": "#d9ffdc", "created_at": 1752674526, "description": "\u90d1\u677f\u6865(1693-1765)\u662f\u4e2d\u56fd\u6e05\u4ee3\u753b\u5bb6\u3001\u6587\u5b66\u5bb6\uff0c\u66fe\u63d0\u51fa\u2018\u753b\u80f8\u4e2d\u4e4b\u7af9\u2019\u7684\u521b\u4f5c\u7406\u5ff5\uff0c\u7528\u4ee5\u8bf4\u660e\u62bd\u8c61\u601d\u7ef4\u7684\u91cd\u8981\u6027\u3002", "entity_id": "\u90d1\u677f\u6865", "entity_type": "person", "file_path": "unknown_source", "id": "\u90d1\u677f\u6865", "label": "\u90d1\u677f\u6865", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u90d1\u677f\u6865(1693-1765)\u662f\u4e2d\u56fd\u6e05\u4ee3\u753b\u5bb6\u3001\u6587\u5b66\u5bb6\uff0c\u66fe\u63d0\u51fa\u2018\u753b\u80f8\u4e2d\u4e4b\u7af9\u2019\u7684\u521b\u4f5c\u7406\u5ff5\uff0c\u7528\u4ee5\u8bf4\u660e\u62bd\u8c61\u601d\u7ef4\u7684\u91cd\u8981\u6027\u3002"}, {"color": "#103fad", "created_at": 1752674526, "description": "\u7b26\u53f7\u662f\u6570\u5b66\u4e2d\u7528\u6765\u8868\u793a\u6570\u91cf\u3001\u5173\u7cfb\u6216\u64cd\u4f5c\u7684\u62bd\u8c61\u6807\u8bb0\u7cfb\u7edf\uff0c\u5982\u6570\u5b57\u3001\u8fd0\u7b97\u7b26\u548c\u51e0\u4f55\u56fe\u5f62\u7684\u8868\u793a\u3002", "entity_id": "\u7b26\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b26\u53f7", "label": "\u7b26\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7b26\u53f7\u662f\u6570\u5b66\u4e2d\u7528\u6765\u8868\u793a\u6570\u91cf\u3001\u5173\u7cfb\u6216\u64cd\u4f5c\u7684\u62bd\u8c61\u6807\u8bb0\u7cfb\u7edf\uff0c\u5982\u6570\u5b57\u3001\u8fd0\u7b97\u7b26\u548c\u51e0\u4f55\u56fe\u5f62\u7684\u8868\u793a\u3002"}, {"color": "#fb0430", "created_at": 1752674526, "description": "\u80f8\u4e2d\u4e4b\u7af9\u662f\u90d1\u677f\u6865\u63d0\u51fa\u7684\u827a\u672f\u521b\u4f5c\u7406\u5ff5\uff0c\u5f3a\u8c03\u521b\u4f5c\u6765\u6e90\u4e8e\u5934\u8111\u4e2d\u7684\u62bd\u8c61\u601d\u7ef4\u800c\u975e\u5bf9\u73b0\u5b9e\u7684\u7b80\u5355\u590d\u5236\u3002", "entity_id": "\u80f8\u4e2d\u4e4b\u7af9", "entity_type": "category", "file_path": "unknown_source", "id": "\u80f8\u4e2d\u4e4b\u7af9", "label": "\u80f8\u4e2d\u4e4b\u7af9", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u80f8\u4e2d\u4e4b\u7af9\u662f\u90d1\u677f\u6865\u63d0\u51fa\u7684\u827a\u672f\u521b\u4f5c\u7406\u5ff5\uff0c\u5f3a\u8c03\u521b\u4f5c\u6765\u6e90\u4e8e\u5934\u8111\u4e2d\u7684\u62bd\u8c61\u601d\u7ef4\u800c\u975e\u5bf9\u73b0\u5b9e\u7684\u7b80\u5355\u590d\u5236\u3002"}, {"color": "#e5cdba", "created_at": 1752674526, "description": "\u9ec4\u6cb3\u6d41\u57df\u662f\u4e2d\u56fd\u53e4\u4ee3\u6587\u660e\u53d1\u6e90\u5730\u4e4b\u4e00\uff0c\u5728\u516c\u5143\u524d\u516d\u4e16\u7eaa\u4ea7\u751f\u4e86\u707f\u70c2\u7684\u6587\u5316\uff0c\u6d8c\u73b0\u51fa\u8001\u5b50\u3001\u5b54\u5b50\u3001\u5b5f\u5b50\u7b49\u601d\u60f3\u5bb6\u3002", "entity_id": "\u9ec4\u6cb3\u6d41\u57df", "entity_type": "geo", "file_path": "unknown_source", "id": "\u9ec4\u6cb3\u6d41\u57df", "label": "\u9ec4\u6cb3\u6d41\u57df", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u9ec4\u6cb3\u6d41\u57df\u662f\u4e2d\u56fd\u53e4\u4ee3\u6587\u660e\u53d1\u6e90\u5730\u4e4b\u4e00\uff0c\u5728\u516c\u5143\u524d\u516d\u4e16\u7eaa\u4ea7\u751f\u4e86\u707f\u70c2\u7684\u6587\u5316\uff0c\u6d8c\u73b0\u51fa\u8001\u5b50\u3001\u5b54\u5b50\u3001\u5b5f\u5b50\u7b49\u601d\u60f3\u5bb6\u3002"}, {"color": "#b9fa21", "created_at": 1752674526, "description": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u662f\u516c\u5143\u524d\u516d\u4e16\u7eaa\u7684\u6587\u5316\u7e41\u8363\u65f6\u671f,\u5728\u9ec4\u6cb3\u6d41\u57df\u4ea7\u751f\u4e86\u8001\u5b50\u3001\u5b54\u5b50\u7b49\u91cd\u8981\u601d\u60f3\u5bb6\u3002", "entity_id": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "label": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u662f\u516c\u5143\u524d\u516d\u4e16\u7eaa\u7684\u6587\u5316\u7e41\u8363\u65f6\u671f,\u5728\u9ec4\u6cb3\u6d41\u57df\u4ea7\u751f\u4e86\u8001\u5b50\u3001\u5b54\u5b50\u7b49\u91cd\u8981\u601d\u60f3\u5bb6\u3002"}, {"color": "#fd7b62", "created_at": 1752674526, "description": "\u91cf\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8868\u793a\u5927\u5c0f\u3001\u6570\u91cf\u6216\u7a0b\u5ea6\u7684\u6982\u5ff5\uff0c\u5e38\u7528\u4e8e\u63cf\u8ff0\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u53ef\u6d4b\u91cf\u5c5e\u6027\u3002", "entity_id": "\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u91cf", "label": "\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u91cf\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8868\u793a\u5927\u5c0f\u3001\u6570\u91cf\u6216\u7a0b\u5ea6\u7684\u6982\u5ff5\uff0c\u5e38\u7528\u4e8e\u63cf\u8ff0\u73b0\u5b9e\u4e16\u754c\u4e2d\u7684\u53ef\u6d4b\u91cf\u5c5e\u6027\u3002"}, {"color": "#4b71d8", "created_at": 1752674526, "description": "\u7b49\u4e8e\u662f\u6570\u5b66\u4e2d\u8868\u793a\u4e24\u4e2a\u6570\u91cf\u6216\u8868\u8fbe\u5f0f\u5728\u6570\u503c\u4e0a\u4e00\u81f4\u7684\u57fa\u672c\u5173\u7cfb\u6982\u5ff5\u3002", "entity_id": "\u7b49\u4e8e", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u4e8e", "label": "\u7b49\u4e8e", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7b49\u4e8e\u662f\u6570\u5b66\u4e2d\u8868\u793a\u4e24\u4e2a\u6570\u91cf\u6216\u8868\u8fbe\u5f0f\u5728\u6570\u503c\u4e0a\u4e00\u81f4\u7684\u57fa\u672c\u5173\u7cfb\u6982\u5ff5\u3002"}, {"color": "#099118", "created_at": 1752674526, "description": "\u5927\u4e8e\u662f\u6570\u5b66\u4e2d\u8868\u793a\u4e00\u4e2a\u6570\u91cf\u6bd4\u53e6\u4e00\u4e2a\u6570\u91cf\u5728\u6570\u503c\u4e0a\u66f4\u9ad8\u7684\u57fa\u672c\u5173\u7cfb\u6982\u5ff5\u3002", "entity_id": "\u5927\u4e8e", "entity_type": "category", "file_path": "unknown_source", "id": "\u5927\u4e8e", "label": "\u5927\u4e8e", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5927\u4e8e\u662f\u6570\u5b66\u4e2d\u8868\u793a\u4e00\u4e2a\u6570\u91cf\u6bd4\u53e6\u4e00\u4e2a\u6570\u91cf\u5728\u6570\u503c\u4e0a\u66f4\u9ad8\u7684\u57fa\u672c\u5173\u7cfb\u6982\u5ff5\u3002"}, {"color": "#1ad15c", "created_at": 1752674526, "description": "\u5c5e\u4e8e\u662f\u6570\u5b66\u4e2d\u8868\u793a\u5143\u7d20\u4e0e\u96c6\u5408\u4e4b\u95f4\u5173\u7cfb\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u901a\u5e38\u7528\u7b26\u53f7\u2208\u8868\u793a\u3002", "entity_id": "\u5c5e\u4e8e", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c5e\u4e8e", "label": "\u5c5e\u4e8e", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5c5e\u4e8e\u662f\u6570\u5b66\u4e2d\u8868\u793a\u5143\u7d20\u4e0e\u96c6\u5408\u4e4b\u95f4\u5173\u7cfb\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u901a\u5e38\u7528\u7b26\u53f7\u2208\u8868\u793a\u3002"}, {"color": "#2f62a1", "created_at": 1752674526, "description": "\u4e4b\u95f4\u662f\u6570\u5b66\u4e2d\u63cf\u8ff0\u4f4d\u7f6e\u6216\u987a\u5e8f\u5173\u7cfb\u7684\u6982\u5ff5\uff0c\u7528\u4e8e\u8868\u793a\u4e00\u4e2a\u5143\u7d20\u5728\u4e24\u4e2a\u5176\u4ed6\u5143\u7d20\u4e4b\u95f4\u7684\u72b6\u6001\u3002", "entity_id": "\u4e4b\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e4b\u95f4", "label": "\u4e4b\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u4e4b\u95f4\u662f\u6570\u5b66\u4e2d\u63cf\u8ff0\u4f4d\u7f6e\u6216\u987a\u5e8f\u5173\u7cfb\u7684\u6982\u5ff5\uff0c\u7528\u4e8e\u8868\u793a\u4e00\u4e2a\u5143\u7d20\u5728\u4e24\u4e2a\u5176\u4ed6\u5143\u7d20\u4e4b\u95f4\u7684\u72b6\u6001\u3002"}, {"color": "#7bdd9f", "created_at": 1752674526, "description": "\u8fd0\u7b97\u6cd5\u5219\u662f\u6307\u6570\u5b66\u8fd0\u7b97(\u5982\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u3001\u9664\u6cd5)\u6240\u9075\u5faa\u7684\u57fa\u672c\u89c4\u5219\u3002\u003cSEP\u003e\u8fd0\u7b97\u6cd5\u5219\u662f\u6570\u5b66\u4e2d\u5b9a\u4e49\u5982\u4f55\u5bf9\u6570\u91cf\u6216\u7b26\u53f7\u8fdb\u884c\u64cd\u4f5c\u7684\u57fa\u672c\u89c4\u5219\uff0c\u5982\u52a0\u6cd5\u3001\u4e58\u6cd5\u7b49\u3002", "entity_id": "\u8fd0\u7b97\u6cd5\u5219", "entity_type": "category", "file_path": "unknown_source", "id": "\u8fd0\u7b97\u6cd5\u5219", "label": "\u8fd0\u7b97\u6cd5\u5219", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8fd0\u7b97\u6cd5\u5219\u662f\u6307\u6570\u5b66\u8fd0\u7b97(\u5982\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u3001\u9664\u6cd5)\u6240\u9075\u5faa\u7684\u57fa\u672c\u89c4\u5219\u3002\u003cSEP\u003e\u8fd0\u7b97\u6cd5\u5219\u662f\u6570\u5b66\u4e2d\u5b9a\u4e49\u5982\u4f55\u5bf9\u6570\u91cf\u6216\u7b26\u53f7\u8fdb\u884c\u64cd\u4f5c\u7684\u57fa\u672c\u89c4\u5219\uff0c\u5982\u52a0\u6cd5\u3001\u4e58\u6cd5\u7b49\u3002"}, {"color": "#c0c97f", "created_at": 1752674566, "description": "\u57fa\u7840\u77e5\u8bc6\u662f\u5b66\u751f\u5b66\u4e60\u6570\u5b66\u548c\u7edf\u8ba1\u6982\u5ff5\u65f6\u5fc5\u987b\u638c\u63e1\u7684\u57fa\u672c\u5185\u5bb9\u3002", "entity_id": "\u57fa\u7840\u77e5\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u7840\u77e5\u8bc6", "label": "\u57fa\u7840\u77e5\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u57fa\u7840\u77e5\u8bc6\u662f\u5b66\u751f\u5b66\u4e60\u6570\u5b66\u548c\u7edf\u8ba1\u6982\u5ff5\u65f6\u5fc5\u987b\u638c\u63e1\u7684\u57fa\u672c\u5185\u5bb9\u3002"}, {"color": "#5e88fd", "created_at": 1752674526, "description": "\u95ea\u7535\u662f\u81ea\u7136\u73b0\u8c61\u4e2d\u5149\u7684\u5feb\u901f\u91ca\u653e\uff0c\u7528\u4e8e\u8bf4\u660e\u2018\u73b0\u5728\u2019\u6982\u5ff5\u5728\u8fdc\u8ddd\u79bb\u4e8b\u4ef6\u4e2d\u7684\u786e\u5b9a\u4f9d\u636e\u3002", "entity_id": "\u95ea\u7535", "entity_type": "category", "file_path": "unknown_source", "id": "\u95ea\u7535", "label": "\u95ea\u7535", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u95ea\u7535\u662f\u81ea\u7136\u73b0\u8c61\u4e2d\u5149\u7684\u5feb\u901f\u91ca\u653e\uff0c\u7528\u4e8e\u8bf4\u660e\u2018\u73b0\u5728\u2019\u6982\u5ff5\u5728\u8fdc\u8ddd\u79bb\u4e8b\u4ef6\u4e2d\u7684\u786e\u5b9a\u4f9d\u636e\u3002"}, {"color": "#98c3e3", "created_at": 1752674526, "description": "\u96f7\u58f0\u662f\u95ea\u7535\u4e4b\u540e\u4ea7\u751f\u7684\u58f0\u97f3\uff0c\u7528\u4e8e\u5bf9\u6bd4\u8bf4\u660e\u2018\u73b0\u5728\u2019\u6982\u5ff5\u5728\u8fdc\u8ddd\u79bb\u4e8b\u4ef6\u4e2d\u7684\u611f\u77e5\u5ef6\u8fdf\u3002", "entity_id": "\u96f7\u58f0", "entity_type": "category", "file_path": "unknown_source", "id": "\u96f7\u58f0", "label": "\u96f7\u58f0", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u96f7\u58f0\u662f\u95ea\u7535\u4e4b\u540e\u4ea7\u751f\u7684\u58f0\u97f3\uff0c\u7528\u4e8e\u5bf9\u6bd4\u8bf4\u660e\u2018\u73b0\u5728\u2019\u6982\u5ff5\u5728\u8fdc\u8ddd\u79bb\u4e8b\u4ef6\u4e2d\u7684\u611f\u77e5\u5ef6\u8fdf\u3002"}, {"color": "#0bfed7", "created_at": 1752674526, "description": "Albert Einstein was a physicist who proposed the theory of relativity and introduced the concept of the constancy of the speed of light.", "entity_id": "Albert Einstein", "entity_type": "person", "file_path": "unknown_source", "id": "Albert Einstein", "label": "Albert Einstein", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Albert Einstein was a physicist who proposed the theory of relativity and introduced the concept of the constancy of the speed of light."}, {"color": "#4a93bf", "created_at": 1752674526, "description": "The speed of light is a fundamental physical constant that is the maximum speed at which all energy, matter, and information in the universe can travel. It is central to the theory of relativity.", "entity_id": "Speed of Light", "entity_type": "category", "file_path": "unknown_source", "id": "Speed of Light", "label": "Speed of Light", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The speed of light is a fundamental physical constant that is the maximum speed at which all energy, matter, and information in the universe can travel. It is central to the theory of relativity."}, {"color": "#4dff33", "created_at": 1752674526, "description": "The Special Theory of Relativity, developed by Albert Einstein, describes the laws of physics in inertial reference frames and is based on the constancy of the speed of light and the principle of relativity.", "entity_id": "Special Theory of Relativity", "entity_type": "category", "file_path": "unknown_source", "id": "Special Theory of Relativity", "label": "Special Theory of Relativity", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The Special Theory of Relativity, developed by Albert Einstein, describes the laws of physics in inertial reference frames and is based on the constancy of the speed of light and the principle of relativity."}, {"color": "#5309d1", "created_at": 1752674526, "description": "James Maxwell was a British physicist and mathematician who formulated the classical theory of electromagnetic radiation, showing that light is an electromagnetic wave.", "entity_id": "James Maxwell", "entity_type": "person", "file_path": "unknown_source", "id": "James Maxwell", "label": "James Maxwell", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "James Maxwell was a British physicist and mathematician who formulated the classical theory of electromagnetic radiation, showing that light is an electromagnetic wave."}, {"color": "#ee20b9", "created_at": 1752674526, "description": "Galileo Galilei was an Italian scientist and is often referred to as the father of modern physics and observational astronomy; he used a telescope to observe celestial bodies including Jupiter\u0027s moons.", "entity_id": "Galileo Galilei", "entity_type": "person", "file_path": "unknown_source", "id": "Galileo Galilei", "label": "Galileo Galilei", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Galileo Galilei was an Italian scientist and is often referred to as the father of modern physics and observational astronomy; he used a telescope to observe celestial bodies including Jupiter\u0027s moons."}, {"color": "#5c3c3e", "created_at": 1752674526, "description": "Jupiter is a planet in our solar system whose moon Io was used by Ole Roemer to measure the speed of light.", "entity_id": "Jupiter", "entity_type": "geo", "file_path": "unknown_source", "id": "Jupiter", "label": "Jupiter", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Jupiter is a planet in our solar system whose moon Io was used by Ole Roemer to measure the speed of light."}, {"color": "#a0f7f3", "created_at": 1752674526, "description": "Ole Roemer was a Danish astronomer who made the first quantitative measurement of the speed of light by observing the eclipses of Jupiter\u0027s moon Io.", "entity_id": "Ole Roemer", "entity_type": "person", "file_path": "unknown_source", "id": "Ole Roemer", "label": "Ole Roemer", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Ole Roemer was a Danish astronomer who made the first quantitative measurement of the speed of light by observing the eclipses of Jupiter\u0027s moon Io."}, {"color": "#6a220a", "created_at": 1752674526, "description": "Io is one of Jupiter\u0027s moons whose eclipses were observed by Ole Roemer to estimate the speed of light.", "entity_id": "Io", "entity_type": "geo", "file_path": "unknown_source", "id": "Io", "label": "Io", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Io is one of Jupiter\u0027s moons whose eclipses were observed by Ole Roemer to estimate the speed of light."}, {"color": "#8d4e93", "created_at": 1752674526, "description": "Albert Michelson was an American physicist known for his work on measuring the speed of light and for the Michelson-Morley experiment, which contributed to the development of Einstein\u0027s theory of relativity.", "entity_id": "Albert Michelson", "entity_type": "person", "file_path": "unknown_source", "id": "Albert Michelson", "label": "Albert Michelson", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Albert Michelson was an American physicist known for his work on measuring the speed of light and for the Michelson-Morley experiment, which contributed to the development of Einstein\u0027s theory of relativity."}, {"color": "#79a9cc", "created_at": 1752674526, "description": "Edward Morley was an American chemist who collaborated with Albert Michelson in the Michelson-Morley experiment, which disproved the existence of the luminiferous aether.", "entity_id": "Edward Morley", "entity_type": "person", "file_path": "unknown_source", "id": "Edward Morley", "label": "Edward Morley", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Edward Morley was an American chemist who collaborated with Albert Michelson in the Michelson-Morley experiment, which disproved the existence of the luminiferous aether."}, {"color": "#dea2cc", "created_at": 1752674526, "description": "The Michelson-Morley Experiment was a scientific experiment conducted in 1887 to detect the presence of the \u0027luminiferous aether\u0027 but instead provided evidence that the speed of light is constant regardless of the observer\u0027s motion.", "entity_id": "Michelson-Morley Experiment", "entity_type": "event", "file_path": "unknown_source", "id": "Michelson-Morley Experiment", "label": "Michelson-Morley Experiment", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The Michelson-Morley Experiment was a scientific experiment conducted in 1887 to detect the presence of the \u0027luminiferous aether\u0027 but instead provided evidence that the speed of light is constant regardless of the observer\u0027s motion."}, {"color": "#331942", "created_at": 1752674526, "description": "The Michelson Interferometer is a precision optical instrument developed by Albert Michelson, used to measure small distances, refractive index changes, and the wavelength of light.", "entity_id": "Michelson Interferometer", "entity_type": "equipment", "file_path": "unknown_source", "id": "Michelson Interferometer", "label": "Michelson Interferometer", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The Michelson Interferometer is a precision optical instrument developed by Albert Michelson, used to measure small distances, refractive index changes, and the wavelength of light."}, {"color": "#d1c2d5", "created_at": 1752674526, "description": "The Nobel Prize in Physics is a prestigious award that Albert Michelson received in 1907 for his precision optical instruments and the spectroscopic and metrological investigations carried out with them.", "entity_id": "Nobel Prize in Physics", "entity_type": "organization", "file_path": "unknown_source", "id": "Nobel Prize in Physics", "label": "Nobel Prize in Physics", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The Nobel Prize in Physics is a prestigious award that Albert Michelson received in 1907 for his precision optical instruments and the spectroscopic and metrological investigations carried out with them."}, {"color": "#cad870", "created_at": 1752674526, "description": "Sirius is a star system mentioned in the context of a hypothetical supernova explosion used to illustrate the concept of simultaneity and the finite speed of information transfer.", "entity_id": "Sirius", "entity_type": "geo", "file_path": "unknown_source", "id": "Sirius", "label": "Sirius", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Sirius is a star system mentioned in the context of a hypothetical supernova explosion used to illustrate the concept of simultaneity and the finite speed of information transfer."}, {"color": "#52b5b1", "created_at": 1752674526, "description": "Light speed measurement refers to the various experimental and observational methods used throughout history to determine the speed at which light travels.", "entity_id": "Light Speed Measurement", "entity_type": "category", "file_path": "unknown_source", "id": "Light Speed Measurement", "label": "Light Speed Measurement", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Light speed measurement refers to the various experimental and observational methods used throughout history to determine the speed at which light travels."}, {"color": "#b1e655", "created_at": 1752674526, "description": "Time simultaneity refers to the concept of events occurring at the same time across different locations, which is challenged by the finite speed of light and explored in Einstein\u0027s theory of relativity.", "entity_id": "Time Simultaneity", "entity_type": "category", "file_path": "unknown_source", "id": "Time Simultaneity", "label": "Time Simultaneity", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Time simultaneity refers to the concept of events occurring at the same time across different locations, which is challenged by the finite speed of light and explored in Einstein\u0027s theory of relativity."}, {"color": "#c78778", "created_at": 1752674526, "description": "The luminiferous aether was a hypothetical medium once believed to be necessary for the propagation of light; it was disproven by the Michelson-Morley experiment.", "entity_id": "Luminiferous Aether", "entity_type": "category", "file_path": "unknown_source", "id": "Luminiferous Aether", "label": "Luminiferous Aether", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The luminiferous aether was a hypothetical medium once believed to be necessary for the propagation of light; it was disproven by the Michelson-Morley experiment."}, {"color": "#66894b", "created_at": 1752674526, "description": "\u8fc8\u514b\u5c14\u900a\u662f\u4e00\u4f4d\u7269\u7406\u5b66\u5bb6\uff0c\u56e0\u5bf9\u5149\u901f\u7684\u7814\u7a76\u83b7\u5f971907\u5e74\u5ea6\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\uff0c\u662f\u7f8e\u56fd\u9996\u4f4d\u83b7\u6b64\u6b8a\u8363\u7684\u79d1\u5b66\u5bb6\u3002", "entity_id": "\u8fc8\u514b\u5c14\u900a", "entity_type": "person", "file_path": "unknown_source", "id": "\u8fc8\u514b\u5c14\u900a", "label": "\u8fc8\u514b\u5c14\u900a", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u8fc8\u514b\u5c14\u900a\u662f\u4e00\u4f4d\u7269\u7406\u5b66\u5bb6\uff0c\u56e0\u5bf9\u5149\u901f\u7684\u7814\u7a76\u83b7\u5f971907\u5e74\u5ea6\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\uff0c\u662f\u7f8e\u56fd\u9996\u4f4d\u83b7\u6b64\u6b8a\u8363\u7684\u79d1\u5b66\u5bb6\u3002"}, {"color": "#0a9918", "created_at": 1752674526, "description": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u662f\u4e16\u754c\u8457\u540d\u7684\u79d1\u5b66\u5956\u9879\uff0c\u8fc8\u514b\u5c14\u900a\u4e8e1907\u5e74\u56e0\u5176\u5728\u5149\u901f\u6d4b\u91cf\u65b9\u9762\u7684\u8d21\u732e\u83b7\u5f97\u8be5\u5956\u3002\u003cSEP\u003e\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u662f\u56fd\u9645\u4e0a\u6700\u91cd\u8981\u7684\u7269\u7406\u5b66\u5956\u9879\u4e4b\u4e00\uff0c\u6d1b\u4f26\u5179\u66fe\u83b7\u6b64\u5956\u3002", "entity_id": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "label": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u662f\u4e16\u754c\u8457\u540d\u7684\u79d1\u5b66\u5956\u9879\uff0c\u8fc8\u514b\u5c14\u900a\u4e8e1907\u5e74\u56e0\u5176\u5728\u5149\u901f\u6d4b\u91cf\u65b9\u9762\u7684\u8d21\u732e\u83b7\u5f97\u8be5\u5956\u3002\u003cSEP\u003e\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u662f\u56fd\u9645\u4e0a\u6700\u91cd\u8981\u7684\u7269\u7406\u5b66\u5956\u9879\u4e4b\u4e00\uff0c\u6d1b\u4f26\u5179\u66fe\u83b7\u6b64\u5956\u3002"}, {"color": "#bc328a", "created_at": 1752674526, "description": "\u6d1b\u4f26\u5179\u662f\u4e00\u4f4d\u8457\u540d\u7269\u7406\u5b66\u5bb6\uff0c\u4e0e\u5176\u5b66\u751f\u585e\u66fc\u5171\u540c\u83b7\u5f971902\u5e74\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u662f\u8377\u5170\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u53d8\u6362\u516c\u5f0f\uff0c\u88ab\u7231\u56e0\u65af\u5766\u7528\u4e8e\u76f8\u5bf9\u8bba\u4e2d\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u662f\u8377\u5170\u7269\u7406\u5b66\u5bb6\uff0c\u56e0\u5bf9\u7535\u78c1\u7406\u8bba\u7684\u7814\u7a76\u83b7\u5f97\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u662f\u8377\u5170\u8457\u540d\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u4e3a\u72ed\u4e49\u76f8\u5bf9\u8bba\u5960\u5b9a\u4e86\u6570\u5b66\u57fa\u7840\uff0c\u4f46\u672a\u80fd\u7406\u89e3\u5176\u7269\u7406\u610f\u4e49\u3002", "entity_id": "\u6d1b\u4f26\u5179", "entity_type": "person", "file_path": "unknown_source", "id": "\u6d1b\u4f26\u5179", "label": "\u6d1b\u4f26\u5179", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6d1b\u4f26\u5179\u662f\u4e00\u4f4d\u8457\u540d\u7269\u7406\u5b66\u5bb6\uff0c\u4e0e\u5176\u5b66\u751f\u585e\u66fc\u5171\u540c\u83b7\u5f971902\u5e74\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u662f\u8377\u5170\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u53d8\u6362\u516c\u5f0f\uff0c\u88ab\u7231\u56e0\u65af\u5766\u7528\u4e8e\u76f8\u5bf9\u8bba\u4e2d\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u662f\u8377\u5170\u7269\u7406\u5b66\u5bb6\uff0c\u56e0\u5bf9\u7535\u78c1\u7406\u8bba\u7684\u7814\u7a76\u83b7\u5f97\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u662f\u8377\u5170\u8457\u540d\u6570\u5b66\u5bb6\u548c\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u4e3a\u72ed\u4e49\u76f8\u5bf9\u8bba\u5960\u5b9a\u4e86\u6570\u5b66\u57fa\u7840\uff0c\u4f46\u672a\u80fd\u7406\u89e3\u5176\u7269\u7406\u610f\u4e49\u3002"}, {"color": "#165e14", "created_at": 1752674526, "description": "\u5149\u8def\u5f84\u662f\u6307\u5149\u5728\u7a7a\u95f4\u4e2d\u4f20\u64ad\u7684\u8f68\u8ff9\uff0c\u53d7\u89c2\u5bdf\u8005\u53c2\u8003\u7cfb\u5f71\u54cd\uff0c\u5982\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u8868\u73b0\u4e3a\u5782\u76f4\u6216V\u5f62\u8def\u5f84\u3002", "entity_id": "\u5149\u8def\u5f84", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u8def\u5f84", "label": "\u5149\u8def\u5f84", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u8def\u5f84\u662f\u6307\u5149\u5728\u7a7a\u95f4\u4e2d\u4f20\u64ad\u7684\u8f68\u8ff9\uff0c\u53d7\u89c2\u5bdf\u8005\u53c2\u8003\u7cfb\u5f71\u54cd\uff0c\u5982\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u8868\u73b0\u4e3a\u5782\u76f4\u6216V\u5f62\u8def\u5f84\u3002"}, {"color": "#de94e3", "created_at": 1752674526, "description": "\u6d1b\u4f26\u5179\u56e0\u5b50(\u03b3 = (1 - v\u00b2/c\u00b2)^(-1/2))\u662f\u6d1b\u4f26\u5179\u53d8\u6362\u4e2d\u7684\u6838\u5fc3\u6570\u5b66\u56e0\u5b50\uff0c\u63cf\u8ff0\u4e86\u65f6\u95f4\u548c\u7a7a\u95f4\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u76f8\u5bf9\u6027\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u56e0\u5b50\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u7684\u6570\u5b66\u56e0\u5b50\uff0c\u7528\u4e8e\u8ba1\u7b97\u65f6\u95f4\u81a8\u80c0\u548c\u957f\u5ea6\u6536\u7f29\u6548\u5e94\u3002", "entity_id": "\u6d1b\u4f26\u5179\u56e0\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u6d1b\u4f26\u5179\u56e0\u5b50", "label": "\u6d1b\u4f26\u5179\u56e0\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u56e0\u5b50(\u03b3 = (1 - v\u00b2/c\u00b2)^(-1/2))\u662f\u6d1b\u4f26\u5179\u53d8\u6362\u4e2d\u7684\u6838\u5fc3\u6570\u5b66\u56e0\u5b50\uff0c\u63cf\u8ff0\u4e86\u65f6\u95f4\u548c\u7a7a\u95f4\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u76f8\u5bf9\u6027\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u56e0\u5b50\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u7684\u6570\u5b66\u56e0\u5b50\uff0c\u7528\u4e8e\u8ba1\u7b97\u65f6\u95f4\u81a8\u80c0\u548c\u957f\u5ea6\u6536\u7f29\u6548\u5e94\u3002"}, {"color": "#8f41f3", "created_at": 1752674526, "description": "The 1983 International Conference on Weights and Measures redefined the meter based on the speed of light, replacing the physical prototype meter with a more precise scientific definition.", "entity_id": "1983\u5e74\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "1983\u5e74\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "label": "1983\u5e74\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The 1983 International Conference on Weights and Measures redefined the meter based on the speed of light, replacing the physical prototype meter with a more precise scientific definition."}, {"color": "#bdcf17", "created_at": 1752674526, "description": "This scientific definition of the meter, adopted in 1983, defines the meter as the distance light travels in vacuum in 1/299,792,458 of a second.", "entity_id": "\u5149\u5728\u771f\u7a7a\u4e2d1/299792458\u79d2\u6240\u7ecf\u8fc7\u7684\u8ddd\u79bb", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u5728\u771f\u7a7a\u4e2d1/299792458\u79d2\u6240\u7ecf\u8fc7\u7684\u8ddd\u79bb", "label": "\u5149\u5728\u771f\u7a7a\u4e2d1/299792458\u79d2\u6240\u7ecf\u8fc7\u7684\u8ddd\u79bb", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "This scientific definition of the meter, adopted in 1983, defines the meter as the distance light travels in vacuum in 1/299,792,458 of a second."}, {"color": "#8ab7b7", "created_at": 1752674526, "description": "\u4f3d\u5229\u7565\u53d8\u6362\u662f\u4e00\u79cd\u57fa\u4e8e\u7edd\u5bf9\u65f6\u95f4\u7684\u7ecf\u5178\u7269\u7406\u53d8\u6362\u65b9\u6cd5\uff0c\u7528\u4e8e\u4ece\u4e00\u4e2a\u60ef\u6027\u7cfb\u8f6c\u6362\u5230\u53e6\u4e00\u4e2a\u60ef\u6027\u7cfb\uff0c\u4f46\u5728\u5904\u7406\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u65f6\u8868\u73b0\u51fa\u4e0d\u4e00\u81f4\u6027\u3002", "entity_id": "\u4f3d\u5229\u7565\u53d8\u6362", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f3d\u5229\u7565\u53d8\u6362", "label": "\u4f3d\u5229\u7565\u53d8\u6362", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u4f3d\u5229\u7565\u53d8\u6362\u662f\u4e00\u79cd\u57fa\u4e8e\u7edd\u5bf9\u65f6\u95f4\u7684\u7ecf\u5178\u7269\u7406\u53d8\u6362\u65b9\u6cd5\uff0c\u7528\u4e8e\u4ece\u4e00\u4e2a\u60ef\u6027\u7cfb\u8f6c\u6362\u5230\u53e6\u4e00\u4e2a\u60ef\u6027\u7cfb\uff0c\u4f46\u5728\u5904\u7406\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u65f6\u8868\u73b0\u51fa\u4e0d\u4e00\u81f4\u6027\u3002"}, {"color": "#ec3b87", "created_at": 1752674526, "description": "\u7269\u7406\u5b66\u516c\u7406\u662f\u6307\u7269\u7406\u7406\u8bba\u5e94\u6ee1\u8db3\u7684\u57fa\u672c\u5047\u8bbe\u548c\u4e00\u81f4\u6027\u539f\u5219\uff0c\u5982\u7269\u7406\u5b9a\u5f8b\u5728\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u5e94\u5177\u6709\u76f8\u540c\u5f62\u5f0f\u3002", "entity_id": "\u7269\u7406\u5b66\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u7269\u7406\u5b66\u516c\u7406", "label": "\u7269\u7406\u5b66\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u7269\u7406\u5b66\u516c\u7406\u662f\u6307\u7269\u7406\u7406\u8bba\u5e94\u6ee1\u8db3\u7684\u57fa\u672c\u5047\u8bbe\u548c\u4e00\u81f4\u6027\u539f\u5219\uff0c\u5982\u7269\u7406\u5b9a\u5f8b\u5728\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u5e94\u5177\u6709\u76f8\u540c\u5f62\u5f0f\u3002"}, {"color": "#94bed4", "created_at": 1752674566, "description": "\u8bfa\u8d1d\u5c14\u5956\u662f\u56fd\u9645\u6700\u9ad8\u8363\u8a89\u4e4b\u4e00\uff0c\u6d1b\u4f26\u5179\u56e0\u5176\u7269\u7406\u5b66\u8d21\u732e\u83b7\u5956.", "entity_id": "\u8bfa\u8d1d\u5c14\u5956", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bfa\u8d1d\u5c14\u5956", "label": "\u8bfa\u8d1d\u5c14\u5956", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8bfa\u8d1d\u5c14\u5956\u662f\u56fd\u9645\u6700\u9ad8\u8363\u8a89\u4e4b\u4e00\uff0c\u6d1b\u4f26\u5179\u56e0\u5176\u7269\u7406\u5b66\u8d21\u732e\u83b7\u5956."}, {"color": "#063342", "created_at": 1752674566, "description": "\u585e\u66fc\u662f\u6d1b\u4f26\u5179\u7684\u5b66\u751f\uff0c\u4e0e\u6d1b\u4f26\u5179\u5171\u540c\u83b7\u5f971902\u5e74\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002", "entity_id": "\u585e\u66fc", "entity_type": "person", "file_path": "unknown_source", "id": "\u585e\u66fc", "label": "\u585e\u66fc", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u585e\u66fc\u662f\u6d1b\u4f26\u5179\u7684\u5b66\u751f\uff0c\u4e0e\u6d1b\u4f26\u5179\u5171\u540c\u83b7\u5f971902\u5e74\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002"}, {"color": "#410fb1", "created_at": 1752674526, "description": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406\u6307\u51fa\uff0c\u65e0\u8bba\u5728\u54ea\u4e2a\u60ef\u6027\u7cfb\u4e2d\uff0c\u7269\u7406\u89c4\u5f8b\u4fdd\u6301\u4e0d\u53d8\uff0c\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u7840\u4e4b\u4e00\u3002", "entity_id": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406", "label": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406\u6307\u51fa\uff0c\u65e0\u8bba\u5728\u54ea\u4e2a\u60ef\u6027\u7cfb\u4e2d\uff0c\u7269\u7406\u89c4\u5f8b\u4fdd\u6301\u4e0d\u53d8\uff0c\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u7840\u4e4b\u4e00\u3002"}, {"color": "#5c9a68", "created_at": 1752674526, "description": "\u6570\u5b66\u6a21\u578b\u6784\u5efa\u662f\u57fa\u4e8e\u7269\u7406\u73b0\u8c61\u548c\u601d\u7ef4\u5b9e\u9a8c\u5efa\u7acb\u7684\u7406\u8bba\u6846\u67b6\uff0c\u4f8b\u5982\u7528\u4e8e\u89e3\u91ca\u5149\u901f\u4e0d\u53d8\u548c\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u6a21\u578b\u3002", "entity_id": "\u6570\u5b66\u6a21\u578b\u6784\u5efa", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u6a21\u578b\u6784\u5efa", "label": "\u6570\u5b66\u6a21\u578b\u6784\u5efa", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u6570\u5b66\u6a21\u578b\u6784\u5efa\u662f\u57fa\u4e8e\u7269\u7406\u73b0\u8c61\u548c\u601d\u7ef4\u5b9e\u9a8c\u5efa\u7acb\u7684\u7406\u8bba\u6846\u67b6\uff0c\u4f8b\u5982\u7528\u4e8e\u89e3\u91ca\u5149\u901f\u4e0d\u53d8\u548c\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u6a21\u578b\u3002"}, {"color": "#8b15e2", "created_at": 1752674526, "description": "\u5217\u8f66\u5b9e\u9a8c\u662f\u4e00\u4e2a\u601d\u7ef4\u5b9e\u9a8c\uff0c\u5c55\u793a\u4e86\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u5149\u8def\u5f84\u7684\u5dee\u5f02\uff0c\u7528\u4ee5\u8bf4\u660e\u65f6\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "entity_id": "\u5217\u8f66\u5b9e\u9a8c", "entity_type": "event", "file_path": "unknown_source", "id": "\u5217\u8f66\u5b9e\u9a8c", "label": "\u5217\u8f66\u5b9e\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5217\u8f66\u5b9e\u9a8c\u662f\u4e00\u4e2a\u601d\u7ef4\u5b9e\u9a8c\uff0c\u5c55\u793a\u4e86\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u5149\u8def\u5f84\u7684\u5dee\u5f02\uff0c\u7528\u4ee5\u8bf4\u660e\u65f6\u95f4\u7684\u76f8\u5bf9\u6027\u3002"}, {"color": "#9d5482", "created_at": 1752674526, "description": "\u65f6\u95f4\u76f8\u5bf9\u6027\u662f\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u7684\u901f\u7387\u4e0d\u540c\uff0c\u901f\u5ea6\u8d8a\u5feb\uff0c\u65f6\u95f4\u6d41\u901d\u8d8a\u6162\u3002", "entity_id": "\u65f6\u95f4\u76f8\u5bf9\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u65f6\u95f4\u76f8\u5bf9\u6027", "label": "\u65f6\u95f4\u76f8\u5bf9\u6027", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u65f6\u95f4\u76f8\u5bf9\u6027\u662f\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u7684\u901f\u7387\u4e0d\u540c\uff0c\u901f\u5ea6\u8d8a\u5feb\uff0c\u65f6\u95f4\u6d41\u901d\u8d8a\u6162\u3002"}, {"color": "#3c9125", "created_at": 1752674526, "description": "\u5149\u8def\u5f84\u5dee\u5f02\u662f\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u89c2\u5bdf\u8005\u5bf9\u540c\u4e00\u675f\u5149\u8def\u5f84\u7684\u611f\u77e5\u4e0d\u540c\uff0c\u5982\u5217\u8f66\u5b9e\u9a8c\u4e2d\u5782\u76f4\u4e0eV\u5f62\u8def\u5f84\u7684\u5dee\u5f02\u3002", "entity_id": "\u5149\u8def\u5f84\u5dee\u5f02", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u8def\u5f84\u5dee\u5f02", "label": "\u5149\u8def\u5f84\u5dee\u5f02", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u8def\u5f84\u5dee\u5f02\u662f\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u89c2\u5bdf\u8005\u5bf9\u540c\u4e00\u675f\u5149\u8def\u5f84\u7684\u611f\u77e5\u4e0d\u540c\uff0c\u5982\u5217\u8f66\u5b9e\u9a8c\u4e2d\u5782\u76f4\u4e0eV\u5f62\u8def\u5f84\u7684\u5dee\u5f02\u3002"}, {"color": "#7eef68", "created_at": 1752674526, "description": "\u5149\u53cd\u5c04\u5b9e\u9a8c\u662f\u4e00\u4e2a\u7406\u60f3\u5316\u7684\u7269\u7406\u5b9e\u9a8c\uff0c\u901a\u8fc7\u4ece\u5217\u8f66\u9876\u90e8\u53d1\u5c04\u5149\u675f\u5e76\u7531\u5730\u677f\u53cd\u5149\u955c\u53cd\u5c04\u6765\u89c2\u5bdf\u5149\u8def\u5f84\u548c\u65f6\u95f4\u53d8\u5316\u3002", "entity_id": "\u5149\u53cd\u5c04\u5b9e\u9a8c", "entity_type": "event", "file_path": "unknown_source", "id": "\u5149\u53cd\u5c04\u5b9e\u9a8c", "label": "\u5149\u53cd\u5c04\u5b9e\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u53cd\u5c04\u5b9e\u9a8c\u662f\u4e00\u4e2a\u7406\u60f3\u5316\u7684\u7269\u7406\u5b9e\u9a8c\uff0c\u901a\u8fc7\u4ece\u5217\u8f66\u9876\u90e8\u53d1\u5c04\u5149\u675f\u5e76\u7531\u5730\u677f\u53cd\u5149\u955c\u53cd\u5c04\u6765\u89c2\u5bdf\u5149\u8def\u5f84\u548c\u65f6\u95f4\u53d8\u5316\u3002"}, {"color": "#7954ad", "created_at": 1752674526, "description": "\u65f6\u95f4\u5ea6\u91cf\u662f\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u7684\u6d4b\u91cf\u65b9\u5f0f\uff0c\u6839\u636e\u76f8\u5bf9\u8bba\uff0c\u65f6\u95f4\u5ea6\u91cf\u662f\u76f8\u5bf9\u7684\u800c\u975e\u7edd\u5bf9\u7684\u3002", "entity_id": "\u65f6\u95f4\u5ea6\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u65f6\u95f4\u5ea6\u91cf", "label": "\u65f6\u95f4\u5ea6\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u65f6\u95f4\u5ea6\u91cf\u662f\u6307\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u7684\u6d4b\u91cf\u65b9\u5f0f\uff0c\u6839\u636e\u76f8\u5bf9\u8bba\uff0c\u65f6\u95f4\u5ea6\u91cf\u662f\u76f8\u5bf9\u7684\u800c\u975e\u7edd\u5bf9\u7684\u3002"}, {"color": "#d0dade", "created_at": 1752674526, "description": "\u5149\u901f\u4e0d\u53d8\u539f\u7406\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u5047\u8bbe\u4e4b\u4e00\uff0c\u6307\u51fa\u5149\u901f\u5728\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u4fdd\u6301\u4e0d\u53d8\uff0c\u4e0e\u5149\u6e90\u6216\u89c2\u5bdf\u8005\u8fd0\u52a8\u65e0\u5173\u3002", "entity_id": "\u5149\u901f\u4e0d\u53d8\u539f\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u901f\u4e0d\u53d8\u539f\u7406", "label": "\u5149\u901f\u4e0d\u53d8\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u901f\u4e0d\u53d8\u539f\u7406\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u5047\u8bbe\u4e4b\u4e00\uff0c\u6307\u51fa\u5149\u901f\u5728\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u4fdd\u6301\u4e0d\u53d8\uff0c\u4e0e\u5149\u6e90\u6216\u89c2\u5bdf\u8005\u8fd0\u52a8\u65e0\u5173\u3002"}, {"color": "#cdda78", "created_at": 1752674526, "description": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u662f\u63cf\u8ff0\u7535\u78c1\u573a\u7684\u57fa\u672c\u65b9\u7a0b\u7ec4\uff0c\u6d1b\u4f26\u5179\u5728\u7814\u7a76\u5176\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u4e0d\u53d8\u6027\u65f6\u53d1\u5c55\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\u3002", "entity_id": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b", "label": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u662f\u63cf\u8ff0\u7535\u78c1\u573a\u7684\u57fa\u672c\u65b9\u7a0b\u7ec4\uff0c\u6d1b\u4f26\u5179\u5728\u7814\u7a76\u5176\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u4e0d\u53d8\u6027\u65f6\u53d1\u5c55\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\u3002"}, {"color": "#7757ef", "created_at": 1752674526, "description": "\u539f\u5b50\u949f\u662f\u4e00\u79cd\u6781\u5176\u7cbe\u786e\u7684\u8ba1\u65f6\u8bbe\u5907used to measure time based on atomic processes, and it demonstrates relativistic effects when moving at high speeds.\u003cSEP\u003e\u539f\u5b50\u949f\u662f\u6700\u7cbe\u786e\u7684\u65f6\u95f4\u6d4b\u91cf\u5de5\u5177\uff0c\u7528\u4e8e\u9a8c\u8bc1\u65f6\u95f4\u76f8\u5bf9\u6027\u6548\u5e94\uff0c\u5982\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u7684\u5dee\u5f02\u3002", "entity_id": "\u539f\u5b50\u949f", "entity_type": "category", "file_path": "unknown_source", "id": "\u539f\u5b50\u949f", "label": "\u539f\u5b50\u949f", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea", "title": "\u539f\u5b50\u949f\u662f\u4e00\u79cd\u6781\u5176\u7cbe\u786e\u7684\u8ba1\u65f6\u8bbe\u5907used to measure time based on atomic processes, and it demonstrates relativistic effects when moving at high speeds.\u003cSEP\u003e\u539f\u5b50\u949f\u662f\u6700\u7cbe\u786e\u7684\u65f6\u95f4\u6d4b\u91cf\u5de5\u5177\uff0c\u7528\u4e8e\u9a8c\u8bc1\u65f6\u95f4\u76f8\u5bf9\u6027\u6548\u5e94\uff0c\u5982\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u7684\u5dee\u5f02\u3002"}, {"color": "#73d457", "created_at": 1752674526, "description": "\u03c0\u4ecb\u5b50\u662f\u4e00\u79cd\u57fa\u672c\u7c92\u5b50\uff0c\u5176\u534a\u8870\u671f\u88ab\u7528\u4e8e\u5b9e\u9a8c\u8bc1\u660e\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u9a8c\u8bc1\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u6d4b\u3002", "entity_id": "\u03c0\u4ecb\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u03c0\u4ecb\u5b50", "label": "\u03c0\u4ecb\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u03c0\u4ecb\u5b50\u662f\u4e00\u79cd\u57fa\u672c\u7c92\u5b50\uff0c\u5176\u534a\u8870\u671f\u88ab\u7528\u4e8e\u5b9e\u9a8c\u8bc1\u660e\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u9a8c\u8bc1\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u6d4b\u3002"}, {"color": "#f04502", "created_at": 1752674526, "description": "\u957f\u5ea6\u5355\u4f4d\u662f\u51e0\u4f55\u5b66\u4e2d\u7528\u4e8e\u8861\u91cf\u8ddd\u79bb\u7684\u57fa\u672c\u6807\u51c6\uff0c\u4ece\u53e4\u4ee3\u4eba\u4f53\u6d4b\u91cf\u53d1\u5c55\u5230\u73b0\u4ee3\u56fd\u9645\u6807\u51c6\u5355\u4f4d\u0027\u7c73\u0027\u3002", "entity_id": "\u957f\u5ea6\u5355\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u957f\u5ea6\u5355\u4f4d", "label": "\u957f\u5ea6\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u957f\u5ea6\u5355\u4f4d\u662f\u51e0\u4f55\u5b66\u4e2d\u7528\u4e8e\u8861\u91cf\u8ddd\u79bb\u7684\u57fa\u672c\u6807\u51c6\uff0c\u4ece\u53e4\u4ee3\u4eba\u4f53\u6d4b\u91cf\u53d1\u5c55\u5230\u73b0\u4ee3\u56fd\u9645\u6807\u51c6\u5355\u4f4d\u0027\u7c73\u0027\u3002"}, {"color": "#79a9ac", "created_at": 1752674566, "description": "\u674e\u9192\u6c11\u662f\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u3002", "entity_id": "\u674e\u9192\u6c11", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u9192\u6c11", "label": "\u674e\u9192\u6c11", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u674e\u9192\u6c11\u662f\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u3002"}, {"color": "#15bdcb", "created_at": 1752674526, "description": "\u9ea6\u514b\u65af\u97e6\u662f19\u4e16\u7eaa\u8457\u540d\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u63cf\u8ff0\u7535\u78c1\u573a\u57fa\u672c\u884c\u4e3a\u7684\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\uff0c\u8fd9\u4e9b\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u4e0d\u53d8\u6027\u95ee\u9898\u4fc3\u4f7f\u6d1b\u4f26\u5179\u53d1\u5c55\u5176\u53d8\u6362\u7406\u8bba\u3002", "entity_id": "\u9ea6\u514b\u65af\u97e6", "entity_type": "person", "file_path": "unknown_source", "id": "\u9ea6\u514b\u65af\u97e6", "label": "\u9ea6\u514b\u65af\u97e6", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u9ea6\u514b\u65af\u97e6\u662f19\u4e16\u7eaa\u8457\u540d\u7269\u7406\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u63cf\u8ff0\u7535\u78c1\u573a\u57fa\u672c\u884c\u4e3a\u7684\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\uff0c\u8fd9\u4e9b\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u4e0d\u53d8\u6027\u95ee\u9898\u4fc3\u4f7f\u6d1b\u4f26\u5179\u53d1\u5c55\u5176\u53d8\u6362\u7406\u8bba\u3002"}, {"color": "#362a09", "created_at": 1752674526, "description": "Pi mesons (pions) are subatomic particles that exhibit time dilation when accelerated to high speeds, providing experimental evidence for relativity.", "entity_id": "\u03c0 \u4ecb\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u03c0 \u4ecb\u5b50", "label": "\u03c0 \u4ecb\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Pi mesons (pions) are subatomic particles that exhibit time dilation when accelerated to high speeds, providing experimental evidence for relativity."}, {"color": "#440152", "created_at": 1752674526, "description": "The Milky Way is a galaxy that contains our solar system, and protons traveling near the speed of light can traverse it in a significantly shorter time from their frame of reference.\u003cSEP\u003eThe Milky Way is the galaxy that contains our solar system, with a diameter of approximately 100,000 light-years.", "entity_id": "\u94f6\u6cb3\u7cfb", "entity_type": "geo", "file_path": "unknown_source", "id": "\u94f6\u6cb3\u7cfb", "label": "\u94f6\u6cb3\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Milky Way is a galaxy that contains our solar system, and protons traveling near the speed of light can traverse it in a significantly shorter time from their frame of reference.\u003cSEP\u003eThe Milky Way is the galaxy that contains our solar system, with a diameter of approximately 100,000 light-years."}, {"color": "#941158", "created_at": 1752674526, "description": "\u76f8\u5bf9\u901f\u5ea6\u662f\u6307\u4e24\u4e2a\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u901f\u5ea6\u5dee\uff0c\u662f\u6d1b\u4f26\u5179\u56e0\u5b50\u548c\u53d8\u6362\u516c\u5f0f\u4e2d\u7684\u5173\u952e\u53c2\u6570\u3002", "entity_id": "\u76f8\u5bf9\u901f\u5ea6", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f8\u5bf9\u901f\u5ea6", "label": "\u76f8\u5bf9\u901f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u76f8\u5bf9\u901f\u5ea6\u662f\u6307\u4e24\u4e2a\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u901f\u5ea6\u5dee\uff0c\u662f\u6d1b\u4f26\u5179\u56e0\u5b50\u548c\u53d8\u6362\u516c\u5f0f\u4e2d\u7684\u5173\u952e\u53c2\u6570\u3002"}, {"color": "#55f259", "created_at": 1752674526, "description": "Particle accelerators are scientific instruments used to accelerate subatomic particles to high speeds for the purpose of studying their properties and behavior.", "entity_id": "\u7c92\u5b50\u52a0\u901f\u5668", "entity_type": "technology", "file_path": "unknown_source", "id": "\u7c92\u5b50\u52a0\u901f\u5668", "label": "\u7c92\u5b50\u52a0\u901f\u5668", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Particle accelerators are scientific instruments used to accelerate subatomic particles to high speeds for the purpose of studying their properties and behavior."}, {"color": "#276501", "created_at": 1752674526, "description": "A light-year is a large unit of distance, defined as the distance light travels in one year, used in astronomy to measure vast cosmic distances.\u003cSEP\u003eA unit of astronomical distance, mentioned alongside nanometers as part of measurement education.", "entity_id": "\u5149\u5e74", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u5e74", "label": "\u5149\u5e74", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A light-year is a large unit of distance, defined as the distance light travels in one year, used in astronomy to measure vast cosmic distances.\u003cSEP\u003eA unit of astronomical distance, mentioned alongside nanometers as part of measurement education."}, {"color": "#0fad85", "created_at": 1752674526, "description": "The Andromeda Galaxy is the nearest major galaxy to the Milky Way, located about 2.2 million light-years away.", "entity_id": "\u4ed9\u5973\u5ea7\u661f\u7cfb", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4ed9\u5973\u5ea7\u661f\u7cfb", "label": "\u4ed9\u5973\u5ea7\u661f\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Andromeda Galaxy is the nearest major galaxy to the Milky Way, located about 2.2 million light-years away."}, {"color": "#faca55", "created_at": 1752674526, "description": "The solar system is the gravitationally bound system of the Sun and the objects that orbit it, including Earth and other planets.", "entity_id": "\u592a\u9633\u7cfb", "entity_type": "geo", "file_path": "unknown_source", "id": "\u592a\u9633\u7cfb", "label": "\u592a\u9633\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The solar system is the gravitationally bound system of the Sun and the objects that orbit it, including Earth and other planets."}, {"color": "#3c1eb5", "created_at": 1752674526, "description": "Extragalactic systems are galaxies beyond the Milky Way, with over 100,000 known to date.", "entity_id": "\u6cb3\u5916\u661f\u7cfb", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6cb3\u5916\u661f\u7cfb", "label": "\u6cb3\u5916\u661f\u7cfb", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Extragalactic systems are galaxies beyond the Milky Way, with over 100,000 known to date."}, {"color": "#1e40e5", "created_at": 1752674526, "description": "\u80e1\u592b\u91d1\u5b57\u5854\u662f\u53e4\u57c3\u53ca\u6700\u5927\u7684\u91d1\u5b57\u5854\uff0c\u5c55\u793a\u4e86\u53e4\u57c3\u53ca\u4eba\u9ad8\u5ea6\u7cbe\u786e\u7684\u51e0\u4f55\u5b66\u77e5\u8bc6\u3002", "entity_id": "\u80e1\u592b\u91d1\u5b57\u5854", "entity_type": "event", "file_path": "unknown_source", "id": "\u80e1\u592b\u91d1\u5b57\u5854", "label": "\u80e1\u592b\u91d1\u5b57\u5854", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u80e1\u592b\u91d1\u5b57\u5854\u662f\u53e4\u57c3\u53ca\u6700\u5927\u7684\u91d1\u5b57\u5854\uff0c\u5c55\u793a\u4e86\u53e4\u57c3\u53ca\u4eba\u9ad8\u5ea6\u7cbe\u786e\u7684\u51e0\u4f55\u5b66\u77e5\u8bc6\u3002"}, {"color": "#ef352a", "created_at": 1752674526, "description": "\u91cf\u5730\u6cd5\u662f\u53e4\u57c3\u53ca\u56e0\u6d2a\u6c34\u5f71\u54cd\u571f\u5730\u9762\u79ef\u800c\u53d1\u5c55\u51fa\u7684\u571f\u5730\u6d4b\u91cf\u65b9\u6cd5,\u88ab\u8ba4\u4e3a\u662f\u51e0\u4f55\u5b66\u7684\u8d77\u6e90\u3002", "entity_id": "\u91cf\u5730\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u91cf\u5730\u6cd5", "label": "\u91cf\u5730\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u91cf\u5730\u6cd5\u662f\u53e4\u57c3\u53ca\u56e0\u6d2a\u6c34\u5f71\u54cd\u571f\u5730\u9762\u79ef\u800c\u53d1\u5c55\u51fa\u7684\u571f\u5730\u6d4b\u91cf\u65b9\u6cd5,\u88ab\u8ba4\u4e3a\u662f\u51e0\u4f55\u5b66\u7684\u8d77\u6e90\u3002"}, {"color": "#cc0ca5", "created_at": 1752674526, "description": "\u7a0e\u6536\u5236\u5ea6\u662f\u53e4\u57c3\u53ca\u6839\u636e\u6bcf\u5e74\u6d2a\u6c34\u9ad8\u5ea6\u548c\u8015\u79cd\u9762\u79ef\u5f81\u7a0e\u7684\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u4ea7\u751f\u3002", "entity_id": "\u7a0e\u6536\u5236\u5ea6", "entity_type": "category", "file_path": "unknown_source", "id": "\u7a0e\u6536\u5236\u5ea6", "label": "\u7a0e\u6536\u5236\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u7a0e\u6536\u5236\u5ea6\u662f\u53e4\u57c3\u53ca\u6839\u636e\u6bcf\u5e74\u6d2a\u6c34\u9ad8\u5ea6\u548c\u8015\u79cd\u9762\u79ef\u5f81\u7a0e\u7684\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u4ea7\u751f\u3002"}, {"color": "#06ed92", "created_at": 1752674526, "description": "\u571f\u5730\u6d4b\u91cf\u662f\u53e4\u57c3\u53ca\u4eba\u4e3a\u4e86\u89e3\u51b3\u6d2a\u6c34\u540e\u571f\u5730\u9762\u79ef\u53d8\u5316\u95ee\u9898\u800c\u53d1\u5c55\u51fa\u7684\u6280\u672f,\u50ac\u751f\u4e86\u51e0\u4f55\u5b66\u3002", "entity_id": "\u571f\u5730\u6d4b\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u571f\u5730\u6d4b\u91cf", "label": "\u571f\u5730\u6d4b\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u571f\u5730\u6d4b\u91cf\u662f\u53e4\u57c3\u53ca\u4eba\u4e3a\u4e86\u89e3\u51b3\u6d2a\u6c34\u540e\u571f\u5730\u9762\u79ef\u53d8\u5316\u95ee\u9898\u800c\u53d1\u5c55\u51fa\u7684\u6280\u672f,\u50ac\u751f\u4e86\u51e0\u4f55\u5b66\u3002"}, {"color": "#832297", "created_at": 1752674526, "description": "\u300a\u5386\u53f2\u300b\u662f\u5e0c\u7f57\u591a\u5fb7\u64b0\u5199\u7684\u91cd\u8981\u5386\u53f2\u8457\u4f5c\uff0c\u8bb0\u5f55\u4e86\u53e4\u57c3\u53ca\u7684\u7a0e\u6536\u5236\u5ea6\u3001\u51e0\u4f55\u5b66\u53d1\u5c55\u4ee5\u53ca\u6cf0\u52d2\u65af\u9884\u8a00\u65e5\u98df\u7b49\u4e8b\u4ef6\u3002", "entity_id": "\u300a\u5386\u53f2\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u5386\u53f2\u300b", "label": "\u300a\u5386\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u300a\u5386\u53f2\u300b\u662f\u5e0c\u7f57\u591a\u5fb7\u64b0\u5199\u7684\u91cd\u8981\u5386\u53f2\u8457\u4f5c\uff0c\u8bb0\u5f55\u4e86\u53e4\u57c3\u53ca\u7684\u7a0e\u6536\u5236\u5ea6\u3001\u51e0\u4f55\u5b66\u53d1\u5c55\u4ee5\u53ca\u6cf0\u52d2\u65af\u9884\u8a00\u65e5\u98df\u7b49\u4e8b\u4ef6\u3002"}, {"color": "#d53b56", "created_at": 1752674526, "description": "\u65e5\u98df\u9884\u8a00\u662f\u6cf0\u52d2\u65af\u901a\u8fc7\u5929\u6587\u89c2\u6d4b\u548c\u8ba1\u7b97\u6210\u529f\u9884\u6d4b\u7684\u5929\u6587\u4e8b\u4ef6,\u4f53\u73b0\u4e86\u65e9\u671f\u79d1\u5b66\u601d\u7ef4\u7684\u53d1\u5c55\u3002", "entity_id": "\u65e5\u98df\u9884\u8a00", "entity_type": "event", "file_path": "unknown_source", "id": "\u65e5\u98df\u9884\u8a00", "label": "\u65e5\u98df\u9884\u8a00", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u65e5\u98df\u9884\u8a00\u662f\u6cf0\u52d2\u65af\u901a\u8fc7\u5929\u6587\u89c2\u6d4b\u548c\u8ba1\u7b97\u6210\u529f\u9884\u6d4b\u7684\u5929\u6587\u4e8b\u4ef6,\u4f53\u73b0\u4e86\u65e9\u671f\u79d1\u5b66\u601d\u7ef4\u7684\u53d1\u5c55\u3002"}, {"color": "#a83125", "created_at": 1752674526, "description": "\u8d28\u5b50\u662f\u5e26\u6b63\u7535\u7684\u4e9a\u539f\u5b50\u7c92\u5b50\uff0c\u5728\u63a5\u8fd1\u5149\u901f\u8fd0\u52a8\u65f6\u8868\u73b0\u51fa\u663e\u8457\u7684\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u3002", "entity_id": "\u8d28\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d28\u5b50", "label": "\u8d28\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u8d28\u5b50\u662f\u5e26\u6b63\u7535\u7684\u4e9a\u539f\u5b50\u7c92\u5b50\uff0c\u5728\u63a5\u8fd1\u5149\u901f\u8fd0\u52a8\u65f6\u8868\u73b0\u51fa\u663e\u8457\u7684\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u3002"}, {"color": "#0ed2f8", "created_at": 1752674526, "description": "\u5b87\u5b99\u5c04\u7ebf\u662f\u7531\u9ad8\u80fd\u7c92\u5b50\u7ec4\u6210\u7684\u8f90\u5c04\uff0c\u5176\u4e2d\u5305\u542b\u63a5\u8fd1\u5149\u901f\u8fd0\u52a8\u7684\u8d28\u5b50\uff0c\u7528\u4e8e\u9a8c\u8bc1\u76f8\u5bf9\u8bba\u6548\u5e94\u3002", "entity_id": "\u5b87\u5b99\u5c04\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b87\u5b99\u5c04\u7ebf", "label": "\u5b87\u5b99\u5c04\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u5b87\u5b99\u5c04\u7ebf\u662f\u7531\u9ad8\u80fd\u7c92\u5b50\u7ec4\u6210\u7684\u8f90\u5c04\uff0c\u5176\u4e2d\u5305\u542b\u63a5\u8fd1\u5149\u901f\u8fd0\u52a8\u7684\u8d28\u5b50\uff0c\u7528\u4e8e\u9a8c\u8bc1\u76f8\u5bf9\u8bba\u6548\u5e94\u3002"}, {"color": "#12999e", "created_at": 1752674526, "description": "\u516c\u5143\u524d585\u5e74\u53d1\u751f\u7684\u4e00\u6b21\u65e5\u98df\uff0c\u88ab\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\uff0c\u5bfc\u81f4\u7f8e\u5730\u4e9a\u4eba\u548c\u5415\u5e95\u4e9a\u4eba\u505c\u6b62\u6218\u4e89\u3002", "entity_id": "\u516c\u5143\u524d585\u5e74\u65e5\u98df", "entity_type": "event", "file_path": "unknown_source", "id": "\u516c\u5143\u524d585\u5e74\u65e5\u98df", "label": "\u516c\u5143\u524d585\u5e74\u65e5\u98df", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u516c\u5143\u524d585\u5e74\u53d1\u751f\u7684\u4e00\u6b21\u65e5\u98df\uff0c\u88ab\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\uff0c\u5bfc\u81f4\u7f8e\u5730\u4e9a\u4eba\u548c\u5415\u5e95\u4e9a\u4eba\u505c\u6b62\u6218\u4e89\u3002"}, {"color": "#6cd423", "created_at": 1752674526, "description": "\u76f8\u4f3c\u4e09\u89d2\u5f62\u662f\u6cf0\u52d2\u65af\u7528\u4e8e\u63a8\u7b97\u91d1\u5b57\u5854\u9ad8\u5ea6\u7684\u6570\u5b66\u65b9\u6cd5,\u4f53\u73b0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u77e5\u8bc6\u7684\u5e94\u7528\u3002", "entity_id": "\u76f8\u4f3c\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f8\u4f3c\u4e09\u89d2\u5f62", "label": "\u76f8\u4f3c\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u76f8\u4f3c\u4e09\u89d2\u5f62\u662f\u6cf0\u52d2\u65af\u7528\u4e8e\u63a8\u7b97\u91d1\u5b57\u5854\u9ad8\u5ea6\u7684\u6570\u5b66\u65b9\u6cd5,\u4f53\u73b0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u77e5\u8bc6\u7684\u5e94\u7528\u3002"}, {"color": "#0430ce", "created_at": 1752674526, "description": "\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49\u662f\u6cf0\u52d2\u65af\u7528\u4e8e\u6d4b\u91cf\u6cb3\u5bbd\u7684\u51e0\u4f55\u539f\u7406,\u8868\u660e\u4ed6\u638c\u63e1\u4e86\u5224\u5b9a\u5168\u7b49\u7684\u51e0\u4f55\u77e5\u8bc6\u3002", "entity_id": "\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49", "entity_type": "category", "file_path": "unknown_source", "id": "\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49", "label": "\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49\u662f\u6cf0\u52d2\u65af\u7528\u4e8e\u6d4b\u91cf\u6cb3\u5bbd\u7684\u51e0\u4f55\u539f\u7406,\u8868\u660e\u4ed6\u638c\u63e1\u4e86\u5224\u5b9a\u5168\u7b49\u7684\u51e0\u4f55\u77e5\u8bc6\u3002"}, {"color": "#65562c", "created_at": 1752674526, "description": "\u62bd\u8c61\u51e0\u4f55\u662f\u6cf0\u52d2\u65af\u8d85\u8d8a\u7ecf\u9a8c\u51e0\u4f55\u540e\u53d1\u5c55\u51fa\u7684\u51e0\u4f55\u5b66\u5f62\u5f0f,\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u7406\u8bba\u57fa\u7840\u3002", "entity_id": "\u62bd\u8c61\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u62bd\u8c61\u51e0\u4f55", "label": "\u62bd\u8c61\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u62bd\u8c61\u51e0\u4f55\u662f\u6cf0\u52d2\u65af\u8d85\u8d8a\u7ecf\u9a8c\u51e0\u4f55\u540e\u53d1\u5c55\u51fa\u7684\u51e0\u4f55\u5b66\u5f62\u5f0f,\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u7406\u8bba\u57fa\u7840\u3002"}, {"color": "#c53bb8", "created_at": 1752674526, "description": "\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b\u662f\u666e\u7f57\u514b\u6d1b\u65af\u64b0\u5199\u7684\u6570\u5b66\u53f2\u8457\u4f5c\uff0c\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u53d1\u73b0\u548c\u8bc1\u660e\u3002", "entity_id": "\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b", "label": "\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b\u662f\u666e\u7f57\u514b\u6d1b\u65af\u64b0\u5199\u7684\u6570\u5b66\u53f2\u8457\u4f5c\uff0c\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u53d1\u73b0\u548c\u8bc1\u660e\u3002"}, {"color": "#cc4bbb", "created_at": 1752674526, "description": "\u8001\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5bb6\uff0c\u9053\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u6d3b\u8dc3\u4e8e\u516c\u5143\u524d\u516d\u4e16\u7eaa\u3002", "entity_id": "\u8001\u5b50", "entity_type": "person", "file_path": "unknown_source", "id": "\u8001\u5b50", "label": "\u8001\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u8001\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u54f2\u5b66\u5bb6\uff0c\u9053\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u6d3b\u8dc3\u4e8e\u516c\u5143\u524d\u516d\u4e16\u7eaa\u3002"}, {"color": "#4d8f02", "created_at": 1752674526, "description": "\u5b5f\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u5112\u5bb6\u5b66\u6d3e\u4ee3\u8868\u4eba\u7269\uff0c\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u5b54\u5b50\u7684\u601d\u60f3\u3002", "entity_id": "\u5b5f\u5b50", "entity_type": "person", "file_path": "unknown_source", "id": "\u5b5f\u5b50", "label": "\u5b5f\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5b5f\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u5112\u5bb6\u5b66\u6d3e\u4ee3\u8868\u4eba\u7269\uff0c\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u5b54\u5b50\u7684\u601d\u60f3\u3002"}, {"color": "#a453e9", "created_at": 1752674526, "description": "\u5e84\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u9053\u5bb6\u54f2\u5b66\u5bb6\uff0c\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u8001\u5b50\u7684\u601d\u60f3\u3002", "entity_id": "\u5e84\u5b50", "entity_type": "person", "file_path": "unknown_source", "id": "\u5e84\u5b50", "label": "\u5e84\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e84\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u9053\u5bb6\u54f2\u5b66\u5bb6\uff0c\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u8001\u5b50\u7684\u601d\u60f3\u3002"}, {"color": "#bc0588", "created_at": 1752674526, "description": "\u58a8\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u601d\u60f3\u5bb6\uff0c\u58a8\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u4e3b\u5f20\u517c\u7231\u3001\u975e\u653b\u7b49\u601d\u60f3\u3002", "entity_id": "\u58a8\u5b50", "entity_type": "person", "file_path": "unknown_source", "id": "\u58a8\u5b50", "label": "\u58a8\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u58a8\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u601d\u60f3\u5bb6\uff0c\u58a8\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\uff0c\u4e3b\u5f20\u517c\u7231\u3001\u975e\u653b\u7b49\u601d\u60f3\u3002"}, {"color": "#2aa01f", "created_at": 1752674526, "description": "\u97e9\u975e\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u6cd5\u5bb6\u5b66\u6d3e\u4ee3\u8868\u4eba\u7269\uff0c\u4e3b\u5f20\u6cd5\u6cbb\u548c\u96c6\u6743\u3002", "entity_id": "\u97e9\u975e\u5b50", "entity_type": "person", "file_path": "unknown_source", "id": "\u97e9\u975e\u5b50", "label": "\u97e9\u975e\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u97e9\u975e\u5b50\u662f\u4e2d\u56fd\u53e4\u4ee3\u6cd5\u5bb6\u5b66\u6d3e\u4ee3\u8868\u4eba\u7269\uff0c\u4e3b\u5f20\u6cd5\u6cbb\u548c\u96c6\u6743\u3002"}, {"color": "#eef21f", "created_at": 1752674526, "description": "\u5e0c\u814a\u54f2\u5b66\u662f\u897f\u65b9\u54f2\u5b66\u7684\u8d77\u6e90,\u4ece\u6cf0\u52d2\u65af\u5f00\u59cb,\u5e76\u4e0e\u65e9\u671f\u79d1\u5b66\u4e0d\u5206,\u63a8\u52a8\u4e86\u6570\u5b66\u548c\u5929\u6587\u5b66\u7684\u53d1\u5c55\u3002", "entity_id": "\u5e0c\u814a\u54f2\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e0c\u814a\u54f2\u5b66", "label": "\u5e0c\u814a\u54f2\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u814a\u54f2\u5b66\u662f\u897f\u65b9\u54f2\u5b66\u7684\u8d77\u6e90,\u4ece\u6cf0\u52d2\u65af\u5f00\u59cb,\u5e76\u4e0e\u65e9\u671f\u79d1\u5b66\u4e0d\u5206,\u63a8\u52a8\u4e86\u6570\u5b66\u548c\u5929\u6587\u5b66\u7684\u53d1\u5c55\u3002"}, {"color": "#a70cd3", "created_at": 1752674526, "description": "\u7a7a\u95f4\u51e0\u4f55\u662f\u7814\u7a76\u4e09\u7ef4\u7a7a\u95f4\u4e2d\u70b9\u3001\u7ebf\u3001\u9762\u5173\u7cfb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u5728\u5e0c\u5c14\u4f2f\u7279\u7684\u516c\u7406\u4f53\u7cfb\u4e2d\u6709\u4e25\u683c\u5b9a\u4e49\u3002", "entity_id": "\u7a7a\u95f4\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u7a7a\u95f4\u51e0\u4f55", "label": "\u7a7a\u95f4\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7a7a\u95f4\u51e0\u4f55\u662f\u7814\u7a76\u4e09\u7ef4\u7a7a\u95f4\u4e2d\u70b9\u3001\u7ebf\u3001\u9762\u5173\u7cfb\u7684\u51e0\u4f55\u5b66\u5206\u652f\uff0c\u5728\u5e0c\u5c14\u4f2f\u7279\u7684\u516c\u7406\u4f53\u7cfb\u4e2d\u6709\u4e25\u683c\u5b9a\u4e49\u3002"}, {"color": "#c27d21", "created_at": 1752674566, "description": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55\u662f\u6307\u7528\u660e\u786e\u7684\u672f\u8bed\u548c\u683c\u5f0f\u63cf\u8ff0\u56fe\u5f62\u7684\u5e73\u79fb\u548c\u65cb\u8f6c\u8fc7\u7a0b\uff0c\u4ee5\u4fbf\u8fd8\u539f\u6216\u590d\u73b0\u56fe\u5f62\u3002", "entity_id": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "label": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55\u662f\u6307\u7528\u660e\u786e\u7684\u672f\u8bed\u548c\u683c\u5f0f\u63cf\u8ff0\u56fe\u5f62\u7684\u5e73\u79fb\u548c\u65cb\u8f6c\u8fc7\u7a0b\uff0c\u4ee5\u4fbf\u8fd8\u539f\u6216\u590d\u73b0\u56fe\u5f62\u3002"}, {"color": "#535fd5", "created_at": 1752674526, "description": "\u8bb2\u5ea7\u7b14\u8bb0\u662f\u5e0c\u5c14\u4f2f\u7279\u64b0\u5199\u300a\u51e0\u4f55\u57fa\u7840\u300b\u521d\u7a3f\u7684\u6765\u6e90\uff0c\u6700\u521d\u662f\u4e3a\u4e86\u7eaa\u5ff5\u9ad8\u65af\u7684\u5b66\u672f\u8d21\u732e\u3002", "entity_id": "\u8bb2\u5ea7\u7b14\u8bb0", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bb2\u5ea7\u7b14\u8bb0", "label": "\u8bb2\u5ea7\u7b14\u8bb0", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u8bb2\u5ea7\u7b14\u8bb0\u662f\u5e0c\u5c14\u4f2f\u7279\u64b0\u5199\u300a\u51e0\u4f55\u57fa\u7840\u300b\u521d\u7a3f\u7684\u6765\u6e90\uff0c\u6700\u521d\u662f\u4e3a\u4e86\u7eaa\u5ff5\u9ad8\u65af\u7684\u5b66\u672f\u8d21\u732e\u3002"}, {"color": "#7299f4", "created_at": 1752674526, "description": "\u7b2c\u4e03\u7248\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u7684\u6700\u7ec8\u7248\u672c\uff0c\u4e8e1930\u5e74\u51fa\u7248\uff0c\u4ee3\u8868\u4e86\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u6210\u719f\u5f62\u6001\u3002", "entity_id": "\u7b2c\u4e03\u7248", "entity_type": "event", "file_path": "unknown_source", "id": "\u7b2c\u4e03\u7248", "label": "\u7b2c\u4e03\u7248", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7b2c\u4e03\u7248\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u7684\u6700\u7ec8\u7248\u672c\uff0c\u4e8e1930\u5e74\u51fa\u7248\uff0c\u4ee3\u8868\u4e86\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u6210\u719f\u5f62\u6001\u3002"}, {"color": "#b8fa9f", "created_at": 1752674526, "description": "\u63a8\u7406\u662f\u6570\u5b66\u4e2d\u901a\u8fc7\u903b\u8f91\u89c4\u5219\u4ece\u5df2\u77e5\u524d\u63d0\u5f97\u51fa\u7ed3\u8bba\u7684\u8fc7\u7a0b\uff0c\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u6838\u5fc3\u3002", "entity_id": "\u63a8\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u63a8\u7406", "label": "\u63a8\u7406", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u63a8\u7406\u662f\u6570\u5b66\u4e2d\u901a\u8fc7\u903b\u8f91\u89c4\u5219\u4ece\u5df2\u77e5\u524d\u63d0\u5f97\u51fa\u7ed3\u8bba\u7684\u8fc7\u7a0b\uff0c\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u6838\u5fc3\u3002"}, {"color": "#305a4e", "created_at": 1752674526, "description": "\u8ba1\u7b97\u5728\u5e0c\u5c14\u4f2f\u7279\u7684\u4f53\u7cfb\u4e2d\u4e0e\u63a8\u7406\u5e76\u5217\uff0c\u662f\u5b9e\u73b0\u6570\u5b66\u5f62\u5f0f\u5316\u7684\u91cd\u8981\u5de5\u5177\u3002", "entity_id": "\u8ba1\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u8ba1\u7b97", "label": "\u8ba1\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u8ba1\u7b97\u5728\u5e0c\u5c14\u4f2f\u7279\u7684\u4f53\u7cfb\u4e2d\u4e0e\u63a8\u7406\u5e76\u5217\uff0c\u662f\u5b9e\u73b0\u6570\u5b66\u5f62\u5f0f\u5316\u7684\u91cd\u8981\u5de5\u5177\u3002"}, {"color": "#e65925", "created_at": 1752674526, "description": "\u6700\u5927\u4f3c\u7136\u539f\u5219\u662f\u4e00\u79cd\u7edf\u8ba1\u4f30\u8ba1\u65b9\u6cd5\uff0c\u901a\u8fc7\u4f7f\u89c2\u6d4b\u6570\u636e\u51fa\u73b0\u53ef\u80fd\u6027\u6700\u5927\u7684\u53c2\u6570\u503c\u4f5c\u4e3a\u4f30\u8ba1\u503c\u3002", "entity_id": "\u6700\u5927\u4f3c\u7136\u539f\u5219", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5927\u4f3c\u7136\u539f\u5219", "label": "\u6700\u5927\u4f3c\u7136\u539f\u5219", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u539f\u5219\u662f\u4e00\u79cd\u7edf\u8ba1\u4f30\u8ba1\u65b9\u6cd5\uff0c\u901a\u8fc7\u4f7f\u89c2\u6d4b\u6570\u636e\u51fa\u73b0\u53ef\u80fd\u6027\u6700\u5927\u7684\u53c2\u6570\u503c\u4f5c\u4e3a\u4f30\u8ba1\u503c\u3002"}, {"color": "#38730d", "created_at": 1752674526, "description": "\u7ecf\u9a8c\u76f4\u89c9\u662f\u6570\u5b66\u4e2d\u57fa\u4e8e\u7269\u7406\u4e16\u754c\u611f\u77e5\u7684\u601d\u7ef4\u65b9\u5f0f\uff0c\u5e0c\u5c14\u4f2f\u7279\u4e3b\u5f20\u901a\u8fc7\u7b26\u53f7\u5316\u6d88\u9664\u5176\u5f71\u54cd\u3002", "entity_id": "\u7ecf\u9a8c\u76f4\u89c9", "entity_type": "category", "file_path": "unknown_source", "id": "\u7ecf\u9a8c\u76f4\u89c9", "label": "\u7ecf\u9a8c\u76f4\u89c9", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7ecf\u9a8c\u76f4\u89c9\u662f\u6570\u5b66\u4e2d\u57fa\u4e8e\u7269\u7406\u4e16\u754c\u611f\u77e5\u7684\u601d\u7ef4\u65b9\u5f0f\uff0c\u5e0c\u5c14\u4f2f\u7279\u4e3b\u5f20\u901a\u8fc7\u7b26\u53f7\u5316\u6d88\u9664\u5176\u5f71\u54cd\u3002"}, {"color": "#3afdbe", "created_at": 1752674526, "description": "A traditional Chinese unit of length now defined as one-third of a meter.\u003cSEP\u003e\u5c3a\u662f\u53e4\u4ee3\u4e2d\u56fd\u4f7f\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u6700\u521d\u57fa\u4e8e\u4eba\u4f53\u6d4b\u91cf\uff0c\u540e\u7ecf\u7edf\u4e00\u6807\u51c6\u5316\uff0c\u4e0d\u540c\u5386\u53f2\u65f6\u671f\u957f\u5ea6\u6807\u51c6\u4e0d\u540c\u3002", "entity_id": "\u5c3a", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c3a", "label": "\u5c3a", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A traditional Chinese unit of length now defined as one-third of a meter.\u003cSEP\u003e\u5c3a\u662f\u53e4\u4ee3\u4e2d\u56fd\u4f7f\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u6700\u521d\u57fa\u4e8e\u4eba\u4f53\u6d4b\u91cf\uff0c\u540e\u7ecf\u7edf\u4e00\u6807\u51c6\u5316\uff0c\u4e0d\u540c\u5386\u53f2\u65f6\u671f\u957f\u5ea6\u6807\u51c6\u4e0d\u540c\u3002"}, {"color": "#4a33c7", "created_at": 1752674526, "description": "\u9879\u7fbd\u662f\u79e6\u672b\u8457\u540d\u519b\u4e8b\u5bb6\uff0c\u636e\u53f2\u4e66\u8bb0\u8f7d\u8eab\u9ad8\u516b\u5c3a\u4e8c\u5bf8\uff0c\u6362\u7b97\u73b0\u4ee3\u7ea6\u4e3a1.89\u7c73\uff0c\u4f53\u683c\u9b41\u68a7\u3002", "entity_id": "\u9879\u7fbd", "entity_type": "person", "file_path": "unknown_source", "id": "\u9879\u7fbd", "label": "\u9879\u7fbd", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u9879\u7fbd\u662f\u79e6\u672b\u8457\u540d\u519b\u4e8b\u5bb6\uff0c\u636e\u53f2\u4e66\u8bb0\u8f7d\u8eab\u9ad8\u516b\u5c3a\u4e8c\u5bf8\uff0c\u6362\u7b97\u73b0\u4ee3\u7ea6\u4e3a1.89\u7c73\uff0c\u4f53\u683c\u9b41\u68a7\u3002"}, {"color": "#1cdb64", "created_at": 1752674526, "description": "\u79e6\u59cb\u7687\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7b2c\u4e00\u4f4d\u7687\u5e1d\uff0c\u7edf\u4e00\u516d\u56fd\u540e\u63a8\u884c\u5ea6\u91cf\u8861\u7edf\u4e00\u653f\u7b56\uff0c\u89c4\u8303\u4e86\u0027\u5c3a\u0027\u7684\u957f\u5ea6\u6807\u51c6\u3002", "entity_id": "\u79e6\u59cb\u7687", "entity_type": "person", "file_path": "unknown_source", "id": "\u79e6\u59cb\u7687", "label": "\u79e6\u59cb\u7687", "shape": "dot", "size": 10, "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u79e6\u59cb\u7687\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7b2c\u4e00\u4f4d\u7687\u5e1d\uff0c\u7edf\u4e00\u516d\u56fd\u540e\u63a8\u884c\u5ea6\u91cf\u8861\u7edf\u4e00\u653f\u7b56\uff0c\u89c4\u8303\u4e86\u0027\u5c3a\u0027\u7684\u957f\u5ea6\u6807\u51c6\u3002"}, {"color": "#43bc57", "created_at": 1752674526, "description": "The Paris meridian is a line of longitude passing through Paris, used historically as the basis for defining the meter as one forty-millionth of its length.", "entity_id": "\u5df4\u9ece\u5b50\u5348\u7ebf", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5df4\u9ece\u5b50\u5348\u7ebf", "label": "\u5df4\u9ece\u5b50\u5348\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Paris meridian is a line of longitude passing through Paris, used historically as the basis for defining the meter as one forty-millionth of its length."}, {"color": "#1854d9", "created_at": 1752674526, "description": "The International Bureau of Weights and Measures, located in Paris, is responsible for maintaining international standards of measurement and currently houses the meter prototype.", "entity_id": "\u56fd\u9645\u8ba1\u91cf\u5c40", "entity_type": "organization", "file_path": "unknown_source", "id": "\u56fd\u9645\u8ba1\u91cf\u5c40", "label": "\u56fd\u9645\u8ba1\u91cf\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The International Bureau of Weights and Measures, located in Paris, is responsible for maintaining international standards of measurement and currently houses the meter prototype."}, {"color": "#360703", "created_at": 1752674526, "description": "The first International Conference on Weights and Measures was held in 1889 and established the international prototype meter as the global standard for the meter unit.", "entity_id": "\u7b2c\u4e00\u5c4a\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "\u7b2c\u4e00\u5c4a\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "label": "\u7b2c\u4e00\u5c4a\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The first International Conference on Weights and Measures was held in 1889 and established the international prototype meter as the global standard for the meter unit."}, {"color": "#912705", "created_at": 1752674526, "description": "The International Prototype Meter is a platinum-iridium bar that served as the standard for the meter until replaced by a definition based on the speed of light.", "entity_id": "\u7c73\u539f\u5668", "entity_type": "category", "file_path": "unknown_source", "id": "\u7c73\u539f\u5668", "label": "\u7c73\u539f\u5668", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The International Prototype Meter is a platinum-iridium bar that served as the standard for the meter until replaced by a definition based on the speed of light."}, {"color": "#e4c2cb", "created_at": 1752674526, "description": "A platinum-iridium bar used as the international prototype meter from 1889 until the redefinition of the meter based on the speed of light.", "entity_id": "\u94c2\u94f1\u5408\u91d1\u68d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u94c2\u94f1\u5408\u91d1\u68d2", "label": "\u94c2\u94f1\u5408\u91d1\u68d2", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A platinum-iridium bar used as the international prototype meter from 1889 until the redefinition of the meter based on the speed of light."}, {"color": "#e48b23", "created_at": 1752674526, "description": "The International Committee for Weights and Measures is the organization responsible for defining and maintaining international standards for units of measurement, including the meter.", "entity_id": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "entity_type": "organization", "file_path": "unknown_source", "id": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "label": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The International Committee for Weights and Measures is the organization responsible for defining and maintaining international standards for units of measurement, including the meter."}, {"color": "#e00d7f", "created_at": 1752674526, "description": "A unit of length measurement, much smaller than centimeters, mentioned in the context of measurement stories.\u003cSEP\u003eNanometer is a very small unit of length, equal to one billionth of a meter, widely used in nanotechnology and materials science.", "entity_id": "\u7eb3\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u7eb3\u7c73", "label": "\u7eb3\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A unit of length measurement, much smaller than centimeters, mentioned in the context of measurement stories.\u003cSEP\u003eNanometer is a very small unit of length, equal to one billionth of a meter, widely used in nanotechnology and materials science."}, {"color": "#3c611b", "created_at": 1752674526, "description": "Nanotechnology is a field of science and engineering that involves manipulating matter at the atomic and molecular scale, typically between 1 and 100 nanometers.", "entity_id": "\u7eb3\u7c73\u6280\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u7eb3\u7c73\u6280\u672f", "label": "\u7eb3\u7c73\u6280\u672f", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Nanotechnology is a field of science and engineering that involves manipulating matter at the atomic and molecular scale, typically between 1 and 100 nanometers."}, {"color": "#a3da48", "created_at": 1752674526, "description": "Atoms are the basic building blocks of matter and are studied and manipulated in nanotechnology at the nanometer scale.", "entity_id": "\u539f\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u539f\u5b50", "label": "\u539f\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Atoms are the basic building blocks of matter and are studied and manipulated in nanotechnology at the nanometer scale."}, {"color": "#b70244", "created_at": 1752674526, "description": "The story of Cao Chong weighing an elephant is a well-known example of early understanding and application of buoyancy in ancient China.\u003cSEP\u003e\u66f9\u51b2\u79f0\u8c61\u662f\u4e00\u4e2a\u5386\u53f2\u5178\u6545\uff0c\u63cf\u8ff0\u66f9\u51b2\u5229\u7528\u6d6e\u529b\u539f\u7406\u5de7\u5999\u5730\u79f0\u91cf\u5927\u8c61\u7684\u91cd\u91cf\uff0c\u5c55\u73b0\u4e86\u65e9\u671f\u5bf9\u7b49\u91cf\u66ff\u6362\u539f\u7406\u7684\u7406\u89e3\u3002", "entity_id": "\u66f9\u51b2\u79f0\u8c61", "entity_type": "event", "file_path": "unknown_source", "id": "\u66f9\u51b2\u79f0\u8c61", "label": "\u66f9\u51b2\u79f0\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The story of Cao Chong weighing an elephant is a well-known example of early understanding and application of buoyancy in ancient China.\u003cSEP\u003e\u66f9\u51b2\u79f0\u8c61\u662f\u4e00\u4e2a\u5386\u53f2\u5178\u6545\uff0c\u63cf\u8ff0\u66f9\u51b2\u5229\u7528\u6d6e\u529b\u539f\u7406\u5de7\u5999\u5730\u79f0\u91cf\u5927\u8c61\u7684\u91cd\u91cf\uff0c\u5c55\u73b0\u4e86\u65e9\u671f\u5bf9\u7b49\u91cf\u66ff\u6362\u539f\u7406\u7684\u7406\u89e3\u3002"}, {"color": "#e88023", "created_at": 1752674526, "description": "\u6d6e\u529b\u662f\u7269\u4f53\u5728\u6d41\u4f53\u4e2d\u53d7\u5230\u7684\u5411\u4e0a\u7684\u529b\uff0c\u662f\u963f\u57fa\u7c73\u5fb7\u7814\u7a76\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\u3002", "entity_id": "\u6d6e\u529b", "entity_type": "category", "file_path": "unknown_source", "id": "\u6d6e\u529b", "label": "\u6d6e\u529b", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u6d6e\u529b\u662f\u7269\u4f53\u5728\u6d41\u4f53\u4e2d\u53d7\u5230\u7684\u5411\u4e0a\u7684\u529b\uff0c\u662f\u963f\u57fa\u7c73\u5fb7\u7814\u7a76\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\u3002"}, {"color": "#de5620", "created_at": 1752674526, "description": "The center of the Milky Way galaxy, located about 28,000 light-years from the solar system.", "entity_id": "\u94f6\u6cb3\u7cfb\u4e2d\u5fc3", "entity_type": "geo", "file_path": "unknown_source", "id": "\u94f6\u6cb3\u7cfb\u4e2d\u5fc3", "label": "\u94f6\u6cb3\u7cfb\u4e2d\u5fc3", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The center of the Milky Way galaxy, located about 28,000 light-years from the solar system."}, {"color": "#006858", "created_at": 1752674526, "description": "Cao Cao was a prominent warlord and politician during the late Eastern Han dynasty and Three Kingdoms period in China, and the father of Cao Chong.\u003cSEP\u003e\u66f9\u64cd\u662f\u66f9\u51b2\u7684\u7236\u4eb2\uff0c\u4e09\u56fd\u65f6\u671f\u9b4f\u56fd\u7684\u5b9e\u9645\u638c\u6743\u8005\uff0c\u66fe\u5bfb\u6c42\u79f0\u91cf\u5927\u8c61\u91cd\u91cf\u7684\u65b9\u6cd5\u3002", "entity_id": "\u66f9\u64cd", "entity_type": "person", "file_path": "unknown_source", "id": "\u66f9\u64cd", "label": "\u66f9\u64cd", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Cao Cao was a prominent warlord and politician during the late Eastern Han dynasty and Three Kingdoms period in China, and the father of Cao Chong.\u003cSEP\u003e\u66f9\u64cd\u662f\u66f9\u51b2\u7684\u7236\u4eb2\uff0c\u4e09\u56fd\u65f6\u671f\u9b4f\u56fd\u7684\u5b9e\u9645\u638c\u6743\u8005\uff0c\u66fe\u5bfb\u6c42\u79f0\u91cf\u5927\u8c61\u91cd\u91cf\u7684\u65b9\u6cd5\u3002"}, {"color": "#e791d2", "created_at": 1752674526, "description": "\u5de8\u8c61\u662f\u5b59\u6743\u8d60\u9001\u7ed9\u66f9\u64cd\u7684\u5927\u578b\u52a8\u7269\uff0c\u5f15\u53d1\u4e86\u5982\u4f55\u79f0\u91cf\u5176\u91cd\u91cf\u7684\u95ee\u9898\u3002", "entity_id": "\u5de8\u8c61", "entity_type": "category", "file_path": "unknown_source", "id": "\u5de8\u8c61", "label": "\u5de8\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u5de8\u8c61\u662f\u5b59\u6743\u8d60\u9001\u7ed9\u66f9\u64cd\u7684\u5927\u578b\u52a8\u7269\uff0c\u5f15\u53d1\u4e86\u5982\u4f55\u79f0\u91cf\u5176\u91cd\u91cf\u7684\u95ee\u9898\u3002"}, {"color": "#18d877", "created_at": 1752674526, "description": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u662f\u4e00\u79cd\u6570\u5b66\u903b\u8f91\u516c\u7406\uff0c\u88ab\u66f9\u51b2\u548c\u963f\u57fa\u7c73\u5fb7\u5728\u5404\u81ea\u95ee\u9898\u4e2d\u5e94\u7528\u3002", "entity_id": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u516c\u7406", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u516c\u7406", "label": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u516c\u7406", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u662f\u4e00\u79cd\u6570\u5b66\u903b\u8f91\u516c\u7406\uff0c\u88ab\u66f9\u51b2\u548c\u963f\u57fa\u7c73\u5fb7\u5728\u5404\u81ea\u95ee\u9898\u4e2d\u5e94\u7528\u3002"}, {"color": "#897303", "created_at": 1752674526, "description": "\u5b59\u6743\u662f\u4e1c\u5434\u7684\u7edf\u6cbb\u8005\uff0c\u66fe\u5411\u66f9\u64cd\u8d60\u9001\u4e00\u5934\u5927\u8c61\u3002", "entity_id": "\u5b59\u6743", "entity_type": "person", "file_path": "unknown_source", "id": "\u5b59\u6743", "label": "\u5b59\u6743", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u5b59\u6743\u662f\u4e1c\u5434\u7684\u7edf\u6cbb\u8005\uff0c\u66fe\u5411\u66f9\u64cd\u8d60\u9001\u4e00\u5934\u5927\u8c61\u3002"}, {"color": "#5f4ee1", "created_at": 1752674526, "description": "A light-second is a unit of distance defined as the distance light travels in one second, conceptually linked to the modern definition of the meter.", "entity_id": "\u5149\u79d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u5149\u79d2", "label": "\u5149\u79d2", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A light-second is a unit of distance defined as the distance light travels in one second, conceptually linked to the modern definition of the meter."}, {"color": "#67de61", "created_at": 1752674526, "description": "A traditional Chinese unit of distance, defined as half a kilometer or 500 meters.", "entity_id": "\u91cc", "entity_type": "category", "file_path": "unknown_source", "id": "\u91cc", "label": "\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A traditional Chinese unit of distance, defined as half a kilometer or 500 meters."}, {"color": "#88c242", "created_at": 1752674526, "description": "Kilometer, also known as \u0027kilometre\u0027 in some regions, is a unit of length equal to 1,000 meters and is used in the definition of the Chinese \u0027li\u0027.\u003cSEP\u003e\u5343\u7c73is a larger unit of length measurement taught in elementary education, equivalent to 1000 meters.", "entity_id": "\u5343\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u5343\u7c73", "label": "\u5343\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Kilometer, also known as \u0027kilometre\u0027 in some regions, is a unit of length equal to 1,000 meters and is used in the definition of the Chinese \u0027li\u0027.\u003cSEP\u003e\u5343\u7c73is a larger unit of length measurement taught in elementary education, equivalent to 1000 meters."}, {"color": "#0337f0", "created_at": 1752674526, "description": "Kilometer is the term used in Chinese to refer to a kilometer, equivalent to 1,000 meters.", "entity_id": "\u516c\u91cc", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u91cc", "label": "\u516c\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Kilometer is the term used in Chinese to refer to a kilometer, equivalent to 1,000 meters."}, {"color": "#7d465d", "created_at": 1752674526, "description": "Mile is a traditional unit of length used in the United States and Commonwealth countries, equivalent to 1,609.344 meters.", "entity_id": "\u82f1\u91cc", "entity_type": "category", "file_path": "unknown_source", "id": "\u82f1\u91cc", "label": "\u82f1\u91cc", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Mile is a traditional unit of length used in the United States and Commonwealth countries, equivalent to 1,609.344 meters."}, {"color": "#d0eb8b", "created_at": 1752674526, "description": "Foot is a unit of length in the imperial system, historically based on the average length of a man\u0027s foot and standardized as 0.3048 meters.", "entity_id": "foot", "entity_type": "category", "file_path": "unknown_source", "id": "foot", "label": "foot", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Foot is a unit of length in the imperial system, historically based on the average length of a man\u0027s foot and standardized as 0.3048 meters."}, {"color": "#2592bf", "created_at": 1752674526, "description": "Germans who in the 16th century devised a method to standardize the foot measurement by averaging the left foot lengths of 16 adult men.", "entity_id": "\u5fb7\u56fd\u4eba", "entity_type": "person", "file_path": "unknown_source", "id": "\u5fb7\u56fd\u4eba", "label": "\u5fb7\u56fd\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Germans who in the 16th century devised a method to standardize the foot measurement by averaging the left foot lengths of 16 adult men."}, {"color": "#ce89ca", "created_at": 1752674526, "description": "A church where, in a historical anecdote, 16 men were selected to help standardize the length of a foot in 16th-century Germany.", "entity_id": "\u6559\u5802", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6559\u5802", "label": "\u6559\u5802", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A church where, in a historical anecdote, 16 men were selected to help standardize the length of a foot in 16th-century Germany."}, {"color": "#882c4f", "created_at": 1752674526, "description": "\u7f8e\u56fd\u6d77\u519b\u7684\u4e00\u8258\u8d85\u5927\u578b\u822a\u7a7a\u6bcd\u8230\uff0c\u670d\u5f79\u4e8e1989\u5e74\uff0c\u6ee1\u8f7d\u6392\u6c34\u91cf\u4e3a10.2\u4e07\u5428\u3002", "entity_id": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230", "label": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u7f8e\u56fd\u6d77\u519b\u7684\u4e00\u8258\u8d85\u5927\u578b\u822a\u7a7a\u6bcd\u8230\uff0c\u670d\u5f79\u4e8e1989\u5e74\uff0c\u6ee1\u8f7d\u6392\u6c34\u91cf\u4e3a10.2\u4e07\u5428\u3002"}, {"color": "#0fb8b6", "created_at": 1752674566, "description": "\u300a\u8bba\u6d6e\u4f53\u300b\u4e2d\u63d0\u51fa\u4e86\u6d6e\u529b\u7684\u57fa\u672c\u539f\u7406\uff0c\u6210\u4e3a\u6d41\u4f53\u9759\u529b\u5b66\u7684\u5960\u57fa\u4e4b\u4f5c\u3002", "entity_id": "\u6d6e\u529b\u539f\u7406", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u6d6e\u529b\u539f\u7406", "label": "\u6d6e\u529b\u539f\u7406", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u300a\u8bba\u6d6e\u4f53\u300b\u4e2d\u63d0\u51fa\u4e86\u6d6e\u529b\u7684\u57fa\u672c\u539f\u7406\uff0c\u6210\u4e3a\u6d41\u4f53\u9759\u529b\u5b66\u7684\u5960\u57fa\u4e4b\u4f5c\u3002"}, {"color": "#27dd7c", "created_at": 1752674526, "description": "\u6392\u6c34\u91cf\u662f\u8239\u8236\u8bbe\u8ba1\u4e2d\u7684\u5173\u952e\u53c2\u6570\uff0c\u57fa\u4e8e\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u7528\u4e8e\u8861\u91cf\u8239\u53ea\u627f\u8f7d\u80fd\u529b\u3002", "entity_id": "\u6392\u6c34\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u6392\u6c34\u91cf", "label": "\u6392\u6c34\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u6392\u6c34\u91cf\u662f\u8239\u8236\u8bbe\u8ba1\u4e2d\u7684\u5173\u952e\u53c2\u6570\uff0c\u57fa\u4e8e\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u7528\u4e8e\u8861\u91cf\u8239\u53ea\u627f\u8f7d\u80fd\u529b\u3002"}, {"color": "#1c6959", "created_at": 1752674526, "description": "\u4e00\u79cd\u5177\u6709\u6781\u5927\u6392\u6c34\u91cf\u7684\u6d77\u4e0a\u8fd0\u8f93\u5de5\u5177\uff0c\u6ee1\u8f7d\u6392\u6c34\u91cf\u53ef\u8d85\u8fc745\u4e07\u5428\u3002", "entity_id": "\u8d85\u5927\u578b\u6cb9\u8f6e", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d85\u5927\u578b\u6cb9\u8f6e", "label": "\u8d85\u5927\u578b\u6cb9\u8f6e", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u4e00\u79cd\u5177\u6709\u6781\u5927\u6392\u6c34\u91cf\u7684\u6d77\u4e0a\u8fd0\u8f93\u5de5\u5177\uff0c\u6ee1\u8f7d\u6392\u6c34\u91cf\u53ef\u8d85\u8fc745\u4e07\u5428\u3002"}, {"color": "#0bcf3b", "created_at": 1752674526, "description": "\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u671d\u4ee3\uff0c\u5728\u7edf\u8ba1\u5b66\u65e9\u671f\u53d1\u5c55\u4e2d\u6709\u8bbe\u7acb\u4e13\u95e8\u8d1f\u8d23\u8c03\u67e5\u4e0e\u8bb0\u5f55\u6570\u636e\u7684\u5b98\u804c\u3002\u003cSEP\u003e\u5468\u671d\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u91cd\u8981\u65f6\u671f\uff0c\u8bbe\u6709\u4e13\u95e8\u7684\u6570\u636e\u8bb0\u5f55\u4e0e\u7ba1\u7406\u4eba\u5458\uff0c\u5982\u53f8\u4e66\uff0c\u7528\u4e8e\u56fd\u5bb6\u6cbb\u7406\u3002", "entity_id": "\u5468\u671d", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5468\u671d", "label": "\u5468\u671d", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u671d\u4ee3\uff0c\u5728\u7edf\u8ba1\u5b66\u65e9\u671f\u53d1\u5c55\u4e2d\u6709\u8bbe\u7acb\u4e13\u95e8\u8d1f\u8d23\u8c03\u67e5\u4e0e\u8bb0\u5f55\u6570\u636e\u7684\u5b98\u804c\u3002\u003cSEP\u003e\u5468\u671d\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u91cd\u8981\u65f6\u671f\uff0c\u8bbe\u6709\u4e13\u95e8\u7684\u6570\u636e\u8bb0\u5f55\u4e0e\u7ba1\u7406\u4eba\u5458\uff0c\u5982\u53f8\u4e66\uff0c\u7528\u4e8e\u56fd\u5bb6\u6cbb\u7406\u3002"}, {"color": "#c92732", "created_at": 1752674526, "description": "\u300a\u5468\u793c\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u5178\u7c4d\uff0c\u8bb0\u8f7d\u4e86\u5468\u671d\u7684\u5b98\u5236\u4e0e\u884c\u653f\u5236\u5ea6\uff0c\u5305\u62ec\u53f8\u4e66\u7684\u804c\u8d23\u3002", "entity_id": "\u5468\u793c", "entity_type": "event", "file_path": "unknown_source", "id": "\u5468\u793c", "label": "\u5468\u793c", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u300a\u5468\u793c\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u5178\u7c4d\uff0c\u8bb0\u8f7d\u4e86\u5468\u671d\u7684\u5b98\u5236\u4e0e\u884c\u653f\u5236\u5ea6\uff0c\u5305\u62ec\u53f8\u4e66\u7684\u804c\u8d23\u3002"}, {"color": "#c6b0ab", "created_at": 1752674526, "description": "\u4e2d\u56fd\u5468\u671d\u662f\u4e00\u4e2a\u5386\u53f2\u65f6\u671f\uff0c\u5728\u6b64\u671f\u95f4\u8bbe\u6709\u4e13\u95e8\u8d1f\u8d23\u8c03\u67e5\u548c\u8bb0\u5f55\u6570\u636e\u7684\u5b98\u5458\uff0c\u88ab\u79f0\u4e3a\u53f8\u4e66\u3002", "entity_id": "\u4e2d\u56fd\u5468\u671d", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e2d\u56fd\u5468\u671d", "label": "\u4e2d\u56fd\u5468\u671d", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u4e2d\u56fd\u5468\u671d\u662f\u4e00\u4e2a\u5386\u53f2\u65f6\u671f\uff0c\u5728\u6b64\u671f\u95f4\u8bbe\u6709\u4e13\u95e8\u8d1f\u8d23\u8c03\u67e5\u548c\u8bb0\u5f55\u6570\u636e\u7684\u5b98\u5458\uff0c\u88ab\u79f0\u4e3a\u53f8\u4e66\u3002"}, {"color": "#718cc5", "created_at": 1752674526, "description": "\u300a\u5468\u793c\u00b7\u5929\u5b98\u00b7\u51a2\u5bb0\u300b\u662f\u8bb0\u8f7d\u5468\u671d\u5b98\u5236\u548c\u56fd\u5bb6\u6cbb\u7406\u5236\u5ea6\u7684\u91cd\u8981\u6587\u732e\uff0c\u5176\u4e2d\u63d0\u53ca\u53f8\u4e66\u7684\u804c\u8d23\u3002", "entity_id": "\u300a\u5468\u793c\u00b7\u5929\u5b98\u00b7\u51a2\u5bb0\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u5468\u793c\u00b7\u5929\u5b98\u00b7\u51a2\u5bb0\u300b", "label": "\u300a\u5468\u793c\u00b7\u5929\u5b98\u00b7\u51a2\u5bb0\u300b", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u5468\u793c\u00b7\u5929\u5b98\u00b7\u51a2\u5bb0\u300b\u662f\u8bb0\u8f7d\u5468\u671d\u5b98\u5236\u548c\u56fd\u5bb6\u6cbb\u7406\u5236\u5ea6\u7684\u91cd\u8981\u6587\u732e\uff0c\u5176\u4e2d\u63d0\u53ca\u53f8\u4e66\u7684\u804c\u8d23\u3002"}, {"color": "#3970c8", "created_at": 1752674526, "description": "\u6570\u636e\u5f52\u7eb3\u662f\u6307\u5bf9\u6742\u4e71\u65e0\u7ae0\u7684\u6570\u636e\u8fdb\u884c\u6574\u7406\u548c\u603b\u7ed3\uff0c\u4ee5\u4fbf\u4e8e\u5206\u6790\u548c\u4f7f\u7528\u3002", "entity_id": "\u6570\u636e\u5f52\u7eb3", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u5f52\u7eb3", "label": "\u6570\u636e\u5f52\u7eb3", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u6570\u636e\u5f52\u7eb3\u662f\u6307\u5bf9\u6742\u4e71\u65e0\u7ae0\u7684\u6570\u636e\u8fdb\u884c\u6574\u7406\u548c\u603b\u7ed3\uff0c\u4ee5\u4fbf\u4e8e\u5206\u6790\u548c\u4f7f\u7528\u3002"}, {"color": "#6f3fd4", "created_at": 1752674526, "description": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b\u662f\u4e00\u672c\u8bb0\u8f7d\u4e8665\u4e2a\u8c03\u67e5\u79d1\u76ee\u7684\u53e4\u4ee3\u6587\u732e\uff0c\u53cd\u6620\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u601d\u60f3\u3002", "entity_id": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b", "label": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b\u662f\u4e00\u672c\u8bb0\u8f7d\u4e8665\u4e2a\u8c03\u67e5\u79d1\u76ee\u7684\u53e4\u4ee3\u6587\u732e\uff0c\u53cd\u6620\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u601d\u60f3\u3002"}, {"color": "#3dc7c8", "created_at": 1752674526, "description": "\u516d\u5341\u4e94\u95ee\u662f\u300a\u7ba1\u5b50\u00b7\u95ee\u300b\u4e2d\u63d0\u51fa\u768465\u4e2a\u8c03\u67e5\u79d1\u76ee\uff0c\u7528\u4e8e\u56fd\u5bb6\u7ba1\u7406\u4e0e\u6570\u636e\u6536\u96c6\u3002", "entity_id": "\u516d\u5341\u4e94\u95ee", "entity_type": "event", "file_path": "unknown_source", "id": "\u516d\u5341\u4e94\u95ee", "label": "\u516d\u5341\u4e94\u95ee", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u516d\u5341\u4e94\u95ee\u662f\u300a\u7ba1\u5b50\u00b7\u95ee\u300b\u4e2d\u63d0\u51fa\u768465\u4e2a\u8c03\u67e5\u79d1\u76ee\uff0c\u7528\u4e8e\u56fd\u5bb6\u7ba1\u7406\u4e0e\u6570\u636e\u6536\u96c6\u3002"}, {"color": "#d43602", "created_at": 1752674566, "description": "\u516d\u5341\u4e94\u95ee\u7684\u5185\u5bb9\u5927\u591a\u4e0e\u56fd\u5bb6\u6cbb\u7406\u76f8\u5173\uff0c\u63d0\u4f9b\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u7684\u8303\u5f0f\u3002", "entity_id": "\u56fd\u5bb6\u7ba1\u7406", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u56fd\u5bb6\u7ba1\u7406", "label": "\u56fd\u5bb6\u7ba1\u7406", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u516d\u5341\u4e94\u95ee\u7684\u5185\u5bb9\u5927\u591a\u4e0e\u56fd\u5bb6\u6cbb\u7406\u76f8\u5173\uff0c\u63d0\u4f9b\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u7684\u8303\u5f0f\u3002"}, {"color": "#2b642e", "created_at": 1752674566, "description": "\u300a\u5370\u5ea6\u7ecf\u5178\u300b\u4e2d\u5173\u4e8e\u6570\u636e\u6536\u96c6\u7684\u89c4\u5b9a\u53cd\u6620\u4e86\u65e9\u671f\u7edf\u8ba1\u5b66\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7684\u7d27\u5bc6\u8054\u7cfb\u3002", "entity_id": "\u56fd\u5bb6\u6cbb\u7406", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u56fd\u5bb6\u6cbb\u7406", "label": "\u56fd\u5bb6\u6cbb\u7406", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u5370\u5ea6\u7ecf\u5178\u300b\u4e2d\u5173\u4e8e\u6570\u636e\u6536\u96c6\u7684\u89c4\u5b9a\u53cd\u6620\u4e86\u65e9\u671f\u7edf\u8ba1\u5b66\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7684\u7d27\u5bc6\u8054\u7cfb\u3002"}, {"color": "#3fb515", "created_at": 1752674526, "description": "\u5b9a\u91cf\u5206\u6790\u662f\u4e00\u79cd\u57fa\u4e8e\u6570\u636e\u8fdb\u884c\u6d4b\u91cf\u548c\u5206\u6790\u7684\u65b9\u6cd5\uff0c\u7528\u4e8e\u8f85\u52a9\u7ba1\u7406\u548c\u51b3\u7b56\u3002\u003cSEP\u003e\u5b9a\u91cf\u5206\u6790\u662f\u901a\u8fc7\u6570\u636e\u8fdb\u884c\u7edf\u8ba1\u5206\u6790\u7684\u65b9\u6cd5\uff0c\u4e0e\u5b9a\u6027\u5206\u6790\u76f8\u7ed3\u5408\uff0c\u7528\u4e8e\u7ba1\u7406\u51b3\u7b56\u548c\u79d1\u5b66\u7814\u7a76\u3002", "entity_id": "\u5b9a\u91cf\u5206\u6790", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b9a\u91cf\u5206\u6790", "label": "\u5b9a\u91cf\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71\u003cSEP\u003echunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u5b9a\u91cf\u5206\u6790\u662f\u4e00\u79cd\u57fa\u4e8e\u6570\u636e\u8fdb\u884c\u6d4b\u91cf\u548c\u5206\u6790\u7684\u65b9\u6cd5\uff0c\u7528\u4e8e\u8f85\u52a9\u7ba1\u7406\u548c\u51b3\u7b56\u3002\u003cSEP\u003e\u5b9a\u91cf\u5206\u6790\u662f\u901a\u8fc7\u6570\u636e\u8fdb\u884c\u7edf\u8ba1\u5206\u6790\u7684\u65b9\u6cd5\uff0c\u4e0e\u5b9a\u6027\u5206\u6790\u76f8\u7ed3\u5408\uff0c\u7528\u4e8e\u7ba1\u7406\u51b3\u7b56\u548c\u79d1\u5b66\u7814\u7a76\u3002"}, {"color": "#47c716", "created_at": 1752674526, "description": "\u76d1\u5bdf\u5b98\u662f\u53e4\u7f57\u9a6c\u8d1f\u8d23\u4eba\u53e3\u548c\u8d22\u4ea7\u767b\u8bb0\u7684\u5b98\u5458\uff0c\u6bcf\u4e94\u5e74\u8fdb\u884c\u4e00\u6b21\u4eba\u53e3\u666e\u67e5\u3002", "entity_id": "\u76d1\u5bdf\u5b98", "entity_type": "organization", "file_path": "unknown_source", "id": "\u76d1\u5bdf\u5b98", "label": "\u76d1\u5bdf\u5b98", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u76d1\u5bdf\u5b98\u662f\u53e4\u7f57\u9a6c\u8d1f\u8d23\u4eba\u53e3\u548c\u8d22\u4ea7\u767b\u8bb0\u7684\u5b98\u5458\uff0c\u6bcf\u4e94\u5e74\u8fdb\u884c\u4e00\u6b21\u4eba\u53e3\u666e\u67e5\u3002"}, {"color": "#618ec6", "created_at": 1752674526, "description": "census\u662f\u62c9\u4e01\u8bed\u8bcd\u6c47\uff0c\u610f\u4e3a\u7a0e\u6536\uff0c\u540e\u6f14\u53d8\u4e3a\u73b0\u4ee3\u82f1\u8bed\u4e2d\u8868\u793a\u4eba\u53e3\u666e\u67e5\u7684\u8bcd\u3002", "entity_id": "census", "entity_type": "category", "file_path": "unknown_source", "id": "census", "label": "census", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "census\u662f\u62c9\u4e01\u8bed\u8bcd\u6c47\uff0c\u610f\u4e3a\u7a0e\u6536\uff0c\u540e\u6f14\u53d8\u4e3a\u73b0\u4ee3\u82f1\u8bed\u4e2d\u8868\u793a\u4eba\u53e3\u666e\u67e5\u7684\u8bcd\u3002"}, {"color": "#bd58ec", "created_at": 1752674526, "description": "\u53e4\u5370\u5ea6\u662f\u53e6\u4e00\u4e2a\u65e9\u671f\u6587\u660e\uff0c\u5176\u7ecf\u5178\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b\u8be6\u7ec6\u8bb0\u8f7d\u4e86\u6570\u636e\u6536\u96c6\u4e0e\u7ba1\u7406\u65b9\u6cd5\u3002", "entity_id": "\u53e4\u5370\u5ea6", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53e4\u5370\u5ea6", "label": "\u53e4\u5370\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u53e4\u5370\u5ea6\u662f\u53e6\u4e00\u4e2a\u65e9\u671f\u6587\u660e\uff0c\u5176\u7ecf\u5178\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b\u8be6\u7ec6\u8bb0\u8f7d\u4e86\u6570\u636e\u6536\u96c6\u4e0e\u7ba1\u7406\u65b9\u6cd5\u3002"}, {"color": "#efbbf4", "created_at": 1752674526, "description": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b\u662f\u4e00\u90e8\u53e4\u5370\u5ea6\u653f\u6cbb\u4e0e\u7ecf\u6d4e\u8457\u4f5c\uff0c\u8be6\u7ec6\u89c4\u5b9a\u4e86\u6570\u636e\u6536\u96c6\u4e0e\u6751\u7ea7\u4f1a\u8ba1\u804c\u8d23\u3002", "entity_id": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b", "label": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b\u662f\u4e00\u90e8\u53e4\u5370\u5ea6\u653f\u6cbb\u4e0e\u7ecf\u6d4e\u8457\u4f5c\uff0c\u8be6\u7ec6\u89c4\u5b9a\u4e86\u6570\u636e\u6536\u96c6\u4e0e\u6751\u7ea7\u4f1a\u8ba1\u804c\u8d23\u3002"}, {"color": "#ea2402", "created_at": 1752674526, "description": "\u963f\u4ea8\u74e6\u5c14\u662f\u5fb7\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u521b\u9020\u4e86\u5fb7\u6587\u7edf\u8ba1\u5b66\u8bcd\u6c47statistieken\uff0c\u5f3a\u8c03\u56fd\u5bb6\u6570\u636e\u6536\u96c6\u3002", "entity_id": "\u963f\u4ea8\u74e6\u5c14", "entity_type": "person", "file_path": "unknown_source", "id": "\u963f\u4ea8\u74e6\u5c14", "label": "\u963f\u4ea8\u74e6\u5c14", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u963f\u4ea8\u74e6\u5c14\u662f\u5fb7\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u521b\u9020\u4e86\u5fb7\u6587\u7edf\u8ba1\u5b66\u8bcd\u6c47statistieken\uff0c\u5f3a\u8c03\u56fd\u5bb6\u6570\u636e\u6536\u96c6\u3002"}, {"color": "#95f206", "created_at": 1752674526, "description": "statistieken\u662f\u5fb7\u6587\u7edf\u8ba1\u5b66\u8bcd\u6c47\uff0c\u6e90\u81eastatus\uff0c\u610f\u4e3a\u56fd\u5bb6\u6216\u653f\u5e9c\uff0c\u53cd\u6620\u7edf\u8ba1\u5b66\u65e9\u671f\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7684\u5173\u7cfb\u3002", "entity_id": "statistieken", "entity_type": "category", "file_path": "unknown_source", "id": "statistieken", "label": "statistieken", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "statistieken\u662f\u5fb7\u6587\u7edf\u8ba1\u5b66\u8bcd\u6c47\uff0c\u6e90\u81eastatus\uff0c\u610f\u4e3a\u56fd\u5bb6\u6216\u653f\u5e9c\uff0c\u53cd\u6620\u7edf\u8ba1\u5b66\u65e9\u671f\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7684\u5173\u7cfb\u3002"}, {"color": "#4e17fd", "created_at": 1752674526, "description": "statistics\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u82f1\u6587\u8bcd\u6c47\uff0c\u6e90\u81ea\u5fb7\u6587statistieken\uff0c\u73b0\u7528\u4e8e\u5e7f\u6cdb\u7684\u6570\u636e\u5206\u6790\u9886\u57df\u3002", "entity_id": "statistics", "entity_type": "category", "file_path": "unknown_source", "id": "statistics", "label": "statistics", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "statistics\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u82f1\u6587\u8bcd\u6c47\uff0c\u6e90\u81ea\u5fb7\u6587statistieken\uff0c\u73b0\u7528\u4e8e\u5e7f\u6cdb\u7684\u6570\u636e\u5206\u6790\u9886\u57df\u3002"}, {"color": "#4b5147", "created_at": 1752674526, "description": "\u8f9b\u514b\u83b1\u662f\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u4e3b\u7f16\u4e86\u300a\u7edf\u8ba1\u62a5\u8868\u300b\uff0c\u5e76\u6269\u5c55\u4e86\u7edf\u8ba1\u5b66\u7684\u542b\u4e49\u81f3\u56fd\u6c11\u798f\u7949\u3002", "entity_id": "\u8f9b\u514b\u83b1", "entity_type": "person", "file_path": "unknown_source", "id": "\u8f9b\u514b\u83b1", "label": "\u8f9b\u514b\u83b1", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u8f9b\u514b\u83b1\u662f\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u4e3b\u7f16\u4e86\u300a\u7edf\u8ba1\u62a5\u8868\u300b\uff0c\u5e76\u6269\u5c55\u4e86\u7edf\u8ba1\u5b66\u7684\u542b\u4e49\u81f3\u56fd\u6c11\u798f\u7949\u3002"}, {"color": "#ca9d46", "created_at": 1752674526, "description": "\u300a\u7edf\u8ba1\u62a5\u8868\u300b\u662f\u8f9b\u514b\u83b1\u4e3b\u7f16\u768421\u5377\u7edf\u8ba1\u8c03\u67e5\u62a5\u544a\uff0c\u6d89\u53ca\u82cf\u683c\u5170\u7684\u793e\u4f1a\u3001\u5386\u53f2\u548c\u5730\u7406\u6570\u636e\u3002", "entity_id": "\u300a\u7edf\u8ba1\u62a5\u8868\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u7edf\u8ba1\u62a5\u8868\u300b", "label": "\u300a\u7edf\u8ba1\u62a5\u8868\u300b", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u7edf\u8ba1\u62a5\u8868\u300b\u662f\u8f9b\u514b\u83b1\u4e3b\u7f16\u768421\u5377\u7edf\u8ba1\u8c03\u67e5\u62a5\u544a\uff0c\u6d89\u53ca\u82cf\u683c\u5170\u7684\u793e\u4f1a\u3001\u5386\u53f2\u548c\u5730\u7406\u6570\u636e\u3002"}, {"color": "#98625f", "created_at": 1752674526, "description": "\u7edf\u8ba1\u5b66\u53d1\u5c55\u6db5\u76d6\u4ece\u683c\u6717\u7279\u3001\u914d\u7b2c\u3001\u54c8\u96f7\u5230\u9ad8\u5c14\u767b\u7b49\u4eba\u7684\u7814\u7a76\uff0c\u6807\u5fd7\u7740\u4ece\u63cf\u8ff0\u6027\u7edf\u8ba1\u5411\u63a8\u65ad\u6027\u7edf\u8ba1\u7684\u8f6c\u53d8\u3002", "entity_id": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "label": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u7edf\u8ba1\u5b66\u53d1\u5c55\u6db5\u76d6\u4ece\u683c\u6717\u7279\u3001\u914d\u7b2c\u3001\u54c8\u96f7\u5230\u9ad8\u5c14\u767b\u7b49\u4eba\u7684\u7814\u7a76\uff0c\u6807\u5fd7\u7740\u4ece\u63cf\u8ff0\u6027\u7edf\u8ba1\u5411\u63a8\u65ad\u6027\u7edf\u8ba1\u7684\u8f6c\u53d8\u3002"}, {"color": "#68f2a1", "created_at": 1752674526, "description": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279\u662f\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u7b2c\u4e00\u4e2a\u5bf9\u5927\u91cf\u7edf\u8ba1\u8d44\u6599\u8fdb\u884c\u7cfb\u7edf\u6574\u7406\u548c\u5206\u6790\u7684\u4eba\uff0c\u4e8e1662\u5e74\u51fa\u7248\u4e86\u300a\u6b7b\u4ea1\u62a5\u8868\u7684\u81ea\u7136\u548c\u653f\u6cbb\u89c2\u5bdf\u300b\uff0c\u63ed\u793a\u4e86\u7537\u5b69\u51fa\u751f\u7387\u9ad8\u4e8e\u5973\u5b69\u7684\u4e8b\u5b9e\u3002", "entity_id": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279", "entity_type": "person", "file_path": "unknown_source", "id": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279", "label": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279\u662f\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6\uff0c\u7b2c\u4e00\u4e2a\u5bf9\u5927\u91cf\u7edf\u8ba1\u8d44\u6599\u8fdb\u884c\u7cfb\u7edf\u6574\u7406\u548c\u5206\u6790\u7684\u4eba\uff0c\u4e8e1662\u5e74\u51fa\u7248\u4e86\u300a\u6b7b\u4ea1\u62a5\u8868\u7684\u81ea\u7136\u548c\u653f\u6cbb\u89c2\u5bdf\u300b\uff0c\u63ed\u793a\u4e86\u7537\u5b69\u51fa\u751f\u7387\u9ad8\u4e8e\u5973\u5b69\u7684\u4e8b\u5b9e\u3002"}, {"color": "#5a510d", "created_at": 1752674526, "description": "\u4f26\u6566\u662f\u82f1\u56fd\u7684\u9996\u90fd\uff0c\u5386\u53f2\u4e0a\u66fe\u51fa\u7248\u6709\u5173\u6b7b\u4ea1\u539f\u56e0\u7684\u6bcf\u5468\u62a5\u8868\uff0c\u5e76\u662f\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u8bc1\u5238\u4ea4\u6613\u6240\u7684\u6240\u5728\u5730\u3002", "entity_id": "\u4f26\u6566", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4f26\u6566", "label": "\u4f26\u6566", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4f26\u6566\u662f\u82f1\u56fd\u7684\u9996\u90fd\uff0c\u5386\u53f2\u4e0a\u66fe\u51fa\u7248\u6709\u5173\u6b7b\u4ea1\u539f\u56e0\u7684\u6bcf\u5468\u62a5\u8868\uff0c\u5e76\u662f\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u8bc1\u5238\u4ea4\u6613\u6240\u7684\u6240\u5728\u5730\u3002"}, {"color": "#2145d5", "created_at": 1752674526, "description": "\u5a01\u5ec9\u00b7\u914d\u7b2c\u662f\u82f1\u56fd\u53e4\u5178\u653f\u6cbb\u7ecf\u6d4e\u5b66\u521b\u59cb\u4eba\uff0c\u53d7\u683c\u6717\u7279\u5f71\u54cd\uff0c\u4e8e1690\u5e74\u51fa\u7248\u300a\u653f\u6cbb\u7b97\u672f\u300b\uff0c\u662f\u7b2c\u4e00\u90e8\u5229\u7528\u6570\u91cf\u5206\u6790\u8fdb\u884c\u56fd\u60c5\u56fd\u529b\u6bd4\u8f83\u7684\u8457\u4f5c\u3002", "entity_id": "\u5a01\u5ec9\u00b7\u914d\u7b2c", "entity_type": "person", "file_path": "unknown_source", "id": "\u5a01\u5ec9\u00b7\u914d\u7b2c", "label": "\u5a01\u5ec9\u00b7\u914d\u7b2c", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u5a01\u5ec9\u00b7\u914d\u7b2c\u662f\u82f1\u56fd\u53e4\u5178\u653f\u6cbb\u7ecf\u6d4e\u5b66\u521b\u59cb\u4eba\uff0c\u53d7\u683c\u6717\u7279\u5f71\u54cd\uff0c\u4e8e1690\u5e74\u51fa\u7248\u300a\u653f\u6cbb\u7b97\u672f\u300b\uff0c\u662f\u7b2c\u4e00\u90e8\u5229\u7528\u6570\u91cf\u5206\u6790\u8fdb\u884c\u56fd\u60c5\u56fd\u529b\u6bd4\u8f83\u7684\u8457\u4f5c\u3002"}, {"color": "#35a17e", "created_at": 1752674526, "description": "\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7\u662f\u82f1\u56fd\u5929\u6587\u5b66\u5bb6\uff0c\u4e8e1693\u5e74\u53d1\u5e03\u4e86\u5e03\u96f7\u65af\u52b3\u4eba\u53e3\u6b7b\u4ea1\u7387\u8868\uff0c\u5e76\u51fa\u7248\u4e86\u300a\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0b\u964d\u4f30\u8ba1\u300b\uff0c\u9996\u6b21\u5229\u7528\u6570\u636e\u63a2\u8ba8\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u7684\u5173\u7cfb\u3002", "entity_id": "\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7", "entity_type": "person", "file_path": "unknown_source", "id": "\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7", "label": "\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7\u662f\u82f1\u56fd\u5929\u6587\u5b66\u5bb6\uff0c\u4e8e1693\u5e74\u53d1\u5e03\u4e86\u5e03\u96f7\u65af\u52b3\u4eba\u53e3\u6b7b\u4ea1\u7387\u8868\uff0c\u5e76\u51fa\u7248\u4e86\u300a\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0b\u964d\u4f30\u8ba1\u300b\uff0c\u9996\u6b21\u5229\u7528\u6570\u636e\u63a2\u8ba8\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u7684\u5173\u7cfb\u3002"}, {"color": "#ad377f", "created_at": 1752674526, "description": "\u67e5\u7406\u65af\u00b7\u9053\u662f\u9053\u00b7\u743c\u65af\u516c\u53f8\u7684\u521b\u59cb\u4eba\uff0c\u4e8e1884\u5e74\u5f00\u59cb\u7f16\u5236\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u8fd9\u662f\u4e16\u754c\u4e0a\u5386\u53f2\u6700\u60a0\u4e45\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\u3002", "entity_id": "\u67e5\u7406\u65af\u00b7\u9053", "entity_type": "person", "file_path": "unknown_source", "id": "\u67e5\u7406\u65af\u00b7\u9053", "label": "\u67e5\u7406\u65af\u00b7\u9053", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u67e5\u7406\u65af\u00b7\u9053\u662f\u9053\u00b7\u743c\u65af\u516c\u53f8\u7684\u521b\u59cb\u4eba\uff0c\u4e8e1884\u5e74\u5f00\u59cb\u7f16\u5236\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u8fd9\u662f\u4e16\u754c\u4e0a\u5386\u53f2\u6700\u60a0\u4e45\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\u3002"}, {"color": "#d49e2e", "created_at": 1752674526, "description": "\u9053\u00b7\u743c\u65af\u6307\u6570\u662f\u4e16\u754c\u4e0a\u5386\u53f2\u6700\u60a0\u4e45\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\uff0c\u7531\u67e5\u7406\u65af\u00b7\u9053\u4e8e1884\u5e74\u7f16\u5236\uff0c\u7528\u4e8e\u53cd\u6620\u90e8\u5206\u4ee3\u8868\u6027\u4e0a\u5e02\u4f01\u4e1a\u7684\u80a1\u7968\u4ef7\u683c\u5e73\u5747\u53d8\u5316\u60c5\u51b5\u3002", "entity_id": "\u9053\u00b7\u743c\u65af\u6307\u6570", "entity_type": "event", "file_path": "unknown_source", "id": "\u9053\u00b7\u743c\u65af\u6307\u6570", "label": "\u9053\u00b7\u743c\u65af\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9053\u00b7\u743c\u65af\u6307\u6570\u662f\u4e16\u754c\u4e0a\u5386\u53f2\u6700\u60a0\u4e45\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\uff0c\u7531\u67e5\u7406\u65af\u00b7\u9053\u4e8e1884\u5e74\u7f16\u5236\uff0c\u7528\u4e8e\u53cd\u6620\u90e8\u5206\u4ee3\u8868\u6027\u4e0a\u5e02\u4f01\u4e1a\u7684\u80a1\u7968\u4ef7\u683c\u5e73\u5747\u53d8\u5316\u60c5\u51b5\u3002"}, {"color": "#14c8d0", "created_at": 1752674526, "description": "\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b\u662f\u82f1\u56fd\u9057\u4f20\u5b66\u5bb6\uff0c\u4e8e1885\u5e74\u7814\u7a76\u5b50\u5973\u8eab\u9ad8\u4e0e\u53cc\u4eb2\u8eab\u9ad8\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u901a\u8fc7\u6570\u636e\u5206\u6790\u53d1\u73b0\u4e86\u56de\u5f52\u73b0\u8c61\uff0c\u4e3a\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "entity_id": "\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b", "entity_type": "person", "file_path": "unknown_source", "id": "\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b", "label": "\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b\u662f\u82f1\u56fd\u9057\u4f20\u5b66\u5bb6\uff0c\u4e8e1885\u5e74\u7814\u7a76\u5b50\u5973\u8eab\u9ad8\u4e0e\u53cc\u4eb2\u8eab\u9ad8\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u901a\u8fc7\u6570\u636e\u5206\u6790\u53d1\u73b0\u4e86\u56de\u5f52\u73b0\u8c61\uff0c\u4e3a\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u5960\u5b9a\u4e86\u57fa\u7840\u3002"}, {"color": "#78bd6a", "created_at": 1752674526, "description": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8\u662f\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u80a1\u4efd\u6709\u9650\u516c\u53f8\uff0c\u6210\u7acb\u4e8e1602\u5e74\uff0c\u6807\u5fd7\u7740\u73b0\u4ee3\u516c\u53f8\u5236\u5ea6\u7684\u5f00\u7aef\u3002", "entity_id": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8", "entity_type": "organization", "file_path": "unknown_source", "id": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8", "label": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8\u662f\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u80a1\u4efd\u6709\u9650\u516c\u53f8\uff0c\u6210\u7acb\u4e8e1602\u5e74\uff0c\u6807\u5fd7\u7740\u73b0\u4ee3\u516c\u53f8\u5236\u5ea6\u7684\u5f00\u7aef\u3002"}, {"color": "#ea8a42", "created_at": 1752674526, "description": "\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240\u662f\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u8bc1\u5238\u4ea4\u6613\u6240\u7684\u5ef6\u7eed\uff0c\u8d77\u6e90\u4e8e1773\u5e74\u5728\u4f26\u6566\u7684\u7ea6\u90a3\u68ee\u5496\u5561\u9986\u3002", "entity_id": "\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240", "label": "\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240\u662f\u4e16\u754c\u4e0a\u7b2c\u4e00\u4e2a\u8bc1\u5238\u4ea4\u6613\u6240\u7684\u5ef6\u7eed\uff0c\u8d77\u6e90\u4e8e1773\u5e74\u5728\u4f26\u6566\u7684\u7ea6\u90a3\u68ee\u5496\u5561\u9986\u3002"}, {"color": "#2d8b7b", "created_at": 1752674526, "description": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a\u662f\u7528\u4e8e\u4e70\u5356\u80a1\u7968\u7684\u573a\u6240\uff0c\u5236\u5b9a\u80a1\u7968\u4ef7\u683c\u6307\u6570\u4ee5\u53cd\u6620\u5e02\u573a\u53d8\u5316\uff0c\u5982\u9053\u00b7\u743c\u65af\u6307\u6570\u3002", "entity_id": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a", "entity_type": "organization", "file_path": "unknown_source", "id": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a", "label": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a\u662f\u7528\u4e8e\u4e70\u5356\u80a1\u7968\u7684\u573a\u6240\uff0c\u5236\u5b9a\u80a1\u7968\u4ef7\u683c\u6307\u6570\u4ee5\u53cd\u6620\u5e02\u573a\u53d8\u5316\uff0c\u5982\u9053\u00b7\u743c\u65af\u6307\u6570\u3002"}, {"color": "#dc537c", "created_at": 1752674526, "description": "\u9053\u00b7\u743c\u65af\u516c\u53f8\u662f\u67e5\u7406\u65af\u00b7\u9053\u521b\u7acb\u7684\u516c\u53f8\uff0c\u8d1f\u8d23\u7f16\u5236\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u662f\u4e16\u754c\u4e0a\u6700\u65e9\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\u7f16\u5236\u673a\u6784\u3002", "entity_id": "\u9053\u00b7\u743c\u65af\u516c\u53f8", "entity_type": "organization", "file_path": "unknown_source", "id": "\u9053\u00b7\u743c\u65af\u516c\u53f8", "label": "\u9053\u00b7\u743c\u65af\u516c\u53f8", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9053\u00b7\u743c\u65af\u516c\u53f8\u662f\u67e5\u7406\u65af\u00b7\u9053\u521b\u7acb\u7684\u516c\u53f8\uff0c\u8d1f\u8d23\u7f16\u5236\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u662f\u4e16\u754c\u4e0a\u6700\u65e9\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\u7f16\u5236\u673a\u6784\u3002"}, {"color": "#499004", "created_at": 1752674526, "description": "\u8be5\u4e66\u662f\u7ea6\u7ff0\u00b7\u683c\u6717\u7279\u4e8e1662\u5e74\u51fa\u7248\u7684\u7edf\u8ba1\u5b66\u8457\u4f5c\uff0c\u9996\u6b21\u63ed\u793a\u4e86\u7537\u5b69\u51fa\u751f\u7387\u9ad8\u4e8e\u5973\u5b69\u7684\u4e8b\u5b9e\uff0c\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5f00\u7aef\u3002", "entity_id": "\u300a\u6b7b\u4ea1\u62a5\u8868\u7684\u81ea\u7136\u548c\u653f\u6cbb\u89c2\u5bdf\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u6b7b\u4ea1\u62a5\u8868\u7684\u81ea\u7136\u548c\u653f\u6cbb\u89c2\u5bdf\u300b", "label": "\u300a\u6b7b\u4ea1\u62a5\u8868\u7684\u81ea\u7136\u548c\u653f\u6cbb\u89c2\u5bdf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8be5\u4e66\u662f\u7ea6\u7ff0\u00b7\u683c\u6717\u7279\u4e8e1662\u5e74\u51fa\u7248\u7684\u7edf\u8ba1\u5b66\u8457\u4f5c\uff0c\u9996\u6b21\u63ed\u793a\u4e86\u7537\u5b69\u51fa\u751f\u7387\u9ad8\u4e8e\u5973\u5b69\u7684\u4e8b\u5b9e\uff0c\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5f00\u7aef\u3002"}, {"color": "#0e5eba", "created_at": 1752674526, "description": "\u300a\u653f\u6cbb\u7b97\u672f\u300b\u662f\u5a01\u5ec9\u00b7\u914d\u7b2c\u4e8e1690\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u662f\u7b2c\u4e00\u90e8\u5229\u7528\u6570\u91cf\u5206\u6790\u8fdb\u884c\u56fd\u60c5\u56fd\u529b\u6bd4\u8f83\u7684\u8457\u4f5c\uff0c\u6807\u5fd7\u7740\u7edf\u8ba1\u5b66\u4e0e\u7ecf\u6d4e\u5b66\u7684\u7ed3\u5408\u3002", "entity_id": "\u300a\u653f\u6cbb\u7b97\u672f\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u653f\u6cbb\u7b97\u672f\u300b", "label": "\u300a\u653f\u6cbb\u7b97\u672f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u300a\u653f\u6cbb\u7b97\u672f\u300b\u662f\u5a01\u5ec9\u00b7\u914d\u7b2c\u4e8e1690\u5e74\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u662f\u7b2c\u4e00\u90e8\u5229\u7528\u6570\u91cf\u5206\u6790\u8fdb\u884c\u56fd\u60c5\u56fd\u529b\u6bd4\u8f83\u7684\u8457\u4f5c\uff0c\u6807\u5fd7\u7740\u7edf\u8ba1\u5b66\u4e0e\u7ecf\u6d4e\u5b66\u7684\u7ed3\u5408\u3002"}, {"color": "#92cb46", "created_at": 1752674526, "description": "\u98ce\u9669\u6295\u8d44\u662f\u6307\u6295\u8d44\u8005\u627f\u62c5\u4e00\u5b9a\u98ce\u9669\u4ee5\u83b7\u53d6\u66f4\u9ad8\u56de\u62a5\u7684\u6295\u8d44\u65b9\u5f0f\uff0c\u5982\u8d2d\u4e70\u80a1\u7968\uff0c\u4e0e\u94f6\u884c\u50a8\u84c4\u76f8\u5bf9\u3002", "entity_id": "\u98ce\u9669\u6295\u8d44", "entity_type": "category", "file_path": "unknown_source", "id": "\u98ce\u9669\u6295\u8d44", "label": "\u98ce\u9669\u6295\u8d44", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u98ce\u9669\u6295\u8d44\u662f\u6307\u6295\u8d44\u8005\u627f\u62c5\u4e00\u5b9a\u98ce\u9669\u4ee5\u83b7\u53d6\u66f4\u9ad8\u56de\u62a5\u7684\u6295\u8d44\u65b9\u5f0f\uff0c\u5982\u8d2d\u4e70\u80a1\u7968\uff0c\u4e0e\u94f6\u884c\u50a8\u84c4\u76f8\u5bf9\u3002"}, {"color": "#d58bec", "created_at": 1752674526, "description": "\u80a1\u7968\u4ef7\u683c\u6307\u6570\u662f\u7528\u4e8e\u7edf\u4e00\u8868\u793a\u80a1\u7968\u4ef7\u683c\u53d8\u5316\u7684\u6307\u6807\uff0c\u5982\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u53cd\u6620\u5e02\u573a\u6574\u4f53\u8d8b\u52bf\u3002", "entity_id": "\u80a1\u7968\u4ef7\u683c\u6307\u6570", "entity_type": "event", "file_path": "unknown_source", "id": "\u80a1\u7968\u4ef7\u683c\u6307\u6570", "label": "\u80a1\u7968\u4ef7\u683c\u6307\u6570", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u80a1\u7968\u4ef7\u683c\u6307\u6570\u662f\u7528\u4e8e\u7edf\u4e00\u8868\u793a\u80a1\u7968\u4ef7\u683c\u53d8\u5316\u7684\u6307\u6807\uff0c\u5982\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u53cd\u6620\u5e02\u573a\u6574\u4f53\u8d8b\u52bf\u3002"}, {"color": "#e2f343", "created_at": 1752674526, "description": "\u56de\u5f52\u65b9\u7a0b\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u5206\u6790\u53d8\u91cf\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u9ad8\u5c14\u767b\u901a\u8fc7\u5176\u7814\u7a76\u53d1\u73b0\u4e86\u5b50\u5973\u8eab\u9ad8\u4e0e\u7236\u6bcd\u8eab\u9ad8\u7684\u56de\u5f52\u73b0\u8c61\u3002", "entity_id": "\u56de\u5f52\u65b9\u7a0b", "entity_type": "event", "file_path": "unknown_source", "id": "\u56de\u5f52\u65b9\u7a0b", "label": "\u56de\u5f52\u65b9\u7a0b", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u56de\u5f52\u65b9\u7a0b\u662f\u73b0\u4ee3\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u5206\u6790\u53d8\u91cf\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u9ad8\u5c14\u767b\u901a\u8fc7\u5176\u7814\u7a76\u53d1\u73b0\u4e86\u5b50\u5973\u8eab\u9ad8\u4e0e\u7236\u6bcd\u8eab\u9ad8\u7684\u56de\u5f52\u73b0\u8c61\u3002"}, {"color": "#98fbf3", "created_at": 1752674526, "description": "\u8eab\u9ad8\u9057\u4f20\u7814\u7a76\u662f\u901a\u8fc7\u7edf\u8ba1\u65b9\u6cd5\u5206\u6790\u5b50\u5973\u8eab\u9ad8\u4e0e\u7236\u6bcd\u8eab\u9ad8\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u7531\u9ad8\u5c14\u767b\u5f00\u521b\uff0c\u4e3a\u73b0\u4ee3\u56de\u5f52\u5206\u6790\u5960\u5b9a\u57fa\u7840\u3002", "entity_id": "\u8eab\u9ad8\u9057\u4f20\u7814\u7a76", "entity_type": "category", "file_path": "unknown_source", "id": "\u8eab\u9ad8\u9057\u4f20\u7814\u7a76", "label": "\u8eab\u9ad8\u9057\u4f20\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8eab\u9ad8\u9057\u4f20\u7814\u7a76\u662f\u901a\u8fc7\u7edf\u8ba1\u65b9\u6cd5\u5206\u6790\u5b50\u5973\u8eab\u9ad8\u4e0e\u7236\u6bcd\u8eab\u9ad8\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u7531\u9ad8\u5c14\u767b\u5f00\u521b\uff0c\u4e3a\u73b0\u4ee3\u56de\u5f52\u5206\u6790\u5960\u5b9a\u57fa\u7840\u3002"}, {"color": "#c22436", "created_at": 1752674526, "description": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868\u662f\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7\u4e8e1693\u5e74\u53d1\u5e03\u7684\u4eba\u53e3\u6b7b\u4ea1\u7387\u6570\u636e\u8868\uff0c\u9996\u6b21\u5229\u7528\u6570\u636e\u63a2\u8ba8\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u7684\u5173\u7cfb\u3002", "entity_id": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868", "entity_type": "event", "file_path": "unknown_source", "id": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868", "label": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868\u662f\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7\u4e8e1693\u5e74\u53d1\u5e03\u7684\u4eba\u53e3\u6b7b\u4ea1\u7387\u6570\u636e\u8868\uff0c\u9996\u6b21\u5229\u7528\u6570\u636e\u63a2\u8ba8\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u7684\u5173\u7cfb\u3002"}, {"color": "#49db2a", "created_at": 1752674526, "description": "\u6b7b\u4ea1\u7387\u5206\u6790\u662f\u901a\u8fc7\u7edf\u8ba1\u65b9\u6cd5\u7814\u7a76\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u3001\u6027\u522b\u3001\u5730\u533a\u7b49\u56e0\u7d20\u7684\u5173\u7cfb\uff0c\u7531\u54c8\u96f7\u7b49\u4eba\u5f00\u521b\u3002", "entity_id": "\u6b7b\u4ea1\u7387\u5206\u6790", "entity_type": "category", "file_path": "unknown_source", "id": "\u6b7b\u4ea1\u7387\u5206\u6790", "label": "\u6b7b\u4ea1\u7387\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u6b7b\u4ea1\u7387\u5206\u6790\u662f\u901a\u8fc7\u7edf\u8ba1\u65b9\u6cd5\u7814\u7a76\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u3001\u6027\u522b\u3001\u5730\u533a\u7b49\u56e0\u7d20\u7684\u5173\u7cfb\uff0c\u7531\u54c8\u96f7\u7b49\u4eba\u5f00\u521b\u3002"}, {"color": "#e7fc78", "created_at": 1752674526, "description": "\u94f6\u884c\u8d37\u6b3e\u662f\u4f01\u4e1a\u7b79\u63aa\u8d44\u91d1\u7684\u4e00\u79cd\u4f20\u7edf\u65b9\u5f0f\uff0c\u4e0e\u53d1\u884c\u80a1\u7968\u76f8\u6bd4\u98ce\u9669\u96c6\u4e2d\uff0c\u4e0d\u5206\u6563\u4f01\u4e1a\u80a1\u6743\u3002", "entity_id": "\u94f6\u884c\u8d37\u6b3e", "entity_type": "category", "file_path": "unknown_source", "id": "\u94f6\u884c\u8d37\u6b3e", "label": "\u94f6\u884c\u8d37\u6b3e", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u94f6\u884c\u8d37\u6b3e\u662f\u4f01\u4e1a\u7b79\u63aa\u8d44\u91d1\u7684\u4e00\u79cd\u4f20\u7edf\u65b9\u5f0f\uff0c\u4e0e\u53d1\u884c\u80a1\u7968\u76f8\u6bd4\u98ce\u9669\u96c6\u4e2d\uff0c\u4e0d\u5206\u6563\u4f01\u4e1a\u80a1\u6743\u3002"}, {"color": "#1d6f19", "created_at": 1752674566, "description": "\u94f6\u884c\u8d37\u6b3e\u662f\u4f01\u4e1a\u878d\u8d44\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4e0e\u53d1\u884c\u80a1\u7968\u76f8\u6bd4\u66f4\u96c6\u4e2d\u98ce\u9669\u3002", "entity_id": "\u4f01\u4e1a\u878d\u8d44", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u4f01\u4e1a\u878d\u8d44", "label": "\u4f01\u4e1a\u878d\u8d44", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u94f6\u884c\u8d37\u6b3e\u662f\u4f01\u4e1a\u878d\u8d44\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4e0e\u53d1\u884c\u80a1\u7968\u76f8\u6bd4\u66f4\u96c6\u4e2d\u98ce\u9669\u3002"}, {"color": "#92f05d", "created_at": 1752674526, "description": "Francis Galton was a British polymath and statistician who studied the relationship between the heights of parents and their children, leading to the discovery of the concept of regression.", "entity_id": "Francis Galton", "entity_type": "person", "file_path": "unknown_source", "id": "Francis Galton", "label": "Francis Galton", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Francis Galton was a British polymath and statistician who studied the relationship between the heights of parents and their children, leading to the discovery of the concept of regression."}, {"color": "#4e8a72", "created_at": 1752674526, "description": "A regression model describes the relationship between variables, particularly the conditional mean of one variable given another, often used to predict outcomes.", "entity_id": "Regression Model", "entity_type": "category", "file_path": "unknown_source", "id": "Regression Model", "label": "Regression Model", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "A regression model describes the relationship between variables, particularly the conditional mean of one variable given another, often used to predict outcomes."}, {"color": "#736c9d", "created_at": 1752674526, "description": "Regression refers to the statistical phenomenon where the mean value of a variable (e.g., children\u0027s height) tends to move toward the average of the population, as discovered by Francis Galton.", "entity_id": "Regression", "entity_type": "category", "file_path": "unknown_source", "id": "Regression", "label": "Regression", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Regression refers to the statistical phenomenon where the mean value of a variable (e.g., children\u0027s height) tends to move toward the average of the population, as discovered by Francis Galton."}, {"color": "#0e47d1", "created_at": 1752674526, "description": "Karl Pearson was a British statistician and one of the founders of modern statistics, who provided a statistical foundation for Galton\u0027s law of regression.\u003cSEP\u003eKarl Pearson\u662f\u7edf\u8ba1\u5b66\u5bb6\uff0c\u4e0eLee\u5408\u4f5c\u7814\u7a76\u4eba\u7c7b\u9057\u4f20\u5b66\u3002", "entity_id": "Karl Pearson", "entity_type": "person", "file_path": "unknown_source", "id": "Karl Pearson", "label": "Karl Pearson", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "Karl Pearson was a British statistician and one of the founders of modern statistics, who provided a statistical foundation for Galton\u0027s law of regression.\u003cSEP\u003eKarl Pearson\u662f\u7edf\u8ba1\u5b66\u5bb6\uff0c\u4e0eLee\u5408\u4f5c\u7814\u7a76\u4eba\u7c7b\u9057\u4f20\u5b66\u3002"}, {"color": "#0e834c", "created_at": 1752674526, "description": "London is the city where Francis Galton conducted his research and where the University College London, associated with Karl Pearson, is located.", "entity_id": "London", "entity_type": "geo", "file_path": "unknown_source", "id": "London", "label": "London", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "London is the city where Francis Galton conducted his research and where the University College London, associated with Karl Pearson, is located."}, {"color": "#e77806", "created_at": 1752674566, "description": "Alice Lee\u662f\u7edf\u8ba1\u5b66\u5bb6\uff0c\u4e0ePearson\u5408\u4f5c\u7814\u7a76\u4eba\u7c7b\u9057\u4f20\u5b66\u3002", "entity_id": "Alice Lee", "entity_type": "person", "file_path": "unknown_source", "id": "Alice Lee", "label": "Alice Lee", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Alice Lee\u662f\u7edf\u8ba1\u5b66\u5bb6\uff0c\u4e0ePearson\u5408\u4f5c\u7814\u7a76\u4eba\u7c7b\u9057\u4f20\u5b66\u3002"}, {"color": "#6b4a53", "created_at": 1752674566, "description": "Biometrika is a scientific journal focused on statistics and its applications, referenced in the citation by Pearson and Lee in 1903.\u003cSEP\u003eBiometrika\u662f\u4e00\u4efd\u7edf\u8ba1\u5b66\u5b66\u672f\u671f\u520a\uff0c\u53d1\u8868\u4e86Pearson\u548cLee\u7684\u7814\u7a76\u8bba\u6587\u3002", "entity_id": "Biometrika", "entity_type": "organization", "file_path": "unknown_source", "id": "Biometrika", "label": "Biometrika", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110\u003cSEP\u003echunk-b939d8b8da6b3de175307e6b269fde02", "title": "Biometrika is a scientific journal focused on statistics and its applications, referenced in the citation by Pearson and Lee in 1903.\u003cSEP\u003eBiometrika\u662f\u4e00\u4efd\u7edf\u8ba1\u5b66\u5b66\u672f\u671f\u520a\uff0c\u53d1\u8868\u4e86Pearson\u548cLee\u7684\u7814\u7a76\u8bba\u6587\u3002"}, {"color": "#2e04d4", "created_at": 1752674526, "description": "C.R. Rao is an Indian-American statistician known for his contributions to statistics and data analysis, emphasizing the extraction of information from data.", "entity_id": "C.R. Rao", "entity_type": "person", "file_path": "unknown_source", "id": "C.R. Rao", "label": "C.R. Rao", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "C.R. Rao is an Indian-American statistician known for his contributions to statistics and data analysis, emphasizing the extraction of information from data."}, {"color": "#eff6ab", "created_at": 1752674526, "description": "The field of statistics encompasses the collection, analysis, interpretation, and presentation of data to make inferences and decisions under uncertainty.", "entity_id": "World of Statistics", "entity_type": "category", "file_path": "unknown_source", "id": "World of Statistics", "label": "World of Statistics", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The field of statistics encompasses the collection, analysis, interpretation, and presentation of data to make inferences and decisions under uncertainty."}, {"color": "#b2e16c", "created_at": 1752674526, "description": "Probability is a measure of the likelihood of an event occurring, expressed as a number between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.\u003cSEP\u003eProbability is a measure of the likelihood of an event, often expressed as a fraction where the numerator is the number of favorable outcomes and the denominator is the total number of possible outcomes.", "entity_id": "Probability", "entity_type": "category", "file_path": "unknown_source", "id": "Probability", "label": "Probability", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5\u003cSEP\u003echunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Probability is a measure of the likelihood of an event occurring, expressed as a number between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.\u003cSEP\u003eProbability is a measure of the likelihood of an event, often expressed as a fraction where the numerator is the number of favorable outcomes and the denominator is the total number of possible outcomes."}, {"color": "#6bbbab", "created_at": 1752674526, "description": "The correlation coefficient measures the strength and direction of a linear relationship between two variables, often denoted by \u03c1 in statistical models.", "entity_id": "Correlation Coefficient", "entity_type": "category", "file_path": "unknown_source", "id": "Correlation Coefficient", "label": "Correlation Coefficient", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The correlation coefficient measures the strength and direction of a linear relationship between two variables, often denoted by \u03c1 in statistical models."}, {"color": "#9ac03e", "created_at": 1752674526, "description": "A random event is an outcome or set of outcomes of a random experiment, often represented as a subset of the sample space.", "entity_id": "Random Event", "entity_type": "category", "file_path": "unknown_source", "id": "Random Event", "label": "Random Event", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "A random event is an outcome or set of outcomes of a random experiment, often represented as a subset of the sample space."}, {"color": "#c25e15", "created_at": 1752674526, "description": "Classical probability refers to the definition introduced by Laplace, which assumes all outcomes are equally likely and the number of possible outcomes is finite.", "entity_id": "Classical Probability", "entity_type": "category", "file_path": "unknown_source", "id": "Classical Probability", "label": "Classical Probability", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Classical probability refers to the definition introduced by Laplace, which assumes all outcomes are equally likely and the number of possible outcomes is finite."}, {"color": "#eaefb8", "created_at": 1752674526, "description": "The sample space is the set of all possible outcomes of a random experiment, typically denoted by \u03a9.", "entity_id": "Sample Space", "entity_type": "category", "file_path": "unknown_source", "id": "Sample Space", "label": "Sample Space", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The sample space is the set of all possible outcomes of a random experiment, typically denoted by \u03a9."}, {"color": "#eaed0b", "created_at": 1752674526, "description": "The empty set \u03c6 represents the absence of any outcomes and is used in probability theory to describe impossible events.", "entity_id": "Empty Set", "entity_type": "category", "file_path": "unknown_source", "id": "Empty Set", "label": "Empty Set", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The empty set \u03c6 represents the absence of any outcomes and is used in probability theory to describe impossible events."}, {"color": "#f85419", "created_at": 1752674526, "description": "Laplace is a French mathematician and astronomer who provided the classical definition of probability in his 1814 work \u0027Philosophical Essay on Probabilities\u0027.", "entity_id": "Laplace", "entity_type": "person", "file_path": "unknown_source", "id": "Laplace", "label": "Laplace", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Laplace is a French mathematician and astronomer who provided the classical definition of probability in his 1814 work \u0027Philosophical Essay on Probabilities\u0027."}, {"color": "#53211a", "created_at": 1752674526, "description": "Philosophical Essay on Probabilities is a 1814 publication by Laplace that introduced the classical definition of probability.", "entity_id": "Philosophical Essay on Probabilities", "entity_type": "event", "file_path": "unknown_source", "id": "Philosophical Essay on Probabilities", "label": "Philosophical Essay on Probabilities", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Philosophical Essay on Probabilities is a 1814 publication by Laplace that introduced the classical definition of probability."}, {"color": "#72030b", "created_at": 1752674526, "description": "Jocob Bernoulli is a Swiss mathematician who first derived the binomial distribution and is honored in the term \u0027Bernoulli model\u0027.", "entity_id": "Jocob Bernoulli", "entity_type": "person", "file_path": "unknown_source", "id": "Jocob Bernoulli", "label": "Jocob Bernoulli", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Jocob Bernoulli is a Swiss mathematician who first derived the binomial distribution and is honored in the term \u0027Bernoulli model\u0027."}, {"color": "#8d98dd", "created_at": 1752674526, "description": "The binomial distribution models the number of successes in a fixed number of independent trials with two possible outcomes, each with a constant probability of success.", "entity_id": "Binomial Distribution", "entity_type": "category", "file_path": "unknown_source", "id": "Binomial Distribution", "label": "Binomial Distribution", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "The binomial distribution models the number of successes in a fixed number of independent trials with two possible outcomes, each with a constant probability of success."}, {"color": "#aa19a5", "created_at": 1752674526, "description": "The Bernoulli model is a probabilistic framework for experiments with only two possible outcomes, success or failure, characterized by a probability p and its complement 1 - p.", "entity_id": "Bernoulli Model", "entity_type": "category", "file_path": "unknown_source", "id": "Bernoulli Model", "label": "Bernoulli Model", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "The Bernoulli model is a probabilistic framework for experiments with only two possible outcomes, success or failure, characterized by a probability p and its complement 1 - p."}, {"color": "#3b8e99", "created_at": 1752674526, "description": "Favorable outcomes are the specific results that satisfy the condition of a desired event in classical probability.", "entity_id": "Favorable Outcomes", "entity_type": "category", "file_path": "unknown_source", "id": "Favorable Outcomes", "label": "Favorable Outcomes", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Favorable outcomes are the specific results that satisfy the condition of a desired event in classical probability."}, {"color": "#423a3d", "created_at": 1752674526, "description": "Total possible outcomes are all the results that could occur in an experiment, used as the denominator in classical probability.", "entity_id": "Total Possible Outcomes", "entity_type": "category", "file_path": "unknown_source", "id": "Total Possible Outcomes", "label": "Total Possible Outcomes", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Total possible outcomes are all the results that could occur in an experiment, used as the denominator in classical probability."}, {"color": "#a5589a", "created_at": 1752674526, "description": "A dice roll is an example of a random experiment with six equally likely outcomes, used to illustrate classical probability.", "entity_id": "Dice Roll", "entity_type": "event", "file_path": "unknown_source", "id": "Dice Roll", "label": "Dice Roll", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "A dice roll is an example of a random experiment with six equally likely outcomes, used to illustrate classical probability."}, {"color": "#a2c61a", "created_at": 1752674526, "description": "A random variable represents numerical values associated with the outcomes of a random experiment, such as the number of successes in a series of Bernoulli trials.", "entity_id": "Random Variable", "entity_type": "category", "file_path": "unknown_source", "id": "Random Variable", "label": "Random Variable", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "A random variable represents numerical values associated with the outcomes of a random experiment, such as the number of successes in a series of Bernoulli trials."}, {"color": "#1ca326", "created_at": 1752674526, "description": "Bernoulli trials refer to repeated independent experiments with two possible outcomes, forming the basis of the binomial distribution.", "entity_id": "Bernoulli Trials", "entity_type": "category", "file_path": "unknown_source", "id": "Bernoulli Trials", "label": "Bernoulli Trials", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Bernoulli trials refer to repeated independent experiments with two possible outcomes, forming the basis of the binomial distribution."}, {"color": "#087f24", "created_at": 1752674526, "description": "Likelihood estimation refers to the method of estimating unknown parameters, such as the probability p in a Bernoulli model, based on observed data.", "entity_id": "Likelihood Estimation", "entity_type": "category", "file_path": "unknown_source", "id": "Likelihood Estimation", "label": "Likelihood Estimation", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Likelihood estimation refers to the method of estimating unknown parameters, such as the probability p in a Bernoulli model, based on observed data."}, {"color": "#b08d73", "created_at": 1752674526, "description": "Estimation is the process of determining unknown parameters in a probabilistic model using observed data.", "entity_id": "Estimation", "entity_type": "category", "file_path": "unknown_source", "id": "Estimation", "label": "Estimation", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Estimation is the process of determining unknown parameters in a probabilistic model using observed data."}, {"color": "#ff400f", "created_at": 1752674526, "description": "Success is one of the two possible outcomes in a Bernoulli trial, with an associated probability p.", "entity_id": "Success", "entity_type": "category", "file_path": "unknown_source", "id": "Success", "label": "Success", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Success is one of the two possible outcomes in a Bernoulli trial, with an associated probability p."}, {"color": "#fb1912", "created_at": 1752674526, "description": "Failure is one of the two possible outcomes in a Bernoulli trial, with an associated probability q = 1 - p.", "entity_id": "Failure", "entity_type": "category", "file_path": "unknown_source", "id": "Failure", "label": "Failure", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Failure is one of the two possible outcomes in a Bernoulli trial, with an associated probability q = 1 - p."}, {"color": "#a2bbce", "created_at": 1752674526, "description": "A mathematical model is a representation of real-world phenomena using mathematical concepts and language, such as the binomial distribution.", "entity_id": "Mathematical Model", "entity_type": "category", "file_path": "unknown_source", "id": "Mathematical Model", "label": "Mathematical Model", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "A mathematical model is a representation of real-world phenomena using mathematical concepts and language, such as the binomial distribution."}, {"color": "#e0a6ca", "created_at": 1752674526, "description": "Probability theory is the branch of mathematics that studies the likelihood of events and provides the foundation for statistics and decision-making.", "entity_id": "Probability Theory", "entity_type": "category", "file_path": "unknown_source", "id": "Probability Theory", "label": "Probability Theory", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Probability theory is the branch of mathematics that studies the likelihood of events and provides the foundation for statistics and decision-making."}, {"color": "#aca2da", "created_at": 1752674526, "description": "A random experiment is a process whose outcome cannot be predicted with certainty, such as rolling a die or flipping a coin.", "entity_id": "Random Experiment", "entity_type": "category", "file_path": "unknown_source", "id": "Random Experiment", "label": "Random Experiment", "shape": "dot", "size": 10, "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "A random experiment is a process whose outcome cannot be predicted with certainty, such as rolling a die or flipping a coin."}, {"color": "#2483cc", "created_at": 1752674526, "description": "\u4e8c\u9879\u7cfb\u6570\u662f\u7528\u4e8e\u8ba1\u7b97\u5728n\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2d\u6709k\u6b21\u6210\u529f\u7684\u6240\u6709\u53ef\u80fd\u7ec4\u5408\u6570\u7684\u6570\u5b66\u6982\u5ff5\uff0c\u5b83\u662f\u4e8c\u9879\u5f0f\u5c55\u5f00\u4e2d\u7684\u7cfb\u6570\uff0c\u4e5f\u53ef\u4ee5\u901a\u8fc7\u6768\u8f89\u4e09\u89d2\u5f62\u6216\u9012\u63a8\u516c\u5f0f\u8ba1\u7b97\u5f97\u5230\u3002", "entity_id": "\u4e8c\u9879\u7cfb\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8c\u9879\u7cfb\u6570", "label": "\u4e8c\u9879\u7cfb\u6570", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4e8c\u9879\u7cfb\u6570\u662f\u7528\u4e8e\u8ba1\u7b97\u5728n\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2d\u6709k\u6b21\u6210\u529f\u7684\u6240\u6709\u53ef\u80fd\u7ec4\u5408\u6570\u7684\u6570\u5b66\u6982\u5ff5\uff0c\u5b83\u662f\u4e8c\u9879\u5f0f\u5c55\u5f00\u4e2d\u7684\u7cfb\u6570\uff0c\u4e5f\u53ef\u4ee5\u901a\u8fc7\u6768\u8f89\u4e09\u89d2\u5f62\u6216\u9012\u63a8\u516c\u5f0f\u8ba1\u7b97\u5f97\u5230\u3002"}, {"color": "#7efc48", "created_at": 1752674526, "description": "\u6768\u8f89\u4e09\u89d2\u5f62\u662f\u4e00\u4e2a\u6570\u5b66\u7ed3\u6784\uff0c\u7528\u4e8e\u5c55\u793a\u548c\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570\uff0c\u6bcf\u4e00\u884c\u4ee3\u8868\u4e00\u4e2a\u4e8c\u9879\u5c55\u5f00\u5f0f\u7684\u7cfb\u6570\u5e8f\u5217\u3002", "entity_id": "\u6768\u8f89\u4e09\u89d2\u5f62", "entity_type": "category", "file_path": "unknown_source", "id": "\u6768\u8f89\u4e09\u89d2\u5f62", "label": "\u6768\u8f89\u4e09\u89d2\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6768\u8f89\u4e09\u89d2\u5f62\u662f\u4e00\u4e2a\u6570\u5b66\u7ed3\u6784\uff0c\u7528\u4e8e\u5c55\u793a\u548c\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570\uff0c\u6bcf\u4e00\u884c\u4ee3\u8868\u4e00\u4e2a\u4e8c\u9879\u5c55\u5f00\u5f0f\u7684\u7cfb\u6570\u5e8f\u5217\u3002"}, {"color": "#98cbee", "created_at": 1752674526, "description": "\u9012\u63a8\u516c\u5f0f\u662f\u4e00\u79cd\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u7528\u4e8e\u901a\u8fc7\u524d\u4e00\u9879\u8ba1\u7b97\u5f53\u524d\u9879\uff0c\u6587\u4e2d\u7528\u4e8e\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570c(n,k)\u3002", "entity_id": "\u9012\u63a8\u516c\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "\u9012\u63a8\u516c\u5f0f", "label": "\u9012\u63a8\u516c\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9012\u63a8\u516c\u5f0f\u662f\u4e00\u79cd\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u7528\u4e8e\u901a\u8fc7\u524d\u4e00\u9879\u8ba1\u7b97\u5f53\u524d\u9879\uff0c\u6587\u4e2d\u7528\u4e8e\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570c(n,k)\u3002"}, {"color": "#57fa8a", "created_at": 1752674526, "description": "\u9636\u4e58\u662f\u4e00\u4e2a\u6570\u5b66\u8fd0\u7b97\uff0c\u8868\u793a\u4e3ak!\uff0c\u5373\u6240\u6709\u5c0f\u4e8e\u7b49\u4e8ek\u7684\u6b63\u6574\u6570\u7684\u4e58\u79ef\uff0c\u7528\u4e8e\u8ba1\u7b97\u7ec4\u5408\u6570\u3002", "entity_id": "\u9636\u4e58", "entity_type": "category", "file_path": "unknown_source", "id": "\u9636\u4e58", "label": "\u9636\u4e58", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9636\u4e58\u662f\u4e00\u4e2a\u6570\u5b66\u8fd0\u7b97\uff0c\u8868\u793a\u4e3ak!\uff0c\u5373\u6240\u6709\u5c0f\u4e8e\u7b49\u4e8ek\u7684\u6b63\u6574\u6570\u7684\u4e58\u79ef\uff0c\u7528\u4e8e\u8ba1\u7b97\u7ec4\u5408\u6570\u3002"}, {"color": "#81bf5b", "created_at": 1752674526, "description": "Gerolamo Cardano\uff0c\u610f\u5927\u5229\u6570\u5b66\u5bb6(1501-1576)\uff0c\u7814\u7a76\u5e76\u8bb0\u5f55\u4e86\u7ec4\u5408\u6570\u7684\u8ba1\u7b97\u65b9\u6cd5\uff0c\u5176\u8457\u4f5c\u300a\u673a\u9047\u7684\u535a\u5f08\u300b\u57281663\u5e74\u51fa\u7248\u3002", "entity_id": "\u5361\u5c14\u4e39", "entity_type": "person", "file_path": "unknown_source", "id": "\u5361\u5c14\u4e39", "label": "\u5361\u5c14\u4e39", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "Gerolamo Cardano\uff0c\u610f\u5927\u5229\u6570\u5b66\u5bb6(1501-1576)\uff0c\u7814\u7a76\u5e76\u8bb0\u5f55\u4e86\u7ec4\u5408\u6570\u7684\u8ba1\u7b97\u65b9\u6cd5\uff0c\u5176\u8457\u4f5c\u300a\u673a\u9047\u7684\u535a\u5f08\u300b\u57281663\u5e74\u51fa\u7248\u3002"}, {"color": "#a8008c", "created_at": 1752674536, "description": "\u8fd9\u662f\u63cf\u8ff0\u5728n\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2dk\u6b21\u6210\u529f\u548cn-k\u6b21\u5931\u8d25\u7684\u6240\u6709\u53ef\u80fd\u7ec4\u5408\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u662f\u4e8c\u9879\u5206\u5e03\u7684\u57fa\u7840\u3002", "entity_id": "\u4e8c\u9879\u5f0f(p+q)^n\u5c55\u5f00", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e8c\u9879\u5f0f(p+q)^n\u5c55\u5f00", "label": "\u4e8c\u9879\u5f0f(p+q)^n\u5c55\u5f00", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u8fd9\u662f\u63cf\u8ff0\u5728n\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2dk\u6b21\u6210\u529f\u548cn-k\u6b21\u5931\u8d25\u7684\u6240\u6709\u53ef\u80fd\u7ec4\u5408\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u662f\u4e8c\u9879\u5206\u5e03\u7684\u57fa\u7840\u3002"}, {"color": "#814814", "created_at": 1752674536, "description": "\u8fd9\u662f\u4e00\u4e2a\u6570\u5b66\u5de5\u5177\uff0c\u7528\u4e8e\u5c55\u793a\u548c\u63a8\u5bfc\u4e8c\u9879\u7cfb\u6570\uff0c\u6bcf\u4e00\u884c\u5bf9\u5e94\u4e0d\u540cn\u503c\u7684\u7ec4\u5408\u6570\u6392\u5217\u3002", "entity_id": "\u6768\u8f89\u4e09\u89d2\u5f62[^123]", "entity_type": "category", "file_path": "unknown_source", "id": "\u6768\u8f89\u4e09\u89d2\u5f62[^123]", "label": "\u6768\u8f89\u4e09\u89d2\u5f62[^123]", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u8fd9\u662f\u4e00\u4e2a\u6570\u5b66\u5de5\u5177\uff0c\u7528\u4e8e\u5c55\u793a\u548c\u63a8\u5bfc\u4e8c\u9879\u7cfb\u6570\uff0c\u6bcf\u4e00\u884c\u5bf9\u5e94\u4e0d\u540cn\u503c\u7684\u7ec4\u5408\u6570\u6392\u5217\u3002"}, {"color": "#a1538c", "created_at": 1752674536, "description": "c(n,k)\u662f\u4e8c\u9879\u7cfb\u6570\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u8868\u793a\u4ecen\u6b21\u8bd5\u9a8c\u4e2d\u9009\u51fak\u6b21\u6210\u529f\u7684\u65b9\u5f0f\u6570\u91cf\uff0c\u8ba1\u7b97\u516c\u5f0f\u4e3an(n-1)...(n-k+1)/k!\u3002", "entity_id": "c(n,k)\u8868\u8fbe\u5f0f", "entity_type": "category", "file_path": "unknown_source", "id": "c(n,k)\u8868\u8fbe\u5f0f", "label": "c(n,k)\u8868\u8fbe\u5f0f", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "c(n,k)\u662f\u4e8c\u9879\u7cfb\u6570\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u8868\u793a\u4ecen\u6b21\u8bd5\u9a8c\u4e2d\u9009\u51fak\u6b21\u6210\u529f\u7684\u65b9\u5f0f\u6570\u91cf\uff0c\u8ba1\u7b97\u516c\u5f0f\u4e3an(n-1)...(n-k+1)/k!\u3002"}, {"color": "#1d9c1c", "created_at": 1752674526, "description": "\u8fd9\u662f\u5361\u5c14\u4e39\u7684\u8457\u4f5c\uff0c\u9996\u6b21\u7cfb\u7edf\u7814\u7a76\u4e86\u6982\u7387\u548c\u7ec4\u5408\u6570\u5b66\u7684\u76f8\u5173\u5185\u5bb9\uff0c\u76f4\u52301663\u5e74\u624d\u51fa\u7248\u3002", "entity_id": "\u300a\u673a\u9047\u7684\u535a\u5f08\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u673a\u9047\u7684\u535a\u5f08\u300b", "label": "\u300a\u673a\u9047\u7684\u535a\u5f08\u300b", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u8fd9\u662f\u5361\u5c14\u4e39\u7684\u8457\u4f5c\uff0c\u9996\u6b21\u7cfb\u7edf\u7814\u7a76\u4e86\u6982\u7387\u548c\u7ec4\u5408\u6570\u5b66\u7684\u76f8\u5173\u5185\u5bb9\uff0c\u76f4\u52301663\u5e74\u624d\u51fa\u7248\u3002"}, {"color": "#8be50f", "created_at": 1752674536, "description": "k\u8868\u793a\u5728n\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2d\u6210\u529f\u7684\u6b21\u6570\uff0c\u662f\u4e00\u4e2a\u53d8\u91cf\uff0c\u53d6\u503c\u8303\u56f4\u4e3a{0,1,...,n}\u3002", "entity_id": "k", "entity_type": "category", "file_path": "unknown_source", "id": "k", "label": "k", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "k\u8868\u793a\u5728n\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2d\u6210\u529f\u7684\u6b21\u6570\uff0c\u662f\u4e00\u4e2a\u53d8\u91cf\uff0c\u53d6\u503c\u8303\u56f4\u4e3a{0,1,...,n}\u3002"}, {"color": "#a804c1", "created_at": 1752674536, "description": "n\u8868\u793a\u72ec\u7acb\u8bd5\u9a8c\u7684\u603b\u6b21\u6570\uff0c\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u7684\u4e00\u4e2a\u53c2\u6570\u3002", "entity_id": "n", "entity_type": "category", "file_path": "unknown_source", "id": "n", "label": "n", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "n\u8868\u793a\u72ec\u7acb\u8bd5\u9a8c\u7684\u603b\u6b21\u6570\uff0c\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u7684\u4e00\u4e2a\u53c2\u6570\u3002"}, {"color": "#625b72", "created_at": 1752674536, "description": "p\u8868\u793a\u5355\u6b21\u8bd5\u9a8c\u4e2d\u6210\u529f\u7684\u6982\u7387\uff0c\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u7684\u6838\u5fc3\u53c2\u6570\u4e4b\u4e00\u3002", "entity_id": "p", "entity_type": "category", "file_path": "unknown_source", "id": "p", "label": "p", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "p\u8868\u793a\u5355\u6b21\u8bd5\u9a8c\u4e2d\u6210\u529f\u7684\u6982\u7387\uff0c\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u7684\u6838\u5fc3\u53c2\u6570\u4e4b\u4e00\u3002"}, {"color": "#3daa27", "created_at": 1752674536, "description": "Y\u662f\u4e00\u4e2a\u8868\u793a\u8bd5\u9a8c\u6210\u529f\u6b21\u6570\u7684\u968f\u673a\u53d8\u91cf\uff0c\u670d\u4ece\u4e8c\u9879\u5206\u5e03\uff0c\u5176\u53d6\u503c\u4e3ak\u3002", "entity_id": "\u968f\u673a\u53d8\u91cfY", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u53d8\u91cfY", "label": "\u968f\u673a\u53d8\u91cfY", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "Y\u662f\u4e00\u4e2a\u8868\u793a\u8bd5\u9a8c\u6210\u529f\u6b21\u6570\u7684\u968f\u673a\u53d8\u91cf\uff0c\u670d\u4ece\u4e8c\u9879\u5206\u5e03\uff0c\u5176\u53d6\u503c\u4e3ak\u3002"}, {"color": "#3bcf0d", "created_at": 1752674526, "description": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6Ronald Fisher(1890-1962)\uff0c\u73b0\u4ee3\u7edf\u8ba1\u5b66\u5960\u57fa\u4eba\u4e4b\u4e00\uff0c\u4e8e1912\u5e74\u660e\u786e\u63d0\u51fa\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u5e76\u7814\u7a76\u5176\u6027\u8d28\u3002", "entity_id": "\u8d39\u6b47", "entity_type": "person", "file_path": "unknown_source", "id": "\u8d39\u6b47", "label": "\u8d39\u6b47", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u82f1\u56fd\u7edf\u8ba1\u5b66\u5bb6Ronald Fisher(1890-1962)\uff0c\u73b0\u4ee3\u7edf\u8ba1\u5b66\u5960\u57fa\u4eba\u4e4b\u4e00\uff0c\u4e8e1912\u5e74\u660e\u786e\u63d0\u51fa\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u5e76\u7814\u7a76\u5176\u6027\u8d28\u3002"}, {"color": "#172f38", "created_at": 1752674560, "description": "\u77ff\u6cc9\u6c34is a common consumer product used in the teaching design to provide a real-life example of decimal pricing (e.g., 1.50\u5143).", "entity_id": "\u77ff\u6cc9\u6c34", "entity_type": "category", "file_path": "unknown_source", "id": "\u77ff\u6cc9\u6c34", "label": "\u77ff\u6cc9\u6c34", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u77ff\u6cc9\u6c34is a common consumer product used in the teaching design to provide a real-life example of decimal pricing (e.g., 1.50\u5143)."}, {"color": "#072a0b", "created_at": 1752674560, "description": "\u9762\u5305is a common consumer product used in the teaching design to illustrate decimal pricing (e.g., 2.85\u5143) through real-life shopping scenarios.", "entity_id": "\u9762\u5305", "entity_type": "category", "file_path": "unknown_source", "id": "\u9762\u5305", "label": "\u9762\u5305", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u9762\u5305is a common consumer product used in the teaching design to illustrate decimal pricing (e.g., 2.85\u5143) through real-life shopping scenarios."}, {"color": "#e1b620", "created_at": 1752674560, "description": "\u8eab\u9ad8refers to a measurement of human height, used as an example in the teaching design to illustrate the use of decimals in describing physical attributes.", "entity_id": "\u8eab\u9ad8", "entity_type": "category", "file_path": "unknown_source", "id": "\u8eab\u9ad8", "label": "\u8eab\u9ad8", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u8eab\u9ad8refers to a measurement of human height, used as an example in the teaching design to illustrate the use of decimals in describing physical attributes."}, {"color": "#e11173", "created_at": 1752674560, "description": "\u4f53\u91cdrefers to a measurement of human weight, used as an example in the teaching design to demonstrate decimal usage in real-world contexts.", "entity_id": "\u4f53\u91cd", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f53\u91cd", "label": "\u4f53\u91cd", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u4f53\u91cdrefers to a measurement of human weight, used as an example in the teaching design to demonstrate decimal usage in real-world contexts."}, {"color": "#ca0a83", "created_at": 1752674560, "description": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570is a specific segment of the overall teaching plan aimed at introducing the concept of decimals to students through practical examples.", "entity_id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570", "label": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570is a specific segment of the overall teaching plan aimed at introducing the concept of decimals to students through practical examples."}, {"color": "#65546b", "created_at": 1752674566, "description": "A real-world object used in teaching to demonstrate practical measurement applications.", "entity_id": "\u8bfe\u684c", "entity_type": "category", "file_path": "unknown_source", "id": "\u8bfe\u684c", "label": "\u8bfe\u684c", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A real-world object used in teaching to demonstrate practical measurement applications."}, {"color": "#5ec0a0", "created_at": 1752674536, "description": "q\u8868\u793a\u5355\u6b21\u8bd5\u9a8c\u4e2d\u5931\u8d25\u7684\u6982\u7387\uff0c\u901a\u5e38\u5b9a\u4e49\u4e3aq = 1 - p\u3002", "entity_id": "q", "entity_type": "category", "file_path": "unknown_source", "id": "q", "label": "q", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "q\u8868\u793a\u5355\u6b21\u8bd5\u9a8c\u4e2d\u5931\u8d25\u7684\u6982\u7387\uff0c\u901a\u5e38\u5b9a\u4e49\u4e3aq = 1 - p\u3002"}, {"color": "#a90b40", "created_at": 1752674536, "description": "\u6982\u7387\u5206\u5e03\u662f\u5bf9\u968f\u673a\u53d8\u91cf\u53d6\u503c\u89c4\u5f8b\u7684\u6570\u5b66\u63cf\u8ff0\uff0c\u6587\u4e2d\u7279\u6307\u4e8c\u9879\u5206\u5e03\u3002", "entity_id": "\u6982\u7387\u5206\u5e03", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u7387\u5206\u5e03", "label": "\u6982\u7387\u5206\u5e03", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6982\u7387\u5206\u5e03\u662f\u5bf9\u968f\u673a\u53d8\u91cf\u53d6\u503c\u89c4\u5f8b\u7684\u6570\u5b66\u63cf\u8ff0\uff0c\u6587\u4e2d\u7279\u6307\u4e8c\u9879\u5206\u5e03\u3002"}, {"color": "#fdad06", "created_at": 1752674536, "description": "\u4f30\u8ba1\u539f\u5219\u662f\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u786e\u5b9a\u672a\u77e5\u53c2\u6570\u503c\u7684\u65b9\u6cd5\uff0c\u6587\u4e2d\u8ba8\u8bba\u7684\u662f\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u539f\u5219\u3002", "entity_id": "\u4f30\u8ba1\u539f\u5219", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f30\u8ba1\u539f\u5219", "label": "\u4f30\u8ba1\u539f\u5219", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4f30\u8ba1\u539f\u5219\u662f\u7edf\u8ba1\u5b66\u4e2d\u7528\u4e8e\u786e\u5b9a\u672a\u77e5\u53c2\u6570\u503c\u7684\u65b9\u6cd5\uff0c\u6587\u4e2d\u8ba8\u8bba\u7684\u662f\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u539f\u5219\u3002"}, {"color": "#e73740", "created_at": 1752674536, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u901a\u8fc7\u6700\u5927\u5316\u89c2\u6d4b\u6570\u636e\u51fa\u73b0\u6982\u7387\u6765\u4f30\u8ba1\u53c2\u6570\u503c\u7684\u7edf\u8ba1\u65b9\u6cd5\u3002", "entity_id": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5", "label": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u4e00\u79cd\u901a\u8fc7\u6700\u5927\u5316\u89c2\u6d4b\u6570\u636e\u51fa\u73b0\u6982\u7387\u6765\u4f30\u8ba1\u53c2\u6570\u503c\u7684\u7edf\u8ba1\u65b9\u6cd5\u3002"}, {"color": "#bbde02", "created_at": 1752674536, "description": "g(p)\u662f\u5bf9\u6570\u4f3c\u7136\u51fd\u6570\uff0c\u7528\u4e8e\u6c42\u89e3\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\uff0c\u8868\u8fbe\u5f0f\u4e3ag(p) = k ln p + (n-k) ln(1-p)\u3002", "entity_id": "g(p)\u51fd\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "g(p)\u51fd\u6570", "label": "g(p)\u51fd\u6570", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "g(p)\u662f\u5bf9\u6570\u4f3c\u7136\u51fd\u6570\uff0c\u7528\u4e8e\u6c42\u89e3\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\uff0c\u8868\u8fbe\u5f0f\u4e3ag(p) = k ln p + (n-k) ln(1-p)\u3002"}, {"color": "#2e7d06", "created_at": 1752674536, "description": "\u5bfc\u6570\u6cd5\u662f\u7528\u4e8e\u6c42\u89e3\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u4e2dg(p)\u51fd\u6570\u6700\u5927\u503c\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u901a\u8fc7\u6c42\u5bfc\u5e76\u4ee4\u5bfc\u6570\u4e3a\u96f6\u627e\u5230\u6781\u503c\u70b9\u3002", "entity_id": "\u5bfc\u6570\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5bfc\u6570\u6cd5", "label": "\u5bfc\u6570\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5bfc\u6570\u6cd5\u662f\u7528\u4e8e\u6c42\u89e3\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u4e2dg(p)\u51fd\u6570\u6700\u5927\u503c\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u901a\u8fc7\u6c42\u5bfc\u5e76\u4ee4\u5bfc\u6570\u4e3a\u96f6\u627e\u5230\u6781\u503c\u70b9\u3002"}, {"color": "#4180d2", "created_at": 1752674544, "description": "\u73b0\u5b9e\u60c5\u5883\u662f\u6570\u5b66\u6559\u5b66\u4e2d\u5e38\u7528\u7684\u65b9\u6cd5\uff0c\u901a\u8fc7\u771f\u5b9e\u751f\u6d3b\u573a\u666f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6570\u5b66\u6982\u5ff5\u3002", "entity_id": "\u73b0\u5b9e\u60c5\u5883", "entity_type": "category", "file_path": "unknown_source", "id": "\u73b0\u5b9e\u60c5\u5883", "label": "\u73b0\u5b9e\u60c5\u5883", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u73b0\u5b9e\u60c5\u5883\u662f\u6570\u5b66\u6559\u5b66\u4e2d\u5e38\u7528\u7684\u65b9\u6cd5\uff0c\u901a\u8fc7\u771f\u5b9e\u751f\u6d3b\u573a\u666f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6570\u5b66\u6982\u5ff5\u3002"}, {"color": "#2f4832", "created_at": 1752674544, "description": "\u6559\u5b66\u7b56\u7565\u662f\u6307\u6559\u5e08\u5728\u6559\u5b66\u8fc7\u7a0b\u4e2d\u4e3a\u8fbe\u6210\u6559\u5b66\u76ee\u6807\u6240\u91c7\u7528\u7684\u6559\u5b66\u65b9\u6cd5\u548c\u6d3b\u52a8\u5b89\u6392\u3002", "entity_id": "\u6559\u5b66\u7b56\u7565", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u5b66\u7b56\u7565", "label": "\u6559\u5b66\u7b56\u7565", "shape": "dot", "size": 10, "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6559\u5b66\u7b56\u7565\u662f\u6307\u6559\u5e08\u5728\u6559\u5b66\u8fc7\u7a0b\u4e2d\u4e3a\u8fbe\u6210\u6559\u5b66\u76ee\u6807\u6240\u91c7\u7528\u7684\u6559\u5b66\u65b9\u6cd5\u548c\u6d3b\u52a8\u5b89\u6392\u3002"}, {"color": "#9a2350", "created_at": 1752674544, "description": "Introduction to numbers up to 20, serving as the initial step in number recognition and abstraction for young learners.", "entity_id": "20\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "20\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "label": "20\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Introduction to numbers up to 20, serving as the initial step in number recognition and abstraction for young learners."}, {"color": "#b4ceb1", "created_at": 1752674544, "description": "Foundational lesson on numbers 1 through 5, emphasizing concrete-to-abstract progression and quantity comparison.", "entity_id": "1-5\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "1-5\u6570\u7684\u8ba4\u8bc6", "label": "1-5\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Foundational lesson on numbers 1 through 5, emphasizing concrete-to-abstract progression and quantity comparison."}, {"color": "#ad5f50", "created_at": 1752674544, "description": "A zoo setting used as an educational context to teach counting by observing animals and objects in the scene.", "entity_id": "\u91ce\u751f\u52a8\u7269\u56ed", "entity_type": "geo", "file_path": "unknown_source", "id": "\u91ce\u751f\u52a8\u7269\u56ed", "label": "\u91ce\u751f\u52a8\u7269\u56ed", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "A zoo setting used as an educational context to teach counting by observing animals and objects in the scene."}, {"color": "#49e35b", "created_at": 1752674550, "description": "Visual learning aid representing quantities through dots for number sequencing.", "entity_id": "\u70b9\u5b50\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u70b9\u5b50\u56fe", "label": "\u70b9\u5b50\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Visual learning aid representing quantities through dots for number sequencing."}, {"color": "#b0401d", "created_at": 1752674566, "description": "\u5c0f\u519bis a fictional student used in a word problem to illustrate how\u6df7\u5408\u8fd0\u7b97works in real-life scenarios, particularly to demonstrate the rule\u5148\u4e58\u9664\u540e\u52a0\u51cf.", "entity_id": "\u5c0f\u519b", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u519b", "label": "\u5c0f\u519b", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5c0f\u519bis a fictional student used in a word problem to illustrate how\u6df7\u5408\u8fd0\u7b97works in real-life scenarios, particularly to demonstrate the rule\u5148\u4e58\u9664\u540e\u52a0\u51cf."}, {"color": "#60764a", "created_at": 1752674566, "description": "Xiao Ming is a hypothetical student used in the basketball shooting example to demonstrate randomness in data.\u003cSEP\u003e\u5c0f\u660eis a fictional character used in example problems to demonstrate\u6df7\u5408\u8fd0\u7b97, particularly in the context of buying and receiving change, reinforcing the necessity of\u5148\u4e58\u9664\u540e\u52a0\u51cf.", "entity_id": "\u5c0f\u660e", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u660e", "label": "\u5c0f\u660e", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Xiao Ming is a hypothetical student used in the basketball shooting example to demonstrate randomness in data.\u003cSEP\u003e\u5c0f\u660eis a fictional character used in example problems to demonstrate\u6df7\u5408\u8fd0\u7b97, particularly in the context of buying and receiving change, reinforcing the necessity of\u5148\u4e58\u9664\u540e\u52a0\u51cf."}, {"color": "#b0524f", "created_at": 1752674550, "description": "\u8fd9\u662f\u4e00\u4e2a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8\uff0c\u56f4\u7ed5\u8d28\u6570\u4e0e\u5408\u6570\u7684\u6982\u5ff5\u5c55\u5f00\uff0c\u91c7\u7528\u5c0f\u7ec4\u5408\u4f5c\u3001\u52a8\u624b\u64cd\u4f5c\u7684\u65b9\u5f0f\u8fdb\u884c\u6559\u5b66\u3002", "entity_id": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8", "entity_type": "event", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8", "label": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u8fd9\u662f\u4e00\u4e2a\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8\uff0c\u56f4\u7ed5\u8d28\u6570\u4e0e\u5408\u6570\u7684\u6982\u5ff5\u5c55\u5f00\uff0c\u91c7\u7528\u5c0f\u7ec4\u5408\u4f5c\u3001\u52a8\u624b\u64cd\u4f5c\u7684\u65b9\u5f0f\u8fdb\u884c\u6559\u5b66\u3002"}, {"color": "#ce9105", "created_at": 1752674566, "description": "An educator from Changchun Shuxun Primary School, contributing to curriculum design on geometric transformations.\u003cSEP\u003e\u5cb3\u83b9is a teacher at Changchun Shuxun Primary School who focuses on teaching estimation in mathematics.\u003cSEP\u003e\u5cb3\u83b9\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u4e00\u4f4d\u6559\u5e08\uff0c\u8bbe\u8ba1\u4e86\u5173\u4e8e\u4f30\u7b97\u6559\u5b66\u7684\u6559\u5b66\u7247\u6bb5\u3002", "entity_id": "\u5cb3\u83b9", "entity_type": "person", "file_path": "unknown_source", "id": "\u5cb3\u83b9", "label": "\u5cb3\u83b9", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "An educator from Changchun Shuxun Primary School, contributing to curriculum design on geometric transformations.\u003cSEP\u003e\u5cb3\u83b9is a teacher at Changchun Shuxun Primary School who focuses on teaching estimation in mathematics.\u003cSEP\u003e\u5cb3\u83b9\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u4e00\u4f4d\u6559\u5e08\uff0c\u8bbe\u8ba1\u4e86\u5173\u4e8e\u4f30\u7b97\u6559\u5b66\u7684\u6559\u5b66\u7247\u6bb5\u3002"}, {"color": "#9015e8", "created_at": 1752674550, "description": "Counting units (\u4e2a, \u5341, \u767e, \u5343, \u4e07) form the foundation of the decimal number system.", "entity_id": "\u8ba1\u6570\u5355\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u8ba1\u6570\u5355\u4f4d", "label": "\u8ba1\u6570\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Counting units (\u4e2a, \u5341, \u767e, \u5343, \u4e07) form the foundation of the decimal number system."}, {"color": "#12feb1", "created_at": 1752674550, "description": "Small cubes are the basic units in Dienes blocks used for counting and place value demonstration.", "entity_id": "\u5c0f\u6b63\u65b9\u4f53", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u6b63\u65b9\u4f53", "label": "\u5c0f\u6b63\u65b9\u4f53", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Small cubes are the basic units in Dienes blocks used for counting and place value demonstration."}, {"color": "#c3f6de", "created_at": 1752674550, "description": "The teacher guides students through the process of understanding equations by using a balance scale and abstracting the concept with symbols.\u003cSEP\u003eThe teacher is guiding students through a lesson on reciprocals and fraction division, using visual aids and group discussions.\u003cSEP\u003eThe teacher leads the students in counting small cubes and explains the concepts of place value and the decimal system.", "entity_id": "Teacher", "entity_type": "person", "file_path": "unknown_source", "id": "Teacher", "label": "Teacher", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The teacher guides students through the process of understanding equations by using a balance scale and abstracting the concept with symbols.\u003cSEP\u003eThe teacher is guiding students through a lesson on reciprocals and fraction division, using visual aids and group discussions.\u003cSEP\u003eThe teacher leads the students in counting small cubes and explains the concepts of place value and the decimal system."}, {"color": "#c676a6", "created_at": 1752674550, "description": "Students are actively participating in discussions, solving problems, and learning about reciprocals and fraction division.\u003cSEP\u003eThe students participate in the counting activity and learn about place value and the decimal system.", "entity_id": "Students", "entity_type": "person", "file_path": "unknown_source", "id": "Students", "label": "Students", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "Students are actively participating in discussions, solving problems, and learning about reciprocals and fraction division.\u003cSEP\u003eThe students participate in the counting activity and learn about place value and the decimal system."}, {"color": "#705ae8", "created_at": 1752674566, "description": "A structured lesson where students learn about reciprocals and their application in fraction division.", "entity_id": "Lesson on Reciprocals", "entity_type": "event", "file_path": "unknown_source", "id": "Lesson on Reciprocals", "label": "Lesson on Reciprocals", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "A structured lesson where students learn about reciprocals and their application in fraction division."}, {"color": "#0827fc", "created_at": 1752674566, "description": "A writing surface used by the teacher to write mathematical equations and explanations during the lesson.", "entity_id": "Blackboard", "entity_type": "category", "file_path": "unknown_source", "id": "Blackboard", "label": "Blackboard", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "A writing surface used by the teacher to write mathematical equations and explanations during the lesson."}, {"color": "#ce0db9", "created_at": 1752674566, "description": "A balance scale is used as a teaching tool to demonstrate the concept of equations by comparing weights.", "entity_id": "Balance Scale", "entity_type": "category", "file_path": "unknown_source", "id": "Balance Scale", "label": "Balance Scale", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "A balance scale is used as a teaching tool to demonstrate the concept of equations by comparing weights."}, {"color": "#7ae7b6", "created_at": 1752674566, "description": "A balance scale used as a teaching tool to demonstrate weight comparison and equation concepts.\u003cSEP\u003e\u5929\u5e73is a balance scale used in the lesson to demonstrate the concept of equality and equations.", "entity_id": "\u5929\u5e73", "entity_type": "equipment", "file_path": "unknown_source", "id": "\u5929\u5e73", "label": "\u5929\u5e73", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-1ad150a353733dc35455650b97cce260", "title": "A balance scale used as a teaching tool to demonstrate weight comparison and equation concepts.\u003cSEP\u003e\u5929\u5e73is a balance scale used in the lesson to demonstrate the concept of equality and equations."}, {"color": "#0caa0a", "created_at": 1752674566, "description": "An algebraic equation derived from the balance scale demonstration.", "entity_id": "3x = 60", "entity_type": "category", "file_path": "unknown_source", "id": "3x = 60", "label": "3x = 60", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "An algebraic equation derived from the balance scale demonstration."}, {"color": "#6a8142", "created_at": 1752674566, "description": "The solution to the equation representing the weight of small building blocks.", "entity_id": "x = 20", "entity_type": "category", "file_path": "unknown_source", "id": "x = 20", "label": "x = 20", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The solution to the equation representing the weight of small building blocks."}, {"color": "#7a4bad", "created_at": 1752674550, "description": "Dienes blocks are used as a teaching tool to help students visualize and understand place value and the decimal system.", "entity_id": "Dienes Blocks", "entity_type": "category", "file_path": "unknown_source", "id": "Dienes Blocks", "label": "Dienes Blocks", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Dienes blocks are used as a teaching tool to help students visualize and understand place value and the decimal system."}, {"color": "#279623", "created_at": 1752674566, "description": "Collaborative learning activities where students work together to solve problems and understand mathematical concepts.", "entity_id": "Group Discussions", "entity_type": "event", "file_path": "unknown_source", "id": "Group Discussions", "label": "Group Discussions", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "Collaborative learning activities where students work together to solve problems and understand mathematical concepts."}, {"color": "#3efabd", "created_at": 1752674550, "description": "Counting units (\u4e2a, \u5341, \u767e, \u5343, \u4e07) are the basic units used in the decimal system to represent numbers.", "entity_id": "Counting Units", "entity_type": "category", "file_path": "unknown_source", "id": "Counting Units", "label": "Counting Units", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Counting units (\u4e2a, \u5341, \u767e, \u5343, \u4e07) are the basic units used in the decimal system to represent numbers."}, {"color": "#2ca379", "created_at": 1752674550, "description": "Mathematical concept concerning divisibility properties of natural numbers.", "entity_id": "\u6570\u7684\u6574\u9664", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u7684\u6574\u9664", "label": "\u6570\u7684\u6574\u9664", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Mathematical concept concerning divisibility properties of natural numbers."}, {"color": "#f76b98", "created_at": 1752674550, "description": "Common multiples shared by two or more numbers in number theory.", "entity_id": "\u516c\u500d\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u500d\u6570", "label": "\u516c\u500d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Common multiples shared by two or more numbers in number theory."}, {"color": "#03ec13", "created_at": 1752674550, "description": "Prime numbers with exactly two distinct positive divisors.\u003cSEP\u003e\u8d28\u6570\u662f\u6307\u5927\u4e8e1\u7684\u81ea\u7136\u6570\uff0c\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\u7684\u6570\u3002\u6559\u5b66\u4e2d\u901a\u8fc7\u6446\u6b63\u65b9\u5f62\u5361\u7247\u7684\u65b9\u5f0f\u5e2e\u52a9\u5b66\u751f\u76f4\u89c2\u7406\u89e3\u8d28\u6570\u7684\u7279\u6027\u3002", "entity_id": "\u8d28\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d28\u6570", "label": "\u8d28\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "Prime numbers with exactly two distinct positive divisors.\u003cSEP\u003e\u8d28\u6570\u662f\u6307\u5927\u4e8e1\u7684\u81ea\u7136\u6570\uff0c\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\u7684\u6570\u3002\u6559\u5b66\u4e2d\u901a\u8fc7\u6446\u6b63\u65b9\u5f62\u5361\u7247\u7684\u65b9\u5f0f\u5e2e\u52a9\u5b66\u751f\u76f4\u89c2\u7406\u89e3\u8d28\u6570\u7684\u7279\u6027\u3002"}, {"color": "#151bf5", "created_at": 1752674550, "description": "Composite numbers with more than two positive divisors.\u003cSEP\u003e\u5408\u6570\u662f\u6307\u5927\u4e8e1\u7684\u81ea\u7136\u6570\uff0c\u9664\u4e86\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\u5916\uff0c\u8fd8\u80fd\u88ab\u5176\u4ed6\u6570\u6574\u9664\u3002\u6559\u5b66\u4e2d\u901a\u8fc7\u5361\u7247\u6392\u5217\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5408\u6570\u4e0e\u8d28\u6570\u7684\u533a\u522b\u3002", "entity_id": "\u5408\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u5408\u6570", "label": "\u5408\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "Composite numbers with more than two positive divisors.\u003cSEP\u003e\u5408\u6570\u662f\u6307\u5927\u4e8e1\u7684\u81ea\u7136\u6570\uff0c\u9664\u4e86\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\u5916\uff0c\u8fd8\u80fd\u88ab\u5176\u4ed6\u6570\u6574\u9664\u3002\u6559\u5b66\u4e2d\u901a\u8fc7\u5361\u7247\u6392\u5217\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5408\u6570\u4e0e\u8d28\u6570\u7684\u533a\u522b\u3002"}, {"color": "#2afd8a", "created_at": 1752674550, "description": "Hands-on activity where students arrange square cards to visualize number properties.", "entity_id": "\u62fc\u56fe\u5f62", "entity_type": "event", "file_path": "unknown_source", "id": "\u62fc\u56fe\u5f62", "label": "\u62fc\u56fe\u5f62", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Hands-on activity where students arrange square cards to visualize number properties."}, {"color": "#9d0c6f", "created_at": 1752674550, "description": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u662f\u6559\u5b66\u5de5\u5177\uff0c\u7528\u4e8e\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u6392\u5217\u7ec4\u5408\u76f4\u89c2\u7406\u89e3\u6574\u9664\u3001\u8d28\u6570\u548c\u5408\u6570\u7684\u6982\u5ff5\u3002", "entity_id": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247", "entity_type": "equipment", "file_path": "unknown_source", "id": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247", "label": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247", "shape": "dot", "size": 10, "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u662f\u6559\u5b66\u5de5\u5177\uff0c\u7528\u4e8e\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u6392\u5217\u7ec4\u5408\u76f4\u89c2\u7406\u89e3\u6574\u9664\u3001\u8d28\u6570\u548c\u5408\u6570\u7684\u6982\u5ff5\u3002"}, {"color": "#9f31b8", "created_at": 1752674560, "description": "\u5b9e\u9645\u95ee\u9898refers to real-life mathematical problems that students are expected to solve using knowledge of decimals, fractions, and percentages.", "entity_id": "\u5b9e\u9645\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b9e\u9645\u95ee\u9898", "label": "\u5b9e\u9645\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5b9e\u9645\u95ee\u9898refers to real-life mathematical problems that students are expected to solve using knowledge of decimals, fractions, and percentages."}, {"color": "#f3a70e", "created_at": 1752674550, "description": "\u725b\u662f\u4e00\u79cd\u7272\u755c\uff0c\u5176\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a12\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u6d89\u53ca\u7684\u52a8\u7269\u4e4b\u4e00\u3002", "entity_id": "\u725b", "entity_type": "category", "file_path": "unknown_source", "id": "\u725b", "label": "\u725b", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u725b\u662f\u4e00\u79cd\u7272\u755c\uff0c\u5176\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a12\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u6d89\u53ca\u7684\u52a8\u7269\u4e4b\u4e00\u3002"}, {"color": "#d552d4", "created_at": 1752674566, "description": "\u725b\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a12\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "entity_id": "\u4ef7\u683c", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u4ef7\u683c", "label": "\u4ef7\u683c", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u725b\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a12\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002"}, {"color": "#26e35e", "created_at": 1752674550, "description": "\u7f8a\u662f\u4e00\u79cd\u7272\u755c\uff0c\u5176\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a5\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u6d89\u53ca\u7684\u52a8\u7269\u4e4b\u4e00\u3002", "entity_id": "\u7f8a", "entity_type": "category", "file_path": "unknown_source", "id": "\u7f8a", "label": "\u7f8a", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u7f8a\u662f\u4e00\u79cd\u7272\u755c\uff0c\u5176\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a5\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u6d89\u53ca\u7684\u52a8\u7269\u4e4b\u4e00\u3002"}, {"color": "#1aa74a", "created_at": 1752674550, "description": "\u732a\u662f\u4e00\u79cd\u7272\u755c\uff0c\u5176\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a3\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u6d89\u53ca\u7684\u52a8\u7269\u4e4b\u4e00\u3002", "entity_id": "\u732a", "entity_type": "category", "file_path": "unknown_source", "id": "\u732a", "label": "\u732a", "shape": "dot", "size": 10, "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u732a\u662f\u4e00\u79cd\u7272\u755c\uff0c\u5176\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a3\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u6d89\u53ca\u7684\u52a8\u7269\u4e4b\u4e00\u3002"}, {"color": "#2c4ce2", "created_at": 1752674560, "description": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\u65e8\u5728\u901a\u8fc7\u6298\u7eb8\u7b49\u5b9e\u8df5\u6d3b\u52a8\u5f15\u5bfc\u5b66\u751f\u521d\u6b65\u8ba4\u8bc6\u5206\u6570\u7684\u6982\u5ff5,\u5f3a\u8c03\u901a\u8fc7\u5177\u4f53\u64cd\u4f5c\u7406\u89e3\u5206\u6570\u7684\u672c\u8d28\u3002", "entity_id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5206\u6570", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5206\u6570", "label": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\u65e8\u5728\u901a\u8fc7\u6298\u7eb8\u7b49\u5b9e\u8df5\u6d3b\u52a8\u5f15\u5bfc\u5b66\u751f\u521d\u6b65\u8ba4\u8bc6\u5206\u6570\u7684\u6982\u5ff5,\u5f3a\u8c03\u901a\u8fc7\u5177\u4f53\u64cd\u4f5c\u7406\u89e3\u5206\u6570\u7684\u672c\u8d28\u3002"}, {"color": "#657a55", "created_at": 1752674560, "description": "\u6298\u7eb8\u6e38\u620f\u662f\u6559\u5b66\u6d3b\u52a8\u4e2d\u4f7f\u7528\u7684\u4e00\u79cd\u65b9\u6cd5,\u901a\u8fc7\u6298\u7eb8\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5206\u6570\u5355\u4f4d,\u59821/2\u30011/3\u30011/4\u7b49\u3002", "entity_id": "\u6298\u7eb8\u6e38\u620f", "entity_type": "event", "file_path": "unknown_source", "id": "\u6298\u7eb8\u6e38\u620f", "label": "\u6298\u7eb8\u6e38\u620f", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6298\u7eb8\u6e38\u620f\u662f\u6559\u5b66\u6d3b\u52a8\u4e2d\u4f7f\u7528\u7684\u4e00\u79cd\u65b9\u6cd5,\u901a\u8fc7\u6298\u7eb8\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5206\u6570\u5355\u4f4d,\u59821/2\u30011/3\u30011/4\u7b49\u3002"}, {"color": "#836e21", "created_at": 1752674560, "description": "\u6bcd\u5206\u6570refers to fractions with denominators less than 10, which are used in basic arithmetic operations like addition and subtraction in elementary mathematics education.", "entity_id": "\u6bcd\u5206\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6bcd\u5206\u6570", "label": "\u6bcd\u5206\u6570", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6bcd\u5206\u6570refers to fractions with denominators less than 10, which are used in basic arithmetic operations like addition and subtraction in elementary mathematics education."}, {"color": "#e1159c", "created_at": 1752674560, "description": "\u52a0\u51cf\u8fd0\u7b97refers to the basic arithmetic operations of addition and subtraction, which are applied to fractions, decimals, and percentages in the second stage of elementary mathematics learning.", "entity_id": "\u52a0\u51cf\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u51cf\u8fd0\u7b97", "label": "\u52a0\u51cf\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u52a0\u51cf\u8fd0\u7b97refers to the basic arithmetic operations of addition and subtraction, which are applied to fractions, decimals, and percentages in the second stage of elementary mathematics learning."}, {"color": "#7cc2d8", "created_at": 1752674560, "description": "\u5c0f\u6570\u70b9refers to the decimal point used in expressing precise measurements, introduced to students to enhance their understanding of measurement accuracy.\u003cSEP\u003e\u5c0f\u6570\u70b9refers to the symbol (.) that separates the whole number part from the fractional part in a decimal number, which is a key concept in understanding decimal notation.", "entity_id": "\u5c0f\u6570\u70b9", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u6570\u70b9", "label": "\u5c0f\u6570\u70b9", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5c0f\u6570\u70b9refers to the decimal point used in expressing precise measurements, introduced to students to enhance their understanding of measurement accuracy.\u003cSEP\u003e\u5c0f\u6570\u70b9refers to the symbol (.) that separates the whole number part from the fractional part in a decimal number, which is a key concept in understanding decimal notation."}, {"color": "#b28d83", "created_at": 1752674560, "description": "\u57fa\u672c\u5355\u4f4drefers to the foundational unit of measurement in a decimal system, such as \u0027\u5143\u0027 in monetary examples, which helps students contextualize decimal values.", "entity_id": "\u57fa\u672c\u5355\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u672c\u5355\u4f4d", "label": "\u57fa\u672c\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u57fa\u672c\u5355\u4f4drefers to the foundational unit of measurement in a decimal system, such as \u0027\u5143\u0027 in monetary examples, which helps students contextualize decimal values."}, {"color": "#56cb65", "created_at": 1752674560, "description": "\u8d85\u5e02refers to a supermarket environment where students observe or interact with real-world decimal representations such as product prices.", "entity_id": "\u8d85\u5e02", "entity_type": "geo", "file_path": "unknown_source", "id": "\u8d85\u5e02", "label": "\u8d85\u5e02", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u8d85\u5e02refers to a supermarket environment where students observe or interact with real-world decimal representations such as product prices."}, {"color": "#1ce972", "created_at": 1752674560, "description": "\u5206\u7ec4\u8ba8\u8bbarefers to a collaborative learning strategy used in the teaching design where students work in small groups to explore decimal concepts through simulated shopping and other activities.", "entity_id": "\u5206\u7ec4\u8ba8\u8bba", "entity_type": "event", "file_path": "unknown_source", "id": "\u5206\u7ec4\u8ba8\u8bba", "label": "\u5206\u7ec4\u8ba8\u8bba", "shape": "dot", "size": 10, "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5206\u7ec4\u8ba8\u8bbarefers to a collaborative learning strategy used in the teaching design where students work in small groups to explore decimal concepts through simulated shopping and other activities."}, {"color": "#3389f0", "created_at": 1752674566, "description": "\u521d\u4e2drefers to the junior high school level in China\u0027s education system, where more advanced mathematical concepts like rational number multiplication are introduced.", "entity_id": "\u521d\u4e2d", "entity_type": "geo", "file_path": "unknown_source", "id": "\u521d\u4e2d", "label": "\u521d\u4e2d", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u521d\u4e2drefers to the junior high school level in China\u0027s education system, where more advanced mathematical concepts like rational number multiplication are introduced."}, {"color": "#0b6b39", "created_at": 1752674560, "description": "\u738b\u8273\u73b2is a teacher from Northeast Normal University Affiliated Elementary School and the author of a teaching design related to number sense.\u003cSEP\u003e\u738b\u8273\u73b2is an educator from Northeast Normal University Affiliated Elementary School who contributes to the teaching design.", "entity_id": "\u738b\u8273\u73b2", "entity_type": "person", "file_path": "unknown_source", "id": "\u738b\u8273\u73b2", "label": "\u738b\u8273\u73b2", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048", "title": "\u738b\u8273\u73b2is a teacher from Northeast Normal University Affiliated Elementary School and the author of a teaching design related to number sense.\u003cSEP\u003e\u738b\u8273\u73b2is an educator from Northeast Normal University Affiliated Elementary School who contributes to the teaching design."}, {"color": "#109449", "created_at": 1752674566, "description": "\u6768\u9759is a teacher at Northeast Normal University Affiliated Elementary School, involved in designing math teaching materials.", "entity_id": "\u6768\u9759", "entity_type": "person", "file_path": "unknown_source", "id": "\u6768\u9759", "label": "\u6768\u9759", "shape": "dot", "size": 10, "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "\u6768\u9759is a teacher at Northeast Normal University Affiliated Elementary School, involved in designing math teaching materials."}, {"color": "#818f38", "created_at": 1752674566, "description": "\u8d75\u8273\u8f89is a teacher from\u4e1c\u5317\u5e08\u5927\u9644\u5c0fwho designed a lesson plan on understanding equations.\u003cSEP\u003e\u8d75\u8273\u8f89\u662f\u4e1c\u5317\u5e08\u5927\u9644\u5c0f\u7684\u6559\u5e08\uff0c\u8d1f\u8d23\u8bbe\u8ba1\u4e0e\u8bb2\u89e3\u7edf\u8ba1\u56fe\u76f8\u5173\u7684\u6559\u5b66\u5185\u5bb9\u3002", "entity_id": "\u8d75\u8273\u8f89", "entity_type": "person", "file_path": "unknown_source", "id": "\u8d75\u8273\u8f89", "label": "\u8d75\u8273\u8f89", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f\u003cSEP\u003echunk-1ad150a353733dc35455650b97cce260", "title": "\u8d75\u8273\u8f89is a teacher from\u4e1c\u5317\u5e08\u5927\u9644\u5c0fwho designed a lesson plan on understanding equations.\u003cSEP\u003e\u8d75\u8273\u8f89\u662f\u4e1c\u5317\u5e08\u5927\u9644\u5c0f\u7684\u6559\u5e08\uff0c\u8d1f\u8d23\u8bbe\u8ba1\u4e0e\u8bb2\u89e3\u7edf\u8ba1\u56fe\u76f8\u5173\u7684\u6559\u5b66\u5185\u5bb9\u3002"}, {"color": "#b7748b", "created_at": 1752674566, "description": "Group tasks are assigned to students to explore the perception of the number 1000 in different contexts, helping them understand its relative magnitude.", "entity_id": "\u5c0f\u7ec4\u4efb\u52a1", "entity_type": "event", "file_path": "unknown_source", "id": "\u5c0f\u7ec4\u4efb\u52a1", "label": "\u5c0f\u7ec4\u4efb\u52a1", "shape": "dot", "size": 10, "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Group tasks are assigned to students to explore the perception of the number 1000 in different contexts, helping them understand its relative magnitude."}, {"color": "#12a93d", "created_at": 1752674566, "description": "Understanding averages is a statistical concept focusing on both arithmetic and inferential statistics, involving randomness and sampling.", "entity_id": "\u5e73\u5747\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e73\u5747\u6570\u7684\u8ba4\u8bc6", "label": "\u5e73\u5747\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Understanding averages is a statistical concept focusing on both arithmetic and inferential statistics, involving randomness and sampling."}, {"color": "#cc0541", "created_at": 1752674566, "description": "\u54e5\u54e5(older brother) is a character used in a story during the lesson to illustrate the concept of comparing quantities and introducing addition.", "entity_id": "\u54e5\u54e5", "entity_type": "person", "file_path": "unknown_source", "id": "\u54e5\u54e5", "label": "\u54e5\u54e5", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u54e5\u54e5(older brother) is a character used in a story during the lesson to illustrate the concept of comparing quantities and introducing addition."}, {"color": "#7ba84d", "created_at": 1752674566, "description": "\u59b9\u59b9(younger sister) is another character used in the story to demonstrate quantity comparison and the meaning of addition through a real-life context of picking peaches.", "entity_id": "\u59b9\u59b9", "entity_type": "person", "file_path": "unknown_source", "id": "\u59b9\u59b9", "label": "\u59b9\u59b9", "shape": "dot", "size": 10, "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\u59b9\u59b9(younger sister) is another character used in the story to demonstrate quantity comparison and the meaning of addition through a real-life context of picking peaches."}, {"color": "#96b54b", "created_at": 1752674566, "description": "The multiplicand represents the number being multiplied in multiplication problems.", "entity_id": "\u88ab\u4e58\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u88ab\u4e58\u6570", "label": "\u88ab\u4e58\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "The multiplicand represents the number being multiplied in multiplication problems."}, {"color": "#a08171", "created_at": 1752674566, "description": "The multiplier indicates how many times the multiplicand is added in multiplication.", "entity_id": "\u4e58\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e58\u6570", "label": "\u4e58\u6570", "shape": "dot", "size": 10, "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "The multiplier indicates how many times the multiplicand is added in multiplication."}, {"color": "#82fe0a", "created_at": 1752674566, "description": "A sports activity group used as an example to contrast with orderly arranged groups for teaching multiplication concepts.", "entity_id": "\u8f6e\u6ed1\u5c0f\u7ec4", "entity_type": "category", "file_path": "unknown_source", "id": "\u8f6e\u6ed1\u5c0f\u7ec4", "label": "\u8f6e\u6ed1\u5c0f\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "A sports activity group used as an example to contrast with orderly arranged groups for teaching multiplication concepts."}, {"color": "#4e395c", "created_at": 1752674566, "description": "A teaching methodology that uses visual aids and practical examples to explain multiplication as repeated addition.", "entity_id": "Multiplication Teaching", "entity_type": "category", "file_path": "unknown_source", "id": "Multiplication Teaching", "label": "Multiplication Teaching", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "A teaching methodology that uses visual aids and practical examples to explain multiplication as repeated addition."}, {"color": "#19994e", "created_at": 1752674566, "description": "A teaching methodology that explains division as the inverse of multiplication, using fractions and practical examples.", "entity_id": "Division Teaching", "entity_type": "category", "file_path": "unknown_source", "id": "Division Teaching", "label": "Division Teaching", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "A teaching methodology that explains division as the inverse of multiplication, using fractions and practical examples."}, {"color": "#47a9d9", "created_at": 1752674566, "description": "A mathematical concept where the product of a number and its reciprocal is 1, used to explain division as multiplication by the reciprocal.\u003cSEP\u003eThe mathematical principle that two numbers are reciprocals if their product is 1, central to the lesson.", "entity_id": "Reciprocal Concept", "entity_type": "category", "file_path": "unknown_source", "id": "Reciprocal Concept", "label": "Reciprocal Concept", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6\u003cSEP\u003echunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "A mathematical concept where the product of a number and its reciprocal is 1, used to explain division as multiplication by the reciprocal.\u003cSEP\u003eThe mathematical principle that two numbers are reciprocals if their product is 1, central to the lesson."}, {"color": "#a7ed40", "created_at": 1752674566, "description": "A mathematical concept being taught, focusing on dividing fractions using reciprocals.", "entity_id": "Fraction Division", "entity_type": "category", "file_path": "unknown_source", "id": "Fraction Division", "label": "Fraction Division", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "A mathematical concept being taught, focusing on dividing fractions using reciprocals."}, {"color": "#e298fb", "created_at": 1752674566, "description": "The number 0, specifically discussed in the context of not having a reciprocal.", "entity_id": "Zero", "entity_type": "category", "file_path": "unknown_source", "id": "Zero", "label": "Zero", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The number 0, specifically discussed in the context of not having a reciprocal."}, {"color": "#db800e", "created_at": 1752674566, "description": "Teaching approach explaining division as the inverse operation of multiplication, using reciprocal concepts.", "entity_id": "\u9664\u6cd5\u6559\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u9664\u6cd5\u6559\u5b66", "label": "\u9664\u6cd5\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Teaching approach explaining division as the inverse operation of multiplication, using reciprocal concepts."}, {"color": "#eb423f", "created_at": 1752674566, "description": "Practical application scenario used to demonstrate real-world applications of multiplication concepts.", "entity_id": "\u8d85\u5e02\u8d2d\u7269\u60c5\u666f", "entity_type": "category", "file_path": "unknown_source", "id": "\u8d85\u5e02\u8d2d\u7269\u60c5\u666f", "label": "\u8d85\u5e02\u8d2d\u7269\u60c5\u666f", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Practical application scenario used to demonstrate real-world applications of multiplication concepts."}, {"color": "#07df26", "created_at": 1752674566, "description": "Mathematical principle where a number multiplied by its reciprocal equals 1, fundamental for division operations.", "entity_id": "\u5012\u6570\u6982\u5ff5", "entity_type": "category", "file_path": "unknown_source", "id": "\u5012\u6570\u6982\u5ff5", "label": "\u5012\u6570\u6982\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Mathematical principle where a number multiplied by its reciprocal equals 1, fundamental for division operations."}, {"color": "#b5f58d", "created_at": 1752674566, "description": "Visual teaching aid using divided mooncakes to demonstrate fraction and reciprocal concepts.", "entity_id": "\u6708\u997c\u6559\u5b66\u9053\u5177", "entity_type": "category", "file_path": "unknown_source", "id": "\u6708\u997c\u6559\u5b66\u9053\u5177", "label": "\u6708\u997c\u6559\u5b66\u9053\u5177", "shape": "dot", "size": 10, "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Visual teaching aid using divided mooncakes to demonstrate fraction and reciprocal concepts."}, {"color": "#0eda6e", "created_at": 1752674566, "description": "\u4e66\u5305is a physical object used in a word problem to represent a cost (50 yuan) in a\u6df7\u5408\u8fd0\u7b97scenario involving multiplication and addition.", "entity_id": "\u4e66\u5305", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e66\u5305", "label": "\u4e66\u5305", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u4e66\u5305is a physical object used in a word problem to represent a cost (50 yuan) in a\u6df7\u5408\u8fd0\u7b97scenario involving multiplication and addition."}, {"color": "#4b8b35", "created_at": 1752674566, "description": "\u7b14\u8bb0\u672cis an item used in a\u6df7\u5408\u8fd0\u7b97word problem to illustrate the use of multiplication (2 yuan \u00d7 3 notebooks) in calculating total cost.", "entity_id": "\u7b14\u8bb0\u672c", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b14\u8bb0\u672c", "label": "\u7b14\u8bb0\u672c", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u7b14\u8bb0\u672cis an item used in a\u6df7\u5408\u8fd0\u7b97word problem to illustrate the use of multiplication (2 yuan \u00d7 3 notebooks) in calculating total cost."}, {"color": "#07888b", "created_at": 1752674566, "description": "\u674e\u5b50is a fruit used in a word problem to demonstrate division in a\u6df7\u5408\u8fd0\u7b97context (4 yuan per jin, half a jin costing 4 \u00f7 2 yuan).", "entity_id": "\u674e\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u674e\u5b50", "label": "\u674e\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u674e\u5b50is a fruit used in a word problem to demonstrate division in a\u6df7\u5408\u8fd0\u7b97context (4 yuan per jin, half a jin costing 4 \u00f7 2 yuan)."}, {"color": "#beff60", "created_at": 1752674566, "description": "\u7237\u7237is a character in a story-based math problem used to help students understand\u6df7\u5408\u8fd0\u7b97by illustrating how money is received and spent.", "entity_id": "\u7237\u7237", "entity_type": "person", "file_path": "unknown_source", "id": "\u7237\u7237", "label": "\u7237\u7237", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u7237\u7237is a character in a story-based math problem used to help students understand\u6df7\u5408\u8fd0\u7b97by illustrating how money is received and spent."}, {"color": "#66c8e0", "created_at": 1752674566, "description": "\u538b\u5c81\u94b1refers to traditional Chinese New Year money, used in a\u6df7\u5408\u8fd0\u7b97example to show how received money and expenditures are calculated together.", "entity_id": "\u538b\u5c81\u94b1", "entity_type": "category", "file_path": "unknown_source", "id": "\u538b\u5c81\u94b1", "label": "\u538b\u5c81\u94b1", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u538b\u5c81\u94b1refers to traditional Chinese New Year money, used in a\u6df7\u5408\u8fd0\u7b97example to show how received money and expenditures are calculated together."}, {"color": "#028edf", "created_at": 1752674566, "description": "\u5976\u5976is a character in a story-based math problem used to illustrate\u6df7\u5408\u8fd0\u7b97, showing how money is received from multiple sources and then spent.", "entity_id": "\u5976\u5976", "entity_type": "person", "file_path": "unknown_source", "id": "\u5976\u5976", "label": "\u5976\u5976", "shape": "dot", "size": 10, "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5976\u5976is a character in a story-based math problem used to illustrate\u6df7\u5408\u8fd0\u7b97, showing how money is received from multiple sources and then spent."}, {"color": "#00ebd2", "created_at": 1752674566, "description": "\u4e70\u7cd6\u679c\u95ee\u9898\u662f\u4f30\u7b97\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u60c5\u5883\u8bbe\u8ba1\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u4e0a\u754c\u548c\u4e0b\u754c\u7684\u73b0\u5b9e\u610f\u4e49\u3002", "entity_id": "\u4e70\u7cd6\u679c\u95ee\u9898", "entity_type": "event", "file_path": "unknown_source", "id": "\u4e70\u7cd6\u679c\u95ee\u9898", "label": "\u4e70\u7cd6\u679c\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e70\u7cd6\u679c\u95ee\u9898\u662f\u4f30\u7b97\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u60c5\u5883\u8bbe\u8ba1\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u4e0a\u754c\u548c\u4e0b\u754c\u7684\u73b0\u5b9e\u610f\u4e49\u3002"}, {"color": "#d71add", "created_at": 1752674566, "description": "\u6c34\u679c\u7cd6\u662f\u6559\u5b66\u60c5\u5883\u4e2d\u63d0\u5230\u7684\u5546\u54c1\uff0c\u7528\u4e8e\u6784\u5efa\u4f30\u7b97\u95ee\u9898\u7684\u5b9e\u9645\u80cc\u666f\u3002", "entity_id": "\u6c34\u679c\u7cd6", "entity_type": "category", "file_path": "unknown_source", "id": "\u6c34\u679c\u7cd6", "label": "\u6c34\u679c\u7cd6", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u6c34\u679c\u7cd6\u662f\u6559\u5b66\u60c5\u5883\u4e2d\u63d0\u5230\u7684\u5546\u54c1\uff0c\u7528\u4e8e\u6784\u5efa\u4f30\u7b97\u95ee\u9898\u7684\u5b9e\u9645\u80cc\u666f\u3002"}, {"color": "#1df8cf", "created_at": 1752674566, "description": "\u73ed\u7ea7\u73ed\u4f1a\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u7684\u80cc\u666f\u4e8b\u4ef6\uff0c\u4fc3\u4f7f\u5c0f\u4e3d\u8fdb\u884c\u4f30\u7b97\u4ee5\u6ee1\u8db3\u540c\u5b66\u9700\u6c42\u3002", "entity_id": "\u73ed\u7ea7\u73ed\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "\u73ed\u7ea7\u73ed\u4f1a", "label": "\u73ed\u7ea7\u73ed\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u73ed\u7ea7\u73ed\u4f1a\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u7684\u80cc\u666f\u4e8b\u4ef6\uff0c\u4fc3\u4f7f\u5c0f\u4e3d\u8fdb\u884c\u4f30\u7b97\u4ee5\u6ee1\u8db3\u540c\u5b66\u9700\u6c42\u3002"}, {"color": "#32c1ce", "created_at": 1752674566, "description": "\u5988\u5988\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u89d2\u8272\uff0c\u4e0e\u5c0f\u4e3d\u4e00\u8d77\u8d2d\u7269\uff0c\u5e76\u63d0\u51fa\u4f30\u7b97\u6311\u6218\u3002", "entity_id": "\u5988\u5988", "entity_type": "person", "file_path": "unknown_source", "id": "\u5988\u5988", "label": "\u5988\u5988", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5988\u5988\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u89d2\u8272\uff0c\u4e0e\u5c0f\u4e3d\u4e00\u8d77\u8d2d\u7269\uff0c\u5e76\u63d0\u51fa\u4f30\u7b97\u6311\u6218\u3002"}, {"color": "#e13415", "created_at": 1752674566, "description": "\u5927\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u5546\u54c1\uff0c\u4ef7\u683c\u8f83\u9ad8\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u7684\u4f30\u7b97\u60c5\u5883\u3002", "entity_id": "\u5927\u9c7c", "entity_type": "category", "file_path": "unknown_source", "id": "\u5927\u9c7c", "label": "\u5927\u9c7c", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5927\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u5546\u54c1\uff0c\u4ef7\u683c\u8f83\u9ad8\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u7684\u4f30\u7b97\u60c5\u5883\u3002"}, {"color": "#5b2913", "created_at": 1752674566, "description": "\u5c0f\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u5546\u54c1\uff0c\u4ef7\u683c\u8f83\u4f4e\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u7684\u4f30\u7b97\u60c5\u5883\u3002", "entity_id": "\u5c0f\u9c7c", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u9c7c", "label": "\u5c0f\u9c7c", "shape": "dot", "size": 10, "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5c0f\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u5546\u54c1\uff0c\u4ef7\u683c\u8f83\u4f4e\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u7684\u4f30\u7b97\u60c5\u5883\u3002"}, {"color": "#15d525", "created_at": 1752674566, "description": "An equation derived from the age comparison story problem.", "entity_id": "3x + 7 = 40", "entity_type": "category", "file_path": "unknown_source", "id": "3x + 7 = 40", "label": "3x + 7 = 40", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "An equation derived from the age comparison story problem."}, {"color": "#07de7c", "created_at": 1752674566, "description": "A character in the speed-distance-time teaching example who compares travel times with\u5c0f\u4e3d.\u003cSEP\u003eXiao Qiang is a student who loves basketball and undergoes a shooting test to estimate his shooting percentage.\u003cSEP\u003e\u5c0f\u5f3ais a student whose speed is being compared to another student, \u5c0f\u4e3d, in the context of distance and time.\u003cSEP\u003e\u5c0f\u5f3a\u662f\u4e00\u4e2a\u7528\u4e8e\u6559\u5b66\u793a\u4f8b\u4e2d\u7684\u6295\u7bee\u8fd0\u52a8\u5458\uff0c\u7528\u4e8e\u8bf4\u660e\u5e73\u5747\u6570\u548c\u547d\u4e2d\u7387\u7684\u7edf\u8ba1\u6982\u5ff5\u3002", "entity_id": "\u5c0f\u5f3a", "entity_type": "person", "file_path": "unknown_source", "id": "\u5c0f\u5f3a", "label": "\u5c0f\u5f3a", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "A character in the speed-distance-time teaching example who compares travel times with\u5c0f\u4e3d.\u003cSEP\u003eXiao Qiang is a student who loves basketball and undergoes a shooting test to estimate his shooting percentage.\u003cSEP\u003e\u5c0f\u5f3ais a student whose speed is being compared to another student, \u5c0f\u4e3d, in the context of distance and time.\u003cSEP\u003e\u5c0f\u5f3a\u662f\u4e00\u4e2a\u7528\u4e8e\u6559\u5b66\u793a\u4f8b\u4e2d\u7684\u6295\u7bee\u8fd0\u52a8\u5458\uff0c\u7528\u4e8e\u8bf4\u660e\u5e73\u5747\u6570\u548c\u547d\u4e2d\u7387\u7684\u7edf\u8ba1\u6982\u5ff5\u3002"}, {"color": "#6029d1", "created_at": 1752674566, "description": "\u5b66\u6821is the location where\u5c0f\u4e3dand\u5c0f\u5f3aare presumably walking to/from in the speed comparison example.", "entity_id": "\u5b66\u6821", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5b66\u6821", "label": "\u5b66\u6821", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5b66\u6821is the location where\u5c0f\u4e3dand\u5c0f\u5f3aare presumably walking to/from in the speed comparison example."}, {"color": "#d1d095", "created_at": 1752674566, "description": "\u6768\u5b87is a teacher at\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66and is involved in designing mathematics instruction focused on developing symbol awareness in students.", "entity_id": "\u6768\u5b87", "entity_type": "person", "file_path": "unknown_source", "id": "\u6768\u5b87", "label": "\u6768\u5b87", "shape": "dot", "size": 10, "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u6768\u5b87is a teacher at\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66and is involved in designing mathematics instruction focused on developing symbol awareness in students."}, {"color": "#5e382d", "created_at": 1752674566, "description": "\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66is a primary school where\u6768\u5b87teaches and implements curriculum related to symbol awareness and mathematics education.", "entity_id": "\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66", "entity_type": "organization", "file_path": "unknown_source", "id": "\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66", "label": "\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66is a primary school where\u6768\u5b87teaches and implements curriculum related to symbol awareness and mathematics education."}, {"color": "#88b5e1", "created_at": 1752674566, "description": "\u54c6\u5566A\u68a6is a popular cartoon character referenced in the lesson to create student engagement.", "entity_id": "\u54c6\u5566A\u68a6", "entity_type": "person", "file_path": "unknown_source", "id": "\u54c6\u5566A\u68a6", "label": "\u54c6\u5566A\u68a6", "shape": "dot", "size": 10, "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u54c6\u5566A\u68a6is a popular cartoon character referenced in the lesson to create student engagement."}, {"color": "#ad9446", "created_at": 1752674566, "description": "\u6709\u7406\u6570\u7684\u4e58\u6cd5(Multiplication of Rational Numbers) is a mathematical concept introduced in junior high school that builds upon the understanding of multiplication properties learned in elementary school.", "entity_id": "\u6709\u7406\u6570\u7684\u4e58\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6709\u7406\u6570\u7684\u4e58\u6cd5", "label": "\u6709\u7406\u6570\u7684\u4e58\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6709\u7406\u6570\u7684\u4e58\u6cd5(Multiplication of Rational Numbers) is a mathematical concept introduced in junior high school that builds upon the understanding of multiplication properties learned in elementary school."}, {"color": "#dc3c44", "created_at": 1752674566, "description": "\u95ee\u989811\u548c\u95ee\u989812 (Problems 11 and 12) are specific mathematical problems referenced in the text that elaborate on the use of the multiplication commutative law in rational number operations.", "entity_id": "\u95ee\u989811\u548c\u95ee\u989812", "entity_type": "category", "file_path": "unknown_source", "id": "\u95ee\u989811\u548c\u95ee\u989812", "label": "\u95ee\u989811\u548c\u95ee\u989812", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u95ee\u989811\u548c\u95ee\u989812 (Problems 11 and 12) are specific mathematical problems referenced in the text that elaborate on the use of the multiplication commutative law in rational number operations."}, {"color": "#8fe26e", "created_at": 1752674566, "description": "\u95ee\u989817 focuses on understanding the essence of equations in mathematics education.", "entity_id": "\u95ee\u989817", "entity_type": "category", "file_path": "unknown_source", "id": "\u95ee\u989817", "label": "\u95ee\u989817", "shape": "dot", "size": 10, "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u95ee\u989817 focuses on understanding the essence of equations in mathematics education."}, {"color": "#bace78", "created_at": 1752674566, "description": "\u7535\u5b50\u8ba1\u7b97\u673a\u539f\u7406is mentioned as advanced knowledge to stimulate student interest in mathematics.", "entity_id": "\u7535\u5b50\u8ba1\u7b97\u673a", "entity_type": "category", "file_path": "unknown_source", "id": "\u7535\u5b50\u8ba1\u7b97\u673a", "label": "\u7535\u5b50\u8ba1\u7b97\u673a", "shape": "dot", "size": 10, "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u7535\u5b50\u8ba1\u7b97\u673a\u539f\u7406is mentioned as advanced knowledge to stimulate student interest in mathematics."}, {"color": "#839b2a", "created_at": 1752674566, "description": "Small building blocks used in weight measurement exercises to teach algebraic concepts.", "entity_id": "\u5c0f\u79ef\u6728\u5757", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u79ef\u6728\u5757", "label": "\u5c0f\u79ef\u6728\u5757", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "Small building blocks used in weight measurement exercises to teach algebraic concepts."}, {"color": "#e707e8", "created_at": 1752674566, "description": "Weights used on the balance scale to demonstrate measurement and equation principles.", "entity_id": "\u781d\u7801", "entity_type": "category", "file_path": "unknown_source", "id": "\u781d\u7801", "label": "\u781d\u7801", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "Weights used on the balance scale to demonstrate measurement and equation principles."}, {"color": "#01e3c5", "created_at": 1752674566, "description": "A 10-gram weight used in the balance scale demonstration.", "entity_id": "10g", "entity_type": "category", "file_path": "unknown_source", "id": "10g", "label": "10g", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "A 10-gram weight used in the balance scale demonstration."}, {"color": "#b49746", "created_at": 1752674566, "description": "A 50-gram weight used in the balance scale demonstration.", "entity_id": "50g", "entity_type": "category", "file_path": "unknown_source", "id": "50g", "label": "50g", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "A 50-gram weight used in the balance scale demonstration."}, {"color": "#26e530", "created_at": 1752674566, "description": "A mathematical model that relates speed, distance, and time, introduced through storytelling and problem-solving.", "entity_id": "Speed-Distance-Time Model", "entity_type": "category", "file_path": "unknown_source", "id": "Speed-Distance-Time Model", "label": "Speed-Distance-Time Model", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "A mathematical model that relates speed, distance, and time, introduced through storytelling and problem-solving."}, {"color": "#e2515a", "created_at": 1752674566, "description": "A distance-speed-time model equation mentioned in the curriculum standards.", "entity_id": "\u8def\u7a0b=\u901f\u5ea6\u00d7\u65f6\u95f4", "entity_type": "category", "file_path": "unknown_source", "id": "\u8def\u7a0b=\u901f\u5ea6\u00d7\u65f6\u95f4", "label": "\u8def\u7a0b=\u901f\u5ea6\u00d7\u65f6\u95f4", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "A distance-speed-time model equation mentioned in the curriculum standards."}, {"color": "#730a00", "created_at": 1752674566, "description": "The physical education teacher conducts a shooting test for Xiao Qiang over five days to measure his performance.", "entity_id": "\u4f53\u80b2\u8001\u5e08", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f53\u80b2\u8001\u5e08", "label": "\u4f53\u80b2\u8001\u5e08", "shape": "dot", "size": 10, "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "The physical education teacher conducts a shooting test for Xiao Qiang over five days to measure his performance."}, {"color": "#da68a4", "created_at": 1752674566, "description": "The professional basketball team\u0027s main shooter is used as an example to demonstrate advanced statistical analysis of shooting performance.\u003cSEP\u003e\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u7528\u4e8e\u5bf9\u6bd4\u5206\u6790\u7684\u8fd0\u52a8\u5458\uff0c\u4f53\u73b0\u4e86\u968f\u673a\u6027\u548c\u5e73\u5747\u6570\u7684\u7edf\u8ba1\u610f\u4e49\u3002", "entity_id": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "entity_type": "person", "file_path": "unknown_source", "id": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "label": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "The professional basketball team\u0027s main shooter is used as an example to demonstrate advanced statistical analysis of shooting performance.\u003cSEP\u003e\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u7528\u4e8e\u5bf9\u6bd4\u5206\u6790\u7684\u8fd0\u52a8\u5458\uff0c\u4f53\u73b0\u4e86\u968f\u673a\u6027\u548c\u5e73\u5747\u6570\u7684\u7edf\u8ba1\u610f\u4e49\u3002"}, {"color": "#1b17c1", "created_at": 1752674566, "description": "\u6559\u5b66\u6848\u4f8b\u662f\u6307\u5728\u6559\u5b66\u8fc7\u7a0b\u4e2d\u4f7f\u7528\u7684\u5177\u4f53\u5b9e\u4f8b\uff0c\u5982\u5c0f\u5f3a\u548c\u804c\u4e1a\u6295\u624b\u7684\u6295\u7bee\u8868\u73b0\u3002", "entity_id": "\u6559\u5b66\u6848\u4f8b", "entity_type": "event", "file_path": "unknown_source", "id": "\u6559\u5b66\u6848\u4f8b", "label": "\u6559\u5b66\u6848\u4f8b", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6559\u5b66\u6848\u4f8b\u662f\u6307\u5728\u6559\u5b66\u8fc7\u7a0b\u4e2d\u4f7f\u7528\u7684\u5177\u4f53\u5b9e\u4f8b\uff0c\u5982\u5c0f\u5f3a\u548c\u804c\u4e1a\u6295\u624b\u7684\u6295\u7bee\u8868\u73b0\u3002"}, {"color": "#21d24e", "created_at": 1752674566, "description": "\u795e\u821f\u98de\u8239is a spacecraft mentioned in the context of calculating speed, comparing its speed to that of a bicycle.", "entity_id": "\u795e\u821f\u98de\u8239", "entity_type": "organization", "file_path": "unknown_source", "id": "\u795e\u821f\u98de\u8239", "label": "\u795e\u821f\u98de\u8239", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u795e\u821f\u98de\u8239is a spacecraft mentioned in the context of calculating speed, comparing its speed to that of a bicycle."}, {"color": "#73a92a", "created_at": 1752674566, "description": "\u81ea\u884c\u8f66\u8fd0\u52a8\u5458is a cyclist mentioned in the context of calculating speed, comparing their speed to that of the\u795e\u821f\u98de\u8239.", "entity_id": "\u81ea\u884c\u8f66\u8fd0\u52a8\u5458", "entity_type": "person", "file_path": "unknown_source", "id": "\u81ea\u884c\u8f66\u8fd0\u52a8\u5458", "label": "\u81ea\u884c\u8f66\u8fd0\u52a8\u5458", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u81ea\u884c\u8f66\u8fd0\u52a8\u5458is a cyclist mentioned in the context of calculating speed, comparing their speed to that of the\u795e\u821f\u98de\u8239."}, {"color": "#9c35cc", "created_at": 1752674566, "description": "\u6210\u4eba\u6b65\u884crefers to the walking speed of an adult, used as an example to explain speed calculations.", "entity_id": "\u6210\u4eba\u6b65\u884c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6210\u4eba\u6b65\u884c", "label": "\u6210\u4eba\u6b65\u884c", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u6210\u4eba\u6b65\u884crefers to the walking speed of an adult, used as an example to explain speed calculations."}, {"color": "#bc86af", "created_at": 1752674566, "description": "\u98de\u673a\u98de\u884crefers to the flying speed of an airplane, used as an example to explain speed calculations.", "entity_id": "\u98de\u673a\u98de\u884c", "entity_type": "category", "file_path": "unknown_source", "id": "\u98de\u673a\u98de\u884c", "label": "\u98de\u673a\u98de\u884c", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u98de\u673a\u98de\u884crefers to the flying speed of an airplane, used as an example to explain speed calculations."}, {"color": "#21b0e4", "created_at": 1752674566, "description": "\u95ee\u989821 refers to a specific teaching challenge regarding how to help students understand points, lines, surfaces, solids and angles in geometry.", "entity_id": "\u95ee\u989821", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u989821", "label": "\u95ee\u989821", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u95ee\u989821 refers to a specific teaching challenge regarding how to help students understand points, lines, surfaces, solids and angles in geometry."}, {"color": "#943ba7", "created_at": 1752674566, "description": "\u8bdd\u989826 refers to a discussion topic about teaching methods for geometric concepts in elementary mathematics education.", "entity_id": "\u8bdd\u989826", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u989826", "label": "\u8bdd\u989826", "shape": "dot", "size": 10, "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u8bdd\u989826 refers to a discussion topic about teaching methods for geometric concepts in elementary mathematics education."}, {"color": "#2d9daa", "created_at": 1752674566, "description": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861refers to the historical standardization of measurement systems under the rule of Qin Shi Huang, used in the lesson to illustrate the importance of standardized units.", "entity_id": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861", "entity_type": "event", "file_path": "unknown_source", "id": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861", "label": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861refers to the historical standardization of measurement systems under the rule of Qin Shi Huang, used in the lesson to illustrate the importance of standardized units."}, {"color": "#f5e675", "created_at": 1752674566, "description": "A historical event where China standardized measurements, highlighting the necessity of uniform units.", "entity_id": "\u79e6\u59cb\u7687\u7edf\u4e00\u5ea6\u91cf\u8861", "entity_type": "event", "file_path": "unknown_source", "id": "\u79e6\u59cb\u7687\u7edf\u4e00\u5ea6\u91cf\u8861", "label": "\u79e6\u59cb\u7687\u7edf\u4e00\u5ea6\u91cf\u8861", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A historical event where China standardized measurements, highlighting the necessity of uniform units."}, {"color": "#750e2b", "created_at": 1752674566, "description": "Measurement tools like rulers that require standardization, central to the teaching content.\u003cSEP\u003e\u5ea6\u91cf\u5de5\u5177refers to the instruments used to measure length, area, and volume, ranging from informal tools like pencils to formal tools like meter rulers.", "entity_id": "\u5ea6\u91cf\u5de5\u5177", "entity_type": "category", "file_path": "unknown_source", "id": "\u5ea6\u91cf\u5de5\u5177", "label": "\u5ea6\u91cf\u5de5\u5177", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "Measurement tools like rulers that require standardization, central to the teaching content.\u003cSEP\u003e\u5ea6\u91cf\u5de5\u5177refers to the instruments used to measure length, area, and volume, ranging from informal tools like pencils to formal tools like meter rulers."}, {"color": "#f3612c", "created_at": 1752674566, "description": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861illustrates the historical significance of\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4dand provides context for the modern need for standardized measurement systems.", "entity_id": "\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4d", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4d", "label": "\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861illustrates the historical significance of\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4dand provides context for the modern need for standardized measurement systems."}, {"color": "#e66a7e", "created_at": 1752674566, "description": "\u9006\u53d8\u5316\u662f\u6307\u6839\u636e\u8fd0\u52a8\u8bb0\u5f55\u8fd8\u539f\u56fe\u5f62\u81f3\u539f\u59cb\u72b6\u6001\uff0c\u4ece\u800c\u52a0\u6df1\u5bf9\u56fe\u5f62\u8fd0\u52a8\u7684\u7406\u89e3\u3002", "entity_id": "\u56fe\u5f62\u8fd0\u52a8\u7684\u9006\u53d8\u5316", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u8fd0\u52a8\u7684\u9006\u53d8\u5316", "label": "\u56fe\u5f62\u8fd0\u52a8\u7684\u9006\u53d8\u5316", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u9006\u53d8\u5316\u662f\u6307\u6839\u636e\u8fd0\u52a8\u8bb0\u5f55\u8fd8\u539f\u56fe\u5f62\u81f3\u539f\u59cb\u72b6\u6001\uff0c\u4ece\u800c\u52a0\u6df1\u5bf9\u56fe\u5f62\u8fd0\u52a8\u7684\u7406\u89e3\u3002"}, {"color": "#f5c879", "created_at": 1752674566, "description": "\u6559\u5b66\u8fc7\u7a0b\u4e2d\u901a\u8fc7\u5c0f\u7ec4\u5408\u4f5c\u8fdb\u884c\u56fe\u5f62\u8bbe\u8ba1\u4e0e\u8fd8\u539f\uff0c\u5f3a\u8c03\u5168\u5458\u53c2\u4e0e\u3001\u5206\u5de5\u534f\u4f5c\u7684\u56e2\u961f\u5de5\u4f5c\u539f\u5219\u3002", "entity_id": "\u5c0f\u7ec4\u5408\u4f5c", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u7ec4\u5408\u4f5c", "label": "\u5c0f\u7ec4\u5408\u4f5c", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u6559\u5b66\u8fc7\u7a0b\u4e2d\u901a\u8fc7\u5c0f\u7ec4\u5408\u4f5c\u8fdb\u884c\u56fe\u5f62\u8bbe\u8ba1\u4e0e\u8fd8\u539f\uff0c\u5f3a\u8c03\u5168\u5458\u53c2\u4e0e\u3001\u5206\u5de5\u534f\u4f5c\u7684\u56e2\u961f\u5de5\u4f5c\u539f\u5219\u3002"}, {"color": "#6a4732", "created_at": 1752674566, "description": "\u6559\u5b66\u4e2d\u7c7b\u6bd4\u56fe\u5f62\u8fd0\u52a8\u8bb0\u5f55\u4e0e\u8fd8\u539f\u7684\u8fc7\u7a0b\uff0c\u542f\u53d1\u5b66\u751f\u7406\u89e3\u4e92\u8054\u7f51\u4e2d\u56fe\u50cf\u52a0\u5bc6\u4e0e\u4f20\u8f93\u7684\u57fa\u672c\u539f\u7406\u3002", "entity_id": "\u4e92\u8054\u7f51\u56fe\u50cf\u4f20\u8f93", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e92\u8054\u7f51\u56fe\u50cf\u4f20\u8f93", "label": "\u4e92\u8054\u7f51\u56fe\u50cf\u4f20\u8f93", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u6559\u5b66\u4e2d\u7c7b\u6bd4\u56fe\u5f62\u8fd0\u52a8\u8bb0\u5f55\u4e0e\u8fd8\u539f\u7684\u8fc7\u7a0b\uff0c\u542f\u53d1\u5b66\u751f\u7406\u89e3\u4e92\u8054\u7f51\u4e2d\u56fe\u50cf\u52a0\u5bc6\u4e0e\u4f20\u8f93\u7684\u57fa\u672c\u539f\u7406\u3002"}, {"color": "#28d7cd", "created_at": 1752674566, "description": "\u5750\u68079\u662f\u901a\u8fc7\u4ece\u5750\u680711\u5411\u5de6\u5e73\u79fb2\u4e2a\u5355\u4f4d\u5f97\u5230\u7684\u56fe\u5f62\u4f4d\u7f6e\u3002", "entity_id": "\u5750\u68079", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5750\u68079", "label": "\u5750\u68079", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5750\u68079\u662f\u901a\u8fc7\u4ece\u5750\u680711\u5411\u5de6\u5e73\u79fb2\u4e2a\u5355\u4f4d\u5f97\u5230\u7684\u56fe\u5f62\u4f4d\u7f6e\u3002"}, {"color": "#2816db", "created_at": 1752674566, "description": "\u5750\u680711\u662f\u539f\u59cb\u56fe\u5f62\u4f4d\u7f6e\uff0c\u5750\u68079\u7684\u56fe\u5f62\u901a\u8fc7\u5411\u5de6\u5e73\u79fb2\u4e2a\u5355\u4f4d\u5f97\u5230\u5750\u68079\u7684\u56fe\u5f62\u3002", "entity_id": "\u5750\u680711", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5750\u680711", "label": "\u5750\u680711", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5750\u680711\u662f\u539f\u59cb\u56fe\u5f62\u4f4d\u7f6e\uff0c\u5750\u68079\u7684\u56fe\u5f62\u901a\u8fc7\u5411\u5de6\u5e73\u79fb2\u4e2a\u5355\u4f4d\u5f97\u5230\u5750\u68079\u7684\u56fe\u5f62\u3002"}, {"color": "#7115fc", "created_at": 1752674566, "description": "\u5750\u680716\u662f\u901a\u8fc7\u4ece\u5750\u680710\u5411\u53f3\u5e73\u79fb3\u4e2a\u5355\u4f4d\u3001\u5411\u4e0b\u5e73\u79fb1\u4e2a\u5355\u4f4d\u5e76\u987a\u65f6\u9488\u65cb\u8f6c270\u5ea6\u5f97\u5230\u7684\u56fe\u5f62\u4f4d\u7f6e\u3002", "entity_id": "\u5750\u680716", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5750\u680716", "label": "\u5750\u680716", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5750\u680716\u662f\u901a\u8fc7\u4ece\u5750\u680710\u5411\u53f3\u5e73\u79fb3\u4e2a\u5355\u4f4d\u3001\u5411\u4e0b\u5e73\u79fb1\u4e2a\u5355\u4f4d\u5e76\u987a\u65f6\u9488\u65cb\u8f6c270\u5ea6\u5f97\u5230\u7684\u56fe\u5f62\u4f4d\u7f6e\u3002"}, {"color": "#1faa8c", "created_at": 1752674566, "description": "\u5750\u680710\u662f\u539f\u59cb\u56fe\u5f62\u4f4d\u7f6e\uff0c\u5750\u680716\u7684\u56fe\u5f62\u901a\u8fc7\u4e00\u7cfb\u5217\u5e73\u79fb\u548c\u65cb\u8f6c\u64cd\u4f5c\u5f97\u5230\u3002", "entity_id": "\u5750\u680710", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5750\u680710", "label": "\u5750\u680710", "shape": "dot", "size": 10, "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5750\u680710\u662f\u539f\u59cb\u56fe\u5f62\u4f4d\u7f6e\uff0c\u5750\u680716\u7684\u56fe\u5f62\u901a\u8fc7\u4e00\u7cfb\u5217\u5e73\u79fb\u548c\u65cb\u8f6c\u64cd\u4f5c\u5f97\u5230\u3002"}, {"color": "#2a4ecf", "created_at": 1752674566, "description": "USA is a country that won 46 gold, 29 silver, and 29 bronze medals (104 total) in the 30th London Olympics.", "entity_id": "\u7f8e\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u7f8e\u56fd", "label": "\u7f8e\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "USA is a country that won 46 gold, 29 silver, and 29 bronze medals (104 total) in the 30th London Olympics."}, {"color": "#dec5be", "created_at": 1752674566, "description": "The 30th London Olympics is the specific edition of the Olympics referenced in the text, where medal data is analyzed for teaching statistics.", "entity_id": "\u7b2c30\u5c4a\u4f26\u6566\u5965\u8fd0\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "\u7b2c30\u5c4a\u4f26\u6566\u5965\u8fd0\u4f1a", "label": "\u7b2c30\u5c4a\u4f26\u6566\u5965\u8fd0\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The 30th London Olympics is the specific edition of the Olympics referenced in the text, where medal data is analyzed for teaching statistics."}, {"color": "#f7b45f", "created_at": 1752674566, "description": "The Rio de Janeiro Olympics is mentioned as the next Olympics to be predicted using statistical analysis.", "entity_id": "\u91cc\u7ea6\u70ed\u5185\u5362\u5965\u8fd0\u4f1a", "entity_type": "event", "file_path": "unknown_source", "id": "\u91cc\u7ea6\u70ed\u5185\u5362\u5965\u8fd0\u4f1a", "label": "\u91cc\u7ea6\u70ed\u5185\u5362\u5965\u8fd0\u4f1a", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The Rio de Janeiro Olympics is mentioned as the next Olympics to be predicted using statistical analysis."}, {"color": "#4e16a5", "created_at": 1752674566, "description": "The x-axis in statistical graphs, used for plotting categories like medal types or countries.", "entity_id": "\u6a2a\u8f74", "entity_type": "category", "file_path": "unknown_source", "id": "\u6a2a\u8f74", "label": "\u6a2a\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The x-axis in statistical graphs, used for plotting categories like medal types or countries."}, {"color": "#560319", "created_at": 1752674566, "description": "The y-axis in statistical graphs, used for plotting numerical values like medal counts.", "entity_id": "\u7eb5\u8f74", "entity_type": "category", "file_path": "unknown_source", "id": "\u7eb5\u8f74", "label": "\u7eb5\u8f74", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The y-axis in statistical graphs, used for plotting numerical values like medal counts."}, {"color": "#5b717e", "created_at": 1752674566, "description": "Shooting percentage is a statistical measure used to estimate the probability of a basketball player making a shot.", "entity_id": "\u6295\u7bee\u547d\u4e2d\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u6295\u7bee\u547d\u4e2d\u7387", "label": "\u6295\u7bee\u547d\u4e2d\u7387", "shape": "dot", "size": 10, "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Shooting percentage is a statistical measure used to estimate the probability of a basketball player making a shot."}, {"color": "#ae348a", "created_at": 1752674566, "description": "Weighted averages account for differential contributions (e.g., 2-point vs 3-point baskets in scoring).", "entity_id": "\u52a0\u6743\u5e73\u5747", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u6743\u5e73\u5747", "label": "\u52a0\u6743\u5e73\u5747", "shape": "dot", "size": 10, "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Weighted averages account for differential contributions (e.g., 2-point vs 3-point baskets in scoring)."}, {"color": "#9dcce2", "created_at": 1752674566, "description": "\u6570\u4f4d\u6982\u5ff5\u662f\u6307\u6570\u5b57\u5728\u6570\u4f4d\u7cfb\u7edf\u4e2d\u7684\u4f4d\u7f6e\u4e0e\u610f\u4e49\uff0c\u5982\u5143\u3001\u89d2\u3001\u5206\u6216\u7c73\u3001\u5206\u7c73\u3001\u5398\u7c73\u7b49\u5355\u4f4d\u7cfb\u7edf\u3002", "entity_id": "\u6570\u4f4d\u6982\u5ff5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u4f4d\u6982\u5ff5", "label": "\u6570\u4f4d\u6982\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6570\u4f4d\u6982\u5ff5\u662f\u6307\u6570\u5b57\u5728\u6570\u4f4d\u7cfb\u7edf\u4e2d\u7684\u4f4d\u7f6e\u4e0e\u610f\u4e49\uff0c\u5982\u5143\u3001\u89d2\u3001\u5206\u6216\u7c73\u3001\u5206\u7c73\u3001\u5398\u7c73\u7b49\u5355\u4f4d\u7cfb\u7edf\u3002"}, {"color": "#619d05", "created_at": 1752674566, "description": "\u4e07\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u4f4d\u7cfb\u7edf\u4e2d\u7684\u4e00\u4e2a\u91cd\u8981\u5355\u4f4d\uff0c\u5177\u6709\u6df1\u8fdc\u7684\u5386\u53f2\u6e0a\u6e90\u3002", "entity_id": "\u4e07", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e07", "label": "\u4e07", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u4e07\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u4f4d\u7cfb\u7edf\u4e2d\u7684\u4e00\u4e2a\u91cd\u8981\u5355\u4f4d\uff0c\u5177\u6709\u6df1\u8fdc\u7684\u5386\u53f2\u6e0a\u6e90\u3002"}, {"color": "#ee82a5", "created_at": 1752674566, "description": "\u5a46\u7f57\u6469\u7b08\u591a\u662f\u5370\u5ea6\u53e4\u4ee3\u6570\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b\u4e2d\u4e13\u95e8\u8bba\u8ff0\u4e86\u6570\u5b66\u95ee\u9898\u3002", "entity_id": "\u5a46\u7f57\u6469\u7b08\u591a", "entity_type": "person", "file_path": "unknown_source", "id": "\u5a46\u7f57\u6469\u7b08\u591a", "label": "\u5a46\u7f57\u6469\u7b08\u591a", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u5a46\u7f57\u6469\u7b08\u591a\u662f\u5370\u5ea6\u53e4\u4ee3\u6570\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b\u4e2d\u4e13\u95e8\u8bba\u8ff0\u4e86\u6570\u5b66\u95ee\u9898\u3002"}, {"color": "#6dd258", "created_at": 1752674566, "description": "\u5a46\u7f57\u6469\u7b08\u591a\u64b0\u5199\u4e86\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b\uff0c\u5176\u4e2d\u4e13\u95e8\u8bba\u8ff0\u4e86\u6570\u5b66\u95ee\u9898\u3002", "entity_id": "\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b", "entity_type": "UNKNOWN", "file_path": "unknown_source", "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-112d4fcad80ef84a1327a06d05614630", "title": "\u5a46\u7f57\u6469\u7b08\u591a\u64b0\u5199\u4e86\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b\uff0c\u5176\u4e2d\u4e13\u95e8\u8bba\u8ff0\u4e86\u6570\u5b66\u95ee\u9898\u3002"}, {"color": "#5f42d9", "created_at": 1752674566, "description": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u662f\u5f53\u524d\u6559\u80b2\u4f53\u7cfb\u4e2d\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u7684\u8bfe\u7a0b\u8c03\u6574\u4e0e\u4f18\u5316\u8fc7\u7a0b\u3002", "entity_id": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769", "entity_type": "organization", "file_path": "unknown_source", "id": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769", "label": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u662f\u5f53\u524d\u6559\u80b2\u4f53\u7cfb\u4e2d\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u7684\u8bfe\u7a0b\u8c03\u6574\u4e0e\u4f18\u5316\u8fc7\u7a0b\u3002"}, {"color": "#40f5c3", "created_at": 1752674566, "description": "\u57fa\u672c\u6280\u80fd\u662f\u5b66\u751f\u5728\u6570\u5b66\u5b66\u4e60\u4e2d\u5e94\u638c\u63e1\u7684\u8ba1\u7b97\u3001\u63a8\u7406\u548c\u5e94\u7528\u80fd\u529b\u3002", "entity_id": "\u57fa\u672c\u6280\u80fd", "entity_type": "category", "file_path": "unknown_source", "id": "\u57fa\u672c\u6280\u80fd", "label": "\u57fa\u672c\u6280\u80fd", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u57fa\u672c\u6280\u80fd\u662f\u5b66\u751f\u5728\u6570\u5b66\u5b66\u4e60\u4e2d\u5e94\u638c\u63e1\u7684\u8ba1\u7b97\u3001\u63a8\u7406\u548c\u5e94\u7528\u80fd\u529b\u3002"}, {"color": "#6e6c8d", "created_at": 1752674566, "description": "\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c\u662f\u6307\u5b66\u751f\u5728\u5b66\u4e60\u8fc7\u7a0b\u4e2d\u901a\u8fc7\u5b9e\u8df5\u79ef\u7d2f\u7684\u6570\u5b66\u7406\u89e3\u4e0e\u5e94\u7528\u80fd\u529b\u3002", "entity_id": "\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c", "label": "\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c\u662f\u6307\u5b66\u751f\u5728\u5b66\u4e60\u8fc7\u7a0b\u4e2d\u901a\u8fc7\u5b9e\u8df5\u79ef\u7d2f\u7684\u6570\u5b66\u7406\u89e3\u4e0e\u5e94\u7528\u80fd\u529b\u3002"}, {"color": "#86a080", "created_at": 1752674566, "description": "\u8ba1\u7b97\u89c4\u5219\u662f\u6307\u6267\u884c\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u3001\u9664\u6cd5\u7b49\u8fd0\u7b97\u65f6\u6240\u9075\u5faa\u7684\u5177\u4f53\u6b65\u9aa4\u3002", "entity_id": "\u8ba1\u7b97\u89c4\u5219", "entity_type": "category", "file_path": "unknown_source", "id": "\u8ba1\u7b97\u89c4\u5219", "label": "\u8ba1\u7b97\u89c4\u5219", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u8ba1\u7b97\u89c4\u5219\u662f\u6307\u6267\u884c\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u3001\u9664\u6cd5\u7b49\u8fd0\u7b97\u65f6\u6240\u9075\u5faa\u7684\u5177\u4f53\u6b65\u9aa4\u3002"}, {"color": "#a96f7b", "created_at": 1752674566, "description": "\u4e2d\u56fd\u5b66\u8005\uff0c\u53c2\u4e0e\u7814\u7a76\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u8111\u8ba4\u77e5\u79d1\u5b66\u6210\u679c\uff0c\u5e76\u63a2\u8ba8\u5176\u5bf9\u6570\u5b66\u6559\u80b2\u7684\u542f\u793a\u3002", "entity_id": "\u8463\u5947", "entity_type": "person", "file_path": "unknown_source", "id": "\u8463\u5947", "label": "\u8463\u5947", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4e2d\u56fd\u5b66\u8005\uff0c\u53c2\u4e0e\u7814\u7a76\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u8111\u8ba4\u77e5\u79d1\u5b66\u6210\u679c\uff0c\u5e76\u63a2\u8ba8\u5176\u5bf9\u6570\u5b66\u6559\u80b2\u7684\u542f\u793a\u3002"}, {"color": "#cac832", "created_at": 1752674566, "description": "\u4e2d\u56fd\u5b66\u8005\uff0c\u4e0e\u8463\u5947\u5171\u540c\u7814\u7a76\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u8111\u8ba4\u77e5\u79d1\u5b66\u6210\u679c\u53ca\u5176\u6559\u80b2\u610f\u4e49\u3002", "entity_id": "\u5f20\u7ea2\u5ddd", "entity_type": "person", "file_path": "unknown_source", "id": "\u5f20\u7ea2\u5ddd", "label": "\u5f20\u7ea2\u5ddd", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4e2d\u56fd\u5b66\u8005\uff0c\u4e0e\u8463\u5947\u5171\u540c\u7814\u7a76\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u8111\u8ba4\u77e5\u79d1\u5b66\u6210\u679c\u53ca\u5176\u6559\u80b2\u610f\u4e49\u3002"}, {"color": "#e55105", "created_at": 1752674566, "description": "\u8ba4\u77e5\u795e\u7ecf\u79d1\u5b66\u5bb6\uff0c\u7814\u7a76\u6570\u5b57\u6bd4\u8f83\u4e2d\u7684\u5927\u8111\u6fc0\u6d3b\u6a21\u5f0f\uff0c\u53d1\u8868\u4e8e\u300aJournal of Cognitive Neuroscience\u300b1996\u5e74\u3002", "entity_id": "Dehaene, S.", "entity_type": "person", "file_path": "unknown_source", "id": "Dehaene, S.", "label": "Dehaene, S.", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8ba4\u77e5\u795e\u7ecf\u79d1\u5b66\u5bb6\uff0c\u7814\u7a76\u6570\u5b57\u6bd4\u8f83\u4e2d\u7684\u5927\u8111\u6fc0\u6d3b\u6a21\u5f0f\uff0c\u53d1\u8868\u4e8e\u300aJournal of Cognitive Neuroscience\u300b1996\u5e74\u3002"}, {"color": "#10ba29", "created_at": 1752674566, "description": "Dehaene\u7814\u7a76\u6570\u5b57\u6bd4\u8f83\u4e2d\u7684\u5927\u8111\u6fc0\u6d3b\u6a21\u5f0f\uff0c\u4e3a\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u795e\u7ecf\u673a\u5236\u63d0\u4f9b\u79d1\u5b66\u4f9d\u636e\u3002", "entity_id": "\u4f30\u7b97\u4e0e\u7cbe\u7b97", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u4f30\u7b97\u4e0e\u7cbe\u7b97", "label": "\u4f30\u7b97\u4e0e\u7cbe\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "Dehaene\u7814\u7a76\u6570\u5b57\u6bd4\u8f83\u4e2d\u7684\u5927\u8111\u6fc0\u6d3b\u6a21\u5f0f\uff0c\u4e3a\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u795e\u7ecf\u673a\u5236\u63d0\u4f9b\u79d1\u5b66\u4f9d\u636e\u3002"}, {"color": "#dfbac4", "created_at": 1752674566, "description": "\u6e05\u4ee3\u6570\u5b66\u5bb6\uff0c\u4e0e\u4f1f\u70c8\u4e9a\u529b\u5408\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\uff0c\u5c06\u82f1\u6587\u201calgebra\u201d\u8bd1\u4e3a\u201c\u4ee3\u6570\u201d\u3002", "entity_id": "\u674e\u5584\u5170", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u5584\u5170", "label": "\u674e\u5584\u5170", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6e05\u4ee3\u6570\u5b66\u5bb6\uff0c\u4e0e\u4f1f\u70c8\u4e9a\u529b\u5408\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\uff0c\u5c06\u82f1\u6587\u201calgebra\u201d\u8bd1\u4e3a\u201c\u4ee3\u6570\u201d\u3002"}, {"color": "#e0f647", "created_at": 1752674566, "description": "\u82f1\u56fd\u4f20\u6559\u58eb\u548c\u5b66\u8005\uff0c\u4e0e\u674e\u5584\u5170\u5408\u4f5c\u7ffb\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002", "entity_id": "\u4f1f\u70c8\u4e9a\u529b", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f1f\u70c8\u4e9a\u529b", "label": "\u4f1f\u70c8\u4e9a\u529b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u82f1\u56fd\u4f20\u6559\u58eb\u548c\u5b66\u8005\uff0c\u4e0e\u674e\u5584\u5170\u5408\u4f5c\u7ffb\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002"}, {"color": "#bb24b0", "created_at": 1752674566, "description": "\u82f1\u56fd\u6570\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u300aElements of Algebra\u300b\u88ab\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u7ffb\u8bd1\u4e3a\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002", "entity_id": "De Morgan", "entity_type": "person", "file_path": "unknown_source", "id": "De Morgan", "label": "De Morgan", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u82f1\u56fd\u6570\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u300aElements of Algebra\u300b\u88ab\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u7ffb\u8bd1\u4e3a\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002"}, {"color": "#d3b1a0", "created_at": 1752674566, "description": "\u6e05\u4ee3\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u7ffb\u8bd1\u7684\u4ee3\u6570\u6559\u6750\uff0c\u6e90\u81eaDe Morgan\u7684\u300aElements of Algebra\u300b\u3002", "entity_id": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "label": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6e05\u4ee3\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u7ffb\u8bd1\u7684\u4ee3\u6570\u6559\u6750\uff0c\u6e90\u81eaDe Morgan\u7684\u300aElements of Algebra\u300b\u3002"}, {"color": "#042a1a", "created_at": 1752674566, "description": "\u82f1\u56fd\u6570\u5b66\u5bb6De Morgan\u7684\u4ee3\u6570\u8457\u4f5c\uff0c\u88ab\u7ffb\u8bd1\u4e3a\u4e2d\u6587\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002", "entity_id": "\u300aElements of Algebra\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300aElements of Algebra\u300b", "label": "\u300aElements of Algebra\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u82f1\u56fd\u6570\u5b66\u5bb6De Morgan\u7684\u4ee3\u6570\u8457\u4f5c\uff0c\u88ab\u7ffb\u8bd1\u4e3a\u4e2d\u6587\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002"}, {"color": "#ee863f", "created_at": 1752674566, "description": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u8457\u4f5c\uff0c\u5305\u542b\u9e21\u5154\u540c\u7b3c\u95ee\u9898\u548c\u5269\u4f59\u5b9a\u7406\u95ee\u9898\uff0c\u6210\u4e66\u4e8e\u56db\u3001\u4e94\u4e16\u7eaa\u3002", "entity_id": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "label": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u8457\u4f5c\uff0c\u5305\u542b\u9e21\u5154\u540c\u7b3c\u95ee\u9898\u548c\u5269\u4f59\u5b9a\u7406\u95ee\u9898\uff0c\u6210\u4e66\u4e8e\u56db\u3001\u4e94\u4e16\u7eaa\u3002"}, {"color": "#64af31", "created_at": 1752674566, "description": "\u7531\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a\u7f16\u5199\uff0c\u63a2\u8ba8\u6570\u5b66\u6559\u80b2\u6539\u9769\u65b9\u5411\u7684\u653f\u7b56\u6027\u6587\u732e\u3002", "entity_id": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "entity_type": "organization", "file_path": "unknown_source", "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-4ad0fa3c80600287487ea0909ce52c30", "title": "\u7531\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a\u7f16\u5199\uff0c\u63a2\u8ba8\u6570\u5b66\u6559\u80b2\u6539\u9769\u65b9\u5411\u7684\u653f\u7b56\u6027\u6587\u732e\u3002"}, {"color": "#27f0cb", "created_at": 1752674566, "description": "\u5236\u5b9a\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b\u7684\u673a\u6784\uff0c\u63a8\u52a8\u6570\u5b66\u6559\u80b2\u6539\u9769\u3002", "entity_id": "\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a", "entity_type": "organization", "file_path": "unknown_source", "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-4ad0fa3c80600287487ea0909ce52c30", "title": "\u5236\u5b9a\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b\u7684\u673a\u6784\uff0c\u63a8\u52a8\u6570\u5b66\u6559\u80b2\u6539\u9769\u3002"}, {"color": "#edd345", "created_at": 1752674566, "description": "\u51fa\u7248\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u793e\u3002", "entity_id": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8", "entity_type": "organization", "file_path": "unknown_source", "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-4ad0fa3c80600287487ea0909ce52c30", "title": "\u51fa\u7248\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u793e\u3002"}, {"color": "#b1183f", "created_at": 1752674566, "description": "\u4e2d\u56fd\u653f\u5e9c\u53d1\u5e03\u7684\u6559\u80b2\u53d1\u5c55\u653f\u7b56\u6587\u4ef6\uff0c\u63d0\u51fa\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7684\u6559\u80b2\u7406\u5ff5\u3002", "entity_id": "\u300a\u56fd\u5bb6\u4e2d\u957f\u671f\u6559\u80b2\u6539\u9769\u4e0e\u53d1\u5c55\u89c4\u5212\u7eb2\u8981(2012-2020)\u300b", "entity_type": "economic_policy", "file_path": "unknown_source", "id": "\u300a\u56fd\u5bb6\u4e2d\u957f\u671f\u6559\u80b2\u6539\u9769\u4e0e\u53d1\u5c55\u89c4\u5212\u7eb2\u8981(2012-2020)\u300b", "label": "\u300a\u56fd\u5bb6\u4e2d\u957f\u671f\u6559\u80b2\u6539\u9769\u4e0e\u53d1\u5c55\u89c4\u5212\u7eb2\u8981(2012-2020)\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4e2d\u56fd\u653f\u5e9c\u53d1\u5e03\u7684\u6559\u80b2\u53d1\u5c55\u653f\u7b56\u6587\u4ef6\uff0c\u63d0\u51fa\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7684\u6559\u80b2\u7406\u5ff5\u3002"}, {"color": "#87bcf1", "created_at": 1752674566, "description": "\u8be5\u7eb2\u8981\u63d0\u51fa\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7406\u5ff5\uff0c\u4f46\u73b0\u4ee3\u6559\u80b2\u8d8b\u52bf\u66f4\u5f3a\u8c03\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u7684\u63d0\u6cd5\u3002", "entity_id": "\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c", "label": "\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8be5\u7eb2\u8981\u63d0\u51fa\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7406\u5ff5\uff0c\u4f46\u73b0\u4ee3\u6559\u80b2\u8d8b\u52bf\u66f4\u5f3a\u8c03\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u7684\u63d0\u6cd5\u3002"}, {"color": "#e6cc91", "created_at": 1752674566, "description": "\u6570\u5b66\u80fd\u529b\u4e4b\u4e00\uff0c\u4e0e\u7cbe\u7b97\u80fd\u529b\u5e76\u5217\uff0c\u53cd\u6620\u5927\u8111\u5bf9\u6570\u91cf\u5904\u7406\u7684\u4e0d\u540c\u673a\u5236\uff0c\u53d7\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u5173\u6ce8\u3002", "entity_id": "\u4f30\u7b97\u80fd\u529b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f30\u7b97\u80fd\u529b", "label": "\u4f30\u7b97\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6570\u5b66\u80fd\u529b\u4e4b\u4e00\uff0c\u4e0e\u7cbe\u7b97\u80fd\u529b\u5e76\u5217\uff0c\u53cd\u6620\u5927\u8111\u5bf9\u6570\u91cf\u5904\u7406\u7684\u4e0d\u540c\u673a\u5236\uff0c\u53d7\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u5173\u6ce8\u3002"}, {"color": "#1f56f2", "created_at": 1752674566, "description": "\u6570\u5b66\u80fd\u529b\u4e4b\u4e00\uff0c\u4e0e\u4f30\u7b97\u80fd\u529b\u76f8\u5bf9\uff0c\u6d89\u53ca\u7cbe\u786e\u8ba1\u7b97\u8fc7\u7a0b\uff0c\u662f\u8ba4\u77e5\u795e\u7ecf\u79d1\u5b66\u7814\u7a76\u5bf9\u8c61\u3002", "entity_id": "\u7cbe\u7b97\u80fd\u529b", "entity_type": "category", "file_path": "unknown_source", "id": "\u7cbe\u7b97\u80fd\u529b", "label": "\u7cbe\u7b97\u80fd\u529b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6570\u5b66\u80fd\u529b\u4e4b\u4e00\uff0c\u4e0e\u4f30\u7b97\u80fd\u529b\u76f8\u5bf9\uff0c\u6d89\u53ca\u7cbe\u786e\u8ba1\u7b97\u8fc7\u7a0b\uff0c\u662f\u8ba4\u77e5\u795e\u7ecf\u79d1\u5b66\u7814\u7a76\u5bf9\u8c61\u3002"}, {"color": "#5adb99", "created_at": 1752674566, "description": "\u8de8\u5b66\u79d1\u7814\u7a76\u9886\u57df\uff0c\u7814\u7a76\u4eba\u7c7b\u5927\u8111\u5904\u7406\u6570\u5b66\u4fe1\u606f\u7684\u673a\u5236\uff0c\u5f71\u54cd\u6570\u5b66\u6559\u80b2\u7406\u8bba\u3002", "entity_id": "\u8111\u4e0e\u8ba4\u77e5\u79d1\u5b66", "entity_type": "organization", "file_path": "unknown_source", "id": "\u8111\u4e0e\u8ba4\u77e5\u79d1\u5b66", "label": "\u8111\u4e0e\u8ba4\u77e5\u79d1\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8de8\u5b66\u79d1\u7814\u7a76\u9886\u57df\uff0c\u7814\u7a76\u4eba\u7c7b\u5927\u8111\u5904\u7406\u6570\u5b66\u4fe1\u606f\u7684\u673a\u5236\uff0c\u5f71\u54cd\u6570\u5b66\u6559\u80b2\u7406\u8bba\u3002"}, {"color": "#7d5904", "created_at": 1752674566, "description": "\u6307\u5bfc\u6559\u80b2\u5b9e\u8df5\u7684\u601d\u60f3\u57fa\u7840\uff0c\u5982\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u4e0e\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7684\u73b0\u4ee3\u6559\u80b2\u8d8b\u52bf\u3002", "entity_id": "\u6559\u80b2\u7406\u5ff5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u80b2\u7406\u5ff5", "label": "\u6559\u80b2\u7406\u5ff5", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6307\u5bfc\u6559\u80b2\u5b9e\u8df5\u7684\u601d\u60f3\u57fa\u7840\uff0c\u5982\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u4e0e\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7684\u73b0\u4ee3\u6559\u80b2\u8d8b\u52bf\u3002"}, {"color": "#f30bef", "created_at": 1752674566, "description": "\u73b0\u4ee3\u8457\u540d\u6570\u5b66\u5bb6,\u8457\u6709\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b,2008\u5e74\u7531\u738b\u6606\u626c\u7ffb\u8bd1\u6210\u4e2d\u6587\u51fa\u7248\u3002", "entity_id": "\u9676\u54f2\u8f69", "entity_type": "person", "file_path": "unknown_source", "id": "\u9676\u54f2\u8f69", "label": "\u9676\u54f2\u8f69", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u73b0\u4ee3\u8457\u540d\u6570\u5b66\u5bb6,\u8457\u6709\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b,2008\u5e74\u7531\u738b\u6606\u626c\u7ffb\u8bd1\u6210\u4e2d\u6587\u51fa\u7248\u3002"}, {"color": "#24e394", "created_at": 1752674566, "description": "1607\u5e74\u7531\u5229\u9a6c\u7aa6\u548c\u5f90\u5149\u542f\u5b8c\u6210,\u6807\u5fd7\u7740\u897f\u65b9\u51e0\u4f55\u5b66\u6b63\u5f0f\u4f20\u5165\u4e2d\u56fd,\u5bf9\u4e2d\u56fd\u6570\u5b66\u53d1\u5c55\u5177\u6709\u91cc\u7a0b\u7891\u610f\u4e49\u3002", "entity_id": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1", "label": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "1607\u5e74\u7531\u5229\u9a6c\u7aa6\u548c\u5f90\u5149\u542f\u5b8c\u6210,\u6807\u5fd7\u7740\u897f\u65b9\u51e0\u4f55\u5b66\u6b63\u5f0f\u4f20\u5165\u4e2d\u56fd,\u5bf9\u4e2d\u56fd\u6570\u5b66\u53d1\u5c55\u5177\u6709\u91cc\u7a0b\u7891\u610f\u4e49\u3002"}, {"color": "#2981e5", "created_at": 1752674566, "description": "\u6258\u52d2\u5bc6\u548c\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u6d3b\u52a8\u533a\u57df,\u53e4\u5e0c\u814a\u662f\u6570\u5b66\u3001\u5929\u6587\u5b66\u548c\u54f2\u5b66\u7684\u91cd\u8981\u53d1\u6e90\u5730\u3002", "entity_id": "\u53e4\u5e0c\u814a", "entity_type": "geo", "file_path": "unknown_source", "id": "\u53e4\u5e0c\u814a", "label": "\u53e4\u5e0c\u814a", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6258\u52d2\u5bc6\u548c\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u6d3b\u52a8\u533a\u57df,\u53e4\u5e0c\u814a\u662f\u6570\u5b66\u3001\u5929\u6587\u5b66\u548c\u54f2\u5b66\u7684\u91cd\u8981\u53d1\u6e90\u5730\u3002"}, {"color": "#3b3ec6", "created_at": 1752674566, "description": "Translator of \u0027Analysis\u0027 by Terence Tao into Chinese, making modern mathematical research accessible to Chinese readers.", "entity_id": "\u738b\u6606\u626c", "entity_type": "person", "file_path": "unknown_source", "id": "\u738b\u6606\u626c", "label": "\u738b\u6606\u626c", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Translator of \u0027Analysis\u0027 by Terence Tao into Chinese, making modern mathematical research accessible to Chinese readers."}, {"color": "#9d5356", "created_at": 1752674566, "description": "The publishing house responsible for issuing \u0027Analysis\u0027 by Terence Tao in Chinese translation in 2008.", "entity_id": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing house responsible for issuing \u0027Analysis\u0027 by Terence Tao in Chinese translation in 2008."}, {"color": "#681347", "created_at": 1752674566, "description": "Translator of Aristotle\u0027s \u0027Posterior Analytics\u0027 (\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b), contributing to philosophical and logical studies in China.", "entity_id": "\u4f59\u7eaa\u5143", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f59\u7eaa\u5143", "label": "\u4f59\u7eaa\u5143", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Translator of Aristotle\u0027s \u0027Posterior Analytics\u0027 (\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b), contributing to philosophical and logical studies in China."}, {"color": "#8495ff", "created_at": 1752674566, "description": "The academic publishing house responsible for issuing the Chinese translation of Aristotle\u2019s \u0027Posterior Analytics\u0027 in 2003.\u003cSEP\u003e\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u300b\u7684\u5b66\u672f\u51fa\u7248\u793e.", "entity_id": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "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-4de08126c7eb1529ef6198b623197116\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "The academic publishing house responsible for issuing the Chinese translation of Aristotle\u2019s \u0027Posterior Analytics\u0027 in 2003.\u003cSEP\u003e\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u300b\u7684\u5b66\u672f\u51fa\u7248\u793e."}, {"color": "#fb6391", "created_at": 1752674566, "description": "A book on the history of mathematics authored by Li Wenlin, published by Higher Education Press in 2003.", "entity_id": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "label": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "A book on the history of mathematics authored by Li Wenlin, published by Higher Education Press in 2003."}, {"color": "#a261a4", "created_at": 1752674566, "description": "Author of \u0027Mathematical History Overview\u0027, published in 2003, contributing to the historical understanding of mathematics.", "entity_id": "\u674e\u6587\u6797", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u6587\u6797", "label": "\u674e\u6587\u6797", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Author of \u0027Mathematical History Overview\u0027, published in 2003, contributing to the historical understanding of mathematics."}, {"color": "#c9cf66", "created_at": 1752674566, "description": "The publishing house responsible for releasing \u0027Mathematical History Overview\u0027 by Li Wenlin in 2003.", "entity_id": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "label": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing house responsible for releasing \u0027Mathematical History Overview\u0027 by Li Wenlin in 2003."}, {"color": "#62dd93", "created_at": 1752674566, "description": "A book authored by Dantzing (Tobias Dantzig), translated by Su Zhongxiang, published by Shanghai Education Publishing House in 2001.", "entity_id": "\u300a\u6570\uff1a\u79d1\u5b66\u7684\u8bed\u8a00\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u6570\uff1a\u79d1\u5b66\u7684\u8bed\u8a00\u300b", "label": "\u300a\u6570\uff1a\u79d1\u5b66\u7684\u8bed\u8a00\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "A book authored by Dantzing (Tobias Dantzig), translated by Su Zhongxiang, published by Shanghai Education Publishing House in 2001."}, {"color": "#d894e2", "created_at": 1752674566, "description": "Author of \u0027Number: The Language of Science\u0027, a foundational text exploring the concept of numbers in science.", "entity_id": "\u4e39\u9f50\u514b", "entity_type": "person", "file_path": "unknown_source", "id": "\u4e39\u9f50\u514b", "label": "\u4e39\u9f50\u514b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Author of \u0027Number: The Language of Science\u0027, a foundational text exploring the concept of numbers in science."}, {"color": "#fd66f8", "created_at": 1752674566, "description": "Translator of \u0027Number: The Language of Science\u0027 from English to Chinese, contributing to the dissemination of mathematical knowledge in China.", "entity_id": "\u82cf\u4ef2\u6e58", "entity_type": "person", "file_path": "unknown_source", "id": "\u82cf\u4ef2\u6e58", "label": "\u82cf\u4ef2\u6e58", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Translator of \u0027Number: The Language of Science\u0027 from English to Chinese, contributing to the dissemination of mathematical knowledge in China."}, {"color": "#0c88fe", "created_at": 1752674566, "description": "The publishing house responsible for issuing \u0027Number: The Language of Science\u0027 in Chinese translation in 2001.", "entity_id": "\u4e0a\u6d77\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e0a\u6d77\u6559\u80b2\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing house responsible for issuing \u0027Number: The Language of Science\u0027 in Chinese translation in 2001."}, {"color": "#f03f40", "created_at": 1752674566, "description": "Second edition or reference of \u0027Pi in the Sky\u0027 by Barrow, again translated by Miao Huajian and published by China Translation \u0026 Publishing Corporation in 2000.", "entity_id": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b(\u5df4\u7f57\u8457)", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b(\u5df4\u7f57\u8457)", "label": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b(\u5df4\u7f57\u8457)", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Second edition or reference of \u0027Pi in the Sky\u0027 by Barrow, again translated by Miao Huajian and published by China Translation \u0026 Publishing Corporation in 2000."}, {"color": "#155ac1", "created_at": 1752674566, "description": "Also known as \u0027The Odyssey\u0027, authored by Homer, translated by Yang Xianyi, published by Shanghai Translation Publishing House in 1979.", "entity_id": "\u300a\u5965\u5fb7\u4fee\u8bb0\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5965\u5fb7\u4fee\u8bb0\u300b", "label": "\u300a\u5965\u5fb7\u4fee\u8bb0\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Also known as \u0027The Odyssey\u0027, authored by Homer, translated by Yang Xianyi, published by Shanghai Translation Publishing House in 1979."}, {"color": "#023793", "created_at": 1752674566, "description": "Ancient Greek poet and author of \u0027The Odyssey\u0027, which has been translated into many languages including Chinese by Yang Xianyi.", "entity_id": "\u8377\u9a6c", "entity_type": "person", "file_path": "unknown_source", "id": "\u8377\u9a6c", "label": "\u8377\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Ancient Greek poet and author of \u0027The Odyssey\u0027, which has been translated into many languages including Chinese by Yang Xianyi."}, {"color": "#d8b865", "created_at": 1752674566, "description": "Renowned Chinese translator of \u0027The Odyssey\u0027 (\u300a\u5965\u5fb7\u4fee\u8bb0\u300b), contributing to the literary and cultural exchange between East and West.", "entity_id": "\u6768\u5baa\u76ca", "entity_type": "person", "file_path": "unknown_source", "id": "\u6768\u5baa\u76ca", "label": "\u6768\u5baa\u76ca", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Renowned Chinese translator of \u0027The Odyssey\u0027 (\u300a\u5965\u5fb7\u4fee\u8bb0\u300b), contributing to the literary and cultural exchange between East and West."}, {"color": "#f9792d", "created_at": 1752674566, "description": "The publishing house responsible for releasing the Chinese translation of \u0027The Odyssey\u0027 in 1979.\u003cSEP\u003e\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u51fa\u7248\u4e86\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u7684\u4e2d\u6587\u8bd1\u672c\u3002\u003cSEP\u003e\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b\u7684\u51fa\u7248\u793e.", "entity_id": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "label": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "The publishing house responsible for releasing the Chinese translation of \u0027The Odyssey\u0027 in 1979.\u003cSEP\u003e\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u51fa\u7248\u4e86\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u7684\u4e2d\u6587\u8bd1\u672c\u3002\u003cSEP\u003e\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b\u7684\u51fa\u7248\u793e."}, {"color": "#741b64", "created_at": 1752674566, "description": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u662f\u7531\u8f9b\u683c\u6240\u8457\uff0c\u8bb2\u8ff0\u8be5\u5b9a\u7406\u5386\u53f2\u4e0e\u8bc1\u660e\u8fc7\u7a0b\u7684\u8457\u4f5c\u3002", "entity_id": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b", "label": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u662f\u7531\u8f9b\u683c\u6240\u8457\uff0c\u8bb2\u8ff0\u8be5\u5b9a\u7406\u5386\u53f2\u4e0e\u8bc1\u660e\u8fc7\u7a0b\u7684\u8457\u4f5c\u3002"}, {"color": "#d1361a", "created_at": 1752674566, "description": "\u8be5\u4e66\u8bb2\u8ff0\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u89e3\u51b3\u8fc7\u7a0b\uff0c\u4f5c\u8005\u4e3a\u897f\u8499\u00b7\u8f9b\u683c\u3002", "entity_id": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "entity_type": "event", "file_path": "unknown_source", "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-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8be5\u4e66\u8bb2\u8ff0\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u89e3\u51b3\u8fc7\u7a0b\uff0c\u4f5c\u8005\u4e3a\u897f\u8499\u00b7\u8f9b\u683c\u3002"}, {"color": "#e7e58a", "created_at": 1752674566, "description": "A second reference to Marx\u0027s mathematical writings, emphasizing their relevance in the context of mathematical philosophy.\u003cSEP\u003eA translated work of Karl Marx\u2019s mathematical writings, translated by the editorial group of Peking University, published by People\u0027s Education Press in 1975.", "entity_id": "\u300a\u9a6c\u514b\u601d\u00b7\u6570\u5b66\u624b\u7a3f\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u9a6c\u514b\u601d\u00b7\u6570\u5b66\u624b\u7a3f\u300b", "label": "\u300a\u9a6c\u514b\u601d\u00b7\u6570\u5b66\u624b\u7a3f\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "A second reference to Marx\u0027s mathematical writings, emphasizing their relevance in the context of mathematical philosophy.\u003cSEP\u003eA translated work of Karl Marx\u2019s mathematical writings, translated by the editorial group of Peking University, published by People\u0027s Education Press in 1975."}, {"color": "#3d5def", "created_at": 1752674566, "description": "The editorial and translation team at Peking University responsible for translating Marx\u0027s mathematical manuscripts into Chinese.", "entity_id": "\u5317\u4eac\u5927\u5b66\u300a\u6570\u5b66\u624b\u7a3f\u300b\u7f16\u8bd1\u7ec4", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5317\u4eac\u5927\u5b66\u300a\u6570\u5b66\u624b\u7a3f\u300b\u7f16\u8bd1\u7ec4", "label": "\u5317\u4eac\u5927\u5b66\u300a\u6570\u5b66\u624b\u7a3f\u300b\u7f16\u8bd1\u7ec4", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The editorial and translation team at Peking University responsible for translating Marx\u0027s mathematical manuscripts into Chinese."}, {"color": "#895d0e", "created_at": 1752674566, "description": "The publishing organization responsible for issuing \u0027Marx\u0027s Mathematical Manuscripts\u0027 in 1975.", "entity_id": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing organization responsible for issuing \u0027Marx\u0027s Mathematical Manuscripts\u0027 in 1975."}, {"color": "#ab5959", "created_at": 1752674566, "description": "Another reference to John Barrow, author of \u0027Pi in the Sky\u0027, reaffirming his contribution to the philosophy of mathematics.", "entity_id": "\u5df4\u7f57", "entity_type": "person", "file_path": "unknown_source", "id": "\u5df4\u7f57", "label": "\u5df4\u7f57", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Another reference to John Barrow, author of \u0027Pi in the Sky\u0027, reaffirming his contribution to the philosophy of mathematics."}, {"color": "#e9e584", "created_at": 1752674566, "description": "A textbook edited by Wang Li, published by Zhonghua Book Company in 1999, discussing the linguistic and cultural differences between \u0027\u5c81\u0027 and \u0027\u5e74\u0027.", "entity_id": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "entity_type": "event", "file_path": "unknown_source", "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-4de08126c7eb1529ef6198b623197116", "title": "A textbook edited by Wang Li, published by Zhonghua Book Company in 1999, discussing the linguistic and cultural differences between \u0027\u5c81\u0027 and \u0027\u5e74\u0027."}, {"color": "#46722b", "created_at": 1752674566, "description": "Editor-in-chief of \u0027Ancient Chinese Language (Volume 3)\u0027, a scholar known for his contributions to Chinese linguistics and grammar.", "entity_id": "\u738b\u529b", "entity_type": "person", "file_path": "unknown_source", "id": "\u738b\u529b", "label": "\u738b\u529b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Editor-in-chief of \u0027Ancient Chinese Language (Volume 3)\u0027, a scholar known for his contributions to Chinese linguistics and grammar."}, {"color": "#ea9bbb", "created_at": 1752674566, "description": "The publishing house responsible for issuing \u0027Ancient Chinese Language (Volume 3)\u0027 in 1999.", "entity_id": "\u4e2d\u534e\u4e66\u5c40", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4e2d\u534e\u4e66\u5c40", "label": "\u4e2d\u534e\u4e66\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing house responsible for issuing \u0027Ancient Chinese Language (Volume 3)\u0027 in 1999."}, {"color": "#f1cf53", "created_at": 1752674566, "description": "A second reference to the same textbook edited by Wang Li, published by Zhonghua Book Company in 1995.", "entity_id": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b(\u4e2d\u534e\u4e66\u5c401995\u5e74\u7248)", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b(\u4e2d\u534e\u4e66\u5c401995\u5e74\u7248)", "label": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b(\u4e2d\u534e\u4e66\u5c401995\u5e74\u7248)", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "A second reference to the same textbook edited by Wang Li, published by Zhonghua Book Company in 1995."}, {"color": "#ab37dc", "created_at": 1752674566, "description": "Authored by Liang Zongju et al., published by Liaoning Education Press in 2004, offering a comprehensive overview of the global history of mathematics.", "entity_id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u300b", "label": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Authored by Liang Zongju et al., published by Liaoning Education Press in 2004, offering a comprehensive overview of the global history of mathematics."}, {"color": "#d57f6c", "created_at": 1752674566, "description": "Author of \u0027A General History of World Mathematics\u0027, contributing to the understanding of the development of mathematics across cultures.", "entity_id": "\u6881\u5b97\u5de8", "entity_type": "person", "file_path": "unknown_source", "id": "\u6881\u5b97\u5de8", "label": "\u6881\u5b97\u5de8", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Author of \u0027A General History of World Mathematics\u0027, contributing to the understanding of the development of mathematics across cultures."}, {"color": "#169405", "created_at": 1752674566, "description": "The publishing organization responsible for releasing \u0027A General History of World Mathematics\u0027 in 2004.", "entity_id": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "label": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The publishing organization responsible for releasing \u0027A General History of World Mathematics\u0027 in 2004."}, {"color": "#0e9b4a", "created_at": 1752674566, "description": "Author of \u0027Mesopotamiem (OBO 160/1)\u0027, published by Universit\u00e4tsverlag Freiburg Schweiz in 1999, discussing Mesopotamian mathematics.", "entity_id": "R.Englund", "entity_type": "person", "file_path": "unknown_source", "id": "R.Englund", "label": "R.Englund", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Author of \u0027Mesopotamiem (OBO 160/1)\u0027, published by Universit\u00e4tsverlag Freiburg Schweiz in 1999, discussing Mesopotamian mathematics."}, {"color": "#5cc7c5", "created_at": 1752674566, "description": "R.Englund is the author of \u0027Mesopotamiem (OBO 160/1)\u0027, discussing Mesopotamian mathematics.", "entity_id": "Mesopotamiem(OBO 160/1)", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "Mesopotamiem(OBO 160/1)", "label": "Mesopotamiem(OBO 160/1)", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "R.Englund is the author of \u0027Mesopotamiem (OBO 160/1)\u0027, discussing Mesopotamian mathematics."}, {"color": "#f33bca", "created_at": 1752674566, "description": "The Swiss academic publishing house responsible for issuing R. Englund\u0027s work on Mesopotamian mathematics in 1999.", "entity_id": "Universit\u00e4tsverlag Freiburg Schweiz", "entity_type": "organization", "file_path": "unknown_source", "id": "Universit\u00e4tsverlag Freiburg Schweiz", "label": "Universit\u00e4tsverlag Freiburg Schweiz", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "The Swiss academic publishing house responsible for issuing R. Englund\u0027s work on Mesopotamian mathematics in 1999."}, {"color": "#6522ac", "created_at": 1752674566, "description": "\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027(Statistics and Truth - How to Use Chance) is a book by C.R. Rao discussing the application of statistical methods and probability in real-life contexts.", "entity_id": "\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027", "label": "\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027(Statistics and Truth - How to Use Chance) is a book by C.R. Rao discussing the application of statistical methods and probability in real-life contexts."}, {"color": "#a09e1c", "created_at": 1752674566, "description": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u4e2d\u6587\u8bd1\u672c\u7684\u9ad8\u6821\u51fa\u7248\u793e\u3002", "entity_id": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "label": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u4e2d\u6587\u8bd1\u672c\u7684\u9ad8\u6821\u51fa\u7248\u793e\u3002"}, {"color": "#ab19ea", "created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u7684\u6570\u5b66\u7ecf\u5178\u4e4b\u4e00,\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5e76\u5217\u3002", "entity_id": "\u5468\u9ac0\u7b97\u7ecf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5468\u9ac0\u7b97\u7ecf", "label": "\u5468\u9ac0\u7b97\u7ecf", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u7684\u6570\u5b66\u7ecf\u5178\u4e4b\u4e00,\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5e76\u5217\u3002"}, {"color": "#616bf4", "created_at": 1752674566, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6700\u91cd\u8981\u7684\u6570\u5b66\u8457\u4f5c\u4e4b\u4e00,\u7cfb\u7edf\u603b\u7ed3\u4e86\u53e4\u4ee3\u6570\u5b66\u6210\u5c31\u3002", "entity_id": "\u4e5d\u7ae0\u7b97\u672f", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e5d\u7ae0\u7b97\u672f", "label": "\u4e5d\u7ae0\u7b97\u672f", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u662f\u4e2d\u56fd\u53e4\u4ee3\u6700\u91cd\u8981\u7684\u6570\u5b66\u8457\u4f5c\u4e4b\u4e00,\u7cfb\u7edf\u603b\u7ed3\u4e86\u53e4\u4ee3\u6570\u5b66\u6210\u5c31\u3002"}, {"color": "#c68dea", "created_at": 1752674566, "description": "\u56db\u8272\u731c\u60f3\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u540e\u501f\u52a9\u8ba1\u7b97\u673a\u5f97\u4ee5\u8bc1\u660e\u3002", "entity_id": "\u56db\u8272\u731c\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u8272\u731c\u60f3", "label": "\u56db\u8272\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u56db\u8272\u731c\u60f3\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u540e\u501f\u52a9\u8ba1\u7b97\u673a\u5f97\u4ee5\u8bc1\u660e\u3002"}, {"color": "#f90d03", "created_at": 1752674566, "description": "\u56db\u8272\u731c\u60f3\u7684\u8bc1\u660e\u662f\u7b2c\u4e00\u4e2a\u5927\u89c4\u6a21\u4f7f\u7528\u8ba1\u7b97\u673a\u8f85\u52a9\u5b8c\u6210\u7684\u6570\u5b66\u8bc1\u660e\u3002", "entity_id": "\u8ba1\u7b97\u673a", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u8ba1\u7b97\u673a", "label": "\u8ba1\u7b97\u673a", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u56db\u8272\u731c\u60f3\u7684\u8bc1\u660e\u662f\u7b2c\u4e00\u4e2a\u5927\u89c4\u6a21\u4f7f\u7528\u8ba1\u7b97\u673a\u8f85\u52a9\u5b8c\u6210\u7684\u6570\u5b66\u8bc1\u660e\u3002"}, {"color": "#d85014", "created_at": 1752674566, "description": "\u5b89\u5fbd\u9896\u4e0a\u662f\u6625\u79cb\u65f6\u671f\u653f\u6cbb\u5bb6\u7ba1\u5937\u543e(\u7ba1\u4ef2)\u7684\u6545\u4e61\u3002", "entity_id": "\u5b89\u5fbd\u9896\u4e0a", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5b89\u5fbd\u9896\u4e0a", "label": "\u5b89\u5fbd\u9896\u4e0a", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u5b89\u5fbd\u9896\u4e0a\u662f\u6625\u79cb\u65f6\u671f\u653f\u6cbb\u5bb6\u7ba1\u5937\u543e(\u7ba1\u4ef2)\u7684\u6545\u4e61\u3002"}, {"color": "#f6574e", "created_at": 1752674566, "description": "\u514b\u83b1\u56e0\u662f\u300a\u6570\u5b66:\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7684\u4f5c\u8005,\u5bf9\u6570\u5b66\u54f2\u5b66\u6709\u6df1\u5165\u7814\u7a76\u3002", "entity_id": "\u514b\u83b1\u56e0", "entity_type": "person", "file_path": "unknown_source", "id": "\u514b\u83b1\u56e0", "label": "\u514b\u83b1\u56e0", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u514b\u83b1\u56e0\u662f\u300a\u6570\u5b66:\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7684\u4f5c\u8005,\u5bf9\u6570\u5b66\u54f2\u5b66\u6709\u6df1\u5165\u7814\u7a76\u3002"}, {"color": "#4b8476", "created_at": 1752674566, "description": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u6570\u5b66:\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7684\u51fa\u7248\u793e\u3002", "entity_id": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "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-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u6570\u5b66:\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7684\u51fa\u7248\u793e\u3002"}, {"color": "#8c7ce4", "created_at": 1752674566, "description": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u662f\u7531M.\u514b\u83b1\u56e0\u64b0\u5199\u7684\u5173\u4e8e\u6570\u5b66\u54f2\u5b66\u4e0e\u5386\u53f2\u7684\u8457\u4f5c\u3002", "entity_id": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "entity_type": "category", "file_path": "unknown_source", "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-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u662f\u7531M.\u514b\u83b1\u56e0\u64b0\u5199\u7684\u5173\u4e8e\u6570\u5b66\u54f2\u5b66\u4e0e\u5386\u53f2\u7684\u8457\u4f5c\u3002"}, {"color": "#0079ac", "created_at": 1752674566, "description": "\u67ef\u5339\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u4e3b\u7f16\u4e4b\u4e00,\u8be5\u4e66\u662f\u903b\u8f91\u5b66\u9886\u57df\u7684\u7ecf\u5178\u6559\u6750\u3002", "entity_id": "\u67ef\u5339", "entity_type": "person", "file_path": "unknown_source", "id": "\u67ef\u5339", "label": "\u67ef\u5339", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u67ef\u5339\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u4e3b\u7f16\u4e4b\u4e00,\u8be5\u4e66\u662f\u903b\u8f91\u5b66\u9886\u57df\u7684\u7ecf\u5178\u6559\u6750\u3002"}, {"color": "#023401", "created_at": 1752674566, "description": "\u79d1\u6069\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u5408\u7f16\u8005\u4e4b\u4e00\u3002", "entity_id": "\u79d1\u6069", "entity_type": "person", "file_path": "unknown_source", "id": "\u79d1\u6069", "label": "\u79d1\u6069", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u79d1\u6069\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u5408\u7f16\u8005\u4e4b\u4e00\u3002"}, {"color": "#867193", "created_at": 1752674566, "description": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u662f\u7531\u67ef\u5339\u4e0e\u79d1\u6069\u4e3b\u7f16\u7684\u903b\u8f91\u5b66\u7ecf\u5178\u6559\u6750\u3002", "entity_id": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b", "entity_type": "category", "file_path": "unknown_source", "id": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b", "label": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u662f\u7531\u67ef\u5339\u4e0e\u79d1\u6069\u4e3b\u7f16\u7684\u903b\u8f91\u5b66\u7ecf\u5178\u6559\u6750\u3002"}, {"color": "#980cbd", "created_at": 1752674566, "description": "\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u4e2d\u6587\u8bd1\u672c\u7684\u51fa\u7248\u793e\u3002", "entity_id": "\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u4e2d\u6587\u8bd1\u672c\u7684\u51fa\u7248\u793e\u3002"}, {"color": "#f60434", "created_at": 1752674566, "description": "\u4eba\u6c11\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7684\u5b98\u65b9\u51fa\u7248\u793e\u3002", "entity_id": "\u4eba\u6c11\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u4eba\u6c11\u51fa\u7248\u793e", "label": "\u4eba\u6c11\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u4eba\u6c11\u51fa\u7248\u793e\u662f\u51fa\u7248\u4e86\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7684\u5b98\u65b9\u51fa\u7248\u793e\u3002"}, {"color": "#3a4c17", "created_at": 1752674566, "description": "\u7cfb\u8bcd\u7ed3\u6784\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u4e00\u79cd\u547d\u9898\u5f62\u5f0f\uff0c\u5982\u2018A\u662fB\u2019\u6216\u2018A\u4e0d\u662fB\u2019\u3002", "entity_id": "\u7cfb\u8bcd\u7ed3\u6784", "entity_type": "category", "file_path": "unknown_source", "id": "\u7cfb\u8bcd\u7ed3\u6784", "label": "\u7cfb\u8bcd\u7ed3\u6784", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7cfb\u8bcd\u7ed3\u6784\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u4e00\u79cd\u547d\u9898\u5f62\u5f0f\uff0c\u5982\u2018A\u662fB\u2019\u6216\u2018A\u4e0d\u662fB\u2019\u3002"}, {"color": "#9e7639", "created_at": 1752674566, "description": "\u6982\u7387\u8bba\u4e0e\u6570\u7406\u7edf\u8ba1\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u968f\u673a\u53d8\u91cf\u53ca\u5176\u6982\u7387\u5206\u5e03\u3002", "entity_id": "\u6982\u7387\u8bba\u4e0e\u6570\u7406\u7edf\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u7387\u8bba\u4e0e\u6570\u7406\u7edf\u8ba1", "label": "\u6982\u7387\u8bba\u4e0e\u6570\u7406\u7edf\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6982\u7387\u8bba\u4e0e\u6570\u7406\u7edf\u8ba1\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u7814\u7a76\u968f\u673a\u53d8\u91cf\u53ca\u5176\u6982\u7387\u5206\u5e03\u3002"}, {"color": "#94d32b", "created_at": 1752674566, "description": "\u97e9\u975e\u662f\u4e2d\u56fd\u6218\u56fd\u672b\u671f\u7684\u54f2\u5b66\u5bb6\u548c\u601d\u60f3\u5bb6\uff0c\u6cd5\u5bb6\u601d\u60f3\u7684\u96c6\u5927\u6210\u8005\u3002", "entity_id": "\u97e9\u975e", "entity_type": "person", "file_path": "unknown_source", "id": "\u97e9\u975e", "label": "\u97e9\u975e", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u97e9\u975e\u662f\u4e2d\u56fd\u6218\u56fd\u672b\u671f\u7684\u54f2\u5b66\u5bb6\u548c\u601d\u60f3\u5bb6\uff0c\u6cd5\u5bb6\u601d\u60f3\u7684\u96c6\u5927\u6210\u8005\u3002"}, {"color": "#2a8911", "created_at": 1752674566, "description": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b\u662f\u97e9\u975e\u8457\u4f5c\u7684\u4e00\u90e8\u5206\uff0c\u53cd\u6620\u4e86\u6cd5\u5bb6\u601d\u60f3\u3002", "entity_id": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b", "label": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b\u662f\u97e9\u975e\u8457\u4f5c\u7684\u4e00\u90e8\u5206\uff0c\u53cd\u6620\u4e86\u6cd5\u5bb6\u601d\u60f3\u3002"}, {"color": "#46319a", "created_at": 1752674566, "description": "\u897f\u8499\u00b7\u8f9b\u683c\u662f\u82f1\u56fd\u4f5c\u5bb6\uff0c\u8457\u6709\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b\u3002", "entity_id": "\u897f\u8499\u00b7\u8f9b\u683c", "entity_type": "person", "file_path": "unknown_source", "id": "\u897f\u8499\u00b7\u8f9b\u683c", "label": "\u897f\u8499\u00b7\u8f9b\u683c", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u897f\u8499\u00b7\u8f9b\u683c\u662f\u82f1\u56fd\u4f5c\u5bb6\uff0c\u8457\u6709\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b\u3002"}, {"color": "#233195", "created_at": 1752674566, "description": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u662f\u7269\u7406\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u63a2\u8ba8\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u95ee\u9898\u3002", "entity_id": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b", "label": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u662f\u7269\u7406\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u63a2\u8ba8\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u95ee\u9898\u3002"}, {"color": "#efaaa6", "created_at": 1752674566, "description": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u662f\u4e00\u672c\u63a2\u8ba8\u65f6\u95f4\u3001\u5b87\u5b99\u548c\u7269\u7406\u5b66\u7684\u8457\u4f5c\uff0c\u4f5c\u8005\u4e3a\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u3002", "entity_id": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b", "label": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u662f\u4e00\u672c\u63a2\u8ba8\u65f6\u95f4\u3001\u5b87\u5b99\u548c\u7269\u7406\u5b66\u7684\u8457\u4f5c\uff0c\u4f5c\u8005\u4e3a\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u3002"}, {"color": "#3d2c33", "created_at": 1752674566, "description": "\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u662f\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u63a2\u8ba8\u7684\u6838\u5fc3\u4e3b\u9898\uff0c\u6d89\u53ca\u65f6\u95f4\u7684\u672c\u8d28\u4e0e\u5b87\u5b99\u6f14\u5316.", "entity_id": "\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66", "label": "\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u662f\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u63a2\u8ba8\u7684\u6838\u5fc3\u4e3b\u9898\uff0c\u6d89\u53ca\u65f6\u95f4\u7684\u672c\u8d28\u4e0e\u5b87\u5b99\u6f14\u5316."}, {"color": "#0a98d8", "created_at": 1752674566, "description": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u4e2d\u6587\u7248\u7684\u5b66\u672f\u51fa\u7248\u793e.", "entity_id": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "label": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u4e2d\u6587\u7248\u7684\u5b66\u672f\u51fa\u7248\u793e."}, {"color": "#7016ce", "created_at": 1752674566, "description": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u7684\u4e2d\u6587\u51fa\u7248\u673a\u6784\u3002\u003cSEP\u003e\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u7684\u51fa\u7248\u793e.", "entity_id": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "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-b939d8b8da6b3de175307e6b269fde02\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u7684\u4e2d\u6587\u51fa\u7248\u673a\u6784\u3002\u003cSEP\u003e\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u51fa\u7248\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u7684\u51fa\u7248\u793e."}, {"color": "#e623fe", "created_at": 1752674566, "description": "\u529b\u7684\u4f20\u9012\u662f\u5386\u53f2\u4e0a\u4ee5\u592a\u6982\u5ff5\u8bd5\u56fe\u89e3\u91ca\u7684\u53e6\u4e00\u7269\u7406\u73b0\u8c61.", "entity_id": "\u529b\u7684\u4f20\u9012", "entity_type": "category", "file_path": "unknown_source", "id": "\u529b\u7684\u4f20\u9012", "label": "\u529b\u7684\u4f20\u9012", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u529b\u7684\u4f20\u9012\u662f\u5386\u53f2\u4e0a\u4ee5\u592a\u6982\u5ff5\u8bd5\u56fe\u89e3\u91ca\u7684\u53e6\u4e00\u7269\u7406\u73b0\u8c61."}, {"color": "#c7f551", "created_at": 1752674566, "description": "\u91cd\u91cf\u5355\u4f4d\u5305\u62ec\u514b\u3001\u5343\u514b\u3001\u65a4\u3001\u516c\u65a4\u3001\u78c5\u7b49\uff0c\u7528\u4e8e\u8861\u91cf\u8d28\u91cf\u3002", "entity_id": "\u91cd\u91cf\u5355\u4f4d", "entity_type": "category", "file_path": "unknown_source", "id": "\u91cd\u91cf\u5355\u4f4d", "label": "\u91cd\u91cf\u5355\u4f4d", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u91cd\u91cf\u5355\u4f4d\u5305\u62ec\u514b\u3001\u5343\u514b\u3001\u65a4\u3001\u516c\u65a4\u3001\u78c5\u7b49\uff0c\u7528\u4e8e\u8861\u91cf\u8d28\u91cf\u3002"}, {"color": "#e4edee", "created_at": 1752674566, "description": "\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\u4e4b\u4e00\uff0c\u5e38\u4e0e\u65a4\u3001\u78c5\u7b49\u4f20\u7edf\u5355\u4f4d\u5e76\u7528.", "entity_id": "\u514b", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u514b", "label": "\u514b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\u4e4b\u4e00\uff0c\u5e38\u4e0e\u65a4\u3001\u78c5\u7b49\u4f20\u7edf\u5355\u4f4d\u5e76\u7528."}, {"color": "#b3a81a", "created_at": 1752674566, "description": "\u5343\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u4f20\u7edf\u5355\u4f4d\u5982\u65a4\u3001\u516c\u65a4\u3001\u78c5\u76f8\u5bf9\u5e94.", "entity_id": "\u5343\u514b", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u5343\u514b", "label": "\u5343\u514b", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5343\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u4f20\u7edf\u5355\u4f4d\u5982\u65a4\u3001\u516c\u65a4\u3001\u78c5\u76f8\u5bf9\u5e94."}, {"color": "#928840", "created_at": 1752674566, "description": "\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb.", "entity_id": "\u65a4", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u65a4", "label": "\u65a4", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb."}, {"color": "#730a3c", "created_at": 1752674566, "description": "\u516c\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u4e2d\u5bf9\u5343\u514b\u7684\u79f0\u547c\uff0c\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\u4e2d\u7684\u8d28\u91cf\u8861\u91cf.", "entity_id": "\u516c\u65a4", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u516c\u65a4", "label": "\u516c\u65a4", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u516c\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u4e2d\u5bf9\u5343\u514b\u7684\u79f0\u547c\uff0c\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\u4e2d\u7684\u8d28\u91cf\u8861\u91cf."}, {"color": "#5e101b", "created_at": 1752674566, "description": "\u78c5\u662f\u897f\u65b9\u5e38\u7528\u7684\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb.", "entity_id": "\u78c5", "entity_type": "UNKNOWN", "file_path": "unknown_source", "id": "\u78c5", "label": "\u78c5", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u78c5\u662f\u897f\u65b9\u5e38\u7528\u7684\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb."}, {"color": "#92618c", "created_at": 1752674566, "description": "\u5468\u5b66\u653f\u662f\u300a\u76f8\u5bf9\u8bba\u300b\u4e00\u4e66\u7684\u7f16\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u5468\u5b66\u653f", "entity_type": "person", "file_path": "unknown_source", "id": "\u5468\u5b66\u653f", "label": "\u5468\u5b66\u653f", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5468\u5b66\u653f\u662f\u300a\u76f8\u5bf9\u8bba\u300b\u4e00\u4e66\u7684\u7f16\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#74daaa", "created_at": 1752674566, "description": "\u5f90\u6709\u667a\u662f\u300a\u76f8\u5bf9\u8bba\u300b\u4e00\u4e66\u7684\u7f16\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u5f90\u6709\u667a", "entity_type": "person", "file_path": "unknown_source", "id": "\u5f90\u6709\u667a", "label": "\u5f90\u6709\u667a", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5f90\u6709\u667a\u662f\u300a\u76f8\u5bf9\u8bba\u300b\u4e00\u4e66\u7684\u7f16\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#8b6256", "created_at": 1752674566, "description": "D. E. Smith\u662f\u300a\u6570\u5b66\u53f2\u300b\u7684\u4f5c\u8005\u3002", "entity_id": "D. E. Smith", "entity_type": "person", "file_path": "unknown_source", "id": "D. E. Smith", "label": "D. E. Smith", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "D. E. Smith\u662f\u300a\u6570\u5b66\u53f2\u300b\u7684\u4f5c\u8005\u3002"}, {"color": "#9dcc28", "created_at": 1752674566, "description": "Ginn and Co.\u662f\u300a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002", "entity_id": "Ginn and Co.", "entity_type": "organization", "file_path": "unknown_source", "id": "Ginn and Co.", "label": "Ginn and Co.", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Ginn and Co.\u662f\u300a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002"}, {"color": "#aa114d", "created_at": 1752674566, "description": "T. Heath\u662f\u300a\u5e0c\u814a\u6570\u5b66\u53f2\u300b\u7684\u4f5c\u8005\u3002", "entity_id": "T. Heath", "entity_type": "person", "file_path": "unknown_source", "id": "T. Heath", "label": "T. Heath", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "T. Heath\u662f\u300a\u5e0c\u814a\u6570\u5b66\u53f2\u300b\u7684\u4f5c\u8005\u3002"}, {"color": "#b7d074", "created_at": 1752674566, "description": "Oxford Press\u662f\u300a\u5e0c\u814a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002", "entity_id": "Oxford Press", "entity_type": "organization", "file_path": "unknown_source", "id": "Oxford Press", "label": "Oxford Press", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Oxford Press\u662f\u300a\u5e0c\u814a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002"}, {"color": "#c693c1", "created_at": 1752674566, "description": "L. Adkins\u662f\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002", "entity_id": "L. Adkins", "entity_type": "person", "file_path": "unknown_source", "id": "L. Adkins", "label": "L. Adkins", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "L. Adkins\u662f\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002"}, {"color": "#b14917", "created_at": 1752674566, "description": "R. A. Adkins\u662f\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002", "entity_id": "R. A. Adkins", "entity_type": "person", "file_path": "unknown_source", "id": "R. A. Adkins", "label": "R. A. Adkins", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "R. A. Adkins\u662f\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002"}, {"color": "#0dfc17", "created_at": 1752674566, "description": "\u5170\u7eaa\u6b63\u662f\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u5170\u7eaa\u6b63", "entity_type": "person", "file_path": "unknown_source", "id": "\u5170\u7eaa\u6b63", "label": "\u5170\u7eaa\u6b63", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5170\u7eaa\u6b63\u662f\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#f7621b", "created_at": 1752674566, "description": "\u6731\u6069\u5bbd\u662f\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u6731\u6069\u5bbd", "entity_type": "person", "file_path": "unknown_source", "id": "\u6731\u6069\u5bbd", "label": "\u6731\u6069\u5bbd", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u6731\u6069\u5bbd\u662f\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#02c131", "created_at": 1752674566, "description": "\u5218\u91d1\u987a\u662f\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u5218\u91d1\u987a", "entity_type": "person", "file_path": "unknown_source", "id": "\u5218\u91d1\u987a", "label": "\u5218\u91d1\u987a", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5218\u91d1\u987a\u662f\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#207ac9", "created_at": 1752674566, "description": "\u4f55\u7ecd\u5e9a\u662f\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u4f55\u7ecd\u5e9a", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f55\u7ecd\u5e9a", "label": "\u4f55\u7ecd\u5e9a", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u4f55\u7ecd\u5e9a\u662f\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#4766fb", "created_at": 1752674566, "description": "\u9053\u743c\u65af\u662f\u4e00\u5bb6\u91d1\u878d\u4fe1\u606f\u670d\u52a1\u516c\u53f8\uff0c\u62e5\u6709\u9053\u743c\u65af\u6307\u6570\u3002", "entity_id": "\u9053\u743c\u65af", "entity_type": "organization", "file_path": "unknown_source", "id": "\u9053\u743c\u65af", "label": "\u9053\u743c\u65af", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u9053\u743c\u65af\u662f\u4e00\u5bb6\u91d1\u878d\u4fe1\u606f\u670d\u52a1\u516c\u53f8\uff0c\u62e5\u6709\u9053\u743c\u65af\u6307\u6570\u3002"}, {"color": "#a7bf91", "created_at": 1752674566, "description": "www.djindexes.com\u662f\u9053\u743c\u65af\u6307\u6570\u7684\u5b98\u65b9\u7f51\u7ad9\u3002", "entity_id": "www.djindexes.com", "entity_type": "category", "file_path": "unknown_source", "id": "www.djindexes.com", "label": "www.djindexes.com", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "www.djindexes.com\u662f\u9053\u743c\u65af\u6307\u6570\u7684\u5b98\u65b9\u7f51\u7ad9\u3002"}, {"color": "#83339e", "created_at": 1752674566, "description": "Pearson and Lee are researchers who conducted studies on the laws of inheritance in humans, particularly on physical traits, as published in Biometrika in 1903.", "entity_id": "Pearson and Lee", "entity_type": "person", "file_path": "unknown_source", "id": "Pearson and Lee", "label": "Pearson and Lee", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "Pearson and Lee are researchers who conducted studies on the laws of inheritance in humans, particularly on physical traits, as published in Biometrika in 1903."}, {"color": "#a63cc6", "created_at": 1752674566, "description": "Encyclopedia Americana is a well-known general encyclopedia published by Encyclopedia Americana Inc. in 1990, also available in Chinese translation.", "entity_id": "Encyclopedia Americana", "entity_type": "organization", "file_path": "unknown_source", "id": "Encyclopedia Americana", "label": "Encyclopedia Americana", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "Encyclopedia Americana is a well-known general encyclopedia published by Encyclopedia Americana Inc. in 1990, also available in Chinese translation."}, {"color": "#8a9aed", "created_at": 1752674566, "description": "\u5149\u590d\u4e66\u5c40is a publishing company based in Taipei that published the Chinese translation of the Encyclopedia Americana in 1991.", "entity_id": "\u5149\u590d\u4e66\u5c40", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5149\u590d\u4e66\u5c40", "label": "\u5149\u590d\u4e66\u5c40", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5149\u590d\u4e66\u5c40is a publishing company based in Taipei that published the Chinese translation of the Encyclopedia Americana in 1991."}, {"color": "#e74c69", "created_at": 1752674566, "description": "Encyclopedia Americana Inc. is the publishing company responsible for the original English edition of the Encyclopedia Americana in 1990.", "entity_id": "Encyclopedia Americana Inc.", "entity_type": "organization", "file_path": "unknown_source", "id": "Encyclopedia Americana Inc.", "label": "Encyclopedia Americana Inc.", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "Encyclopedia Americana Inc. is the publishing company responsible for the original English edition of the Encyclopedia Americana in 1990."}, {"color": "#e10cd2", "created_at": 1752674566, "description": "A Philosophical Essay on Probabilities is the English translation of Laplace\u0027s philosophical introduction to his \u0027Analytical Theory of Probabilities\u0027.", "entity_id": "A Philosophical Essay on Probabilities", "entity_type": "category", "file_path": "unknown_source", "id": "A Philosophical Essay on Probabilities", "label": "A Philosophical Essay on Probabilities", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "A Philosophical Essay on Probabilities is the English translation of Laplace\u0027s philosophical introduction to his \u0027Analytical Theory of Probabilities\u0027."}, {"color": "#363fd7", "created_at": 1752674566, "description": "John Wiley \u0026 Sons is a well-known international publishing company that published the English translation of Laplace\u0027s \u0027Philosophical Essay on Probabilities\u0027 in 1902.", "entity_id": "John Wiley \u0026 Sons", "entity_type": "organization", "file_path": "unknown_source", "id": "John Wiley \u0026 Sons", "label": "John Wiley \u0026 Sons", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "John Wiley \u0026 Sons is a well-known international publishing company that published the English translation of Laplace\u0027s \u0027Philosophical Essay on Probabilities\u0027 in 1902."}, {"color": "#fd5d5b", "created_at": 1752674566, "description": "150\u9875refers to the length of the introduction added to the second edition of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027, which was later published separately.", "entity_id": "150\u9875", "entity_type": "category", "file_path": "unknown_source", "id": "150\u9875", "label": "150\u9875", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "150\u9875refers to the length of the introduction added to the second edition of Laplace\u0027s \u0027Analytical Theory of Probabilities\u0027, which was later published separately."}, {"color": "#b6719a", "created_at": 1752674566, "description": "\u6768\u8f89was a 13th-century Chinese mathematician and educator active in the Hangzhou region during the Southern Song Dynasty, known for his contributions to mathematics and education.", "entity_id": "\u6768\u8f89", "entity_type": "person", "file_path": "unknown_source", "id": "\u6768\u8f89", "label": "\u6768\u8f89", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89was a 13th-century Chinese mathematician and educator active in the Hangzhou region during the Southern Song Dynasty, known for his contributions to mathematics and education."}, {"color": "#0a9ea0", "created_at": 1752674566, "description": "\u94b1\u5858(modern-day Hangzhou) is a historical location in China where Yang Hui, a notable mathematician, was born.", "entity_id": "\u94b1\u5858", "entity_type": "geo", "file_path": "unknown_source", "id": "\u94b1\u5858", "label": "\u94b1\u5858", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u94b1\u5858(modern-day Hangzhou) is a historical location in China where Yang Hui, a notable mathematician, was born."}, {"color": "#2a350e", "created_at": 1752674566, "description": "\u82cf\u676drefers to the region encompassing Suzhou and Hangzhou, where Yang Hui was active during the 13th century.", "entity_id": "\u82cf\u676d", "entity_type": "geo", "file_path": "unknown_source", "id": "\u82cf\u676d", "label": "\u82cf\u676d", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u82cf\u676drefers to the region encompassing Suzhou and Hangzhou, where Yang Hui was active during the 13th century."}, {"color": "#83bd0f", "created_at": 1752674566, "description": "\u5357\u5b8b(Southern Song Dynasty) is the historical period in China during which Yang Hui lived and worked as a mathematician.", "entity_id": "\u5357\u5b8b", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5357\u5b8b", "label": "\u5357\u5b8b", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5357\u5b8b(Southern Song Dynasty) is the historical period in China during which Yang Hui lived and worked as a mathematician."}, {"color": "#5c5a9e", "created_at": 1752674566, "description": "\u6570\u5b66\u5bb6refers to mathematicians in general, and in this context, it describes Yang Hui\u0027s profession and contributions to mathematics.", "entity_id": "\u6570\u5b66\u5bb6", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u5bb6", "label": "\u6570\u5b66\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6570\u5b66\u5bb6refers to mathematicians in general, and in this context, it describes Yang Hui\u0027s profession and contributions to mathematics."}, {"color": "#9f629e", "created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u5bb6means \u0027mathematics educator\u0027, a title attributed to Yang Hui for his contributions to teaching and disseminating mathematical knowledge.", "entity_id": "\u6570\u5b66\u6559\u80b2\u5bb6", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u5b66\u6559\u80b2\u5bb6", "label": "\u6570\u5b66\u6559\u80b2\u5bb6", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6570\u5b66\u6559\u80b2\u5bb6means \u0027mathematics educator\u0027, a title attributed to Yang Hui for his contributions to teaching and disseminating mathematical knowledge."}, {"color": "#a9ff3b", "created_at": 1752674566, "description": "\u4e94\u79cd\u4e8c\u5341\u4e00\u5377(Five Works in Twenty-One Volumes) refers to the total number of mathematical texts authored by Yang Hui, indicating the breadth of his scholarly output.", "entity_id": "\u4e94\u79cd\u4e8c\u5341\u4e00\u5377", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e94\u79cd\u4e8c\u5341\u4e00\u5377", "label": "\u4e94\u79cd\u4e8c\u5341\u4e00\u5377", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u4e94\u79cd\u4e8c\u5341\u4e00\u5377(Five Works in Twenty-One Volumes) refers to the total number of mathematical texts authored by Yang Hui, indicating the breadth of his scholarly output."}, {"color": "#ee8dba", "created_at": 1752674566, "description": "\u6768\u8f89\u4e09\u89d2(Yang Hui\u0027s Triangle) is an ancient Chinese representation of binomial coefficients, attributed to the mathematical work of Yang Hui during the 13th century.", "entity_id": "\u6768\u8f89\u4e09\u89d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u6768\u8f89\u4e09\u89d2", "label": "\u6768\u8f89\u4e09\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89\u4e09\u89d2(Yang Hui\u0027s Triangle) is an ancient Chinese representation of binomial coefficients, attributed to the mathematical work of Yang Hui during the 13th century."}, {"color": "#dda88b", "created_at": 1752674566, "description": "\u6d77\u897f\u6559\u80b2\u7f51(Haixi Education Network) is an online educational platform where the referenced article was published.", "entity_id": "\u6d77\u897f\u6559\u80b2\u7f51", "entity_type": "organization", "file_path": "unknown_source", "id": "\u6d77\u897f\u6559\u80b2\u7f51", "label": "\u6d77\u897f\u6559\u80b2\u7f51", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6d77\u897f\u6559\u80b2\u7f51(Haixi Education Network) is an online educational platform where the referenced article was published."}, {"color": "#81f946", "created_at": 1752674566, "description": "\u6797\u82b3is the publisher of the referenced article on the Haixi Education Network, with a user profile dated March 29, 2011.", "entity_id": "\u6797\u82b3", "entity_type": "person", "file_path": "unknown_source", "id": "\u6797\u82b3", "label": "\u6797\u82b3", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6797\u82b3is the publisher of the referenced article on the Haixi Education Network, with a user profile dated March 29, 2011."}, {"color": "#1e646d", "created_at": 1752674566, "description": "\u53d1\u5e03\u65e5\u671f(Publication Date) is March 29, 2011, when the article was posted on the Haixi Education Network.", "entity_id": "\u53d1\u5e03\u65e5\u671f", "entity_type": "event", "file_path": "unknown_source", "id": "\u53d1\u5e03\u65e5\u671f", "label": "\u53d1\u5e03\u65e5\u671f", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u53d1\u5e03\u65e5\u671f(Publication Date) is March 29, 2011, when the article was posted on the Haixi Education Network."}, {"color": "#031a2f", "created_at": 1752674566, "description": "\u4fee\u6539refers to the process of editing or revising the original article before its publication on the Haixi Education Network.", "entity_id": "\u4fee\u6539", "entity_type": "category", "file_path": "unknown_source", "id": "\u4fee\u6539", "label": "\u4fee\u6539", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u4fee\u6539refers to the process of editing or revising the original article before its publication on the Haixi Education Network."}, {"color": "#779fbe", "created_at": 1752674566, "description": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7refers to the early grades of elementary school, where certain mathematical concepts like equality are introduced but not yet fully explored in their abstract form.", "entity_id": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7", "label": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7refers to the early grades of elementary school, where certain mathematical concepts like equality are introduced but not yet fully explored in their abstract form."}, {"color": "#e91b0c", "created_at": 1752674350, "description": "The preface section introducing the scope and purpose of the discussion on elementary mathematics teaching issues.", "entity_id": "\u524d\u8a00", "entity_type": "category", "file_path": "unknown_source", "id": "\u524d\u8a00", "label": "\u524d\u8a00", "shape": "dot", "size": 10, "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The preface section introducing the scope and purpose of the discussion on elementary mathematics teaching issues."}, {"color": "#d37707", "created_at": 1752674393, "description": "Fundamental geometric concepts abstracted from physical objects.", "entity_id": "\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2", "label": "\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "Fundamental geometric concepts abstracted from physical objects."}, {"color": "#26812c", "created_at": 1752674410, "description": "\u53e4\u4ee3\u7684\u6570\u5b57\u7b26\u53f7covers historical numeral systems and their significance in mathematics.", "entity_id": "\u53e4\u4ee3\u7684\u6570\u5b57\u7b26\u53f7", "entity_type": "category", "file_path": "unknown_source", "id": "\u53e4\u4ee3\u7684\u6570\u5b57\u7b26\u53f7", "label": "\u53e4\u4ee3\u7684\u6570\u5b57\u7b26\u53f7", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u53e4\u4ee3\u7684\u6570\u5b57\u7b26\u53f7covers historical numeral systems and their significance in mathematics."}, {"color": "#289041", "created_at": 1752674410, "description": "\u9664\u6cd5\u8fd0\u7b97includes rules like prohibiting division by zero.", "entity_id": "\u9664\u6cd5\u8fd0\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u9664\u6cd5\u8fd0\u7b97", "label": "\u9664\u6cd5\u8fd0\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u9664\u6cd5\u8fd0\u7b97includes rules like prohibiting division by zero."}, {"color": "#bd6ecb", "created_at": 1752674427, "description": "A concrete example of quantity, representing two fish as a measurable unit.", "entity_id": "\u4e24\u6761\u9c7c", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e24\u6761\u9c7c", "label": "\u4e24\u6761\u9c7c", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing two fish as a measurable unit."}, {"color": "#010565", "created_at": 1752674427, "description": "A concrete example of quantity, representing three chickens as a measurable unit.", "entity_id": "\u4e09\u53ea\u9e21", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u53ea\u9e21", "label": "\u4e09\u53ea\u9e21", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing three chickens as a measurable unit."}, {"color": "#ea7947", "created_at": 1752674427, "description": "A concrete example of quantity, representing four eggs as a measurable unit.", "entity_id": "\u56db\u4e2a\u86cb", "entity_type": "category", "file_path": "unknown_source", "id": "\u56db\u4e2a\u86cb", "label": "\u56db\u4e2a\u86cb", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing four eggs as a measurable unit."}, {"color": "#638733", "created_at": 1752674427, "description": "A concrete example of quantity, representing five horses as a measurable unit.", "entity_id": "\u4e94\u5339\u9a6c", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e94\u5339\u9a6c", "label": "\u4e94\u5339\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing five horses as a measurable unit."}, {"color": "#df739c", "created_at": 1752674427, "description": "A concrete example of quantity, representing seven sheets of paper as a measurable unit.", "entity_id": "\u4e03\u5f20\u7eb8", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e03\u5f20\u7eb8", "label": "\u4e03\u5f20\u7eb8", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing seven sheets of paper as a measurable unit."}, {"color": "#5bed5a", "created_at": 1752674427, "description": "A concrete example of quantity, representing eight hats as a measurable unit.", "entity_id": "\u516b\u9876\u5e3d\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u516b\u9876\u5e3d\u5b50", "label": "\u516b\u9876\u5e3d\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing eight hats as a measurable unit."}, {"color": "#5cf1e7", "created_at": 1752674427, "description": "A concrete example of quantity, representing nine pieces of clothing as a measurable unit.", "entity_id": "\u4e5d\u4ef6\u8863\u670d", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e5d\u4ef6\u8863\u670d", "label": "\u4e5d\u4ef6\u8863\u670d", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing nine pieces of clothing as a measurable unit."}, {"color": "#278b8b", "created_at": 1752674427, "description": "A concrete example of quantity, representing ten pairs of pants as a measurable unit.", "entity_id": "\u5341\u6761\u88e4\u5b50", "entity_type": "category", "file_path": "unknown_source", "id": "\u5341\u6761\u88e4\u5b50", "label": "\u5341\u6761\u88e4\u5b50", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "A concrete example of quantity, representing ten pairs of pants as a measurable unit."}, {"color": "#26bedb", "created_at": 1752674427, "description": "An example referenced in the text demonstrating animals\u0027 ability to distinguish quantity.", "entity_id": "\u9644\u5f55\u7684\u8bdd\u98982", "entity_type": "event", "file_path": "unknown_source", "id": "\u9644\u5f55\u7684\u8bdd\u98982", "label": "\u9644\u5f55\u7684\u8bdd\u98982", "shape": "dot", "size": 10, "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "An example referenced in the text demonstrating animals\u0027 ability to distinguish quantity."}, {"color": "#eec6ff", "created_at": 1752674438, "description": "These sections explore the inverse relationship between division and multiplication in the context of fractions.", "entity_id": "\u95ee\u989813\u548c\u9644\u5f55\u4e2d\u7684\u8bdd\u989821 (Problem 13 and Appendix Topic 21)", "entity_type": "event", "file_path": "unknown_source", "id": "\u95ee\u989813\u548c\u9644\u5f55\u4e2d\u7684\u8bdd\u989821 (Problem 13 and Appendix Topic 21)", "label": "\u95ee\u989813\u548c\u9644\u5f55\u4e2d\u7684\u8bdd\u989821 (Problem 13 and Appendix Topic 21)", "shape": "dot", "size": 10, "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "These sections explore the inverse relationship between division and multiplication in the context of fractions."}, {"color": "#5af40a", "created_at": 1752674438, "description": "Letters (variables) in equations participate in arithmetic operations and are central to algebraic problem-solving.", "entity_id": "\u5b57\u6bcd", "entity_type": "category", "file_path": "unknown_source", "id": "\u5b57\u6bcd", "label": "\u5b57\u6bcd", "shape": "dot", "size": 10, "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Letters (variables) in equations participate in arithmetic operations and are central to algebraic problem-solving."}, {"color": "#5ca808", "created_at": 1752674438, "description": "\u7532is a character used in the speed-distance-time story problems, representing one party in the mathematical scenarios.", "entity_id": "\u7532", "entity_type": "person", "file_path": "unknown_source", "id": "\u7532", "label": "\u7532", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "\u7532is a character used in the speed-distance-time story problems, representing one party in the mathematical scenarios."}, {"color": "#f913fd", "created_at": 1752674438, "description": "\u6ce8\u6c34\u95ee\u9898(water filling problems) are traditional engineering model scenarios involving filling and draining containers.", "entity_id": "\u6ce8\u6c34\u95ee\u9898", "entity_type": "category", "file_path": "unknown_source", "id": "\u6ce8\u6c34\u95ee\u9898", "label": "\u6ce8\u6c34\u95ee\u9898", "shape": "dot", "size": 10, "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "\u6ce8\u6c34\u95ee\u9898(water filling problems) are traditional engineering model scenarios involving filling and draining containers."}, {"color": "#6a7c99", "created_at": 1752674473, "description": "\u5c04\u7ebf\u662f\u65e0\u9650\u5ef6\u4f38\u7684\u7ebf\uff0c\u4f20\u7edf\u5b9a\u4e49\u4e2d\u89d2\u7684\u8fb9\u7531\u5c04\u7ebf\u7ec4\u6210\uff0c\u4f46\u8fd9\u4e0e\u73b0\u5b9e\u4e2d\u7684\u89d2(\u5982\u4e09\u89d2\u5f62\u4e2d\u7684\u89d2)\u4e0d\u7b26\u3002", "entity_id": "\u5c04\u7ebf", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c04\u7ebf", "label": "\u5c04\u7ebf", "shape": "dot", "size": 10, "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u5c04\u7ebf\u662f\u65e0\u9650\u5ef6\u4f38\u7684\u7ebf\uff0c\u4f20\u7edf\u5b9a\u4e49\u4e2d\u89d2\u7684\u8fb9\u7531\u5c04\u7ebf\u7ec4\u6210\uff0c\u4f46\u8fd9\u4e0e\u73b0\u5b9e\u4e2d\u7684\u89d2(\u5982\u4e09\u89d2\u5f62\u4e2d\u7684\u89d2)\u4e0d\u7b26\u3002"}, {"color": "#b99581", "created_at": 1752674473, "description": "\u53c2\u7167\u7269is a reference system used to describe and define geometric transformations such as translation, rotation, and axial symmetry.", "entity_id": "\u53c2\u7167\u7269", "entity_type": "category", "file_path": "unknown_source", "id": "\u53c2\u7167\u7269", "label": "\u53c2\u7167\u7269", "shape": "dot", "size": 10, "source_id": "chunk-430e3c18006bdd475de44abe95f47d89", "title": "\u53c2\u7167\u7269is a reference system used to describe and define geometric transformations such as translation, rotation, and axial symmetry."}, {"color": "#fa5144", "created_at": 1752674473, "description": "A mathematical framework used to represent real-world phenomena and analyze data, such as the error model used to explain how averages can estimate true values.", "entity_id": "\u7edf\u8ba1\u6a21\u578b", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u6a21\u578b", "label": "\u7edf\u8ba1\u6a21\u578b", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "A mathematical framework used to represent real-world phenomena and analyze data, such as the error model used to explain how averages can estimate true values."}, {"color": "#b5c0f9", "created_at": 1752674473, "description": "The number of times an event occurs within a given number of trials, often used as an estimate of probability in statistical experiments.", "entity_id": "\u9891\u7387", "entity_type": "category", "file_path": "unknown_source", "id": "\u9891\u7387", "label": "\u9891\u7387", "shape": "dot", "size": 10, "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The number of times an event occurs within a given number of trials, often used as an estimate of probability in statistical experiments."}, {"color": "#1f93f5", "created_at": 1752674473, "description": "Random experiment refers to a process or trial that leads to well-defined outcomes governed by chance, such as drawing balls from a bag.", "entity_id": "\u968f\u673a\u8bd5\u9a8c", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u8bd5\u9a8c", "label": "\u968f\u673a\u8bd5\u9a8c", "shape": "dot", "size": 10, "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Random experiment refers to a process or trial that leads to well-defined outcomes governed by chance, such as drawing balls from a bag."}, {"color": "#976ae6", "created_at": 1752674473, "description": "\u5e0c\u814a\u795e\u8bdd\u4eba\u7269,\u5728\u8377\u9a6c\u53f2\u8bd7\u4e2d\u523a\u778e\u72ec\u773c\u5de8\u4eba\u6ce2\u5415\u88f4\u6469\u65af\u3002", "entity_id": "\u4fc4\u5e95\u4fee\u65af", "entity_type": "person", "file_path": "unknown_source", "id": "\u4fc4\u5e95\u4fee\u65af", "label": "\u4fc4\u5e95\u4fee\u65af", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u5e0c\u814a\u795e\u8bdd\u4eba\u7269,\u5728\u8377\u9a6c\u53f2\u8bd7\u4e2d\u523a\u778e\u72ec\u773c\u5de8\u4eba\u6ce2\u5415\u88f4\u6469\u65af\u3002"}, {"color": "#d130b0", "created_at": 1752674473, "description": "\u4f0a\u6717\u662f\u52aa\u5b5c\u57ce\u6240\u5728\u5730,\u662f\u53e4\u4ee3\u6587\u660e\u7684\u91cd\u8981\u533a\u57df\u3002", "entity_id": "\u4f0a\u6717", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4f0a\u6717", "label": "\u4f0a\u6717", "shape": "dot", "size": 10, "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u4f0a\u6717\u662f\u52aa\u5b5c\u57ce\u6240\u5728\u5730,\u662f\u53e4\u4ee3\u6587\u660e\u7684\u91cd\u8981\u533a\u57df\u3002"}, {"color": "#e38904", "created_at": 1752674485, "description": "\u65b0\u6708\u662f\u6307\u6714\u65e5\u540e\u9ec4\u660f\u5728\u897f\u65b9\u5929\u9645\u9996\u6b21\u51fa\u73b0\u7684\u5f2f\u6708\u3002", "entity_id": "\u65b0\u6708", "entity_type": "event", "file_path": "unknown_source", "id": "\u65b0\u6708", "label": "\u65b0\u6708", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u65b0\u6708\u662f\u6307\u6714\u65e5\u540e\u9ec4\u660f\u5728\u897f\u65b9\u5929\u9645\u9996\u6b21\u51fa\u73b0\u7684\u5f2f\u6708\u3002"}, {"color": "#a67ba9", "created_at": 1752674485, "description": "\u5370\u5ea6\u4eba\u53d1\u660e\u4e86\u96f6\u7684\u6982\u5ff5,\u7528sunya\u8868\u793a,\u5e76\u5f71\u54cd\u4e86\u540e\u6765\u7684\u963f\u62c9\u4f2f\u6570\u5b57\u7cfb\u7edf\u3002", "entity_id": "\u5370\u5ea6\u4eba", "entity_type": "person", "file_path": "unknown_source", "id": "\u5370\u5ea6\u4eba", "label": "\u5370\u5ea6\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5370\u5ea6\u4eba\u53d1\u660e\u4e86\u96f6\u7684\u6982\u5ff5,\u7528sunya\u8868\u793a,\u5e76\u5f71\u54cd\u4e86\u540e\u6765\u7684\u963f\u62c9\u4f2f\u6570\u5b57\u7cfb\u7edf\u3002"}, {"color": "#a3e69c", "created_at": 1752674485, "description": "\u963f\u62c9\u4f2f\u4eba\u5728\u516c\u5143\u5341\u4e16\u7eaa\u5de6\u53f3\u5c06\u5305\u542b\u96f6\u7684\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u4f20\u5165\u6b27\u6d32\u3002", "entity_id": "\u963f\u62c9\u4f2f\u4eba", "entity_type": "person", "file_path": "unknown_source", "id": "\u963f\u62c9\u4f2f\u4eba", "label": "\u963f\u62c9\u4f2f\u4eba", "shape": "dot", "size": 10, "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u62c9\u4f2f\u4eba\u5728\u516c\u5143\u5341\u4e16\u7eaa\u5de6\u53f3\u5c06\u5305\u542b\u96f6\u7684\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u4f20\u5165\u6b27\u6d32\u3002"}, {"color": "#9e8f50", "created_at": 1752674485, "description": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u662f\u4e00\u90e8\u53e4\u4ee3\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u5386\u6cd5\u4e2d\u6dfb\u52a0\u95f0\u6708\u4ee5\u786e\u5b9a\u56db\u5b63\u7684\u65b9\u6cd5\u3002", "entity_id": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "label": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b", "shape": "dot", "size": 10, "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u300a\u5c1a\u4e66\u00b7\u5c27\u5178\u300b\u662f\u4e00\u90e8\u53e4\u4ee3\u6587\u732e\uff0c\u8bb0\u8f7d\u4e86\u5386\u6cd5\u4e2d\u6dfb\u52a0\u95f0\u6708\u4ee5\u786e\u5b9a\u56db\u5b63\u7684\u65b9\u6cd5\u3002"}, {"color": "#ade3ad", "created_at": 1752674485, "description": "\u516c\u74066 is an assumed foundational statement in the arithmetic axiomatic system used to define addition incrementally.", "entity_id": "\u516c\u74066", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u74066", "label": "\u516c\u74066", "shape": "dot", "size": 10, "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u516c\u74066 is an assumed foundational statement in the arithmetic axiomatic system used to define addition incrementally."}, {"color": "#f9225b", "created_at": 1752674526, "description": "\u6307\u5728\u6570\u5b66\u516c\u7406\u4f53\u7cfb\u4e2d\uff0c\u6240\u6709\u4e8b\u5b9e\u90fd\u6309\u7167\u903b\u8f91\u987a\u5e8f\u6392\u5217\uff0c\u5e76\u80fd\u4ece\u5c11\u6570\u516c\u7406\u63a8\u5bfc\u51fa\u5176\u4ed6\u7ed3\u8bba\u7684\u7ed3\u6784\u7279\u5f81\u3002", "entity_id": "\u903b\u8f91\u6b21\u5e8f", "entity_type": "category", "file_path": "unknown_source", "id": "\u903b\u8f91\u6b21\u5e8f", "label": "\u903b\u8f91\u6b21\u5e8f", "shape": "dot", "size": 10, "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6307\u5728\u6570\u5b66\u516c\u7406\u4f53\u7cfb\u4e2d\uff0c\u6240\u6709\u4e8b\u5b9e\u90fd\u6309\u7167\u903b\u8f91\u987a\u5e8f\u6392\u5217\uff0c\u5e76\u80fd\u4ece\u5c11\u6570\u516c\u7406\u63a8\u5bfc\u51fa\u5176\u4ed6\u7ed3\u8bba\u7684\u7ed3\u6784\u7279\u5f81\u3002"}, {"color": "#61e403", "created_at": 1752674526, "description": "\u300a\u5929\u5802\u300b\u662f\u5723\u5965\u53e4\u65af\u4e01\u6240\u8457\u7684\u4e00\u672c\u4e66\uff0c\u5176\u4e2d\u5f15\u7528\u4e86\u5b8c\u6ee1\u6570\u6765\u89e3\u91ca\u4e0a\u5e1d\u521b\u9020\u4e16\u754c\u7684\u65f6\u95f4\u5b89\u6392\u3002", "entity_id": "\u300a\u5929\u5802\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u5929\u5802\u300b", "label": "\u300a\u5929\u5802\u300b", "shape": "dot", "size": 10, "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u300a\u5929\u5802\u300b\u662f\u5723\u5965\u53e4\u65af\u4e01\u6240\u8457\u7684\u4e00\u672c\u4e66\uff0c\u5176\u4e2d\u5f15\u7528\u4e86\u5b8c\u6ee1\u6570\u6765\u89e3\u91ca\u4e0a\u5e1d\u521b\u9020\u4e16\u754c\u7684\u65f6\u95f4\u5b89\u6392\u3002"}, {"color": "#8be426", "created_at": 1752674526, "description": "International sporting event mentioned in example text", "entity_id": "World Athletics Championship", "entity_type": "event", "file_path": "unknown_source", "id": "World Athletics Championship", "label": "World Athletics Championship", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "International sporting event mentioned in example text"}, {"color": "#adf629", "created_at": 1752674526, "description": "Host city for the World Athletics Championship", "entity_id": "Tokyo", "entity_type": "geo", "file_path": "unknown_source", "id": "Tokyo", "label": "Tokyo", "shape": "dot", "size": 10, "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Host city for the World Athletics Championship"}, {"color": "#b348de", "created_at": 1752674526, "description": "\u6570\u91cf\u7279\u5f81\u662f\u6307\u6570\u5b66\u62bd\u8c61\u4e2d\u4fdd\u7559\u7684\u73b0\u5b9e\u4e16\u754c\u4e8b\u7269\u7684\u53ef\u91cf\u5316\u5c5e\u6027\uff0c\u5982\u957f\u5ea6\u3001\u91cd\u91cf\u3001\u6570\u91cf\u7b49\u3002", "entity_id": "\u6570\u91cf\u7279\u5f81", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u91cf\u7279\u5f81", "label": "\u6570\u91cf\u7279\u5f81", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u91cf\u7279\u5f81\u662f\u6307\u6570\u5b66\u62bd\u8c61\u4e2d\u4fdd\u7559\u7684\u73b0\u5b9e\u4e16\u754c\u4e8b\u7269\u7684\u53ef\u91cf\u5316\u5c5e\u6027\uff0c\u5982\u957f\u5ea6\u3001\u91cd\u91cf\u3001\u6570\u91cf\u7b49\u3002"}, {"color": "#b8ceed", "created_at": 1752674526, "description": "\u56fe\u5f62\u7279\u5f81\u662f\u6307\u6570\u5b66\u62bd\u8c61\u4e2d\u4fdd\u7559\u7684\u73b0\u5b9e\u4e16\u754c\u4e8b\u7269\u7684\u5f62\u72b6\u548c\u7ed3\u6784\u5c5e\u6027\uff0c\u5982\u5f62\u72b6\u3001\u5bf9\u79f0\u6027\u3001\u89d2\u5ea6\u7b49\u3002", "entity_id": "\u56fe\u5f62\u7279\u5f81", "entity_type": "category", "file_path": "unknown_source", "id": "\u56fe\u5f62\u7279\u5f81", "label": "\u56fe\u5f62\u7279\u5f81", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u56fe\u5f62\u7279\u5f81\u662f\u6307\u6570\u5b66\u62bd\u8c61\u4e2d\u4fdd\u7559\u7684\u73b0\u5b9e\u4e16\u754c\u4e8b\u7269\u7684\u5f62\u72b6\u548c\u7ed3\u6784\u5c5e\u6027\uff0c\u5982\u5f62\u72b6\u3001\u5bf9\u79f0\u6027\u3001\u89d2\u5ea6\u7b49\u3002"}, {"color": "#23bae2", "created_at": 1752674526, "description": "\u4e09\u5339\u9a6c\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u5177\u4f53\u7684\u6570\u91cf\u5b9e\u4f8b\uff0c\u7528\u4e8e\u8bf4\u660e\u62bd\u8c61\u7684\u6570\u5b573\u4e0e\u5177\u4f53\u4e8b\u7269\u4e4b\u95f4\u7684\u533a\u522b\u3002", "entity_id": "\u4e09\u5339\u9a6c", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u5339\u9a6c", "label": "\u4e09\u5339\u9a6c", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u4e09\u5339\u9a6c\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u5177\u4f53\u7684\u6570\u91cf\u5b9e\u4f8b\uff0c\u7528\u4e8e\u8bf4\u660e\u62bd\u8c61\u7684\u6570\u5b573\u4e0e\u5177\u4f53\u4e8b\u7269\u4e4b\u95f4\u7684\u533a\u522b\u3002"}, {"color": "#17a1b2", "created_at": 1752674526, "description": "\u4e09\u5934\u725b\u4e5f\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u5177\u4f53\u7684\u6570\u91cf\u5b9e\u4f8b\uff0c\u7528\u4e8e\u8bf4\u660e\u62bd\u8c61\u7684\u6570\u5b573\u4e0e\u5177\u4f53\u4e8b\u7269\u4e4b\u95f4\u7684\u533a\u522b\u3002", "entity_id": "\u4e09\u5934\u725b", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u5934\u725b", "label": "\u4e09\u5934\u725b", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u4e09\u5934\u725b\u4e5f\u662f\u4e00\u4e2a\u73b0\u5b9e\u4e16\u754c\u4e2d\u5177\u4f53\u7684\u6570\u91cf\u5b9e\u4f8b\uff0c\u7528\u4e8e\u8bf4\u660e\u62bd\u8c61\u7684\u6570\u5b573\u4e0e\u5177\u4f53\u4e8b\u7269\u4e4b\u95f4\u7684\u533a\u522b\u3002"}, {"color": "#cffd15", "created_at": 1752674526, "description": "\u773c\u4e2d\u4e4b\u7af9\u662f\u90d1\u677f\u6865\u63d0\u51fa\u7684\u6982\u5ff5\uff0c\u8868\u793a\u73b0\u5b9e\u4e16\u754c\u4e2d\u53ef\u4ee5\u76f4\u63a5\u89c2\u5bdf\u5230\u7684\u5177\u4f53\u4e8b\u7269\u3002", "entity_id": "\u773c\u4e2d\u4e4b\u7af9", "entity_type": "category", "file_path": "unknown_source", "id": "\u773c\u4e2d\u4e4b\u7af9", "label": "\u773c\u4e2d\u4e4b\u7af9", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u773c\u4e2d\u4e4b\u7af9\u662f\u90d1\u677f\u6865\u63d0\u51fa\u7684\u6982\u5ff5\uff0c\u8868\u793a\u73b0\u5b9e\u4e16\u754c\u4e2d\u53ef\u4ee5\u76f4\u63a5\u89c2\u5bdf\u5230\u7684\u5177\u4f53\u4e8b\u7269\u3002"}, {"color": "#9d4646", "created_at": 1752674526, "description": "\u52a0\u901f\u5ea6\u662f\u63cf\u8ff0\u901f\u5ea6\u53d8\u5316\u7387\u7684\u7269\u7406\u91cf\uff0c\u5728\u8def\u7a0b\u6a21\u578b\u4e2d\u5f53\u901f\u5ea6\u53d8\u5316\u65f6\u9700\u8981\u5f15\u5165\u52a0\u901f\u5ea6\u8fdb\u884c\u63cf\u8ff0\u3002", "entity_id": "\u52a0\u901f\u5ea6", "entity_type": "category", "file_path": "unknown_source", "id": "\u52a0\u901f\u5ea6", "label": "\u52a0\u901f\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u52a0\u901f\u5ea6\u662f\u63cf\u8ff0\u901f\u5ea6\u53d8\u5316\u7387\u7684\u7269\u7406\u91cf\uff0c\u5728\u8def\u7a0b\u6a21\u578b\u4e2d\u5f53\u901f\u5ea6\u53d8\u5316\u65f6\u9700\u8981\u5f15\u5165\u52a0\u901f\u5ea6\u8fdb\u884c\u63cf\u8ff0\u3002"}, {"color": "#8d91a3", "created_at": 1752674526, "description": "\u5929\u72fc\u661f\u662f\u591c\u7a7a\u4e2d\u6700\u4eae\u7684\u6052\u661f\u4e4b\u4e00\uff0c\u7528\u4e8e\u4e3e\u4f8b\u8bf4\u660e\u9065\u8fdc\u5b87\u5b99\u4e8b\u4ef6\u7684\u65f6\u95f4\u611f\u77e5\u95ee\u9898\u3002", "entity_id": "\u5929\u72fc\u661f", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5929\u72fc\u661f", "label": "\u5929\u72fc\u661f", "shape": "dot", "size": 10, "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5929\u72fc\u661f\u662f\u591c\u7a7a\u4e2d\u6700\u4eae\u7684\u6052\u661f\u4e4b\u4e00\uff0c\u7528\u4e8e\u4e3e\u4f8b\u8bf4\u660e\u9065\u8fdc\u5b87\u5b99\u4e8b\u4ef6\u7684\u65f6\u95f4\u611f\u77e5\u95ee\u9898\u3002"}, {"color": "#603760", "created_at": 1752674526, "description": "Earth is the planet where all the observations and experiments related to the speed of light have been conducted.", "entity_id": "Earth", "entity_type": "geo", "file_path": "unknown_source", "id": "Earth", "label": "Earth", "shape": "dot", "size": 10, "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Earth is the planet where all the observations and experiments related to the speed of light have been conducted."}, {"color": "#3811d7", "created_at": 1752674526, "description": "\u91d1\u5b57\u5854\u5efa\u9020\u662f\u53e4\u57c3\u53ca\u4eba\u8fd0\u7528\u51e0\u4f55\u5b66\u77e5\u8bc6\u5b8c\u6210\u7684\u4f1f\u5927\u5de5\u7a0b,\u4f53\u73b0\u4e86\u9ad8\u5ea6\u7cbe\u786e\u7684\u6d4b\u91cf\u6280\u672f\u3002", "entity_id": "\u91d1\u5b57\u5854\u5efa\u9020", "entity_type": "event", "file_path": "unknown_source", "id": "\u91d1\u5b57\u5854\u5efa\u9020", "label": "\u91d1\u5b57\u5854\u5efa\u9020", "shape": "dot", "size": 10, "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u91d1\u5b57\u5854\u5efa\u9020\u662f\u53e4\u57c3\u53ca\u4eba\u8fd0\u7528\u51e0\u4f55\u5b66\u77e5\u8bc6\u5b8c\u6210\u7684\u4f1f\u5927\u5de5\u7a0b,\u4f53\u73b0\u4e86\u9ad8\u5ea6\u7cbe\u786e\u7684\u6d4b\u91cf\u6280\u672f\u3002"}, {"color": "#ced03c", "created_at": 1752674526, "description": "\u975e\u6b27\u51e0\u4f55\u662f\u5bf9\u6b27\u51e0\u91cc\u5f97\u7b2c\u4e94\u516c\u8bbe\u7684\u5426\u5b9a\u6240\u53d1\u5c55\u51fa\u7684\u51e0\u4f55\u4f53\u7cfb\uff0c\u6311\u6218\u4e86\u4f20\u7edf\u51e0\u4f55\u7684\u76f4\u89c2\u6027\u3002", "entity_id": "\u975e\u6b27\u51e0\u4f55", "entity_type": "category", "file_path": "unknown_source", "id": "\u975e\u6b27\u51e0\u4f55", "label": "\u975e\u6b27\u51e0\u4f55", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u975e\u6b27\u51e0\u4f55\u662f\u5bf9\u6b27\u51e0\u91cc\u5f97\u7b2c\u4e94\u516c\u8bbe\u7684\u5426\u5b9a\u6240\u53d1\u5c55\u51fa\u7684\u51e0\u4f55\u4f53\u7cfb\uff0c\u6311\u6218\u4e86\u4f20\u7edf\u51e0\u4f55\u7684\u76f4\u89c2\u6027\u3002"}, {"color": "#2ded94", "created_at": 1752674526, "description": "\u5c3a\u8f68\u4f5c\u56fe\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u4e00\u79cd\u6784\u9020\u65b9\u6cd5\uff0c\u4ec5\u4f7f\u7528\u65e0\u523b\u5ea6\u76f4\u5c3a\u548c\u5706\u89c4\u8fdb\u884c\u56fe\u5f62\u6784\u9020\u3002", "entity_id": "\u5c3a\u8f68\u4f5c\u56fe", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c3a\u8f68\u4f5c\u56fe", "label": "\u5c3a\u8f68\u4f5c\u56fe", "shape": "dot", "size": 10, "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5c3a\u8f68\u4f5c\u56fe\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u4e00\u79cd\u6784\u9020\u65b9\u6cd5\uff0c\u4ec5\u4f7f\u7528\u65e0\u523b\u5ea6\u76f4\u5c3a\u548c\u5706\u89c4\u8fdb\u884c\u56fe\u5f62\u6784\u9020\u3002"}, {"color": "#b79a93", "created_at": 1752674526, "description": "\u7a7a\u95f4\u5143\u7d20\u5305\u62ec\u70b9\u3001\u76f4\u7ebf\u548c\u5e73\u9762\uff0c\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u4f53\u7cfb\u4e2d\u7684\u57fa\u672c\u6784\u6210\u5355\u4f4d\u3002", "entity_id": "\u7a7a\u95f4\u5143\u7d20", "entity_type": "category", "file_path": "unknown_source", "id": "\u7a7a\u95f4\u5143\u7d20", "label": "\u7a7a\u95f4\u5143\u7d20", "shape": "dot", "size": 10, "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7a7a\u95f4\u5143\u7d20\u5305\u62ec\u70b9\u3001\u76f4\u7ebf\u548c\u5e73\u9762\uff0c\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u4f53\u7cfb\u4e2d\u7684\u57fa\u672c\u6784\u6210\u5355\u4f4d\u3002"}, {"color": "#dee50c", "created_at": 1752674526, "description": "Asteroids or minor planets are smaller celestial bodies orbiting the Sun, with over 200 known in the solar system.", "entity_id": "\u5c0f\u884c\u661f", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5c0f\u884c\u661f", "label": "\u5c0f\u884c\u661f", "shape": "dot", "size": 10, "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Asteroids or minor planets are smaller celestial bodies orbiting the Sun, with over 200 known in the solar system."}, {"color": "#51c173", "created_at": 1752674526, "description": "\u9093\u54c0\u738b\u51b2\uff0c\u5b57\u4ed3\u8212\uff0c\u662f\u66f9\u64cd\u4e4b\u5b50\uff0c\u81ea\u5e7c\u806a\u6167\uff0c\u63d0\u51fa\u4e86\u5229\u7528\u8239\u53ea\u6d4b\u91cf\u5927\u8c61\u91cd\u91cf\u7684\u65b9\u6cd5\u3002", "entity_id": "\u9093\u54c0\u738b\u51b2", "entity_type": "person", "file_path": "unknown_source", "id": "\u9093\u54c0\u738b\u51b2", "label": "\u9093\u54c0\u738b\u51b2", "shape": "dot", "size": 10, "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u9093\u54c0\u738b\u51b2\uff0c\u5b57\u4ed3\u8212\uff0c\u662f\u66f9\u64cd\u4e4b\u5b50\uff0c\u81ea\u5e7c\u806a\u6167\uff0c\u63d0\u51fa\u4e86\u5229\u7528\u8239\u53ea\u6d4b\u91cf\u5927\u8c61\u91cd\u91cf\u7684\u65b9\u6cd5\u3002"}, {"color": "#3ac8a6", "created_at": 1752674526, "description": "\u4f17\u6570\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u6982\u5ff5that may have been conceptually used in early Chinese data analysis.", "entity_id": "\u4f17\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u4f17\u6570", "label": "\u4f17\u6570", "shape": "dot", "size": 10, "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u4f17\u6570\u662f\u7edf\u8ba1\u5b66\u4e2d\u7684\u4e00\u4e2a\u57fa\u672c\u6982\u5ff5that may have been conceptually used in early Chinese data analysis."}, {"color": "#398c64", "created_at": 1752674526, "description": "\u4f5b\u7f57\u4f26\u8428\u662f\u610f\u5927\u5229\u57ce\u5e02\uff0c1384\u5e74\u5728\u6b64\u8bde\u751f\u4e86\u7b2c\u4e00\u4efd\u5177\u6709\u73b0\u4ee3\u610f\u4e49\u7684\u4fdd\u9669\u5355\u3002", "entity_id": "\u4f5b\u7f57\u4f26\u8428", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4f5b\u7f57\u4f26\u8428", "label": "\u4f5b\u7f57\u4f26\u8428", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4f5b\u7f57\u4f26\u8428\u662f\u610f\u5927\u5229\u57ce\u5e02\uff0c1384\u5e74\u5728\u6b64\u8bde\u751f\u4e86\u7b2c\u4e00\u4efd\u5177\u6709\u73b0\u4ee3\u610f\u4e49\u7684\u4fdd\u9669\u5355\u3002"}, {"color": "#e01db8", "created_at": 1752674526, "description": "\u63cf\u8ff0\u6570\u636e\u5206\u6790\u662f\u6307\u5bf9\u6570\u636e\u8fdb\u884c\u5f52\u7eb3\u6574\u7406\u3001\u63ed\u793a\u6570\u636e\u7279\u5f81\u7684\u7edf\u8ba1\u65b9\u6cd5\uff0c\u4e0d\u8003\u8651\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u4f7f\u7528\u786e\u5b9a\u6027\u6570\u5b66\u65b9\u6cd5\u5206\u6790\u6570\u636e\u3002", "entity_id": "\u63cf\u8ff0\u6570\u636e\u5206\u6790", "entity_type": "category", "file_path": "unknown_source", "id": "\u63cf\u8ff0\u6570\u636e\u5206\u6790", "label": "\u63cf\u8ff0\u6570\u636e\u5206\u6790", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u63cf\u8ff0\u6570\u636e\u5206\u6790\u662f\u6307\u5bf9\u6570\u636e\u8fdb\u884c\u5f52\u7eb3\u6574\u7406\u3001\u63ed\u793a\u6570\u636e\u7279\u5f81\u7684\u7edf\u8ba1\u65b9\u6cd5\uff0c\u4e0d\u8003\u8651\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u4f7f\u7528\u786e\u5b9a\u6027\u6570\u5b66\u65b9\u6cd5\u5206\u6790\u6570\u636e\u3002"}, {"color": "#bbf2bc", "created_at": 1752674526, "description": "\u4eba\u5bff\u4fdd\u9669\u662f\u4e00\u79cd\u5546\u4e1a\u6d3b\u52a8\uff0c\u8981\u6c42\u5bf9\u968f\u673a\u4e8b\u4ef6(\u5982\u6b7b\u4ea1\u7387)\u53d1\u751f\u7684\u53ef\u80fd\u6027\u8fdb\u884c\u79d1\u5b66\u63a8\u65ad\uff0c\u63a8\u52a8\u4e86\u6982\u7387\u8bba\u548c\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u3002", "entity_id": "\u4eba\u5bff\u4fdd\u9669", "entity_type": "category", "file_path": "unknown_source", "id": "\u4eba\u5bff\u4fdd\u9669", "label": "\u4eba\u5bff\u4fdd\u9669", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4eba\u5bff\u4fdd\u9669\u662f\u4e00\u79cd\u5546\u4e1a\u6d3b\u52a8\uff0c\u8981\u6c42\u5bf9\u968f\u673a\u4e8b\u4ef6(\u5982\u6b7b\u4ea1\u7387)\u53d1\u751f\u7684\u53ef\u80fd\u6027\u8fdb\u884c\u79d1\u5b66\u63a8\u65ad\uff0c\u63a8\u52a8\u4e86\u6982\u7387\u8bba\u548c\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u3002"}, {"color": "#cf02ca", "created_at": 1752674526, "description": "\u9ad8\u5c14\u767b\u7814\u7a76\u662f\u6307\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b\u57281885\u5e74\u901a\u8fc7938\u4e2a\u6210\u5e74\u5b50\u5973\u8eab\u9ad8\u6570\u636e\u5206\u6790\u5b50\u5973\u4e0e\u7236\u6bcd\u8eab\u9ad8\u5173\u7cfb\u7684\u7814\u7a76\uff0c\u63ed\u793a\u4e86\u56de\u5f52\u73b0\u8c61\u3002", "entity_id": "\u9ad8\u5c14\u767b\u7814\u7a76", "entity_type": "event", "file_path": "unknown_source", "id": "\u9ad8\u5c14\u767b\u7814\u7a76", "label": "\u9ad8\u5c14\u767b\u7814\u7a76", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9ad8\u5c14\u767b\u7814\u7a76\u662f\u6307\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b\u57281885\u5e74\u901a\u8fc7938\u4e2a\u6210\u5e74\u5b50\u5973\u8eab\u9ad8\u6570\u636e\u5206\u6790\u5b50\u5973\u4e0e\u7236\u6bcd\u8eab\u9ad8\u5173\u7cfb\u7684\u7814\u7a76\uff0c\u63ed\u793a\u4e86\u56de\u5f52\u73b0\u8c61\u3002"}, {"color": "#38cdbe", "created_at": 1752674526, "description": "\u8be5\u4e66\u662f\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u63d0\u51fa\u5982\u4f55\u5bf9\u6b7b\u4ea1\u7387\u8fdb\u884c\u4f30\u8ba1\u7684\u95ee\u9898\uff0c\u63a8\u52a8\u4e86\u4eba\u53e3\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u3002", "entity_id": "\u300a\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0b\u964d\u4f30\u8ba1\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0b\u964d\u4f30\u8ba1\u300b", "label": "\u300a\u4eba\u53e3\u6b7b\u4ea1\u7387\u4e0b\u964d\u4f30\u8ba1\u300b", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8be5\u4e66\u662f\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7\u51fa\u7248\u7684\u8457\u4f5c\uff0c\u63d0\u51fa\u5982\u4f55\u5bf9\u6b7b\u4ea1\u7387\u8fdb\u884c\u4f30\u8ba1\u7684\u95ee\u9898\uff0c\u63a8\u52a8\u4e86\u4eba\u53e3\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u3002"}, {"color": "#425536", "created_at": 1752674526, "description": "\u822a\u8fd0\u4e8b\u6545\u662f\u5178\u578b\u7684\u968f\u673a\u4e8b\u4ef6\uff0c\u5176\u53d1\u751f\u53ef\u80fd\u6027\u5f71\u54cd\u4fdd\u9669\u91d1\u989d\u7684\u786e\u5b9a\uff0c\u63a8\u52a8\u4e86\u6982\u7387\u7edf\u8ba1\u7684\u5e94\u7528\u3002", "entity_id": "\u822a\u8fd0\u4e8b\u6545", "entity_type": "event", "file_path": "unknown_source", "id": "\u822a\u8fd0\u4e8b\u6545", "label": "\u822a\u8fd0\u4e8b\u6545", "shape": "dot", "size": 10, "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u822a\u8fd0\u4e8b\u6545\u662f\u5178\u578b\u7684\u968f\u673a\u4e8b\u4ef6\uff0c\u5176\u53d1\u751f\u53ef\u80fd\u6027\u5f71\u54cd\u4fdd\u9669\u91d1\u989d\u7684\u786e\u5b9a\uff0c\u63a8\u52a8\u4e86\u6982\u7387\u7edf\u8ba1\u7684\u5e94\u7528\u3002"}, {"color": "#fae631", "created_at": 1752674526, "description": "Not mentioned in this text.", "entity_id": "World Athletics Federation", "entity_type": "organization", "file_path": "unknown_source", "id": "World Athletics Federation", "label": "World Athletics Federation", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Not mentioned in this text."}, {"color": "#d2e62b", "created_at": 1752674526, "description": "Statistical inference involves drawing conclusions about populations or scientific truths from data samples, often relying on probability theory.", "entity_id": "Statistical Inference", "entity_type": "category", "file_path": "unknown_source", "id": "Statistical Inference", "label": "Statistical Inference", "shape": "dot", "size": 10, "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Statistical inference involves drawing conclusions about populations or scientific truths from data samples, often relying on probability theory."}, {"color": "#aa75aa", "created_at": 1752674544, "description": "Extension of number concepts to 100, building on prior knowledge of smaller numbers and introducing place value.", "entity_id": "100\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "entity_type": "category", "file_path": "unknown_source", "id": "100\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "label": "100\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Extension of number concepts to 100, building on prior knowledge of smaller numbers and introducing place value."}, {"color": "#4509da", "created_at": 1752674550, "description": "Scene depicting a sky with celestial objects, used as a counting visual aid.", "entity_id": "\u84dd\u5929", "entity_type": "geo", "file_path": "unknown_source", "id": "\u84dd\u5929", "label": "\u84dd\u5929", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Scene depicting a sky with celestial objects, used as a counting visual aid."}, {"color": "#254ccb", "created_at": 1752674550, "description": "One sun in the sky, used as a counting example in the \u00271-5 numbers\u0027 lesson.", "entity_id": "\u7ea2\u65e5", "entity_type": "category", "file_path": "unknown_source", "id": "\u7ea2\u65e5", "label": "\u7ea2\u65e5", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "One sun in the sky, used as a counting example in the \u00271-5 numbers\u0027 lesson."}, {"color": "#7852bb", "created_at": 1752674550, "description": "Four clouds in the sky, used as counting examples in the \u00271-5 numbers\u0027 lesson.", "entity_id": "\u767d\u4e91", "entity_type": "category", "file_path": "unknown_source", "id": "\u767d\u4e91", "label": "\u767d\u4e91", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Four clouds in the sky, used as counting examples in the \u00271-5 numbers\u0027 lesson."}, {"color": "#f75b8b", "created_at": 1752674550, "description": "One elephant in the wildlife park, used as a counting example.", "entity_id": "\u5927\u8c61", "entity_type": "category", "file_path": "unknown_source", "id": "\u5927\u8c61", "label": "\u5927\u8c61", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "One elephant in the wildlife park, used as a counting example."}, {"color": "#bbdcd7", "created_at": 1752674550, "description": "Two rhinos in the wildlife park, used as counting examples.", "entity_id": "\u7280\u725b", "entity_type": "category", "file_path": "unknown_source", "id": "\u7280\u725b", "label": "\u7280\u725b", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Two rhinos in the wildlife park, used as counting examples."}, {"color": "#f41860", "created_at": 1752674550, "description": "Three antelopes in the wildlife park, used as counting examples.", "entity_id": "\u7f9a\u7f8a", "entity_type": "category", "file_path": "unknown_source", "id": "\u7f9a\u7f8a", "label": "\u7f9a\u7f8a", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Three antelopes in the wildlife park, used as counting examples."}, {"color": "#1c1026", "created_at": 1752674550, "description": "Three giraffes in the wildlife park, used as counting examples.", "entity_id": "\u957f\u9888\u9e7f", "entity_type": "category", "file_path": "unknown_source", "id": "\u957f\u9888\u9e7f", "label": "\u957f\u9888\u9e7f", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Three giraffes in the wildlife park, used as counting examples."}, {"color": "#517c1b", "created_at": 1752674550, "description": "Four birds in the wildlife park, used as counting examples.", "entity_id": "\u5c0f\u9e1f", "entity_type": "category", "file_path": "unknown_source", "id": "\u5c0f\u9e1f", "label": "\u5c0f\u9e1f", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Four birds in the wildlife park, used as counting examples."}, {"color": "#965c17", "created_at": 1752674550, "description": "Five flowers in the wildlife park, used as counting examples.", "entity_id": "\u9c9c\u82b1", "entity_type": "category", "file_path": "unknown_source", "id": "\u9c9c\u82b1", "label": "\u9c9c\u82b1", "shape": "dot", "size": 10, "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Five flowers in the wildlife park, used as counting examples."}, {"color": "#24dc9f", "created_at": 1752674550, "description": "The least common multiple, the smallest positive integer divisible by each number.", "entity_id": "\u6700\u5c0f\u516c\u500d\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5c0f\u516c\u500d\u6570", "label": "\u6700\u5c0f\u516c\u500d\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "The least common multiple, the smallest positive integer divisible by each number."}, {"color": "#b94b0c", "created_at": 1752674550, "description": "Common divisors shared by two or more numbers in mathematics.", "entity_id": "\u516c\u56e0\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u56e0\u6570", "label": "\u516c\u56e0\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Common divisors shared by two or more numbers in mathematics."}, {"color": "#b64876", "created_at": 1752674550, "description": "The greatest common divisor, the largest positive integer dividing each number.", "entity_id": "\u6700\u5927\u516c\u56e0\u6570", "entity_type": "category", "file_path": "unknown_source", "id": "\u6700\u5927\u516c\u56e0\u6570", "label": "\u6700\u5927\u516c\u56e0\u6570", "shape": "dot", "size": 10, "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "The greatest common divisor, the largest positive integer dividing each number."}, {"color": "#771abc", "created_at": 1752674566, "description": "The classroom is the setting where the lesson on reciprocals and fraction division is being taught.", "entity_id": "Classroom", "entity_type": "geo", "file_path": "unknown_source", "id": "Classroom", "label": "Classroom", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The classroom is the setting where the lesson on reciprocals and fraction division is being taught."}, {"color": "#17acd8", "created_at": 1752674566, "description": "The specific mathematical operation of dividing by fractions, which is the main focus of the lesson.", "entity_id": "Division by Fractions", "entity_type": "category", "file_path": "unknown_source", "id": "Division by Fractions", "label": "Division by Fractions", "shape": "dot", "size": 10, "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The specific mathematical operation of dividing by fractions, which is the main focus of the lesson."}, {"color": "#74090c", "created_at": 1752674566, "description": "An educational institution where the teaching design for model thinking in mathematics is developed.", "entity_id": "Northeast Normal University Affiliated Elementary School", "entity_type": "organization", "file_path": "unknown_source", "id": "Northeast Normal University Affiliated Elementary School", "label": "Northeast Normal University Affiliated Elementary School", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "An educational institution where the teaching design for model thinking in mathematics is developed."}, {"color": "#67c950", "created_at": 1752674566, "description": "An alternative equation derived from the balance scale demonstration.", "entity_id": "2x + 10 = 50", "entity_type": "category", "file_path": "unknown_source", "id": "2x + 10 = 50", "label": "2x + 10 = 50", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "An alternative equation derived from the balance scale demonstration."}, {"color": "#ae1576", "created_at": 1752674566, "description": "The age of the father in the story problem used to teach equation setup.", "entity_id": "40\u5c81", "entity_type": "category", "file_path": "unknown_source", "id": "40\u5c81", "label": "40\u5c81", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The age of the father in the story problem used to teach equation setup."}, {"color": "#da589b", "created_at": 1752674566, "description": "A pricing model equation mentioned in the curriculum standards.", "entity_id": "\u603b\u4ef7=\u5355\u4ef7\u00d7\u6570\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u603b\u4ef7=\u5355\u4ef7\u00d7\u6570\u91cf", "label": "\u603b\u4ef7=\u5355\u4ef7\u00d7\u6570\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "A pricing model equation mentioned in the curriculum standards."}, {"color": "#f0408b", "created_at": 1752674566, "description": "\u901f\u5ea6\u6982\u5ff5\u6559\u5b66is the classroom activity teaching students about speed, distance, and time relationships.", "entity_id": "\u901f\u5ea6\u6982\u5ff5\u6559\u5b66", "entity_type": "event", "file_path": "unknown_source", "id": "\u901f\u5ea6\u6982\u5ff5\u6559\u5b66", "label": "\u901f\u5ea6\u6982\u5ff5\u6559\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u901f\u5ea6\u6982\u5ff5\u6559\u5b66is the classroom activity teaching students about speed, distance, and time relationships."}, {"color": "#2c919f", "created_at": 1752674566, "description": "\u5206\u7c73is a metric unit of length, smaller than a meter and larger than a centimeter, taught in elementary education as part of unit conversion.", "entity_id": "\u5206\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u5206\u7c73", "label": "\u5206\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5206\u7c73is a metric unit of length, smaller than a meter and larger than a centimeter, taught in elementary education as part of unit conversion."}, {"color": "#91de69", "created_at": 1752674566, "description": "\u6beb\u7c73is a very small unit of length measurement, introduced in elementary education to teach precision and unit conversion.", "entity_id": "\u6beb\u7c73", "entity_type": "category", "file_path": "unknown_source", "id": "\u6beb\u7c73", "label": "\u6beb\u7c73", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6beb\u7c73is a very small unit of length measurement, introduced in elementary education to teach precision and unit conversion."}, {"color": "#88e9ca", "created_at": 1752674566, "description": "\u516c\u9877is a unit of area measurement introduced in the second stage of elementary education, used for measuring larger land areas.", "entity_id": "\u516c\u9877", "entity_type": "category", "file_path": "unknown_source", "id": "\u516c\u9877", "label": "\u516c\u9877", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u516c\u9877is a unit of area measurement introduced in the second stage of elementary education, used for measuring larger land areas."}, {"color": "#b2b614", "created_at": 1752674566, "description": "\u5343\u7c73^2^ is a unit of area measurement equivalent to a square kilometer, introduced in elementary education for measuring large regions.", "entity_id": "\u5343\u7c73^2^", "entity_type": "category", "file_path": "unknown_source", "id": "\u5343\u7c73^2^", "label": "\u5343\u7c73^2^", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5343\u7c73^2^ is a unit of area measurement equivalent to a square kilometer, introduced in elementary education for measuring large regions."}, {"color": "#26eed3", "created_at": 1752674566, "description": "\u7cbe\u5ea6refers to the level of exactness or detail in a measurement, emphasized in classroom activities to teach students the importance of accuracy in length measurement.", "entity_id": "\u7cbe\u5ea6", "entity_type": "category", "file_path": "unknown_source", "id": "\u7cbe\u5ea6", "label": "\u7cbe\u5ea6", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u7cbe\u5ea6refers to the level of exactness or detail in a measurement, emphasized in classroom activities to teach students the importance of accuracy in length measurement."}, {"color": "#043f7e", "created_at": 1752674566, "description": "\u7edf\u4e00refers to the need for standardized units of measurement to ensure consistency and comparability of results across different measurements.", "entity_id": "\u7edf\u4e00", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u4e00", "label": "\u7edf\u4e00", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u7edf\u4e00refers to the need for standardized units of measurement to ensure consistency and comparability of results across different measurements."}, {"color": "#7cf161", "created_at": 1752674566, "description": "\u5355\u4f4d\u6362\u7b97refers to the process of converting between different units of measurement, such as from centimeters to meters, which is a key skill taught in elementary mathematics.", "entity_id": "\u5355\u4f4d\u6362\u7b97", "entity_type": "category", "file_path": "unknown_source", "id": "\u5355\u4f4d\u6362\u7b97", "label": "\u5355\u4f4d\u6362\u7b97", "shape": "dot", "size": 10, "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5355\u4f4d\u6362\u7b97refers to the process of converting between different units of measurement, such as from centimeters to meters, which is a key skill taught in elementary mathematics."}, {"color": "#0706c3", "created_at": 1752674566, "description": "A reference topic discussing stories about nanometers and light-years in educational context.", "entity_id": "\u8bdd\u989827", "entity_type": "event", "file_path": "unknown_source", "id": "\u8bdd\u989827", "label": "\u8bdd\u989827", "shape": "dot", "size": 10, "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "A reference topic discussing stories about nanometers and light-years in educational context."}, {"color": "#8f740f", "created_at": 1752674566, "description": "UK is a country that won 29 gold, 17 silver, and 19 bronze medals (65 total) in the 30th London Olympics.", "entity_id": "\u82f1\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u82f1\u56fd", "label": "\u82f1\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "UK is a country that won 29 gold, 17 silver, and 19 bronze medals (65 total) in the 30th London Olympics."}, {"color": "#76ad5c", "created_at": 1752674566, "description": "Russia is a country that won 24 gold, 26 silver, and 32 bronze medals (82 total) in the 30th London Olympics.", "entity_id": "\u4fc4\u7f57\u65af", "entity_type": "geo", "file_path": "unknown_source", "id": "\u4fc4\u7f57\u65af", "label": "\u4fc4\u7f57\u65af", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "Russia is a country that won 24 gold, 26 silver, and 32 bronze medals (82 total) in the 30th London Olympics."}, {"color": "#1dd206", "created_at": 1752674566, "description": "Medal statistics table showing gold, silver, bronze and total counts for top Olympic countries.", "entity_id": "\u5956\u724c\u7edf\u8ba1\u8868", "entity_type": "category", "file_path": "unknown_source", "id": "\u5956\u724c\u7edf\u8ba1\u8868", "label": "\u5956\u724c\u7edf\u8ba1\u8868", "shape": "dot", "size": 10, "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "Medal statistics table showing gold, silver, bronze and total counts for top Olympic countries."}, {"color": "#2cc9cf", "created_at": 1752674566, "description": "\u7edf\u8ba1\u5b66\u610f\u4e49\u662f\u6307\u6570\u636e\u6216\u7ed3\u679c\u5728\u7edf\u8ba1\u5206\u6790\u4e2d\u5177\u6709\u663e\u8457\u6027\u548c\u4ee3\u8868\u6027\u3002", "entity_id": "\u7edf\u8ba1\u5b66\u610f\u4e49", "entity_type": "category", "file_path": "unknown_source", "id": "\u7edf\u8ba1\u5b66\u610f\u4e49", "label": "\u7edf\u8ba1\u5b66\u610f\u4e49", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u7edf\u8ba1\u5b66\u610f\u4e49\u662f\u6307\u6570\u636e\u6216\u7ed3\u679c\u5728\u7edf\u8ba1\u5206\u6790\u4e2d\u5177\u6709\u663e\u8457\u6027\u548c\u4ee3\u8868\u6027\u3002"}, {"color": "#910d2f", "created_at": 1752674566, "description": "\u6982\u7387\u4f30\u8ba1\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u5bf9\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\u8fdb\u884c\u4f30\u7b97\u7684\u8fc7\u7a0b\u3002", "entity_id": "\u6982\u7387\u4f30\u8ba1", "entity_type": "category", "file_path": "unknown_source", "id": "\u6982\u7387\u4f30\u8ba1", "label": "\u6982\u7387\u4f30\u8ba1", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6982\u7387\u4f30\u8ba1\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u5bf9\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\u8fdb\u884c\u4f30\u7b97\u7684\u8fc7\u7a0b\u3002"}, {"color": "#421930", "created_at": 1752674566, "description": "\u6570\u636e\u96c6\u662f\u6307\u7528\u4e8e\u8ba1\u7b97\u547d\u4e2d\u7387\u548c\u6837\u672c\u5747\u503c\u7684\u4e00\u7ec4\u89c2\u6d4b\u6216\u5b9e\u9a8c\u6570\u636e\u3002", "entity_id": "\u6570\u636e\u96c6", "entity_type": "category", "file_path": "unknown_source", "id": "\u6570\u636e\u96c6", "label": "\u6570\u636e\u96c6", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6570\u636e\u96c6\u662f\u6307\u7528\u4e8e\u8ba1\u7b97\u547d\u4e2d\u7387\u548c\u6837\u672c\u5747\u503c\u7684\u4e00\u7ec4\u89c2\u6d4b\u6216\u5b9e\u9a8c\u6570\u636e\u3002"}, {"color": "#bfc73d", "created_at": 1752674566, "description": "\u968f\u673a\u53d8\u91cf\u662f\u7edf\u8ba1\u5b66\u4e2d\u8868\u793a\u968f\u673a\u73b0\u8c61\u7ed3\u679c\u7684\u53d8\u91cf\uff0c\u5176\u671f\u671b\u503c\u53ef\u901a\u8fc7\u6837\u672c\u5747\u503c\u4f30\u8ba1\u3002", "entity_id": "\u968f\u673a\u53d8\u91cf", "entity_type": "category", "file_path": "unknown_source", "id": "\u968f\u673a\u53d8\u91cf", "label": "\u968f\u673a\u53d8\u91cf", "shape": "dot", "size": 10, "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u968f\u673a\u53d8\u91cf\u662f\u7edf\u8ba1\u5b66\u4e2d\u8868\u793a\u968f\u673a\u73b0\u8c61\u7ed3\u679c\u7684\u53d8\u91cf\uff0c\u5176\u671f\u671b\u503c\u53ef\u901a\u8fc7\u6837\u672c\u5747\u503c\u4f30\u8ba1\u3002"}, {"color": "#7f60a3", "created_at": 1752674566, "description": "\u6cd5\u56fd\u54f2\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6\uff0c\u63d0\u51fa\u7528\u62c9\u4e01\u5b57\u6bcd\u8868\u793a\u53d8\u91cf\u7684\u65b9\u6cd5\uff0c\u5bf9\u6570\u5b66\u7b26\u53f7\u4f53\u7cfb\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "entity_id": "\u7b1b\u5361\u513f", "entity_type": "person", "file_path": "unknown_source", "id": "\u7b1b\u5361\u513f", "label": "\u7b1b\u5361\u513f", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6cd5\u56fd\u54f2\u5b66\u5bb6\u3001\u6570\u5b66\u5bb6\uff0c\u63d0\u51fa\u7528\u62c9\u4e01\u5b57\u6bcd\u8868\u793a\u53d8\u91cf\u7684\u65b9\u6cd5\uff0c\u5bf9\u6570\u5b66\u7b26\u53f7\u4f53\u7cfb\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002"}, {"color": "#89c2a6", "created_at": 1752674566, "description": "\u4e2d\u56fd\u6559\u80b2\u7814\u7a76\u9886\u57df\u7684\u5b66\u672f\u671f\u520a\uff0c\u53d1\u8868\u8fc7\u5173\u4e8e\u6570\u5b66\u6559\u80b2\u548c\u601d\u7ef4\u65b9\u6cd5\u7684\u7814\u7a76\u8bba\u6587\u3002", "entity_id": "\u300a\u6559\u80b2\u7814\u7a76\u300b", "entity_type": "organization", "file_path": "unknown_source", "id": "\u300a\u6559\u80b2\u7814\u7a76\u300b", "label": "\u300a\u6559\u80b2\u7814\u7a76\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4e2d\u56fd\u6559\u80b2\u7814\u7a76\u9886\u57df\u7684\u5b66\u672f\u671f\u520a\uff0c\u53d1\u8868\u8fc7\u5173\u4e8e\u6570\u5b66\u6559\u80b2\u548c\u601d\u7ef4\u65b9\u6cd5\u7684\u7814\u7a76\u8bba\u6587\u3002"}, {"color": "#f7dd67", "created_at": 1752674566, "description": "\u6743\u5a01\u82f1\u8bed\u8bcd\u5178\u51fa\u7248\u673a\u6784\uff0c\u63d0\u4f9b\u201calgebra\u201d\u7b49\u672f\u8bed\u7684\u5386\u53f2\u8bcd\u6e90\u4fe1\u606f\u3002", "entity_id": "\u300a\u725b\u6d25\u82f1\u8bed\u5927\u8f9e\u5178\u300b", "entity_type": "organization", "file_path": "unknown_source", "id": "\u300a\u725b\u6d25\u82f1\u8bed\u5927\u8f9e\u5178\u300b", "label": "\u300a\u725b\u6d25\u82f1\u8bed\u5927\u8f9e\u5178\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6743\u5a01\u82f1\u8bed\u8bcd\u5178\u51fa\u7248\u673a\u6784\uff0c\u63d0\u4f9b\u201calgebra\u201d\u7b49\u672f\u8bed\u7684\u5386\u53f2\u8bcd\u6e90\u4fe1\u606f\u3002"}, {"color": "#84064d", "created_at": 1752674566, "description": "\u6559\u80b2\u5b9e\u65bd\u7b56\u7565\uff0c\u5f3a\u8c03\u4ece\u5408\u7406\u8d77\u70b9\u5f15\u5bfc\u5b66\u751f\u601d\u8003\uff0c\u6ce8\u91cd\u76f4\u89c2\u63cf\u8ff0\u4e0e\u5b9a\u4e49\u7684\u533a\u5206\u3002", "entity_id": "\u6559\u5b66\u65b9\u6cd5", "entity_type": "category", "file_path": "unknown_source", "id": "\u6559\u5b66\u65b9\u6cd5", "label": "\u6559\u5b66\u65b9\u6cd5", "shape": "dot", "size": 10, "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6559\u80b2\u5b9e\u65bd\u7b56\u7565\uff0c\u5f3a\u8c03\u4ece\u5408\u7406\u8d77\u70b9\u5f15\u5bfc\u5b66\u751f\u601d\u8003\uff0c\u6ce8\u91cd\u76f4\u89c2\u63cf\u8ff0\u4e0e\u5b9a\u4e49\u7684\u533a\u5206\u3002"}, {"color": "#8bf183", "created_at": 1752674566, "description": "\u5229\u9a6c\u7aa6\u7684\u56fd\u7c4d,\u662f\u4e2d\u897f\u6570\u5b66\u4ea4\u6d41\u53f2\u4e0a\u7684\u91cd\u8981\u56fd\u5bb6\u3002", "entity_id": "\u610f\u5927\u5229", "entity_type": "geo", "file_path": "unknown_source", "id": "\u610f\u5927\u5229", "label": "\u610f\u5927\u5229", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5229\u9a6c\u7aa6\u7684\u56fd\u7c4d,\u662f\u4e2d\u897f\u6570\u5b66\u4ea4\u6d41\u53f2\u4e0a\u7684\u91cd\u8981\u56fd\u5bb6\u3002"}, {"color": "#524e29", "created_at": 1752674566, "description": "A collection of Einstein\u0027s writings, indicating the broad intellectual context in which mathematics and physics intersect.", "entity_id": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e09\u5377\u300b", "entity_type": "event", "file_path": "unknown_source", "id": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e09\u5377\u300b", "label": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u4e09\u5377\u300b", "shape": "dot", "size": 10, "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "A collection of Einstein\u0027s writings, indicating the broad intellectual context in which mathematics and physics intersect."}, {"color": "#734938", "created_at": 1752674566, "description": "\u5e9e\u52a0\u83b1\u731c\u60f3\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u5df2\u5f97\u5230\u8bc1\u660e\u3002", "entity_id": "\u5e9e\u52a0\u83b1\u731c\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u5e9e\u52a0\u83b1\u731c\u60f3", "label": "\u5e9e\u52a0\u83b1\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u5e9e\u52a0\u83b1\u731c\u60f3\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u5df2\u5f97\u5230\u8bc1\u660e\u3002"}, {"color": "#157f4e", "created_at": 1752674566, "description": "\u9ece\u66fc\u731c\u60f3\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u81f3\u4eca\u672a\u88ab\u8bc1\u660e\u3002", "entity_id": "\u9ece\u66fc\u731c\u60f3", "entity_type": "category", "file_path": "unknown_source", "id": "\u9ece\u66fc\u731c\u60f3", "label": "\u9ece\u66fc\u731c\u60f3", "shape": "dot", "size": 10, "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u9ece\u66fc\u731c\u60f3\u662f\u8fd1\u4ee3\u6570\u5b66\u4e94\u5927\u91cd\u8981\u731c\u60f3\u4e4b\u4e00,\u81f3\u4eca\u672a\u88ab\u8bc1\u660e\u3002"}, {"color": "#08fdf2", "created_at": 1752674566, "description": "\u4f3d\u5229\u7565\u662f\u610f\u5927\u5229\u79d1\u5b66\u5bb6\uff0c\u6700\u65e9\u53d1\u73b0\u6728\u661f\u536b\u661f\uff0c\u5e76\u5bf9\u7269\u7406\u5b66\u6709\u91cd\u8981\u8d21\u732e\u3002", "entity_id": "\u4f3d\u5229\u7565", "entity_type": "person", "file_path": "unknown_source", "id": "\u4f3d\u5229\u7565", "label": "\u4f3d\u5229\u7565", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4f3d\u5229\u7565\u662f\u610f\u5927\u5229\u79d1\u5b66\u5bb6\uff0c\u6700\u65e9\u53d1\u73b0\u6728\u661f\u536b\u661f\uff0c\u5e76\u5bf9\u7269\u7406\u5b66\u6709\u91cd\u8981\u8d21\u732e\u3002"}, {"color": "#f461ab", "created_at": 1752674566, "description": "\u65b0\u90d1\u662f\u6cb3\u5357\u7701\u7684\u4e00\u4e2a\u57ce\u5e02\uff0c\u97e9\u975e\u7684\u6545\u4e61\u3002", "entity_id": "\u65b0\u90d1", "entity_type": "geo", "file_path": "unknown_source", "id": "\u65b0\u90d1", "label": "\u65b0\u90d1", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u65b0\u90d1\u662f\u6cb3\u5357\u7701\u7684\u4e00\u4e2a\u57ce\u5e02\uff0c\u97e9\u975e\u7684\u6545\u4e61\u3002"}, {"color": "#77c712", "created_at": 1752674566, "description": "\u6218\u56fd\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u65f6\u671f\uff0c\u97e9\u975e\u751f\u6d3b\u4e8e\u8be5\u65f6\u671f\u3002", "entity_id": "\u6218\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u6218\u56fd", "label": "\u6218\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6218\u56fd\u662f\u4e2d\u56fd\u5386\u53f2\u4e0a\u7684\u4e00\u4e2a\u65f6\u671f\uff0c\u97e9\u975e\u751f\u6d3b\u4e8e\u8be5\u65f6\u671f\u3002"}, {"color": "#731de2", "created_at": 1752674566, "description": "\u725b\u987f\u529b\u5b66\u662f\u7ecf\u5178\u7269\u7406\u5b66\u7684\u57fa\u7840\u7406\u8bba\u4e4b\u4e00\uff0c\u5305\u542b\u4e09\u5927\u8fd0\u52a8\u5b9a\u5f8b\uff0c\u63cf\u8ff0\u4e86\u7269\u4f53\u5728\u529b\u4f5c\u7528\u4e0b\u7684\u8fd0\u52a8\u89c4\u5f8b\u3002", "entity_id": "\u725b\u987f\u529b\u5b66", "entity_type": "category", "file_path": "unknown_source", "id": "\u725b\u987f\u529b\u5b66", "label": "\u725b\u987f\u529b\u5b66", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u725b\u987f\u529b\u5b66\u662f\u7ecf\u5178\u7269\u7406\u5b66\u7684\u57fa\u7840\u7406\u8bba\u4e4b\u4e00\uff0c\u5305\u542b\u4e09\u5927\u8fd0\u52a8\u5b9a\u5f8b\uff0c\u63cf\u8ff0\u4e86\u7269\u4f53\u5728\u529b\u4f5c\u7528\u4e0b\u7684\u8fd0\u52a8\u89c4\u5f8b\u3002"}, {"color": "#7817f2", "created_at": 1752674566, "description": "\u60ef\u6027\u5b9a\u5f8b\u662f\u725b\u987f\u7b2c\u4e00\u5b9a\u5f8b\uff0c\u6307\u51fa\u5728\u65e0\u5916\u529b\u4f5c\u7528\u65f6\uff0c\u7269\u4f53\u4fdd\u6301\u9759\u6b62\u6216\u5300\u901f\u76f4\u7ebf\u8fd0\u52a8\u72b6\u6001\u3002", "entity_id": "\u60ef\u6027\u5b9a\u5f8b", "entity_type": "category", "file_path": "unknown_source", "id": "\u60ef\u6027\u5b9a\u5f8b", "label": "\u60ef\u6027\u5b9a\u5f8b", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u60ef\u6027\u5b9a\u5f8b\u662f\u725b\u987f\u7b2c\u4e00\u5b9a\u5f8b\uff0c\u6307\u51fa\u5728\u65e0\u5916\u529b\u4f5c\u7528\u65f6\uff0c\u7269\u4f53\u4fdd\u6301\u9759\u6b62\u6216\u5300\u901f\u76f4\u7ebf\u8fd0\u52a8\u72b6\u6001\u3002"}, {"color": "#97ae6b", "created_at": 1752674566, "description": "\u5317\u4eac\u51fa\u7248\u793e\u662f\u300a\u76f8\u5bf9\u8bba\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002", "entity_id": "\u5317\u4eac\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5317\u4eac\u51fa\u7248\u793e", "label": "\u5317\u4eac\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5317\u4eac\u51fa\u7248\u793e\u662f\u300a\u76f8\u5bf9\u8bba\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002"}, {"color": "#0381d9", "created_at": 1752674566, "description": "\u5fb7\u56fd\u662f\u6768\u632f\u5b81\u53d1\u8868\u7231\u56e0\u65af\u5766\u8bde\u8fb0\u7eaa\u5ff5\u6f14\u8bb2\u7684\u56fd\u5bb6\u3002", "entity_id": "\u5fb7\u56fd", "entity_type": "geo", "file_path": "unknown_source", "id": "\u5fb7\u56fd", "label": "\u5fb7\u56fd", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5fb7\u56fd\u662f\u6768\u632f\u5b81\u53d1\u8868\u7231\u56e0\u65af\u5766\u8bde\u8fb0\u7eaa\u5ff5\u6f14\u8bb2\u7684\u56fd\u5bb6\u3002"}, {"color": "#2ff5a3", "created_at": 1752674566, "description": "\u738b\u5609\u96bd\u662f\u300a\u5386\u53f2\u300b\u4e00\u4e66\u7684\u4e2d\u6587\u8bd1\u8005\u3002", "entity_id": "\u738b\u5609\u96bd", "entity_type": "person", "file_path": "unknown_source", "id": "\u738b\u5609\u96bd", "label": "\u738b\u5609\u96bd", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u738b\u5609\u96bd\u662f\u300a\u5386\u53f2\u300b\u4e00\u4e66\u7684\u4e2d\u6587\u8bd1\u8005\u3002"}, {"color": "#349a3f", "created_at": 1752674566, "description": "H. G. Liddell\u662f\u300a\u5e0c\u814a-\u82f1\u8bed\u8bcd\u5178\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002", "entity_id": "H. G. Liddell", "entity_type": "person", "file_path": "unknown_source", "id": "H. G. Liddell", "label": "H. G. Liddell", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "H. G. Liddell\u662f\u300a\u5e0c\u814a-\u82f1\u8bed\u8bcd\u5178\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002"}, {"color": "#2a621f", "created_at": 1752674566, "description": "R. Scott\u662f\u300a\u5e0c\u814a-\u82f1\u8bed\u8bcd\u5178\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002", "entity_id": "R. Scott", "entity_type": "person", "file_path": "unknown_source", "id": "R. Scott", "label": "R. Scott", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "R. Scott\u662f\u300a\u5e0c\u814a-\u82f1\u8bed\u8bcd\u5178\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\u3002"}, {"color": "#7988fe", "created_at": 1752674566, "description": "The Clarendon Press\u662f\u300a\u5e0c\u814a-\u82f1\u8bed\u8bcd\u5178\u300b\u7684\u51fa\u7248\u5546\u3002", "entity_id": "The Clarendon Press", "entity_type": "organization", "file_path": "unknown_source", "id": "The Clarendon Press", "label": "The Clarendon Press", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "The Clarendon Press\u662f\u300a\u5e0c\u814a-\u82f1\u8bed\u8bcd\u5178\u300b\u7684\u51fa\u7248\u5546\u3002"}, {"color": "#ea48c4", "created_at": 1752674566, "description": "Facts On File Inc.\u662f\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u7684\u51fa\u7248\u5546\u3002", "entity_id": "Facts On File Inc.", "entity_type": "organization", "file_path": "unknown_source", "id": "Facts On File Inc.", "label": "Facts On File Inc.", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Facts On File Inc.\u662f\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u7684\u51fa\u7248\u5546\u3002"}, {"color": "#7115be", "created_at": 1752674566, "description": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002", "entity_id": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "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-b939d8b8da6b3de175307e6b269fde02", "title": "\u9655\u897f\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u662f\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002"}, {"color": "#273bdb", "created_at": 1752674566, "description": "John Playfair\u662f\u82f1\u56fd\u5730\u8d28\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u73b0\u884c\u6559\u6750\u4e2d\u4f7f\u7528\u7684\u5e73\u884c\u516c\u7406\u3002", "entity_id": "John Playfair", "entity_type": "person", "file_path": "unknown_source", "id": "John Playfair", "label": "John Playfair", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "John Playfair\u662f\u82f1\u56fd\u5730\u8d28\u5b66\u5bb6\u548c\u6570\u5b66\u5bb6\uff0c\u63d0\u51fa\u4e86\u73b0\u884c\u6559\u6750\u4e2d\u4f7f\u7528\u7684\u5e73\u884c\u516c\u7406\u3002"}, {"color": "#057c0e", "created_at": 1752674566, "description": "\u6c5f\u6cfd\u6db5\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u6587\u7248\u7684\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u6c5f\u6cfd\u6db5", "entity_type": "person", "file_path": "unknown_source", "id": "\u6c5f\u6cfd\u6db5", "label": "\u6c5f\u6cfd\u6db5", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u6c5f\u6cfd\u6db5\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u6587\u7248\u7684\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#e2e1a6", "created_at": 1752674566, "description": "\u6731\u9f0e\u52cb\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u6587\u7248\u7684\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u6731\u9f0e\u52cb", "entity_type": "person", "file_path": "unknown_source", "id": "\u6731\u9f0e\u52cb", "label": "\u6731\u9f0e\u52cb", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u6731\u9f0e\u52cb\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u4e2d\u6587\u7248\u7684\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#5dac33", "created_at": 1752674566, "description": "John von Neumann\u662f\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u88ab\u6536\u5165\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u3002", "entity_id": "John von Neumann", "entity_type": "person", "file_path": "unknown_source", "id": "John von Neumann", "label": "John von Neumann", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "John von Neumann\u662f\u8457\u540d\u6570\u5b66\u5bb6\uff0c\u5176\u8457\u4f5c\u88ab\u6536\u5165\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u3002"}, {"color": "#9d33d1", "created_at": 1752674566, "description": "\u5546\u52a1\u51fa\u7248\u793e\u662f\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002", "entity_id": "\u5546\u52a1\u51fa\u7248\u793e", "entity_type": "organization", "file_path": "unknown_source", "id": "\u5546\u52a1\u51fa\u7248\u793e", "label": "\u5546\u52a1\u51fa\u7248\u793e", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5546\u52a1\u51fa\u7248\u793e\u662f\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\u4e2d\u6587\u7248\u7684\u51fa\u7248\u673a\u6784\u3002"}, {"color": "#d2d8b0", "created_at": 1752674566, "description": "\u300a\u4e0d\u5217\u98a0\u767e\u79d1\u5168\u4e66(\u56fd\u9645\u4e2d\u6587\u7248)\u300b\u662f\u4e00\u90e8\u6743\u5a01\u7684\u7efc\u5408\u6027\u767e\u79d1\u5168\u4e66\u3002", "entity_id": "\u4e0d\u5217\u98a0\u767e\u79d1\u5168\u4e66(\u56fd\u9645\u4e2d\u6587\u7248)", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e0d\u5217\u98a0\u767e\u79d1\u5168\u4e66(\u56fd\u9645\u4e2d\u6587\u7248)", "label": "\u4e0d\u5217\u98a0\u767e\u79d1\u5168\u4e66(\u56fd\u9645\u4e2d\u6587\u7248)", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u300a\u4e0d\u5217\u98a0\u767e\u79d1\u5168\u4e66(\u56fd\u9645\u4e2d\u6587\u7248)\u300b\u662f\u4e00\u90e8\u6743\u5a01\u7684\u7efc\u5408\u6027\u767e\u79d1\u5168\u4e66\u3002"}, {"color": "#fb66bd", "created_at": 1752674566, "description": "\u674e\u6587\u94ed\u662f\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002", "entity_id": "\u674e\u6587\u94ed", "entity_type": "person", "file_path": "unknown_source", "id": "\u674e\u6587\u94ed", "label": "\u674e\u6587\u94ed", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u674e\u6587\u94ed\u662f\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\u7684\u4e2d\u6587\u8bd1\u8005\u4e4b\u4e00\u3002"}, {"color": "#940a41", "created_at": 1752674566, "description": "C. R. \u52b3\u662f\u7edf\u8ba1\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027\u300b\u3002", "entity_id": "C. R. \u52b3", "entity_type": "person", "file_path": "unknown_source", "id": "C. R. \u52b3", "label": "C. R. \u52b3", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "C. R. \u52b3\u662f\u7edf\u8ba1\u5b66\u5bb6\uff0c\u8457\u6709\u300a\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027\u300b\u3002"}, {"color": "#66972d", "created_at": 1752674566, "description": "S. Woolf\u64b0\u5199\u4e86\u5173\u4e8e\u7edf\u8ba1\u4e0e\u73b0\u4ee3\u56fd\u5bb6\u7684\u7814\u7a76\u8bba\u6587\u3002", "entity_id": "S. Woolf", "entity_type": "person", "file_path": "unknown_source", "id": "S. Woolf", "label": "S. Woolf", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "S. Woolf\u64b0\u5199\u4e86\u5173\u4e8e\u7edf\u8ba1\u4e0e\u73b0\u4ee3\u56fd\u5bb6\u7684\u7814\u7a76\u8bba\u6587\u3002"}, {"color": "#18d48f", "created_at": 1752674566, "description": "Comparative Study of Society and History\u662f\u4e00\u4efd\u5b66\u672f\u671f\u520a\uff0c\u53d1\u8868\u4e86\u5173\u4e8e\u7edf\u8ba1\u4e0e\u73b0\u4ee3\u793e\u4f1a\u7684\u7814\u7a76\u8bba\u6587\u3002", "entity_id": "Comparative Study of Society and History", "entity_type": "organization", "file_path": "unknown_source", "id": "Comparative Study of Society and History", "label": "Comparative Study of Society and History", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Comparative Study of Society and History\u662f\u4e00\u4efd\u5b66\u672f\u671f\u520a\uff0c\u53d1\u8868\u4e86\u5173\u4e8e\u7edf\u8ba1\u4e0e\u73b0\u4ee3\u793e\u4f1a\u7684\u7814\u7a76\u8bba\u6587\u3002"}, {"color": "#e2e381", "created_at": 1752674566, "description": "John Sinclair\u662f\u7edf\u8ba1\u5b66\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7814\u7a76\u7684\u76f8\u5173\u4eba\u7269\u3002", "entity_id": "John Sinclair", "entity_type": "person", "file_path": "unknown_source", "id": "John Sinclair", "label": "John Sinclair", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "John Sinclair\u662f\u7edf\u8ba1\u5b66\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7814\u7a76\u7684\u76f8\u5173\u4eba\u7269\u3002"}, {"color": "#8e5806", "created_at": 1752674566, "description": "\u4e09\u7b49\u5206\u89d2\u662f\u53e4\u5e0c\u814a\u51e0\u4f55\u5b66\u4e09\u5927\u96be\u9898\u4e4b\u4e00\uff0c\u4e0e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u8bbe\u5bc6\u5207\u76f8\u5173\u3002", "entity_id": "\u4e09\u7b49\u5206\u89d2", "entity_type": "category", "file_path": "unknown_source", "id": "\u4e09\u7b49\u5206\u89d2", "label": "\u4e09\u7b49\u5206\u89d2", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u4e09\u7b49\u5206\u89d2\u662f\u53e4\u5e0c\u814a\u51e0\u4f55\u5b66\u4e09\u5927\u96be\u9898\u4e4b\u4e00\uff0c\u4e0e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u516c\u8bbe\u5bc6\u5207\u76f8\u5173\u3002"}, {"color": "#f7ed01", "created_at": 1752674566, "description": "\u5316\u5706\u4e3a\u65b9\u662f\u53e6\u4e00\u4e2a\u53e4\u5e0c\u814a\u51e0\u4f55\u96be\u9898\uff0c\u6d89\u53ca\u7528\u5c3a\u89c4\u4f5c\u56fe\u6784\u9020\u4e0e\u5df2\u77e5\u5706\u9762\u79ef\u76f8\u7b49\u7684\u6b63\u65b9\u5f62\u3002", "entity_id": "\u5316\u5706\u4e3a\u65b9", "entity_type": "category", "file_path": "unknown_source", "id": "\u5316\u5706\u4e3a\u65b9", "label": "\u5316\u5706\u4e3a\u65b9", "shape": "dot", "size": 10, "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5316\u5706\u4e3a\u65b9\u662f\u53e6\u4e00\u4e2a\u53e4\u5e0c\u814a\u51e0\u4f55\u96be\u9898\uff0c\u6d89\u53ca\u7528\u5c3a\u89c4\u4f5c\u56fe\u6784\u9020\u4e0e\u5df2\u77e5\u5706\u9762\u79ef\u76f8\u7b49\u7684\u6b63\u65b9\u5f62\u3002"}, {"color": "#4ba8fe", "created_at": 1752674566, "description": "\u743c\u65af\u5b98\u65b9\u7f51\u7ad9(www.djindexes.com) is a website associated with the Jones organization, likely providing information related to indexes or financial data.", "entity_id": "\u743c\u65af\u5b98\u65b9\u7f51\u7ad9", "entity_type": "organization", "file_path": "unknown_source", "id": "\u743c\u65af\u5b98\u65b9\u7f51\u7ad9", "label": "\u743c\u65af\u5b98\u65b9\u7f51\u7ad9", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u743c\u65af\u5b98\u65b9\u7f51\u7ad9(www.djindexes.com) is a website associated with the Jones organization, likely providing information related to indexes or financial data."}, {"color": "#99cdc2", "created_at": 1752674566, "description": "Pierre Simon Marquis de Laplace is the full name of\u62c9\u666e\u62c9\u65af, a renowned French mathematician and astronomer who contributed significantly to probability theory and celestial mechanics.", "entity_id": "Pierre Simon Marquis de Laplace", "entity_type": "person", "file_path": "unknown_source", "id": "Pierre Simon Marquis de Laplace", "label": "Pierre Simon Marquis de Laplace", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "Pierre Simon Marquis de Laplace is the full name of\u62c9\u666e\u62c9\u65af, a renowned French mathematician and astronomer who contributed significantly to probability theory and celestial mechanics."}, {"color": "#24fcc5", "created_at": 1752674566, "description": "\u7b2c5.2\u8282(Section 5.2) is a specific subsection within the book \u0027Inductive Reasoning in Mathematics\u0027, part of the \u0027An Overview of Mathematical Thought\u0027 series.", "entity_id": "\u7b2c5.2\u8282", "entity_type": "category", "file_path": "unknown_source", "id": "\u7b2c5.2\u8282", "label": "\u7b2c5.2\u8282", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u7b2c5.2\u8282(Section 5.2) is a specific subsection within the book \u0027Inductive Reasoning in Mathematics\u0027, part of the \u0027An Overview of Mathematical Thought\u0027 series."}, {"color": "#06342e", "created_at": 1752674566, "description": "www.fjedu.net.cn is the domain of the Haixi Education Network, an educational website hosting articles and resources.", "entity_id": "www.fjedu.net.cn", "entity_type": "organization", "file_path": "unknown_source", "id": "www.fjedu.net.cn", "label": "www.fjedu.net.cn", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "www.fjedu.net.cn is the domain of the Haixi Education Network, an educational website hosting articles and resources."}, {"color": "#08731d", "created_at": 1752674566, "description": "\u53d1\u5e03\u8005refers to the person who published the article on the Haixi Education Network, identified as\u6797\u82b3.", "entity_id": "\u53d1\u5e03\u8005", "entity_type": "person", "file_path": "unknown_source", "id": "\u53d1\u5e03\u8005", "label": "\u53d1\u5e03\u8005", "shape": "dot", "size": 10, "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u53d1\u5e03\u8005refers to the person who published the article on the Haixi Education Network, identified as\u6797\u82b3."}]);
edges = new vis.DataSet([{"created_at": 1752674566, "description": "The text includes a detailed section on understanding numbers, forming a core part of the discussion.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "keywords": "curriculum focus,educational content", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The text includes a detailed section on understanding numbers, forming a core part of the discussion.", "to": "\u6570\u7684\u8ba4\u8bc6", "width": 9.0}, {"created_at": 1752674566, "description": "The text dedicates a section to arithmetic operations, highlighting their importance in elementary math.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "keywords": "foundational skills,mathematical operations", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The text dedicates a section to arithmetic operations, highlighting their importance in elementary math.", "to": "\u6570\u7684\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "Geometry is a key section in the text, addressing spatial concepts and their educational value.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "keywords": "geometry education,spatial reasoning", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "Geometry is a key section in the text, addressing spatial concepts and their educational value.", "to": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "width": 8.0}, {"created_at": 1752674566, "description": "The text includes a section on statistics and probability, emphasizing data analysis in elementary education.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "keywords": "data literacy,statistical concepts", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The text includes a section on statistics and probability, emphasizing data analysis in elementary education.", "to": "\u7edf\u8ba1\u4e0e\u6982\u7387", "width": 7.0}, {"created_at": 1752674566, "description": "The author is the creator of this comprehensive work on elementary mathematics education.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u82e5\u5e72\u95ee\u9898", "keywords": "academic work,authorship", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The author is the creator of this comprehensive work on elementary mathematics education.", "to": "\u53f2\u5b81\u4e2d", "width": 10.0}, {"created_at": 1752674566, "description": "The author is affiliated with this institution, contributing to mathematics education research.", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic affiliation,research contribution", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The author is affiliated with this institution, contributing to mathematics education research.", "to": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6570\u5b66\u4e0e\u7edf\u8ba1\u5b66\u9662", "width": 8.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u5f3a\u8c03\u601d\u7ef4\u65b9\u6cd5\u7684\u517b\u6210\u5e94\u901a\u8fc7\u5b66\u751f\u81ea\u4e3b\u611f\u609f\uff0c\u800c\u975e\u6559\u5e08\u76f4\u63a5\u4f20\u6388\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "\u601d\u7ef4\u53d1\u5c55,\u6559\u80b2\u7406\u5ff5", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u53f2\u5b81\u4e2d\u5f3a\u8c03\u601d\u7ef4\u65b9\u6cd5\u7684\u517b\u6210\u5e94\u901a\u8fc7\u5b66\u751f\u81ea\u4e3b\u611f\u609f\uff0c\u800c\u975e\u6559\u5e08\u76f4\u63a5\u4f20\u6388\u3002", "to": "\u601d\u7ef4\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u6240\u8457\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u591a\u8f91\u5747\u7531\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic authorship,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u53f2\u5b81\u4e2d\u6240\u8457\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u591a\u8f91\u5747\u7531\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u3002", "to": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "width": 10.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7684\u4f5c\u8005\uff0c\u7cfb\u7edf\u63a2\u8ba8\u4e86\u6570\u5b66\u7684\u57fa\u672c\u601d\u60f3\u548c\u63a8\u7406\u65b9\u6cd5\u3002\u003cSEP\u003e\u53f2\u5b81\u4e2d\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u7684\u4f5c\u8005\uff0c\u5bf9\u6570\u5b66\u54f2\u5b66\u6709\u6df1\u5165\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "academic contribution,authorship,education,mathematical philosophy", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u53f2\u5b81\u4e2d\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7684\u4f5c\u8005\uff0c\u7cfb\u7edf\u63a2\u8ba8\u4e86\u6570\u5b66\u7684\u57fa\u672c\u601d\u60f3\u548c\u63a8\u7406\u65b9\u6cd5\u3002\u003cSEP\u003e\u53f2\u5b81\u4e2d\u662f\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u7684\u4f5c\u8005\uff0c\u5bf9\u6570\u5b66\u54f2\u5b66\u6709\u6df1\u5165\u7814\u7a76\u3002", "to": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "width": 20.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u64b0\u5199\u4e86\u300a\u4ece\u516b\u5366\u5230\u516d\u5341\u56db\u5366\uff1a\u8bd5\u8bba\u3008\u5468\u6613\u3009\u7684\u601d\u7ef4\u903b\u8f91\u300b\u4e00\u6587\uff0c\u63a2\u8ba8\u300a\u5468\u6613\u300b\u7684\u903b\u8f91\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "authorship,philosophical analysis", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u53f2\u5b81\u4e2d\u64b0\u5199\u4e86\u300a\u4ece\u516b\u5366\u5230\u516d\u5341\u56db\u5366\uff1a\u8bd5\u8bba\u3008\u5468\u6613\u3009\u7684\u601d\u7ef4\u903b\u8f91\u300b\u4e00\u6587\uff0c\u63a2\u8ba8\u300a\u5468\u6613\u300b\u7684\u903b\u8f91\u7ed3\u6784\u3002", "to": "\u300a\u4ece\u516b\u5366\u5230\u516d\u5341\u56db\u5366\uff1a\u8bd5\u8bba\u3008\u5468\u6613\u3009\u7684\u601d\u7ef4\u903b\u8f91\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u64b0\u5199\u4e86\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b\uff0c\u63a2\u8ba8\u6570\u5b66\u5728\u81ea\u7136\u73b0\u8c61\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "applied mathematics,authorship", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u53f2\u5b81\u4e2d\u64b0\u5199\u4e86\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b\uff0c\u63a2\u8ba8\u6570\u5b66\u5728\u81ea\u7136\u73b0\u8c61\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u300a\u81ea\u7136\u754c\u4e2d\u7684\u6570\u5b66\u6a21\u578b\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u5728\u5176\u8457\u4f5c\u4e2d\u8be6\u7ec6\u8ba8\u8bba\u4e86\u6570\u5b66\u4e2d\u7684\u6f14\u7ece\u63a8\u7406\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "logical deduction,mathematical reasoning", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u53f2\u5b81\u4e2d\u5728\u5176\u8457\u4f5c\u4e2d\u8be6\u7ec6\u8ba8\u8bba\u4e86\u6570\u5b66\u4e2d\u7684\u6f14\u7ece\u63a8\u7406\u65b9\u6cd5\u3002", "to": "\u6570\u5b66\u4e2d\u7684\u6f14\u7ece\u63a8\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u5728\u5176\u8457\u4f5c\u4e2d\u63a2\u8ba8\u4e86\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406\u65b9\u6cd5\u53ca\u5176\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "inductive reasoning,mathematical generalization", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u53f2\u5b81\u4e2d\u5728\u5176\u8457\u4f5c\u4e2d\u63a2\u8ba8\u4e86\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406\u65b9\u6cd5\u53ca\u5176\u5e94\u7528\u3002", "to": "\u6570\u5b66\u4e2d\u7684\u5f52\u7eb3\u63a8\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u5728\u5176\u8457\u4f5c\u4e2d\u8ba8\u8bba\u4e86\u6570\u5b66\u6a21\u5f0f\uff0c\u5373\u89e3\u51b3\u4e00\u7c7b\u95ee\u9898\u7684\u65b9\u6cd5.", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "mathematical methodology,problem-solving", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u53f2\u5b81\u4e2d\u5728\u5176\u8457\u4f5c\u4e2d\u8ba8\u8bba\u4e86\u6570\u5b66\u6a21\u5f0f\uff0c\u5373\u89e3\u51b3\u4e00\u7c7b\u95ee\u9898\u7684\u65b9\u6cd5.", "to": "\u6570\u5b66\u6a21\u5f0f", "width": 8.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2d\u7684\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7b2c1\u8f91\u8be6\u7ec6\u8ba8\u8bba\u4e86\u5b9e\u6570\u7406\u8bba.", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "mathematical foundations,real numbers", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u53f2\u5b81\u4e2d\u7684\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7b2c1\u8f91\u8be6\u7ec6\u8ba8\u8bba\u4e86\u5b9e\u6570\u7406\u8bba.", "to": "\u5b9e\u6570\u7406\u8bba", "width": 9.0}, {"created_at": 1752674566, "description": "\u53f2\u5b81\u4e2dis the author of the fourth volume of \u0027An Overview of Mathematical Thought\u0027, which discusses inductive reasoning in mathematics.", "file_path": "unknown_source", "from": "\u53f2\u5b81\u4e2d", "keywords": "authorship,mathematical theory", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u53f2\u5b81\u4e2dis the author of the fourth volume of \u0027An Overview of Mathematical Thought\u0027, which discusses inductive reasoning in mathematics.", "to": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "width": 9.0}, {"created_at": 1752674566, "description": "The geometry section develops students\u0027 spatial imagination abilities.", "file_path": "unknown_source", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "education,skill development", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "The geometry section develops students\u0027 spatial imagination abilities.", "to": "\u7a7a\u95f4\u89c2\u5ff5", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u89c4\u5b9a\u4e86\u56fe\u5f62\u4e0e\u51e0\u4f55\u7684\u6559\u5b66\u5185\u5bb9\uff0c\u5f3a\u8c03\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u7684\u57f9\u517b\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "\u6559\u80b2\u6807\u51c6,\u6570\u5b66\u6559\u5b66", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u89c4\u5b9a\u4e86\u56fe\u5f62\u4e0e\u51e0\u4f55\u7684\u6559\u5b66\u5185\u5bb9\uff0c\u5f3a\u8c03\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u7684\u57f9\u517b\u3002", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 8.0}, {"created_at": 1752674566, "description": "\u56fe\u5f62\u4e0e\u51e0\u4f55\u662f\u5c0f\u5b66\u6570\u5b66\u8bfe\u7a0b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u57f9\u517b\u5b66\u751f\u7684\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "\u6570\u5b66\u6559\u80b2,\u8bfe\u7a0b\u5185\u5bb9", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u56fe\u5f62\u4e0e\u51e0\u4f55\u662f\u5c0f\u5b66\u6570\u5b66\u8bfe\u7a0b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u57f9\u517b\u5b66\u751f\u7684\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u3002", "to": "\u5c0f\u5b66\u6570\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "The geometry curriculum emphasizes shape classification through standardized criteria.", "file_path": "unknown_source", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "curriculum focus,skill development", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "The geometry curriculum emphasizes shape classification through standardized criteria.", "to": "\u5206\u7c7b\u6807\u51c6", "width": 7.0}, {"created_at": 1752674566, "description": "Primary education includes the \u0027Shapes and Geometry\u0027 curriculum domain.", "file_path": "unknown_source", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "curriculum structure,subject matter", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Primary education includes the \u0027Shapes and Geometry\u0027 curriculum domain.", "to": "\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "This subject area includes the study of rigid motions as fundamental concepts.", "file_path": "unknown_source", "from": "\u56fe\u5f62\u4e0e\u51e0\u4f55", "keywords": "core concepts,mathematics curriculum", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "This subject area includes the study of rigid motions as fundamental concepts.", "to": "\u521a\u4f53\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "The statistics section establishes fundamental approaches to data analysis.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u89c2\u5ff5is a key topic within the\u7edf\u8ba1\u4e0e\u6982\u7387section, emphasizing the importance of data analysis in statistics.\u003cSEP\u003e\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u6559\u5b66\u5185\u5bb9\u65e8\u5728\u57f9\u517b\u5b66\u751f\u7684\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u7406\u89e3\u6570\u636e\u7684\u968f\u673a\u6027\u548c\u7edf\u8ba1\u63a8\u65ad\u7684\u57fa\u672c\u601d\u60f3\u3002\u003cSEP\u003e\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u6559\u5b66\u5f3a\u8c03\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u56e0\u4e3a\u7edf\u8ba1\u5b66\u7814\u7a76\u7684\u57fa\u7840\u662f\u6570\u636e\uff0c\u800c\u975e\u62bd\u8c61\u7684\u5b9a\u4e49\u548c\u5047\u8bbe\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "data interpretation,data-driven thinking,educational emphasis,foundation,methodology,statistical analysis,\u6559\u5b66\u76ee\u6807,\u6570\u636e\u601d\u7ef4,\u7edf\u8ba1\u7d20\u517b", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "The statistics section establishes fundamental approaches to data analysis.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u89c2\u5ff5is a key topic within the\u7edf\u8ba1\u4e0e\u6982\u7387section, emphasizing the importance of data analysis in statistics.\u003cSEP\u003e\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u6559\u5b66\u5185\u5bb9\u65e8\u5728\u57f9\u517b\u5b66\u751f\u7684\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u7406\u89e3\u6570\u636e\u7684\u968f\u673a\u6027\u548c\u7edf\u8ba1\u63a8\u65ad\u7684\u57fa\u672c\u601d\u60f3\u3002\u003cSEP\u003e\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u6559\u5b66\u5f3a\u8c03\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u56e0\u4e3a\u7edf\u8ba1\u5b66\u7814\u7a76\u7684\u57fa\u7840\u662f\u6570\u636e\uff0c\u800c\u975e\u62bd\u8c61\u7684\u5b9a\u4e49\u548c\u5047\u8bbe\u3002", "to": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "width": 34.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u76f4\u89c2and\u7edf\u8ba1\u4e0e\u6982\u7387are both categories discussed in the text, representing different aspects of mathematical thinking.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u4e0d\u4ec5\u9002\u7528\u4e8e\u51e0\u4f55\uff0c\u8fd8\u5e7f\u6cdb\u5e94\u7528\u4e8e\u7edf\u8ba1\u4e0e\u6982\u7387\u7b49\u5176\u4ed6\u6570\u5b66\u9886\u57df\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u590d\u6742\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "analytical skills,mathematical concepts,\u6570\u5b66\u601d\u7ef4,\u8de8\u9886\u57df\u5e94\u7528", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-57240756a8944481d9eef51ffccd60df", "title": "\u51e0\u4f55\u76f4\u89c2and\u7edf\u8ba1\u4e0e\u6982\u7387are both categories discussed in the text, representing different aspects of mathematical thinking.\u003cSEP\u003e\u51e0\u4f55\u76f4\u89c2\u4e0d\u4ec5\u9002\u7528\u4e8e\u51e0\u4f55\uff0c\u8fd8\u5e7f\u6cdb\u5e94\u7528\u4e8e\u7edf\u8ba1\u4e0e\u6982\u7387\u7b49\u5176\u4ed6\u6570\u5b66\u9886\u57df\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u590d\u6742\u95ee\u9898\u3002", "to": "\u51e0\u4f55\u76f4\u89c2", "width": 13.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5f3a\u8c03\u0027\u7edf\u8ba1\u4e0e\u6982\u7387\u0027\u6559\u5b66\u5fc5\u987b\u7a81\u51fa\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u4f5c\u4e3a\u5176\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "data analysis,math curriculum", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5f3a\u8c03\u0027\u7edf\u8ba1\u4e0e\u6982\u7387\u0027\u6559\u5b66\u5fc5\u987b\u7a81\u51fa\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u4f5c\u4e3a\u5176\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 8.0}, {"created_at": 1752674566, "description": "\u53e4\u5178\u6982\u7387\u6a21\u578b\u662f\u7edf\u8ba1\u4e0e\u6982\u7387\u6559\u5b66\u4e2d\u4ecb\u7ecd\u7684\u4e00\u79cd\u57fa\u7840\u6982\u7387\u6a21\u578b\uff0c\u7528\u4e8e\u5ea6\u91cf\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "educational curriculum,probability theory", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u53e4\u5178\u6982\u7387\u6a21\u578b\u662f\u7edf\u8ba1\u4e0e\u6982\u7387\u6559\u5b66\u4e2d\u4ecb\u7ecd\u7684\u4e00\u79cd\u57fa\u7840\u6982\u7387\u6a21\u578b\uff0c\u7528\u4e8e\u5ea6\u91cf\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u7684\u53ef\u80fd\u6027\u3002", "to": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u5185\u5bb9\u6db5\u76d6\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u672c\u601d\u60f3\uff0c\u5982\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u548c\u7406\u89e3\u968f\u673a\u6027\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "\u6559\u5b66\u5185\u5bb9,\u6570\u636e\u5206\u6790,\u7edf\u8ba1\u65b9\u6cd5", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u7edf\u8ba1\u4e0e\u6982\u7387\u7684\u5185\u5bb9\u6db5\u76d6\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u672c\u601d\u60f3\uff0c\u5982\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u548c\u7406\u89e3\u968f\u673a\u6027\u3002", "to": "\u63a8\u65ad\u7edf\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u5c06\u7edf\u8ba1\u4e0e\u6982\u7387\u4f5c\u4e3a\u6570\u5b66\u8bfe\u7a0b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u4e0e\u6982\u7387", "keywords": "curriculum framework,mathematical domain", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u8bfe\u7a0b\u6807\u51c6\u5c06\u7edf\u8ba1\u4e0e\u6982\u7387\u4f5c\u4e3a\u6570\u5b66\u8bfe\u7a0b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u8bfe\u7a0b\u6807\u51c6", "width": 9.0}, {"created_at": 1752674566, "description": "Natural numbers abstract away from specific quantities while retaining general counting properties.\u003cSEP\u003eNatural numbers are derived from the abstraction of quantities in the real world.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "abstraction,abstraction process,foundation,generalization", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Natural numbers abstract away from specific quantities while retaining general counting properties.\u003cSEP\u003eNatural numbers are derived from the abstraction of quantities in the real world.", "to": "\u81ea\u7136\u6570", "width": 17.0}, {"created_at": 1752674566, "description": "Number sense builds upon the fundamental understanding of quantities.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "conceptual development,foundation", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "Number sense builds upon the fundamental understanding of quantities.", "to": "\u6570\u611f", "width": 7.0}, {"created_at": 1752674566, "description": "Numbers are abstract representations derived from concrete quantities in real-world contexts.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "abstraction process,mathematical thinking", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Numbers are abstract representations derived from concrete quantities in real-world contexts.", "to": "\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "Shang Dynasty oracle bones contain early examples of quantity expressions with concrete referents.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "historical evidence,numerical origins", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Shang Dynasty oracle bones contain early examples of quantity expressions with concrete referents.", "to": "\u5546\u4ee3\u7532\u9aa8\u6587", "width": 7.0}, {"created_at": 1752674566, "description": "\u0027\u4e00\u7c92\u7c73\u0027 is a specific instance of \u0027\u6570\u91cf\u0027, representing a minimal quantity.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "minimal unit,specific instance", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u4e00\u7c92\u7c73\u0027 is a specific instance of \u0027\u6570\u91cf\u0027, representing a minimal quantity.", "to": "\u4e00\u7c92\u7c73", "width": 7.0}, {"created_at": 1752674566, "description": "\u0027\u516d\u5934\u725b\u0027 is a specific instance of \u0027\u6570\u91cf\u0027, representing a larger countable quantity.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "countable unit,specific instance", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u516d\u5934\u725b\u0027 is a specific instance of \u0027\u6570\u91cf\u0027, representing a larger countable quantity.", "to": "\u516d\u5934\u725b", "width": 7.0}, {"created_at": 1752674566, "description": "\u0027\u6570\u91cf\u0027 serves as the foundational concrete concept that \u0027\u6570\u5b66\u0027 abstracts and generalizes.", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "abstraction basis,foundational concept", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u6570\u91cf\u0027 serves as the foundational concrete concept that \u0027\u6570\u5b66\u0027 abstracts and generalizes.", "to": "\u6570\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u91cf\u7684\u672c\u8d28\u662f\u591a\u548c\u5c11,\u901a\u8fc7\u96c6\u5408\u4e4b\u95f4\u7684\u5bf9\u5e94\u5173\u7cfb\u8fdb\u884c\u6bd4\u8f83\u548c\u62bd\u8c61\u3002", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "\u6570\u5b66\u57fa\u7840,\u96c6\u5408\u8bba", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6570\u91cf\u7684\u672c\u8d28\u662f\u591a\u548c\u5c11,\u901a\u8fc7\u96c6\u5408\u4e4b\u95f4\u7684\u5bf9\u5e94\u5173\u7cfb\u8fdb\u884c\u6bd4\u8f83\u548c\u62bd\u8c61\u3002", "to": "\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\"Understanding\u81ea\u7136\u6570\u7684\u52a0\u6cd5involves manipulating\u6570\u91cf(quantities), such as peaches picked by\u54e5\u54e5and\u59b9\u59b9, to illustrate how addition works in real-life contexts.\"\\", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "arithmetic operation,real-world application", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"Understanding\u81ea\u7136\u6570\u7684\u52a0\u6cd5involves manipulating\u6570\u91cf(quantities), such as peaches picked by\u54e5\u54e5and\u59b9\u59b9, to illustrate how addition works in real-life contexts.\"\\", "to": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u5bf9\u5e94\u7684\u65b9\u6cd5relies on\u6570\u91cfto help students compare and match amounts, forming the basis for understanding addition and equality.\"\\", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "instructional method,quantitative reasoning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u5bf9\u5e94\u7684\u65b9\u6cd5relies on\u6570\u91cfto help students compare and match amounts, forming the basis for understanding addition and equality.\"\\", "to": "\u5bf9\u5e94\u7684\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u52a0\u6cd5\u7684\u610f\u4e49is taught using\u6570\u91cf(like peaches) to show how addition combines amounts, making the abstract concept more tangible for young learners.\"\\", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "conceptual foundation,real-world application", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u52a0\u6cd5\u7684\u610f\u4e49is taught using\u6570\u91cf(like peaches) to show how addition combines amounts, making the abstract concept more tangible for young learners.\"\\", "to": "\u52a0\u6cd5\u7684\u610f\u4e49", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u7b49\u53f7is used to show that two\u6570\u91cfare equal, which is essential for students to grasp the balance in mathematical expressions like 2 + 1 = 3.\"\\", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "equality,quantitative reasoning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u7b49\u53f7is used to show that two\u6570\u91cfare equal, which is essential for students to grasp the balance in mathematical expressions like 2 + 1 = 3.\"\\", "to": "\u7b49\u53f7", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u52a0\u53f7is used to represent the action of increasing a\u6570\u91cf, such as adding one peach to\u59b9\u59b9\u0027s basket to make it equal to\u54e5\u54e5\u0027s.\"\\", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "arithmetic action,quantity change", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u52a0\u53f7is used to represent the action of increasing a\u6570\u91cf, such as adding one peach to\u59b9\u59b9\u0027s basket to make it equal to\u54e5\u54e5\u0027s.\"\\", "to": "\u52a0\u53f7", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f8\u53cd\u6570\u662f\u2018\u6570\u91cf\u2019\u76f8\u7b49\u7684\u4e00\u79cd\u63cf\u8ff0\u65b9\u5f0f\uff0c\u5f3a\u8c03\u5728\u6570\u8f74\u4e0a\u7684\u5bf9\u79f0\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u91cf", "keywords": "\u6570\u5b66\u63cf\u8ff0,\u6570\u91cf\u5173\u7cfb", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u76f8\u53cd\u6570\u662f\u2018\u6570\u91cf\u2019\u76f8\u7b49\u7684\u4e00\u79cd\u63cf\u8ff0\u65b9\u5f0f\uff0c\u5f3a\u8c03\u5728\u6570\u8f74\u4e0a\u7684\u5bf9\u79f0\u5173\u7cfb\u3002", "to": "\u76f8\u53cd\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "Negative numbers are defined in relation to natural numbers with opposite meanings.\u003cSEP\u003e\u81ea\u7136\u6570\u4f5c\u4e3a\u6b63\u6570\u7684\u57fa\u7840\uff0c\u4e0e\u8d1f\u6570\u5f62\u6210\u5bf9\u6bd4\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u662f\u6b63\u6570\u7684\u53cd\u5411\u8868\u793a\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "conceptual understanding,extension,number system,numerical contrast", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde", "title": "Negative numbers are defined in relation to natural numbers with opposite meanings.\u003cSEP\u003e\u81ea\u7136\u6570\u4f5c\u4e3a\u6b63\u6570\u7684\u57fa\u7840\uff0c\u4e0e\u8d1f\u6570\u5f62\u6210\u5bf9\u6bd4\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u662f\u6b63\u6570\u7684\u53cd\u5411\u8868\u793a\u3002", "to": "\u8d1f\u6570", "width": 16.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570are formally constructed through\u516c\u7406\u4f53\u7cfbin mathematics.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "foundational systems,number theory", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u81ea\u7136\u6570are formally constructed through\u516c\u7406\u4f53\u7cfbin mathematics.", "to": "\u516c\u7406\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u8fd0\u7b97is defined on the set of\u81ea\u7136\u6570using axioms and recursion, forming the basis of arithmetic.\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97is first defined for\u81ea\u7136\u6570within arithmetic axioms.\u003cSEP\u003e\u81ea\u7136\u6570\u7684\u52a0\u6cd5\u662f\u57fa\u4e8e\u81ea\u7136\u6570\u7684\u540e\u7ee7\u5173\u7cfb\u5b9a\u4e49\u7684\uff0c\u662f\u81ea\u7136\u6570\u7cfb\u7edf\u7684\u57fa\u672c\u8fd0\u7b97\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "arithmetic foundation,arithmetic foundations,number operations,operation definition,\u57fa\u7840\u8fd0\u7b97,\u6570\u7cfb\u6027\u8d28", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u52a0\u6cd5\u8fd0\u7b97is defined on the set of\u81ea\u7136\u6570using axioms and recursion, forming the basis of arithmetic.\u003cSEP\u003e\u52a0\u6cd5\u8fd0\u7b97is first defined for\u81ea\u7136\u6570within arithmetic axioms.\u003cSEP\u003e\u81ea\u7136\u6570\u7684\u52a0\u6cd5\u662f\u57fa\u4e8e\u81ea\u7136\u6570\u7684\u540e\u7ee7\u5173\u7cfb\u5b9a\u4e49\u7684\uff0c\u662f\u81ea\u7136\u6570\u7cfb\u7edf\u7684\u57fa\u672c\u8fd0\u7b97\u4e4b\u4e00\u3002", "to": "\u52a0\u6cd5\u8fd0\u7b97", "width": 27.0}, {"created_at": 1752674566, "description": "Natural numbers are expanded to integers and further to rational numbers to accommodate inverse operations like subtraction and division.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical expansion,number systems", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Natural numbers are expanded to integers and further to rational numbers to accommodate inverse operations like subtraction and division.", "to": "\u6709\u7406\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u0027\u62bd\u8c61\u0027 is the process that transforms \u0027\u6570\u91cf\u0027 into \u0027\u81ea\u7136\u6570\u0027 by removing contextual specifics.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "formalization,generalization process", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u62bd\u8c61\u0027 is the process that transforms \u0027\u6570\u91cf\u0027 into \u0027\u81ea\u7136\u6570\u0027 by removing contextual specifics.", "to": "\u62bd\u8c61", "width": 10.0}, {"created_at": 1752674566, "description": "Natural numbers are commonly represented using the decimal system, which relies on ten symbols and positional notation.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "numeral systems,representation", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Natural numbers are commonly represented using the decimal system, which relies on ten symbols and positional notation.", "to": "\u5341\u8fdb\u5236", "width": 9.0}, {"created_at": 1752674566, "description": "Mathematics teachers must understand the abstract definition and logical structure of natural numbers to teach them effectively.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "abstract concepts,education", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Mathematics teachers must understand the abstract definition and logical structure of natural numbers to teach them effectively.", "to": "\u6570\u5b66\u6559\u5e08", "width": 8.0}, {"created_at": 1752674566, "description": "Elementary mathematics education introduces natural numbers in a concrete manner, avoiding overly abstract definitions.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "foundational concepts,pedagogy", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Elementary mathematics education introduces natural numbers in a concrete manner, avoiding overly abstract definitions.", "to": "\u5c0f\u5b66\u9636\u6bb5\u7684\u6570\u5b66\u6559\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "Natural numbers are fundamental objects of study in mathematics, demonstrating abstraction from concrete quantities.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "abstraction,foundational concepts", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Natural numbers are fundamental objects of study in mathematics, demonstrating abstraction from concrete quantities.", "to": "\u6570\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "Calculation methods are developed through abstract number theory and applied to natural number operations.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "application,mathematical operations", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Calculation methods are developed through abstract number theory and applied to natural number operations.", "to": "\u8fd0\u7b97\u65b9\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "The successor relationship formally defines the sequence and properties of natural numbers mathematically.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "definitional foundation,sequencing", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "The successor relationship formally defines the sequence and properties of natural numbers mathematically.", "to": "\u540e\u7ee7", "width": 10.0}, {"created_at": 1752674566, "description": "\u56db\u5219\u8fd0\u7b97\u4e2d\u7684\u52a0\u6cd5\u662f\u81ea\u7136\u6570\u7684\u57fa\u672c\u8fd0\u7b97\uff0c\u5176\u4ed6\u8fd0\u7b97\u5982\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\u90fd\u662f\u5728\u52a0\u6cd5\u7684\u57fa\u7840\u4e0a\u4ea7\u751f\u7684\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6570\u5b66\u57fa\u7840,\u8fd0\u7b97\u5173\u7cfb", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u56db\u5219\u8fd0\u7b97\u4e2d\u7684\u52a0\u6cd5\u662f\u81ea\u7136\u6570\u7684\u57fa\u672c\u8fd0\u7b97\uff0c\u5176\u4ed6\u8fd0\u7b97\u5982\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\u90fd\u662f\u5728\u52a0\u6cd5\u7684\u57fa\u7840\u4e0a\u4ea7\u751f\u7684\u3002", "to": "\u56db\u5219\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "The set of integers is an extension of the set of natural numbers, including negative numbers and zero.\u003cSEP\u003e\u4e3a\u4fdd\u8bc1\u51cf\u6cd5\u8fd0\u7b97\u5c01\u95ed\u6027\uff0c\u6570\u96c6\u4ece\u81ea\u7136\u6570\u6269\u5f20\u5230\u6574\u6570\u3002\u003cSEP\u003e\u6574\u6570\u662f\u901a\u8fc7\u81ea\u7136\u6570\u6269\u5c55\u800c\u6765\u7684\u6570\u7cfb\uff0c\u5f15\u5165\u4e86\u8d1f\u6570\u548c\u96f6\uff0c\u4f7f\u52a0\u51cf\u8fd0\u7b97\u5c01\u95ed\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "extension,number sets,\u6570\u7cfb\u6269\u5c55,\u6570\u7cfb\u6269\u5f20,\u8fd0\u7b97\u5c01\u95ed,\u8fd0\u7b97\u5c01\u95ed\u6027", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The set of integers is an extension of the set of natural numbers, including negative numbers and zero.\u003cSEP\u003e\u4e3a\u4fdd\u8bc1\u51cf\u6cd5\u8fd0\u7b97\u5c01\u95ed\u6027\uff0c\u6570\u96c6\u4ece\u81ea\u7136\u6570\u6269\u5f20\u5230\u6574\u6570\u3002\u003cSEP\u003e\u6574\u6570\u662f\u901a\u8fc7\u81ea\u7136\u6570\u6269\u5c55\u800c\u6765\u7684\u6570\u7cfb\uff0c\u5f15\u5165\u4e86\u8d1f\u6570\u548c\u96f6\uff0c\u4f7f\u52a0\u51cf\u8fd0\u7b97\u5c01\u95ed\u3002", "to": "\u6574\u6570", "width": 25.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570are mentioned as an example of symbolic representation in the discussion of\u7b26\u53f7\u610f\u8bc6.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical concepts,symbolic representation", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u81ea\u7136\u6570are mentioned as an example of symbolic representation in the discussion of\u7b26\u53f7\u610f\u8bc6.", "to": "\u7b26\u53f7\u610f\u8bc6", "width": 7.0}, {"created_at": 1752674566, "description": "\u96c6\u5408\u4e4b\u95f4\u7684\u5bf9\u5e94\u5173\u7cfb\u662f\u81ea\u7136\u6570\u6982\u5ff5\u5f62\u6210\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u62bd\u8c61\u6982\u5ff5,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u96c6\u5408\u4e4b\u95f4\u7684\u5bf9\u5e94\u5173\u7cfb\u662f\u81ea\u7136\u6570\u6982\u5ff5\u5f62\u6210\u7684\u57fa\u7840\u3002", "to": "\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u9636\u6bb5\u5e94\u91cd\u89c6\u81ea\u7136\u6570\u4e0e\u6570\u91cf\u7684\u5bf9\u5e94\u5173\u7cfb\u6559\u5b66\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u5c0f\u5b66\u9636\u6bb5\u5e94\u91cd\u89c6\u81ea\u7136\u6570\u4e0e\u6570\u91cf\u7684\u5bf9\u5e94\u5173\u7cfb\u6559\u5b66\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u5f3a\u8c03\u901a\u8fc7\u5bf9\u5e94\u65b9\u6cd5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u81ea\u7136\u6570\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6570\u5b66\u6559\u80b2\u5f3a\u8c03\u901a\u8fc7\u5bf9\u5e94\u65b9\u6cd5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u81ea\u7136\u6570\u7684\u6982\u5ff5\u3002", "to": "\u6570\u5b66\u6559\u80b2", "width": 9.0}, {"created_at": 1752674566, "description": "The Peano axioms provide a rigorous foundation for defining natural numbers and operations such as addition.\u003cSEP\u003e\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u5b9a\u4e49\u81ea\u7136\u6570\u7684\u57fa\u7840\uff0c\u901a\u8fc7\u8be5\u4f53\u7cfb\u53ef\u4ee5\u4e25\u683c\u5b9a\u4e49\u81ea\u7136\u6570\u7684\u6027\u8d28\u548c\u8fd0\u7b97\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "formal definition,mathematical structure,\u62bd\u8c61\u7ed3\u6784,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The Peano axioms provide a rigorous foundation for defining natural numbers and operations such as addition.\u003cSEP\u003e\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u5b9a\u4e49\u81ea\u7136\u6570\u7684\u57fa\u7840\uff0c\u901a\u8fc7\u8be5\u4f53\u7cfb\u53ef\u4ee5\u4e25\u683c\u5b9a\u4e49\u81ea\u7136\u6570\u7684\u6027\u8d28\u548c\u8fd0\u7b97\u3002", "to": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 19.0}, {"created_at": 1752674566, "description": "\u76f4\u63a5\u540e\u7ee7is the foundational concept used to define\u81ea\u7136\u6570in the Peano axioms, where each number generates the next through addition of one.\u003cSEP\u003e\u76f4\u63a5\u540e\u7ee7\u662f\u81ea\u7136\u6570\u901a\u8fc7\u52a01\u751f\u6210\u4e0b\u4e00\u4e2a\u6570\u7684\u65b9\u5f0f\uff0c\u662f\u81ea\u7136\u6570\u5b9a\u4e49\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical progression,number generation,\u5e8f\u5217\u751f\u6210,\u6570\u5b9a\u4e49", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u76f4\u63a5\u540e\u7ee7is the foundational concept used to define\u81ea\u7136\u6570in the Peano axioms, where each number generates the next through addition of one.\u003cSEP\u003e\u76f4\u63a5\u540e\u7ee7\u662f\u81ea\u7136\u6570\u901a\u8fc7\u52a01\u751f\u6210\u4e0b\u4e00\u4e2a\u6570\u7684\u65b9\u5f0f\uff0c\u662f\u81ea\u7136\u6570\u5b9a\u4e49\u7684\u57fa\u7840\u3002", "to": "\u76f4\u63a5\u540e\u7ee7", "width": 18.0}, {"created_at": 1752674566, "description": "\u76ae\u4e9a\u8bfadeveloped a formal system to define\u81ea\u7136\u6570, providing a rigorous foundation for arithmetic and number theory.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "formalization,mathematical structure", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u76ae\u4e9a\u8bfadeveloped a formal system to define\u81ea\u7136\u6570, providing a rigorous foundation for arithmetic and number theory.", "to": "\u76ae\u4e9a\u8bfa", "width": 9.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u662f\u6570\u7cfb\u7684\u4e00\u79cd\uff0c\u5176\u4ed6\u6570\u7cfb\u5982\u6574\u6570\u3001\u6709\u7406\u6570\u7b49\u90fd\u662f\u5728\u81ea\u7136\u6570\u57fa\u7840\u4e0a\u901a\u8fc7\u8fd0\u7b97\u6269\u5c55\u800c\u6765\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u57fa\u7840\u6570\u7cfb,\u6570\u7cfb\u6269\u5c55", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u81ea\u7136\u6570\u662f\u6570\u7cfb\u7684\u4e00\u79cd\uff0c\u5176\u4ed6\u6570\u7cfb\u5982\u6574\u6570\u3001\u6709\u7406\u6570\u7b49\u90fd\u662f\u5728\u81ea\u7136\u6570\u57fa\u7840\u4e0a\u901a\u8fc7\u8fd0\u7b97\u6269\u5c55\u800c\u6765\u3002", "to": "\u6570\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u540e\u7ee7\u6570\u662f\u81ea\u7136\u6570\u901a\u8fc7\u52a01\u751f\u6210\u7684\u4e0b\u4e00\u4e2a\u6570\uff0c\u6784\u6210\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u5e8f\u5217\u751f\u6210,\u6570\u5b9a\u4e49", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u540e\u7ee7\u6570\u662f\u81ea\u7136\u6570\u901a\u8fc7\u52a01\u751f\u6210\u7684\u4e0b\u4e00\u4e2a\u6570\uff0c\u6784\u6210\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u57fa\u7840\u3002", "to": "\u540e\u7ee7\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c5\u6761\u786e\u4fdd\u4e0e\u81ea\u7136\u6570\u7b49\u4ef7\u7684\u5143\u7d20\u90fd\u662f\u81ea\u7136\u6570\uff0c\u7ef4\u62a4\u4e86\u81ea\u7136\u6570\u7684\u5c01\u95ed\u6027\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u516c\u7406\u5b9a\u4e49,\u5c01\u95ed\u6027", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u7b2c5\u6761\u786e\u4fdd\u4e0e\u81ea\u7136\u6570\u7b49\u4ef7\u7684\u5143\u7d20\u90fd\u662f\u81ea\u7136\u6570\uff0c\u7ef4\u62a4\u4e86\u81ea\u7136\u6570\u7684\u5c01\u95ed\u6027\u3002", "to": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c5\u6761", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c6\u6761\u8bf4\u660e\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u81ea\u7136\u6570\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u751f\u6210\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u516c\u7406\u5b9a\u4e49,\u5e8f\u5217\u751f\u6210", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u7b2c6\u6761\u8bf4\u660e\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u81ea\u7136\u6570\uff0c\u4fdd\u8bc1\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u751f\u6210\u3002", "to": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c6\u6761", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c7\u6761\u786e\u4fdd\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u552f\u4e00\u7684\uff0c\u907f\u514d\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u6b67\u4e49\u6027\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u552f\u4e00\u6027,\u5e8f\u5217\u5b9a\u4e49", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u7b2c7\u6761\u786e\u4fdd\u81ea\u7136\u6570\u7684\u540e\u7ee7\u662f\u552f\u4e00\u7684\uff0c\u907f\u514d\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u6b67\u4e49\u6027\u3002", "to": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c7\u6761", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c8\u6761\u89c4\u5b9a\u81ea\u7136\u6570\u52a01\u4e0d\u4f1a\u7b49\u4e8e\u96f6\uff0c\u786e\u4fdd\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u8d77\u70b9\u552f\u4e00\u6027\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u516c\u7406\u5b9a\u4e49,\u8d77\u70b9\u552f\u4e00\u6027", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u7b2c8\u6761\u89c4\u5b9a\u81ea\u7136\u6570\u52a01\u4e0d\u4f1a\u7b49\u4e8e\u96f6\uff0c\u786e\u4fdd\u4e86\u81ea\u7136\u6570\u5e8f\u5217\u7684\u8d77\u70b9\u552f\u4e00\u6027\u3002", "to": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c8\u6761", "width": 9.0}, {"created_at": 1752674566, "description": "\u53cd\u8bc1\u6cd5\u88ab\u7528\u4e8e\u8bc1\u660e\u81ea\u7136\u6570\u4e4b\u95f4\u7684\u4e0d\u7b49\u5173\u7cfb\uff0c\u59824 \u2260 3\u7684\u8bc1\u660e\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6570\u6027\u8d28,\u903b\u8f91\u8bc1\u660e", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u53cd\u8bc1\u6cd5\u88ab\u7528\u4e8e\u8bc1\u660e\u81ea\u7136\u6570\u4e4b\u95f4\u7684\u4e0d\u7b49\u5173\u7cfb\uff0c\u59824 \u2260 3\u7684\u8bc1\u660e\u3002", "to": "\u53cd\u8bc1\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u6392\u4e2d\u5f8b\u7528\u4e8e\u81ea\u7136\u6570\u7684\u903b\u8f91\u63a8\u7406\uff0c\u786e\u4fdd\u547d\u9898\u975e\u771f\u5373\u5047\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6570\u63a8\u7406,\u903b\u8f91\u6027\u8d28", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6392\u4e2d\u5f8b\u7528\u4e8e\u81ea\u7136\u6570\u7684\u903b\u8f91\u63a8\u7406\uff0c\u786e\u4fdd\u547d\u9898\u975e\u771f\u5373\u5047\u3002", "to": "\u6392\u4e2d\u5f8b", "width": 7.0}, {"created_at": 1752674566, "description": "The\u4e09\u6b67\u6027\u5b9a\u7406applies universally to all pairs of\u81ea\u7136\u6570, ensuring a unique comparison outcome.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "numerical comparison,universal property", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "The\u4e09\u6b67\u6027\u5b9a\u7406applies universally to all pairs of\u81ea\u7136\u6570, ensuring a unique comparison outcome.", "to": "\u4e09\u6b67\u6027\u5b9a\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u7b97\u672f\u516c\u7406\u4f53\u7cfbdefines the properties and operations of\u81ea\u7136\u6570.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "axiomatic definition,numerical foundation", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u7b97\u672f\u516c\u7406\u4f53\u7cfbdefines the properties and operations of\u81ea\u7136\u6570.", "to": "\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "The minimal one-digit number varies depending on whether the set of natural numbers starts at 0 or 1.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical definitions,number theory", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "The minimal one-digit number varies depending on whether the set of natural numbers starts at 0 or 1.", "to": "\u6700\u5c0f\u7684\u4e00\u4f4d\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u5305\u62ec0\u6216\u4e0d\u5305\u62ec0,\u6587\u4e2d\u7279\u522b\u9650\u5b9a\u4e3a\u975e0\u81ea\u7136\u6570\u4f5c\u4e3a\u8ba8\u8bba\u8303\u56f4\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "domain,number system", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u81ea\u7136\u6570\u5305\u62ec0\u6216\u4e0d\u5305\u62ec0,\u6587\u4e2d\u7279\u522b\u9650\u5b9a\u4e3a\u975e0\u81ea\u7136\u6570\u4f5c\u4e3a\u8ba8\u8bba\u8303\u56f4\u3002", "to": "\u975e0\u81ea\u7136\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "Prime numbers are a subset of natural numbers, defined as natural numbers greater than 1 that have no divisors other than 1 and themselves.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical classification,number theory", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Prime numbers are a subset of natural numbers, defined as natural numbers greater than 1 that have no divisors other than 1 and themselves.", "to": "\u7d20\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "p!+1 is a specific natural number constructed from the product of all primes up to p, plus one, used in Euclid\u0027s proof of the infinitude of primes.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical proof,number construction", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "p!+1 is a specific natural number constructed from the product of all primes up to p, plus one, used in Euclid\u0027s proof of the infinitude of primes.", "to": "p!+1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e13\u95e8\u7528\u4e8e\u8bc1\u660e\u5173\u4e8e\u81ea\u7136\u6570\u7684\u547d\u9898\uff0c\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u672c\u7684\u5f52\u7eb3\u63a8\u7406\u65b9\u6cd5\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "number theory,proof method", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e13\u95e8\u7528\u4e8e\u8bc1\u660e\u5173\u4e8e\u81ea\u7136\u6570\u7684\u547d\u9898\uff0c\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u672c\u7684\u5f52\u7eb3\u63a8\u7406\u65b9\u6cd5\u4e4b\u4e00\u3002", "to": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u6700\u57fa\u7840\u7684\u6570\u91cf\u7cfb\u7edf\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6570\u7406\u57fa\u7840,\u6570\u91cf\u62bd\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u81ea\u7136\u6570\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u6700\u57fa\u7840\u7684\u6570\u91cf\u7cfb\u7edf\u4e4b\u4e00\u3002", "to": "\u6570\u5b66\u7814\u7a76", "width": 9.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u4f5c\u4e3a\u4e00\u79cd\u62bd\u8c61\u5b58\u5728\uff0c\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\u800c\u975e\u5177\u4f53\u5b9e\u7269\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "\u6570\u5b66\u57fa\u7840,\u6570\u91cf\u62bd\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u81ea\u7136\u6570\u4f5c\u4e3a\u4e00\u79cd\u62bd\u8c61\u5b58\u5728\uff0c\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\u800c\u975e\u5177\u4f53\u5b9e\u7269\u3002", "to": "\u62bd\u8c61\u7684\u5b58\u5728", "width": 9.0}, {"created_at": 1752674566, "description": "\u6700\u5c0f\u5143\u7d20\u539f\u7406\u6307\u51fa\u4efb\u610f\u81ea\u7136\u6570\u7684\u5b50\u96c6\u90fd\u5b58\u5728\u6700\u5c0f\u5143\u7d20.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570", "keywords": "mathematical axiom,set theory", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6700\u5c0f\u5143\u7d20\u539f\u7406\u6307\u51fa\u4efb\u610f\u81ea\u7136\u6570\u7684\u5b50\u96c6\u90fd\u5b58\u5728\u6700\u5c0f\u5143\u7d20.", "to": "\u6700\u5c0f\u5143\u7d20\u539f\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "Negative numbers were systematically studied and operationalized through the \u0027Positive and Negative Operations\u0027 in Chinese mathematics.", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "arithmetic systems,historical development", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Negative numbers were systematically studied and operationalized through the \u0027Positive and Negative Operations\u0027 in Chinese mathematics.", "to": "\u6b63\u8d1f\u672f", "width": 9.0}, {"created_at": 1752674566, "description": "Brahmagupta formalized arithmetic operations with negative numbers, expanding their mathematical application.", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "arithmetic rules,number systems", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Brahmagupta formalized arithmetic operations with negative numbers, expanding their mathematical application.", "to": "Brahmagupta", "width": 8.0}, {"created_at": 1752674566, "description": "Positive numbers and negative numbers are opposites in arithmetic, with subtraction involving transitions between them.\u003cSEP\u003e\u8d1f\u6570\u4e0e\u6b63\u6570\u4e00\u4e00\u5bf9\u5e94\uff0c\u662f\u6570\u91cf\u76f8\u7b49\u4f46\u610f\u4e49\u76f8\u53cd\u7684\u6570\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u4e2d\u5bf9\u7acb\u7edf\u4e00\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "arithmetic,number classification,\u6570\u91cf\u5bf9\u5e94,\u76f8\u53cd\u610f\u4e49", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147", "title": "Positive numbers and negative numbers are opposites in arithmetic, with subtraction involving transitions between them.\u003cSEP\u003e\u8d1f\u6570\u4e0e\u6b63\u6570\u4e00\u4e00\u5bf9\u5e94\uff0c\u662f\u6570\u91cf\u76f8\u7b49\u4f46\u610f\u4e49\u76f8\u53cd\u7684\u6570\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u4e2d\u5bf9\u7acb\u7edf\u4e00\u7684\u6982\u5ff5\u3002", "to": "\u6b63\u6570", "width": 20.0}, {"created_at": 1752674566, "description": "The\u300a\u4e5d\u7ae0\u7b97\u672f\u300bintroduced the concept and use of negative numbers in ancient Chinese mathematics.", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "historical development,number theory", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "The\u300a\u4e5d\u7ae0\u7b97\u672f\u300bintroduced the concept and use of negative numbers in ancient Chinese mathematics.", "to": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "This identity shows that subtracting a negative number increases the value, directly involving the concept of negative numbers.", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "arithmetic,inverse operations", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "This identity shows that subtracting a negative number increases the value, directly involving the concept of negative numbers.", "to": "a - (-b) = a + b", "width": 9.0}, {"created_at": 1752674566, "description": "Understanding negative numbers is a key part of mathematics education, especially in developing conceptual reasoning.", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "mathematical concepts,teaching", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "Understanding negative numbers is a key part of mathematics education, especially in developing conceptual reasoning.", "to": "\u6570\u5b66\u6559\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u6587\u4e2d\u6307\u51fa\u81f3\u5c11\u5728\u6c49\u671d\u65f6\u671f\uff0c\u53e4\u4ee3\u4e2d\u56fd\u4eba\u5df2\u7ecf\u5728\u65e5\u5e38\u751f\u6d3b\u548c\u751f\u4ea7\u5b9e\u8df5\u4e2d\u4f7f\u7528\u8d1f\u6570\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "historical usage,mathematical concept", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6587\u4e2d\u6307\u51fa\u81f3\u5c11\u5728\u6c49\u671d\u65f6\u671f\uff0c\u53e4\u4ee3\u4e2d\u56fd\u4eba\u5df2\u7ecf\u5728\u65e5\u5e38\u751f\u6d3b\u548c\u751f\u4ea7\u5b9e\u8df5\u4e2d\u4f7f\u7528\u8d1f\u6570\u3002", "to": "\u6c49\u671d", "width": 9.0}, {"created_at": 1752674566, "description": "\u8d1f\u6570\u662f\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5\u4e2d\u7684\u5173\u952e\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u89e3\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "mathematical operation,numerical concept", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u8d1f\u6570\u662f\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5\u4e2d\u7684\u5173\u952e\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u89e3\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u3002", "to": "\u6b63\u8d1f\u6570\u52a0\u51cf\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f7f\u7528\u4e86\u8d1f\u6570\u6765\u8868\u793a\u4e0d\u540c\u7684\u7cfb\u6570\uff0c\u5982-13z\u3001-9y\u7b49\u3002\u003cSEP\u003e\u8d1f\u6570\u5728\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u88ab\u7528\u6765\u8868\u793a\u4e70\u5356\u4ea4\u6613\u7684\u652f\u51fa\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "algebraic structure,numerical representation,\u5386\u53f2\u80cc\u666f,\u6570\u5b66\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u4f7f\u7528\u4e86\u8d1f\u6570\u6765\u8868\u793a\u4e0d\u540c\u7684\u7cfb\u6570\uff0c\u5982-13z\u3001-9y\u7b49\u3002\u003cSEP\u003e\u8d1f\u6570\u5728\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u88ab\u7528\u6765\u8868\u793a\u4e70\u5356\u4ea4\u6613\u7684\u652f\u51fa\u3002", "to": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "width": 16.0}, {"created_at": 1752674566, "description": "\u901a\u8fc7\u4e09\u6b21\u4e70\u5356\u7684\u6536\u652f\u60c5\u51b5\uff0c\u5b66\u751f\u5b66\u4e60\u5982\u4f55\u7528\u6b63\u8d1f\u6570\u8868\u793a\u6536\u5165\u4e0e\u652f\u51fa\uff0c\u4ece\u800c\u7406\u89e3\u8d1f\u6570\u7684\u5b9e\u9645\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "numerical representation,real-world application", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u901a\u8fc7\u4e09\u6b21\u4e70\u5356\u7684\u6536\u652f\u60c5\u51b5\uff0c\u5b66\u751f\u5b66\u4e60\u5982\u4f55\u7528\u6b63\u8d1f\u6570\u8868\u793a\u6536\u5165\u4e0e\u652f\u51fa\uff0c\u4ece\u800c\u7406\u89e3\u8d1f\u6570\u7684\u5b9e\u9645\u610f\u4e49\u3002", "to": "\u4e70\u4e0e\u5356\u6559\u5b66\u7247\u6bb5", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e00\u6b21\u4e70\u5356\u4e2d\u6536\u5165\u548c\u652f\u51fa\u7684\u5bf9\u6bd4\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u7684\u8868\u793a\u65b9\u6cd5\uff0c\u5c3d\u7ba1\u7ed3\u679c\u4e3a\u6b63\uff0c\u4f46\u4e3a\u5f15\u5165\u8d1f\u6570\u63d0\u4f9b\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "contextual learning,numerical comparison", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u7b2c\u4e00\u6b21\u4e70\u5356\u4e2d\u6536\u5165\u548c\u652f\u51fa\u7684\u5bf9\u6bd4\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u7684\u8868\u793a\u65b9\u6cd5\uff0c\u5c3d\u7ba1\u7ed3\u679c\u4e3a\u6b63\uff0c\u4f46\u4e3a\u5f15\u5165\u8d1f\u6570\u63d0\u4f9b\u57fa\u7840\u3002", "to": "\u7b2c\u4e00\u6b21\u4e70\u5356", "width": 7.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e8c\u6b21\u4e70\u5356\u4e2d\u6536\u652f\u5e73\u8861\u4e3a0\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u76f8\u4e92\u62b5\u6d88\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "balance,zero concept", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u7b2c\u4e8c\u6b21\u4e70\u5356\u4e2d\u6536\u652f\u5e73\u8861\u4e3a0\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6b63\u8d1f\u6570\u76f8\u4e92\u62b5\u6d88\u7684\u6982\u5ff5\u3002", "to": "\u7b2c\u4e8c\u6b21\u4e70\u5356", "width": 6.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e09\u6b21\u4e70\u5356\u4e2d\u5408\u8ba1\u652f\u51fa6\u94b1\uff0c\u76f4\u63a5\u4f7f\u7528\u8d1f\u6570-6\u8868\u793a\uff0c\u662f\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u610f\u4e49\u7684\u5173\u952e\u4f8b\u5b50\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "negative representation,real-life context", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u7b2c\u4e09\u6b21\u4e70\u5356\u4e2d\u5408\u8ba1\u652f\u51fa6\u94b1\uff0c\u76f4\u63a5\u4f7f\u7528\u8d1f\u6570-6\u8868\u793a\uff0c\u662f\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u610f\u4e49\u7684\u5173\u952e\u4f8b\u5b50\u3002", "to": "\u7b2c\u4e09\u6b21\u4e70\u5356", "width": 9.0}, {"created_at": 1752674566, "description": "\u6536\u652f\u8868\u683c\u4e2d\u4f7f\u7528\u8d1f\u6570\u8868\u793a\u652f\u51fa\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u5728\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "financial literacy,numerical notation", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6536\u652f\u8868\u683c\u4e2d\u4f7f\u7528\u8d1f\u6570\u8868\u793a\u652f\u51fa\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u5728\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u6536\u652f\u8868\u683c", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u4e2d\u901a\u8fc7\u751f\u6d3b\u60c5\u5883\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u7684\u610f\u4e49\u548c\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "conceptual learning,instructional method", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u4e2d\u901a\u8fc7\u751f\u6d3b\u60c5\u5883\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u7684\u610f\u4e49\u548c\u5e94\u7528\u3002", "to": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u65b9\u7a0b\u300b\u7bc7\u4e2d\u9996\u6b21\u4f7f\u7528\u8d1f\u6570\u6765\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u662f\u8d1f\u6570\u6982\u5ff5\u7684\u8d77\u6e90\u4e4b\u4e00\u3002\u003cSEP\u003e\u300a\u65b9\u7a0b\u300b\u7bc7\u4e2d\u9996\u6b21\u4f7f\u7528\u8d1f\u6570\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u6807\u5fd7\u7740\u8d1f\u6570\u6982\u5ff5\u7684\u6b63\u5f0f\u8bde\u751f\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "historical origin,mathematical application,\u5386\u53f2\u8d77\u6e90,\u6570\u5b66\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u300a\u65b9\u7a0b\u300b\u7bc7\u4e2d\u9996\u6b21\u4f7f\u7528\u8d1f\u6570\u6765\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u662f\u8d1f\u6570\u6982\u5ff5\u7684\u8d77\u6e90\u4e4b\u4e00\u3002\u003cSEP\u003e\u300a\u65b9\u7a0b\u300b\u7bc7\u4e2d\u9996\u6b21\u4f7f\u7528\u8d1f\u6570\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u6807\u5fd7\u7740\u8d1f\u6570\u6982\u5ff5\u7684\u6b63\u5f0f\u8bde\u751f\u3002", "to": "\u300a\u65b9\u7a0b\u300b\u7bc7", "width": 17.0}, {"created_at": 1752674566, "description": "\u8d1f\u6570\u548c\u5206\u6570\u90fd\u662f\u6570\u7684\u6269\u5c55\u6982\u5ff5\uff0c\u5206\u522b\u7528\u4e8e\u8868\u793a\u610f\u4e49\u76f8\u53cd\u7684\u91cf\u548c\u4e0d\u80fd\u6574\u9664\u7684\u91cf\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "extension,number system", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u8d1f\u6570\u548c\u5206\u6570\u90fd\u662f\u6570\u7684\u6269\u5c55\u6982\u5ff5\uff0c\u5206\u522b\u7528\u4e8e\u8868\u793a\u610f\u4e49\u76f8\u53cd\u7684\u91cf\u548c\u4e0d\u80fd\u6574\u9664\u7684\u91cf\u3002", "to": "\u5206\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "\u8d1f\u6570\u7528\u4e8e\u8868\u793a\u4e0e\u6536\u5165\u610f\u4e49\u76f8\u53cd\u7684\u652f\u51fa\uff0c\u5982-24\u8868\u793a\u652f\u51fa24\u94b1\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "\u7b26\u53f7\u8868\u793a,\u8d22\u52a1\u5bf9\u6bd4", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u8d1f\u6570\u7528\u4e8e\u8868\u793a\u4e0e\u6536\u5165\u610f\u4e49\u76f8\u53cd\u7684\u652f\u51fa\uff0c\u5982-24\u8868\u793a\u652f\u51fa24\u94b1\u3002", "to": "\u6536\u5165", "width": 8.0}, {"created_at": 1752674566, "description": "\u8d1f\u6570\u662f\u8868\u793a\u652f\u51fa\u7684\u6807\u51c6\u6570\u5b66\u5de5\u5177\uff0c\u5982-24\u8868\u793a\u652f\u51fa24\u94b1\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "\u6570\u5b66\u8868\u793a,\u8d22\u52a1\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u8d1f\u6570\u662f\u8868\u793a\u652f\u51fa\u7684\u6807\u51c6\u6570\u5b66\u5de5\u5177\uff0c\u5982-24\u8868\u793a\u652f\u51fa24\u94b1\u3002", "to": "\u652f\u51fa", "width": 9.0}, {"created_at": 1752674566, "description": "\u7535\u68af\u7684\u4e0a\u4e0b\u8fd0\u52a8\u662f\u8d1f\u6570\u7684\u4e00\u4e2a\u73b0\u5b9e\u5e94\u7528\uff0c\u4e0a\u5347\u7528\u6b63\u6570\uff0c\u4e0b\u964d\u7528\u8d1f\u6570\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "\u72b6\u6001\u8868\u793a,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u7535\u68af\u7684\u4e0a\u4e0b\u8fd0\u52a8\u662f\u8d1f\u6570\u7684\u4e00\u4e2a\u73b0\u5b9e\u5e94\u7528\uff0c\u4e0a\u5347\u7528\u6b63\u6570\uff0c\u4e0b\u964d\u7528\u8d1f\u6570\u3002", "to": "\u7535\u68af\u4e0a\u4e0b", "width": 7.0}, {"created_at": 1752674566, "description": "\u6c14\u6e29\u4f4e\u4e8e\u96f6\u5ea6\u65f6\u7528\u8d1f\u6570\u8868\u793a\uff0c\u5982-5\u00b0C\u8868\u793a\u96f6\u4e0b5\u5ea6\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "\u6e29\u5ea6\u6d4b\u91cf,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u6c14\u6e29\u4f4e\u4e8e\u96f6\u5ea6\u65f6\u7528\u8d1f\u6570\u8868\u793a\uff0c\u5982-5\u00b0C\u8868\u793a\u96f6\u4e0b5\u5ea6\u3002", "to": "\u6c14\u6e29\u9ad8\u4f4e", "width": 7.0}, {"created_at": 1752674566, "description": "\u65b9\u4f4d\u7684\u6b63\u53cd\u53ef\u4ee5\u7528\u8d1f\u6570\u8868\u793a\uff0c\u5982\u4e1c\u4e3a\u6b63\u3001\u897f\u4e3a\u8d1f\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "\u65b9\u5411\u8868\u793a,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u65b9\u4f4d\u7684\u6b63\u53cd\u53ef\u4ee5\u7528\u8d1f\u6570\u8868\u793a\uff0c\u5982\u4e1c\u4e3a\u6b63\u3001\u897f\u4e3a\u8d1f\u3002", "to": "\u65b9\u4f4d\u6b63\u53cd", "width": 7.0}, {"created_at": 1752674566, "description": "\u8d1f\u53f7\u201c-\u201d\u7528\u4e8e\u8868\u793a\u8d1f\u6570\uff0c\u5982-24\u8868\u793a\u8d1f\u657024\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "\u6570\u5b66\u6982\u5ff5,\u7b26\u53f7\u8868\u793a", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u8d1f\u53f7\u201c-\u201d\u7528\u4e8e\u8868\u793a\u8d1f\u6570\uff0c\u5982-24\u8868\u793a\u8d1f\u657024\u3002", "to": "\u8d1f\u53f7", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u8f74\u662f\u89e3\u91ca\u8d1f\u6570\u548c\u76f8\u53cd\u6570\u7684\u5e38\u7528\u5de5\u5177\uff0c\u4f46\u4e0d\u80fd\u7528\u4e8e\u5b9a\u4e49\u8d1f\u6570\u672c\u8eab\u3002", "file_path": "unknown_source", "from": "\u8d1f\u6570", "keywords": "mathematical visualization,negative numbers", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6570\u8f74\u662f\u89e3\u91ca\u8d1f\u6570\u548c\u76f8\u53cd\u6570\u7684\u5e38\u7528\u5de5\u5177\uff0c\u4f46\u4e0d\u80fd\u7528\u4e8e\u5b9a\u4e49\u8d1f\u6570\u672c\u8eab\u3002", "to": "\u6570\u8f74", "width": 8.0}, {"created_at": 1752674566, "description": "Fractions form the basis of rational numbers, which were initially thought to encompass all measurable quantities.\u003cSEP\u003eRational numbers are defined as ratios of integers, hence they can all be expressed as fractions.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "fractional form,mathematical concepts,number classification,number systems", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472", "title": "Fractions form the basis of rational numbers, which were initially thought to encompass all measurable quantities.\u003cSEP\u003eRational numbers are defined as ratios of integers, hence they can all be expressed as fractions.", "to": "\u6709\u7406\u6570", "width": 18.0}, {"created_at": 1752674566, "description": "Finite decimals are shown to be equivalent to fractions with denominators that are powers of ten.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "decimal representation,fractional equivalence", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Finite decimals are shown to be equivalent to fractions with denominators that are powers of ten.", "to": "\u6709\u9650\u5c0f\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "Infinite repeating decimals are shown to be expressible as fractions through the use of geometric series.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "decimal expansion,fractional equivalence", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Infinite repeating decimals are shown to be expressible as fractions through the use of geometric series.", "to": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u6bd4\u4f8b\u5173\u7cfb\u901a\u5e38\u901a\u8fc7\u5206\u6570\u5f62\u5f0f\u8868\u793a\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u7684\u6bd4\u7387\uff0c\u5982\u0027\u9e45\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\u0027\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "\u6570\u5b66\u6982\u5ff5,\u6bd4\u7387\u8868\u8fbe", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u6bd4\u4f8b\u5173\u7cfb\u901a\u5e38\u901a\u8fc7\u5206\u6570\u5f62\u5f0f\u8868\u793a\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u7684\u6bd4\u7387\uff0c\u5982\u0027\u9e45\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\u0027\u3002", "to": "\u6bd4\u4f8b\u5173\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u5206\u6570\u548c\u5c0f\u6570\u662f\u8868\u793a\u540c\u4e00\u7c7b\u6570\u91cf\u7684\u4e0d\u540c\u65b9\u5f0f\uff0c\u53ef\u4ee5\u76f8\u4e92\u8f6c\u6362\uff0c\u59821/2 = 0.5\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "conversion,numerical representation", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u5206\u6570\u548c\u5c0f\u6570\u662f\u8868\u793a\u540c\u4e00\u7c7b\u6570\u91cf\u7684\u4e0d\u540c\u65b9\u5f0f\uff0c\u53ef\u4ee5\u76f8\u4e92\u8f6c\u6362\uff0c\u59821/2 = 0.5\u3002", "to": "\u5c0f\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u5206\u6570\u53ef\u4ee5\u901a\u8fc7\u6362\u7b97\u8f6c\u5316\u4e3a\u767e\u5206\u6570\uff0c\u59821/2 = 50%\uff0c\u7528\u4e8e\u5b9e\u9645\u95ee\u9898\u4e2d\u7684\u6bd4\u8f83\u548c\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "numerical equivalence,practical use", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u5206\u6570\u53ef\u4ee5\u901a\u8fc7\u6362\u7b97\u8f6c\u5316\u4e3a\u767e\u5206\u6570\uff0c\u59821/2 = 50%\uff0c\u7528\u4e8e\u5b9e\u9645\u95ee\u9898\u4e2d\u7684\u6bd4\u8f83\u548c\u5e94\u7528\u3002", "to": "\u767e\u5206\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e8c\u5b66\u6bb5\u662f\u5b66\u751f\u6df1\u5165\u7406\u89e3\u548c\u5e94\u7528\u5206\u6570\u7684\u5173\u952e\u5b66\u4e60\u9636\u6bb5\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "\u5b66\u4e60\u9636\u6bb5,\u6570\u5b66\u5185\u5bb9", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u7b2c\u4e8c\u5b66\u6bb5\u662f\u5b66\u751f\u6df1\u5165\u7406\u89e3\u548c\u5e94\u7528\u5206\u6570\u7684\u5173\u952e\u5b66\u4e60\u9636\u6bb5\u3002", "to": "\u7b2c\u4e8c\u5b66\u6bb5", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e00\u5b66\u6bb5\u662f\u5b66\u751f\u521d\u6b65\u8ba4\u8bc6\u5206\u6570\u6982\u5ff5\u7684\u5b66\u4e60\u9636\u6bb5\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "\u5b66\u4e60\u9636\u6bb5,\u6570\u5b66\u5185\u5bb9", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u7b2c\u4e00\u5b66\u6bb5\u662f\u5b66\u751f\u521d\u6b65\u8ba4\u8bc6\u5206\u6570\u6982\u5ff5\u7684\u5b66\u4e60\u9636\u6bb5\u3002", "to": "\u7b2c\u4e00\u5b66\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u5206\u6570\u6559\u5b66\u901a\u5e38\u4ece\u0027\u6574\u4f53\u7684\u7b49\u5206\u0027\u8fd9\u4e00\u76f4\u89c2\u6982\u5ff5\u5165\u624b,\u5e2e\u52a9\u5b66\u751f\u5efa\u7acb\u5bf9\u5206\u6570\u7684\u57fa\u672c\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "\u6570\u5b66\u6559\u5b66,\u6982\u5ff5\u7406\u89e3", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5206\u6570\u6559\u5b66\u901a\u5e38\u4ece\u0027\u6574\u4f53\u7684\u7b49\u5206\u0027\u8fd9\u4e00\u76f4\u89c2\u6982\u5ff5\u5165\u624b,\u5e2e\u52a9\u5b66\u751f\u5efa\u7acb\u5bf9\u5206\u6570\u7684\u57fa\u672c\u7406\u89e3\u3002", "to": "\u6574\u4f53\u7684\u7b49\u5206", "width": 10.0}, {"created_at": 1752674566, "description": "\u5728\u6df1\u5165\u5b66\u4e60\u9636\u6bb5,\u5206\u6570\u4e5f\u7528\u4e8e\u8868\u8fbe\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u7684\u6bd4\u4f8b\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "\u6570\u5b66\u6982\u5ff5,\u6bd4\u4f8b\u5173\u7cfb", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5728\u6df1\u5165\u5b66\u4e60\u9636\u6bb5,\u5206\u6570\u4e5f\u7528\u4e8e\u8868\u8fbe\u4e24\u4e2a\u6570\u91cf\u4e4b\u95f4\u7684\u6bd4\u4f8b\u5173\u7cfb\u3002", "to": "\u6570\u91cf\u7684\u6bd4\u4f8b", "width": 7.0}, {"created_at": 1752674566, "description": "\u5206\u6570are introduced through the concept of\u5e73\u5747\u5206(equal partitioning), where a whole is divided into equal parts and each part represents a fraction.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "conceptual introduction,partitioning", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5206\u6570are introduced through the concept of\u5e73\u5747\u5206(equal partitioning), where a whole is divided into equal parts and each part represents a fraction.", "to": "\u5e73\u5747\u5206", "width": 10.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8981\u70b9include key ideas that help students understand\u5206\u6570, such as identifying the whole, equal division, and recognizing unit fractions.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "conceptual clarity,teaching strategy", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6559\u5b66\u8981\u70b9include key ideas that help students understand\u5206\u6570, such as identifying the whole, equal division, and recognizing unit fractions.", "to": "\u6559\u5b66\u8981\u70b9", "width": 9.0}, {"created_at": 1752674566, "description": "\u5206\u6570and\u5c0f\u6570\u7684\u8ba4\u8bc6are both used to express part-whole relationships, and understanding one helps in understanding the other.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "conceptual parallel,mathematical relationship", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5206\u6570and\u5c0f\u6570\u7684\u8ba4\u8bc6are both used to express part-whole relationships, and understanding one helps in understanding the other.", "to": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u6574\u4f531 is the foundational concept in understanding\u5206\u6570, as it represents the whole that is divided into equal parts.", "file_path": "unknown_source", "from": "\u5206\u6570", "keywords": "mathematical basis,part-whole relationship", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u6574\u4f531 is the foundational concept in understanding\u5206\u6570, as it represents the whole that is divided into equal parts.", "to": "\u6574\u4f531", "width": 9.0}, {"created_at": 1752674566, "description": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570are distinguished through their\u5c0f\u6570representations.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "decimal properties,number classification", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570are distinguished through their\u5c0f\u6570representations.", "to": "\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u6570can be converted into\u767e\u5206\u6570and vice versa, forming a key part of the curriculum in the second learning stage.\u003cSEP\u003e\u5c0f\u6570\u53ef\u4ee5\u901a\u8fc7\u4e58\u4ee5100\u8f6c\u5316\u4e3a\u767e\u5206\u6570\uff0c\u59820.5 = 50%\uff0c\u7528\u4e8e\u8868\u793a\u6bd4\u4f8b\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "conversion,numerical representation,proportional representation", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u5c0f\u6570can be converted into\u767e\u5206\u6570and vice versa, forming a key part of the curriculum in the second learning stage.\u003cSEP\u003e\u5c0f\u6570\u53ef\u4ee5\u901a\u8fc7\u4e58\u4ee5100\u8f6c\u5316\u4e3a\u767e\u5206\u6570\uff0c\u59820.5 = 50%\uff0c\u7528\u4e8e\u8868\u793a\u6bd4\u4f8b\u5173\u7cfb\u3002", "to": "\u767e\u5206\u6570", "width": 18.0}, {"created_at": 1752674566, "description": "\u674e\u5b81\u5b81\u53c2\u4e0e\u4e86\u6709\u5173\u5c0f\u6570\u6559\u5b66\u8bbe\u8ba1\u7684\u8ba8\u8bba,\u4f53\u73b0\u4e86\u5176\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e13\u4e1a\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "\u6559\u5b66\u8bbe\u8ba1,\u6570\u5b66\u5185\u5bb9", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u674e\u5b81\u5b81\u53c2\u4e0e\u4e86\u6709\u5173\u5c0f\u6570\u6559\u5b66\u8bbe\u8ba1\u7684\u8ba8\u8bba,\u4f53\u73b0\u4e86\u5176\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e13\u4e1a\u8d21\u732e\u3002", "to": "\u674e\u5b81\u5b81", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u6570are involved in\u6df7\u5408\u8fd0\u7b97(mixed operations) that combine addition, subtraction, multiplication, and division with other number forms like fractions and percentages.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "arithmetic complexity,number manipulation", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5c0f\u6570are involved in\u6df7\u5408\u8fd0\u7b97(mixed operations) that combine addition, subtraction, multiplication, and division with other number forms like fractions and percentages.", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "Decimals are used as part of developing number sense, particularly in understanding how numbers relate to real-world measurements and quantities.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "conceptual development,numerical literacy", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Decimals are used as part of developing number sense, particularly in understanding how numbers relate to real-world measurements and quantities.", "to": "\u6570\u611f", "width": 7.0}, {"created_at": 1752674566, "description": "Decimals are an extension of the decimal (base-ten) system, and understanding this system is essential to grasping decimal numbers.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "numerical structure,place value", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Decimals are an extension of the decimal (base-ten) system, and understanding this system is essential to grasping decimal numbers.", "to": "\u5341\u8fdb\u5236", "width": 10.0}, {"created_at": 1752674566, "description": "The monetary units yuan, jiao, and fen provide a concrete example of the decimal system and are used to introduce and reinforce the concept of decimals.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "numerical representation,real-world application", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "The monetary units yuan, jiao, and fen provide a concrete example of the decimal system and are used to introduce and reinforce the concept of decimals.", "to": "\u5143\u3001\u89d2\u3001\u5206", "width": 9.0}, {"created_at": 1752674566, "description": "Shopping activities are used as a practical context to help students visualize and understand decimal numbers in everyday life.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "contextual learning,practical math", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Shopping activities are used as a practical context to help students visualize and understand decimal numbers in everyday life.", "to": "\u8d2d\u7269\u6d3b\u52a8", "width": 8.0}, {"created_at": 1752674566, "description": "The real-life value of decimals is emphasized in teaching to help students understand their relevance in daily activities such as shopping and measurement.", "file_path": "unknown_source", "from": "\u5c0f\u6570", "keywords": "contextual learning,practical application", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "The real-life value of decimals is emphasized in teaching to help students understand their relevance in daily activities such as shopping and measurement.", "to": "\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u4ef7\u503c\u4e0e\u4f5c\u7528", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u611fis a core concept in \u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b, linking abstract numbers to real-world contexts.", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "education policy,mathematical literacy", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u6570\u611fis a core concept in \u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b, linking abstract numbers to real-world contexts.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u611f\u5305\u62ec\u5bf9\u8fd0\u7b97\u7ed3\u679c\u7684\u76f4\u89c9\u5224\u65ad\uff0c\u4f30\u7b97\u5219\u662f\u5bf9\u6570\u91cf\u7684\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u4e8c\u8005\u90fd\u5f3a\u8c03\u6570\u4e0e\u73b0\u5b9e\u80cc\u666f\u7684\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "\u6570\u5b66\u7d20\u517b,\u73b0\u5b9e\u5e94\u7528", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u6570\u611f\u5305\u62ec\u5bf9\u8fd0\u7b97\u7ed3\u679c\u7684\u76f4\u89c9\u5224\u65ad\uff0c\u4f30\u7b97\u5219\u662f\u5bf9\u6570\u91cf\u7684\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u4e8c\u8005\u90fd\u5f3a\u8c03\u6570\u4e0e\u73b0\u5b9e\u80cc\u666f\u7684\u8054\u7cfb\u3002", "to": "\u4f30\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "\"1000 is used as a key number in\u6570\u611fdevelopment to help students understand large quantities and transition from concrete to abstract numerical reasoning.\"\\\u003cSEP\u003eThe number 1000 is used as a vehicle to explore and develop number sense through real-world investigations and discussions.", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "contextual learning,numerical understanding,real-world context", "source_id": "chunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048", "title": "\"1000 is used as a key number in\u6570\u611fdevelopment to help students understand large quantities and transition from concrete to abstract numerical reasoning.\"\\\u003cSEP\u003eThe number 1000 is used as a vehicle to explore and develop number sense through real-world investigations and discussions.", "to": "1000", "width": 17.0}, {"created_at": 1752674566, "description": "Understanding the decimal system is foundational to developing number sense, particularly in how numbers relate to each other and to quantities.", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "numerical reasoning,system understanding", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Understanding the decimal system is foundational to developing number sense, particularly in how numbers relate to each other and to quantities.", "to": "\u5341\u8fdb\u5236", "width": 8.0}, {"created_at": 1752674566, "description": "The teaching design analysis outlines strategies to help students develop number sense by linking abstract numbers to real-life situations.", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "conceptual learning,instructional strategy", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "The teaching design analysis outlines strategies to help students develop number sense by linking abstract numbers to real-life situations.", "to": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "width": 8.0}, {"created_at": 1752674566, "description": "Mathematical thinking includes the development of number sense, which is a key objective in the first stage of mathematics education.", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "cognitive development,curriculum goal", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Mathematical thinking includes the development of number sense, which is a key objective in the first stage of mathematics education.", "to": "\u6570\u5b66\u601d\u8003", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u6570\u611fis a central learning objective in the\u7b2c\u4e00\u5b66\u6bb5curriculum, emphasizing the development of students\u0027 intuitive understanding of numbers and operations.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "cognitive development,educational focus", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u6570\u611fis a central learning objective in the\u7b2c\u4e00\u5b66\u6bb5curriculum, emphasizing the development of students\u0027 intuitive understanding of numbers and operations.\"\\", "to": "\u7b2c\u4e00\u5b66\u6bb5", "width": 10.0}, {"created_at": 1752674566, "description": "\"Understanding natural number addition contributes to the development of\u6570\u611fby helping students connect mathematical operations with real-world contexts and intuitive reasoning.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "conceptual foundation,mathematical understanding", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"Understanding natural number addition contributes to the development of\u6570\u611fby helping students connect mathematical operations with real-world contexts and intuitive reasoning.\"\\", "to": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\"The\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeis specifically designed to enhance students\u0027 \u6570\u611fthrough hands-on, real-life contextual learning and exploration of numerical concepts.\"\\\u003cSEP\u003e\"\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeis designed specifically to build\u6570\u611fthrough contextual and experiential learning activities that help students connect numbers to real-life situations.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "cognitive development,conceptual development,pedagogical strategy", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"The\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeis specifically designed to enhance students\u0027 \u6570\u611fthrough hands-on, real-life contextual learning and exploration of numerical concepts.\"\\\u003cSEP\u003e\"\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeis designed specifically to build\u6570\u611fthrough contextual and experiential learning activities that help students connect numbers to real-life situations.\"\\", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "width": 19.0}, {"created_at": 1752674566, "description": "\"\u5c11provides a baseline for understanding\u6570\u611fby helping students recognize small quantities and compare them to larger ones like 1000.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "cognitive development,quantity comparison", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u5c11provides a baseline for understanding\u6570\u611fby helping students recognize small quantities and compare them to larger ones like 1000.\"\\", "to": "\u5c11", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u4e2drepresents a moderate quantity used in\u6570\u611f-building exercises to provide students with a mid-range context for understanding numerical magnitude.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "contextual learning,quantitative reasoning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u4e2drepresents a moderate quantity used in\u6570\u611f-building exercises to provide students with a mid-range context for understanding numerical magnitude.\"\\", "to": "\u4e2d", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u591arepresents a large quantity used in\u6570\u611factivities to help students grasp the full scale of numbers like 1000 in real-life scenarios.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "contextual understanding,numerical magnitude", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u591arepresents a large quantity used in\u6570\u611factivities to help students grasp the full scale of numbers like 1000 in real-life scenarios.\"\\", "to": "\u591a", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u5218\u8273\u5e73designed a lesson that focuses on developing students\u0027 \u6570\u611fthrough practical and contextual math activities, especially around the concept of\u81ea\u7136\u6570\u7684\u52a0\u6cd5.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "conceptual learning,instructional design", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u5218\u8273\u5e73designed a lesson that focuses on developing students\u0027 \u6570\u611fthrough practical and contextual math activities, especially around the concept of\u81ea\u7136\u6570\u7684\u52a0\u6cd5.\"\\", "to": "\u5218\u8273\u5e73", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u4e1c\u5317\u5e08\u5927\u9644\u5c0fis the educational setting where\u6570\u611f-focused lessons, such as the one designed by\u5218\u8273\u5e73, are implemented to enhance early mathematics learning.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "educational environment,instructional focus", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u4e1c\u5317\u5e08\u5927\u9644\u5c0fis the educational setting where\u6570\u611f-focused lessons, such as the one designed by\u5218\u8273\u5e73, are implemented to enhance early mathematics learning.\"\\", "to": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "width": 9.0}, {"created_at": 1752674566, "description": "\"According to the\u8bfe\u7a0b\u6807\u51c6, \u6570\u611fis a key learning objective in the\u7b2c\u4e00\u5b66\u6bb5, guiding how foundational math concepts are taught and assessed.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "conceptual focus,standards-based learning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"According to the\u8bfe\u7a0b\u6807\u51c6, \u6570\u611fis a key learning objective in the\u7b2c\u4e00\u5b66\u6bb5, guiding how foundational math concepts are taught and assessed.\"\\", "to": "\u8bfe\u7a0b\u6807\u51c6", "width": 10.0}, {"created_at": 1752674566, "description": "\"\u6559\u5b66\u8bbe\u8ba1for\u6570\u611fdevelopment involves creating structured lessons that use contextual and comparative examples to build numerical intuition.\"\\", "file_path": "unknown_source", "from": "\u6570\u611f", "keywords": "cognitive development,lesson planning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u6559\u5b66\u8bbe\u8ba1for\u6570\u611fdevelopment involves creating structured lessons that use contextual and comparative examples to build numerical intuition.\"\\", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "Subtraction is defined as the inverse operation of addition in the set of integers.\u003cSEP\u003eSubtraction is fundamentally understood as the inverse operation of addition.\u003cSEP\u003e\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u52a0\u6cd5\u5b9a\u4e49\uff0c\u6ee1\u8db3a - b = c \u2194 a = b + c\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5", "keywords": "arithmetic,inverse operations,\u8fd0\u7b97\u5173\u7cfb,\u9006\u8fd0\u7b97", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "Subtraction is defined as the inverse operation of addition in the set of integers.\u003cSEP\u003eSubtraction is fundamentally understood as the inverse operation of addition.\u003cSEP\u003e\u51cf\u6cd5\u662f\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u52a0\u6cd5\u5b9a\u4e49\uff0c\u6ee1\u8db3a - b = c \u2194 a = b + c\u3002", "to": "\u51cf\u6cd5", "width": 28.0}, {"created_at": 1752674566, "description": "In natural numbers, multiplication is a shorthand for repeated addition, but this relationship does not hold for all cases in integers.\u003cSEP\u003eMultiplication is presented as a simplified process of repeated addition, highlighting their foundational relationship in arithmetic.\u003cSEP\u003e\u4e58\u6cd5\u6700\u521d\u88ab\u5b9a\u4e49\u4e3a\u52a0\u6cd5\u7684\u7b80\u4fbf\u8fd0\u7b97\uff0c\u4f46\u5728\u6574\u6570\u96c6\u5408\u4e2d\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u72ec\u7acb\u5b9a\u4e49\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5", "keywords": "arithmetic operations,relationship,simplification,\u6570\u5b66\u57fa\u7840,\u8fd0\u7b97\u5b9a\u4e49", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-a5fa437b38c82cb10c1cbb6ae90f2d6c\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "In natural numbers, multiplication is a shorthand for repeated addition, but this relationship does not hold for all cases in integers.\u003cSEP\u003eMultiplication is presented as a simplified process of repeated addition, highlighting their foundational relationship in arithmetic.\u003cSEP\u003e\u4e58\u6cd5\u6700\u521d\u88ab\u5b9a\u4e49\u4e3a\u52a0\u6cd5\u7684\u7b80\u4fbf\u8fd0\u7b97\uff0c\u4f46\u5728\u6574\u6570\u96c6\u5408\u4e2d\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u72ec\u7acb\u5b9a\u4e49\u3002", "to": "\u4e58\u6cd5", "width": 24.0}, {"created_at": 1752674566, "description": "0\u662f\u52a0\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a + 0 = a\uff0c\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97(\u51cf\u6cd5)\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5", "keywords": "\u5355\u4f4d\u5143,\u8fd0\u7b97\u7ed3\u6784", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "0\u662f\u52a0\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a + 0 = a\uff0c\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97(\u51cf\u6cd5)\u7684\u57fa\u7840\u3002", "to": "0", "width": 8.0}, {"created_at": 1752674566, "description": "The total quantity model uses addition to represent the sum of parts, forming its core mathematical operation.", "file_path": "unknown_source", "from": "\u52a0\u6cd5", "keywords": "mathematical operation,model structure", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "The total quantity model uses addition to represent the sum of parts, forming its core mathematical operation.", "to": "\u603b\u91cf\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "\u516c\u74069 ensures that the recursive definition of addition can be extended to all natural numbers, making the operation universally valid.", "file_path": "unknown_source", "from": "\u52a0\u6cd5", "keywords": "mathematical induction,recursive definition", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u516c\u74069 ensures that the recursive definition of addition can be extended to all natural numbers, making the operation universally valid.", "to": "\u516c\u74069", "width": 9.0}, {"created_at": 1752674566, "description": "The definition of\u5927\u5c0f\u5173\u7cfbdepends on the operation of\u52a0\u6cd5, as a number is greater than another if it can be expressed as the sum of the other and a non-zero natural number.", "file_path": "unknown_source", "from": "\u52a0\u6cd5", "keywords": "arithmetic relation,definition dependency", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "The definition of\u5927\u5c0f\u5173\u7cfbdepends on the operation of\u52a0\u6cd5, as a number is greater than another if it can be expressed as the sum of the other and a non-zero natural number.", "to": "\u5927\u5c0f\u5173\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "Subtracting a number equals adding its opposite (a-b = a+(-b)).", "file_path": "unknown_source", "from": "\u51cf\u6cd5", "keywords": "operation transformation", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Subtracting a number equals adding its opposite (a-b = a+(-b)).", "to": "\u76f8\u53cd\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "Division is fundamentally understood as the inverse operation of multiplication.\u003cSEP\u003eMultiplication can be transformed into division in reformulating speed-distance-time problems.\u003cSEP\u003e\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u4e58\u6cd5\u5b9a\u4e49\uff0c\u6ee1\u8db3a \u00f7 b = y \u2194 a = b \u00d7 y\u3002", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "arithmetic,inverse operations,mathematical operations,problem reformulation,\u8fd0\u7b97\u5173\u7cfb,\u9006\u8fd0\u7b97", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d\u003cSEP\u003echunk-077f3fe9070c0d50896deaf218c86bde\u003cSEP\u003echunk-4be9177c327d58831959006a2ea25892", "title": "Division is fundamentally understood as the inverse operation of multiplication.\u003cSEP\u003eMultiplication can be transformed into division in reformulating speed-distance-time problems.\u003cSEP\u003e\u9664\u6cd5\u662f\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u901a\u8fc7\u4e58\u6cd5\u5b9a\u4e49\uff0c\u6ee1\u8db3a \u00f7 b = y \u2194 a = b \u00d7 y\u3002", "to": "\u9664\u6cd5", "width": 25.0}, {"created_at": 1752674566, "description": "Commutative property helps define consistent multiplication rules for negative numbers.\u003cSEP\u003eThe commutative law is a fundamental property preserved in the definition and extension of multiplication.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "algebraic property,mathematical consistency,operation properties", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472", "title": "Commutative property helps define consistent multiplication rules for negative numbers.\u003cSEP\u003eThe commutative law is a fundamental property preserved in the definition and extension of multiplication.", "to": "\u4ea4\u6362\u5f8b", "width": 17.0}, {"created_at": 1752674566, "description": "Distributive property ensures multiplication\u0027s compatibility with addition in integer systems.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "structural consistency", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Distributive property ensures multiplication\u0027s compatibility with addition in integer systems.", "to": "\u5206\u914d\u7387", "width": 8.0}, {"created_at": 1752674566, "description": "1\u662f\u4e58\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a \u00d7 1 = a\uff0c\u662f\u4e58\u6cd5\u9006\u8fd0\u7b97(\u9664\u6cd5)\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "\u5355\u4f4d\u5143,\u8fd0\u7b97\u7ed3\u6784", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "1\u662f\u4e58\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u6ee1\u8db3a \u00d7 1 = a\uff0c\u662f\u4e58\u6cd5\u9006\u8fd0\u7b97(\u9664\u6cd5)\u7684\u57fa\u7840\u3002", "to": "1", "width": 8.0}, {"created_at": 1752674566, "description": "The distance model is built on multiplication to relate distance, speed, and time.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "mathematical operation,model structure", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "The distance model is built on multiplication to relate distance, speed, and time.", "to": "\u8def\u7a0b\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "Multiplication is originally defined on the set of natural numbers with properties like commutativity and distributivity.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "arithmetic operation,foundational domain", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Multiplication is originally defined on the set of natural numbers with properties like commutativity and distributivity.", "to": "\u81ea\u7136\u6570\u96c6\u5408N", "width": 8.0}, {"created_at": 1752674566, "description": "Multiplication is extended from natural numbers to integers while preserving its essential properties.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "arithmetic extension,property preservation", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Multiplication is extended from natural numbers to integers while preserving its essential properties.", "to": "\u6574\u6570\u96c6\u5408Z", "width": 8.0}, {"created_at": 1752674566, "description": "The distributive law is a key property that must be preserved when extending multiplication to integers.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "mathematical consistency,operation properties", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The distributive law is a key property that must be preserved when extending multiplication to integers.", "to": "\u5206\u914d\u5f8b", "width": 9.0}, {"created_at": 1752674566, "description": "Multiplication is a specific arithmetic operation that is extended from natural numbers to integers.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "arithmetic,mathematical process", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Multiplication is a specific arithmetic operation that is extended from natural numbers to integers.", "to": "\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "Curriculum standards mandate teaching multiplication as simplified addition in early education.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "educational standards,math pedagogy", "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "Curriculum standards mandate teaching multiplication as simplified addition in early education.", "to": "\u8bfe\u7a0b\u6807\u51c6", "width": 8.0}, {"created_at": 1752674566, "description": "The choir\u0027s organized formation provides a practical example for understanding multiplication concepts.", "file_path": "unknown_source", "from": "\u4e58\u6cd5", "keywords": "concept demonstration,practical application", "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "The choir\u0027s organized formation provides a practical example for understanding multiplication concepts.", "to": "\u5408\u5531\u5c0f\u7ec4", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bdd\u989821\u901a\u8fc7\u5177\u4f53\u4f8b\u5b50\u8bf4\u660e\u5982\u4f55\u501f\u52a9\u4e58\u6cd5\u7406\u89e3\u9664\u6cd5\uff0c\u9002\u7528\u4e8e\u5b9e\u9645\u6559\u5b66\u3002", "file_path": "unknown_source", "from": "\u9664\u6cd5", "keywords": "\u53c2\u8003\u6848\u4f8b,\u6559\u5b66\u65b9\u6cd5", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u8bdd\u989821\u901a\u8fc7\u5177\u4f53\u4f8b\u5b50\u8bf4\u660e\u5982\u4f55\u501f\u52a9\u4e58\u6cd5\u7406\u89e3\u9664\u6cd5\uff0c\u9002\u7528\u4e8e\u5b9e\u9645\u6559\u5b66\u3002", "to": "\u9644\u5f55\u7684\u8bdd\u989821", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97and\u7cbe\u7b97are compared in terms of their cognitive benefits, with estimation fostering intuitive abilities and exact calculation developing abstract thinking.\u003cSEP\u003e\u4f30\u7b97\u662f\u5bf9\u4e8e\u6570\u91cf\u7684\u8fd0\u7b97\uff0c\u800c\u7cbe\u7b97\u662f\u5bf9\u4e8e\u6570\u7684\u8fd0\u7b97\uff0c\u4e8c\u8005\u4e92\u8865\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "cognitive development,educational contrast,\u5e94\u7528\u573a\u666f,\u8ba1\u7b97\u65b9\u6cd5", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "\u4f30\u7b97and\u7cbe\u7b97are compared in terms of their cognitive benefits, with estimation fostering intuitive abilities and exact calculation developing abstract thinking.\u003cSEP\u003e\u4f30\u7b97\u662f\u5bf9\u4e8e\u6570\u91cf\u7684\u8fd0\u7b97\uff0c\u800c\u7cbe\u7b97\u662f\u5bf9\u4e8e\u6570\u7684\u8fd0\u7b97\uff0c\u4e8c\u8005\u4e92\u8865\u3002", "to": "\u7cbe\u7b97", "width": 16.0}, {"created_at": 1752674566, "description": "French neuroscientists studied the brain activity associated with estimation, linking it to the activation of the bilateral parietal lobe.", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "cognitive research,neuroscience", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "French neuroscientists studied the brain activity associated with estimation, linking it to the activation of the bilateral parietal lobe.", "to": "\u6cd5\u56fd\u8111\u79d1\u5b66\u5bb6", "width": 8.0}, {"created_at": 1752674566, "description": "The national curriculum standard provides examples and guidelines for teaching estimation in primary education.", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "educational standards,teaching methodology", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "The national curriculum standard provides examples and guidelines for teaching estimation in primary education.", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 9.0}, {"created_at": 1752674566, "description": "Estimation contributes to developing mathematical literacy by enhancing intuitive thinking.", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "educational value,skill development", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "Estimation contributes to developing mathematical literacy by enhancing intuitive thinking.", "to": "\u6570\u5b66\u7d20\u517b", "width": 8.0}, {"created_at": 1752674566, "description": "Estimation primarily activates the bilateral inferior parietal lobe regions.", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "brain function,cognitive processing", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "Estimation primarily activates the bilateral inferior parietal lobe regions.", "to": "\u53cc\u4fa7\u9876\u53f6\u4e0b\u90e8", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97is often applied to\u6df7\u5408\u8fd0\u7b97problems to quickly approximate results before exact calculation, reinforcing practical math skills.", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "mathematical application,problem-solving", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u4f30\u7b97is often applied to\u6df7\u5408\u8fd0\u7b97problems to quickly approximate results before exact calculation, reinforcing practical math skills.", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97\u6559\u5b66\u4e2d\uff0c\u4e0a\u754c\u662f\u5224\u65ad\u67d0\u4e2a\u6570\u91cf\u662f\u5426\u8db3\u591f\u7684\u5173\u952e\u6982\u5ff5\uff0c\u4f53\u73b0\u4e86\u4f30\u7b97\u7684\u903b\u8f91\u601d\u7ef4\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "logic,mathematical reasoning", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4f30\u7b97\u6559\u5b66\u4e2d\uff0c\u4e0a\u754c\u662f\u5224\u65ad\u67d0\u4e2a\u6570\u91cf\u662f\u5426\u8db3\u591f\u7684\u5173\u952e\u6982\u5ff5\uff0c\u4f53\u73b0\u4e86\u4f30\u7b97\u7684\u903b\u8f91\u601d\u7ef4\u3002", "to": "\u4e0a\u754c", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97\u6559\u5b66\u4e2d\uff0c\u4e0b\u754c\u662f\u5224\u65ad\u67d0\u4e2a\u6570\u91cf\u662f\u5426\u53ef\u884c\u7684\u57fa\u7840\uff0c\u5c55\u793a\u4e86\u4f30\u7b97\u7684\u5b9e\u9645\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "practical application,reasoning", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4f30\u7b97\u6559\u5b66\u4e2d\uff0c\u4e0b\u754c\u662f\u5224\u65ad\u67d0\u4e2a\u6570\u91cf\u662f\u5426\u53ef\u884c\u7684\u57fa\u7840\uff0c\u5c55\u793a\u4e86\u4f30\u7b97\u7684\u5b9e\u9645\u5e94\u7528\u3002", "to": "\u4e0b\u754c", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e70\u9c7c\u95ee\u9898\u901a\u8fc7\u4f30\u7b97\u5e2e\u52a9\u5b66\u751f\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u5927\u9c7c\u6216\u5c0f\u9c7c\uff0c\u5c55\u793a\u4e86\u4f30\u7b97\u5728\u751f\u6d3b\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "practical use,problem-solving", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e70\u9c7c\u95ee\u9898\u901a\u8fc7\u4f30\u7b97\u5e2e\u52a9\u5b66\u751f\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u5927\u9c7c\u6216\u5c0f\u9c7c\uff0c\u5c55\u793a\u4e86\u4f30\u7b97\u5728\u751f\u6d3b\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u4e70\u9c7c\u95ee\u9898", "width": 10.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u5f3a\u8c03\u4f30\u7b97\u7684\u5b9e\u9645\u80cc\u666f\uff0c\u901a\u8fc7\u5177\u4f53\u60c5\u5883\u57f9\u517b\u5b66\u751f\u7684\u601d\u7ef4\u80fd\u529b\u548c\u5224\u65ad\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "critical thinking,curriculum focus", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u5f3a\u8c03\u4f30\u7b97\u7684\u5b9e\u9645\u80cc\u666f\uff0c\u901a\u8fc7\u5177\u4f53\u60c5\u5883\u57f9\u517b\u5b66\u751f\u7684\u601d\u7ef4\u80fd\u529b\u548c\u5224\u65ad\u80fd\u529b\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 10.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97\u6559\u5b66\u65e8\u5728\u57f9\u517b\u6570\u5b66\u601d\u7ef4\uff0c\u7279\u522b\u662f\u903b\u8f91\u63a8\u7406\u548c\u5b9e\u9645\u95ee\u9898\u89e3\u51b3\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "cognitive development,educational goal", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4f30\u7b97\u6559\u5b66\u65e8\u5728\u57f9\u517b\u6570\u5b66\u601d\u7ef4\uff0c\u7279\u522b\u662f\u903b\u8f91\u63a8\u7406\u548c\u5b9e\u9645\u95ee\u9898\u89e3\u51b3\u80fd\u529b\u3002", "to": "\u6570\u5b66\u601d\u7ef4", "width": 10.0}, {"created_at": 1752674566, "description": "\u51d1\u6574\u8ba1\u7b97\u662f\u4f30\u7b97\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u7528\u4e8e\u7b80\u5316\u8ba1\u7b97\u5e76\u5224\u65ad\u4e0a\u4e0b\u754c\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "methodology,simplification", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u51d1\u6574\u8ba1\u7b97\u662f\u4f30\u7b97\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u7528\u4e8e\u7b80\u5316\u8ba1\u7b97\u5e76\u5224\u65ad\u4e0a\u4e0b\u754c\u3002", "to": "\u51d1\u6574\u8ba1\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97\u6559\u5b66\u4e3b\u8981\u5728\u5c0f\u5b66\u9636\u6bb5\u5b9e\u65bd\uff0c\u5f3a\u8c03\u5b9e\u9645\u80cc\u666f\u548c\u601d\u7ef4\u8bad\u7ec3\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97", "keywords": "curriculum focus,educational stage", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4f30\u7b97\u6559\u5b66\u4e3b\u8981\u5728\u5c0f\u5b66\u9636\u6bb5\u5b9e\u65bd\uff0c\u5f3a\u8c03\u5b9e\u9645\u80cc\u666f\u548c\u601d\u7ef4\u8bad\u7ec3\u3002", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 9.0}, {"created_at": 1752674566, "description": "Symbol awareness is essential for understanding and working with equations.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "mathematical representation,problem-solving", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "Symbol awareness is essential for understanding and working with equations.", "to": "\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "The\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6introduces\u7b26\u53f7\u610f\u8bc6as a core concept for mathematical education.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "core concept,educational standard", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "The\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6introduces\u7b26\u53f7\u610f\u8bc6as a core concept for mathematical education.", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b57\u6bcd\u8868\u793a\u6570is a key aspect of developing\u7b26\u53f7\u610f\u8bc6, helping students understand how to represent numbers and relationships abstractly.\u003cSEP\u003e\u5b57\u6bcd\u8868\u793a\u6570is a key component of\u7b26\u53f7\u610f\u8bc6, showing how letters can represent numbers.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "abstract representation,mathematical abstraction,mathematical notation,symbolic representation", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u5b57\u6bcd\u8868\u793a\u6570is a key aspect of developing\u7b26\u53f7\u610f\u8bc6, helping students understand how to represent numbers and relationships abstractly.\u003cSEP\u003e\u5b57\u6bcd\u8868\u793a\u6570is a key component of\u7b26\u53f7\u610f\u8bc6, showing how letters can represent numbers.", "to": "\u5b57\u6bcd\u8868\u793a\u6570", "width": 18.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u4ea4\u6362\u5f8bis used as an example to demonstrate how symbols can explain mathematical rules.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "mathematical proof,symbolic reasoning", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u52a0\u6cd5\u4ea4\u6362\u5f8bis used as an example to demonstrate how symbols can explain mathematical rules.", "to": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e58\u6cd5\u4ea4\u6362\u5f8bis used as an example to demonstrate how\u7b26\u53f7\u610f\u8bc6helps students understand and represent abstract mathematical laws using symbols.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "abstract reasoning,mathematical rules", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u4e58\u6cd5\u4ea4\u6362\u5f8bis used as an example to demonstrate how\u7b26\u53f7\u610f\u8bc6helps students understand and represent abstract mathematical laws using symbols.", "to": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1is used to develop\u7b26\u53f7\u610f\u8bc6in students through carefully structured activities and examples that build symbolic understanding.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "concept development,instructional strategy", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u6559\u5b66\u8bbe\u8ba1is used to develop\u7b26\u53f7\u610f\u8bc6in students through carefully structured activities and examples that build symbolic understanding.", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "Developing\u7b26\u53f7\u610f\u8bc6enhances students\u0027 ability to engage in\u6570\u5b66\u8868\u8fbe, allowing them to communicate mathematical ideas using symbols and notation.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "mathematical communication,symbolic usage", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "Developing\u7b26\u53f7\u610f\u8bc6enhances students\u0027 ability to engage in\u6570\u5b66\u8868\u8fbe, allowing them to communicate mathematical ideas using symbols and notation.", "to": "\u6570\u5b66\u8868\u8fbe", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u610f\u8bc6is essential for developing\u62bd\u8c61\u601d\u7ef4, as it involves understanding and manipulating abstract symbols and relationships.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u610f\u8bc6", "keywords": "abstract reasoning,cognitive development", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u7b26\u53f7\u610f\u8bc6is essential for developing\u62bd\u8c61\u601d\u7ef4, as it involves understanding and manipulating abstract symbols and relationships.", "to": "\u62bd\u8c61\u601d\u7ef4", "width": 10.0}, {"created_at": 1752674566, "description": "\u65b9\u7a0b\u4f9d\u8d56\u6570\u5b66\u7b26\u53f7\u7cfb\u7edf\u6765\u8868\u8fbe\u7b49\u91cf\u5173\u7cfb\uff0c\u7b26\u53f7\u5316\u4e3a\u4ee3\u6570\u5b66\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\u3002\u003cSEP\u003e\u7b26\u53f7\u8868\u793a\u4f7f\u65b9\u7a0b\u6210\u4e3a\u53ef\u80fd\uff0c\u65b9\u7a0b\u662f\u63cf\u8ff0\u6570\u91cf\u5173\u7cfb\u7684\u6570\u5b66\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u65b9\u7a0b", "keywords": "\u6570\u5b66\u8868\u8fbe,\u6570\u5b66\u8bed\u8a00,\u7b26\u53f7\u5316\u8868\u8fbe,\u95ee\u9898\u89e3\u51b3", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "\u65b9\u7a0b\u4f9d\u8d56\u6570\u5b66\u7b26\u53f7\u7cfb\u7edf\u6765\u8868\u8fbe\u7b49\u91cf\u5173\u7cfb\uff0c\u7b26\u53f7\u5316\u4e3a\u4ee3\u6570\u5b66\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\u3002\u003cSEP\u003e\u7b26\u53f7\u8868\u793a\u4f7f\u65b9\u7a0b\u6210\u4e3a\u53ef\u80fd\uff0c\u65b9\u7a0b\u662f\u63cf\u8ff0\u6570\u91cf\u5173\u7cfb\u7684\u6570\u5b66\u5de5\u5177\u3002", "to": "\u7b26\u53f7\u8868\u793a", "width": 17.0}, {"created_at": 1752674566, "description": "\u65b9\u7a0b\u672c\u8d28\u662f\u73b0\u5b9e\u4e16\u754c\u7b49\u91cf\u5173\u7cfb\u7684\u6570\u5b66\u8868\u8fbe\uff0c\u901a\u8fc7\u7b49\u53f7\u8fde\u63a5\u4e24\u4e2a\u6570\u91cf\u76f8\u7b49\u7684\u60c5\u5883\u3002", "file_path": "unknown_source", "from": "\u65b9\u7a0b", "keywords": "\u6570\u91cf\u8868\u8fbe,\u73b0\u5b9e\u5efa\u6a21", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u65b9\u7a0b\u672c\u8d28\u662f\u73b0\u5b9e\u4e16\u754c\u7b49\u91cf\u5173\u7cfb\u7684\u6570\u5b66\u8868\u8fbe\uff0c\u901a\u8fc7\u7b49\u53f7\u8fde\u63a5\u4e24\u4e2a\u6570\u91cf\u76f8\u7b49\u7684\u60c5\u5883\u3002", "to": "\u7b49\u91cf\u5173\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "Transposition is a technique derived from the properties of equations, essential for systematically solving them.", "file_path": "unknown_source", "from": "\u65b9\u7a0b", "keywords": "equation solving,mathematical technique", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Transposition is a technique derived from the properties of equations, essential for systematically solving them.", "to": "\u79fb\u9879", "width": 9.0}, {"created_at": 1752674566, "description": "Equations rely on the four basic operations to isolate variables and solve for unknowns.", "file_path": "unknown_source", "from": "\u65b9\u7a0b", "keywords": "arithmetic foundation,problem-solving", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Equations rely on the four basic operations to isolate variables and solve for unknowns.", "to": "\u56db\u5219\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "The distance model can be effectively solved using equations as mathematical tools.", "file_path": "unknown_source", "from": "\u65b9\u7a0b", "keywords": "mathematical application,problem-solving method", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "The distance model can be effectively solved using equations as mathematical tools.", "to": "\u8def\u7a0b\u6a21\u578b", "width": 8.0}, {"created_at": 1752674566, "description": "\u5206\u6570\u9664\u6cd5\u53ef\u4ee5\u901a\u8fc7\u65b9\u7a0b\u7684\u65b9\u6cd5\u8fdb\u884c\u63a8\u5bfc\u548c\u6c42\u89e3\uff0c\u4f8b\u5982\u901a\u8fc7\u8bbe\u672a\u77e5\u6570\u5e76\u5efa\u7acb\u7b49\u5f0f\u6765\u9a8c\u8bc1\u8fd0\u7b97\u6cd5\u5219\u3002", "file_path": "unknown_source", "from": "\u65b9\u7a0b", "keywords": "\u4ee3\u6570\u65b9\u6cd5,\u7b49\u5f0f\u63a8\u5bfc", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5206\u6570\u9664\u6cd5\u53ef\u4ee5\u901a\u8fc7\u65b9\u7a0b\u7684\u65b9\u6cd5\u8fdb\u884c\u63a8\u5bfc\u548c\u6c42\u89e3\uff0c\u4f8b\u5982\u901a\u8fc7\u8bbe\u672a\u77e5\u6570\u5e76\u5efa\u7acb\u7b49\u5f0f\u6765\u9a8c\u8bc1\u8fd0\u7b97\u6cd5\u5219\u3002", "to": "\u5206\u6570\u9664\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u6a21\u578b\u662f\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u6865\u6881\uff0c\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u95ee\u9898\u5927\u591a\u57fa\u4e8e\u52a0\u6cd5\u548c\u4e58\u6cd5\u7684\u6a21\u578b\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "\u6570\u5b66\u5e94\u7528,\u95ee\u9898\u89e3\u51b3", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u6a21\u578b\u662f\u6570\u5b66\u4e0e\u73b0\u5b9e\u4e16\u754c\u7684\u6865\u6881\uff0c\u5c0f\u5b66\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u95ee\u9898\u5927\u591a\u57fa\u4e8e\u52a0\u6cd5\u548c\u4e58\u6cd5\u7684\u6a21\u578b\u3002", "to": "\u73b0\u5b9e\u4e16\u754c", "width": 8.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u52a0\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002\u003cSEP\u003e\u52a0\u6cd5\u6a21\u578b\u662f\u6570\u5b66\u6a21\u578b\u7684\u4e00\u79cd\uff0c\u7528\u4e8e\u63cf\u8ff0\u603b\u91cf\u7531\u591a\u4e2a\u90e8\u5206\u6784\u6210\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "\u6559\u5b66\u5e94\u7528,\u6570\u5b66\u5e94\u7528,\u6570\u5b66\u5efa\u6a21,\u95ee\u9898\u89e3\u51b3", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-5c564427093279bdf3c25848196fe5f8", "title": "\u52a0\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u52a0\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002\u003cSEP\u003e\u52a0\u6cd5\u6a21\u578b\u662f\u6570\u5b66\u6a21\u578b\u7684\u4e00\u79cd\uff0c\u7528\u4e8e\u63cf\u8ff0\u603b\u91cf\u7531\u591a\u4e2a\u90e8\u5206\u6784\u6210\u7684\u5173\u7cfb\u3002", "to": "\u52a0\u6cd5\u6a21\u578b", "width": 14.0}, {"created_at": 1752674566, "description": "\u4e58\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u4e58\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "\u6570\u5b66\u5e94\u7528,\u95ee\u9898\u89e3\u51b3", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u4e58\u6cd5\u6a21\u578b\u662f\u5c0f\u5b66\u6570\u5b66\u4e2d\u57fa\u4e8e\u4e58\u6cd5\u7684\u5e94\u7528\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002", "to": "\u4e58\u6cd5\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "Patterns are generalized mathematical expressions, while models contextualize these expressions to solve real-world problems.\u003cSEP\u003e\u6a21\u5f0f\u5173\u6ce8\u6570\u5b66\u5185\u90e8\u89c4\u5f8b\uff0c\u6a21\u578b\u5173\u6ce8\u6570\u5b66\u4e0e\u73b0\u5b9e\u7684\u8054\u7cfb\uff0c\u4e24\u8005\u662f\u6570\u5b66\u65b9\u6cd5\u8bba\u7684\u4e24\u4e2a\u7ef4\u5ea6\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "abstraction vs. application,\u5e94\u7528\u5dee\u5f02,\u6570\u5b66\u65b9\u6cd5", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-4ad0fa3c80600287487ea0909ce52c30", "title": "Patterns are generalized mathematical expressions, while models contextualize these expressions to solve real-world problems.\u003cSEP\u003e\u6a21\u5f0f\u5173\u6ce8\u6570\u5b66\u5185\u90e8\u89c4\u5f8b\uff0c\u6a21\u578b\u5173\u6ce8\u6570\u5b66\u4e0e\u73b0\u5b9e\u7684\u8054\u7cfb\uff0c\u4e24\u8005\u662f\u6570\u5b66\u65b9\u6cd5\u8bba\u7684\u4e24\u4e2a\u7ef4\u5ea6\u3002", "to": "\u6a21\u5f0f", "width": 13.0}, {"created_at": 1752674566, "description": "\u6a21\u578b\u5728\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u88ab\u5e7f\u6cdb\u4f7f\u7528\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u73b0\u5b9e\u4e16\u754c\u95ee\u9898\u7684\u7ed3\u6784\u548c\u89e3\u51b3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "\u6559\u5b66\u5de5\u5177,\u6570\u5b66\u7406\u89e3", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u6a21\u578b\u5728\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u88ab\u5e7f\u6cdb\u4f7f\u7528\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u73b0\u5b9e\u4e16\u754c\u95ee\u9898\u7684\u7ed3\u6784\u548c\u89e3\u51b3\u65b9\u6cd5\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u690d\u6811\u6a21\u578b\u662f\u7528\u4e8e\u89e3\u91ca\u95f4\u9694\u4e0e\u6570\u91cf\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u5e38\u7528\u4e8e\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "\u6559\u5b66\u5de5\u5177,\u6570\u5b66\u6a21\u578b", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u690d\u6811\u6a21\u578b\u662f\u7528\u4e8e\u89e3\u91ca\u95f4\u9694\u4e0e\u6570\u91cf\u4e4b\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u5e38\u7528\u4e8e\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u3002", "to": "\u690d\u6811\u6a21\u578b", "width": 6.0}, {"created_at": 1752674566, "description": "\u5de5\u7a0b\u6a21\u578b\u662f\u63cf\u8ff0\u4efb\u52a1\u5b8c\u6210\u8fc7\u7a0b\u4e2d\u5de5\u4f5c\u91cf\u3001\u6548\u7387\u548c\u65f6\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u5de5\u7a0b\u95ee\u9898\u4e2d\u3002", "file_path": "unknown_source", "from": "\u6a21\u578b", "keywords": "\u5de5\u7a0b\u5206\u6790,\u5e94\u7528\u6570\u5b66", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u5de5\u7a0b\u6a21\u578b\u662f\u63cf\u8ff0\u4efb\u52a1\u5b8c\u6210\u8fc7\u7a0b\u4e2d\u5de5\u4f5c\u91cf\u3001\u6548\u7387\u548c\u65f6\u95f4\u5173\u7cfb\u7684\u6570\u5b66\u6a21\u578b\uff0c\u5e7f\u6cdb\u5e94\u7528\u4e8e\u5de5\u7a0b\u95ee\u9898\u4e2d\u3002", "to": "\u5de5\u7a0b\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "Euclidean geometry provides the foundation for understanding dimensional measurements.", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometric basis,measurement", "source_id": "chunk-077f3fe9070c0d50896deaf218c86bde", "title": "Euclidean geometry provides the foundation for understanding dimensional measurements.", "to": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7814\u7a76\u5bf9\u8c61\u662f\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\uff0c\u4e24\u8005\u90fd\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u5ea6\u91cf\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometry,mathematical framework", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u7814\u7a76\u5bf9\u8c61\u662f\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\uff0c\u4e24\u8005\u90fd\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\u7684\u5ea6\u91cf\u65b9\u6cd5\u3002", "to": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e3b\u8981\u57fa\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u6982\u5ff5\uff0c\u5982\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "education,foundational concepts", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e3b\u8981\u57fa\u4e8e\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u6982\u5ff5\uff0c\u5982\u70b9\u3001\u7ebf\u3001\u9762\u3001\u4f53\u3001\u89d2\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u521a\u4f53\u53d8\u6362\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u4e00\u7c7b\u53d8\u6362\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "geometric transformations,invariance", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u521a\u4f53\u53d8\u6362\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u4e00\u7c7b\u53d8\u6362\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u53d8\u6362", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f4\u7ebf\u8ddd\u79bb\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "fundamental metric,geometry", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u76f4\u7ebf\u8ddd\u79bb\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\u3002", "to": "\u76f4\u7ebf\u8ddd\u79bb", "width": 9.0}, {"created_at": 1752674566, "description": "Both Euclidean and Lobachevskian geometries are systems of geometry based on different axioms, illustrating that axioms are assumptions rather than absolute truths.", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "axiomatic systems,non-Euclidean geometry", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Both Euclidean and Lobachevskian geometries are systems of geometry based on different axioms, illustrating that axioms are assumptions rather than absolute truths.", "to": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u521b\u7acb\u8005\uff0c\u5176\u300a\u51e0\u4f55\u539f\u672c\u300b\u5960\u5b9a\u4e86\u8be5\u4f53\u7cfb\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "foundational contribution,geometric system", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u6b27\u51e0\u91cc\u5f97\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u521b\u7acb\u8005\uff0c\u5176\u300a\u51e0\u4f55\u539f\u672c\u300b\u5960\u5b9a\u4e86\u8be5\u4f53\u7cfb\u7684\u57fa\u7840\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\uff0c\u4f46\u91c7\u7528\u5f62\u5f0f\u5316\u548c\u7b26\u53f7\u5316\u7684\u65b9\u6cd5\u8fdb\u884c\u62bd\u8c61\u548c\u63a8\u5e7f\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "abstraction,mathematical evolution", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\uff0c\u4f46\u91c7\u7528\u5f62\u5f0f\u5316\u548c\u7b26\u53f7\u5316\u7684\u65b9\u6cd5\u8fdb\u884c\u62bd\u8c61\u548c\u63a8\u5e7f\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u56fe\u5f62\u91cd\u5408\u5b9a\u4e49\u5168\u7b49\uff0c\u8fd9\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u56fe\u5f62\u6027\u8d28\u7814\u7a76\u7684\u91cd\u8981\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55", "keywords": "\u51e0\u4f55\u6027\u8d28,\u56fe\u5f62\u5173\u7cfb", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u56fe\u5f62\u91cd\u5408\u5b9a\u4e49\u5168\u7b49\uff0c\u8fd9\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u4e2d\u56fe\u5f62\u6027\u8d28\u7814\u7a76\u7684\u91cd\u8981\u90e8\u5206\u3002", "to": "\u5168\u7b49", "width": 10.0}, {"created_at": 1752674566, "description": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79efare fundamental measures in\u51e0\u4f55\u5b66.", "file_path": "unknown_source", "from": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "keywords": "geometric quantification,spatial mathematics", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79efare fundamental measures in\u51e0\u4f55\u5b66.", "to": "\u51e0\u4f55\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u6731\u9896develops teaching methods to help students understand units of length, area, and volume, aligning with curriculum standards.", "file_path": "unknown_source", "from": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "keywords": "geometry education,measurement", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u6731\u9896develops teaching methods to help students understand units of length, area, and volume, aligning with curriculum standards.", "to": "\u6731\u9896", "width": 9.0}, {"created_at": 1752674566, "description": "The national curriculum standards define the learning objectives for teaching measurement concepts in elementary grades.", "file_path": "unknown_source", "from": "\u957f\u5ea6\u3001\u9762\u79ef\u3001\u4f53\u79ef", "keywords": "curriculum,education standards", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "The national curriculum standards define the learning objectives for teaching measurement concepts in elementary grades.", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0are transformational concepts within\u51e0\u4f55\u5b66.", "file_path": "unknown_source", "from": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "keywords": "geometric transformations,symmetry studies", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0are transformational concepts within\u51e0\u4f55\u5b66.", "to": "\u51e0\u4f55\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "These rigid motions preserve distances and angles, ensuring geometric congruence.", "file_path": "unknown_source", "from": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "keywords": "geometric principles,shape preservation", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "These rigid motions preserve distances and angles, ensuring geometric congruence.", "to": "\u56fe\u5f62\u5168\u7b49", "width": 10.0}, {"created_at": 1752674566, "description": "This course reinforces student understanding of rigid motions through applied activities.", "file_path": "unknown_source", "from": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "keywords": "applied learning,conceptual reinforcement", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "This course reinforces student understanding of rigid motions through applied activities.", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "This teaching problem specifically focuses on understanding these three geometric transformations.", "file_path": "unknown_source", "from": "\u5e73\u79fb\u3001\u65cb\u8f6c\u3001\u8f74\u5bf9\u79f0", "keywords": "curriculum focus,geometry education", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "This teaching problem specifically focuses on understanding these three geometric transformations.", "to": "\u95ee\u989824", "width": 9.0}, {"created_at": 1752674566, "description": "\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u90fd\u662f\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u4e24\u8005\u90fd\u5f3a\u8c03\u56fe\u5f62\u7406\u89e3\u4e0e\u7a7a\u95f4\u5224\u65ad\u80fd\u529b\uff0c\u4f46\u51e0\u4f55\u76f4\u89c2\u66f4\u5f3a\u8c03\u76f4\u63a5\u6d1e\u5bdf\u529b\u3002\u003cSEP\u003e\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u90fd\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u7528\u4e8e\u7406\u89e3\u548c\u5206\u6790\u56fe\u5f62\u53ca\u5176\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u7a7a\u95f4\u89c2\u5ff5", "keywords": "\u51e0\u4f55\u8ba4\u77e5,\u56fe\u5f62\u5206\u6790,\u6570\u5b66\u80fd\u529b,\u7a7a\u95f4\u601d\u7ef4", "source_id": "chunk-57240756a8944481d9eef51ffccd60df\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u90fd\u662f\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u4e24\u8005\u90fd\u5f3a\u8c03\u56fe\u5f62\u7406\u89e3\u4e0e\u7a7a\u95f4\u5224\u65ad\u80fd\u529b\uff0c\u4f46\u51e0\u4f55\u76f4\u89c2\u66f4\u5f3a\u8c03\u76f4\u63a5\u6d1e\u5bdf\u529b\u3002\u003cSEP\u003e\u7a7a\u95f4\u89c2\u5ff5\u548c\u51e0\u4f55\u76f4\u89c2\u90fd\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u6838\u5fc3\u6982\u5ff5\uff0c\u7528\u4e8e\u7406\u89e3\u548c\u5206\u6790\u56fe\u5f62\u53ca\u5176\u5173\u7cfb\u3002", "to": "\u51e0\u4f55\u76f4\u89c2", "width": 17.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e2d\u660e\u786e\u63d0\u51fa\u7a7a\u95f4\u89c2\u5ff5\u662f\u6838\u5fc3\u6982\u5ff5\u4e4b\u4e00\uff0c\u5e76\u5bf9\u5176\u5185\u6db5\u548c\u6559\u5b66\u76ee\u6807\u8fdb\u884c\u4e86\u754c\u5b9a\u3002", "file_path": "unknown_source", "from": "\u7a7a\u95f4\u89c2\u5ff5", "keywords": "\u6559\u80b2\u6807\u51c6,\u6838\u5fc3\u6982\u5ff5", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u4e2d\u660e\u786e\u63d0\u51fa\u7a7a\u95f4\u89c2\u5ff5\u662f\u6838\u5fc3\u6982\u5ff5\u4e4b\u4e00\uff0c\u5e76\u5bf9\u5176\u5185\u6db5\u548c\u6559\u5b66\u76ee\u6807\u8fdb\u884c\u4e86\u754c\u5b9a\u3002", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5305\u62ec\u7406\u89e3\u5982\u4f55\u9009\u62e9\u5408\u9002\u7684\u7edf\u8ba1\u56fe\uff0c\u6761\u5f62\u56fe\u662f\u5176\u4e2d\u4e00\u79cd\u7528\u4e8e\u5c55\u793a\u6570\u91cf\u591a\u5c11\u7684\u5de5\u5177\u3002\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56feis a tool for implementing\u6570\u636e\u5206\u6790\u89c2\u5ff5in quantity comparisons.", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "data representation,visualization,\u56fe\u8868\u9009\u62e9,\u6559\u5b66\u5e94\u7528,\u6570\u636e\u53ef\u89c6\u5316", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5305\u62ec\u7406\u89e3\u5982\u4f55\u9009\u62e9\u5408\u9002\u7684\u7edf\u8ba1\u56fe\uff0c\u6761\u5f62\u56fe\u662f\u5176\u4e2d\u4e00\u79cd\u7528\u4e8e\u5c55\u793a\u6570\u91cf\u591a\u5c11\u7684\u5de5\u5177\u3002\u003cSEP\u003e\u6761\u5f62\u7edf\u8ba1\u56feis a tool for implementing\u6570\u636e\u5206\u6790\u89c2\u5ff5in quantity comparisons.", "to": "\u6761\u5f62\u7edf\u8ba1\u56fe", "width": 14.0}, {"created_at": 1752674566, "description": "\u6247\u5f62\u7edf\u8ba1\u56fesupports\u6570\u636e\u5206\u6790\u89c2\u5ff5by illustrating proportional relationships.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5f3a\u8c03\u6839\u636e\u95ee\u9898\u80cc\u666f\u9009\u62e9\u5408\u9002\u7684\u7edf\u8ba1\u56fe\uff0c\u6247\u5f62\u56fe\u9002\u5408\u5c55\u793a\u6bd4\u4f8b\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "analytical tools,data proportions,\u56fe\u8868\u9009\u62e9,\u6559\u5b66\u5185\u5bb9,\u6570\u636e\u8868\u8fbe", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6247\u5f62\u7edf\u8ba1\u56fesupports\u6570\u636e\u5206\u6790\u89c2\u5ff5by illustrating proportional relationships.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5f3a\u8c03\u6839\u636e\u95ee\u9898\u80cc\u666f\u9009\u62e9\u5408\u9002\u7684\u7edf\u8ba1\u56fe\uff0c\u6247\u5f62\u56fe\u9002\u5408\u5c55\u793a\u6bd4\u4f8b\u7ed3\u6784\u3002", "to": "\u6247\u5f62\u7edf\u8ba1\u56fe", "width": 14.0}, {"created_at": 1752674566, "description": "\u6298\u7ebf\u7edf\u8ba1\u56feenables\u6570\u636e\u5206\u6790\u89c2\u5ff5through trend analysis over time.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5305\u62ec\u7406\u89e3\u4e0d\u540c\u7edf\u8ba1\u56fe\u7684\u529f\u80fd\uff0c\u6298\u7ebf\u56fe\u7528\u4e8e\u5c55\u793a\u6570\u636e\u7684\u53d8\u5316\u8d8b\u52bf\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "data patterns,temporal analysis,\u6559\u5b66\u65b9\u6cd5,\u6570\u636e\u53ef\u89c6\u5316,\u8d8b\u52bf\u5206\u6790", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6298\u7ebf\u7edf\u8ba1\u56feenables\u6570\u636e\u5206\u6790\u89c2\u5ff5through trend analysis over time.\u003cSEP\u003e\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5305\u62ec\u7406\u89e3\u4e0d\u540c\u7edf\u8ba1\u56fe\u7684\u529f\u80fd\uff0c\u6298\u7ebf\u56fe\u7528\u4e8e\u5c55\u793a\u6570\u636e\u7684\u53d8\u5316\u8d8b\u52bf\u3002", "to": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "width": 14.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u57f9\u517b\u6709\u52a9\u4e8e\u63d0\u5347\u5b66\u751f\u7684\u6570\u5b66\u7d20\u517b\uff0c\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u76ee\u6807\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "critical thinking,educational outcome", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u57f9\u517b\u6709\u52a9\u4e8e\u63d0\u5347\u5b66\u751f\u7684\u6570\u5b66\u7d20\u517b\uff0c\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u76ee\u6807\u4e4b\u4e00\u3002", "to": "\u6570\u5b66\u7d20\u517b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u662f\u7406\u89e3\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u7840\uff0c\u5f3a\u8c03\u901a\u8fc7\u6837\u672c\u6570\u636e\u5206\u6790\u63a8\u65ad\u603b\u4f53\u60c5\u51b5\uff0c\u5e76\u4f53\u4f1a\u6570\u636e\u7684\u968f\u673a\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "\u6559\u80b2\u76ee\u6807,\u6570\u636e\u7406\u89e3,\u7edf\u8ba1\u601d\u7ef4", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u662f\u7406\u89e3\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u7840\uff0c\u5f3a\u8c03\u901a\u8fc7\u6837\u672c\u6570\u636e\u5206\u6790\u63a8\u65ad\u603b\u4f53\u60c5\u51b5\uff0c\u5e76\u4f53\u4f1a\u6570\u636e\u7684\u968f\u673a\u6027\u3002", "to": "\u63a8\u65ad\u7edf\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5f3a\u8c03\u901a\u8fc7\u6570\u636e\u5206\u6790\u4f53\u9a8c\u968f\u673a\u6027\uff0c\u7406\u89e3\u6837\u672c\u6570\u636e\u7684\u4e0d\u786e\u5b9a\u6027\u53ca\u5176\u5bf9\u7ed3\u8bba\u7684\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "\u6570\u636e\u4e0d\u786e\u5b9a\u6027,\u7edf\u8ba1\u6559\u80b2,\u968f\u673a\u6027\u7406\u89e3", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5f3a\u8c03\u901a\u8fc7\u6570\u636e\u5206\u6790\u4f53\u9a8c\u968f\u673a\u6027\uff0c\u7406\u89e3\u6837\u672c\u6570\u636e\u7684\u4e0d\u786e\u5b9a\u6027\u53ca\u5176\u5bf9\u7ed3\u8bba\u7684\u5f71\u54cd\u3002", "to": "\u6570\u636e\u968f\u673a\u6027", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u63d0\u51fa\u4e86\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u6559\u5b66\u76ee\u6807\uff0c\u5f3a\u8c03\u6570\u636e\u8574\u542b\u4fe1\u606f\u3001\u5206\u6790\u65b9\u6cd5\u591a\u6837\u6027\u548c\u7ed3\u8bba\u7684\u6216\u7136\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "\u6559\u5b66\u8981\u6c42,\u7edf\u8ba1\u6559\u80b2,\u8bfe\u7a0b\u76ee\u6807", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u63d0\u51fa\u4e86\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u6559\u5b66\u76ee\u6807\uff0c\u5f3a\u8c03\u6570\u636e\u8574\u542b\u4fe1\u606f\u3001\u5206\u6790\u65b9\u6cd5\u591a\u6837\u6027\u548c\u7ed3\u8bba\u7684\u6216\u7136\u6027\u3002", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5f3a\u8c03\u5b9e\u9a8c\u6570\u636ek\u5728\u7edf\u8ba1\u4f30\u8ba1\u4e2d\u7684\u57fa\u7840\u4f5c\u7528\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "\u6570\u636e\u57fa\u7840,\u7edf\u8ba1\u601d\u7ef4", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6570\u636e\u5206\u6790\u89c2\u5ff5\u5f3a\u8c03\u5b9e\u9a8c\u6570\u636ek\u5728\u7edf\u8ba1\u4f30\u8ba1\u4e2d\u7684\u57fa\u7840\u4f5c\u7528\u3002", "to": "\u5b9e\u9a8c\u6570\u636ek", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u65e8\u5728\u5e2e\u52a9\u5b66\u751f\u5efa\u7acb\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u7b26\u5408\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790\u89c2\u5ff5", "keywords": "educational methodology,statistical thinking", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6559\u5b66\u8bbe\u8ba1\u65e8\u5728\u5e2e\u52a9\u5b66\u751f\u5efa\u7acb\u6570\u636e\u5206\u6790\u89c2\u5ff5\uff0c\u7b26\u5408\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u3002", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "The author\u0027s role as president of\u4e1c\u5317\u5e08\u8303\u5927\u5b66led to his leadership in revising the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66", "keywords": "curriculum development,educational leadership", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "The author\u0027s role as president of\u4e1c\u5317\u5e08\u8303\u5927\u5b66led to his leadership in revising the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6.", "to": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u80b2\u90e8commissioned the revision of the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6, involving the author.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "educational policy,government oversight", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u6559\u80b2\u90e8commissioned the revision of the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6, involving the author.", "to": "\u6559\u80b2\u90e8", "width": 7.0}, {"created_at": 1752674566, "description": "The curriculum standard provides\u4f8b28 as a teaching example for discovering mathematical patterns.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum implementation,teaching resource", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "The curriculum standard provides\u4f8b28 as a teaching example for discovering mathematical patterns.", "to": "\u4f8b28", "width": 6.0}, {"created_at": 1752674566, "description": "The curriculum standard includes\u4f8b50 to illustrate the formalization of discovered patterns.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum design,mathematical articulation", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "The curriculum standard includes\u4f8b50 to illustrate the formalization of discovered patterns.", "to": "\u4f8b50", "width": 6.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u6307\u5bfc\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\uff0c\u63d0\u4f9b\u6559\u5b66\u6848\u4f8b\u548c\u6807\u51c6\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum implementation,education policy", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u6307\u5bfc\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\uff0c\u63d0\u4f9b\u6559\u5b66\u6848\u4f8b\u548c\u6807\u51c6\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5f3a\u8c03\u51e0\u4f55\u76f4\u89c2\u4f5c\u4e3a\u6838\u5fc3\u6982\u5ff5\uff0c\u5e76\u6307\u51fa\u5176\u5728\u6570\u5b66\u5b66\u4e60\u548c\u5176\u4ed6\u5b66\u79d1\u4e2d\u7684\u5e7f\u6cdb\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "\u6559\u80b2\u6807\u51c6,\u76f4\u89c2\u80fd\u529b", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5f3a\u8c03\u51e0\u4f55\u76f4\u89c2\u4f5c\u4e3a\u6838\u5fc3\u6982\u5ff5\uff0c\u5e76\u6307\u51fa\u5176\u5728\u6570\u5b66\u5b66\u4e60\u548c\u5176\u4ed6\u5b66\u79d1\u4e2d\u7684\u5e7f\u6cdb\u5e94\u7528\u3002", "to": "\u51e0\u4f55\u76f4\u89c2", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5c06\u0027\u56db\u57fa\u0027\u4f5c\u4e3a\u57fa\u672c\u6559\u5b66\u76ee\u6807\uff0c\u5176\u4e2d\u0027\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c\u0027\u4e0e\u51e0\u4f55\u76f4\u89c2\u7684\u57f9\u517b\u5bc6\u5207\u76f8\u5173\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "education framework,foundational skills", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5c06\u0027\u56db\u57fa\u0027\u4f5c\u4e3a\u57fa\u672c\u6559\u5b66\u76ee\u6807\uff0c\u5176\u4e2d\u0027\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c\u0027\u4e0e\u51e0\u4f55\u76f4\u89c2\u7684\u57f9\u517b\u5bc6\u5207\u76f8\u5173\u3002", "to": "\u56db\u57fa", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5efa\u8bae\u5728\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u6d3b\u52a8\u4e2d\u5b89\u6392\u56fe\u5f62\u8fd0\u52a8\u7684\u6559\u5b66\u5185\u5bb9\uff0c\u4ee5\u589e\u5f3a\u5b66\u751f\u7684\u51e0\u4f55\u76f4\u89c2\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum implementation,hands-on learning", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5efa\u8bae\u5728\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u6d3b\u52a8\u4e2d\u5b89\u6392\u56fe\u5f62\u8fd0\u52a8\u7684\u6559\u5b66\u5185\u5bb9\uff0c\u4ee5\u589e\u5f3a\u5b66\u751f\u7684\u51e0\u4f55\u76f4\u89c2\u3002", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "width": 7.0}, {"created_at": 1752674566, "description": "\u95ee\u989828 is part of the content in the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6discussing the randomness of data and its implications for statistical analysis.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum content,statistical concepts", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u95ee\u989828 is part of the content in the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6discussing the randomness of data and its implications for statistical analysis.", "to": "\u95ee\u989828", "width": 9.0}, {"created_at": 1752674566, "description": "\u95ee\u989829 is another section within the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6that explores the meaning and importance of the average in statistics.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "educational framework,statistical principles", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u95ee\u989829 is another section within the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6that explores the meaning and importance of the average in statistics.", "to": "\u95ee\u989829", "width": 9.0}, {"created_at": 1752674566, "description": "\u4f8b22 is an example provided in the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6to illustrate how students can collect and analyze real-world data, such as daily commute times, while minimizing systematic error.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "data collection,educational example", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u4f8b22 is an example provided in the\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6to illustrate how students can collect and analyze real-world data, such as daily commute times, while minimizing systematic error.", "to": "\u4f8b22", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f8b40 is a statistical example in the curriculum standard that demonstrates how students can estimate the proportion of red and white balls through repeated sampling, highlighting the concept of data randomness.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "educational example,probability", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u4f8b40 is a statistical example in the curriculum standard that demonstrates how students can estimate the proportion of red and white balls through repeated sampling, highlighting the concept of data randomness.", "to": "\u4f8b40", "width": 9.0}, {"created_at": 1752674566, "description": "\u8be5\u8bfe\u7a0b\u6807\u51c6\u5f3a\u8c03\u6570\u5b66\u7d20\u517b\u7684\u57f9\u517b\uff0c\u5305\u62ec\u5bf9\u5f52\u7eb3\u4e0e\u6f14\u7ece\u63a8\u7406\u7684\u638c\u63e1\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "\u6559\u5b66\u6539\u9769,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u8be5\u8bfe\u7a0b\u6807\u51c6\u5f3a\u8c03\u6570\u5b66\u7d20\u517b\u7684\u57f9\u517b\uff0c\u5305\u62ec\u5bf9\u5f52\u7eb3\u4e0e\u6f14\u7ece\u63a8\u7406\u7684\u638c\u63e1\u3002", "to": "\u6570\u5b66\u7d20\u517b", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u91c7\u7528\u4e86\u5e0c\u5c14\u4f2f\u7279\u7684\u89c2\u70b9\uff0c\u5c06\u8fb9\u89d2\u8fb9\u5b9a\u7406\u4f5c\u4e3a\u57fa\u672c\u4e8b\u5b9e\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "keywords": "\u6559\u80b2\u6807\u51c6,\u6570\u5b66\u516c\u7406\u5316", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u91c7\u7528\u4e86\u5e0c\u5c14\u4f2f\u7279\u7684\u89c2\u70b9\uff0c\u5c06\u8fb9\u89d2\u8fb9\u5b9a\u7406\u4f5c\u4e3a\u57fa\u672c\u4e8b\u5b9e\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 8.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u76f4\u89c2builds upon the broader concept of\u76f4\u89c2by applying it to spatial reasoning.", "file_path": "unknown_source", "from": "\u51e0\u4f55\u76f4\u89c2", "keywords": "conceptual hierarchy,mathematical intuition", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u51e0\u4f55\u76f4\u89c2builds upon the broader concept of\u76f4\u89c2by applying it to spatial reasoning.", "to": "\u76f4\u89c2", "width": 8.0}, {"created_at": 1752674566, "description": "\u4fe1\u606f\u6280\u672f\u4e2d\u7684\u56fe\u5f62\u6570\u5b57\u5316\u601d\u7ef4\u57fa\u7840\u6765\u6e90\u4e8e\u51e0\u4f55\u76f4\u89c2\uff0c\u4f8b\u5982\u7535\u89c6\u753b\u9762\u8f93\u9001\u548c\u7f51\u7edc\u56fe\u5f62\u4f20\u8f93\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u76f4\u89c2", "keywords": "graphical representation,technology integration,\u56fe\u5f62\u5904\u7406,\u6280\u672f\u5e94\u7528", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u4fe1\u606f\u6280\u672f\u4e2d\u7684\u56fe\u5f62\u6570\u5b57\u5316\u601d\u7ef4\u57fa\u7840\u6765\u6e90\u4e8e\u51e0\u4f55\u76f4\u89c2\uff0c\u4f8b\u5982\u7535\u89c6\u753b\u9762\u8f93\u9001\u548c\u7f51\u7edc\u56fe\u5f62\u4f20\u8f93\u3002", "to": "\u4fe1\u606f\u6280\u672f", "width": 16.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u76f4\u89c2\u5728\u7269\u7406\u5b66\u4e2d\u7528\u4e8e\u7406\u89e3\u0027\u529b\u0027\u7684\u6982\u5ff5\uff0c\u901a\u8fc7\u5411\u91cf\u8868\u793a\u529b\u7684\u5e73\u8861\u5173\u7cfb\uff0c\u4f53\u73b0\u8de8\u5b66\u79d1\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u76f4\u89c2", "keywords": "interdisciplinary application,physics", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u51e0\u4f55\u76f4\u89c2\u5728\u7269\u7406\u5b66\u4e2d\u7528\u4e8e\u7406\u89e3\u0027\u529b\u0027\u7684\u6982\u5ff5\uff0c\u901a\u8fc7\u5411\u91cf\u8868\u793a\u529b\u7684\u5e73\u8861\u5173\u7cfb\uff0c\u4f53\u73b0\u8de8\u5b66\u79d1\u5e94\u7528\u3002", "to": "\u529b", "width": 7.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u76f4\u89c2\u7684\u5f62\u6210\u4f9d\u8d56\u0027\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c\u0027\uff0c\u901a\u8fc7\u53c2\u4e0e\u5b9e\u8df5\u6d3b\u52a8\u79ef\u7d2f\u76f4\u89c2\u5224\u65ad\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u76f4\u89c2", "keywords": "experience-based learning,intuition", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u51e0\u4f55\u76f4\u89c2\u7684\u5f62\u6210\u4f9d\u8d56\u0027\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c\u0027\uff0c\u901a\u8fc7\u53c2\u4e0e\u5b9e\u8df5\u6d3b\u52a8\u79ef\u7d2f\u76f4\u89c2\u5224\u65ad\u80fd\u529b\u3002", "to": "\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c", "width": 8.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u6027is a fundamental concept in\u6982\u7387, linking uncertainty and statistical methods like\u6700\u5927\u4f3c\u7136\u4f30\u8ba1.", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "probability theory,statistical methods", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u968f\u673a\u6027is a fundamental concept in\u6982\u7387, linking uncertainty and statistical methods like\u6700\u5927\u4f3c\u7136\u4f30\u8ba1.", "to": "\u6982\u7387", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e73\u5747\u6570discusses\u8bef\u5dee\u7684\u968f\u673a\u6027, connecting sample averages to the broader concept of\u968f\u673a\u6027.", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "error models,statistical analysis", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u5e73\u5747\u6570discusses\u8bef\u5dee\u7684\u968f\u673a\u6027, connecting sample averages to the broader concept of\u968f\u673a\u6027.", "to": "\u5e73\u5747\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "Data analysis requires accounting for randomness to ensure that findings are not influenced by systematic errors or biases.", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "data integrity,uncertainty handling", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Data analysis requires accounting for randomness to ensure that findings are not influenced by systematic errors or biases.", "to": "\u6570\u636e\u5206\u6790", "width": 9.0}, {"created_at": 1752674566, "description": "Randomness must be preserved by minimizing systematic errors, which can distort the natural variability in data.", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "data validity,error correction", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Randomness must be preserved by minimizing systematic errors, which can distort the natural variability in data.", "to": "\u7cfb\u7edf\u8bef\u5dee", "width": 8.0}, {"created_at": 1752674566, "description": "Randomness in data collection can be compromised by human interference, affecting the reliability of statistical conclusions.", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "bias mitigation,objectivity", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Randomness in data collection can be compromised by human interference, affecting the reliability of statistical conclusions.", "to": "\u4eba\u4e3a\u5e72\u6270", "width": 7.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u6027\u901a\u8fc7\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6\u6765\u4f53\u73b0\uff0c\u662f\u7edf\u8ba1\u63a8\u65ad\u7684\u57fa\u7840\u7279\u5f81\u3002", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "independence,statistical randomness", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u968f\u673a\u6027\u901a\u8fc7\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6\u6765\u4f53\u73b0\uff0c\u662f\u7edf\u8ba1\u63a8\u65ad\u7684\u57fa\u7840\u7279\u5f81\u3002", "to": "\u72ec\u7acb\u91cd\u590d\u4e8b\u4ef6", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u901a\u8fc7\u76f8\u4f3c\u60c5\u5883\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u968f\u673a\u6027\u548c\u5e73\u5747\u6570\u7684\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u968f\u673a\u6027", "keywords": "educational strategy,randomness", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6559\u5b66\u8bbe\u8ba1\u901a\u8fc7\u76f8\u4f3c\u60c5\u5883\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u968f\u673a\u6027\u548c\u5e73\u5747\u6570\u7684\u610f\u4e49\u3002", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "The\u8bef\u5dee\u6a21\u578b(error model) is used to explain how the\u5e73\u5747\u6570can be used to estimate the true value \u03bc by reducing the impact of random errors through repeated observations.\u003cSEP\u003e\u8bef\u5dee\u6a21\u578b\u89e3\u91ca\u4e86\u4f7f\u7528\u5e73\u5747\u6570\u8fdb\u884c\u4f30\u8ba1\u7684\u5408\u7406\u6027\uff0c\u5e76\u5f3a\u8c03\u6570\u636e\u968f\u673a\u6027\u7684\u91cd\u8981\u6027\u3002", "file_path": "unknown_source", "from": "\u5e73\u5747\u6570", "keywords": "error analysis,error reduction,statistical estimation", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "The\u8bef\u5dee\u6a21\u578b(error model) is used to explain how the\u5e73\u5747\u6570can be used to estimate the true value \u03bc by reducing the impact of random errors through repeated observations.\u003cSEP\u003e\u8bef\u5dee\u6a21\u578b\u89e3\u91ca\u4e86\u4f7f\u7528\u5e73\u5747\u6570\u8fdb\u884c\u4f30\u8ba1\u7684\u5408\u7406\u6027\uff0c\u5e76\u5f3a\u8c03\u6570\u636e\u968f\u673a\u6027\u7684\u91cd\u8981\u6027\u3002", "to": "\u8bef\u5dee\u6a21\u578b", "width": 17.0}, {"created_at": 1752674566, "description": "The\u5e73\u5747\u6570is a fundamental concept in\u7edf\u8ba1\u5b66, used to describe the central tendency of a dataset and estimate true values in models.", "file_path": "unknown_source", "from": "\u5e73\u5747\u6570", "keywords": "central tendency,statistical modeling", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The\u5e73\u5747\u6570is a fundamental concept in\u7edf\u8ba1\u5b66, used to describe the central tendency of a dataset and estimate true values in models.", "to": "\u7edf\u8ba1\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "The\u5e73\u5747\u6570is used to estimate \u03bc in the error model by averaging repeated observations to reduce the impact of random error.", "file_path": "unknown_source", "from": "\u5e73\u5747\u6570", "keywords": "error reduction,estimation", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The\u5e73\u5747\u6570is used to estimate \u03bc in the error model by averaging repeated observations to reduce the impact of random error.", "to": "\u03bc", "width": 8.0}, {"created_at": 1752674566, "description": "The concept of averages is mentioned as following the lesson on bar graphs in the curriculum.", "file_path": "unknown_source", "from": "\u5e73\u5747\u6570", "keywords": "curriculum sequence,statistical concepts", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The concept of averages is mentioned as following the lesson on bar graphs in the curriculum.", "to": "\u6761\u5f62\u7edf\u8ba1\u56fe", "width": 6.0}, {"created_at": 1752674566, "description": "Liu Yanping designed teaching materials about the concept of averages.", "file_path": "unknown_source", "from": "\u5e73\u5747\u6570", "keywords": "educational design,statistical concepts", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "Liu Yanping designed teaching materials about the concept of averages.", "to": "\u5218\u8273\u5e73", "width": 8.0}, {"created_at": 1752674566, "description": "The classical probability model provides a method to define and calculate probabilities based on equally likely outcomes.\u003cSEP\u003e\u53e4\u5178\u6982\u7387\u6a21\u578bprovides a historical framework for defining\u6982\u7387.", "file_path": "unknown_source", "from": "\u6982\u7387", "keywords": "historical context,probability calculation,theoretical foundations,theoretical model", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "The classical probability model provides a method to define and calculate probabilities based on equally likely outcomes.\u003cSEP\u003e\u53e4\u5178\u6982\u7387\u6a21\u578bprovides a historical framework for defining\u6982\u7387.", "to": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "width": 17.0}, {"created_at": 1752674566, "description": "\u6837\u672cdata is used to estimate probabilities, such as the likelihood of drawing a red or white ball in repeated trials.", "file_path": "unknown_source", "from": "\u6982\u7387", "keywords": "probability estimation,sampling", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u6837\u672cdata is used to estimate probabilities, such as the likelihood of drawing a red or white ball in repeated trials.", "to": "\u6837\u672c", "width": 8.0}, {"created_at": 1752674566, "description": "Probability quantifies the likelihood of random events occurring, making it a fundamental measure for understanding and predicting such events.", "file_path": "unknown_source", "from": "\u6982\u7387", "keywords": "likelihood measurement,uncertainty", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Probability quantifies the likelihood of random events occurring, making it a fundamental measure for understanding and predicting such events.", "to": "\u968f\u673a\u4e8b\u4ef6", "width": 10.0}, {"created_at": 1752674566, "description": "\u63a8\u65ad\u6570\u636e\u5206\u6790\u4f9d\u8d56\u4e8e\u6982\u7387\u7406\u8bba\u6765\u5bf9\u968f\u673a\u4e8b\u4ef6\u7684\u53ef\u80fd\u6027\u8fdb\u884c\u4f30\u8ba1\u548c\u9884\u6d4b\u3002", "file_path": "unknown_source", "from": "\u6982\u7387", "keywords": "probability theory,statistical inference", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u63a8\u65ad\u6570\u636e\u5206\u6790\u4f9d\u8d56\u4e8e\u6982\u7387\u7406\u8bba\u6765\u5bf9\u968f\u673a\u4e8b\u4ef6\u7684\u53ef\u80fd\u6027\u8fdb\u884c\u4f30\u8ba1\u548c\u9884\u6d4b\u3002", "to": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "width": 10.0}, {"created_at": 1752674566, "description": "\u4fdd\u9669\u91d1\u989d\u7684\u786e\u5b9a\u4f9d\u8d56\u4e8e\u5bf9\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u6982\u7387\u7684\u7edf\u8ba1\u63a8\u65ad\u3002", "file_path": "unknown_source", "from": "\u6982\u7387", "keywords": "probability modeling,risk assessment", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4fdd\u9669\u91d1\u989d\u7684\u786e\u5b9a\u4f9d\u8d56\u4e8e\u5bf9\u968f\u673a\u4e8b\u4ef6\u53d1\u751f\u6982\u7387\u7684\u7edf\u8ba1\u63a8\u65ad\u3002", "to": "\u4fdd\u9669\u91d1\u989d", "width": 10.0}, {"created_at": 1752674566, "description": "\u4fdd\u9669\u5355\u7684\u51fa\u73b0\u4fc3\u4f7f\u4eba\u4eec\u57fa\u4e8e\u6982\u7387\u7406\u8bba\u5bf9\u968f\u673a\u4e8b\u4ef6\u8fdb\u884c\u79d1\u5b66\u8bc4\u4f30\u3002", "file_path": "unknown_source", "from": "\u6982\u7387", "keywords": "actuarial science,risk modeling", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4fdd\u9669\u5355\u7684\u51fa\u73b0\u4fc3\u4f7f\u4eba\u4eec\u57fa\u4e8e\u6982\u7387\u7406\u8bba\u5bf9\u968f\u673a\u4e8b\u4ef6\u8fdb\u884c\u79d1\u5b66\u8bc4\u4f30\u3002", "to": "\u4fdd\u9669\u5355", "width": 10.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b pioneered the\u516c\u7406\u4f53\u7cfbapproach in mathematics.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic methods,historical influence", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b pioneered the\u516c\u7406\u4f53\u7cfbapproach in mathematics.", "to": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5is a proof technique grounded in the\u516c\u7406\u4f53\u7cfb, particularly related to\u516c\u74069.\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5relies on\u516c\u7406\u4f53\u7cfbfor its logical validity in proofs.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic basis,logical structure,proof method,proof techniques", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8\u003cSEP\u003echunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5is a proof technique grounded in the\u516c\u7406\u4f53\u7cfb, particularly related to\u516c\u74069.\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5relies on\u516c\u7406\u4f53\u7cfbfor its logical validity in proofs.", "to": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "width": 17.0}, {"created_at": 1752674566, "description": "\u8bdd\u98987 utilizes the\u516c\u7406\u4f53\u7cfbto formally prove the validity of the\u52a0\u6cd5operation on natural numbers.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "arithmetic validation,axiomatic proof", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98987 utilizes the\u516c\u7406\u4f53\u7cfbto formally prove the validity of the\u52a0\u6cd5operation on natural numbers.", "to": "\u8bdd\u98987", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bdd\u98986 introduces the\u516c\u7406\u4f53\u7cfbas the foundation for arithmetic and mathematical reasoning.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic introduction,conceptual foundation", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98986 introduces the\u516c\u7406\u4f53\u7cfbas the foundation for arithmetic and mathematical reasoning.", "to": "\u8bdd\u98986", "width": 8.0}, {"created_at": 1752674566, "description": "\u516c\u7406are the foundational elements of the\u516c\u7406\u4f53\u7cfb, forming the starting point of all proofs.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic foundation,logical basis", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u516c\u7406are the foundational elements of the\u516c\u7406\u4f53\u7cfb, forming the starting point of all proofs.", "to": "\u516c\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u516c\u8bbeare domain-specific assumptions within the broader\u516c\u7406\u4f53\u7cfb.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic structure,specialized assumption", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u516c\u8bbeare domain-specific assumptions within the broader\u516c\u7406\u4f53\u7cfb.", "to": "\u516c\u8bbe", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u5e08must understand the\u516c\u7406\u4f53\u7cfbto grasp the structure of mathematical reasoning and improve professional competence.", "file_path": "unknown_source", "from": "\u516c\u7406\u4f53\u7cfb", "keywords": "educational necessity,structural understanding", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u6570\u5b66\u6559\u5e08must understand the\u516c\u7406\u4f53\u7cfbto grasp the structure of mathematical reasoning and improve professional competence.", "to": "\u6570\u5b66\u6559\u5e08", "width": 8.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u5b66references\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b as a foundational text in the development of\u51e0\u4f55\u57fa\u672c\u6982\u5ff5.", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "historical influence,mathematical foundations", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u51e0\u4f55\u5b66references\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b as a foundational text in the development of\u51e0\u4f55\u57fa\u672c\u6982\u5ff5.", "to": "\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "Ancient Egypt is credited with the early development of geometry due to the practical need for land measurement after the Nile\u0027s annual floods.\u003cSEP\u003e\u53e4\u57c3\u53ca\u4eba\u4e3a\u4e86\u571f\u5730\u6d4b\u91cf\u53d1\u660e\u4e86\u7ecf\u9a8c\u51e0\u4f55\u5b66\uff0c\u4e3a\u540e\u6765\u7684\u5e0c\u814a\u51e0\u4f55\u5b66\u53d1\u5c55\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "invention,origin of mathematics,practical application", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Ancient Egypt is credited with the early development of geometry due to the practical need for land measurement after the Nile\u0027s annual floods.\u003cSEP\u003e\u53e4\u57c3\u53ca\u4eba\u4e3a\u4e86\u571f\u5730\u6d4b\u91cf\u53d1\u660e\u4e86\u7ecf\u9a8c\u51e0\u4f55\u5b66\uff0c\u4e3a\u540e\u6765\u7684\u5e0c\u814a\u51e0\u4f55\u5b66\u53d1\u5c55\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u53e4\u57c3\u53ca", "width": 20.0}, {"created_at": 1752674566, "description": "The need to re-measure land after the Nile\u0027s floods directly contributed to the emergence of geometry in ancient Egypt.", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "mathematical development,practical necessity", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The need to re-measure land after the Nile\u0027s floods directly contributed to the emergence of geometry in ancient Egypt.", "to": "\u5c3c\u7f57\u6cb3", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e0c\u7f57\u591a\u5fb7\u6307\u51fa\u5e0c\u814a\u4eba\u4ece\u53e4\u57c3\u53ca\u4eba\u90a3\u91cc\u5b66\u5230\u4e86\u51e0\u4f55\u5b66\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "historical influence,knowledge transfer", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u7f57\u591a\u5fb7\u6307\u51fa\u5e0c\u814a\u4eba\u4ece\u53e4\u57c3\u53ca\u4eba\u90a3\u91cc\u5b66\u5230\u4e86\u51e0\u4f55\u5b66\u3002", "to": "\u5e0c\u7f57\u591a\u5fb7", "width": 8.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u66fe\u5728\u57c3\u53ca\u5b66\u4e60\u7ecf\u9a8c\u51e0\u4f55\uff0c\u5e76\u5728\u6b64\u57fa\u7840\u4e0a\u53d1\u5c55\u51fa\u62bd\u8c61\u51e0\u4f55\u547d\u9898\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "abstraction,knowledge acquisition", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u66fe\u5728\u57c3\u53ca\u5b66\u4e60\u7ecf\u9a8c\u51e0\u4f55\uff0c\u5e76\u5728\u6b64\u57fa\u7840\u4e0a\u53d1\u5c55\u51fa\u62bd\u8c61\u51e0\u4f55\u547d\u9898\u3002", "to": "\u6cf0\u52d2\u65af", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u814a\u4eba\u4ece\u53e4\u57c3\u53ca\u5b66\u4e60\u4e86\u91cf\u5730\u6cd5,\u5e76\u53d1\u5c55\u4e3a\u62bd\u8c61\u51e0\u4f55\u5b66\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "knowledge transfer,theoretical development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u814a\u4eba\u4ece\u53e4\u57c3\u53ca\u5b66\u4e60\u4e86\u91cf\u5730\u6cd5,\u5e76\u53d1\u5c55\u4e3a\u62bd\u8c61\u51e0\u4f55\u5b66\u3002", "to": "\u5e0c\u814a\u4eba", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u521b\u7acb\u4e86\u7cfb\u7edf\u5316\u7684\u51e0\u4f55\u5b66\u4f53\u7cfb\uff0c\u4f7f\u6570\u5b66\u6210\u4e3a\u4e00\u95e8\u79d1\u5b66\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u51e0\u4f55\u5b66\u7684\u5960\u57fa\u4eba\uff0c\u5176\u300a\u539f\u7406\u300b\u7cfb\u7edf\u5316\u4e86\u51e0\u4f55\u77e5\u8bc6\uff0c\u6210\u4e3a\u540e\u4e16\u7814\u7a76\u548c\u6559\u5b66\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "discipline foundation,foundational contribution,mathematical formalism,mathematical structure", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u521b\u7acb\u4e86\u7cfb\u7edf\u5316\u7684\u51e0\u4f55\u5b66\u4f53\u7cfb\uff0c\u4f7f\u6570\u5b66\u6210\u4e3a\u4e00\u95e8\u79d1\u5b66\uff0c\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u51e0\u4f55\u5b66\u7684\u5960\u57fa\u4eba\uff0c\u5176\u300a\u539f\u7406\u300b\u7cfb\u7edf\u5316\u4e86\u51e0\u4f55\u77e5\u8bc6\uff0c\u6210\u4e3a\u540e\u4e16\u7814\u7a76\u548c\u6559\u5b66\u7684\u57fa\u7840\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 20.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u662f\u51e0\u4f55\u5b66\u7684\u5960\u57fa\u4e4b\u4f5c\uff0c\u7cfb\u7edf\u5316\u4e86\u51e0\u4f55\u77e5\u8bc6\u5e76\u5efa\u7acb\u4e86\u903b\u8f91\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "discipline foundation,systematic knowledge", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u662f\u51e0\u4f55\u5b66\u7684\u5960\u57fa\u4e4b\u4f5c\uff0c\u7cfb\u7edf\u5316\u4e86\u51e0\u4f55\u77e5\u8bc6\u5e76\u5efa\u7acb\u4e86\u903b\u8f91\u4f53\u7cfb\u3002", "to": "\u300a\u539f\u7406\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u516c\u7406\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u7840\uff0c\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u516c\u7406\u6784\u5efa\u4e86\u7cfb\u7edf\u7684\u51e0\u4f55\u7406\u8bba\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "foundational principle,mathematical logic", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u7406\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u7840\uff0c\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u516c\u7406\u6784\u5efa\u4e86\u7cfb\u7edf\u7684\u51e0\u4f55\u7406\u8bba\u3002", "to": "\u516c\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u516c\u8bbe\u662f\u51e0\u4f55\u5b66\u7684\u6838\u5fc3\u5047\u8bbe\uff0c\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u516c\u8bbe\u6784\u5efa\u4e86\u51e0\u4f55\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "foundational theory,geometric assumption", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bbe\u662f\u51e0\u4f55\u5b66\u7684\u6838\u5fc3\u5047\u8bbe\uff0c\u6b27\u51e0\u91cc\u5f97\u901a\u8fc7\u516c\u8bbe\u6784\u5efa\u4e86\u51e0\u4f55\u4f53\u7cfb\u3002", "to": "\u516c\u8bbe", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u51e0\u4f55\u5b66\u8fdb\u884c\u4e86\u8fdb\u4e00\u6b65\u7684\u5f62\u5f0f\u5316\u548c\u62bd\u8c61\uff0c\u63a8\u52a8\u4e86\u51e0\u4f55\u5b66\u7684\u73b0\u4ee3\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "geometric formalization,mathematical rigor", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u51e0\u4f55\u5b66\u8fdb\u884c\u4e86\u8fdb\u4e00\u6b65\u7684\u5f62\u5f0f\u5316\u548c\u62bd\u8c61\uff0c\u63a8\u52a8\u4e86\u51e0\u4f55\u5b66\u7684\u73b0\u4ee3\u53d1\u5c55\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 9.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u7ecf\u5386\u4e86\u4e24\u6b21\u91cd\u5927\u6570\u5b66\u62bd\u8c61\uff0c\u4ece\u6b27\u51e0\u91cc\u5f97\u7684\u76f4\u89c2\u51e0\u4f55\u5230\u5e0c\u5c14\u4f2f\u7279\u7684\u5f62\u5f0f\u5316\u51e0\u4f55\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "abstraction,theoretical evolution", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u7ecf\u5386\u4e86\u4e24\u6b21\u91cd\u5927\u6570\u5b66\u62bd\u8c61\uff0c\u4ece\u6b27\u51e0\u91cc\u5f97\u7684\u76f4\u89c2\u51e0\u4f55\u5230\u5e0c\u5c14\u4f2f\u7279\u7684\u5f62\u5f0f\u5316\u51e0\u4f55\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 9.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u5b66\u662f\u903b\u8f91\u4f53\u7cfb\u7684\u5178\u8303\uff0c\u4ece\u516c\u7406\u548c\u516c\u8bbe\u51fa\u53d1\u63a8\u5bfc\u51fa\u590d\u6742\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "deductive reasoning,mathematical structure", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u51e0\u4f55\u5b66\u662f\u903b\u8f91\u4f53\u7cfb\u7684\u5178\u8303\uff0c\u4ece\u516c\u7406\u548c\u516c\u8bbe\u51fa\u53d1\u63a8\u5bfc\u51fa\u590d\u6742\u5b9a\u7406\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u5b66\u662f\u6570\u5b66\u79d1\u5b66\u5316\u7684\u5178\u8303\uff0c\u4ece\u6b27\u51e0\u91cc\u5f97\u5230\u5e0c\u5c14\u4f2f\u7279\u7684\u53d1\u5c55\u4f53\u73b0\u4e86\u6570\u5b66\u7684\u903b\u8f91\u5316\u548c\u5f62\u5f0f\u5316\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "mathematical rigor,scientific development", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u51e0\u4f55\u5b66\u662f\u6570\u5b66\u79d1\u5b66\u5316\u7684\u5178\u8303\uff0c\u4ece\u6b27\u51e0\u91cc\u5f97\u5230\u5e0c\u5c14\u4f2f\u7279\u7684\u53d1\u5c55\u4f53\u73b0\u4e86\u6570\u5b66\u7684\u903b\u8f91\u5316\u548c\u5f62\u5f0f\u5316\u8fc7\u7a0b\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u662f\u5bf9\u51e0\u4f55\u5b66\u7814\u7a76\u5bf9\u8c61\u8fdb\u884c\u7b26\u53f7\u5316\u548c\u62bd\u8c61\u5316\u7684\u7406\u8bba\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "mathematical abstraction,theoretical foundation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u662f\u5bf9\u51e0\u4f55\u5b66\u7814\u7a76\u5bf9\u8c61\u8fdb\u884c\u7b26\u53f7\u5316\u548c\u62bd\u8c61\u5316\u7684\u7406\u8bba\u5de5\u5177\u3002", "to": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e9e\u52a0\u83b1\u5f3a\u8c03\u6d4b\u91cf\u5de5\u5177\u5bf9\u4e8e\u7a7a\u95f4\u6784\u9020\u7684\u91cd\u8981\u6027\uff0c\u800c\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u4f9d\u8d56\u4e8e\u5ea6\u91cf\u5de5\u5177\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "\u51e0\u4f55\u6d4b\u91cf,\u7a7a\u95f4\u6784\u9020", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5e9e\u52a0\u83b1\u5f3a\u8c03\u6d4b\u91cf\u5de5\u5177\u5bf9\u4e8e\u7a7a\u95f4\u6784\u9020\u7684\u91cd\u8981\u6027\uff0c\u800c\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u4f9d\u8d56\u4e8e\u5ea6\u91cf\u5de5\u5177\u7684\u53d1\u5c55\u3002", "to": "\u5e9e\u52a0\u83b1", "width": 7.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u4f9d\u8d56\u4e8e\u6d4b\u91cf\u5de5\u5177\u7684\u53d1\u5c55\uff0c\u6d4b\u91cf\u5de5\u5177\u4e3a\u51e0\u4f55\u7a7a\u95f4\u7684\u6784\u9020\u63d0\u4f9b\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u5b66", "keywords": "\u51e0\u4f55\u57fa\u7840,\u6d4b\u91cf\u4f9d\u8d56", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u51e0\u4f55\u5b66\u7684\u7814\u7a76\u4f9d\u8d56\u4e8e\u6d4b\u91cf\u5de5\u5177\u7684\u53d1\u5c55\uff0c\u6d4b\u91cf\u5de5\u5177\u4e3a\u51e0\u4f55\u7a7a\u95f4\u7684\u6784\u9020\u63d0\u4f9b\u4e86\u57fa\u7840\u3002", "to": "\u6d4b\u91cf\u5de5\u5177", "width": 8.0}, {"created_at": 1752674566, "description": "\u7edf\u8ba1\u5b66involves the analysis of\u89c2\u6d4b\u6570\u636eto understand patterns, make inferences, and estimate parameters like the true value \u03bc.", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u5b66", "keywords": "data analysis,inference", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u7edf\u8ba1\u5b66involves the analysis of\u89c2\u6d4b\u6570\u636eto understand patterns, make inferences, and estimate parameters like the true value \u03bc.", "to": "\u89c2\u6d4b\u6570\u636e", "width": 8.0}, {"created_at": 1752674566, "description": "Probability theory provides the mathematical foundation for statistics, especially in modeling and understanding random events.", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u5b66", "keywords": "theoretical basis,uncertainty modeling", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Probability theory provides the mathematical foundation for statistics, especially in modeling and understanding random events.", "to": "\u6982\u7387\u8bba", "width": 10.0}, {"created_at": 1752674566, "description": "Statistics is the discipline that develops and applies methods for conducting data analysis in the presence of randomness.\u003cSEP\u003e\u7edf\u8ba1\u5b66\u4ee5\u6570\u636e\u5206\u6790\u4e3a\u6838\u5fc3\uff0c\u901a\u8fc7\u6570\u636e\u5efa\u6a21\u548c\u5206\u6790\u8fdb\u884c\u51b3\u7b56\u652f\u6301\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u5b66", "keywords": "data science,methodological foundation,\u5b66\u79d1\u57fa\u7840,\u6570\u636e\u5904\u7406", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Statistics is the discipline that develops and applies methods for conducting data analysis in the presence of randomness.\u003cSEP\u003e\u7edf\u8ba1\u5b66\u4ee5\u6570\u636e\u5206\u6790\u4e3a\u6838\u5fc3\uff0c\u901a\u8fc7\u6570\u636e\u5efa\u6a21\u548c\u5206\u6790\u8fdb\u884c\u51b3\u7b56\u652f\u6301\u3002", "to": "\u6570\u636e\u5206\u6790", "width": 19.0}, {"created_at": 1752674566, "description": "\u53f8\u4e66\u7684\u804c\u8d23\u4e3a\u7edf\u8ba1\u5b66\u7684\u65e9\u671f\u53d1\u5c55\u5960\u5b9a\u4e86\u5b9e\u8df5\u57fa\u7840\uff0c\u63a8\u52a8\u4e86\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u5f62\u6210\u3002\u003cSEP\u003e\u53f8\u4e66\u7684\u804c\u8d23\u4e3a\u7edf\u8ba1\u5b66\u7684\u65e9\u671f\u53d1\u5c55\u63d0\u4f9b\u4e86\u5b9e\u8df5\u7ecf\u9a8c\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u5b66", "keywords": "\u5386\u53f2\u57fa\u7840,\u6570\u636e\u8bb0\u5f55,\u7edf\u8ba1\u8d77\u6e90", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u53f8\u4e66\u7684\u804c\u8d23\u4e3a\u7edf\u8ba1\u5b66\u7684\u65e9\u671f\u53d1\u5c55\u5960\u5b9a\u4e86\u5b9e\u8df5\u57fa\u7840\uff0c\u63a8\u52a8\u4e86\u6570\u636e\u5206\u6790\u89c2\u5ff5\u7684\u5f62\u6210\u3002\u003cSEP\u003e\u53f8\u4e66\u7684\u804c\u8d23\u4e3a\u7edf\u8ba1\u5b66\u7684\u65e9\u671f\u53d1\u5c55\u63d0\u4f9b\u4e86\u5b9e\u8df5\u7ecf\u9a8c\u3002", "to": "\u53f8\u4e66", "width": 14.0}, {"created_at": 1752674566, "description": "Pie charts and bar graphs are compared for their different strengths in data representation.\u003cSEP\u003e\u4e24\u8005\u90fd\u662f\u7edf\u8ba1\u56fe\uff0c\u7528\u4e8e\u76f4\u89c2\u5c55\u793a\u6570\u636e\uff0c\u4f46\u4fa7\u91cd\u70b9\u4e0d\u540c\uff1a\u6761\u5f62\u56fe\u5173\u6ce8\u6570\u91cf\u591a\u5c11\uff0c\u6247\u5f62\u56fe\u5173\u6ce8\u6bd4\u4f8b\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u6761\u5f62\u7edf\u8ba1\u56fe", "keywords": "complementary methods,data visualization,\u56fe\u8868\u6bd4\u8f83,\u6570\u636e\u53ef\u89c6\u5316,\u6570\u636e\u8868\u8fbe", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154", "title": "Pie charts and bar graphs are compared for their different strengths in data representation.\u003cSEP\u003e\u4e24\u8005\u90fd\u662f\u7edf\u8ba1\u56fe\uff0c\u7528\u4e8e\u76f4\u89c2\u5c55\u793a\u6570\u636e\uff0c\u4f46\u4fa7\u91cd\u70b9\u4e0d\u540c\uff1a\u6761\u5f62\u56fe\u5173\u6ce8\u6570\u91cf\u591a\u5c11\uff0c\u6247\u5f62\u56fe\u5173\u6ce8\u6bd4\u4f8b\u7ed3\u6784\u3002", "to": "\u6247\u5f62\u7edf\u8ba1\u56fe", "width": 14.0}, {"created_at": 1752674566, "description": "Line graphs are contrasted with bar graphs for showing trends versus comparisons in Olympic data analysis.\u003cSEP\u003e\u4e24\u8005\u90fd\u662f\u6570\u636e\u53ef\u89c6\u5316\u5de5\u5177\uff0c\u6761\u5f62\u56fe\u9002\u5408\u6bd4\u8f83\u6570\u91cf\uff0c\u6298\u7ebf\u56fe\u9002\u5408\u5c55\u793a\u968f\u65f6\u95f4\u6216\u53d8\u91cf\u53d8\u5316\u7684\u8d8b\u52bf\u3002", "file_path": "unknown_source", "from": "\u6761\u5f62\u7edf\u8ba1\u56fe", "keywords": "complementary tools,statistical methods,\u56fe\u8868\u5dee\u5f02,\u6570\u636e\u5c55\u793a,\u6570\u636e\u6bd4\u8f83", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-6f44ca4c0974685fbb03eb33f041a154", "title": "Line graphs are contrasted with bar graphs for showing trends versus comparisons in Olympic data analysis.\u003cSEP\u003e\u4e24\u8005\u90fd\u662f\u6570\u636e\u53ef\u89c6\u5316\u5de5\u5177\uff0c\u6761\u5f62\u56fe\u9002\u5408\u6bd4\u8f83\u6570\u91cf\uff0c\u6298\u7ebf\u56fe\u9002\u5408\u5c55\u793a\u968f\u65f6\u95f4\u6216\u53d8\u91cf\u53d8\u5316\u7684\u8d8b\u52bf\u3002", "to": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "width": 13.0}, {"created_at": 1752674566, "description": "\u6761\u5f62\u7edf\u8ba1\u56fe\u662f\u4e09\u79cd\u5e38\u89c1\u7edf\u8ba1\u56fe\u4e4b\u4e00\uff0c\u7528\u4e8e\u6bd4\u8f83\u6570\u636e\u7684\u6570\u91cf\u591a\u5c11\u3002", "file_path": "unknown_source", "from": "\u6761\u5f62\u7edf\u8ba1\u56fe", "keywords": "\u56fe\u8868\u5206\u6790,\u6570\u636e\u8868\u793a", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u6761\u5f62\u7edf\u8ba1\u56fe\u662f\u4e09\u79cd\u5e38\u89c1\u7edf\u8ba1\u56fe\u4e4b\u4e00\uff0c\u7528\u4e8e\u6bd4\u8f83\u6570\u636e\u7684\u6570\u91cf\u591a\u5c11\u3002", "to": "\u7edf\u8ba1\u56fe\u7684\u5171\u6027\u4e0e\u5dee\u5f02", "width": 7.0}, {"created_at": 1752674566, "description": "Bar graphs are used to visually represent and analyze medal data from the London Olympics.", "file_path": "unknown_source", "from": "\u6761\u5f62\u7edf\u8ba1\u56fe", "keywords": "data visualization,teaching tool", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "Bar graphs are used to visually represent and analyze medal data from the London Olympics.", "to": "\u4f26\u6566\u5965\u8fd0\u4f1a", "width": 9.0}, {"created_at": 1752674566, "description": "Bar graphs and histograms are both used in the teaching process for data visualization.", "file_path": "unknown_source", "from": "\u6761\u5f62\u7edf\u8ba1\u56fe", "keywords": "complementary methods,statistical visualization", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "Bar graphs and histograms are both used in the teaching process for data visualization.", "to": "\u76f4\u65b9\u56fe", "width": 6.0}, {"created_at": 1752674566, "description": "The teaching segment is specifically designed to introduce bar graphs using Olympic data.", "file_path": "unknown_source", "from": "\u6761\u5f62\u7edf\u8ba1\u56fe", "keywords": "pedagogical approach,statistical education", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The teaching segment is specifically designed to introduce bar graphs using Olympic data.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e24\u8005\u90fd\u7528\u4e8e\u6570\u636e\u53ef\u89c6\u5316\uff0c\u4f46\u6247\u5f62\u56fe\u4fa7\u91cd\u5c55\u793a\u6bd4\u4f8b\uff0c\u6298\u7ebf\u56fe\u4fa7\u91cd\u5c55\u793a\u53d8\u5316\u8d8b\u52bf\u3002", "file_path": "unknown_source", "from": "\u6247\u5f62\u7edf\u8ba1\u56fe", "keywords": "\u56fe\u8868\u529f\u80fd,\u6570\u636e\u53ef\u89c6\u5316,\u6570\u636e\u8d8b\u52bf", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u4e24\u8005\u90fd\u7528\u4e8e\u6570\u636e\u53ef\u89c6\u5316\uff0c\u4f46\u6247\u5f62\u56fe\u4fa7\u91cd\u5c55\u793a\u6bd4\u4f8b\uff0c\u6298\u7ebf\u56fe\u4fa7\u91cd\u5c55\u793a\u53d8\u5316\u8d8b\u52bf\u3002", "to": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "width": 6.0}, {"created_at": 1752674566, "description": "\u6247\u5f62\u7edf\u8ba1\u56fe\u7528\u4e8e\u8868\u793a\u6570\u636e\u7684\u6bd4\u4f8b\u5173\u7cfb\uff0c\u662f\u4e09\u79cd\u7edf\u8ba1\u56fe\u4e2d\u7684\u91cd\u8981\u7c7b\u578b\u3002", "file_path": "unknown_source", "from": "\u6247\u5f62\u7edf\u8ba1\u56fe", "keywords": "\u56fe\u8868\u5206\u6790,\u6570\u636e\u8868\u793a", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u6247\u5f62\u7edf\u8ba1\u56fe\u7528\u4e8e\u8868\u793a\u6570\u636e\u7684\u6bd4\u4f8b\u5173\u7cfb\uff0c\u662f\u4e09\u79cd\u7edf\u8ba1\u56fe\u4e2d\u7684\u91cd\u8981\u7c7b\u578b\u3002", "to": "\u7edf\u8ba1\u56fe\u7684\u5171\u6027\u4e0e\u5dee\u5f02", "width": 7.0}, {"created_at": 1752674566, "description": "\u6298\u7ebf\u7edf\u8ba1\u56fe\u7528\u4e8e\u5c55\u793a\u6570\u636e\u968f\u65f6\u95f4\u6216\u53d8\u91cf\u53d8\u5316\u7684\u8d8b\u52bf\uff0c\u662f\u4e09\u79cd\u7edf\u8ba1\u56fe\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u6298\u7ebf\u7edf\u8ba1\u56fe", "keywords": "\u56fe\u8868\u5206\u6790,\u6570\u636e\u8868\u793a", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u6298\u7ebf\u7edf\u8ba1\u56fe\u7528\u4e8e\u5c55\u793a\u6570\u636e\u968f\u65f6\u95f4\u6216\u53d8\u91cf\u53d8\u5316\u7684\u8d8b\u52bf\uff0c\u662f\u4e09\u79cd\u7edf\u8ba1\u56fe\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u7edf\u8ba1\u56fe\u7684\u5171\u6027\u4e0e\u5dee\u5f02", "width": 7.0}, {"created_at": 1752674566, "description": "The classical probability model is used to define probabilities for random events with finite and equally likely outcomes.", "file_path": "unknown_source", "from": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "keywords": "equal likelihood,event modeling", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "The classical probability model is used to define probabilities for random events with finite and equally likely outcomes.", "to": "\u968f\u673a\u4e8b\u4ef6", "width": 9.0}, {"created_at": 1752674566, "description": "Classical probability model is another name for classical probabilistic model (classical\u6982\u578b), referring to the same concept.", "file_path": "unknown_source", "from": "\u53e4\u5178\u6982\u7387\u6a21\u578b", "keywords": "conceptual equivalence,terminology", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Classical probability model is another name for classical probabilistic model (classical\u6982\u578b), referring to the same concept.", "to": "\u53e4\u5178\u6982\u578b", "width": 10.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u4ea4\u6362\u5f8b\u7684\u4e25\u683c\u8bc1\u660e\u9700\u8981\u6570\u5b66\u5f52\u7eb3\u6cd5\uff0c\u786e\u4fdd\u5b9a\u5f8b\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5\u53ef\u7528\u4e8e\u8bc1\u660e\u52a0\u6cd5\u4ea4\u6362\u5f8b\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "arithmetic law,proof method,\u5b9a\u5f8b\u8bc1\u660e,\u666e\u904d\u9002\u7528", "source_id": "chunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "\u52a0\u6cd5\u4ea4\u6362\u5f8b\u7684\u4e25\u683c\u8bc1\u660e\u9700\u8981\u6570\u5b66\u5f52\u7eb3\u6cd5\uff0c\u786e\u4fdd\u5b9a\u5f8b\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5\u53ef\u7528\u4e8e\u8bc1\u660e\u52a0\u6cd5\u4ea4\u6362\u5f8b\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "to": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "width": 16.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u662f\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4e2d\u7b2c9\u6761\u6240\u8868\u8fbe\u7684\u63a8\u7406\u65b9\u6cd5\uff0c\u7528\u4e8e\u8bc1\u660e\u81ea\u7136\u6570\u76f8\u5173\u547d\u9898\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "\u516c\u7406\u63a8\u5bfc,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u662f\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4e2d\u7b2c9\u6761\u6240\u8868\u8fbe\u7684\u63a8\u7406\u65b9\u6cd5\uff0c\u7528\u4e8e\u8bc1\u660e\u81ea\u7136\u6570\u76f8\u5173\u547d\u9898\u3002", "to": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u4f9d\u8d56\u4e8e\u6570\u5b66\u5f52\u7eb3\u6cd5\uff0c\u901a\u8fc7\u5f52\u7eb3\u6cd5\u53ef\u4ee5\u63a8\u5e7f\u52a0\u6cd5\u5230\u6240\u6709\u81ea\u7136\u6570\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5is used to define and prove properties of\u52a0\u6cd5\u8fd0\u7b97over all\u81ea\u7136\u6570.", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "recursive definition,universal proof,\u5f52\u7eb3\u63a8\u7406,\u8fd0\u7b97\u5b9a\u4e49", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u4f9d\u8d56\u4e8e\u6570\u5b66\u5f52\u7eb3\u6cd5\uff0c\u901a\u8fc7\u5f52\u7eb3\u6cd5\u53ef\u4ee5\u63a8\u5e7f\u52a0\u6cd5\u5230\u6240\u6709\u81ea\u7136\u6570\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5is used to define and prove properties of\u52a0\u6cd5\u8fd0\u7b97over all\u81ea\u7136\u6570.", "to": "\u52a0\u6cd5\u8fd0\u7b97", "width": 18.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f9d\u8d56\u4e8e\u96c6\u5408A\u7684\u5b9a\u4e49\uff0c\u7528\u4e8e\u8bc1\u660e\u547d\u9898\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "\u5f52\u7eb3\u6cd5\u7ed3\u6784,\u96c6\u5408\u63a8\u7406", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f9d\u8d56\u4e8e\u96c6\u5408A\u7684\u5b9a\u4e49\uff0c\u7528\u4e8e\u8bc1\u660e\u547d\u9898\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "to": "\u96c6\u5408A", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c9\u6761\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u516c\u7406\u57fa\u7840\uff0c\u7528\u4e8e\u8bc1\u660e\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u7684\u547d\u9898\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "\u516c\u7406\u63a8\u5bfc,\u5f52\u7eb3\u6cd5\u57fa\u7840", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u7b2c9\u6761\u662f\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u516c\u7406\u57fa\u7840\uff0c\u7528\u4e8e\u8bc1\u660e\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u7684\u547d\u9898\u3002", "to": "\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u7b2c9\u6761", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5is logically grounded in\u516c\u74069, which allows for proofs and definitions to extend to all natural numbers.", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "axiomatic basis,proof technique", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5is logically grounded in\u516c\u74069, which allows for proofs and definitions to extend to all natural numbers.", "to": "\u516c\u74069", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e0e\u53cd\u8bc1\u6cd5\u90fd\u662f\u6570\u5b66\u8bc1\u660e\u7684\u91cd\u8981\u65b9\u6cd5\uff0c\u5206\u522b\u9002\u7528\u4e8e\u4e0d\u540c\u7c7b\u578b\u7684\u547d\u9898\u7ed3\u6784\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u901a\u8fc7\u53cd\u8bc1\u6cd5\u8fdb\u884c\u8bba\u8bc1\uff0c\u5047\u8bbe\u5f52\u7eb3\u6cd5\u4e0d\u6210\u7acb\u4ece\u800c\u63a8\u5bfc\u51fa\u77db\u76fe\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "logical validation,mathematical logic,proof method,proof techniques", "source_id": "chunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e0e\u53cd\u8bc1\u6cd5\u90fd\u662f\u6570\u5b66\u8bc1\u660e\u7684\u91cd\u8981\u65b9\u6cd5\uff0c\u5206\u522b\u9002\u7528\u4e8e\u4e0d\u540c\u7c7b\u578b\u7684\u547d\u9898\u7ed3\u6784\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u901a\u8fc7\u53cd\u8bc1\u6cd5\u8fdb\u884c\u8bba\u8bc1\uff0c\u5047\u8bbe\u5f52\u7eb3\u6cd5\u4e0d\u6210\u7acb\u4ece\u800c\u63a8\u5bfc\u51fa\u77db\u76fe\u3002", "to": "\u53cd\u8bc1\u6cd5", "width": 16.0}, {"created_at": 1752674566, "description": "\u5728\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u8bba\u8bc1\u4e2d\uff0c\u4f7f\u7528\u4e86\u6392\u4e2d\u5f8b\u6765\u6392\u9664\u4e2d\u95f4\u72b6\u6001\uff0c\u786e\u4fdd\u547d\u9898\u975e\u771f\u5373\u5047\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f9d\u8d56\u6392\u4e2d\u5f8b\u6765\u786e\u4fdd\u547d\u9898\u5728\u81ea\u7136\u6570\u96c6\u4e0a\u7684\u771f\u5047\u4e8c\u5143\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "logical foundation,logical law,proof technique,proof validation", "source_id": "chunk-26076d8e62c6fb21010095bef1275278\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u5728\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u8bba\u8bc1\u4e2d\uff0c\u4f7f\u7528\u4e86\u6392\u4e2d\u5f8b\u6765\u6392\u9664\u4e2d\u95f4\u72b6\u6001\uff0c\u786e\u4fdd\u547d\u9898\u975e\u771f\u5373\u5047\u3002\u003cSEP\u003e\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f9d\u8d56\u6392\u4e2d\u5f8b\u6765\u786e\u4fdd\u547d\u9898\u5728\u81ea\u7136\u6570\u96c6\u4e0a\u7684\u771f\u5047\u4e8c\u5143\u6027\u3002", "to": "\u6392\u4e2d\u5f8b", "width": 15.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u88ab\u7528\u6765\u8bc1\u660e\u524dn\u9879\u548c\u516c\u5f0f\u7684\u6b63\u786e\u6027\uff0c\u901a\u8fc7\u57fa\u7840\u9a8c\u8bc1\u548c\u5f52\u7eb3\u6b65\u9aa4\u5b8c\u6210\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "formula validation,mathematical proof", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u88ab\u7528\u6765\u8bc1\u660e\u524dn\u9879\u548c\u516c\u5f0f\u7684\u6b63\u786e\u6027\uff0c\u901a\u8fc7\u57fa\u7840\u9a8c\u8bc1\u548c\u5f52\u7eb3\u6b65\u9aa4\u5b8c\u6210\u3002", "to": "\u524dn\u9879\u548c\u516c\u5f0f", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u901a\u5e38\u7528\u4e8e\u5728\u81ea\u7136\u6570\u96c6N\u4e0a\u8bc1\u660e\u547d\u9898\u7684\u666e\u904d\u6210\u7acb\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "induction domain,proof domain", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u901a\u5e38\u7528\u4e8e\u5728\u81ea\u7136\u6570\u96c6N\u4e0a\u8bc1\u660e\u547d\u9898\u7684\u666e\u904d\u6210\u7acb\u6027\u3002", "to": "\u81ea\u7136\u6570\u96c6N", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u8bba\u8bc1\u4e2d\u4f7f\u7528\u4e86\u77db\u76fe\u5f8b\uff0c\u901a\u8fc7\u5047\u8bbe\u5b58\u5728\u53cd\u4f8b\u6765\u63a8\u5bfc\u51fa\u77db\u76fe\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "logical foundation,proof technique", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u8bba\u8bc1\u4e2d\u4f7f\u7528\u4e86\u77db\u76fe\u5f8b\uff0c\u901a\u8fc7\u5047\u8bbe\u5b58\u5728\u53cd\u4f8b\u6765\u63a8\u5bfc\u51fa\u77db\u76fe\u3002", "to": "\u77db\u76fe\u5f8b", "width": 8.0}, {"created_at": 1752674566, "description": "\u867d\u7136\u6570\u5b66\u5f52\u7eb3\u6cd5\u5728\u5c0f\u5b66\u6559\u5b66\u4e2d\u96be\u4ee5\u638c\u63e1\uff0c\u4f46\u53ef\u4ee5\u521b\u8bbe\u60c5\u5883\u8ba9\u5b66\u751f\u611f\u609f\u5176\u601d\u60f3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "conceptual understanding,education", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u867d\u7136\u6570\u5b66\u5f52\u7eb3\u6cd5\u5728\u5c0f\u5b66\u6559\u5b66\u4e2d\u96be\u4ee5\u638c\u63e1\uff0c\u4f46\u53ef\u4ee5\u521b\u8bbe\u60c5\u5883\u8ba9\u5b66\u751f\u611f\u609f\u5176\u601d\u60f3\u65b9\u6cd5\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 6.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u66fe\u88ab\u7528\u4e8e\u8bc1\u660e\u81ea\u7136\u6570\u96c6\u5408\u4e0a\u52a0\u6cd5\u7684\u5408\u7406\u6027\uff0c\u662f\u5176\u5178\u578b\u5e94\u7528\u573a\u666f\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "arithmetic foundation,proof method", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u66fe\u88ab\u7528\u4e8e\u8bc1\u660e\u81ea\u7136\u6570\u96c6\u5408\u4e0a\u52a0\u6cd5\u7684\u5408\u7406\u6027\uff0c\u662f\u5176\u5178\u578b\u5e94\u7528\u573a\u666f\u4e4b\u4e00\u3002", "to": "\u52a0\u6cd5\u5408\u7406\u6027", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e5f\u53ef\u7528\u4e8e\u8bc1\u660e\u52a0\u6cd5\u7ed3\u5408\u5f8b\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "arithmetic law,proof method", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e5f\u53ef\u7528\u4e8e\u8bc1\u660e\u52a0\u6cd5\u7ed3\u5408\u5f8b\u5bf9\u6240\u6709\u81ea\u7136\u6570\u6210\u7acb\u3002", "to": "\u52a0\u6cd5\u7ed3\u5408\u5f8b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u662f\u4e00\u79cd\u91cd\u8981\u7684\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5, \u7528\u4e8e\u9a8c\u8bc1\u65e0\u9650\u547d\u9898\u5e8f\u5217\u7684\u666e\u904d\u6210\u7acb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "mathematical validation,proof technique", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u662f\u4e00\u79cd\u91cd\u8981\u7684\u6570\u5b66\u8bc1\u660e\u65b9\u6cd5, \u7528\u4e8e\u9a8c\u8bc1\u65e0\u9650\u547d\u9898\u5e8f\u5217\u7684\u666e\u904d\u6210\u7acb\u3002", "to": "\u6570\u5b66\u8bc1\u660e", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f9d\u8d56\u4e8e\u5bf9\u547d\u9898P(n)\u7684\u5f52\u7eb3\u7ed3\u6784\uff0c\u5373\u9a8c\u8bc1P(1)\u548cP(n)\u2192P(n+1)\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "inductive structure,logical sequence", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f9d\u8d56\u4e8e\u5bf9\u547d\u9898P(n)\u7684\u5f52\u7eb3\u7ed3\u6784\uff0c\u5373\u9a8c\u8bc1P(1)\u548cP(n)\u2192P(n+1)\u3002", "to": "\u547d\u9898P(n)", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6838\u5fc3\u5728\u4e8e\u9a8c\u8bc1P(n)\u2192P(n+1)\u7684\u8fc7\u7a0b\uff0c\u8fd9\u662f\u5176\u5173\u952e\u6b65\u9aa4\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "core step,logical implication", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6838\u5fc3\u5728\u4e8e\u9a8c\u8bc1P(n)\u2192P(n+1)\u7684\u8fc7\u7a0b\uff0c\u8fd9\u662f\u5176\u5173\u952e\u6b65\u9aa4\u3002", "to": "\u5f52\u7eb3\u6cd5\u9a8c\u8bc1\u8fc7\u7a0b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f53\u73b0\u4e86\u9012\u5f52\u3001\u5e8f\u5217\u9a8c\u8bc1\u548c\u666e\u904d\u6027\u63a8\u7406\u7b49\u6570\u5b66\u601d\u60f3\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u5f52\u7eb3\u6cd5", "keywords": "logical structure,mathematical thinking", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6570\u5b66\u5f52\u7eb3\u6cd5\u4f53\u73b0\u4e86\u9012\u5f52\u3001\u5e8f\u5217\u9a8c\u8bc1\u548c\u666e\u904d\u6027\u63a8\u7406\u7b49\u6570\u5b66\u601d\u60f3\u3002", "to": "\u6570\u5b66\u601d\u60f3", "width": 8.0}, {"created_at": 1752674566, "description": "Reductio ad absurdum also depends on the law of the excluded middle, which asserts that a proposition is either true or false.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u4f9d\u8d56\u6392\u4e2d\u5f8b\u8fdb\u884c\u903b\u8f91\u63a8\u7406\uff0c\u901a\u8fc7\u5047\u8bbe\u547d\u9898\u4e0d\u6210\u7acb\u6765\u63a8\u5bfc\u77db\u76fe\u3002\u003cSEP\u003e\u6392\u4e2d\u5f8b\u786e\u4fdd\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e4b\u95f4\u5fc5\u987b\u6709\u4e00\u4e2a\u4e3a\u771f\uff0c\u4ece\u800c\u652f\u6301\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u53cd\u8bc1\u6cd5", "keywords": "binary logic,binary truth,logical foundation,proof structure,\u6392\u4e2d\u5f8b,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "Reductio ad absurdum also depends on the law of the excluded middle, which asserts that a proposition is either true or false.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u4f9d\u8d56\u6392\u4e2d\u5f8b\u8fdb\u884c\u903b\u8f91\u63a8\u7406\uff0c\u901a\u8fc7\u5047\u8bbe\u547d\u9898\u4e0d\u6210\u7acb\u6765\u63a8\u5bfc\u77db\u76fe\u3002\u003cSEP\u003e\u6392\u4e2d\u5f8b\u786e\u4fdd\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e4b\u95f4\u5fc5\u987b\u6709\u4e00\u4e2a\u4e3a\u771f\uff0c\u4ece\u800c\u652f\u6301\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u7ed3\u6784\u3002", "to": "\u6392\u4e2d\u5f8b", "width": 27.0}, {"created_at": 1752674566, "description": "\u53cd\u8bc1\u6cd5\u662f\u4e00\u79cd\u6f14\u7ece\u63a8\u7406\u65b9\u6cd5,\u901a\u8fc7\u5047\u8bbe\u547d\u9898\u4e0d\u6210\u7acb\u6765\u63a8\u5bfc\u77db\u76fe\u3002", "file_path": "unknown_source", "from": "\u53cd\u8bc1\u6cd5", "keywords": "logical method,proof technique", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u53cd\u8bc1\u6cd5\u662f\u4e00\u79cd\u6f14\u7ece\u63a8\u7406\u65b9\u6cd5,\u901a\u8fc7\u5047\u8bbe\u547d\u9898\u4e0d\u6210\u7acb\u6765\u63a8\u5bfc\u77db\u76fe\u3002", "to": "\u6f14\u7ece\u63a8\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "Euclid was one of the first to use reductio ad absurdum in a formal mathematical proof, specifically to prove that there are infinitely many prime numbers.", "file_path": "unknown_source", "from": "\u53cd\u8bc1\u6cd5", "keywords": "logical reasoning,mathematical proof", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Euclid was one of the first to use reductio ad absurdum in a formal mathematical proof, specifically to prove that there are infinitely many prime numbers.", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 9.0}, {"created_at": 1752674566, "description": "Reductio ad absurdum relies on the law of contradiction, which states that a proposition and its negation cannot both be true simultaneously.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u57fa\u7840\u662f\u77db\u76fe\u5f8b\uff0c\u5373\u901a\u8fc7\u63a8\u5bfc\u51fa\u77db\u76fe\u6765\u5426\u5b9a\u5047\u8bbe\u547d\u9898\uff0c\u4ece\u800c\u8bc1\u660e\u539f\u547d\u9898\u4e3a\u771f\u3002", "file_path": "unknown_source", "from": "\u53cd\u8bc1\u6cd5", "keywords": "contradiction,logical consistency,logical foundation,proof method", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "Reductio ad absurdum relies on the law of contradiction, which states that a proposition and its negation cannot both be true simultaneously.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u7684\u903b\u8f91\u57fa\u7840\u662f\u77db\u76fe\u5f8b\uff0c\u5373\u901a\u8fc7\u63a8\u5bfc\u51fa\u77db\u76fe\u6765\u5426\u5b9a\u5047\u8bbe\u547d\u9898\uff0c\u4ece\u800c\u8bc1\u660e\u539f\u547d\u9898\u4e3a\u771f\u3002", "to": "\u77db\u76fe\u5f8b", "width": 20.0}, {"created_at": 1752674566, "description": "\u53cd\u8bc1\u6cd5was used to prove that \u221a2 is an irrational number by assuming it is rational and deriving a logical contradiction.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u88ab\u7528\u4e8e\u8bc1\u660e\u221a2\u662f\u65e0\u7406\u6570\uff0c\u662f\u6570\u5b66\u4e2d\u6700\u65e9\u4f7f\u7528\u903b\u8f91\u63a8\u7406\u89e3\u51b3\u5177\u4f53\u95ee\u9898\u7684\u8303\u4f8b\u4e4b\u4e00\u3002\u003cSEP\u003e\u5728\u8bc1\u660e\u221a2\u4e3a\u65e0\u7406\u6570\u7684\u8fc7\u7a0b\u4e2d\uff0c\u53cd\u8bc1\u6cd5\u88ab\u7528\u6765\u5047\u8bbe\u5176\u4e3a\u6709\u7406\u6570\u5e76\u63a8\u5bfc\u51fa\u77db\u76fe\uff0c\u5c55\u793a\u4e86\u903b\u8f91\u63a8\u7406\u7684\u529b\u91cf\u3002", "file_path": "unknown_source", "from": "\u53cd\u8bc1\u6cd5", "keywords": "irrationality,logical proof,mathematical proof,mathematical reasoning,mathematical rigor", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u53cd\u8bc1\u6cd5was used to prove that \u221a2 is an irrational number by assuming it is rational and deriving a logical contradiction.\u003cSEP\u003e\u53cd\u8bc1\u6cd5\u88ab\u7528\u4e8e\u8bc1\u660e\u221a2\u662f\u65e0\u7406\u6570\uff0c\u662f\u6570\u5b66\u4e2d\u6700\u65e9\u4f7f\u7528\u903b\u8f91\u63a8\u7406\u89e3\u51b3\u5177\u4f53\u95ee\u9898\u7684\u8303\u4f8b\u4e4b\u4e00\u3002\u003cSEP\u003e\u5728\u8bc1\u660e\u221a2\u4e3a\u65e0\u7406\u6570\u7684\u8fc7\u7a0b\u4e2d\uff0c\u53cd\u8bc1\u6cd5\u88ab\u7528\u6765\u5047\u8bbe\u5176\u4e3a\u6709\u7406\u6570\u5e76\u63a8\u5bfc\u51fa\u77db\u76fe\uff0c\u5c55\u793a\u4e86\u903b\u8f91\u63a8\u7406\u7684\u529b\u91cf\u3002", "to": "\u221a2", "width": 29.0}, {"created_at": 1752674566, "description": "Prime numbers and the Fundamental Theorem both represent foundational concepts in number theory and algebra.", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "mathematical foundations,number theory", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Prime numbers and the Fundamental Theorem both represent foundational concepts in number theory and algebra.", "to": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u662f\u7b2c\u4e00\u4e2a\u8bc1\u660e\u7d20\u6570\u5177\u6709\u65e0\u9650\u591a\u4e2a\u7684\u6570\u5b66\u5bb6\uff0c\u5e76\u4f7f\u7528\u4e86\u53cd\u8bc1\u6cd5\u3002", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "mathematical proof,number theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6b27\u51e0\u91cc\u5f97\u662f\u7b2c\u4e00\u4e2a\u8bc1\u660e\u7d20\u6570\u5177\u6709\u65e0\u9650\u591a\u4e2a\u7684\u6570\u5b66\u5bb6\uff0c\u5e76\u4f7f\u7528\u4e86\u53cd\u8bc1\u6cd5\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 8.0}, {"created_at": 1752674566, "description": "Chebyshev proved Bertrand\u0027s conjecture, which concerns the existence of prime numbers within specific intervals, contributing to the understanding of prime distribution.", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "mathematical proof,prime distribution", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Chebyshev proved Bertrand\u0027s conjecture, which concerns the existence of prime numbers within specific intervals, contributing to the understanding of prime distribution.", "to": "\u5207\u6bd4\u96ea\u592b", "width": 9.0}, {"created_at": 1752674566, "description": "Goldbach\u0027s conjecture involves the representation of even numbers as the sum of two prime numbers, making it deeply connected to the properties and distribution of primes.", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "additive primes,number theory", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Goldbach\u0027s conjecture involves the representation of even numbers as the sum of two prime numbers, making it deeply connected to the properties and distribution of primes.", "to": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "width": 10.0}, {"created_at": 1752674566, "description": "Pythagoras and his school had a deep philosophical and mathematical interest in numbers, including the properties of primes and their symbolic meanings.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u7814\u7a76\u4e3a\u7d20\u6570\u7814\u7a76\u5960\u5b9a\u4e86\u57fa\u7840\uff0c\u7d20\u6570\u662f\u6570\u8bba\u4e2d\u6700\u57fa\u672c\u7684\u7814\u7a76\u5bf9\u8c61\u3002", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "mathematical foundation,number theory,numerical philosophy,symbolic meaning", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Pythagoras and his school had a deep philosophical and mathematical interest in numbers, including the properties of primes and their symbolic meanings.\u003cSEP\u003e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u7814\u7a76\u4e3a\u7d20\u6570\u7814\u7a76\u5960\u5b9a\u4e86\u57fa\u7840\uff0c\u7d20\u6570\u662f\u6570\u8bba\u4e2d\u6700\u57fa\u672c\u7684\u7814\u7a76\u5bf9\u8c61\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "width": 14.0}, {"created_at": 1752674566, "description": "In Euclid\u0027s proof of the infinitude of primes, p!+1 is used to construct a number that leads to a contradiction when assuming a finite number of primes.", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "contradiction,mathematical proof", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "In Euclid\u0027s proof of the infinitude of primes, p!+1 is used to construct a number that leads to a contradiction when assuming a finite number of primes.", "to": "p!+1", "width": 10.0}, {"created_at": 1752674566, "description": "The Bertrand-Chebyshev theorem guarantees the existence of at least one prime number between n and 2n for any n \u003e 1.", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "prime distribution,theorem", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "The Bertrand-Chebyshev theorem guarantees the existence of at least one prime number between n and 2n for any n \u003e 1.", "to": "\u4f2f\u7279\u5170-\u5207\u6bd4\u96ea\u592b\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "This is a specific large prime number discovered through computational methods, representing the current largest known prime in the text.", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "computational mathematics,prime discovery", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "This is a specific large prime number discovered through computational methods, representing the current largest known prime in the text.", "to": "2^30402457^-1", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u8bba\u7814\u7a76\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\u662f\u7d20\u6570\u7684\u6027\u8d28\u548c\u5206\u5e03\uff0c\u7d20\u6570\u662f\u6570\u8bba\u7684\u57fa\u7840\u5143\u7d20\u3002", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "mathematical structure,number properties", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6570\u8bba\u7814\u7a76\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\u662f\u7d20\u6570\u7684\u6027\u8d28\u548c\u5206\u5e03\uff0c\u7d20\u6570\u662f\u6570\u8bba\u7684\u57fa\u7840\u5143\u7d20\u3002", "to": "\u6570\u8bba", "width": 9.0}, {"created_at": 1752674566, "description": "\u7d20\u6570\u6982\u5ff5\u662f\u8fdb\u884c\u002711\u662f\u5426\u4e3a\u7d20\u6570\u0027\u8fd9\u4e00\u76f4\u63a5\u5224\u65ad\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u7d20\u6570", "keywords": "conceptual basis,mathematical judgment", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u7d20\u6570\u6982\u5ff5\u662f\u8fdb\u884c\u002711\u662f\u5426\u4e3a\u7d20\u6570\u0027\u8fd9\u4e00\u76f4\u63a5\u5224\u65ad\u7684\u57fa\u7840\u3002", "to": "\u76f4\u63a5\u5224\u65ad", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e58\u6cd5\u8fd0\u7b97is conceptually linked to repeated\u52a0\u6cd5\u8fd0\u7b97in early mathematics.", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "arithmetic concepts,operation relationships", "source_id": "chunk-a9a60418b119b40b9f7e09f08cc0b5c8", "title": "\u4e58\u6cd5\u8fd0\u7b97is conceptually linked to repeated\u52a0\u6cd5\u8fd0\u7b97in early mathematics.", "to": "\u4e58\u6cd5\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u7cfb\u7684\u5b9a\u4e49\u5305\u62ec\u8fd0\u7b97\u89c4\u5219\uff0c\u52a0\u6cd5\u8fd0\u7b97\u662f\u81ea\u7136\u6570\u7cfb\u3001\u6574\u6570\u7cfb\u7b49\u6570\u7cfb\u4e2d\u7684\u57fa\u672c\u8fd0\u7b97\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "\u6570\u7cfb\u7ed3\u6784,\u8fd0\u7b97\u5b9a\u4e49", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6570\u7cfb\u7684\u5b9a\u4e49\u5305\u62ec\u8fd0\u7b97\u89c4\u5219\uff0c\u52a0\u6cd5\u8fd0\u7b97\u662f\u81ea\u7136\u6570\u7cfb\u3001\u6574\u6570\u7cfb\u7b49\u6570\u7cfb\u4e2d\u7684\u57fa\u672c\u8fd0\u7b97\u4e4b\u4e00\u3002", "to": "\u6570\u7cfb", "width": 7.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u4f9d\u8d56\u4e8e\u7b49\u4ef7\u5173\u7cfb\u7684\u5bf9\u79f0\u6027\uff0c\u7528\u4e8e\u6784\u5efa\u52a0\u6cd5\u89c4\u5219\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "\u5bf9\u79f0\u6027\u8d28,\u8fd0\u7b97\u5b9a\u4e49", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u4f9d\u8d56\u4e8e\u7b49\u4ef7\u5173\u7cfb\u7684\u5bf9\u79f0\u6027\uff0c\u7528\u4e8e\u6784\u5efa\u52a0\u6cd5\u89c4\u5219\u3002", "to": "\u7b49\u4ef7\u5173\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u5bf9\u79f0\u6027\u662f\u5b9a\u4e49\u52a0\u6cd5\u8fd0\u7b97\u7684\u91cd\u8981\u903b\u8f91\u6027\u8d28\uff0c\u4f7f\u52a0\u6cd5\u5177\u6709\u4ea4\u6362\u6027\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "\u8fd0\u7b97\u5bf9\u79f0\u6027,\u903b\u8f91\u6027\u8d28", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u5bf9\u79f0\u6027\u662f\u5b9a\u4e49\u52a0\u6cd5\u8fd0\u7b97\u7684\u91cd\u8981\u903b\u8f91\u6027\u8d28\uff0c\u4f7f\u52a0\u6cd5\u5177\u6709\u4ea4\u6362\u6027\u3002", "to": "\u5bf9\u79f0\u6027", "width": 7.0}, {"created_at": 1752674566, "description": "\u9006\u8fd0\u7b97\u662f\u4e0e\u52a0\u6cd5\u76f8\u5bf9\u7684\u51cf\u6cd5\u8fd0\u7b97\uff0c\u7528\u4e8e\u6570\u7cfb\u7684\u6269\u5c55\u548c\u5c01\u95ed\u6027\u5b9a\u4e49\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "\u5c01\u95ed\u6027,\u8fd0\u7b97\u6269\u5c55", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u9006\u8fd0\u7b97\u662f\u4e0e\u52a0\u6cd5\u76f8\u5bf9\u7684\u51cf\u6cd5\u8fd0\u7b97\uff0c\u7528\u4e8e\u6570\u7cfb\u7684\u6269\u5c55\u548c\u5c01\u95ed\u6027\u5b9a\u4e49\u3002", "to": "\u9006\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "\u5927\u5c0f\u5173\u7cfbbetween natural numbers is defined using\u52a0\u6cd5\u8fd0\u7b97, where a \u003e b if there exists a c \u2260 0 such that a = b + c.", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "arithmetic dependency,relation definition", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u5927\u5c0f\u5173\u7cfbbetween natural numbers is defined using\u52a0\u6cd5\u8fd0\u7b97, where a \u003e b if there exists a c \u2260 0 such that a = b + c.", "to": "\u5927\u5c0f\u5173\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u547d\u98982\u6307\u51fa\u5728\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u4e24\u8fb9\u52a0\u51cf\u76f8\u540c\u91cf\u5173\u7cfb\u4e0d\u53d8\uff0c\u662f\u52a0\u6cd5\u8fd0\u7b97\u6027\u8d28\u8bc1\u660e\u7684\u91cd\u8981\u4f9d\u636e\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u8fd0\u7b97", "keywords": "mathematical operation,proof basis", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u547d\u98982\u6307\u51fa\u5728\u7b49\u5f0f\u6216\u4e0d\u7b49\u5f0f\u4e24\u8fb9\u52a0\u51cf\u76f8\u540c\u91cf\u5173\u7cfb\u4e0d\u53d8\uff0c\u662f\u52a0\u6cd5\u8fd0\u7b97\u6027\u8d28\u8bc1\u660e\u7684\u91cd\u8981\u4f9d\u636e\u3002", "to": "\u547d\u98982", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e58\u6cd5\u8fd0\u7b97\u5728\u6574\u6570\u96c6\u5408\u4e0a\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u5b9a\u4e49\uff0c\u5e76\u63a8\u5e7f\u81ea\u81ea\u7136\u6570\u96c6\u5408\u3002", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u8fd0\u7b97", "keywords": "\u6570\u5b66\u57fa\u7840,\u8fd0\u7b97\u63a8\u5e7f", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u4e58\u6cd5\u8fd0\u7b97\u5728\u6574\u6570\u96c6\u5408\u4e0a\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u5b9a\u4e49\uff0c\u5e76\u63a8\u5e7f\u81ea\u81ea\u7136\u6570\u96c6\u5408\u3002", "to": "\u6574\u6570\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "1\u662f\u4e58\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u7c7b\u4f3c\u4e8e\u52a0\u6cd5\u4e2d\u76840\uff0c\u6ee1\u8db31 \u00d7 a = a \u00d7 1 = a\uff0c\u662f\u4e58\u6cd5\u9006\u8fd0\u7b97(\u9664\u6cd5)\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u8fd0\u7b97", "keywords": "\u8fd0\u7b97\u7ed3\u6784,\u9006\u8fd0\u7b97", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "1\u662f\u4e58\u6cd5\u7684\u5355\u4f4d\u5143\uff0c\u7c7b\u4f3c\u4e8e\u52a0\u6cd5\u4e2d\u76840\uff0c\u6ee1\u8db31 \u00d7 a = a \u00d7 1 = a\uff0c\u662f\u4e58\u6cd5\u9006\u8fd0\u7b97(\u9664\u6cd5)\u7684\u57fa\u7840\u3002", "to": "\u5355\u4f4d\u5143", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bdd\u989819\u8be6\u7ec6\u8ba8\u8bba\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u672c\u8d28\u53ca\u5176\u63a8\u5e7f\u65b9\u6cd5\uff0c\u662f\u7406\u89e3\u6574\u6570\u4e58\u6cd5\u7684\u5173\u952e\u3002", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u8fd0\u7b97", "keywords": "\u53c2\u8003\u6750\u6599,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u8bdd\u989819\u8be6\u7ec6\u8ba8\u8bba\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u672c\u8d28\u53ca\u5176\u63a8\u5e7f\u65b9\u6cd5\uff0c\u662f\u7406\u89e3\u6574\u6570\u4e58\u6cd5\u7684\u5173\u952e\u3002", "to": "\u9644\u5f55\u7684\u8bdd\u989819", "width": 9.0}, {"created_at": 1752674566, "description": "\u9006\u8fd0\u7b97\u662f\u4e0e\u4e58\u6cd5\u76f8\u5bf9\u7684\u9664\u6cd5\u8fd0\u7b97\uff0c\u7528\u4e8e\u5b9a\u4e49\u6709\u7406\u6570\u3002", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u8fd0\u7b97", "keywords": "\u5c01\u95ed\u6027,\u8fd0\u7b97\u6269\u5c55", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u9006\u8fd0\u7b97\u662f\u4e0e\u4e58\u6cd5\u76f8\u5bf9\u7684\u9664\u6cd5\u8fd0\u7b97\uff0c\u7528\u4e8e\u5b9a\u4e49\u6709\u7406\u6570\u3002", "to": "\u9006\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "\u2018\u56db\u57fa\u2019\u662f\u4f5c\u8005\u5bf9\u6570\u5b66\u6559\u80b2\u76ee\u6807\u7684\u6269\u5c55\uff0c\u65e8\u5728\u901a\u8fc7\u9690\u6027\u7d20\u517b\u57f9\u517b\u521b\u65b0\u4eba\u624d\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u6559\u80b2\u76ee\u6807,\u7d20\u517b\u57f9\u517b", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u2018\u56db\u57fa\u2019\u662f\u4f5c\u8005\u5bf9\u6570\u5b66\u6559\u80b2\u76ee\u6807\u7684\u6269\u5c55\uff0c\u65e8\u5728\u901a\u8fc7\u9690\u6027\u7d20\u517b\u57f9\u517b\u521b\u65b0\u4eba\u624d\u3002", "to": "\u56db\u57fa", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u6559\u80b2\u9700\u8981\u4e3a\u5b66\u751f\u4e00\u751f\u7684\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\uff0c\u5f3a\u8c03\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u53d1\u5c55\u76ee\u6807,\u6559\u80b2\u9636\u6bb5", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u7684\u6570\u5b66\u6559\u80b2\u9700\u8981\u4e3a\u5b66\u751f\u4e00\u751f\u7684\u53d1\u5c55\u5960\u5b9a\u57fa\u7840\uff0c\u5f3a\u8c03\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002", "to": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u5f3a\u8c03\u901a\u8fc7\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u91cf\u7684\u591a\u5c11\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u6570\u5b66\u601d\u7ef4", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6570\u5b66\u6559\u80b2\u5f3a\u8c03\u901a\u8fc7\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u91cf\u7684\u591a\u5c11\u3002", "to": "\u96c6\u5408", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u5e94\u4ece\u5c0f\u5b66\u751f\u5f00\u59cb\uff0c\u5f15\u5bfc\u4ed6\u4eec\u5b66\u4f1a\u4ece\u5934\u601d\u8003\u95ee\u9898\uff0c\u517b\u6210\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u57fa\u7840\u6559\u80b2,\u601d\u7ef4\u57f9\u517b", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6570\u5b66\u6559\u80b2\u5e94\u4ece\u5c0f\u5b66\u751f\u5f00\u59cb\uff0c\u5f15\u5bfc\u4ed6\u4eec\u5b66\u4f1a\u4ece\u5934\u601d\u8003\u95ee\u9898\uff0c\u517b\u6210\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\u3002", "to": "\u5c0f\u5b66\u751f", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u7684\u76ee\u6807\u4e4b\u4e00\u662f\u4ece\u5c0f\u57f9\u517b\u5b66\u751f\u7684\u826f\u597d\u601d\u7ef4\u4e60\u60ef\uff0c\u4f7f\u5176\u5177\u5907\u903b\u8f91\u63a8\u7406\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u4e60\u60ef\u517b\u6210,\u6559\u80b2\u76ee\u6807", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6570\u5b66\u6559\u80b2\u7684\u76ee\u6807\u4e4b\u4e00\u662f\u4ece\u5c0f\u57f9\u517b\u5b66\u751f\u7684\u826f\u597d\u601d\u7ef4\u4e60\u60ef\uff0c\u4f7f\u5176\u5177\u5907\u903b\u8f91\u63a8\u7406\u80fd\u529b\u3002", "to": "\u601d\u7ef4\u4e60\u60ef", "width": 7.0}, {"created_at": 1752674566, "description": "Mathematics education often lacks sufficient emphasis on inductive reasoning, which is essential for discovering mathematical conclusions before they are verified through deduction.", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "pedagogical gap,reasoning methods", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematics education often lacks sufficient emphasis on inductive reasoning, which is essential for discovering mathematical conclusions before they are verified through deduction.", "to": "\u5f52\u7eb3\u63a8\u7406", "width": 6.0}, {"created_at": 1752674566, "description": "In foundational mathematics education, the Law of Identity is essential for defining mathematical objects and ensuring consistency in reasoning and definitions.", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "educational application,logical foundation", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "In foundational mathematics education, the Law of Identity is essential for defining mathematical objects and ensuring consistency in reasoning and definitions.", "to": "\u540c\u4e00\u5f8b", "width": 8.0}, {"created_at": 1752674566, "description": "Primary and secondary school teachers are directly involved in mathematics education and are given the opportunity to innovate and improve teaching methods, particularly in reasoning instruction.", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "education,pedagogy", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Primary and secondary school teachers are directly involved in mathematics education and are given the opportunity to innovate and improve teaching methods, particularly in reasoning instruction.", "to": "\u4e2d\u5c0f\u5b66\u6559\u5e08", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u5bf9\u6570\u5b66\u6559\u80b2\u5f71\u54cd\u6df1\u8fdc\uff0c\u6587\u4e2d\u6307\u51fa\u6559\u5b66\u5e94\u5c0a\u91cd\u5176\u521d\u8877\uff0c\u907f\u514d\u5c06\u51e0\u4f55\u6982\u5ff5\u5e94\u7528\u4e8e\u8d85\u51fa\u7ecf\u9a8c\u7684\u7a7a\u95f4\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "educational impact,geometric understanding", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u5bf9\u6570\u5b66\u6559\u80b2\u5f71\u54cd\u6df1\u8fdc\uff0c\u6587\u4e2d\u6307\u51fa\u6559\u5b66\u5e94\u5c0a\u91cd\u5176\u521d\u8877\uff0c\u907f\u514d\u5c06\u51e0\u4f55\u6982\u5ff5\u5e94\u7528\u4e8e\u8d85\u51fa\u7ecf\u9a8c\u7684\u7a7a\u95f4\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u5bf9\u6570\u5b66\u6559\u80b2\u5f71\u54cd\u6df1\u8fdc\uff0c\u6587\u4e2d\u6307\u51fa\u6559\u5b66\u5e94\u5c0a\u91cd\u5176\u521d\u8877\uff0c\u907f\u514d\u5c06\u51e0\u4f55\u6982\u5ff5\u5e94\u7528\u4e8e\u8d85\u51fa\u7ecf\u9a8c\u7684\u7a7a\u95f4\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "educational impact,geometric understanding", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u5bf9\u6570\u5b66\u6559\u80b2\u5f71\u54cd\u6df1\u8fdc\uff0c\u6587\u4e2d\u6307\u51fa\u6559\u5b66\u5e94\u5c0a\u91cd\u5176\u521d\u8877\uff0c\u907f\u514d\u5c06\u51e0\u4f55\u6982\u5ff5\u5e94\u7528\u4e8e\u8d85\u51fa\u7ecf\u9a8c\u7684\u7a7a\u95f4\u3002", "to": "\u300a\u539f\u7406\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u516c\u7406\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u7684\u903b\u8f91\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "educational content,logical thinking", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u7406\u662f\u6570\u5b66\u6559\u80b2\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u7684\u903b\u8f91\u7ed3\u6784\u3002", "to": "\u516c\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u5f3a\u8c03\u901a\u8fc7\u73b0\u5b9e\u80cc\u666f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u601d\u60f3\uff0c\u800c\u6570\u5b66\u62bd\u8c61\u5316\u53ef\u80fd\u524a\u5f31\u8fd9\u79cd\u73b0\u5b9e\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u73b0\u5b9e\u8054\u7cfb", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u6570\u5b66\u6559\u80b2\u5f3a\u8c03\u901a\u8fc7\u73b0\u5b9e\u80cc\u666f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u601d\u60f3\uff0c\u800c\u6570\u5b66\u62bd\u8c61\u5316\u53ef\u80fd\u524a\u5f31\u8fd9\u79cd\u73b0\u5b9e\u8054\u7cfb\u3002", "to": "\u6570\u5b66\u62bd\u8c61\u5316", "width": 6.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u662f\u6307\u5bfc\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u91cd\u8981\u653f\u7b56\u6587\u4ef6\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u6559\u80b2\u653f\u7b56,\u8bfe\u7a0b\u8bbe\u8ba1", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u662f\u6307\u5bfc\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u6559\u5b66\u7684\u91cd\u8981\u653f\u7b56\u6587\u4ef6\u3002", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u52a0\u6cd5\u6a21\u578b\u662f\u6570\u5b66\u6559\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u52a0\u6cd5\u5e94\u7528\u7684\u6559\u5b66\u5de5\u5177\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u73b0\u5b9e\u95ee\u9898\u4e2d\u7684\u52a0\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u5e94\u7528\u6570\u5b66,\u6559\u5b66\u7b56\u7565", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u52a0\u6cd5\u6a21\u578b\u662f\u6570\u5b66\u6559\u5b66\u4e2d\u7528\u4e8e\u89e3\u91ca\u52a0\u6cd5\u5e94\u7528\u7684\u6559\u5b66\u5de5\u5177\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u73b0\u5b9e\u95ee\u9898\u4e2d\u7684\u52a0\u6cd5\u3002", "to": "\u52a0\u6cd5\u6a21\u578b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u7684\u76ee\u6807\u4e4b\u4e00\u662f\u5e2e\u52a9\u5b66\u751f\u517b\u6210\u826f\u597d\u7684\u601d\u7ef4\u65b9\u6cd5\uff0c\u901a\u8fc7\u957f\u671f\u5f15\u5bfc\u800c\u975e\u76f4\u63a5\u6559\u6388\u5b9e\u73b0\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2", "keywords": "\u6559\u80b2\u76ee\u6807,\u65b9\u6cd5\u517b\u6210", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6570\u5b66\u6559\u80b2\u7684\u76ee\u6807\u4e4b\u4e00\u662f\u5e2e\u52a9\u5b66\u751f\u517b\u6210\u826f\u597d\u7684\u601d\u7ef4\u65b9\u6cd5\uff0c\u901a\u8fc7\u957f\u671f\u5f15\u5bfc\u800c\u975e\u76f4\u63a5\u6559\u6388\u5b9e\u73b0\u3002", "to": "\u601d\u7ef4\u65b9\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u8bfe\u7a0b\u6807\u51c6outlines the expectations for mathematics learning in the\u7b2c\u4e00\u5b66\u6bb5, including the development of\u6570\u611fand understanding of\u81ea\u7136\u6570\u7684\u52a0\u6cd5.\"\\\u003cSEP\u003eThe first stage of primary education has specific requirements in the curriculum standards.\u003cSEP\u003eThe standards define the learning objectives for number concepts in the first educational stage.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum alignment,curriculum design,education stages,educational framework,educational standards,requirements", "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-7ac9e27076640b89379ec7305a979523", "title": "\"\u8bfe\u7a0b\u6807\u51c6outlines the expectations for mathematics learning in the\u7b2c\u4e00\u5b66\u6bb5, including the development of\u6570\u611fand understanding of\u81ea\u7136\u6570\u7684\u52a0\u6cd5.\"\\\u003cSEP\u003eThe first stage of primary education has specific requirements in the curriculum standards.\u003cSEP\u003eThe standards define the learning objectives for number concepts in the first educational stage.", "to": "\u7b2c\u4e00\u5b66\u6bb5", "width": 26.0}, {"created_at": 1752674566, "description": "Number sense instruction is aligned with curriculum standards that emphasize embedding number sense development throughout the math curriculum.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum alignment,pedagogical focus", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Number sense instruction is aligned with curriculum standards that emphasize embedding number sense development throughout the math curriculum.", "to": "\u6570\u611f\u6559\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "\"The\u8bfe\u7a0b\u6807\u51c6specifies that\u81ea\u7136\u6570\u7684\u52a0\u6cd5should be taught through real-life contexts and conceptual understanding in the\u7b2c\u4e00\u5b66\u6bb5.\"\\", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "curricular requirement,instructional approach", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"The\u8bfe\u7a0b\u6807\u51c6specifies that\u81ea\u7136\u6570\u7684\u52a0\u6cd5should be taught through real-life contexts and conceptual understanding in the\u7b2c\u4e00\u5b66\u6bb5.\"\\", "to": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "Curriculum standards define the pedagogical approach for teaching multiplication concepts.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "education policy,implementation", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Curriculum standards define the pedagogical approach for teaching multiplication concepts.", "to": "\u4e58\u6cd5\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6sets limits on\u6df7\u5408\u8fd0\u7b97complexity (e.g., two-step problems in early grades), guiding how it is taught in schools.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "educational policy,instructional guidance", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u8bfe\u7a0b\u6807\u51c6sets limits on\u6df7\u5408\u8fd0\u7b97complexity (e.g., two-step problems in early grades), guiding how it is taught in schools.", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1is based on the requirements of the\u8bfe\u7a0b\u6807\u51c6, which outlines the goals and expectations for developing\u7b26\u53f7\u610f\u8bc6in students.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum alignment,instructional planning", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u6559\u5b66\u8bbe\u8ba1is based on the requirements of the\u8bfe\u7a0b\u6807\u51c6, which outlines the goals and expectations for developing\u7b26\u53f7\u610f\u8bc6in students.", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "The\u8bfe\u7a0b\u6807\u51c6includes the development of\u5b57\u6bcd\u8868\u793a\u6570as a key component of\u7b26\u53f7\u610f\u8bc6for students in the second grade level.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum requirement,mathematical concept", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "The\u8bfe\u7a0b\u6807\u51c6includes the development of\u5b57\u6bcd\u8868\u793a\u6570as a key component of\u7b26\u53f7\u610f\u8bc6for students in the second grade level.", "to": "\u5b57\u6bcd\u8868\u793a\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6provides the educational framework for teaching\u65b9\u7a0b\u7684\u8ba4\u8bc6in primary schools.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "curriculum,education standards", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u8bfe\u7a0b\u6807\u51c6provides the educational framework for teaching\u65b9\u7a0b\u7684\u8ba4\u8bc6in primary schools.", "to": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "width": 9.0}, {"created_at": 1752674566, "description": "The curriculum standards emphasize model thinking as a core concept in mathematics education.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "core concept,curriculum", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The curriculum standards emphasize model thinking as a core concept in mathematics education.", "to": "Model Thinking", "width": 9.0}, {"created_at": 1752674566, "description": "The second stage of primary education has specific requirements in the curriculum standards.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6", "keywords": "education stages,requirements", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The second stage of primary education has specific requirements in the curriculum standards.", "to": "\u7b2c\u4e8c\u5b66\u6bb5", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u57fa\u672c\u601d\u60f3(\u62bd\u8c61\u3001\u63a8\u7406\u3001\u6a21\u578b)\u662f\u2018\u56db\u57fa\u2019\u7684\u6838\u5fc3\u7ec4\u6210\u90e8\u5206\uff0c\u51b3\u5b9a\u6570\u5b66\u7d20\u517b\u7684\u5e95\u8574\u3002", "file_path": "unknown_source", "from": "\u56db\u57fa", "keywords": "\u601d\u7ef4\u5dee\u5f02,\u7406\u8bba\u6846\u67b6", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6570\u5b66\u57fa\u672c\u601d\u60f3(\u62bd\u8c61\u3001\u63a8\u7406\u3001\u6a21\u578b)\u662f\u2018\u56db\u57fa\u2019\u7684\u6838\u5fc3\u7ec4\u6210\u90e8\u5206\uff0c\u51b3\u5b9a\u6570\u5b66\u7d20\u517b\u7684\u5e95\u8574\u3002", "to": "\u6570\u5b66\u57fa\u672c\u601d\u60f3", "width": 10.0}, {"created_at": 1752674566, "description": "\u4fee\u6539\u7ec4\u6210\u5458\u4e00\u81f4\u652f\u6301\u2018\u56db\u57fa\u2019\u7684\u63d0\u51fa\uff0c\u5e76\u63a8\u52a8\u4e86\u5176\u5728\u6570\u5b66\u6559\u80b2\u4e2d\u7684\u5b9e\u65bd\u3002", "file_path": "unknown_source", "from": "\u56db\u57fa", "keywords": "\u5b66\u672f\u652f\u6301,\u6559\u80b2\u6539\u9769", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4fee\u6539\u7ec4\u6210\u5458\u4e00\u81f4\u652f\u6301\u2018\u56db\u57fa\u2019\u7684\u63d0\u51fa\uff0c\u5e76\u63a8\u52a8\u4e86\u5176\u5728\u6570\u5b66\u6559\u80b2\u4e2d\u7684\u5b9e\u65bd\u3002", "to": "\u4fee\u6539\u7ec4", "width": 8.0}, {"created_at": 1752674566, "description": "The book discusses methods to achieve the \u0027\u56db\u57fa\u0027 goals in elementary mathematics education.", "file_path": "unknown_source", "from": "\u56db\u57fa", "keywords": "curriculum alignment,educational goals", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "The book discusses methods to achieve the \u0027\u56db\u57fa\u0027 goals in elementary mathematics education.", "to": "\u5c0f\u5b66\u6570\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "The \u0027Four Basics\u0027 framework guides mathematics teaching by emphasizing foundational skills and systematic learning.", "file_path": "unknown_source", "from": "\u56db\u57fa", "keywords": "pedagogical framework,skill development", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "The \u0027Four Basics\u0027 framework guides mathematics teaching by emphasizing foundational skills and systematic learning.", "to": "\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "The \u0027four basics\u0027 framework expands upon the traditional \u0027two basics\u0027 approach in Chinese math education.\u003cSEP\u003eThe \u0027\u56db\u57fa\u0027 expands the traditional \u0027\u53cc\u57fa\u0027 by including basic ideas and basic activity experience.", "file_path": "unknown_source", "from": "\u56db\u57fa", "keywords": "curriculum development,educational evolution,educational reform", "source_id": "chunk-543033c82722da50efd5370b60952dfe\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d", "title": "The \u0027four basics\u0027 framework expands upon the traditional \u0027two basics\u0027 approach in Chinese math education.\u003cSEP\u003eThe \u0027\u56db\u57fa\u0027 expands the traditional \u0027\u53cc\u57fa\u0027 by including basic ideas and basic activity experience.", "to": "\u53cc\u57fa", "width": 17.0}, {"created_at": 1752674566, "description": "The curriculum standards incorporate the \u0027four basics\u0027 as part of modern educational objectives.", "file_path": "unknown_source", "from": "\u56db\u57fa", "keywords": "educational goals,policy implementation", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "The curriculum standards incorporate the \u0027four basics\u0027 as part of modern educational objectives.", "to": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f20\u7edf\u2018\u53cc\u57fa\u2019\u6559\u5b66\u4fa7\u91cd\u8bb0\u5fc6\u548c\u8ba1\u7b97\uff0c\u4f46\u65e0\u6cd5\u6ee1\u8db3\u2018\u56db\u57fa\u2019\u5bf9\u5b66\u751f\u601d\u7ef4\u548c\u7ecf\u9a8c\u79ef\u7d2f\u7684\u8981\u6c42\u3002", "file_path": "unknown_source", "from": "\u53cc\u57fa", "keywords": "\u6539\u9769\u9700\u6c42,\u6559\u5b66\u77db\u76fe", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4f20\u7edf\u2018\u53cc\u57fa\u2019\u6559\u5b66\u4fa7\u91cd\u8bb0\u5fc6\u548c\u8ba1\u7b97\uff0c\u4f46\u65e0\u6cd5\u6ee1\u8db3\u2018\u56db\u57fa\u2019\u5bf9\u5b66\u751f\u601d\u7ef4\u548c\u7ecf\u9a8c\u79ef\u7d2f\u7684\u8981\u6c42\u3002", "to": "\u5c0f\u5b66\u6570\u5b66", "width": 6.0}, {"created_at": 1752674566, "description": "\u51fa\u7248\u793e\u652f\u6301\u4f5c\u8005\u51fa\u7248\u7cfb\u5217\u4e66\u7c4d\uff0c\u7cfb\u7edf\u9610\u8ff0\u6570\u5b66\u57fa\u672c\u601d\u60f3\u7684\u7406\u8bba\u548c\u5b9e\u8df5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u57fa\u672c\u601d\u60f3", "keywords": "\u5b66\u672f\u4f20\u64ad,\u6559\u80b2\u51fa\u7248", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u51fa\u7248\u793e\u652f\u6301\u4f5c\u8005\u51fa\u7248\u7cfb\u5217\u4e66\u7c4d\uff0c\u7cfb\u7edf\u9610\u8ff0\u6570\u5b66\u57fa\u672c\u601d\u60f3\u7684\u7406\u8bba\u548c\u5b9e\u8df5\u3002", "to": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u591a\u8f91\u7531\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u3002\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u4e86\u53f2\u5b81\u4e2d\u6240\u8457\u7684\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic collaboration,educational publishing,mathematical philosophy,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217\u591a\u8f91\u7531\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u3002\u003cSEP\u003e\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u4e86\u53f2\u5b81\u4e2d\u6240\u8457\u7684\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b\u7cfb\u5217.", "to": "\u300a\u6570\u5b66\u601d\u60f3\u6982\u8bba\u300b", "width": 19.0}, {"created_at": 1752674566, "description": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793epublished the fourth volume of \u0027An Overview of Mathematical Thought\u0027 in 2010.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic publishing,mathematics", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u51fa\u7248\u793epublished the fourth volume of \u0027An Overview of Mathematical Thought\u0027 in 2010.", "to": "\u6570\u5b66\u601d\u60f3\u6982\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5e08\u57f9\u8bad\u662f\u5b9e\u73b0\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u5173\u952e\uff0c\u901a\u8fc7\u63d0\u5347\u6559\u5e08\u6c34\u5e73\u843d\u5b9e\u65b0\u8bfe\u6807\u548c\u2018\u56db\u57fa\u2019\u76ee\u6807\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd\u57fa\u7840\u6559\u80b2", "keywords": "\u653f\u7b56\u5b9e\u65bd,\u6559\u80b2\u6539\u9769", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6559\u5e08\u57f9\u8bad\u662f\u5b9e\u73b0\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u5173\u952e\uff0c\u901a\u8fc7\u63d0\u5347\u6559\u5e08\u6c34\u5e73\u843d\u5b9e\u65b0\u8bfe\u6807\u548c\u2018\u56db\u57fa\u2019\u76ee\u6807\u3002", "to": "\u4e2d\u5c0f\u5b66\u6559\u5e08\u57f9\u8bad", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u7814\u5458\u5728\u6559\u5e08\u57f9\u8bad\u4e2d\u53d1\u6325\u4e13\u4e1a\u6307\u5bfc\u4f5c\u7528\uff0c\u5e2e\u52a9\u6559\u5e08\u7406\u89e3\u548c\u5b9e\u65bd\u65b0\u8bfe\u6807\u3002", "file_path": "unknown_source", "from": "\u4e2d\u5c0f\u5b66\u6559\u5e08\u57f9\u8bad", "keywords": "\u4e13\u4e1a\u6307\u5bfc,\u57f9\u8bad\u5b9e\u65bd", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6559\u7814\u5458\u5728\u6559\u5e08\u57f9\u8bad\u4e2d\u53d1\u6325\u4e13\u4e1a\u6307\u5bfc\u4f5c\u7528\uff0c\u5e2e\u52a9\u6559\u5e08\u7406\u89e3\u548c\u5b9e\u65bd\u65b0\u8bfe\u6807\u3002", "to": "\u6559\u7814\u5458", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e00\u7ebf\u6559\u5e08\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u7684\u4e3b\u8981\u5b9e\u65bd\u8005\uff0c\u5176\u6559\u5b66\u65b9\u6cd5\u76f4\u63a5\u5f71\u54cd\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "\u6559\u5b66\u5b9e\u8df5,\u76ee\u6807\u843d\u5b9e", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u4e00\u7ebf\u6559\u5e08\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u7684\u4e3b\u8981\u5b9e\u65bd\u8005\uff0c\u5176\u6559\u5b66\u65b9\u6cd5\u76f4\u63a5\u5f71\u54cd\u2018\u56db\u57fa\u2019\u76ee\u6807\u7684\u5b9e\u73b0\u3002", "to": "\u4e00\u7ebf\u6559\u5e08", "width": 8.0}, {"created_at": 1752674566, "description": "The \u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027 component is mentioned as a way to implement some of the discussed mathematical concepts in practical teaching.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "curriculum integration,practical application", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "The \u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027 component is mentioned as a way to implement some of the discussed mathematical concepts in practical teaching.", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "width": 7.0}, {"created_at": 1752674566, "description": "The 30 questions aim to capture the core of elementary mathematics education.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66", "keywords": "curriculum focus,knowledge framework", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "The 30 questions aim to capture the core of elementary mathematics education.", "to": "30\u4e2a\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "Primary education is a subset of compulsory education where foundational geometric concepts are taught.", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2\u9636\u6bb5", "keywords": "education system,learning progression", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Primary education is a subset of compulsory education where foundational geometric concepts are taught.", "to": "\u5c0f\u5b66\u6559\u80b2\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u521b\u65b0\u6027\u4eba\u624d\u7684\u57f9\u517b\u4f9d\u8d56\u4e8e\u5b66\u751f\u6570\u5b66\u7d20\u517b\u7684\u63d0\u5347\uff0c\u7279\u522b\u662f\u2018\u609f\u2019\u548c\u2018\u770b\u2019\u7684\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u521b\u65b0\u6027\u4eba\u624d", "keywords": "\u4eba\u624d\u57f9\u517b,\u80fd\u529b\u57f9\u517b", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u521b\u65b0\u6027\u4eba\u624d\u7684\u57f9\u517b\u4f9d\u8d56\u4e8e\u5b66\u751f\u6570\u5b66\u7d20\u517b\u7684\u63d0\u5347\uff0c\u7279\u522b\u662f\u2018\u609f\u2019\u548c\u2018\u770b\u2019\u7684\u80fd\u529b\u3002", "to": "\u6570\u5b66\u7d20\u517b", "width": 9.0}, {"created_at": 1752674566, "description": "\u521b\u65b0\u6027\u4eba\u624d\u7684\u57f9\u517b\u9700\u8981\u4f9d\u8d56\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\u7684\u53d1\u5c55\uff0c\u4ee5\u4fc3\u8fdb\u65b0\u77e5\u8bc6\u7684\u53d1\u73b0\u3002", "file_path": "unknown_source", "from": "\u521b\u65b0\u6027\u4eba\u624d", "keywords": "\u521b\u65b0\u80fd\u529b,\u77e5\u8bc6\u53d1\u73b0", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u521b\u65b0\u6027\u4eba\u624d\u7684\u57f9\u517b\u9700\u8981\u4f9d\u8d56\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\u7684\u53d1\u5c55\uff0c\u4ee5\u4fc3\u8fdb\u65b0\u77e5\u8bc6\u7684\u53d1\u73b0\u3002", "to": "\u5f52\u7eb3\u63a8\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "Exact calculation contributes to mathematical literacy by developing abstract thinking.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7d20\u517b", "keywords": "educational value,skill development", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "Exact calculation contributes to mathematical literacy by developing abstract thinking.", "to": "\u7cbe\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "Understanding mixed operations contributes to overall mathematical literacy.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7d20\u517b", "keywords": "foundational skills,mathematical understanding", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "Understanding mixed operations contributes to overall mathematical literacy.", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "Developing classification standards contributes to students\u0027 broader mathematical literacy.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7d20\u517b", "keywords": "educational outcomes,skill development", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Developing classification standards contributes to students\u0027 broader mathematical literacy.", "to": "\u5206\u7c7b\u6807\u51c6", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7d20\u517b\u5305\u62ec\u5bf9\u5f52\u7eb3\u63a8\u7406\u7684\u7406\u89e3\u548c\u8fd0\u7528\uff0c\u8fd9\u662f\u53d1\u73b0\u65b0\u77e5\u8bc6\u7684\u91cd\u8981\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7d20\u517b", "keywords": "\u63a8\u7406\u80fd\u529b,\u6559\u80b2\u76ee\u6807", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u7d20\u517b\u5305\u62ec\u5bf9\u5f52\u7eb3\u63a8\u7406\u7684\u7406\u89e3\u548c\u8fd0\u7528\uff0c\u8fd9\u662f\u53d1\u73b0\u65b0\u77e5\u8bc6\u7684\u91cd\u8981\u80fd\u529b\u3002", "to": "\u5f52\u7eb3\u63a8\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7d20\u517b\u4e5f\u5305\u62ec\u5bf9\u6f14\u7ece\u63a8\u7406\u7684\u638c\u63e1\uff0c\u786e\u4fdd\u6570\u5b66\u7ed3\u8bba\u7684\u4e25\u8c28\u6027\u548c\u6b63\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7d20\u517b", "keywords": "\u6559\u80b2\u76ee\u6807,\u903b\u8f91\u601d\u7ef4", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u7d20\u517b\u4e5f\u5305\u62ec\u5bf9\u6f14\u7ece\u63a8\u7406\u7684\u638c\u63e1\uff0c\u786e\u4fdd\u6570\u5b66\u7ed3\u8bba\u7684\u4e25\u8c28\u6027\u548c\u6b63\u786e\u6027\u3002", "to": "\u6f14\u7ece\u63a8\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u65e8\u5728\u901a\u8fc7\u56fe\u5f62\u8fd0\u52a8\u4e0e\u8bb0\u5f55\u63d0\u5347\u5b66\u751f\u7684\u6570\u5b66\u7d20\u517b\u548c\u903b\u8f91\u601d\u7ef4\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7d20\u517b", "keywords": "\u6559\u80b2\u76ee\u6807,\u80fd\u529b\u57f9\u517b", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u65e8\u5728\u901a\u8fc7\u56fe\u5f62\u8fd0\u52a8\u4e0e\u8bb0\u5f55\u63d0\u5347\u5b66\u751f\u7684\u6570\u5b66\u7d20\u517b\u548c\u903b\u8f91\u601d\u7ef4\u80fd\u529b\u3002", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "width": 10.0}, {"created_at": 1752674566, "description": "\u6559\u80b2\u516c\u5e73\u548c\u6559\u5b66\u8d28\u91cf\u662f\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u53cc\u91cd\u76ee\u6807\uff0c\u76f8\u4e92\u4fc3\u8fdb\u3002", "file_path": "unknown_source", "from": "\u6559\u80b2\u516c\u5e73", "keywords": "\u653f\u7b56\u5bfc\u5411,\u6559\u80b2\u76ee\u6807", "source_id": "chunk-cf30e3e5c182214d0f0eb020814d103d", "title": "\u6559\u80b2\u516c\u5e73\u548c\u6559\u5b66\u8d28\u91cf\u662f\u4e2d\u56fd\u57fa\u7840\u6559\u80b2\u8f6c\u578b\u7684\u53cc\u91cd\u76ee\u6807\uff0c\u76f8\u4e92\u4fc3\u8fdb\u3002", "to": "\u6559\u5b66\u8d28\u91cf", "width": 7.0}, {"created_at": 1752674566, "description": "\u9a6c\u4e91\u9e4fis a professor at the Northeast Normal University\u0027s Educational Science Department, leading educational research initiatives.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8", "keywords": "academic leadership,educational research", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "\u9a6c\u4e91\u9e4fis a professor at the Northeast Normal University\u0027s Educational Science Department, leading educational research initiatives.", "to": "\u9a6c\u4e91\u9e4f", "width": 8.0}, {"created_at": 1752674566, "description": "The Northeast Normal University\u0027s Educational Science Department is located in Changchun, where it collaborates with local teachers.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u8303\u5927\u5b66\u6559\u80b2\u79d1\u5b66\u5b66\u90e8", "keywords": "institutional location,local collaboration", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "The Northeast Normal University\u0027s Educational Science Department is located in Changchun, where it collaborates with local teachers.", "to": "\u957f\u6625\u5e02", "width": 7.0}, {"created_at": 1752674566, "description": "Professor Ma Yunpeng organized and collaborated with frontline teachers to develop teaching materials.", "file_path": "unknown_source", "from": "\u9a6c\u4e91\u9e4f", "keywords": "academic leadership,teacher collaboration", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Professor Ma Yunpeng organized and collaborated with frontline teachers to develop teaching materials.", "to": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08", "width": 8.0}, {"created_at": 1752674566, "description": "\u9a6c\u4e91\u9e4f\u53c2\u4e0e\u4e86\u5173\u4e8e\u81ea\u7136\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u8bbe\u8ba1\uff0c\u63d0\u4f9b\u4e86\u6559\u5b66\u5185\u5bb9\u4e0e\u7b56\u7565\u3002", "file_path": "unknown_source", "from": "\u9a6c\u4e91\u9e4f", "keywords": "\u6559\u5b66\u5b9e\u8df5,\u6559\u80b2\u7814\u7a76", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9a6c\u4e91\u9e4f\u53c2\u4e0e\u4e86\u5173\u4e8e\u81ea\u7136\u6570\u8ba4\u8bc6\u7684\u6559\u5b66\u8bbe\u8ba1\uff0c\u63d0\u4f9b\u4e86\u6559\u5b66\u5185\u5bb9\u4e0e\u7b56\u7565\u3002", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "\u9a6c\u4e91\u9e4f\u53c2\u4e0e\u4e86\u9644\u5f552\u7684\u6559\u5b66\u8bbe\u8ba1\uff0c\u63d0\u51fa\u4e86\u6559\u5b66\u7b56\u7565\u3002", "file_path": "unknown_source", "from": "\u9a6c\u4e91\u9e4f", "keywords": "\u6559\u5b66\u5b9e\u8df5,\u6559\u80b2\u7814\u7a76", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9a6c\u4e91\u9e4f\u53c2\u4e0e\u4e86\u9644\u5f552\u7684\u6559\u5b66\u8bbe\u8ba1\uff0c\u63d0\u51fa\u4e86\u6559\u5b66\u7b56\u7565\u3002", "to": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u9a6c\u4e91\u9e4f\u8bbe\u8ba1\u4e86\u5173\u4e8e\u2018\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u2019\u7684\u6559\u5b66\u7b56\u7565\u3002", "file_path": "unknown_source", "from": "\u9a6c\u4e91\u9e4f", "keywords": "\u6559\u80b2\u8bbe\u8ba1,\u6570\u5b66\u6559\u5b66", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9a6c\u4e91\u9e4f\u8bbe\u8ba1\u4e86\u5173\u4e8e\u2018\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u2019\u7684\u6559\u5b66\u7b56\u7565\u3002", "to": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66is located in\u957f\u6625\u5e02, making it a geographically situated educational institution.", "file_path": "unknown_source", "from": "\u957f\u6625\u5e02", "keywords": "school location,urban education", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66is located in\u957f\u6625\u5e02, making it a geographically situated educational institution.", "to": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "The \u0027Comprehensive and Practical\u0027 component can incorporate some teaching fragment designs.", "file_path": "unknown_source", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "keywords": "active learning,curriculum integration", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "The \u0027Comprehensive and Practical\u0027 component can incorporate some teaching fragment designs.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "Hands-on learning activities help students accumulate fundamental geometric experience.", "file_path": "unknown_source", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "keywords": "experiential learning,skill building", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Hands-on learning activities help students accumulate fundamental geometric experience.", "to": "\u57fa\u672c\u6d3b\u52a8\u7ecf\u9a8c", "width": 8.0}, {"created_at": 1752674566, "description": "\u0027\u56fe\u5f62\u7684\u8fd0\u52a8\u0027\u662f\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u6559\u5b66\u6d3b\u52a8\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u901a\u8fc7\u6e38\u620f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u56fe\u5f62\u53d8\u5316\u3002", "file_path": "unknown_source", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5", "keywords": "interactive learning,teaching method", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u0027\u56fe\u5f62\u7684\u8fd0\u52a8\u0027\u662f\u0027\u7efc\u5408\u4e0e\u5b9e\u8df5\u0027\u6559\u5b66\u6d3b\u52a8\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u901a\u8fc7\u6e38\u620f\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u56fe\u5f62\u53d8\u5316\u3002", "to": "\u56fe\u5f62\u7684\u8fd0\u52a8", "width": 7.0}, {"created_at": 1752674566, "description": "Rational and irrational numbers together form the complete set of real numbers.\u003cSEP\u003eThe discovery of irrational numbers like \u221a2 proved that not all quantities could be expressed as fractions of integers.\u003cSEP\u003e\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570\u662f\u5bf9\u7acb\u7684\u4e24\u7c7b\u6570\uff0c\u65e0\u7406\u6570\u5982\u221a2\u7684\u53d1\u73b0\u6311\u6218\u4e86\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u6570\u5b66\u4e16\u754c\u89c2\u3002\u003cSEP\u003e\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570\u662f\u6570\u5b66\u4e2d\u4e92\u65a5\u7684\u4e24\u4e2a\u96c6\u5408\uff0c\u7528\u4e8e\u8bf4\u660e\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\u7684\u903b\u8f91\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "completeness,logical opposition,mathematical contradiction,mathematical discovery,mathematical sets,number classification,number theory,paradigm shift", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-fc1e60e87ee195f9f93e8e10e72c275a\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "Rational and irrational numbers together form the complete set of real numbers.\u003cSEP\u003eThe discovery of irrational numbers like \u221a2 proved that not all quantities could be expressed as fractions of integers.\u003cSEP\u003e\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570\u662f\u5bf9\u7acb\u7684\u4e24\u7c7b\u6570\uff0c\u65e0\u7406\u6570\u5982\u221a2\u7684\u53d1\u73b0\u6311\u6218\u4e86\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u6570\u5b66\u4e16\u754c\u89c2\u3002\u003cSEP\u003e\u6709\u7406\u6570\u4e0e\u65e0\u7406\u6570\u662f\u6570\u5b66\u4e2d\u4e92\u65a5\u7684\u4e24\u4e2a\u96c6\u5408\uff0c\u7528\u4e8e\u8bf4\u660e\u547d\u9898\u4e0e\u5176\u5426\u5b9a\u4e0d\u80fd\u540c\u65f6\u4e3a\u771f\u7684\u903b\u8f91\u5173\u7cfb\u3002", "to": "\u65e0\u7406\u6570", "width": 33.0}, {"created_at": 1752674566, "description": "Rational numbers are a subset of the real numbers, which also include irrational numbers.\u003cSEP\u003e\u5b9e\u6570\u662f\u901a\u8fc7\u6709\u7406\u6570\u7684\u6781\u9650\u5b9a\u4e49\u6269\u5c55\u800c\u6765\u7684\u6570\u7cfb\uff0c\u5177\u6709\u8fde\u7eed\u6027\uff0c\u652f\u6301\u6781\u9650\u7406\u8bba\u3002\u003cSEP\u003e\u6709\u7406\u6570are a subset of\u5b9e\u6570, alongside\u65e0\u7406\u6570, forming the complete real number system.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "completeness,mathematical foundations,number classification,number hierarchy,\u6570\u7cfb\u6269\u5c55,\u6781\u9650\u8fde\u7eed\u6027", "source_id": "chunk-64dec23c12f739009609c53fc1b55511\u003cSEP\u003echunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "Rational numbers are a subset of the real numbers, which also include irrational numbers.\u003cSEP\u003e\u5b9e\u6570\u662f\u901a\u8fc7\u6709\u7406\u6570\u7684\u6781\u9650\u5b9a\u4e49\u6269\u5c55\u800c\u6765\u7684\u6570\u7cfb\uff0c\u5177\u6709\u8fde\u7eed\u6027\uff0c\u652f\u6301\u6781\u9650\u7406\u8bba\u3002\u003cSEP\u003e\u6709\u7406\u6570are a subset of\u5b9e\u6570, alongside\u65e0\u7406\u6570, forming the complete real number system.", "to": "\u5b9e\u6570", "width": 27.0}, {"created_at": 1752674566, "description": "\u4e3a\u4fdd\u8bc1\u9664\u6cd5\u8fd0\u7b97\u5c01\u95ed\u6027\uff0c\u6570\u96c6\u4ece\u6574\u6570\u6269\u5f20\u5230\u6709\u7406\u6570\u3002\u003cSEP\u003e\u6709\u7406\u6570\u662f\u901a\u8fc7\u6574\u6570\u7684\u9664\u6cd5\u8fd0\u7b97\u5b9a\u4e49\u7684\u6570\u7cfb\uff0c\u4f7f\u9664\u6cd5\u8fd0\u7b97\u5c01\u95ed\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "\u6570\u7cfb\u6269\u5c55,\u6570\u7cfb\u6269\u5f20,\u8fd0\u7b97\u5c01\u95ed,\u9664\u6cd5\u5c01\u95ed\u6027", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u4e3a\u4fdd\u8bc1\u9664\u6cd5\u8fd0\u7b97\u5c01\u95ed\u6027\uff0c\u6570\u96c6\u4ece\u6574\u6570\u6269\u5f20\u5230\u6709\u7406\u6570\u3002\u003cSEP\u003e\u6709\u7406\u6570\u662f\u901a\u8fc7\u6574\u6570\u7684\u9664\u6cd5\u8fd0\u7b97\u5b9a\u4e49\u7684\u6570\u7cfb\uff0c\u4f7f\u9664\u6cd5\u8fd0\u7b97\u5c01\u95ed\u3002", "to": "\u6574\u6570", "width": 15.0}, {"created_at": 1752674566, "description": "\u6709\u7406\u6570\u96c6\u5408\u662f\u901a\u8fc7\u9664\u6cd5\u8fd0\u7b97\u5c06\u6574\u6570\u96c6\u5408\u6269\u5145\u5f97\u5230\u7684\uff0c\u5305\u542b\u6240\u6709a/b\u5f62\u5f0f\u7684\u6570\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "\u6570\u96c6\u6269\u5145,\u8fd0\u7b97\u5c01\u95ed\u6027", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6709\u7406\u6570\u96c6\u5408\u662f\u901a\u8fc7\u9664\u6cd5\u8fd0\u7b97\u5c06\u6574\u6570\u96c6\u5408\u6269\u5145\u5f97\u5230\u7684\uff0c\u5305\u542b\u6240\u6709a/b\u5f62\u5f0f\u7684\u6570\u3002", "to": "\u6574\u6570\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u56db\u5219\u8fd0\u7b97\u88ab\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\uff0c\u4f7f\u5176\u5bf9\u52a0\u3001\u51cf\u3001\u4e58\u3001\u9664\u8fd0\u7b97\u5c01\u95ed\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "\u6570\u5b66\u4f53\u7cfb,\u8fd0\u7b97\u6269\u5c55", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u56db\u5219\u8fd0\u7b97\u88ab\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\uff0c\u4f7f\u5176\u5bf9\u52a0\u3001\u51cf\u3001\u4e58\u3001\u9664\u8fd0\u7b97\u5c01\u95ed\u3002", "to": "\u56db\u5219\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "\u5012\u6570\u7528\u4e8e\u5b9a\u4e49\u6709\u7406\u6570\uff0c\u5c06\u9664\u6cd5\u8f6c\u5316\u4e3a\u4e58\u6cd5\u8fd0\u7b97\uff0c\u5373a \u00f7 b = a \u00d7 (1/b)\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "\u6570\u96c6\u6784\u9020,\u9006\u8fd0\u7b97", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u5012\u6570\u7528\u4e8e\u5b9a\u4e49\u6709\u7406\u6570\uff0c\u5c06\u9664\u6cd5\u8f6c\u5316\u4e3a\u4e58\u6cd5\u8fd0\u7b97\uff0c\u5373a \u00f7 b = a \u00d7 (1/b)\u3002", "to": "\u5012\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u6781\u9650\u8fd0\u7b97\u7528\u4e8e\u5c06\u6709\u7406\u6570\u96c6\u5408\u6269\u5145\u5230\u5b9e\u6570\u96c6\u5408\uff0c\u6d89\u53ca\u65e0\u9650\u903c\u8fd1\u548c\u8fde\u7eed\u6027\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "\u6570\u96c6\u6269\u5145,\u9ad8\u7ea7\u8fd0\u7b97", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6781\u9650\u8fd0\u7b97\u7528\u4e8e\u5c06\u6709\u7406\u6570\u96c6\u5408\u6269\u5145\u5230\u5b9e\u6570\u96c6\u5408\uff0c\u6d89\u53ca\u65e0\u9650\u903c\u8fd1\u548c\u8fde\u7eed\u6027\u6982\u5ff5\u3002", "to": "\u6781\u9650\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u8ba4\u4e3a\u6240\u6709\u91cf\u90fd\u53ef\u4ee5\u7528\u6574\u6570\u6216\u5206\u6570\u8868\u793a\uff0c\u5373\u6709\u7406\u6570\uff0c\u8fd9\u4e00\u4fe1\u5ff5\u88ab\u65e0\u7406\u6570\u7684\u53d1\u73b0\u52a8\u6447\u3002", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "numerical belief,philosophical crisis", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u8ba4\u4e3a\u6240\u6709\u91cf\u90fd\u53ef\u4ee5\u7528\u6574\u6570\u6216\u5206\u6570\u8868\u793a\uff0c\u5373\u6709\u7406\u6570\uff0c\u8fd9\u4e00\u4fe1\u5ff5\u88ab\u65e0\u7406\u6570\u7684\u53d1\u73b0\u52a8\u6447\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 8.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6defined the concept of\u6709\u7406\u6570as numbers expressible as ratios of integers, forming the basis of early number classification.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "foundational theory,mathematical classification", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6defined the concept of\u6709\u7406\u6570as numbers expressible as ratios of integers, forming the basis of early number classification.", "to": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6", "width": 9.0}, {"created_at": 1752674566, "description": "Finite decimals are a subset of rational numbers since they can be expressed as fractions.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "decimal representation,number classification", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Finite decimals are a subset of rational numbers since they can be expressed as fractions.", "to": "\u6709\u9650\u5c0f\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "Infinite repeating decimals are rational numbers because they can be written in fractional form.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570", "keywords": "decimal expansion,rational classification", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Infinite repeating decimals are rational numbers because they can be written in fractional form.", "to": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u9006\u8fd0\u7b97\u662f\u56db\u5219\u8fd0\u7b97\u7684\u6838\u5fc3\uff0c\u51cf\u6cd5\u4e3a\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u4e3a\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\u3002", "file_path": "unknown_source", "from": "\u9006\u8fd0\u7b97", "keywords": "\u6570\u5b66\u6784\u9020,\u8fd0\u7b97\u903b\u8f91", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u9006\u8fd0\u7b97\u662f\u56db\u5219\u8fd0\u7b97\u7684\u6838\u5fc3\uff0c\u51cf\u6cd5\u4e3a\u52a0\u6cd5\u7684\u9006\u8fd0\u7b97\uff0c\u9664\u6cd5\u4e3a\u4e58\u6cd5\u7684\u9006\u8fd0\u7b97\u3002", "to": "\u56db\u5219\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "Mathematics education professionals contributed many of the 30 questions addressed in the book.", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u80b2\u5de5\u4f5c\u8005", "keywords": "curriculum development,professional input", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Mathematics education professionals contributed many of the 30 questions addressed in the book.", "to": "30\u4e2a\u95ee\u9898", "width": 8.0}, {"created_at": 1752674566, "description": "Frontline teachers created practical teaching fragments demonstrating classroom implementation of concepts.", "file_path": "unknown_source", "from": "\u6559\u5b66\u4e00\u7ebf\u7684\u6570\u5b66\u6559\u5e08", "keywords": "practical application,teaching resources", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Frontline teachers created practical teaching fragments demonstrating classroom implementation of concepts.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "Appendix 1 expands on the 30 questions with supplementary topics for deeper understanding.", "file_path": "unknown_source", "from": "30\u4e2a\u95ee\u9898", "keywords": "knowledge extension,teaching support", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Appendix 1 expands on the 30 questions with supplementary topics for deeper understanding.", "to": "\u9644\u5f551", "width": 7.0}, {"created_at": 1752674566, "description": "Appendix 2 contains the teaching fragment designs developed for practical implementation.", "file_path": "unknown_source", "from": "\u9644\u5f552", "keywords": "practical guidance,resource compilation", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Appendix 2 contains the teaching fragment designs developed for practical implementation.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "The teaching segment is specifically designed to introduce students to the concept of angles using interactive and visual methods.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "keywords": "geometry,interactive learning", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "The teaching segment is specifically designed to introduce students to the concept of angles using interactive and visual methods.", "to": "\u89d2\u7684\u8ba4\u8bc6", "width": 10.0}, {"created_at": 1752674566, "description": "\u9ad8\u4fca\u751fdesigned the specific teaching activity using clock faces to help students understand angles.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "keywords": "geometry,instructional design", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u9ad8\u4fca\u751fdesigned the specific teaching activity using clock faces to help students understand angles.", "to": "\u9ad8\u4fca\u751f", "width": 8.0}, {"created_at": 1752674566, "description": "This teaching segment is part of the practical application course to reinforce learning.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "keywords": "applied learning,curriculum integration", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "This teaching segment is part of the practical application course to reinforce learning.", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "The affiliated primary school is where this teaching segment about statistical graphs was developed.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "keywords": "educational material,institutional origin", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The affiliated primary school is where this teaching segment about statistical graphs was developed.", "to": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "width": 7.0}, {"created_at": 1752674566, "description": "The lesson uses shooting percentage to practically demonstrate statistical averages.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1", "keywords": "applied learning,pedagogy", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "The lesson uses shooting percentage to practically demonstrate statistical averages.", "to": "\u547d\u4e2d\u7387", "width": 9.0}, {"created_at": 1752674566, "description": "Fundamental concepts and basic principles together form the foundation of mathematical knowledge.", "file_path": "unknown_source", "from": "\u57fa\u672c\u6982\u5ff5", "keywords": "conceptual framework,mathematical foundations", "source_id": "chunk-38e4aebbd0700df1af93164aa3540712", "title": "Fundamental concepts and basic principles together form the foundation of mathematical knowledge.", "to": "\u57fa\u672c\u6cd5\u5219", "width": 9.0}, {"created_at": 1752674566, "description": "\u0027\u6a21\u5f0f\u0027 (e.g., \u25a1\u25a1\u2190\u21922) embodies the generalizable structures that \u0027\u6570\u5b66\u0027 studies and applies.", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "structural representation,universality", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u6a21\u5f0f\u0027 (e.g., \u25a1\u25a1\u2190\u21922) embodies the generalizable structures that \u0027\u6570\u5b66\u0027 studies and applies.", "to": "\u6a21\u5f0f", "width": 9.0}, {"created_at": 1752674566, "description": "Mathematics requires rigorous extension of number systems from natural numbers to integers.", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "theoretical foundation", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Mathematics requires rigorous extension of number systems from natural numbers to integers.", "to": "\u6574\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u4e2d\u56fd\u6570\u5b66\u4e2d\u5f15\u5165\u0027\u51e0\u4f55\u0027\u6982\u5ff5\u7684\u91cd\u8981\u8457\u4f5c,\u5bf9\u6570\u5b66\u672f\u8bed\u7684\u53d1\u5c55\u6709\u6df1\u8fdc\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "historical influence,mathematical terminology", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u662f\u4e2d\u56fd\u6570\u5b66\u4e2d\u5f15\u5165\u0027\u51e0\u4f55\u0027\u6982\u5ff5\u7684\u91cd\u8981\u8457\u4f5c,\u5bf9\u6570\u5b66\u672f\u8bed\u7684\u53d1\u5c55\u6709\u6df1\u8fdc\u5f71\u54cd\u3002", "to": "\u51e0\u4f55\u539f\u672c", "width": 9.0}, {"created_at": 1752674566, "description": "\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u7528\u4e8e\u5b9a\u4e49\u5143\u7d20\u4e4b\u95f4\u7684\u5f52\u5c5e\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "logic,mathematical structure", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u96c6\u5408\u662f\u6570\u5b66\u4e2d\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u7528\u4e8e\u5b9a\u4e49\u5143\u7d20\u4e4b\u95f4\u7684\u5f52\u5c5e\u5173\u7cfb\u3002", "to": "\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u590d\u6570\u662f\u6570\u5b66\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u4e0e\u547d\u9898\u903b\u8f91\u548c\u6570\u7684\u6bd4\u8f83\u6709\u5173\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "formal reasoning,mathematical concept", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u590d\u6570\u662f\u6570\u5b66\u4e2d\u7684\u91cd\u8981\u6982\u5ff5\uff0c\u4e0e\u547d\u9898\u903b\u8f91\u548c\u6570\u7684\u6bd4\u8f83\u6709\u5173\u3002", "to": "\u590d\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u77e9\u9635\u662f\u6570\u5b66\u4e2d\u7684\u91cd\u8981\u7ed3\u6784\uff0c\u5176\u4e58\u6cd5\u4e0d\u6ee1\u8db3\u4ea4\u6362\u5f8b\uff0c\u4e0e\u903b\u8f91\u547d\u9898\u6709\u5173\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "algebraic structure,logic", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u77e9\u9635\u662f\u6570\u5b66\u4e2d\u7684\u91cd\u8981\u7ed3\u6784\uff0c\u5176\u4e58\u6cd5\u4e0d\u6ee1\u8db3\u4ea4\u6362\u5f8b\uff0c\u4e0e\u903b\u8f91\u547d\u9898\u6709\u5173\u3002", "to": "\u77e9\u9635", "width": 8.0}, {"created_at": 1752674566, "description": "\u6982\u7387\u8bba\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u8ba8\u8bba\u968f\u673a\u53d8\u91cf\u4ee5\u6982\u7387\u5f62\u5f0f\u53d6\u503c\u4e8e\u96c6\u5408\u7684\u539f\u7406\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "logic,mathematical discipline", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u6982\u7387\u8bba\u662f\u6570\u5b66\u7684\u4e00\u4e2a\u5206\u652f\uff0c\u8ba8\u8bba\u968f\u673a\u53d8\u91cf\u4ee5\u6982\u7387\u5f62\u5f0f\u53d6\u503c\u4e8e\u96c6\u5408\u7684\u539f\u7406\u3002", "to": "\u6982\u7387\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "\u6a21\u7cca\u6570\u5b66\u662f\u7814\u7a76\u6a21\u7cca\u53d8\u91cf\u4ee5\u975e0-1\u793a\u6027\u51fd\u6570\u5f62\u5f0f\u53d6\u503c\u7684\u6570\u5b66\u5206\u652f\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66", "keywords": "logic,mathematical discipline", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u6a21\u7cca\u6570\u5b66\u662f\u7814\u7a76\u6a21\u7cca\u53d8\u91cf\u4ee5\u975e0-1\u793a\u6027\u51fd\u6570\u5f62\u5f0f\u53d6\u503c\u7684\u6570\u5b66\u5206\u652f\u3002", "to": "\u6a21\u7cca\u6570\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u662f\u5bf9\u6570\u91cf\u7684\u62bd\u8c61\uff0c\u62bd\u8c61\u8fc7\u7a0b\u9700\u8981\u820d\u53bb\u73b0\u5b9e\u80cc\u666f\u3002", "file_path": "unknown_source", "from": "\u62bd\u8c61", "keywords": "\u6570\u5b66\u601d\u7ef4,\u6982\u5ff5\u5f62\u6210", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u6570\u662f\u5bf9\u6570\u91cf\u7684\u62bd\u8c61\uff0c\u62bd\u8c61\u8fc7\u7a0b\u9700\u8981\u820d\u53bb\u73b0\u5b9e\u80cc\u666f\u3002", "to": "\u6570\u4e0e\u6570\u91cf", "width": 9.0}, {"created_at": 1752674566, "description": "\u0027\u4f20\u9012\u6027\u0027 is a logical property governing \u0027\u6570\u91cf\u5173\u7cfb\u0027, enabling ordered comparisons (e.g., 5 \u003e 3).", "file_path": "unknown_source", "from": "\u4f20\u9012\u6027", "keywords": "logical property,ordering", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u4f20\u9012\u6027\u0027 is a logical property governing \u0027\u6570\u91cf\u5173\u7cfb\u0027, enabling ordered comparisons (e.g., 5 \u003e 3).", "to": "\u6570\u91cf\u5173\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f20\u9012\u6027\u662f\u5224\u65ad\u63a8\u7406\u662f\u5426\u5177\u6709\u903b\u8f91\u6027\u7684\u5173\u952e\u6807\u51c6\uff0c\u51b3\u5b9a\u4e86\u63a8\u7406\u8fc7\u7a0b\u662f\u5426\u6709\u6548\u3002", "file_path": "unknown_source", "from": "\u4f20\u9012\u6027", "keywords": "deductive structure,logical validity", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u4f20\u9012\u6027\u662f\u5224\u65ad\u63a8\u7406\u662f\u5426\u5177\u6709\u903b\u8f91\u6027\u7684\u5173\u952e\u6807\u51c6\uff0c\u51b3\u5b9a\u4e86\u63a8\u7406\u8fc7\u7a0b\u662f\u5426\u6709\u6548\u3002", "to": "\u903b\u8f91\u63a8\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u0027\u5bf9\u5e94\u65b9\u6cd5\u0027 relies on the concept of \u0027\u96c6\u5408\u0027 to compare quantities through element pairing.", "file_path": "unknown_source", "from": "\u96c6\u5408", "keywords": "comparison tool,set theory", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u5bf9\u5e94\u65b9\u6cd5\u0027 relies on the concept of \u0027\u96c6\u5408\u0027 to compare quantities through element pairing.", "to": "\u5bf9\u5e94\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u6570\u5b66\u5e7f\u6cdb\u5e94\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb,\u5982\u51fd\u6570\u5b9a\u4e49\u548c\u65e0\u7a77\u96c6\u5408\u6bd4\u8f83\u3002", "file_path": "unknown_source", "from": "\u96c6\u5408", "keywords": "\u6570\u5b66\u53d1\u5c55,\u7406\u8bba\u57fa\u7840", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u73b0\u4ee3\u6570\u5b66\u5e7f\u6cdb\u5e94\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb,\u5982\u51fd\u6570\u5b9a\u4e49\u548c\u65e0\u7a77\u96c6\u5408\u6bd4\u8f83\u3002", "to": "\u73b0\u4ee3\u6570\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u51fd\u6570\u5b9a\u4e49\u57fa\u4e8e\u96c6\u5408\u4e4b\u95f4\u7684\u5bf9\u5e94\u5173\u7cfb\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u96c6\u5408", "keywords": "\u51fd\u6570\u5b9a\u4e49,\u6570\u5b66\u6982\u5ff5", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u51fd\u6570\u5b9a\u4e49\u57fa\u4e8e\u96c6\u5408\u4e4b\u95f4\u7684\u5bf9\u5e94\u5173\u7cfb\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u91cd\u8981\u6982\u5ff5\u3002", "to": "\u51fd\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u96c6\u5408\u5bf9\u5e94\u601d\u60f3\u88ab\u63a8\u5e7f\u5230\u65e0\u7a77\u96c6\u5408\uff0c\u7528\u4e8e\u6bd4\u8f83\u65e0\u9650\u96c6\u5408\u5927\u5c0f\u3002", "file_path": "unknown_source", "from": "\u96c6\u5408", "keywords": "\u65e0\u7a77\u6bd4\u8f83,\u96c6\u5408\u8bba", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u96c6\u5408\u5bf9\u5e94\u601d\u60f3\u88ab\u63a8\u5e7f\u5230\u65e0\u7a77\u96c6\u5408\uff0c\u7528\u4e8e\u6bd4\u8f83\u65e0\u9650\u96c6\u5408\u5927\u5c0f\u3002", "to": "\u65e0\u7a77\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u0027\u9644\u5f55\u7684\u8bdd\u98983\u0027 provides historical examples of \u0027\u5bf9\u5e94\u65b9\u6cd5\u0027 in early quantity comparisons.", "file_path": "unknown_source", "from": "\u9644\u5f55\u7684\u8bdd\u98983", "keywords": "historical evidence,methodology", "source_id": "chunk-d7264225129bf61ebaaae2eb63249861", "title": "\u0027\u9644\u5f55\u7684\u8bdd\u98983\u0027 provides historical examples of \u0027\u5bf9\u5e94\u65b9\u6cd5\u0027 in early quantity comparisons.", "to": "\u5bf9\u5e94\u65b9\u6cd5", "width": 6.0}, {"created_at": 1752674566, "description": "The decimal and binary systems are both numeral systems but differ in their base (10 vs. 2), affecting their applications.\u003cSEP\u003e\u5341\u8fdb\u5236\u548c\u4e8c\u8fdb\u5236\u662f\u8868\u793a\u81ea\u7136\u6570\u7684\u4e0d\u540c\u8fdb\u5236\u65b9\u6cd5\uff0c\u5b83\u4eec\u5728\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4e0b\u662f\u7b49\u4ef7\u7684\u3002", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "base comparison,numeral systems,\u6570\u5236\u8868\u793a,\u7b49\u4ef7\u6027", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "The decimal and binary systems are both numeral systems but differ in their base (10 vs. 2), affecting their applications.\u003cSEP\u003e\u5341\u8fdb\u5236\u548c\u4e8c\u8fdb\u5236\u662f\u8868\u793a\u81ea\u7136\u6570\u7684\u4e0d\u540c\u8fdb\u5236\u65b9\u6cd5\uff0c\u5b83\u4eec\u5728\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4e0b\u662f\u7b49\u4ef7\u7684\u3002", "to": "\u4e8c\u8fdb\u5236", "width": 14.0}, {"created_at": 1752674566, "description": "The decimal and duodecimal systems are numeral systems with different bases, historically used in distinct contexts (counting vs. timekeeping).", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "base systems,historical usage", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "The decimal and duodecimal systems are numeral systems with different bases, historically used in distinct contexts (counting vs. timekeeping).", "to": "\u5341\u4e8c\u8fdb\u5236", "width": 6.0}, {"created_at": 1752674566, "description": "The decimal system relies on positional notation where place value determines a digit\u0027s numerical significance.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "numeral system,positional value", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "The decimal system relies on positional notation where place value determines a digit\u0027s numerical significance.", "to": "\u6570\u4f4d", "width": 9.0}, {"created_at": 1752674566, "description": "\u65e0\u7406\u6570require decimal representation for practical arithmetic operations like addition.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "irrationality,numerical representation", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u65e0\u7406\u6570require decimal representation for practical arithmetic operations like addition.", "to": "\u65e0\u7406\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u5341\u8fdb\u5236numbers are expressed as\u7ebf\u6027\u7ec4\u5408of 10^n terms, unifying integer and decimal notation.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "base system,mathematical notation", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u5341\u8fdb\u5236numbers are expressed as\u7ebf\u6027\u7ec4\u5408of 10^n terms, unifying integer and decimal notation.", "to": "\u7ebf\u6027\u7ec4\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u5206\u6570\u5355\u4f4d(e.g., 0.1) are\u5341\u8fdb\u5236subdivisions explaining operations like 0.1\u00d70.1=0.01.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "decimal operations,fractional division", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u5206\u6570\u5355\u4f4d(e.g., 0.1) are\u5341\u8fdb\u5236subdivisions explaining operations like 0.1\u00d70.1=0.01.", "to": "\u5206\u6570\u5355\u4f4d", "width": 7.0}, {"created_at": 1752674566, "description": "6.75\u5143exemplifies\u5341\u8fdb\u5236\u0027s practical use in currency representation.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "decimal usage,real-world application", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "6.75\u5143exemplifies\u5341\u8fdb\u5236\u0027s practical use in currency representation.", "to": "6.75\u5143", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u662f\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf\u7684\u91cd\u8981\u53d1\u6e90\u5730\u4e4b\u4e00,\u4f7f\u7528\u5341\u3001\u767e\u3001\u5343\u8868\u793a\u6570\u4f4d\u3002", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "\u6570\u5b66\u7cfb\u7edf,\u6587\u5316\u53d1\u5c55", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u4e2d\u56fd\u662f\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf\u7684\u91cd\u8981\u53d1\u6e90\u5730\u4e4b\u4e00,\u4f7f\u7528\u5341\u3001\u767e\u3001\u5343\u8868\u793a\u6570\u4f4d\u3002", "to": "\u4e2d\u56fd", "width": 8.0}, {"created_at": 1752674566, "description": "Understanding\u5c0f\u6570\u7684\u8ba4\u8bc6is fundamentally tied to grasping the\u5341\u8fdb\u5236system, as decimals are a representation of base-10 numerical relationships.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "mathematical foundation,numerical system", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "Understanding\u5c0f\u6570\u7684\u8ba4\u8bc6is fundamentally tied to grasping the\u5341\u8fdb\u5236system, as decimals are a representation of base-10 numerical relationships.", "to": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "width": 10.0}, {"created_at": 1752674566, "description": "The teaching design emphasizes the importance of the decimal system in understanding both whole numbers and decimals.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236", "keywords": "conceptual link,numerical foundation", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "The teaching design emphasizes the importance of the decimal system in understanding both whole numbers and decimals.", "to": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "width": 9.0}, {"created_at": 1752674566, "description": "Both duodecimal and sexagesimal systems are historically tied to time measurement and ancient calendars.", "file_path": "unknown_source", "from": "\u5341\u4e8c\u8fdb\u5236", "keywords": "ancient systems,timekeeping", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Both duodecimal and sexagesimal systems are historically tied to time measurement and ancient calendars.", "to": "\u516d\u5341\u8fdb\u5236", "width": 8.0}, {"created_at": 1752674566, "description": "Appendix Topic 5 discusses historical uses of duodecimal systems in timekeeping and calendars.", "file_path": "unknown_source", "from": "\u5341\u4e8c\u8fdb\u5236", "keywords": "historical context,specialized systems", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Appendix Topic 5 discusses historical uses of duodecimal systems in timekeeping and calendars.", "to": "\u9644\u5f55\u7684\u8bdd\u98985", "width": 7.0}, {"created_at": 1752674566, "description": "\u5341\u4e8c\u8fdb\u5236\u53ef\u80fd\u4e0e\u5386\u6cd5\u6709\u5173,\u6765\u6e90\u4e8e\u6708\u5386\u7684\u4f7f\u7528,\u53cd\u6620\u4e86\u53e4\u4eba\u5bf9\u65f6\u95f4\u5468\u671f\u7684\u8ba4\u77e5\u3002", "file_path": "unknown_source", "from": "\u5341\u4e8c\u8fdb\u5236", "keywords": "\u6570\u5b66\u5e94\u7528,\u65f6\u95f4\u7cfb\u7edf", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5341\u4e8c\u8fdb\u5236\u53ef\u80fd\u4e0e\u5386\u6cd5\u6709\u5173,\u6765\u6e90\u4e8e\u6708\u5386\u7684\u4f7f\u7528,\u53cd\u6620\u4e86\u53e4\u4eba\u5bf9\u65f6\u95f4\u5468\u671f\u7684\u8ba4\u77e5\u3002", "to": "\u5386\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "\u516d\u5341\u8fdb\u5236\u5728\u53e4\u4ee3\u5386\u6cd5\u548c\u65f6\u95f4\u8ba1\u7b97\u4e2d\u88ab\u4f7f\u7528,\u4f53\u73b0\u4e86\u53e4\u4eba\u5bf9\u5468\u671f\u6027\u73b0\u8c61\u7684\u89c2\u5bdf\u548c\u603b\u7ed3\u3002", "file_path": "unknown_source", "from": "\u516d\u5341\u8fdb\u5236", "keywords": "\u6570\u5b66\u4f20\u7edf,\u65f6\u95f4\u6d4b\u91cf", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u516d\u5341\u8fdb\u5236\u5728\u53e4\u4ee3\u5386\u6cd5\u548c\u65f6\u95f4\u8ba1\u7b97\u4e2d\u88ab\u4f7f\u7528,\u4f53\u73b0\u4e86\u53e4\u4eba\u5bf9\u5468\u671f\u6027\u73b0\u8c61\u7684\u89c2\u5bdf\u548c\u603b\u7ed3\u3002", "to": "\u5386\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "\u53e4\u5df4\u6bd4\u4f26\u4f7f\u7528\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\uff0c\u8be5\u65b9\u6cd5\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u5355\u4f4d\u7684\u5212\u5206\u3002", "file_path": "unknown_source", "from": "\u516d\u5341\u8fdb\u5236", "keywords": "historical influence,numerical system", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u53e4\u5df4\u6bd4\u4f26\u4f7f\u7528\u516d\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\uff0c\u8be5\u65b9\u6cd5\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u5355\u4f4d\u7684\u5212\u5206\u3002", "to": "\u53e4\u5df4\u6bd4\u4f26", "width": 9.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6\u5728\u5176\u8457\u4f5c\u4e2d\u4f7f\u7528\u4e86\u516d\u5341\u8fdb\u5236\u6765\u5212\u5206\u89d2\u5ea6\uff0c\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u8868\u8fbe\u65b9\u5f0f\u3002", "file_path": "unknown_source", "from": "\u516d\u5341\u8fdb\u5236", "keywords": "numerical system,scientific influence", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u6258\u52d2\u5bc6\u5728\u5176\u8457\u4f5c\u4e2d\u4f7f\u7528\u4e86\u516d\u5341\u8fdb\u5236\u6765\u5212\u5206\u89d2\u5ea6\uff0c\u5f71\u54cd\u4e86\u73b0\u4ee3\u65f6\u95f4\u8868\u8fbe\u65b9\u5f0f\u3002", "to": "\u6258\u52d2\u5bc6", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u5e08\u8d1f\u8d23\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\uff0c\u9700\u8981\u7406\u89e3\u62bd\u8c61\u5185\u5bb9\u4ee5\u66f4\u597d\u5730\u8fdb\u884c\u6559\u5b66\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5e08", "keywords": "\u6559\u5b66\u7406\u89e3,\u6559\u80b2\u5b9e\u8df5", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6570\u5b66\u6559\u5e08\u8d1f\u8d23\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\uff0c\u9700\u8981\u7406\u89e3\u62bd\u8c61\u5185\u5bb9\u4ee5\u66f4\u597d\u5730\u8fdb\u884c\u6559\u5b66\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u5e08\u9700\u8981\u7406\u89e3\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4ee5\u66f4\u597d\u5730\u628a\u63e1\u81ea\u7136\u6570\u7684\u6559\u5b66\u903b\u8f91\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5e08", "keywords": "\u6559\u5b66\u7406\u89e3,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u6570\u5b66\u6559\u5e08\u9700\u8981\u7406\u89e3\u76ae\u4e9a\u8bfa\u516c\u7406\u4f53\u7cfb\u4ee5\u66f4\u597d\u5730\u628a\u63e1\u81ea\u7136\u6570\u7684\u6559\u5b66\u903b\u8f91\u3002", "to": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "Appendix Topic 6 formally presents the successor-based definition of natural numbers.", "file_path": "unknown_source", "from": "\u540e\u7ee7", "keywords": "formal definition,mathematical foundations", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Appendix Topic 6 formally presents the successor-based definition of natural numbers.", "to": "\u9644\u5f55\u7684\u8bdd\u98986", "width": 9.0}, {"created_at": 1752674566, "description": "Symbolic representation depends on positional notation to express unlimited numbers with limited symbols.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "efficiency,notation system", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Symbolic representation depends on positional notation to express unlimited numbers with limited symbols.", "to": "\u7b26\u53f7\u8868\u793a", "width": 8.0}, {"created_at": 1752674566, "description": "East Asian languages use a 4-cycle grouping system for naming higher place values in numerals.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "cultural numbering,place value", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "East Asian languages use a 4-cycle grouping system for naming higher place values in numerals.", "to": "\u4e1c\u4e9a\u8bed\u8a00\u7cfb\u7edf", "width": 7.0}, {"created_at": 1752674566, "description": "European languages employ a 3-cycle grouping system for naming higher place values in numerals.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "cultural numbering,place value", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "European languages employ a 3-cycle grouping system for naming higher place values in numerals.", "to": "\u6b27\u6d32\u8bed\u8a00\u7cfb\u7edf", "width": 7.0}, {"created_at": 1752674566, "description": "Appendix Topic 4 provides technical explanations about positional notation systems and their mechanics.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "notation details,reference material", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Appendix Topic 4 provides technical explanations about positional notation systems and their mechanics.", "to": "\u9644\u5f55\u7684\u8bdd\u98984", "width": 8.0}, {"created_at": 1752674566, "description": "The counting tool demonstrates place value concepts in number sequencing lessons.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "conceptual demonstration,teaching tool", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "The counting tool demonstrates place value concepts in number sequencing lessons.", "to": "\u8ba1\u6570\u5668", "width": 7.0}, {"created_at": 1752674566, "description": "The educator develops teaching methods for place value (\u6570\u4f4d) understanding.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "concept specialization,pedagogical development", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "The educator develops teaching methods for place value (\u6570\u4f4d) understanding.", "to": "\u5b59\u5174\u534e", "width": 8.0}, {"created_at": 1752674566, "description": "The decimal system forms the theoretical basis for understanding place value.\u003cSEP\u003eThe decimal system organizes numbers through positional place values.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "conceptual framework,mathematical foundation,mathematical structure,number representation", "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4", "title": "The decimal system forms the theoretical basis for understanding place value.\u003cSEP\u003eThe decimal system organizes numbers through positional place values.", "to": "\u5341\u8fdb\u5236\u8ba1\u6570\u6cd5", "width": 18.0}, {"created_at": 1752674566, "description": "The physical blocks provide tactile demonstration of place value concepts.", "file_path": "unknown_source", "from": "\u6570\u4f4d", "keywords": "conceptual visualization,hands-on learning", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "The physical blocks provide tactile demonstration of place value concepts.", "to": "\u7b2c\u7eb3\u65af\u6728\u5757", "width": 7.0}, {"created_at": 1752674566, "description": "Verbal number naming differs from symbolic representation in abstraction level and linguistic constraints.", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u793a", "keywords": "linguistic vs symbolic,representation", "source_id": "chunk-2b803f52811c47a36d9c3c7c9900a33c", "title": "Verbal number naming differs from symbolic representation in abstraction level and linguistic constraints.", "to": "\u8bfb\u6570", "width": 6.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u8868\u793a\u6570\u4f7f\u5f97\u6570\u5b66\u7531\u7b97\u6570\u8d70\u5411\u4ee3\u6570\uff0c\u7b26\u53f7\u53ef\u4ee5\u7528\u4e8e\u8fd0\u7b97\u548c\u8bc1\u660e\uff0c\u5177\u6709\u4e00\u822c\u6027\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u793a", "keywords": "\u62bd\u8c61\u601d\u7ef4,\u6570\u5b66\u53d1\u5c55", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u7b26\u53f7\u8868\u793a\u6570\u4f7f\u5f97\u6570\u5b66\u7531\u7b97\u6570\u8d70\u5411\u4ee3\u6570\uff0c\u7b26\u53f7\u53ef\u4ee5\u7528\u4e8e\u8fd0\u7b97\u548c\u8bc1\u660e\uff0c\u5177\u6709\u4e00\u822c\u6027\u3002", "to": "\u4ee3\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u7cfb\u7edf\u7684\u5efa\u7acb\u76f4\u63a5\u4fc3\u6210\u4ee3\u6570\u5b66\u7684\u5f62\u6210\uff0c\u4f7f\u62bd\u8c61\u6570\u5b66\u5173\u7cfb\u8868\u8fbe\u6210\u4e3a\u53ef\u80fd\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u793a", "keywords": "\u5b66\u79d1\u57fa\u7840,\u62bd\u8c61\u5de5\u5177", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u7b26\u53f7\u7cfb\u7edf\u7684\u5efa\u7acb\u76f4\u63a5\u4fc3\u6210\u4ee3\u6570\u5b66\u7684\u5f62\u6210\uff0c\u4f7f\u62bd\u8c61\u6570\u5b66\u5173\u7cfb\u8868\u8fbe\u6210\u4e3a\u53ef\u80fd\u3002", "to": "\u4ee3\u6570\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u96c6\u5408\u53ef\u4ee5\u901a\u8fc7\u5947\u5076\u6027\u5206\u7c7b\uff0c\u8fd9\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u7840\u7684\u5206\u7c7b\u65b9\u5f0f\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u96c6\u5408", "keywords": "\u6570\u5b66\u5206\u7c7b,\u6570\u8bba\u57fa\u7840", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u81ea\u7136\u6570\u96c6\u5408\u53ef\u4ee5\u901a\u8fc7\u5947\u5076\u6027\u5206\u7c7b\uff0c\u8fd9\u662f\u6570\u5b66\u4e2d\u6700\u57fa\u7840\u7684\u5206\u7c7b\u65b9\u5f0f\u4e4b\u4e00\u3002", "to": "\u5947\u6570\u4e0e\u5076\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u96c6\u5408\u4e2d\u7684\u975e0\u6570\u53ef\u4ee5\u8fdb\u4e00\u6b65\u5206\u4e3a\u7d20\u6570\u548c\u5408\u6570\uff0c\u7d20\u6570\u662f\u5408\u6570\u7684\u6784\u6210\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u96c6\u5408", "keywords": "\u6570\u8bba,\u8d28\u56e0\u6570\u5206\u89e3", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u81ea\u7136\u6570\u96c6\u5408\u4e2d\u7684\u975e0\u6570\u53ef\u4ee5\u8fdb\u4e00\u6b65\u5206\u4e3a\u7d20\u6570\u548c\u5408\u6570\uff0c\u7d20\u6570\u662f\u5408\u6570\u7684\u6784\u6210\u57fa\u7840\u3002", "to": "\u7d20\u6570\u4e0e\u5408\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u6574\u6570\u96c6\u5408\u662f\u901a\u8fc7\u51cf\u6cd5\u8fd0\u7b97\u5c06\u81ea\u7136\u6570\u96c6\u5408\u6269\u5145\u5f97\u5230\u7684\uff0c\u5f15\u5165\u8d1f\u6570\u548c\u96f6\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u96c6\u5408", "keywords": "\u6570\u96c6\u6269\u5145,\u9006\u8fd0\u7b97", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6574\u6570\u96c6\u5408\u662f\u901a\u8fc7\u51cf\u6cd5\u8fd0\u7b97\u5c06\u81ea\u7136\u6570\u96c6\u5408\u6269\u5145\u5f97\u5230\u7684\uff0c\u5f15\u5165\u8d1f\u6570\u548c\u96f6\u3002", "to": "\u6574\u6570\u96c6\u5408", "width": 8.0}, {"created_at": 1752674566, "description": "\u8be5\u6807\u51c6\u5f3a\u8c03\u5206\u7c7b\u8ba8\u8bba\u7684\u91cd\u8981\u6027\uff0c\u8ba4\u4e3a\u5206\u7c7b\u6709\u52a9\u4e8e\u8ba4\u8bc6\u4e8b\u7269\u7684\u672c\u8d28\u3002", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "\u601d\u7ef4\u65b9\u6cd5,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u8be5\u6807\u51c6\u5f3a\u8c03\u5206\u7c7b\u8ba8\u8bba\u7684\u91cd\u8981\u6027\uff0c\u8ba4\u4e3a\u5206\u7c7b\u6709\u52a9\u4e8e\u8ba4\u8bc6\u4e8b\u7269\u7684\u672c\u8d28\u3002", "to": "\u5206\u7c7b\u8ba8\u8bba", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u5f3a\u8c03\u5206\u7c7b\u8ba8\u8bba\uff0c\u4f53\u73b0\u4e86\u5206\u7c7b\u6807\u51c6\u5728\u4e2d\u56fd\u4f20\u7edf\u601d\u7ef4\u4e2d\u7684\u91cd\u8981\u6027\u3002", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "\u601d\u7ef4\u6a21\u5f0f,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u8bfe\u7a0b\u6807\u51c6\u5f3a\u8c03\u5206\u7c7b\u8ba8\u8bba\uff0c\u4f53\u73b0\u4e86\u5206\u7c7b\u6807\u51c6\u5728\u4e2d\u56fd\u4f20\u7edf\u601d\u7ef4\u4e2d\u7684\u91cd\u8981\u6027\u3002", "to": "\u5206\u7c7b\u6807\u51c6", "width": 9.0}, {"created_at": 1752674566, "description": "Number sense is a core concept in the \u0027Compulsory Education Mathematics Curriculum Standards\u0027, emphasizing real-world numerical understanding.", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "education standards,mathematical literacy", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "Number sense is a core concept in the \u0027Compulsory Education Mathematics Curriculum Standards\u0027, emphasizing real-world numerical understanding.", "to": "Number Sense", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u5f3a\u8c03\u8fd0\u7b97\u80fd\u529b\u9700\u57fa\u4e8e\u7b97\u7406\u7406\u89e3\uff0c\u800c\u975e\u673a\u68b0\u8ba1\u7b97\uff0c\u4f53\u73b0\u7b97\u7406\u5728\u6570\u5b66\u6559\u80b2\u4e2d\u7684\u6838\u5fc3\u5730\u4f4d\u3002", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "\u6559\u80b2\u76ee\u6807,\u6570\u5b66\u601d\u7ef4", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u8bfe\u7a0b\u6807\u51c6\u5f3a\u8c03\u8fd0\u7b97\u80fd\u529b\u9700\u57fa\u4e8e\u7b97\u7406\u7406\u89e3\uff0c\u800c\u975e\u673a\u68b0\u8ba1\u7b97\uff0c\u4f53\u73b0\u7b97\u7406\u5728\u6570\u5b66\u6559\u80b2\u4e2d\u7684\u6838\u5fc3\u5730\u4f4d\u3002", "to": "\u7b97\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u5c06\u8fd0\u7b97\u80fd\u529b\u5217\u4e3a\u6838\u5fc3\u6982\u5ff5\uff0c\u5f3a\u8c03\u7b97\u7406\u7406\u89e3\u548c\u8fd0\u7b97\u65b9\u6cd5\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "\u6559\u80b2\u653f\u7b56,\u6570\u5b66\u6559\u80b2", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u8bfe\u7a0b\u6807\u51c6\u5c06\u8fd0\u7b97\u80fd\u529b\u5217\u4e3a\u6838\u5fc3\u6982\u5ff5\uff0c\u5f3a\u8c03\u7b97\u7406\u7406\u89e3\u548c\u8fd0\u7b97\u65b9\u6cd5\u7684\u5e94\u7528\u3002", "to": "\u8fd0\u7b97\u80fd\u529b", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b references the\u9e21\u5154\u540c\u7b3c\u95ee\u9898as an example to teach mathematical reasoning.", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "educational example,problem-solving", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b references the\u9e21\u5154\u540c\u7b3c\u95ee\u9898as an example to teach mathematical reasoning.", "to": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "width": 7.0}, {"created_at": 1752674566, "description": "The curriculum standard includes this problem as an example for teaching equation setup.", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "curriculum design,educational content", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "The curriculum standard includes this problem as an example for teaching equation setup.", "to": "\u51f3\u5b50\u6905\u5b50\u95ee\u9898", "width": 8.0}, {"created_at": 1752674566, "description": "The \u0027Compulsory Education Mathematics Curriculum Standards\u0027 introduces and emphasizes the importance of model thinking in mathematics education.", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "core concept,educational framework", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "The \u0027Compulsory Education Mathematics Curriculum Standards\u0027 introduces and emphasizes the importance of model thinking in mathematics education.", "to": "\u6a21\u578b\u601d\u60f3", "width": 9.0}, {"created_at": 1752674566, "description": "The \u0027Compulsory Education Mathematics Curriculum Standards\u0027 mentions the tree-planting model as a potential teaching tool in primary education, though it is not explicitly required.", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "educational framework,teaching tool", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "The \u0027Compulsory Education Mathematics Curriculum Standards\u0027 mentions the tree-planting model as a potential teaching tool in primary education, though it is not explicitly required.", "to": "\u690d\u6811\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "The \u0027Compulsory Education Mathematics Curriculum Standards\u0027 references the engineering model as another potential teaching tool in primary education.", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "educational framework,teaching tool", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "The \u0027Compulsory Education Mathematics Curriculum Standards\u0027 references the engineering model as another potential teaching tool in primary education.", "to": "\u5de5\u7a0b\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5728\u4fee\u8ba2\u540e\u6062\u590d\u4e86\u5bf9\u7b97\u76d8\u7684\u8ba4\u8bc6,\u5f3a\u8c03\u5176\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4f5c\u7528\u3002", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "\u6559\u5b66\u65b9\u6cd5,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5728\u4fee\u8ba2\u540e\u6062\u590d\u4e86\u5bf9\u7b97\u76d8\u7684\u8ba4\u8bc6,\u5f3a\u8c03\u5176\u5728\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4f5c\u7528\u3002", "to": "\u7b97\u76d8", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5f3a\u8c03\u901a\u8fc7\u7b97\u76d8\u7b49\u5de5\u5177\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u4f4d\u7b26\u53f7\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b", "keywords": "\u6559\u5b66\u65b9\u6cd5,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u5f3a\u8c03\u901a\u8fc7\u7b97\u76d8\u7b49\u5de5\u5177\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u4f4d\u7b26\u53f7\u7684\u6982\u5ff5\u3002", "to": "\u6570\u4f4d\u7b26\u53f7", "width": 8.0}, {"created_at": 1752674566, "description": "\u9ad8\u65af\u5c06\u7d20\u6570\u7684\u8868\u8fbe\u65b9\u5f0f\u5f15\u5165\u9ad8\u6b21\u65b9\u7a0b\u7814\u7a76\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u9ad8\u65af(Johann Gauss)", "keywords": "\u4ee3\u6570\u7406\u8bba,\u6570\u5b66\u7814\u7a76", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u9ad8\u65af\u5c06\u7d20\u6570\u7684\u8868\u8fbe\u65b9\u5f0f\u5f15\u5165\u9ad8\u6b21\u65b9\u7a0b\u7814\u7a76\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\u7684\u53d1\u5c55\u3002", "to": "\u7d20\u6570\u4e0e\u5408\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u9ad8\u65af\u5728\u535a\u58eb\u8bba\u6587\u4e2d\u63d0\u51fa\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\uff0c\u9769\u65b0\u4e86\u9ad8\u6b21\u65b9\u7a0b\u7684\u7814\u7a76\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u9ad8\u65af(Johann Gauss)", "keywords": "\u6570\u5b66\u7a81\u7834,\u7406\u8bba\u5960\u57fa", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u9ad8\u65af\u5728\u535a\u58eb\u8bba\u6587\u4e2d\u63d0\u51fa\u4ee3\u6570\u57fa\u672c\u5b9a\u7406\uff0c\u9769\u65b0\u4e86\u9ad8\u6b21\u65b9\u7a0b\u7684\u7814\u7a76\u65b9\u6cd5\u3002", "to": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u300a\u6613\u7ecf\u300b\u5229\u7528\u5947\u5076\u6027\u8868\u793a\u9634\u9633\uff0c\u4f53\u73b0\u4e86\u6570\u5b57\u5728\u4f20\u7edf\u6587\u5316\u4e2d\u7684\u54f2\u5b66\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u5947\u6570\u4e0e\u5076\u6570", "keywords": "\u54f2\u5b66\u601d\u60f3,\u6587\u5316\u8c61\u5f81", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u300a\u6613\u7ecf\u300b\u5229\u7528\u5947\u5076\u6027\u8868\u793a\u9634\u9633\uff0c\u4f53\u73b0\u4e86\u6570\u5b57\u5728\u4f20\u7edf\u6587\u5316\u4e2d\u7684\u54f2\u5b66\u610f\u4e49\u3002", "to": "\u300a\u6613\u7ecf\u300b", "width": 6.0}, {"created_at": 1752674566, "description": "\u5947\u5076\u6027\u8fd0\u7b97\u89c4\u5f8b\u88ab\u7528\u4e8e\u8bc1\u660e\u221a2\u7684\u65e0\u7406\u6570\u6027\u8d28\uff0c\u5c55\u793a\u6570\u5b66\u6027\u8d28\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u5947\u6570\u4e0e\u5076\u6570", "keywords": "\u6570\u5b66\u4e25\u8c28\u6027,\u6570\u8bba\u8bc1\u660e", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u5947\u5076\u6027\u8fd0\u7b97\u89c4\u5f8b\u88ab\u7528\u4e8e\u8bc1\u660e\u221a2\u7684\u65e0\u7406\u6570\u6027\u8d28\uff0c\u5c55\u793a\u6570\u5b66\u6027\u8d28\u7684\u5e94\u7528\u3002", "to": "\u221a2", "width": 8.0}, {"created_at": 1752674566, "description": "\u7d20\u6570\u7684\u4e58\u79ef\u8868\u8fbe\u65b9\u5f0f\u88ab\u9ad8\u65af\u5f15\u5165\u9ad8\u6b21\u65b9\u7a0b\u7814\u7a76\uff0c\u8fde\u63a5\u4e86\u6570\u8bba\u4e0e\u4ee3\u6570\u3002", "file_path": "unknown_source", "from": "\u7d20\u6570\u4e0e\u5408\u6570", "keywords": "\u6570\u5b66\u5206\u652f\u4ea4\u53c9,\u7406\u8bba\u5e94\u7528", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u7d20\u6570\u7684\u4e58\u79ef\u8868\u8fbe\u65b9\u5f0f\u88ab\u9ad8\u65af\u5f15\u5165\u9ad8\u6b21\u65b9\u7a0b\u7814\u7a76\uff0c\u8fde\u63a5\u4e86\u6570\u8bba\u4e0e\u4ee3\u6570\u3002", "to": "\u4ee3\u6570\u57fa\u672c\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u5341\u8fdb\u4f4d\u7cfb\u7edf\u7684\u53d1\u660e\u4e0e\u539f\u59cb\u90e8\u843d\u7684\u6570\u5b57\u8ba4\u77e5\u5f62\u6210\u5bf9\u6bd4\uff0c\u5c55\u793a\u6570\u5b66\u62bd\u8c61\u7684\u53d1\u5c55\u9636\u6bb5\u3002", "file_path": "unknown_source", "from": "\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf", "keywords": "\u6570\u5b66\u6f14\u8fdb,\u8ba4\u77e5\u5bf9\u6bd4", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u5341\u8fdb\u4f4d\u7cfb\u7edf\u7684\u53d1\u660e\u4e0e\u539f\u59cb\u90e8\u843d\u7684\u6570\u5b57\u8ba4\u77e5\u5f62\u6210\u5bf9\u6bd4\uff0c\u5c55\u793a\u6570\u5b66\u62bd\u8c61\u7684\u53d1\u5c55\u9636\u6bb5\u3002", "to": "\u539f\u59cb\u90e8\u843d", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u4e2d\u901a\u8fc7\u60c5\u666f\u521b\u8bbe\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5341\u8fdb\u4f4d\u7cfb\u7edf\u7684\u62bd\u8c61\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u5341\u8fdb\u4f4d\u81ea\u7136\u6570\u8ba1\u6570\u7cfb\u7edf", "keywords": "\u6559\u80b2\u65b9\u6cd5,\u6982\u5ff5\u4f20\u627f", "source_id": "chunk-65ad5b0f72cf332d5f39730b4710be0d", "title": "\u6559\u5b66\u4e2d\u901a\u8fc7\u60c5\u666f\u521b\u8bbe\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5341\u8fdb\u4f4d\u7cfb\u7edf\u7684\u62bd\u8c61\u8fc7\u7a0b\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u4eba\u7c7b\u5728\u53d1\u5c55\u8fc7\u7a0b\u4e2d,\u4e00\u4e9b\u539f\u59cb\u90e8\u843d\u4ecd\u672a\u5f62\u6210\u7cfb\u7edf\u6570\u5b57\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u539f\u59cb\u90e8\u843d", "keywords": "\u6570\u5b57\u53d1\u5c55,\u6587\u5316\u5dee\u5f02", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u4eba\u7c7b\u5728\u53d1\u5c55\u8fc7\u7a0b\u4e2d,\u4e00\u4e9b\u539f\u59cb\u90e8\u843d\u4ecd\u672a\u5f62\u6210\u7cfb\u7edf\u6570\u5b57\u6982\u5ff5\u3002", "to": "\u4eba\u7c7b", "width": 7.0}, {"created_at": 1752674566, "description": "\u95ee\u98982\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u8ba4\u8bc6\u81ea\u7136\u6570\uff0c\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u91cd\u8981\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u6559\u5b66\u65b9\u6cd5,\u81ea\u7136\u6570\u7406\u89e3", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u95ee\u98982\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u8ba4\u8bc6\u81ea\u7136\u6570\uff0c\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u91cd\u8981\u90e8\u5206\u3002", "to": "\u95ee\u98982", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u98989\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u89e3\u91ca\u81ea\u7136\u6570\u7684\u52a0\u6cd5\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u8fd0\u7b97\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u52a0\u6cd5\u7406\u89e3,\u6559\u5b66\u65b9\u6cd5", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u95ee\u98989\u5f3a\u8c03\u7528\u5bf9\u5e94\u7684\u65b9\u6cd5\u89e3\u91ca\u81ea\u7136\u6570\u7684\u52a0\u6cd5\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u5b66\u8fd0\u7b97\u3002", "to": "\u95ee\u98989", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u5f3a\u8c03\u5b66\u751f\u5e94\u5177\u5907\u5bf9\u547d\u9898\u7684\u76f4\u63a5\u5224\u65ad\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "conceptual understanding,educational focus", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u5f3a\u8c03\u5b66\u751f\u5e94\u5177\u5907\u5bf9\u547d\u9898\u7684\u76f4\u63a5\u5224\u65ad\u80fd\u529b\u3002", "to": "\u76f4\u63a5\u5224\u65ad", "width": 8.0}, {"created_at": 1752674566, "description": "\u7834\u9898\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u91cd\u8981\u73af\u8282\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u547d\u9898\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "comprehension,instructional strategy", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u7834\u9898\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u91cd\u8981\u73af\u8282\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u547d\u9898\u5185\u5bb9\u3002", "to": "\u7834\u9898", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u4e13\u95e8\u8bbe\u7acb\u5206\u6570\u9664\u6cd5\u8fd9\u4e00\u4e3b\u9898\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\u7684\u6cd5\u5219\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u5206\u6570\u6cd5\u5219,\u6570\u5b66\u6559\u80b2", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u4e13\u95e8\u8bbe\u7acb\u5206\u6570\u9664\u6cd5\u8fd9\u4e00\u4e3b\u9898\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\u7684\u6cd5\u5219\u3002", "to": "\u5206\u6570\u9664\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u901a\u8fc7\u4f8b\u9898\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6bd4\u4f8b\u5173\u7cfb\uff0c\u4ece\u800c\u638c\u63e1\u5206\u6570\u9664\u6cd5\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u6570\u5b66\u6559\u5b66,\u6bd4\u4f8b\u7406\u89e3", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u901a\u8fc7\u4f8b\u9898\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6bd4\u4f8b\u5173\u7cfb\uff0c\u4ece\u800c\u638c\u63e1\u5206\u6570\u9664\u6cd5\u7684\u6982\u5ff5\u3002", "to": "\u6bd4\u4f8b\u5173\u7cfb", "width": 7.0}, {"created_at": 1752674566, "description": "\u95ee\u98986\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6848\u4f8b\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u5206\u6570\u9664\u6cd5\u548c\u6bd4\u4f8b\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u6559\u5b66\u6848\u4f8b,\u6570\u5b66\u95ee\u9898", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u95ee\u98986\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6848\u4f8b\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u5206\u6570\u9664\u6cd5\u548c\u6bd4\u4f8b\u5173\u7cfb\u3002", "to": "\u95ee\u98986", "width": 9.0}, {"created_at": 1752674566, "description": "\u8bdd\u989820\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u4e13\u9898\uff0c\u8ba8\u8bba\u4e86\u66f4\u5e7f\u6cdb\u7684\u9664\u6cd5\u6cd5\u5219\uff0c\u4f5c\u4e3a\u5206\u6570\u9664\u6cd5\u6559\u5b66\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u6570\u5b66\u6559\u5b66,\u9664\u6cd5\u6cd5\u5219", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989820\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u4e13\u9898\uff0c\u8ba8\u8bba\u4e86\u66f4\u5e7f\u6cdb\u7684\u9664\u6cd5\u6cd5\u5219\uff0c\u4f5c\u4e3a\u5206\u6570\u9664\u6cd5\u6559\u5b66\u7684\u57fa\u7840\u3002", "to": "\u8bdd\u989820", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bdd\u989822\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u4e13\u9898\uff0c\u63a2\u8ba8\u4e86\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u53d1\u5c55\uff0c\u7279\u522b\u662f\u4e22\u756a\u56fe\u7684\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66", "keywords": "\u6570\u5b66\u6559\u80b2,\u7b26\u53f7\u53d1\u5c55", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989822\u662f\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u4e00\u4e2a\u4e13\u9898\uff0c\u63a2\u8ba8\u4e86\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u53d1\u5c55\uff0c\u7279\u522b\u662f\u4e22\u756a\u56fe\u7684\u8d21\u732e\u3002", "to": "\u8bdd\u989822", "width": 7.0}, {"created_at": 1752674566, "description": "Teachers help students understand and apply classification standards in geometry.", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "instructional focus,skill guidance", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Teachers help students understand and apply classification standards in geometry.", "to": "\u6559\u5e08", "width": 7.0}, {"created_at": 1752674566, "description": "\u5206\u7c7b\u6807\u51c6\u57fa\u4e8e\u96c6\u5408 \u03a9 \u7684\u6240\u6709\u5143\u7d20\u8fdb\u884c\u5212\u5206\uff0c\u786e\u4fddA \u222a B = \u03a9 \u548cA \u2229 B = \u03c6\u3002", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "classification,set theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u5206\u7c7b\u6807\u51c6\u57fa\u4e8e\u96c6\u5408 \u03a9 \u7684\u6240\u6709\u5143\u7d20\u8fdb\u884c\u5212\u5206\uff0c\u786e\u4fddA \u222a B = \u03a9 \u548cA \u2229 B = \u03c6\u3002", "to": "\u96c6\u5408 \u03a9", "width": 10.0}, {"created_at": 1752674566, "description": "\u547d\u9898P\u662f\u4f5c\u4e3a\u5206\u7c7b\u6807\u51c6\u7684\u6027\u8d28\uff0c\u7528\u4e8e\u5c06\u96c6\u5408\u03a9\u5212\u5206\u4e3a\u6ee1\u8db3\u6761\u4ef6\u548c\u4e0d\u6ee1\u8db3\u6761\u4ef6\u7684\u5b50\u96c6\u3002", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "classification,logical condition", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u547d\u9898P\u662f\u4f5c\u4e3a\u5206\u7c7b\u6807\u51c6\u7684\u6027\u8d28\uff0c\u7528\u4e8e\u5c06\u96c6\u5408\u03a9\u5212\u5206\u4e3a\u6ee1\u8db3\u6761\u4ef6\u548c\u4e0d\u6ee1\u8db3\u6761\u4ef6\u7684\u5b50\u96c6\u3002", "to": "\u547d\u9898P", "width": 9.0}, {"created_at": 1752674566, "description": "\u7a7a\u96c6\u5408\u7528\u4e8e\u5b9a\u4e49\u96c6\u5408A\u548cB\u7684\u4e92\u65a5\u6027,\u786e\u4fddA \u2229 B = \u03c6\u3002", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "exclusion,set theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u7a7a\u96c6\u5408\u7528\u4e8e\u5b9a\u4e49\u96c6\u5408A\u548cB\u7684\u4e92\u65a5\u6027,\u786e\u4fddA \u2229 B = \u03c6\u3002", "to": "\u7a7a\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e76\u96c6\u7b26\u53f7\u222a\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5408\u5e76,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u8986\u76d6\u6574\u4e2a\u96c6\u5408\u03a9\u3002", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "inclusion,set theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u5e76\u96c6\u7b26\u53f7\u222a\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5408\u5e76,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u8986\u76d6\u6574\u4e2a\u96c6\u5408\u03a9\u3002", "to": "\u5e76\u96c6", "width": 9.0}, {"created_at": 1752674566, "description": "\u4ea4\u96c6\u7b26\u53f7\u2229\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5171\u540c\u5143\u7d20,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u7684\u4e92\u65a5\u6027\u3002", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "exclusion,set theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u4ea4\u96c6\u7b26\u53f7\u2229\u8868\u793a\u4e24\u4e2a\u96c6\u5408\u7684\u5171\u540c\u5143\u7d20,\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u7684\u4e92\u65a5\u6027\u3002", "to": "\u4ea4\u96c6", "width": 9.0}, {"created_at": 1752674566, "description": "\u6574\u9664\u662f\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u6807\u51c6\u7684\u4e00\u4e2a\u91cd\u8981\u6027\u8d28,\u5982\u80fd\u88ab2\u6574\u9664\u7684\u81ea\u7136\u6570\u3002", "file_path": "unknown_source", "from": "\u5206\u7c7b\u6807\u51c6", "keywords": "classification,mathematical property", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u6574\u9664\u662f\u7528\u4e8e\u5b9a\u4e49\u5206\u7c7b\u6807\u51c6\u7684\u4e00\u4e2a\u91cd\u8981\u6027\u8d28,\u5982\u80fd\u88ab2\u6574\u9664\u7684\u81ea\u7136\u6570\u3002", "to": "\u6574\u9664", "width": 8.0}, {"created_at": 1752674566, "description": "\u221a2 and \u221a3 are both irrational numbers that can be added using their decimal representations.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "irrational numbers,mathematical operations", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u221a2 and \u221a3 are both irrational numbers that can be added using their decimal representations.", "to": "\u221a3", "width": 8.0}, {"created_at": 1752674566, "description": "\u221a2 is a canonical example of an\u65e0\u7406\u6570, proven through contradiction to not be expressible as a ratio of two integers.\u003cSEP\u003e\u221a2\u662f\u7b2c\u4e00\u4e2a\u88ab\u53d1\u73b0\u7684\u65e0\u7406\u6570\uff0c\u5176\u53d1\u73b0\u76f4\u63a5\u5bfc\u81f4\u4e86\u65e0\u7406\u6570\u6982\u5ff5\u7684\u63d0\u51fa\u3002", "file_path": "unknown_source", "from": "\u221a2", "keywords": "foundational discovery,irrationality proof,mathematical contradiction,mathematical crisis", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc\u003cSEP\u003echunk-dc9988d8dd524d81a661c65645bca716", "title": "\u221a2 is a canonical example of an\u65e0\u7406\u6570, proven through contradiction to not be expressible as a ratio of two integers.\u003cSEP\u003e\u221a2\u662f\u7b2c\u4e00\u4e2a\u88ab\u53d1\u73b0\u7684\u65e0\u7406\u6570\uff0c\u5176\u53d1\u73b0\u76f4\u63a5\u5bfc\u81f4\u4e86\u65e0\u7406\u6570\u6982\u5ff5\u7684\u63d0\u51fa\u3002", "to": "\u65e0\u7406\u6570", "width": 20.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u8fb9\u957f\u4e3a1\u7684\u6b63\u65b9\u5f62\u5bf9\u89d2\u7ebf\u4e3a\u221a2\uff0c\u4ece\u800c\u5f15\u53d1\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u7b2c\u4e00\u6b21\u5371\u673a\u3002", "file_path": "unknown_source", "from": "\u221a2", "keywords": "foundational crisis,paradigm shift", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u8fb9\u957f\u4e3a1\u7684\u6b63\u65b9\u5f62\u5bf9\u89d2\u7ebf\u4e3a\u221a2\uff0c\u4ece\u800c\u5f15\u53d1\u4e86\u6570\u5b66\u53f2\u4e0a\u7684\u7b2c\u4e00\u6b21\u5371\u673a\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 8.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u4ee3\u6570provided a way to represent and understand numbers like \u221a2 geometrically, which could not be easily expressed in arithmetic terms.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "geometric interpretation,mathematical adaptation", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u51e0\u4f55\u4ee3\u6570provided a way to represent and understand numbers like \u221a2 geometrically, which could not be easily expressed in arithmetic terms.", "to": "\u51e0\u4f55\u4ee3\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "\u221a2 is the classic example of an\u65e0\u7406\u6570, proven to be non-expressible as a ratio of two integers through logical contradiction.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "irrationality,mathematical proof", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u221a2 is the classic example of an\u65e0\u7406\u6570, proven to be non-expressible as a ratio of two integers through logical contradiction.", "to": "\u65e0\u7406\u6570\u5b9a\u4e49", "width": 10.0}, {"created_at": 1752674566, "description": "\u53cd\u8bc1\u6cd5\u8bc1\u660ewas applied to demonstrate that \u221a2 is irrational by assuming it is rational and reaching a logical contradiction.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "logical deduction,mathematical reasoning", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53cd\u8bc1\u6cd5\u8bc1\u660ewas applied to demonstrate that \u221a2 is irrational by assuming it is rational and reaching a logical contradiction.", "to": "\u53cd\u8bc1\u6cd5\u8bc1\u660e", "width": 10.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55allowed for the geometric representation of numbers like \u221a2 that could not be easily expressed arithmetically.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "geometric interpretation,mathematical adaptation", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55allowed for the geometric representation of numbers like \u221a2 that could not be easily expressed arithmetically.", "to": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55", "width": 7.0}, {"created_at": 1752674566, "description": "\u221a2 exemplifies \u221a2\u4e0d\u53ef\u516c\u5ea6\u6027, which means it cannot be expressed as a common measure or ratio between two whole numbers.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "incommensurability,mathematical discovery", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u221a2 exemplifies \u221a2\u4e0d\u53ef\u516c\u5ea6\u6027, which means it cannot be expressed as a common measure or ratio between two whole numbers.", "to": "\u221a2\u4e0d\u53ef\u516c\u5ea6\u6027", "width": 10.0}, {"created_at": 1752674566, "description": "\u221a2 plays a central role in\u6570\u7684\u5206\u7c7bas the key example of an irrational number that challenged the existing classification system.", "file_path": "unknown_source", "from": "\u221a2", "keywords": "foundational challenge,numerical classification", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u221a2 plays a central role in\u6570\u7684\u5206\u7c7bas the key example of an irrational number that challenged the existing classification system.", "to": "\u6570\u7684\u5206\u7c7b", "width": 9.0}, {"created_at": 1752674566, "description": "Gauss proved the Fundamental Theorem of Algebra in his doctoral thesis, establishing the foundational structure for polynomial equations.", "file_path": "unknown_source", "from": "Johann Gauss", "keywords": "mathematical proof,polynomial theory", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Gauss proved the Fundamental Theorem of Algebra in his doctoral thesis, establishing the foundational structure for polynomial equations.", "to": "Algebraic Basic Theorem", "width": 9.0}, {"created_at": 1752674566, "description": "Gauss revolutionized the study of high-degree equations through his work on the Fundamental Theorem of Algebra.", "file_path": "unknown_source", "from": "Johann Gauss", "keywords": "equation theory,mathematical innovation", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Gauss revolutionized the study of high-degree equations through his work on the Fundamental Theorem of Algebra.", "to": "\u9ad8\u6b21\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752674566, "description": "Brahmagupta formulated the arithmetic rules for negative numbers, expanding their mathematical utility.", "file_path": "unknown_source", "from": "Brahmagupta", "keywords": "arithmetic operations,number theory", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Brahmagupta formulated the arithmetic rules for negative numbers, expanding their mathematical utility.", "to": "Negative Numbers", "width": 8.0}, {"created_at": 1752674566, "description": "The \u0027Nine Chapters on the Mathematical Art\u0027 first introduced negative numbers and their addition/subtraction rules using colored counting rods.", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical origin,mathematical innovation", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "The \u0027Nine Chapters on the Mathematical Art\u0027 first introduced negative numbers and their addition/subtraction rules using colored counting rods.", "to": "Negative Numbers", "width": 7.0}, {"created_at": 1752674566, "description": "The Nine Chapters used counting rods as physical tools to demonstrate mathematical operations including negative numbers.", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "ancient computation,mathematical tools", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "The Nine Chapters used counting rods as physical tools to demonstrate mathematical operations including negative numbers.", "to": "\u7b97\u7b79", "width": 8.0}, {"created_at": 1752674566, "description": "The\u65b9\u7a0b\u7bc7is a chapter within\u300a\u4e5d\u7ae0\u7b97\u672f\u300bthat specifically deals with systems of equations involving positive and negative numbers.", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical context,mathematical text", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "The\u65b9\u7a0b\u7bc7is a chapter within\u300a\u4e5d\u7ae0\u7b97\u672f\u300bthat specifically deals with systems of equations involving positive and negative numbers.", "to": "\u65b9\u7a0b\u7bc7", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e3a\u6559\u5b66\u7247\u6bb5\u63d0\u4f9b\u4e86\u5386\u53f2\u80cc\u666f\u548c\u6570\u5b66\u95ee\u9898\u6765\u6e90\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u6982\u5ff5\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical context,problem-based learning", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u4e3a\u6559\u5b66\u7247\u6bb5\u63d0\u4f9b\u4e86\u5386\u53f2\u80cc\u666f\u548c\u6570\u5b66\u95ee\u9898\u6765\u6e90\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u6982\u5ff5\u7684\u53d1\u5c55\u3002", "to": "\u4e70\u4e0e\u5356\u6559\u5b66\u7247\u6bb5", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u65b9\u7a0b\u300b\u7bc7\u662f\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u4e00\u90e8\u5206\uff0c\u6700\u65e9\u8bb0\u8f7d\u4e86\u8d1f\u6570\u7684\u4f7f\u7528\u53ca\u5176\u5728\u65b9\u7a0b\u6c42\u89e3\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical context,mathematical text", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u300a\u65b9\u7a0b\u300b\u7bc7\u662f\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u4e00\u90e8\u5206\uff0c\u6700\u65e9\u8bb0\u8f7d\u4e86\u8d1f\u6570\u7684\u4f7f\u7528\u53ca\u5176\u5728\u65b9\u7a0b\u6c42\u89e3\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u300a\u65b9\u7a0b\u300b\u7bc7", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b contains historical\u6df7\u5408\u8fd0\u7b97problems, such as buying pigs and selling sheep, used to contextualize modern teaching methods.", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "arithmetic application,historical reference", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b contains historical\u6df7\u5408\u8fd0\u7b97problems, such as buying pigs and selling sheep, used to contextualize modern teaching methods.", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "\u5218\u5fbd\u5bf9\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u8fdb\u884c\u4e86\u6821\u6ce8\uff0c\u4f7f\u5176\u5185\u5bb9\u5f97\u4ee5\u5b8c\u6574\u4fdd\u7559\u3002", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical scholarship,mathematical text", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u5218\u5fbd\u5bf9\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u8fdb\u884c\u4e86\u6821\u6ce8\uff0c\u4f7f\u5176\u5185\u5bb9\u5f97\u4ee5\u5b8c\u6574\u4fdd\u7559\u3002", "to": "\u5218\u5fbd", "width": 9.0}, {"created_at": 1752674566, "description": "\u674e\u6df3\u98ce\u53c2\u4e0e\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u6821\u6ce8\u5de5\u4f5c\uff0c\u662f\u5176\u5386\u53f2\u4f20\u627f\u7684\u91cd\u8981\u4eba\u7269\u3002", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "historical scholarship,mathematical text", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u674e\u6df3\u98ce\u53c2\u4e0e\u4e86\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u7684\u6821\u6ce8\u5de5\u4f5c\uff0c\u662f\u5176\u5386\u53f2\u4f20\u627f\u7684\u91cd\u8981\u4eba\u7269\u3002", "to": "\u674e\u6df3\u98ce", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u90fd\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u7684\u6570\u5b66\u7ecf\u5178\uff0c\u5e38\u88ab\u4e00\u8d77\u5f15\u7528\u3002", "file_path": "unknown_source", "from": "\u300a\u4e5d\u7ae0\u7b97\u672f\u300b", "keywords": "classical texts,mathematical heritage", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u90fd\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u7684\u6570\u5b66\u7ecf\u5178\uff0c\u5e38\u88ab\u4e00\u8d77\u5f15\u7528\u3002", "to": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "Both negative numbers and fractions were developed to address practical needs, though fractions represent parts of a whole while negatives represent opposite quantities.", "file_path": "unknown_source", "from": "Negative Numbers", "keywords": "number systems,practical applications", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "Both negative numbers and fractions were developed to address practical needs, though fractions represent parts of a whole while negatives represent opposite quantities.", "to": "Fractions", "width": 6.0}, {"created_at": 1752674566, "description": "Subtraction operations naturally lead to the conceptual introduction of negative numbers.", "file_path": "unknown_source", "from": "Negative Numbers", "keywords": "mathematical extension,number system", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Subtraction operations naturally lead to the conceptual introduction of negative numbers.", "to": "Subtraction", "width": 7.0}, {"created_at": 1752674566, "description": "While cross-multiplication works for quadratics, Gauss\u0027s methods provided more fundamental solutions for higher-degree equations.", "file_path": "unknown_source", "from": "\u9ad8\u6b21\u65b9\u7a0b", "keywords": "mathematical techniques,problem-solving methods", "source_id": "chunk-fc1e60e87ee195f9f93e8e10e72c275a", "title": "While cross-multiplication works for quadratics, Gauss\u0027s methods provided more fundamental solutions for higher-degree equations.", "to": "\u5341\u5b57\u76f8\u4e58\u6cd5", "width": 6.0}, {"created_at": 1752674566, "description": "The\u6b63\u8d1f\u672fmethod was discussed and applied in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300bfor handling positive and negative numbers in equations.", "file_path": "unknown_source", "from": "\u6b63\u8d1f\u672f", "keywords": "arithmetic,historical mathematics", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "The\u6b63\u8d1f\u672fmethod was discussed and applied in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300bfor handling positive and negative numbers in equations.", "to": "\u65b9\u7a0b\u7bc7", "width": 8.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6identified the existence of\u65e0\u7406\u6570like \u221a2, which contradicted their earlier belief that all quantities could be expressed as ratios of integers.", "file_path": "unknown_source", "from": "\u65e0\u7406\u6570", "keywords": "conceptual shift,foundational crisis", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6identified the existence of\u65e0\u7406\u6570like \u221a2, which contradicted their earlier belief that all quantities could be expressed as ratios of integers.", "to": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6", "width": 10.0}, {"created_at": 1752674566, "description": "Infinite non-repeating decimals define irrational numbers that cannot be expressed as fractions.", "file_path": "unknown_source", "from": "\u65e0\u7406\u6570", "keywords": "decimal expansion,irrational classification", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Infinite non-repeating decimals define irrational numbers that cannot be expressed as fractions.", "to": "\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "Irrational numbers are part of the real number system, complementing rational numbers.", "file_path": "unknown_source", "from": "\u65e0\u7406\u6570", "keywords": "completeness,number hierarchy", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Irrational numbers are part of the real number system, complementing rational numbers.", "to": "\u5b9e\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u4e86\u221a2\u662f\u65e0\u7406\u6570\uff0c\u8fd9\u4e00\u53d1\u73b0\u6311\u6218\u4e86\u5f53\u65f6\u7684\u6570\u5b66\u89c2\u5ff5\uff0c\u5e76\u5f71\u54cd\u4e86\u4e22\u756a\u56fe\u5bf9\u4e0d\u53ef\u89e3\u65b9\u7a0b\u7684\u5b9a\u4e49\u3002", "file_path": "unknown_source", "from": "\u65e0\u7406\u6570", "keywords": "\u6570\u5b66\u5371\u673a,\u6570\u5b66\u53d1\u73b0", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u53d1\u73b0\u4e86\u221a2\u662f\u65e0\u7406\u6570\uff0c\u8fd9\u4e00\u53d1\u73b0\u6311\u6218\u4e86\u5f53\u65f6\u7684\u6570\u5b66\u89c2\u5ff5\uff0c\u5e76\u5f71\u54cd\u4e86\u4e22\u756a\u56fe\u5bf9\u4e0d\u53ef\u89e3\u65b9\u7a0b\u7684\u5b9a\u4e49\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 7.0}, {"created_at": 1752674566, "description": "Rational and irrational numbers are complementary categories, with the former expressible as fractions and the latter not.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570(Rational Numbers)", "keywords": "classification,number theory", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Rational and irrational numbers are complementary categories, with the former expressible as fractions and the latter not.", "to": "\u65e0\u7406\u6570(Irrational Numbers)", "width": 8.0}, {"created_at": 1752674566, "description": "Appendix Topic 13 provides historical context for the discovery and classification of rational numbers.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570(Rational Numbers)", "keywords": "historical context,mathematical discovery", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Appendix Topic 13 provides historical context for the discovery and classification of rational numbers.", "to": "\u9644\u5f55\u7684\u8bdd\u989813 (Appendix Topic 13)", "width": 6.0}, {"created_at": 1752674566, "description": "Decimal numbers enable practical operations with irrational numbers, such as adding \u221a2 and \u221a3.", "file_path": "unknown_source", "from": "\u65e0\u7406\u6570(Irrational Numbers)", "keywords": "mathematical operations,numerical representation", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Decimal numbers enable practical operations with irrational numbers, such as adding \u221a2 and \u221a3.", "to": "\u5c0f\u6570(Decimal Numbers)", "width": 8.0}, {"created_at": 1752674566, "description": "Proper fractions are built from fraction units, such as 2/5 being two units of 1/5.", "file_path": "unknown_source", "from": "\u771f\u5206\u6570(Proper Fractions)", "keywords": "fraction construction,mathematical operations", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Proper fractions are built from fraction units, such as 2/5 being two units of 1/5.", "to": "\u5206\u6570\u5355\u4f4d(Fraction Unit)", "width": 9.0}, {"created_at": 1752674566, "description": "Mooncakes illustrate fraction units via partitioning (e.g., 1/5 of a cake).", "file_path": "unknown_source", "from": "\u5206\u6570\u5355\u4f4d(Fraction Unit)", "keywords": "real-world analogy", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Mooncakes illustrate fraction units via partitioning (e.g., 1/5 of a cake).", "to": "\u6708\u997c(Mooncake)", "width": 6.0}, {"created_at": 1752674566, "description": "Integer proportional relationships can be scaled to percentages for comparative analysis, such as GDP growth rates.", "file_path": "unknown_source", "from": "\u6574\u6bd4\u4f8b\u5173\u7cfb(Integer Proportional Relationship)", "keywords": "comparative metrics,scaling", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Integer proportional relationships can be scaled to percentages for comparative analysis, such as GDP growth rates.", "to": "\u767e\u5206\u6570(Percentage)", "width": 7.0}, {"created_at": 1752674566, "description": "Textbook uses geese-ducks example to teach proportional reasoning.", "file_path": "unknown_source", "from": "\u6574\u6bd4\u4f8b\u5173\u7cfb(Integer Proportional Relationship)", "keywords": "education,examples", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Textbook uses geese-ducks example to teach proportional reasoning.", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u79d1\u4e66(Elementary Math Textbook)", "width": 8.0}, {"created_at": 1752674566, "description": "GDP growth rates are compared using percentages.", "file_path": "unknown_source", "from": "\u767e\u5206\u6570(Percentage)", "keywords": "economic metrics", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "GDP growth rates are compared using percentages.", "to": "GDP (\u56fd\u5185\u751f\u4ea7\u603b\u503c)", "width": 9.0}, {"created_at": 1752674566, "description": "The media demonstration uses mooncakes as a concrete example to illustrate fraction division concepts.", "file_path": "unknown_source", "from": "\u6708\u997c(Mooncake)", "keywords": "real-world examples,visualization", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The media demonstration uses mooncakes as a concrete example to illustrate fraction division concepts.", "to": "Media Demonstration", "width": 7.0}, {"created_at": 1752674566, "description": "Demonstrates a 1:3 proportional relationship in textbook problems.", "file_path": "unknown_source", "from": "\u9e2d\u5b50(Ducks)", "keywords": "problem-solving,ratio", "source_id": "chunk-7f6551045ead5f4c49f6ae5d346c0299", "title": "Demonstrates a 1:3 proportional relationship in textbook problems.", "to": "\u9e45(Geese)", "width": 7.0}, {"created_at": 1752674566, "description": "The decimal system uses linear combinations of powers of 10 to represent numbers, linking algebraic and geometric concepts.", "file_path": "unknown_source", "from": "Decimal System", "keywords": "algebra-geometry connection,mathematical representation", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "The decimal system uses linear combinations of powers of 10 to represent numbers, linking algebraic and geometric concepts.", "to": "Linear Combination", "width": 9.0}, {"created_at": 1752674566, "description": "Stevin pioneered the early form of decimal representation that evolved into modern system", "file_path": "unknown_source", "from": "Decimal System", "keywords": "historical development,mathematical notation", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Stevin pioneered the early form of decimal representation that evolved into modern system", "to": "Simon Stevin", "width": 9.0}, {"created_at": 1752674566, "description": "Finite decimals are part of the decimal number representation system", "file_path": "unknown_source", "from": "Decimal System", "keywords": "system component", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Finite decimals are part of the decimal number representation system", "to": "Finite Decimal", "width": 7.0}, {"created_at": 1752674566, "description": "Infinite repeating decimals are part of the decimal number representation system", "file_path": "unknown_source", "from": "Decimal System", "keywords": "system component", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Infinite repeating decimals are part of the decimal number representation system", "to": "Infinite Repeating Decimal", "width": 7.0}, {"created_at": 1752674566, "description": "Place value is a fundamental concept in the decimal system, explaining how digits represent values based on their position.", "file_path": "unknown_source", "from": "Decimal System", "keywords": "mathematical foundation,number representation", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Place value is a fundamental concept in the decimal system, explaining how digits represent values based on their position.", "to": "Place Value", "width": 10.0}, {"created_at": 1752674566, "description": "Real numbers provide the foundation for limit theory, which is essential for calculus.\u003cSEP\u003e\u6781\u9650\u7406\u8bba\u662f\u5efa\u7acb\u5728\u5b9e\u6570\u7cfb\u57fa\u7840\u4e0a\u7684\u6570\u5b66\u5206\u6790\u7406\u8bba\uff0c\u7528\u4e8e\u7814\u7a76\u51fd\u6570\u3001\u6570\u5217\u7b49\u7684\u6781\u9650\u884c\u4e3a\u3002", "file_path": "unknown_source", "from": "\u5b9e\u6570", "keywords": "calculus,mathematical foundation,\u5206\u6790\u7406\u8bba,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "Real numbers provide the foundation for limit theory, which is essential for calculus.\u003cSEP\u003e\u6781\u9650\u7406\u8bba\u662f\u5efa\u7acb\u5728\u5b9e\u6570\u7cfb\u57fa\u7840\u4e0a\u7684\u6570\u5b66\u5206\u6790\u7406\u8bba\uff0c\u7528\u4e8e\u7814\u7a76\u51fd\u6570\u3001\u6570\u5217\u7b49\u7684\u6781\u9650\u884c\u4e3a\u3002", "to": "\u6781\u9650\u7406\u8bba", "width": 19.0}, {"created_at": 1752674566, "description": "Real numbers, with their continuity, provide the foundation for the limit theory and calculus.", "file_path": "unknown_source", "from": "\u5b9e\u6570", "keywords": "continuity,mathematical foundation", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Real numbers, with their continuity, provide the foundation for the limit theory and calculus.", "to": "\u5fae\u79ef\u5206", "width": 9.0}, {"created_at": 1752674566, "description": "Real numbers are associated with points on a number line, representing all possible magnitudes without gaps.", "file_path": "unknown_source", "from": "\u5b9e\u6570", "keywords": "continuity,number representation", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Real numbers are associated with points on a number line, representing all possible magnitudes without gaps.", "to": "\u6570\u8f74", "width": 8.0}, {"created_at": 1752674566, "description": "The real number system is considered continuous, meaning there are no gaps between successive numbers.", "file_path": "unknown_source", "from": "\u5b9e\u6570", "keywords": "completeness,mathematical continuity", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The real number system is considered continuous, meaning there are no gaps between successive numbers.", "to": "\u8fde\u7eed\u6027", "width": 9.0}, {"created_at": 1752674566, "description": "\u57fa\u5e95(like 10^n) enable\u7ebf\u6027\u7ec4\u5408representations, bridging algebraic and geometric concepts.", "file_path": "unknown_source", "from": "\u7ebf\u6027\u7ec4\u5408", "keywords": "algebra-geometry link,basis theory", "source_id": "chunk-64dec23c12f739009609c53fc1b55511", "title": "\u57fa\u5e95(like 10^n) enable\u7ebf\u6027\u7ec4\u5408representations, bridging algebraic and geometric concepts.", "to": "\u57fa\u5e95", "width": 8.0}, {"created_at": 1752674566, "description": "\u6574\u4f53\u4e3a1 is the foundation for understanding\u5206\u6570\u5355\u4f4d(unit fractions), which are derived from dividing the whole into equal parts.", "file_path": "unknown_source", "from": "\u5206\u6570\u5355\u4f4d", "keywords": "mathematical foundation,unit concept", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6574\u4f53\u4e3a1 is the foundation for understanding\u5206\u6570\u5355\u4f4d(unit fractions), which are derived from dividing the whole into equal parts.", "to": "\u6574\u4f53\u4e3a1", "width": 10.0}, {"created_at": 1752674566, "description": "\u6298\u7eb8\u6d3b\u52a8(paper folding) is used to concretely demonstrate\u5206\u6570\u5355\u4f4dlike 1/2, 1/3, and 1/4, helping students visualize and internalize fraction concepts.", "file_path": "unknown_source", "from": "\u5206\u6570\u5355\u4f4d", "keywords": "conceptual visualization,hands-on learning", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6298\u7eb8\u6d3b\u52a8(paper folding) is used to concretely demonstrate\u5206\u6570\u5355\u4f4dlike 1/2, 1/3, and 1/4, helping students visualize and internalize fraction concepts.", "to": "\u6298\u7eb8\u6d3b\u52a8", "width": 10.0}, {"created_at": 1752674566, "description": "\u56db\u5219\u8fd0\u7b97\u901a\u8fc7\u9664\u6cd5\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\uff0c\u89e3\u51b3\u975e\u6574\u6570\u5546\u7684\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u56db\u5219\u8fd0\u7b97", "keywords": "\u6570\u7cfb\u6269\u5145,\u8fd0\u7b97\u6269\u5c55", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u56db\u5219\u8fd0\u7b97\u901a\u8fc7\u9664\u6cd5\u6269\u5145\u5230\u6709\u7406\u6570\u96c6\u5408\uff0c\u89e3\u51b3\u975e\u6574\u6570\u5546\u7684\u95ee\u9898\u3002", "to": "\u6709\u7406\u6570\u96c6\u5408", "width": 8.0}, {"created_at": 1752674566, "description": "\u6df7\u5408\u8fd0\u7b97\u7684\u6b21\u5e8f\u89c4\u5219(\u5148\u4e58\u9664\u540e\u52a0\u51cf)\u6e90\u4e8e\u73b0\u5b9e\u95ee\u9898\u7684\u62bd\u8c61\u5316\u9700\u6c42\uff0c\u786e\u4fdd\u8ba1\u7b97\u903b\u8f91\u7684\u4e00\u81f4\u6027\u3002", "file_path": "unknown_source", "from": "\u56db\u5219\u8fd0\u7b97", "keywords": "\u73b0\u5b9e\u62bd\u8c61,\u8fd0\u7b97\u4f18\u5148\u7ea7", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u6df7\u5408\u8fd0\u7b97\u7684\u6b21\u5e8f\u89c4\u5219(\u5148\u4e58\u9664\u540e\u52a0\u51cf)\u6e90\u4e8e\u73b0\u5b9e\u95ee\u9898\u7684\u62bd\u8c61\u5316\u9700\u6c42\uff0c\u786e\u4fdd\u8ba1\u7b97\u903b\u8f91\u7684\u4e00\u81f4\u6027\u3002", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "\u5206\u914d\u5f8b\u662f\u56db\u5219\u8fd0\u7b97\u7684\u57fa\u672c\u6cd5\u5219\u4e4b\u4e00\uff0c\u5728\u6709\u7406\u6570\u96c6\u5408\u4e2d\u6210\u7acb\uff0c\u786e\u4fdd\u8fd0\u7b97\u7684\u5408\u7406\u6027\u3002", "file_path": "unknown_source", "from": "\u56db\u5219\u8fd0\u7b97", "keywords": "\u6570\u5b66\u57fa\u7840,\u8fd0\u7b97\u6cd5\u5219", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u5206\u914d\u5f8b\u662f\u56db\u5219\u8fd0\u7b97\u7684\u57fa\u672c\u6cd5\u5219\u4e4b\u4e00\uff0c\u5728\u6709\u7406\u6570\u96c6\u5408\u4e2d\u6210\u7acb\uff0c\u786e\u4fdd\u8fd0\u7b97\u7684\u5408\u7406\u6027\u3002", "to": "\u5206\u914d\u5f8b", "width": 8.0}, {"created_at": 1752674566, "description": "\u4ea4\u6362\u5f8b\u5728\u52a0\u6cd5\u548c\u4e58\u6cd5\u4e2d\u6210\u7acb\uff0c\u4f46\u5728\u51cf\u6cd5\u548c\u9664\u6cd5\u4e2d\u4e0d\u6210\u7acb\uff0c\u5f71\u54cd\u8fd0\u7b97\u6b21\u5e8f\u3002", "file_path": "unknown_source", "from": "\u56db\u5219\u8fd0\u7b97", "keywords": "\u8fd0\u7b97\u6027\u8d28,\u8fd0\u7b97\u6cd5\u5219", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u4ea4\u6362\u5f8b\u5728\u52a0\u6cd5\u548c\u4e58\u6cd5\u4e2d\u6210\u7acb\uff0c\u4f46\u5728\u51cf\u6cd5\u548c\u9664\u6cd5\u4e2d\u4e0d\u6210\u7acb\uff0c\u5f71\u54cd\u8fd0\u7b97\u6b21\u5e8f\u3002", "to": "\u4ea4\u6362\u5f8b", "width": 7.0}, {"created_at": 1752674566, "description": "Basic arithmetic is contrasted with equation methods to show different problem-solving approaches.", "file_path": "unknown_source", "from": "\u56db\u5219\u8fd0\u7b97", "keywords": "mathematical thinking,method comparison", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "Basic arithmetic is contrasted with equation methods to show different problem-solving approaches.", "to": "\u5217\u65b9\u7a0b", "width": 7.0}, {"created_at": 1752674566, "description": "\u91cf\u7eb2\u7684\u9009\u62e9\u9700\u8981\u6839\u636e\u5177\u4f53\u95ee\u9898\u80cc\u666f\u6765\u786e\u5b9a\uff0c\u4f53\u73b0\u6570\u5b66\u7684\u73b0\u5b9e\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u91cf\u7eb2", "keywords": "\u5355\u4f4d\u9009\u62e9,\u6570\u5b66\u5e94\u7528", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u91cf\u7eb2\u7684\u9009\u62e9\u9700\u8981\u6839\u636e\u5177\u4f53\u95ee\u9898\u80cc\u666f\u6765\u786e\u5b9a\uff0c\u4f53\u73b0\u6570\u5b66\u7684\u73b0\u5b9e\u8054\u7cfb\u3002", "to": "\u73b0\u5b9e\u80cc\u666f", "width": 8.0}, {"created_at": 1752674566, "description": "\u62bd\u8c61\u51fa\u6765\u7684\u6570\u9700\u8981\u56de\u5f52\u73b0\u5b9e\u80cc\u666f\u624d\u80fd\u4f53\u73b0\u5176\u5b9e\u9645\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u6570\u4e0e\u6570\u91cf", "keywords": "\u6570\u5b66\u5e94\u7528,\u6982\u5ff5\u8054\u7cfb", "source_id": "chunk-5c564427093279bdf3c25848196fe5f8", "title": "\u62bd\u8c61\u51fa\u6765\u7684\u6570\u9700\u8981\u56de\u5f52\u73b0\u5b9e\u80cc\u666f\u624d\u80fd\u4f53\u73b0\u5176\u5b9e\u9645\u610f\u4e49\u3002", "to": "\u73b0\u5b9e\u80cc\u666f", "width": 8.0}, {"created_at": 1752674566, "description": "\u5728\u57fa\u7840\u6559\u80b2\u9636\u6bb5\uff0c\u6570\u5b66\u6559\u5b66\u5e94\u5f3a\u8c03\u73b0\u5b9e\u80cc\u666f\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6982\u5ff5\u548c\u8fd0\u7b97\u89c4\u5219\u3002", "file_path": "unknown_source", "from": "\u73b0\u5b9e\u80cc\u666f", "keywords": "contextual learning,pedagogical strategy", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u5728\u57fa\u7840\u6559\u80b2\u9636\u6bb5\uff0c\u6570\u5b66\u6559\u5b66\u5e94\u5f3a\u8c03\u73b0\u5b9e\u80cc\u666f\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u62bd\u8c61\u6982\u5ff5\u548c\u8fd0\u7b97\u89c4\u5219\u3002", "to": "\u6570\u5b66\u6559\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u5728\u5c0f\u5b66\u6559\u5b66\u4e2d\uff0c\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u51e0\u4f55\u6982\u5ff5\u5e94\u7ed3\u5408\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u8bb2\u89e3\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u5efa\u7acb\u76f4\u89c2\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u73b0\u5b9e\u80cc\u666f", "keywords": "conceptual understanding,contextual teaching", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u5728\u5c0f\u5b66\u6559\u5b66\u4e2d\uff0c\u70b9\u3001\u7ebf\u3001\u9762\u7b49\u51e0\u4f55\u6982\u5ff5\u5e94\u7ed3\u5408\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u8bb2\u89e3\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u5efa\u7acb\u76f4\u89c2\u7406\u89e3\u3002", "to": "\u70b9\u3001\u7ebf\u3001\u9762", "width": 7.0}, {"created_at": 1752674566, "description": "The concept of opposite numbers is fundamental in defining the set of integers, where each positive number has a corresponding negative counterpart.", "file_path": "unknown_source", "from": "\u6574\u6570", "keywords": "number properties,symmetry", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "The concept of opposite numbers is fundamental in defining the set of integers, where each positive number has a corresponding negative counterpart.", "to": "\u76f8\u53cd\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "Elementary students learn practical aspects of integer operations without formal extensions.", "file_path": "unknown_source", "from": "\u6574\u6570", "keywords": "pedagogical adaptation", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Elementary students learn practical aspects of integer operations without formal extensions.", "to": "\u5c0f\u5b66\u751f", "width": 7.0}, {"created_at": 1752674566, "description": "In the set of integers, the minimal one-digit number is -9, expanding the discussion beyond natural numbers.", "file_path": "unknown_source", "from": "\u6574\u6570", "keywords": "arithmetic,number classification", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "In the set of integers, the minimal one-digit number is -9, expanding the discussion beyond natural numbers.", "to": "\u6700\u5c0f\u7684\u4e00\u4f4d\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "Exact calculations primarily activate the left inferior frontal lobe region.", "file_path": "unknown_source", "from": "\u7cbe\u7b97", "keywords": "brain function,cognitive processing", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "Exact calculations primarily activate the left inferior frontal lobe region.", "to": "\u8111\u5de6\u989d\u53f6\u4e0b\u90e8", "width": 7.0}, {"created_at": 1752674566, "description": "Arithmetic mean derives from multiplication models like total=unit\u00d7quantity.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u6a21\u578b", "keywords": "calculation basis,mathematical foundation", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Arithmetic mean derives from multiplication models like total=unit\u00d7quantity.", "to": "\u7b97\u672f\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "Addition is defined and explained using natural numbers, often visualized with objects like blocks.", "file_path": "unknown_source", "from": "Addition", "keywords": "arithmetic foundation,number theory", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Addition is defined and explained using natural numbers, often visualized with objects like blocks.", "to": "Natural Numbers", "width": 9.0}, {"created_at": 1752674566, "description": "Subtraction is described as the inverse operation of addition, derived from equivalence relationships.", "file_path": "unknown_source", "from": "Addition", "keywords": "arithmetic logic,inverse operations", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Subtraction is described as the inverse operation of addition, derived from equivalence relationships.", "to": "Subtraction", "width": 10.0}, {"created_at": 1752674566, "description": "The equality symbol is used to explain the result of addition, emphasizing the relationship between quantities.", "file_path": "unknown_source", "from": "Addition", "keywords": "mathematical equivalence,symbolic representation", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "The equality symbol is used to explain the result of addition, emphasizing the relationship between quantities.", "to": "Equality (=)", "width": 8.0}, {"created_at": 1752674566, "description": "Visual and interactive teaching methods are used to help students understand addition and its principles.", "file_path": "unknown_source", "from": "Addition", "keywords": "conceptual learning,pedagogy", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Visual and interactive teaching methods are used to help students understand addition and its principles.", "to": "Teaching Methodology", "width": 7.0}, {"created_at": 1752674566, "description": "Blocks are visually used to demonstrate and explain the fundamental concept of addition.", "file_path": "unknown_source", "from": "Addition", "keywords": "quantity representation,visual learning", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Blocks are visually used to demonstrate and explain the fundamental concept of addition.", "to": "Blocks (\u65b9\u5757)", "width": 9.0}, {"created_at": 1752674566, "description": "Addition operations introduce the foundational concept of equations through equality relationships.", "file_path": "unknown_source", "from": "Addition", "keywords": "mathematical foundation,symbolic representation", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Addition operations introduce the foundational concept of equations through equality relationships.", "to": "Equation (\u65b9\u7a0b)", "width": 8.0}, {"created_at": 1752674566, "description": "Similar visual methods are employed to teach subtraction as the inverse of addition.", "file_path": "unknown_source", "from": "Subtraction", "keywords": "inverse operations,pedagogy", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Similar visual methods are employed to teach subtraction as the inverse of addition.", "to": "Teaching Methodology", "width": 7.0}, {"created_at": 1752674566, "description": "Blocks are visually manipulated to demonstrate subtraction as removal from a quantity.", "file_path": "unknown_source", "from": "Subtraction", "keywords": "inverse operation,visual demonstration", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "Blocks are visually manipulated to demonstrate subtraction as removal from a quantity.", "to": "Blocks (\u65b9\u5757)", "width": 9.0}, {"created_at": 1752674566, "description": "Prime numbers are a subset of natural numbers with unique properties related to divisibility.", "file_path": "unknown_source", "from": "Natural Numbers", "keywords": "divisibility,number theory", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Prime numbers are a subset of natural numbers with unique properties related to divisibility.", "to": "Prime Numbers", "width": 8.0}, {"created_at": 1752674566, "description": "Composite numbers are a subset of natural numbers with more than two divisors.", "file_path": "unknown_source", "from": "Natural Numbers", "keywords": "divisibility,number theory", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Composite numbers are a subset of natural numbers with more than two divisors.", "to": "Composite Numbers", "width": 8.0}, {"created_at": 1752674566, "description": "The equality symbol forms the basis for understanding equations in later mathematical learning.", "file_path": "unknown_source", "from": "Equality (=)", "keywords": "relational understanding,symbolic foundation", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "The equality symbol forms the basis for understanding equations in later mathematical learning.", "to": "Equation (\u65b9\u7a0b)", "width": 8.0}, {"created_at": 1752674566, "description": "The teaching methodology heavily relies on block visualization for concrete mathematical understanding.", "file_path": "unknown_source", "from": "Teaching Methodology", "keywords": "hands-on learning,pedagogical tool", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "The teaching methodology heavily relies on block visualization for concrete mathematical understanding.", "to": "Blocks (\u65b9\u5757)", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u7ea2\u0027s apple count is used as a concrete example to teach addition concepts.", "file_path": "unknown_source", "from": "\u5c0f\u7ea2", "keywords": "concrete learning,pedagogical example", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "\u5c0f\u7ea2\u0027s apple count is used as a concrete example to teach addition concepts.", "to": "Apples (\u82f9\u679c)", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u534eand\u5c0f\u7ea2are compared in an example problem to illustrate the concept of setting up equations.", "file_path": "unknown_source", "from": "\u5c0f\u7ea2", "keywords": "mathematical comparison,problem-solving", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u5c0f\u534eand\u5c0f\u7ea2are compared in an example problem to illustrate the concept of setting up equations.", "to": "\u5c0f\u534e", "width": 6.0}, {"created_at": 1752674566, "description": "\u5c0f\u7ea2\u62e5\u67094\u53ea\u9e45\uff0c\u9e45\u7684\u6570\u91cf\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\uff0c\u8fd9\u662f\u7528\u4e8e\u89e3\u91ca\u5206\u6570\u9664\u6cd5\u7684\u4f8b\u9898\u80cc\u666f\u3002", "file_path": "unknown_source", "from": "\u5c0f\u7ea2", "keywords": "\u5bb6\u79bd\u6570\u91cf\u5173\u7cfb,\u6570\u5b66\u4f8b\u9898", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5c0f\u7ea2\u62e5\u67094\u53ea\u9e45\uff0c\u9e45\u7684\u6570\u91cf\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\uff0c\u8fd9\u662f\u7528\u4e8e\u89e3\u91ca\u5206\u6570\u9664\u6cd5\u7684\u4f8b\u9898\u80cc\u666f\u3002", "to": "\u9e45", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u7ea2\u5bb6\u7684\u9e2d\u5b50\u6570\u91cf\u662f\u9e45\u76843\u500d\uff0c\u901a\u8fc7\u5206\u6570\u9664\u6cd5\u8ba1\u7b97\u5f97\u51fa\u9e2d\u5b50\u7684\u6570\u91cf\u4e3a12\u53ea\u3002", "file_path": "unknown_source", "from": "\u5c0f\u7ea2", "keywords": "\u6570\u5b66\u95ee\u9898,\u6570\u91cf\u5173\u7cfb", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5c0f\u7ea2\u5bb6\u7684\u9e2d\u5b50\u6570\u91cf\u662f\u9e45\u76843\u500d\uff0c\u901a\u8fc7\u5206\u6570\u9664\u6cd5\u8ba1\u7b97\u5f97\u51fa\u9e2d\u5b50\u7684\u6570\u91cf\u4e3a12\u53ea\u3002", "to": "\u9e2d\u5b50", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u534e\u0027s orange count demonstrates abstraction in mathematical thinking beyond direct comparison.", "file_path": "unknown_source", "from": "\u5c0f\u534e", "keywords": "abstract thinking,comparative learning", "source_id": "chunk-77f404507bd9ca490dec0721d195aa6f", "title": "\u5c0f\u534e\u0027s orange count demonstrates abstraction in mathematical thinking beyond direct comparison.", "to": "Oranges (\u6a58\u5b50)", "width": 7.0}, {"created_at": 1752674566, "description": "Positive integers and negative integers are opposites of each other, forming the non-zero elements of the integer set.", "file_path": "unknown_source", "from": "\u6b63\u6574\u6570", "keywords": "number pairs,opposites", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Positive integers and negative integers are opposites of each other, forming the non-zero elements of the integer set.", "to": "\u8d1f\u6574\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "Zero enables the definition of negative numbers through the equation a + x = 0.", "file_path": "unknown_source", "from": "\u8d1f\u6574\u6570", "keywords": "foundational concept", "source_id": "chunk-59b58a8a1243dc7f01ea8cc63b87b8e7", "title": "Zero enables the definition of negative numbers through the equation a + x = 0.", "to": "0", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f8\u53cd\u6570\u7528\u4e8e\u5b9a\u4e49\u8d1f\u6570\uff0c\u5c06\u51cf\u6cd5\u8f6c\u5316\u4e3a\u52a0\u6cd5\u8fd0\u7b97\uff0c\u5373a - b = a + (-b)\u3002", "file_path": "unknown_source", "from": "\u76f8\u53cd\u6570", "keywords": "\u6570\u96c6\u6269\u5145,\u9006\u8fd0\u7b97", "source_id": "chunk-5bbd74eb38646ddcfc35611725fd4482", "title": "\u76f8\u53cd\u6570\u7528\u4e8e\u5b9a\u4e49\u8d1f\u6570\uff0c\u5c06\u51cf\u6cd5\u8f6c\u5316\u4e3a\u52a0\u6cd5\u8fd0\u7b97\uff0c\u5373a - b = a + (-b)\u3002", "to": "\u6574\u6570\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u8f74\u7528\u4e8e\u76f4\u89c2\u63cf\u8ff0\u76f8\u53cd\u6570\u7684\u4f4d\u7f6e\u548c\u8ddd\u79bb\u7279\u6027\u3002", "file_path": "unknown_source", "from": "\u76f8\u53cd\u6570", "keywords": "mathematical visualization,numerical symmetry", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6570\u8f74\u7528\u4e8e\u76f4\u89c2\u63cf\u8ff0\u76f8\u53cd\u6570\u7684\u4f4d\u7f6e\u548c\u8ddd\u79bb\u7279\u6027\u3002", "to": "\u6570\u8f74", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f8\u53cd\u6570\u7684\u5b9a\u4e49\u4f9d\u8d56\u4e8e\u2018\u7edd\u5bf9\u503c\u2019\u76f8\u7b49\u7684\u6982\u5ff5\uff0c\u4e8c\u8005\u90fd\u63cf\u8ff0\u6570\u91cf\u76f8\u7b49\u7684\u4e0d\u540c\u65b9\u9762\u3002", "file_path": "unknown_source", "from": "\u76f8\u53cd\u6570", "keywords": "\u6570\u5b66\u5b9a\u4e49,\u6570\u91cf\u5173\u7cfb", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u76f8\u53cd\u6570\u7684\u5b9a\u4e49\u4f9d\u8d56\u4e8e\u2018\u7edd\u5bf9\u503c\u2019\u76f8\u7b49\u7684\u6982\u5ff5\uff0c\u4e8c\u8005\u90fd\u63cf\u8ff0\u6570\u91cf\u76f8\u7b49\u7684\u4e0d\u540c\u65b9\u9762\u3002", "to": "\u7edd\u5bf9\u503c", "width": 9.0}, {"created_at": 1752674566, "description": "\u76f8\u53cd\u6570\u7684\u76f4\u89c2\u63cf\u8ff0\u4f9d\u8d56\u4e8e\u5750\u6807\u539f\u70b9\uff0c\u4e24\u4e2a\u6570\u5728\u539f\u70b9\u4e24\u4fa7\u4e14\u8ddd\u79bb\u76f8\u7b49\u3002", "file_path": "unknown_source", "from": "\u76f8\u53cd\u6570", "keywords": "\u6570\u5b66\u8868\u793a,\u6570\u8f74\u5173\u7cfb", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u76f8\u53cd\u6570\u7684\u76f4\u89c2\u63cf\u8ff0\u4f9d\u8d56\u4e8e\u5750\u6807\u539f\u70b9\uff0c\u4e24\u4e2a\u6570\u5728\u539f\u70b9\u4e24\u4fa7\u4e14\u8ddd\u79bb\u76f8\u7b49\u3002", "to": "\u5750\u6807\u539f\u70b9", "width": 9.0}, {"created_at": 1752674566, "description": "\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u5171\u540c\u6784\u6210\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u6838\u5fc3\uff0c\u662f\u89e3\u91ca\u8d1f\u6570\u4e58\u6cd5(\u5982(-1)\u00d7(-1)=1)\u7684\u5173\u952e\u3002", "file_path": "unknown_source", "from": "\u4ea4\u6362\u5f8b", "keywords": "\u7b97\u7406\u672c\u8d28,\u8fd0\u7b97\u6027\u8d28", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u5171\u540c\u6784\u6210\u4e58\u6cd5\u8fd0\u7b97\u7684\u7b97\u7406\u6838\u5fc3\uff0c\u662f\u89e3\u91ca\u8d1f\u6570\u4e58\u6cd5(\u5982(-1)\u00d7(-1)=1)\u7684\u5173\u952e\u3002", "to": "\u5206\u914d\u7387", "width": 10.0}, {"created_at": 1752674566, "description": "\u6709\u7406\u6570\u96c6\u5408\u901a\u8fc7\u9664\u6cd5\u6269\u5145\u6574\u6570\u96c6\u5408\u5f97\u5230\uff0c\u89e3\u51b3\u59825\u00f72\u975e\u6574\u6570\u7684\u95ee\u9898\uff0c\u6269\u5c55\u4e86\u56db\u5219\u8fd0\u7b97\u7684\u5e94\u7528\u8303\u56f4\u3002", "file_path": "unknown_source", "from": "\u6574\u6570\u96c6\u5408", "keywords": "\u6570\u7cfb\u6269\u5145,\u8fd0\u7b97\u6269\u5c55", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u6709\u7406\u6570\u96c6\u5408\u901a\u8fc7\u9664\u6cd5\u6269\u5145\u6574\u6570\u96c6\u5408\u5f97\u5230\uff0c\u89e3\u51b3\u59825\u00f72\u975e\u6574\u6570\u7684\u95ee\u9898\uff0c\u6269\u5c55\u4e86\u56db\u5219\u8fd0\u7b97\u7684\u5e94\u7528\u8303\u56f4\u3002", "to": "\u6709\u7406\u6570\u96c6\u5408", "width": 9.0}, {"created_at": 1752674566, "description": "\u8fd0\u7b97\u80fd\u529b\u5f3a\u8c03\u7406\u89e3\u7b97\u7406(\u5982\u4ea4\u6362\u5f8b\u3001\u5206\u914d\u7387)\u800c\u975e\u673a\u68b0\u8ba1\u7b97\uff0c\u4f53\u73b0\u6570\u5b66\u601d\u7ef4\u57f9\u517b\u3002", "file_path": "unknown_source", "from": "\u7b97\u7406", "keywords": "\u6559\u80b2\u76ee\u6807,\u6570\u5b66\u7d20\u517b", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "\u8fd0\u7b97\u80fd\u529b\u5f3a\u8c03\u7406\u89e3\u7b97\u7406(\u5982\u4ea4\u6362\u5f8b\u3001\u5206\u914d\u7387)\u800c\u975e\u673a\u68b0\u8ba1\u7b97\uff0c\u4f53\u73b0\u6570\u5b66\u601d\u7ef4\u57f9\u517b\u3002", "to": "\u8fd0\u7b97\u80fd\u529b", "width": 7.0}, {"created_at": 1752674566, "description": "-1\u662f1\u7684\u76f8\u53cd\u6570\uff0c\u5176\u4e58\u6cd5\u6027\u8d28(\u5982(-1)\u00d7(-1)=1)\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u8bc1\u660e\u3002", "file_path": "unknown_source", "from": "1", "keywords": "\u76f8\u53cd\u6570,\u8fd0\u7b97\u6027\u8d28", "source_id": "chunk-4be9177c327d58831959006a2ea25892", "title": "-1\u662f1\u7684\u76f8\u53cd\u6570\uff0c\u5176\u4e58\u6cd5\u6027\u8d28(\u5982(-1)\u00d7(-1)=1)\u901a\u8fc7\u4ea4\u6362\u5f8b\u548c\u5206\u914d\u7387\u8bc1\u660e\u3002", "to": "-1", "width": 7.0}, {"created_at": 1752674566, "description": "\u5206\u6570\u9664\u6cd5\u7684\u8fd0\u7b97\u6cd5\u5219\u6307\u51fa\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\uff0c\u5012\u6570\u662f\u8be5\u6cd5\u5219\u7684\u6838\u5fc3\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u5012\u6570", "keywords": "\u6570\u5b66\u6cd5\u5219,\u8fd0\u7b97\u903b\u8f91", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u5206\u6570\u9664\u6cd5\u7684\u8fd0\u7b97\u6cd5\u5219\u6307\u51fa\u0027\u9664\u4ee5\u4e00\u4e2a\u5206\u6570\u7b49\u4e8e\u4e58\u4ee5\u8fd9\u4e2a\u5206\u6570\u7684\u5012\u6570\u0027\uff0c\u5012\u6570\u662f\u8be5\u6cd5\u5219\u7684\u6838\u5fc3\u6982\u5ff5\u3002", "to": "\u5206\u6570\u9664\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "Understanding\u5012\u6570helps students grasp the logic behind division, which is often integrated into\u6df7\u5408\u8fd0\u7b97problems.", "file_path": "unknown_source", "from": "\u5012\u6570", "keywords": "arithmetic understanding,mathematical concept", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "Understanding\u5012\u6570helps students grasp the logic behind division, which is often integrated into\u6df7\u5408\u8fd0\u7b97problems.", "to": "\u6df7\u5408\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8fc7\u7a0binvolves using media and storytelling to help students understand abstract concepts like\u5012\u6570and their role in division and multiplication.", "file_path": "unknown_source", "from": "\u5012\u6570", "keywords": "conceptual understanding,instructional method", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u6559\u5b66\u8fc7\u7a0binvolves using media and storytelling to help students understand abstract concepts like\u5012\u6570and their role in division and multiplication.", "to": "\u6559\u5b66\u8fc7\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "The mixed operations are used to calculate the total number of students in the playground scenario.", "file_path": "unknown_source", "from": "\u6df7\u5408\u8fd0\u7b97", "keywords": "mathematical application,problem-solving", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "The mixed operations are used to calculate the total number of students in the playground scenario.", "to": "\u540c\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "The principle of\u5148\u4e58\u9664\u540e\u52a0\u51cfis essential to\u6df7\u5408\u8fd0\u7b97, ensuring consistent results by defining the correct sequence of operations.", "file_path": "unknown_source", "from": "\u6df7\u5408\u8fd0\u7b97", "keywords": "mathematical rule,operational sequence", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "The principle of\u5148\u4e58\u9664\u540e\u52a0\u51cfis essential to\u6df7\u5408\u8fd0\u7b97, ensuring consistent results by defining the correct sequence of operations.", "to": "\u5148\u4e58\u9664\u540e\u52a0\u51cf", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b59\u5174\u534edesigned a teaching segment focused on\u6df7\u5408\u8fd0\u7b97, including the rule of\u5148\u4e58\u9664\u540e\u52a0\u51cf.", "file_path": "unknown_source", "from": "\u6df7\u5408\u8fd0\u7b97", "keywords": "instructional design,mathematical rule", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5b59\u5174\u534edesigned a teaching segment focused on\u6df7\u5408\u8fd0\u7b97, including the rule of\u5148\u4e58\u9664\u540e\u52a0\u51cf.", "to": "\u5b59\u5174\u534e", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8fc7\u7a0bincludes structured methods to teach\u6df7\u5408\u8fd0\u7b97, such as storytelling and real-life scenarios to illustrate\u5148\u4e58\u9664\u540e\u52a0\u51cf.", "file_path": "unknown_source", "from": "\u6df7\u5408\u8fd0\u7b97", "keywords": "applied mathematics,instructional design", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u6559\u5b66\u8fc7\u7a0bincludes structured methods to teach\u6df7\u5408\u8fd0\u7b97, such as storytelling and real-life scenarios to illustrate\u5148\u4e58\u9664\u540e\u52a0\u51cf.", "to": "\u6559\u5b66\u8fc7\u7a0b", "width": 9.0}, {"created_at": 1752674566, "description": "The students are located on the playground, which is the setting for the mathematical problem about counting students.", "file_path": "unknown_source", "from": "\u540c\u5b66", "keywords": "scenario,setting", "source_id": "chunk-5358c62a1cf279262024e04d2bacfab8", "title": "The students are located on the playground, which is the setting for the mathematical problem about counting students.", "to": "\u64cd\u573a", "width": 7.0}, {"created_at": 1752674566, "description": "\u58f0\u97f3\u4f20\u64adis measured from one side of\u64cd\u573ato another as an example of speed calculation.", "file_path": "unknown_source", "from": "\u64cd\u573a", "keywords": "acoustic measurement,practical example", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u58f0\u97f3\u4f20\u64adis measured from one side of\u64cd\u573ato another as an example of speed calculation.", "to": "\u58f0\u97f3\u4f20\u64ad", "width": 6.0}, {"created_at": 1752674566, "description": "Auntie Li is shopping in the store, creating a practical context for estimation problems.\u003cSEP\u003e\u674e\u963f\u59e8went shopping at the store to purchase groceries.", "file_path": "unknown_source", "from": "\u674e\u963f\u59e8", "keywords": "consumer behavior,practical application,real-world context,shopping", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640\u003cSEP\u003echunk-5358c62a1cf279262024e04d2bacfab8", "title": "Auntie Li is shopping in the store, creating a practical context for estimation problems.\u003cSEP\u003e\u674e\u963f\u59e8went shopping at the store to purchase groceries.", "to": "\u5546\u5e97", "width": 15.0}, {"created_at": 1752674566, "description": "\u674e\u963f\u59e8bought two bags of flour during her shopping trip.", "file_path": "unknown_source", "from": "\u674e\u963f\u59e8", "keywords": "grocery items,purchase", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u674e\u963f\u59e8bought two bags of flour during her shopping trip.", "to": "\u9762\u7c89", "width": 7.0}, {"created_at": 1752674566, "description": "\u674e\u963f\u59e8bought a piece of beef during her shopping trip.", "file_path": "unknown_source", "from": "\u674e\u963f\u59e8", "keywords": "grocery items,purchase", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u674e\u963f\u59e8bought a piece of beef during her shopping trip.", "to": "\u725b\u8089", "width": 7.0}, {"created_at": 1752674566, "description": "\u674e\u963f\u59e8considered buying fish, evaluating options based on size and price.", "file_path": "unknown_source", "from": "\u674e\u963f\u59e8", "keywords": "budget planning,purchase consideration", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u674e\u963f\u59e8considered buying fish, evaluating options based on size and price.", "to": "\u9c7c", "width": 6.0}, {"created_at": 1752674566, "description": "\u674e\u963f\u59e8used 100\u5143as her shopping budget.", "file_path": "unknown_source", "from": "\u674e\u963f\u59e8", "keywords": "budgeting,financial planning", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u674e\u963f\u59e8used 100\u5143as her shopping budget.", "to": "100\u5143", "width": 9.0}, {"created_at": 1752674566, "description": "\u9762\u7c89was purchased within the 100\u5143budget.", "file_path": "unknown_source", "from": "\u9762\u7c89", "keywords": "budget allocation,spending", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u9762\u7c89was purchased within the 100\u5143budget.", "to": "100\u5143", "width": 6.0}, {"created_at": 1752674566, "description": "\u9762\u7c89\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u4e2a\u652f\u51fa\u9879\uff0c\u5f71\u54cd\u5269\u4f59\u91d1\u989d\u7684\u4f30\u7b97\u3002", "file_path": "unknown_source", "from": "\u9762\u7c89", "keywords": "contextual cost factor,estimation", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u9762\u7c89\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u4e2a\u652f\u51fa\u9879\uff0c\u5f71\u54cd\u5269\u4f59\u91d1\u989d\u7684\u4f30\u7b97\u3002", "to": "\u4e70\u9c7c\u95ee\u9898", "width": 7.0}, {"created_at": 1752674566, "description": "\u725b\u8089was purchased within the 100\u5143budget.", "file_path": "unknown_source", "from": "\u725b\u8089", "keywords": "budget allocation,spending", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u725b\u8089was purchased within the 100\u5143budget.", "to": "100\u5143", "width": 6.0}, {"created_at": 1752674566, "description": "\u725b\u8089\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u4e2a\u652f\u51fa\u9879\uff0c\u5f71\u54cd\u5269\u4f59\u91d1\u989d\u7684\u4f30\u7b97\u3002", "file_path": "unknown_source", "from": "\u725b\u8089", "keywords": "contextual cost factor,estimation", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u725b\u8089\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u4e2a\u652f\u51fa\u9879\uff0c\u5f71\u54cd\u5269\u4f59\u91d1\u989d\u7684\u4f30\u7b97\u3002", "to": "\u4e70\u9c7c\u95ee\u9898", "width": 7.0}, {"created_at": 1752674566, "description": "\u9c7cwas considered for purchase within the remaining 100\u5143budget.", "file_path": "unknown_source", "from": "\u9c7c", "keywords": "budget consideration,financial decision", "source_id": "chunk-a90ac5a1f21c2588adf853f55169b640", "title": "\u9c7cwas considered for purchase within the remaining 100\u5143budget.", "to": "100\u5143", "width": 5.0}, {"created_at": 1752674566, "description": "The\u9ed1\u5323\u5b50metaphor is used to introduce students to the idea of\u5b57\u6bcd\u8868\u793a\u6570through a functional input-output model.", "file_path": "unknown_source", "from": "\u5b57\u6bcd\u8868\u793a\u6570", "keywords": "conceptual modeling,symbolic thinking", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "The\u9ed1\u5323\u5b50metaphor is used to introduce students to the idea of\u5b57\u6bcd\u8868\u793a\u6570through a functional input-output model.", "to": "\u9ed1\u5323\u5b50", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1includes specific activities aimed at teaching\u5b57\u6bcd\u8868\u793a\u6570as part of the broader goal of developing\u7b26\u53f7\u610f\u8bc6in students.", "file_path": "unknown_source", "from": "\u5b57\u6bcd\u8868\u793a\u6570", "keywords": "instructional content,symbolic learning", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u6559\u5b66\u8bbe\u8ba1includes specific activities aimed at teaching\u5b57\u6bcd\u8868\u793a\u6570as part of the broader goal of developing\u7b26\u53f7\u610f\u8bc6in students.", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u901a\u8fc7\u5177\u4f53\u6570\u5b57\u4f8b\u5b50\u7684\u89c2\u5bdf\u5f52\u7eb3\u51fa\u52a0\u6cd5\u4ea4\u6362\u5f8b\uff0c\u5c55\u793a\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u601d\u7ef4\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u4ea4\u6362\u5f8b", "keywords": "\u5b9e\u4f8b\u5f52\u7eb3,\u89c4\u5f8b\u53d1\u73b0", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u901a\u8fc7\u5177\u4f53\u6570\u5b57\u4f8b\u5b50\u7684\u89c2\u5bdf\u5f52\u7eb3\u51fa\u52a0\u6cd5\u4ea4\u6362\u5f8b\uff0c\u5c55\u793a\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u601d\u7ef4\u8fc7\u7a0b\u3002", "to": "\u5f52\u7eb3\u63a8\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "Equations rely on symbolic representation to express mathematical relationships clearly and concisely.", "file_path": "unknown_source", "from": "Equation", "keywords": "clarity,mathematical expression", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Equations rely on symbolic representation to express mathematical relationships clearly and concisely.", "to": "Symbolic Representation", "width": 8.0}, {"created_at": 1752674566, "description": "Students learn to abstract real-world problems into equations to find unknown quantities.", "file_path": "unknown_source", "from": "Equation", "keywords": "learning,mathematical abstraction", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "Students learn to abstract real-world problems into equations to find unknown quantities.", "to": "Student", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u4e3d\u0027s age is used to create an equation that helps students understand how to model real-life scenarios mathematically.", "file_path": "unknown_source", "from": "Equation", "keywords": "real-world application,storytelling", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "\u5c0f\u4e3d\u0027s age is used to create an equation that helps students understand how to model real-life scenarios mathematically.", "to": "\u5c0f\u4e3d", "width": 6.0}, {"created_at": 1752674566, "description": "The addition commutative law is often introduced through inductive reasoning by observing specific numerical examples.", "file_path": "unknown_source", "from": "Addition Commutative Law", "keywords": "generalization,pattern recognition", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "The addition commutative law is often introduced through inductive reasoning by observing specific numerical examples.", "to": "Inductive Reasoning", "width": 7.0}, {"created_at": 1752674566, "description": "The addition commutative law can be proven using mathematical induction to ensure its validity for all numbers.", "file_path": "unknown_source", "from": "Addition Commutative Law", "keywords": "proof technique,universal validity", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "The addition commutative law can be proven using mathematical induction to ensure its validity for all numbers.", "to": "Mathematical Induction", "width": 8.0}, {"created_at": 1752674566, "description": "Symbolic representation is foundational to algebra, enabling the expression of general mathematical relationships.", "file_path": "unknown_source", "from": "Symbolic Representation", "keywords": "abstraction,mathematical foundation", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Symbolic representation is foundational to algebra, enabling the expression of general mathematical relationships.", "to": "Algebra", "width": 9.0}, {"created_at": 1752674566, "description": "Inductive reasoning proposes hypotheses, while deductive reasoning validates them through logical proof.", "file_path": "unknown_source", "from": "Inductive Reasoning", "keywords": "hypothesis validation,logical proof", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "Inductive reasoning proposes hypotheses, while deductive reasoning validates them through logical proof.", "to": "Deductive Reasoning", "width": 9.0}, {"created_at": 1752674566, "description": "Induction is used to prove properties about rational numbers and their representations", "file_path": "unknown_source", "from": "Mathematical Induction", "keywords": "number theory,proof technique", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Induction is used to prove properties about rational numbers and their representations", "to": "Fraction", "width": 6.0}, {"created_at": 1752674566, "description": "Mathematical induction is a proof technique specifically used for statements about the natural numbers.", "file_path": "unknown_source", "from": "Mathematical Induction", "keywords": "number sequence,proof method", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Mathematical induction is a proof technique specifically used for statements about the natural numbers.", "to": "Natural Numbers (N)", "width": 8.0}, {"created_at": 1752674566, "description": "Mathematical induction is a key method used in arithmetic proofs to establish the validity of general statements about numbers.", "file_path": "unknown_source", "from": "Mathematical Induction", "keywords": "logical deduction,proof technique", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Mathematical induction is a key method used in arithmetic proofs to establish the validity of general statements about numbers.", "to": "Arithmetic Proofs", "width": 9.0}, {"created_at": 1752674566, "description": "Inductive reasoning is used to discover mathematical conclusions, while deductive reasoning is used to verify them; both are essential parts of mathematical argumentation.\u003cSEP\u003e\u5f52\u7eb3\u63a8\u7406\u7528\u4e8e\u53d1\u73b0\u65b0\u77e5\u8bc6\uff0c\u800c\u6f14\u7ece\u63a8\u7406\u7528\u4e8e\u9a8c\u8bc1\u5176\u6b63\u786e\u6027\uff0c\u4e24\u8005\u5728\u6570\u5b66\u8bba\u8bc1\u4e2d\u76f8\u8f85\u76f8\u6210\u3002\u003cSEP\u003e\u5f52\u7eb3\u63d0\u51fa\u731c\u60f3\u9700\u8981\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u9a8c\u8bc1\uff0c\u4e24\u8005\u6784\u6210\u5b8c\u6574\u7684\u6570\u5b66\u8bc1\u660e\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "mathematical proof,reasoning types,\u731c\u60f3\u4e0e\u9a8c\u8bc1,\u77e5\u8bc6\u53d1\u73b0,\u903b\u8f91\u95ed\u73af,\u903b\u8f91\u9a8c\u8bc1", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-68021b83de51425f98b10395ef797752", "title": "Inductive reasoning is used to discover mathematical conclusions, while deductive reasoning is used to verify them; both are essential parts of mathematical argumentation.\u003cSEP\u003e\u5f52\u7eb3\u63a8\u7406\u7528\u4e8e\u53d1\u73b0\u65b0\u77e5\u8bc6\uff0c\u800c\u6f14\u7ece\u63a8\u7406\u7528\u4e8e\u9a8c\u8bc1\u5176\u6b63\u786e\u6027\uff0c\u4e24\u8005\u5728\u6570\u5b66\u8bba\u8bc1\u4e2d\u76f8\u8f85\u76f8\u6210\u3002\u003cSEP\u003e\u5f52\u7eb3\u63d0\u51fa\u731c\u60f3\u9700\u8981\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u9a8c\u8bc1\uff0c\u4e24\u8005\u6784\u6210\u5b8c\u6574\u7684\u6570\u5b66\u8bc1\u660e\u4f53\u7cfb\u3002", "to": "\u6f14\u7ece\u63a8\u7406", "width": 26.0}, {"created_at": 1752674566, "description": "\u5f52\u7eb3\u63a8\u7406\u662f\u6570\u5b66\u601d\u7ef4\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u57f9\u517b\u4ece\u5177\u4f53\u5230\u62bd\u8c61\u7684\u601d\u7ef4\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u601d\u7ef4\u8bad\u7ec3,\u8ba4\u77e5\u53d1\u5c55", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u5f52\u7eb3\u63a8\u7406\u662f\u6570\u5b66\u601d\u7ef4\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u57f9\u517b\u4ece\u5177\u4f53\u5230\u62bd\u8c61\u7684\u601d\u7ef4\u80fd\u529b\u3002", "to": "\u6570\u5b66\u601d\u7ef4", "width": 7.0}, {"created_at": 1752674566, "description": "Inductive reasoning is compared with logical reasoning for mathematical problem-solving effectiveness.\u003cSEP\u003e\u5f52\u7eb3\u63a8\u7406\u662f\u903b\u8f91\u63a8\u7406\u7684\u53e6\u4e00\u79cd\u5f62\u5f0f\uff0c\u4f53\u73b0\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u63a8\u7406\u8fc7\u7a0b\uff0c\u7528\u4e8e\u53d1\u73b0\u65b0\u77e5\u8bc6\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "pedagogical comparison,reasoning methods,\u63a8\u7406\u5f62\u5f0f,\u77e5\u8bc6\u53d1\u73b0", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-7742a044f64c7728d9686c3748d30099", "title": "Inductive reasoning is compared with logical reasoning for mathematical problem-solving effectiveness.\u003cSEP\u003e\u5f52\u7eb3\u63a8\u7406\u662f\u903b\u8f91\u63a8\u7406\u7684\u53e6\u4e00\u79cd\u5f62\u5f0f\uff0c\u4f53\u73b0\u4ece\u7279\u6b8a\u5230\u4e00\u822c\u7684\u63a8\u7406\u8fc7\u7a0b\uff0c\u7528\u4e8e\u53d1\u73b0\u65b0\u77e5\u8bc6\u3002", "to": "\u903b\u8f91\u63a8\u7406", "width": 15.0}, {"created_at": 1752674566, "description": "Inductive reasoning is the primary method for discovering patterns and problems.", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "problem identification,reasoning method", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Inductive reasoning is the primary method for discovering patterns and problems.", "to": "\u53d1\u73b0\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "\u82cf\u683c\u62c9\u5e95\u4f5c\u4e3a\u4e2a\u4f53\u6848\u4f8b\u88ab\u7528\u6765\u63a8\u5bfc\u666e\u904d\u547d\u9898\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\uff0c\u4f53\u73b0\u4e86\u5f52\u7eb3\u63a8\u7406\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u54f2\u5b66\u6848\u4f8b,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u82cf\u683c\u62c9\u5e95\u4f5c\u4e3a\u4e2a\u4f53\u6848\u4f8b\u88ab\u7528\u6765\u63a8\u5bfc\u666e\u904d\u547d\u9898\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\uff0c\u4f53\u73b0\u4e86\u5f52\u7eb3\u63a8\u7406\u7684\u5e94\u7528\u3002", "to": "\u82cf\u683c\u62c9\u5e95", "width": 9.0}, {"created_at": 1752674566, "description": "\u67cf\u62c9\u56fe\u4f5c\u4e3a\u53e6\u4e00\u4e2a\u4e2a\u4f53\u6848\u4f8b\uff0c\u7528\u4e8e\u652f\u6301\u5f52\u7eb3\u63a8\u7406\u5f97\u51fa\u7684\u666e\u904d\u547d\u9898\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u54f2\u5b66\u6848\u4f8b,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u67cf\u62c9\u56fe\u4f5c\u4e3a\u53e6\u4e00\u4e2a\u4e2a\u4f53\u6848\u4f8b\uff0c\u7528\u4e8e\u652f\u6301\u5f52\u7eb3\u63a8\u7406\u5f97\u51fa\u7684\u666e\u904d\u547d\u9898\u2018\u51e1\u4eba\u90fd\u6709\u6b7b\u2019\u3002", "to": "\u67cf\u62c9\u56fe", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bba\u8bc1\u7684\u8d77\u70b9\u5f80\u5f80\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u83b7\u5f97\u731c\u60f3\uff0c\u518d\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u9a8c\u8bc1\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u77e5\u8bc6\u53d1\u73b0,\u903b\u8f91\u9a8c\u8bc1", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u8bba\u8bc1\u7684\u8d77\u70b9\u5f80\u5f80\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u83b7\u5f97\u731c\u60f3\uff0c\u518d\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u9a8c\u8bc1\u3002", "to": "\u6570\u5b66\u8bba\u8bc1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7ed3\u8bba\u901a\u5e38\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u2018\u770b\u2019\u51fa\uff0c\u4f53\u73b0\u4ece\u7ecf\u9a8c\u5230\u666e\u904d\u547d\u9898\u7684\u63a8\u7406\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u6570\u5b66\u76f4\u89c9,\u77e5\u8bc6\u53d1\u73b0", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u7ed3\u8bba\u901a\u5e38\u901a\u8fc7\u5f52\u7eb3\u63a8\u7406\u2018\u770b\u2019\u51fa\uff0c\u4f53\u73b0\u4ece\u7ecf\u9a8c\u5230\u666e\u904d\u547d\u9898\u7684\u63a8\u7406\u8fc7\u7a0b\u3002", "to": "\u6570\u5b66\u7ed3\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u8fc7\u53bb\u8f83\u5c11\u6d89\u53ca\u5f52\u7eb3\u63a8\u7406\u6559\u5b66\uff0c\u8fd1\u5e74\u6765\u5f00\u59cb\u5f3a\u8c03\u5176\u5728\u521b\u65b0\u4eba\u624d\u57f9\u517b\u4e2d\u7684\u4f5c\u7528\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u521b\u65b0\u80fd\u529b,\u6559\u80b2\u6539\u9769", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u8fc7\u53bb\u8f83\u5c11\u6d89\u53ca\u5f52\u7eb3\u63a8\u7406\u6559\u5b66\uff0c\u8fd1\u5e74\u6765\u5f00\u59cb\u5f3a\u8c03\u5176\u5728\u521b\u65b0\u4eba\u624d\u57f9\u517b\u4e2d\u7684\u4f5c\u7528\u3002", "to": "\u57fa\u7840\u6559\u80b2", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u660e\u786e\u63d0\u51fa\u8981\u57f9\u517b\u5b66\u751f\u7684\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\uff0c\u4f5c\u4e3a\u6570\u5b66\u57fa\u672c\u601d\u60f3\u7684\u4e00\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "\u6559\u5b66\u76ee\u6807,\u6559\u80b2\u653f\u7b56", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u300a\u4e49\u52a1\u6559\u80b2\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6\u300b\u660e\u786e\u63d0\u51fa\u8981\u57f9\u517b\u5b66\u751f\u7684\u5f52\u7eb3\u63a8\u7406\u80fd\u529b\uff0c\u4f5c\u4e3a\u6570\u5b66\u57fa\u672c\u601d\u60f3\u7684\u4e00\u90e8\u5206\u3002", "to": "\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 8.0}, {"created_at": 1752674566, "description": "Mathematical argumentation begins with inductive reasoning to discover conclusions before they are verified through deductive reasoning.", "file_path": "unknown_source", "from": "\u5f52\u7eb3\u63a8\u7406", "keywords": "discovery,logical process", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical argumentation begins with inductive reasoning to discover conclusions before they are verified through deductive reasoning.", "to": "\u6570\u5b66\u7684\u8bba\u8bc1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6f14\u7ece\u63a8\u7406\u8bad\u7ec3\u903b\u8f91\u4e25\u5bc6\u6027\uff0c\u662f\u6570\u5b66\u601d\u7ef4\u4e2d\u9a8c\u8bc1\u771f\u7406\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u771f\u7406\u9a8c\u8bc1,\u903b\u8f91\u57f9\u517b", "source_id": "chunk-68021b83de51425f98b10395ef797752", "title": "\u6f14\u7ece\u63a8\u7406\u8bad\u7ec3\u903b\u8f91\u4e25\u5bc6\u6027\uff0c\u662f\u6570\u5b66\u601d\u7ef4\u4e2d\u9a8c\u8bc1\u771f\u7406\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "to": "\u6570\u5b66\u601d\u7ef4", "width": 8.0}, {"created_at": 1752674566, "description": "Deductive reasoning validates problems articulated through symbolic representation.", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "problem validation,verification method", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Deductive reasoning validates problems articulated through symbolic representation.", "to": "\u63d0\u51fa\u95ee\u9898", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u8868\u8fbe\u4e3a\u6f14\u7ece\u63a8\u7406\u63d0\u4f9b\u9a8c\u8bc1\u57fa\u7840\uff0c\u4e24\u8005\u5171\u540c\u6784\u6210\u6570\u5b66\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u65b9\u6cd5\u8bba\u4e92\u8865,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u7b26\u53f7\u8868\u8fbe\u4e3a\u6f14\u7ece\u63a8\u7406\u63d0\u4f9b\u9a8c\u8bc1\u57fa\u7840\uff0c\u4e24\u8005\u5171\u540c\u6784\u6210\u6570\u5b66\u95ee\u9898\u89e3\u51b3\u6846\u67b6\u3002", "to": "\u7b26\u53f7\u8868\u8fbe", "width": 9.0}, {"created_at": 1752674566, "description": "\u5f62\u5f0f\u5316\u8bba\u8bc1\u4f9d\u8d56\u4e8e\u6f14\u7ece\u63a8\u7406\uff0c\u901a\u8fc7\u660e\u786e\u7684\u903b\u8f91\u89c4\u5219\u4ece\u524d\u63d0\u63a8\u5bfc\u51fa\u7ed3\u8bba\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "formal proof,logical deduction", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u5f62\u5f0f\u5316\u8bba\u8bc1\u4f9d\u8d56\u4e8e\u6f14\u7ece\u63a8\u7406\uff0c\u901a\u8fc7\u660e\u786e\u7684\u903b\u8f91\u89c4\u5219\u4ece\u524d\u63d0\u63a8\u5bfc\u51fa\u7ed3\u8bba\u3002", "to": "\u5f62\u5f0f\u5316\u8bba\u8bc1", "width": 9.0}, {"created_at": 1752674566, "description": "\u6f14\u7ece\u63a8\u7406\u662f\u73b0\u4ee3\u6570\u5b66\u9a8c\u8bc1\u547d\u9898\u548c\u6784\u5efa\u77e5\u8bc6\u4f53\u7cfb\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "knowledge structure,mathematical proof", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u6f14\u7ece\u63a8\u7406\u662f\u73b0\u4ee3\u6570\u5b66\u9a8c\u8bc1\u547d\u9898\u548c\u6784\u5efa\u77e5\u8bc6\u4f53\u7cfb\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "to": "\u73b0\u4ee3\u6570\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e09\u6bb5\u8bba\u662f\u6f14\u7ece\u63a8\u7406\u7684\u4e00\u79cd\u5178\u578b\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u63a8\u7406\u903b\u8f91\u3002\u003cSEP\u003e\u4e09\u6bb5\u8bba\u662f\u6f14\u7ece\u63a8\u7406\u7684\u4e00\u79cd\u7ecf\u5178\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u63a8\u7406\u8fc7\u7a0b\uff0c\u662f\u5f62\u5f0f\u5316\u8bba\u8bc1\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "deductive logic,logical form,\u63a8\u7406\u5f62\u5f0f,\u903b\u8f91\u7ed3\u6784", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "\u4e09\u6bb5\u8bba\u662f\u6f14\u7ece\u63a8\u7406\u7684\u4e00\u79cd\u5178\u578b\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u63a8\u7406\u903b\u8f91\u3002\u003cSEP\u003e\u4e09\u6bb5\u8bba\u662f\u6f14\u7ece\u63a8\u7406\u7684\u4e00\u79cd\u7ecf\u5178\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u63a8\u7406\u8fc7\u7a0b\uff0c\u662f\u5f62\u5f0f\u5316\u8bba\u8bc1\u7684\u57fa\u7840\u3002", "to": "\u4e09\u6bb5\u8bba", "width": 18.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u672c\u8d28\u4e0a\u662f\u6f14\u7ece\u63a8\u7406\u7684\u8fc7\u7a0b\uff0c\u901a\u8fc7\u903b\u8f91\u63a8\u5bfc\u786e\u4fdd\u7ed3\u8bba\u7684\u6b63\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6570\u5b66\u57fa\u7840,\u903b\u8f91\u8bc1\u660e", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u8bc1\u660e\u672c\u8d28\u4e0a\u662f\u6f14\u7ece\u63a8\u7406\u7684\u8fc7\u7a0b\uff0c\u901a\u8fc7\u903b\u8f91\u63a8\u5bfc\u786e\u4fdd\u7ed3\u8bba\u7684\u6b63\u786e\u6027\u3002", "to": "\u6570\u5b66\u8bc1\u660e", "width": 10.0}, {"created_at": 1752674566, "description": "\u6f14\u7ece\u63a8\u7406\u662f\u903b\u8f91\u63a8\u7406\u7684\u4e00\u79cd\u57fa\u672c\u5f62\u5f0f\uff0c\u4f53\u73b0\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u63a8\u7406\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u63a8\u7406\u5f62\u5f0f,\u903b\u8f91\u7ed3\u6784", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6f14\u7ece\u63a8\u7406\u662f\u903b\u8f91\u63a8\u7406\u7684\u4e00\u79cd\u57fa\u672c\u5f62\u5f0f\uff0c\u4f53\u73b0\u4ece\u4e00\u822c\u5230\u7279\u6b8a\u7684\u63a8\u7406\u8fc7\u7a0b\u3002", "to": "\u903b\u8f91\u63a8\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bba\u8bc1\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u9a8c\u8bc1\u7ed3\u8bba\u7684\u6b63\u786e\u6027\uff0c\u786e\u4fdd\u7ed3\u8bba\u4e0e\u524d\u63d0\u5177\u6709\u76f8\u540c\u7684\u6b63\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6570\u5b66\u57fa\u7840,\u903b\u8f91\u9a8c\u8bc1", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u8bba\u8bc1\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u9a8c\u8bc1\u7ed3\u8bba\u7684\u6b63\u786e\u6027\uff0c\u786e\u4fdd\u7ed3\u8bba\u4e0e\u524d\u63d0\u5177\u6709\u76f8\u540c\u7684\u6b63\u786e\u6027\u3002", "to": "\u6570\u5b66\u8bba\u8bc1", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7ed3\u8bba\u9700\u8981\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u4e25\u683c\u8bc1\u660e\uff0c\u4ee5\u786e\u4fdd\u5176\u903b\u8f91\u6b63\u786e\u6027\u548c\u666e\u904d\u6027\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6570\u5b66\u4e25\u8c28\u6027,\u903b\u8f91\u8bc1\u660e", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6570\u5b66\u7ed3\u8bba\u9700\u8981\u901a\u8fc7\u6f14\u7ece\u63a8\u7406\u8fdb\u884c\u4e25\u683c\u8bc1\u660e\uff0c\u4ee5\u786e\u4fdd\u5176\u903b\u8f91\u6b63\u786e\u6027\u548c\u666e\u904d\u6027\u3002", "to": "\u6570\u5b66\u7ed3\u8bba", "width": 9.0}, {"created_at": 1752674566, "description": "\u6211\u56fd\u57fa\u7840\u6559\u80b2\u957f\u671f\u91cd\u89c6\u6f14\u7ece\u63a8\u7406\u6559\u5b66\uff0c\u4f5c\u4e3a\u6570\u5b66\u7d20\u517b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6559\u80b2\u5b9e\u8df5,\u903b\u8f91\u8bad\u7ec3", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u6211\u56fd\u57fa\u7840\u6559\u80b2\u957f\u671f\u91cd\u89c6\u6f14\u7ece\u63a8\u7406\u6559\u5b66\uff0c\u4f5c\u4e3a\u6570\u5b66\u7d20\u517b\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u57fa\u7840\u6559\u80b2", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u4e5f\u5f3a\u8c03\u6f14\u7ece\u63a8\u7406\u7684\u91cd\u8981\u6027\uff0c\u4f5c\u4e3a\u6570\u5b66\u4e25\u8c28\u6027\u548c\u903b\u8f91\u601d\u7ef4\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "\u6559\u80b2\u653f\u7b56,\u903b\u8f91\u601d\u7ef4", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u8bfe\u7a0b\u6807\u51c6\u4e5f\u5f3a\u8c03\u6f14\u7ece\u63a8\u7406\u7684\u91cd\u8981\u6027\uff0c\u4f5c\u4e3a\u6570\u5b66\u4e25\u8c28\u6027\u548c\u903b\u8f91\u601d\u7ef4\u7684\u57fa\u7840\u3002", "to": "\u6570\u5b66\u8bfe\u7a0b\u6807\u51c6", "width": 8.0}, {"created_at": 1752674566, "description": "Deductive reasoning is the method used in mathematical argumentation to verify the validity of conclusions derived from inductive reasoning.", "file_path": "unknown_source", "from": "\u6f14\u7ece\u63a8\u7406", "keywords": "logical consistency,verification", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Deductive reasoning is the method used in mathematical argumentation to verify the validity of conclusions derived from inductive reasoning.", "to": "\u6570\u5b66\u7684\u8bba\u8bc1", "width": 9.0}, {"created_at": 1752674566, "description": "The\u9e21\u5154\u540c\u7b3c\u95ee\u9898is often solved using the\u5217\u65b9\u7a0bmethod to demonstrate algebraic thinking.", "file_path": "unknown_source", "from": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "keywords": "algebraic application,classic problem", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "The\u9e21\u5154\u540c\u7b3c\u95ee\u9898is often solved using the\u5217\u65b9\u7a0bmethod to demonstrate algebraic thinking.", "to": "\u5217\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "The chair-stool problem is a simplified version leading to the more complex chicken-rabbit problem.\u003cSEP\u003eThe simpler chair-stool problem helps students understand the more complex chicken-rabbit problem.", "file_path": "unknown_source", "from": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "keywords": "conceptual bridge,difficulty scaling,learning progression,problem progression", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "The chair-stool problem is a simplified version leading to the more complex chicken-rabbit problem.\u003cSEP\u003eThe simpler chair-stool problem helps students understand the more complex chicken-rabbit problem.", "to": "\u51f3\u5b50\u6905\u5b50\u95ee\u9898", "width": 17.0}, {"created_at": 1752674566, "description": "\u9e21\u5154\u540c\u7b3c\u662f\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\u4e2d\u7684\u4ee3\u6570\u95ee\u9898\uff0c\u800c\u4f59\u6570\u95ee\u9898\u5219\u88ab\u540e\u4e16\u79f0\u4e3a\u2018\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406\u2019\uff0c\u4e24\u8005\u540c\u6e90\u3002", "file_path": "unknown_source", "from": "\u9e21\u5154\u540c\u7b3c\u95ee\u9898", "keywords": "\u5386\u53f2\u53d1\u5c55,\u6570\u5b66\u9057\u4ea7", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u9e21\u5154\u540c\u7b3c\u662f\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\u4e2d\u7684\u4ee3\u6570\u95ee\u9898\uff0c\u800c\u4f59\u6570\u95ee\u9898\u5219\u88ab\u540e\u4e16\u79f0\u4e3a\u2018\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406\u2019\uff0c\u4e24\u8005\u540c\u6e90\u3002", "to": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u5217\u65b9\u7a0band\u89e3\u65b9\u7a0bare interconnected processes in algebra, where setting up equations precedes solving them.", "file_path": "unknown_source", "from": "\u5217\u65b9\u7a0b", "keywords": "algebraic methods,problem-solving", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "\u5217\u65b9\u7a0band\u89e3\u65b9\u7a0bare interconnected processes in algebra, where setting up equations precedes solving them.", "to": "\u89e3\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752674566, "description": "The line arrangement problem with male and female students shows practical application of equations.", "file_path": "unknown_source", "from": "\u5217\u65b9\u7a0b", "keywords": "problem-solving,real-world application", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "The line arrangement problem with male and female students shows practical application of equations.", "to": "\u7537\u5973\u540c\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "Transposition is a fundamental technique derived from the properties of equations, essential for solving them systematically.", "file_path": "unknown_source", "from": "\u89e3\u65b9\u7a0b", "keywords": "equation solving,mathematical technique", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Transposition is a fundamental technique derived from the properties of equations, essential for solving them systematically.", "to": "\u79fb\u9879", "width": 9.0}, {"created_at": 1752674566, "description": "Teachers guide students through mathematical problem-solving processes in the examples.", "file_path": "unknown_source", "from": "\u8001\u5e08", "keywords": "education,knowledge transfer", "source_id": "chunk-7742a044f64c7728d9686c3748d30099", "title": "Teachers guide students through mathematical problem-solving processes in the examples.", "to": "\u5b66\u751f", "width": 9.0}, {"created_at": 1752674566, "description": "Teachers guide students through geometric learning by asking questions and facilitating hands-on activities.\u003cSEP\u003eThe educator guides students through number recognition activities in the wildlife park scenario.\u003cSEP\u003e\u6559\u5e08guides\u5b66\u751fthrough lessons about speed, distance, and time calculations.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "guided learning,instructional relationship,knowledge transfer,learning process,pedagogy,teaching", "source_id": "chunk-c737189a394d95d480e7c28933d632d2\u003cSEP\u003echunk-b8cb0b3bb1cff9a2ccf4623209e1bea6\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "Teachers guide students through geometric learning by asking questions and facilitating hands-on activities.\u003cSEP\u003eThe educator guides students through number recognition activities in the wildlife park scenario.\u003cSEP\u003e\u6559\u5e08guides\u5b66\u751fthrough lessons about speed, distance, and time calculations.", "to": "\u6559\u5e08", "width": 26.0}, {"created_at": 1752674566, "description": "Students learn to classify polygons as part of their geometric education.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "learning content,skill application", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "Students learn to classify polygons as part of their geometric education.", "to": "\u591a\u8fb9\u5f62", "width": 6.0}, {"created_at": 1752674566, "description": "\u5b66\u751fare encouraged to consult\u5bb6\u957ffor real-world examples about speed concepts.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "home learning,information gathering", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5b66\u751fare encouraged to consult\u5bb6\u957ffor real-world examples about speed concepts.", "to": "\u5bb6\u957f", "width": 6.0}, {"created_at": 1752674566, "description": "\u5b66\u751fare the learners who participate in the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity to understand the concept of\u5398\u7c73through hands-on measurement exercises.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "educational engagement,learner participation", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751fare the learners who participate in the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity to understand the concept of\u5398\u7c73through hands-on measurement exercises.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b66\u751fuse informal units like\u62c3to measure objects in classroom activities, helping them understand the concept of\u957f\u5ea6before introducing standardized units.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "hands-on learning,informal measurement", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751fuse informal units like\u62c3to measure objects in classroom activities, helping them understand the concept of\u957f\u5ea6before introducing standardized units.", "to": "\u62c3", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b66\u751fuse objects like\u94c5\u7b14as informal units of measurement in classroom activities to explore the concept of\u957f\u5ea6.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "learning tool,practical measurement", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751fuse objects like\u94c5\u7b14as informal units of measurement in classroom activities to explore the concept of\u957f\u5ea6.", "to": "\u94c5\u7b14", "width": 7.0}, {"created_at": 1752674566, "description": "\u5b66\u751fuse\u6559\u79d1\u4e66as a non-standard unit of measurement in classroom activities to compare and measure\u957f\u5ea6.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "educational material,measurement tool", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751fuse\u6559\u79d1\u4e66as a non-standard unit of measurement in classroom activities to compare and measure\u957f\u5ea6.", "to": "\u6559\u79d1\u4e66", "width": 7.0}, {"created_at": 1752674566, "description": "\u5b66\u751fuse\u7c73\u5c3ato measure\u957f\u5ea6with standardized units like\u5398\u7c73and\u7c73, helping them understand precision and unit conversion.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "precision,standardized measurement", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751fuse\u7c73\u5c3ato measure\u957f\u5ea6with standardized units like\u5398\u7c73and\u7c73, helping them understand precision and unit conversion.", "to": "\u7c73\u5c3a", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b66\u751flearn about different\u5ea6\u91cf\u5355\u4f4d, both standardized and non-standardized, to understand how measurements are made and compared.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "measurement education,unit understanding", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751flearn about different\u5ea6\u91cf\u5355\u4f4d, both standardized and non-standardized, to understand how measurements are made and compared.", "to": "\u5ea6\u91cf\u5355\u4f4d", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b66\u751fexplore various\u5ea6\u91cf\u65b9\u6cd5in classroom activities, from informal techniques like\u62c3to formal tools like\u7c73\u5c3a, to understand\u957f\u5ea6measurement.", "file_path": "unknown_source", "from": "\u5b66\u751f", "keywords": "educational experience,measurement techniques", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5b66\u751fexplore various\u5ea6\u91cf\u65b9\u6cd5in classroom activities, from informal techniques like\u62c3to formal tools like\u7c73\u5c3a, to understand\u957f\u5ea6measurement.", "to": "\u5ea6\u91cf\u65b9\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660erelies on\u903b\u8f91\u63a8\u7406to derive conclusions from axioms and known theorems.\u003cSEP\u003e\u903b\u8f91\u63a8\u7406\u662f\u6570\u5b66\u8bc1\u660e\u7684\u6838\u5fc3\u5de5\u5177\uff0c\u5305\u62ec\u77db\u76fe\u5f8b\u3001\u6392\u4e2d\u5f8b\u3001\u5f52\u7eb3\u6cd5\u7b49\u63a8\u7406\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "logical deduction,mathematical reasoning,proof mechanism,proof method", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u6570\u5b66\u8bc1\u660erelies on\u903b\u8f91\u63a8\u7406to derive conclusions from axioms and known theorems.\u003cSEP\u003e\u903b\u8f91\u63a8\u7406\u662f\u6570\u5b66\u8bc1\u660e\u7684\u6838\u5fc3\u5de5\u5177\uff0c\u5305\u62ec\u77db\u76fe\u5f8b\u3001\u6392\u4e2d\u5f8b\u3001\u5f52\u7eb3\u6cd5\u7b49\u63a8\u7406\u65b9\u6cd5\u3002", "to": "\u6570\u5b66\u8bc1\u660e", "width": 19.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7formalized the rules of\u903b\u8f91\u63a8\u7406, which became central to mathematical reasoning.", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "historical influence,logical foundation", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7formalized the rules of\u903b\u8f91\u63a8\u7406, which became central to mathematical reasoning.", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "width": 9.0}, {"created_at": 1752674566, "description": "\u903b\u8f91\u63a8\u7406underpins the method of\u53cd\u8bc1\u6cd5\u8bc1\u660e, which relies on deductive logic to establish the truth of a proposition by contradiction.", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "deductive reasoning,mathematical logic", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u903b\u8f91\u63a8\u7406underpins the method of\u53cd\u8bc1\u6cd5\u8bc1\u660e, which relies on deductive logic to establish the truth of a proposition by contradiction.", "to": "\u53cd\u8bc1\u6cd5\u8bc1\u660e", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u63a8\u7406\u82e5\u6ee1\u8db3\u547d\u9898\u5185\u6db5\u7684\u4f20\u9012\u6027\uff0c\u5219\u6784\u6210\u903b\u8f91\u63a8\u7406\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "logical consistency,valid reasoning", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u6570\u5b66\u63a8\u7406\u82e5\u6ee1\u8db3\u547d\u9898\u5185\u6db5\u7684\u4f20\u9012\u6027\uff0c\u5219\u6784\u6210\u903b\u8f91\u63a8\u7406\u3002", "to": "\u6570\u5b66\u63a8\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u5fb7\u00b7\u6469\u6839\u901a\u8fc7\u53cd\u4f8b\u8bf4\u660e\u4e0d\u5177\u6709\u4f20\u9012\u6027\u7684\u63a8\u7406\u53ef\u80fd\u5bfc\u81f4\u9519\u8bef\u7ed3\u8bba\uff0c\u5f3a\u8c03\u903b\u8f91\u4e3b\u7ebf\u7684\u91cd\u8981\u6027\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "counterexample,logical error", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u5fb7\u00b7\u6469\u6839\u901a\u8fc7\u53cd\u4f8b\u8bf4\u660e\u4e0d\u5177\u6709\u4f20\u9012\u6027\u7684\u63a8\u7406\u53ef\u80fd\u5bfc\u81f4\u9519\u8bef\u7ed3\u8bba\uff0c\u5f3a\u8c03\u903b\u8f91\u4e3b\u7ebf\u7684\u91cd\u8981\u6027\u3002", "to": "\u5fb7\u00b7\u6469\u6839", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e09\u6bb5\u8bba\u662f\u4e00\u79cd\u5177\u6709\u903b\u8f91\u4e3b\u7ebf\u7684\u63a8\u7406\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u903b\u8f91\u63a8\u7406\u7684\u6838\u5fc3\u7279\u5f81\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "deductive reasoning,logical flow", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u4e09\u6bb5\u8bba\u662f\u4e00\u79cd\u5177\u6709\u903b\u8f91\u4e3b\u7ebf\u7684\u63a8\u7406\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u903b\u8f91\u63a8\u7406\u7684\u6838\u5fc3\u7279\u5f81\u3002", "to": "\u4e09\u6bb5\u8bba", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e3b\u7ebf\u662f\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u7ebf\u7d22\uff0c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u5177\u6709\u903b\u8f91\u4e00\u81f4\u6027\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "deductive flow,logical thread", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u4e3b\u7ebf\u662f\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u7684\u903b\u8f91\u7ebf\u7d22\uff0c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u5177\u6709\u903b\u8f91\u4e00\u81f4\u6027\u3002", "to": "\u4e3b\u7ebf", "width": 9.0}, {"created_at": 1752674566, "description": "\u547d\u9898\u662f\u903b\u8f91\u63a8\u7406\u7684\u57fa\u672c\u5355\u5143\uff0c\u63a8\u7406\u8fc7\u7a0b\u901a\u8fc7\u547d\u9898\u4e4b\u95f4\u7684\u8054\u7cfb\u6784\u5efa\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "\u547d\u9898\u8054\u7cfb,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u547d\u9898\u662f\u903b\u8f91\u63a8\u7406\u7684\u57fa\u672c\u5355\u5143\uff0c\u63a8\u7406\u8fc7\u7a0b\u901a\u8fc7\u547d\u9898\u4e4b\u95f4\u7684\u8054\u7cfb\u6784\u5efa\u3002", "to": "\u547d\u9898", "width": 8.0}, {"created_at": 1752674566, "description": "Logical reasoning depends on a stable foundation of thought, including principles like identity, contradiction, and the excluded middle.", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "cognitive foundation,logical structure", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Logical reasoning depends on a stable foundation of thought, including principles like identity, contradiction, and the excluded middle.", "to": "\u601d\u7ef4\u57fa\u7840", "width": 8.0}, {"created_at": 1752674566, "description": "\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u63a8\u7406\u4e2d\u4fdd\u6301\u547d\u9898\u4e00\u81f4\u6027\u7684\u57fa\u672c\u8981\u6c42\uff0c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u4e2d\u6982\u5ff5\u4e0d\u53d1\u751f\u53d8\u5316\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u63a8\u7406", "keywords": "consistency,logical structure", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u63a8\u7406\u4e2d\u4fdd\u6301\u547d\u9898\u4e00\u81f4\u6027\u7684\u57fa\u672c\u8981\u6c42\uff0c\u786e\u4fdd\u63a8\u7406\u8fc7\u7a0b\u4e2d\u6982\u5ff5\u4e0d\u53d1\u751f\u53d8\u5316\u3002", "to": "\u540c\u4e00\u5f8b", "width": 7.0}, {"created_at": 1752674566, "description": "Model thinking includes the total quantity model as an example of how mathematics can represent real-world relationships.", "file_path": "unknown_source", "from": "\u6a21\u578b\u601d\u60f3", "keywords": "mathematical application,real-world connection", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Model thinking includes the total quantity model as an example of how mathematics can represent real-world relationships.", "to": "\u603b\u91cf\u6a21\u578b", "width": 8.0}, {"created_at": 1752674566, "description": "Model thinking also encompasses the distance model, which demonstrates the use of multiplication to describe relationships in real-world scenarios.", "file_path": "unknown_source", "from": "\u6a21\u578b\u601d\u60f3", "keywords": "mathematical application,real-world connection", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Model thinking also encompasses the distance model, which demonstrates the use of multiplication to describe relationships in real-world scenarios.", "to": "\u8def\u7a0b\u6a21\u578b", "width": 8.0}, {"created_at": 1752674566, "description": "Model thinking uses mathematical symbols to abstract and represent real-world problems quantitatively.", "file_path": "unknown_source", "from": "\u6a21\u578b\u601d\u60f3", "keywords": "abstraction,representation", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Model thinking uses mathematical symbols to abstract and represent real-world problems quantitatively.", "to": "\u6570\u5b66\u7b26\u53f7", "width": 8.0}, {"created_at": 1752674566, "description": "Both the total quantity model and the distance model are examples of mathematical models that can be combined to solve more complex problems using equations.\u003cSEP\u003eThe distance model and the total quantity model can be combined to solve complex problems, demonstrating the versatility of mathematical models.", "file_path": "unknown_source", "from": "\u603b\u91cf\u6a21\u578b", "keywords": "model integration,problem-solving", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808\u003cSEP\u003echunk-0756c8764e46b050990c725e6fb7d82d", "title": "Both the total quantity model and the distance model are examples of mathematical models that can be combined to solve more complex problems using equations.\u003cSEP\u003eThe distance model and the total quantity model can be combined to solve complex problems, demonstrating the versatility of mathematical models.", "to": "\u8def\u7a0b\u6a21\u578b", "width": 14.0}, {"created_at": 1752674566, "description": "\u8def\u7a0b\u6a21\u578b\u4e2d\u65f6\u95f4\u88ab\u89c6\u4e3a\u4e0d\u53d8\u7684\u53d8\u91cf\uff0c\u8fd9\u79cd\u5047\u8bbe\u6e90\u4e8e\u725b\u987f\u63d0\u51fa\u7684\u7edd\u5bf9\u65f6\u95f4\u89c2\u5ff5\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "\u6570\u5b66\u6a21\u578b,\u65f6\u95f4\u89c2\u5ff5", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8def\u7a0b\u6a21\u578b\u4e2d\u65f6\u95f4\u88ab\u89c6\u4e3a\u4e0d\u53d8\u7684\u53d8\u91cf\uff0c\u8fd9\u79cd\u5047\u8bbe\u6e90\u4e8e\u725b\u987f\u63d0\u51fa\u7684\u7edd\u5bf9\u65f6\u95f4\u89c2\u5ff5\u3002", "to": "\u7edd\u5bf9\u65f6\u95f4", "width": 7.0}, {"created_at": 1752674566, "description": "\u8def\u7a0b\u6a21\u578b\u662f\u6570\u5b66\u62bd\u8c61\u7684\u4e00\u79cd\u4f53\u73b0\uff0c\u5b83\u901a\u8fc7\u7b26\u53f7\u548c\u516c\u5f0f\u62bd\u8c61\u51fa\u8fd0\u52a8\u73b0\u8c61\u7684\u672c\u8d28\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "\u5efa\u6a21\u601d\u7ef4,\u6570\u5b66\u8868\u8fbe", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8def\u7a0b\u6a21\u578b\u662f\u6570\u5b66\u62bd\u8c61\u7684\u4e00\u79cd\u4f53\u73b0\uff0c\u5b83\u901a\u8fc7\u7b26\u53f7\u548c\u516c\u5f0f\u62bd\u8c61\u51fa\u8fd0\u52a8\u73b0\u8c61\u7684\u672c\u8d28\u5173\u7cfb\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 8.0}, {"created_at": 1752674566, "description": "\u8ddd\u79bb\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u6838\u5fc3\u53d8\u91cf\uff0c\u8868\u793a\u8fd0\u52a8\u7684\u7a7a\u95f4\u53d8\u5316\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "\u6570\u5b66\u5efa\u6a21,\u7269\u7406\u610f\u4e49", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8ddd\u79bb\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u6838\u5fc3\u53d8\u91cf\uff0c\u8868\u793a\u8fd0\u52a8\u7684\u7a7a\u95f4\u53d8\u5316\u3002", "to": "\u8ddd\u79bb", "width": 9.0}, {"created_at": 1752674566, "description": "\u901f\u5ea6\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u6838\u5fc3\u53d8\u91cf\uff0c\u8868\u793a\u8fd0\u52a8\u7684\u5feb\u6162\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "\u6570\u5b66\u5efa\u6a21,\u7269\u7406\u610f\u4e49", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u901f\u5ea6\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u6838\u5fc3\u53d8\u91cf\uff0c\u8868\u793a\u8fd0\u52a8\u7684\u5feb\u6162\u3002", "to": "\u901f\u5ea6", "width": 9.0}, {"created_at": 1752674566, "description": "\u65f6\u95f4\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u6838\u5fc3\u53d8\u91cf\uff0c\u8868\u793a\u8fd0\u52a8\u7684\u6301\u7eed\u6027\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "\u6570\u5b66\u5efa\u6a21,\u7269\u7406\u610f\u4e49", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u65f6\u95f4\u662f\u8def\u7a0b\u6a21\u578b\u4e2d\u7684\u4e00\u4e2a\u6838\u5fc3\u53d8\u91cf\uff0c\u8868\u793a\u8fd0\u52a8\u7684\u6301\u7eed\u6027\u3002", "to": "\u65f6\u95f4", "width": 9.0}, {"created_at": 1752674566, "description": "x = vt\u662f\u8def\u7a0b\u6a21\u578b\u7684\u57fa\u672c\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u7528\u4e8e\u63cf\u8ff0\u4e09\u8005\u4e4b\u95f4\u7684\u5b9a\u91cf\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "\u516c\u5f0f\u8868\u8fbe,\u6570\u5b66\u5efa\u6a21", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "x = vt\u662f\u8def\u7a0b\u6a21\u578b\u7684\u57fa\u672c\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u7528\u4e8e\u63cf\u8ff0\u4e09\u8005\u4e4b\u95f4\u7684\u5b9a\u91cf\u5173\u7cfb\u3002", "to": "x = vt", "width": 10.0}, {"created_at": 1752674566, "description": "\u8def\u7a0b\u6a21\u578b\u901a\u5e38\u4e0d\u8003\u8651\u89c2\u5bdf\u8005\u4e0e\u8fd0\u52a8\u8005\u4e4b\u95f4\u7684\u76f8\u5bf9\u8fd0\u52a8\uff0c\u56e0\u6b64\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u9002\u7528\u6027\u6210\u4e3a\u8ba8\u8bba\u7126\u70b9\u3002", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "frame dependency,model assumption", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u8def\u7a0b\u6a21\u578b\u901a\u5e38\u4e0d\u8003\u8651\u89c2\u5bdf\u8005\u4e0e\u8fd0\u52a8\u8005\u4e4b\u95f4\u7684\u76f8\u5bf9\u8fd0\u52a8\uff0c\u56e0\u6b64\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u9002\u7528\u6027\u6210\u4e3a\u8ba8\u8bba\u7126\u70b9\u3002", "to": "\u60ef\u6027\u7cfb", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5e08explains the\u8def\u7a0b\u6a21\u578b(distance = speed \u00d7 time) to students through various examples.", "file_path": "unknown_source", "from": "\u8def\u7a0b\u6a21\u578b", "keywords": "concept explanation,mathematical teaching", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u6559\u5e08explains the\u8def\u7a0b\u6a21\u578b(distance = speed \u00d7 time) to students through various examples.", "to": "\u6559\u5e08", "width": 8.0}, {"created_at": 1752674566, "description": "Mathematics teaching prioritizes skill development (general methods) over tricks (situation-specific shortcuts).", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "learning objectives,pedagogy", "source_id": "chunk-5b8e148c0868493680a6eec71a90d808", "title": "Mathematics teaching prioritizes skill development (general methods) over tricks (situation-specific shortcuts).", "to": "\u6280\u80fd", "width": 8.0}, {"created_at": 1752674566, "description": "\u547d\u98982\u662f\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\uff0c\u6559\u5e08\u5e94\u901a\u8fc7\u5b9e\u4f8b\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5176\u5185\u6db5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "conceptual understanding,teaching methodology", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u547d\u98982\u662f\u6570\u5b66\u6559\u5b66\u4e2d\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\uff0c\u6559\u5e08\u5e94\u901a\u8fc7\u5b9e\u4f8b\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5176\u5185\u6db5\u3002", "to": "\u547d\u98982", "width": 6.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u6570\u5b66\u7684\u9ad8\u5ea6\u62bd\u8c61\u7279\u5f81\u5bf9\u6559\u5b66\u65b9\u6cd5\u63d0\u51fa\u6311\u6218\uff0c\u5c24\u5176\u5728\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u9700\u8981\u6ce8\u91cd\u73b0\u5b9e\u80cc\u666f\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "abstraction vs reality,pedagogical adaptation", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u73b0\u4ee3\u6570\u5b66\u7684\u9ad8\u5ea6\u62bd\u8c61\u7279\u5f81\u5bf9\u6559\u5b66\u65b9\u6cd5\u63d0\u51fa\u6311\u6218\uff0c\u5c24\u5176\u5728\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u9700\u8981\u6ce8\u91cd\u73b0\u5b9e\u80cc\u666f\u3002", "to": "\u73b0\u4ee3\u6570\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e0d\u540c\u6559\u80b2\u9636\u6bb5\u9700\u8981\u4e0d\u540c\u7684\u6570\u5b66\u6559\u5b66\u7b56\u7565\uff0c\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u5e94\u5f3a\u8c03\u73b0\u5b9e\u80cc\u666f\uff0c\u800c\u9ad8\u7b49\u6559\u80b2\u9636\u6bb5\u4fa7\u91cd\u62bd\u8c61\u601d\u7ef4\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "educational levels,teaching approach", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u4e0d\u540c\u6559\u80b2\u9636\u6bb5\u9700\u8981\u4e0d\u540c\u7684\u6570\u5b66\u6559\u5b66\u7b56\u7565\uff0c\u57fa\u7840\u6559\u80b2\u9636\u6bb5\u5e94\u5f3a\u8c03\u73b0\u5b9e\u80cc\u666f\uff0c\u800c\u9ad8\u7b49\u6559\u80b2\u9636\u6bb5\u4fa7\u91cd\u62bd\u8c61\u601d\u7ef4\u3002", "to": "\u6559\u80b2\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "Effective mathematics teaching should help students accumulate mathematical thinking experience through examples and conceptual understanding.", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "cognitive development,education", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "Effective mathematics teaching should help students accumulate mathematical thinking experience through examples and conceptual understanding.", "to": "\u6570\u5b66\u601d\u7ef4\u7ecf\u9a8c", "width": 9.0}, {"created_at": 1752674566, "description": "Mathematical propositions like Proposition 1 are important in teaching to help students understand computational methods and results.", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "education,mathematical reasoning", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "Mathematical propositions like Proposition 1 are important in teaching to help students understand computational methods and results.", "to": "\u547d\u98981", "width": 8.0}, {"created_at": 1752674566, "description": "\u5728\u6559\u5b66\u4e2d\uff0c\u6bd4\u4f8b\u7684\u7406\u89e3\u9700\u8981\u7ed3\u5408\u4fbf\u4e8e\u8ba1\u7b97\u7684\u6570\u503c\uff0c\u5e2e\u52a9\u5b66\u751f\u638c\u63e1\u5b9e\u9645\u5e94\u7528\u6280\u5de7\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u6559\u5b66", "keywords": "\u6559\u5b66\u5b9e\u8df5,\u6570\u5b66\u5e94\u7528", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u5728\u6559\u5b66\u4e2d\uff0c\u6bd4\u4f8b\u7684\u7406\u89e3\u9700\u8981\u7ed3\u5408\u4fbf\u4e8e\u8ba1\u7b97\u7684\u6570\u503c\uff0c\u5e2e\u52a9\u5b66\u751f\u638c\u63e1\u5b9e\u9645\u5e94\u7528\u6280\u5de7\u3002", "to": "\u6bd4\u4f8b", "width": 7.0}, {"created_at": 1752674566, "description": "\u6a21\u5f0f\u662f\u7406\u89e3\u6570\u5b66\u95ee\u9898\u7684\u6838\u5fc3\u7ed3\u6784\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u601d\u60f3\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u6a21\u5f0f", "keywords": "conceptual framework,mathematical reasoning", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6a21\u5f0f\u662f\u7406\u89e3\u6570\u5b66\u95ee\u9898\u7684\u6838\u5fc3\u7ed3\u6784\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u601d\u60f3\u7684\u5e94\u7528\u3002", "to": "\u6570\u5b66\u601d\u60f3", "width": 8.0}, {"created_at": 1752674566, "description": "Team A and Team B are construction teams that can collaborate to complete a project, illustrating the engineering model\u0027s application in problem-solving.", "file_path": "unknown_source", "from": "\u7532\u5de5\u7a0b\u961f", "keywords": "collaboration,problem-solving", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Team A and Team B are construction teams that can collaborate to complete a project, illustrating the engineering model\u0027s application in problem-solving.", "to": "\u4e59\u5de5\u7a0b\u961f", "width": 8.0}, {"created_at": 1752674566, "description": "Team A is a key component in illustrating the engineering model through collaborative work scenarios.", "file_path": "unknown_source", "from": "\u7532\u5de5\u7a0b\u961f", "keywords": "model demonstration,practical application", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Team A is a key component in illustrating the engineering model through collaborative work scenarios.", "to": "\u5de5\u7a0b\u6a21\u578b", "width": 7.0}, {"created_at": 1752674566, "description": "Both the tree-planting model and the engineering model are mathematical models used in primary education to teach problem-solving and abstract thinking.", "file_path": "unknown_source", "from": "\u690d\u6811\u6a21\u578b", "keywords": "education,mathematical models", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Both the tree-planting model and the engineering model are mathematical models used in primary education to teach problem-solving and abstract thinking.", "to": "\u5de5\u7a0b\u6a21\u578b", "width": 6.0}, {"created_at": 1752674566, "description": "The tree-planting model is primarily taught using straight-line contexts in primary education for simplicity.", "file_path": "unknown_source", "from": "\u690d\u6811\u6a21\u578b", "keywords": "model simplification,pedagogical approach", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "The tree-planting model is primarily taught using straight-line contexts in primary education for simplicity.", "to": "\u76f4\u7ebf", "width": 8.0}, {"created_at": 1752674566, "description": "The engineering model often uses normalization (setting total work to 1) to simplify calculations.", "file_path": "unknown_source", "from": "\u5de5\u7a0b\u6a21\u578b", "keywords": "calculation method,problem simplification", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "The engineering model often uses normalization (setting total work to 1) to simplify calculations.", "to": "\u5f52\u4e00\u95ee\u9898", "width": 7.0}, {"created_at": 1752674566, "description": "Speed and distance are fundamentally related through the time variable in mathematical models.", "file_path": "unknown_source", "from": "\u901f\u5ea6", "keywords": "core variables,mathematical relationship", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Speed and distance are fundamentally related through the time variable in mathematical models.", "to": "\u8ddd\u79bb", "width": 9.0}, {"created_at": 1752674566, "description": "\u901f\u5ea6is used in the\u6559\u5b66\u8bbe\u8ba1as a rate example to show how decimals are used in describing motion and time.", "file_path": "unknown_source", "from": "\u901f\u5ea6", "keywords": "decimal usage,rate measurement", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u901f\u5ea6is used in the\u6559\u5b66\u8bbe\u8ba1as a rate example to show how decimals are used in describing motion and time.", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "Distance and time are directly proportional when speed is constant in mathematical problems.", "file_path": "unknown_source", "from": "\u8ddd\u79bb", "keywords": "model components,proportional relationship", "source_id": "chunk-0756c8764e46b050990c725e6fb7d82d", "title": "Distance and time are directly proportional when speed is constant in mathematical problems.", "to": "\u65f6\u95f4", "width": 8.0}, {"created_at": 1752674566, "description": "\u8ddd\u79bb\u662f\u6570\u8f74\u4e0a\u4e24\u70b9\u4e4b\u95f4\u7684\u95f4\u9694\uff0c\u7edd\u5bf9\u503c\u662f\u70b9\u5230\u539f\u70b9\u7684\u8ddd\u79bb\u3002", "file_path": "unknown_source", "from": "\u8ddd\u79bb", "keywords": "geometric interpretation,numerical measure", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u8ddd\u79bb\u662f\u6570\u8f74\u4e0a\u4e24\u70b9\u4e4b\u95f4\u7684\u95f4\u9694\uff0c\u7edd\u5bf9\u503c\u662f\u70b9\u5230\u539f\u70b9\u7684\u8ddd\u79bb\u3002", "to": "\u7edd\u5bf9\u503c", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b54\u5b50\u66fe\u4ee5\u6c5f\u6c34\u6bd4\u55bb\u65f6\u95f4\u6d41\u901d\uff0c\u8868\u8fbe\u4e86\u5bf9\u65f6\u95f4\u4e0d\u53ef\u9006\u6027\u7684\u54f2\u5b66\u601d\u8003\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4", "keywords": "\u54f2\u5b66\u601d\u8003,\u65f6\u95f4\u611f\u77e5", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5b54\u5b50\u66fe\u4ee5\u6c5f\u6c34\u6bd4\u55bb\u65f6\u95f4\u6d41\u901d\uff0c\u8868\u8fbe\u4e86\u5bf9\u65f6\u95f4\u4e0d\u53ef\u9006\u6027\u7684\u54f2\u5b66\u601d\u8003\u3002", "to": "\u5b54\u5b50", "width": 6.0}, {"created_at": 1752674566, "description": "\u7edd\u5bf9\u65f6\u95f4\u662f\u5bf9\u65f6\u95f4\u672c\u8d28\u7684\u4e00\u79cd\u54f2\u5b66\u548c\u7269\u7406\u7406\u89e3\uff0c\u8ba4\u4e3a\u65f6\u95f4\u72ec\u7acb\u4e8e\u5176\u4ed6\u56e0\u7d20\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4", "keywords": "\u65f6\u95f4\u54f2\u5b66,\u7269\u7406\u7406\u8bba", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7edd\u5bf9\u65f6\u95f4\u662f\u5bf9\u65f6\u95f4\u672c\u8d28\u7684\u4e00\u79cd\u54f2\u5b66\u548c\u7269\u7406\u7406\u89e3\uff0c\u8ba4\u4e3a\u65f6\u95f4\u72ec\u7acb\u4e8e\u5176\u4ed6\u56e0\u7d20\u3002", "to": "\u7edd\u5bf9\u65f6\u95f4", "width": 9.0}, {"created_at": 1752674566, "description": "\u76f8\u5bf9\u65f6\u95f4\u662f\u5bf9\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u53cd\u601d\uff0c\u5f3a\u8c03\u65f6\u95f4\u611f\u77e5\u4f9d\u8d56\u4e8e\u89c2\u5bdf\u8005\u72b6\u6001\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4", "keywords": "\u65f6\u95f4\u54f2\u5b66,\u7269\u7406\u7406\u8bba", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u76f8\u5bf9\u65f6\u95f4\u662f\u5bf9\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u53cd\u601d\uff0c\u5f3a\u8c03\u65f6\u95f4\u611f\u77e5\u4f9d\u8d56\u4e8e\u89c2\u5bdf\u8005\u72b6\u6001\u3002", "to": "\u76f8\u5bf9\u65f6\u95f4", "width": 8.0}, {"created_at": 1752674566, "description": "\u2018\u901d\u8005\u5982\u65af\u592b\u2019\u662f\u5bf9\u65f6\u95f4\u6d41\u901d\u4e0d\u53ef\u9006\u6027\u7684\u54f2\u5b66\u63cf\u8ff0\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4", "keywords": "\u54f2\u5b66\u601d\u8003,\u65f6\u95f4\u611f\u77e5", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u2018\u901d\u8005\u5982\u65af\u592b\u2019\u662f\u5bf9\u65f6\u95f4\u6d41\u901d\u4e0d\u53ef\u9006\u6027\u7684\u54f2\u5b66\u63cf\u8ff0\u3002", "to": "\u901d\u8005\u5982\u65af\u592b", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u7ebf\u2019\u4e3a\u70b9\u5e73\u653e\u7684\u7ebf\uff0c\u662f\u6784\u5efa\u51e0\u4f55\u56fe\u5f62\u7684\u57fa\u672c\u5143\u7d20\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u76f4\u7ebf", "keywords": "geometric construction,mathematical definition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u7ebf\u2019\u4e3a\u70b9\u5e73\u653e\u7684\u7ebf\uff0c\u662f\u6784\u5efa\u51e0\u4f55\u56fe\u5f62\u7684\u57fa\u672c\u5143\u7d20\u4e4b\u4e00\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u7ebf\u2019\u4e3a\u70b9\u5e73\u653e\u7684\u7ebf\uff0c\u662f\u6784\u5efa\u51e0\u4f55\u56fe\u5f62\u7684\u57fa\u672c\u5143\u7d20\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u76f4\u7ebf", "keywords": "authorship,geometric construction", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u7ebf\u2019\u4e3a\u70b9\u5e73\u653e\u7684\u7ebf\uff0c\u662f\u6784\u5efa\u51e0\u4f55\u56fe\u5f62\u7684\u57fa\u672c\u5143\u7d20\u4e4b\u4e00\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u9762\u2019\u4e3a\u7ebf\u5e73\u653e\u7684\u9762\uff0c\u7528\u4e8e\u6784\u5efa\u4e8c\u7ef4\u51e0\u4f55\u56fe\u5f62\u3002", "file_path": "unknown_source", "from": "\u5e73\u9762", "keywords": "mathematical definition,planar geometry", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u9762\u2019\u4e3a\u7ebf\u5e73\u653e\u7684\u9762\uff0c\u7528\u4e8e\u6784\u5efa\u4e8c\u7ef4\u51e0\u4f55\u56fe\u5f62\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u9762\u2019\u4e3a\u7ebf\u5e73\u653e\u7684\u9762\uff0c\u7528\u4e8e\u6784\u5efa\u4e8c\u7ef4\u51e0\u4f55\u56fe\u5f62\u3002", "file_path": "unknown_source", "from": "\u5e73\u9762", "keywords": "authorship,planar geometry", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u9762\u2019\u4e3a\u7ebf\u5e73\u653e\u7684\u9762\uff0c\u7528\u4e8e\u6784\u5efa\u4e8c\u7ef4\u51e0\u4f55\u56fe\u5f62\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 8.0}, {"created_at": 1752674566, "description": "Discovering problems involves identifying issues, while proposing problems requires articulating them mathematically.", "file_path": "unknown_source", "from": "\u53d1\u73b0\u95ee\u9898", "keywords": "mathematical thinking,skill progression", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Discovering problems involves identifying issues, while proposing problems requires articulating them mathematically.", "to": "\u63d0\u51fa\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "Discovering problems cultivates innovation awareness by encouraging questioning and critical thinking.", "file_path": "unknown_source", "from": "\u53d1\u73b0\u95ee\u9898", "keywords": "innovation cultivation,skill development", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Discovering problems cultivates innovation awareness by encouraging questioning and critical thinking.", "to": "\u521b\u65b0\u610f\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "Example 28 demonstrates the process of problem discovery through pattern recognition.", "file_path": "unknown_source", "from": "\u53d1\u73b0\u95ee\u9898", "keywords": "pedagogical example,skill demonstration", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Example 28 demonstrates the process of problem discovery through pattern recognition.", "to": "\u4f8b28", "width": 7.0}, {"created_at": 1752674566, "description": "Articulating problems develops innovation capability through mathematical formalization.", "file_path": "unknown_source", "from": "\u63d0\u51fa\u95ee\u9898", "keywords": "capability building,skill progression", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Articulating problems develops innovation capability through mathematical formalization.", "to": "\u521b\u65b0\u80fd\u529b", "width": 8.0}, {"created_at": 1752674566, "description": "Example 50 illustrates how to formally articulate discovered patterns as mathematical problems.", "file_path": "unknown_source", "from": "\u63d0\u51fa\u95ee\u9898", "keywords": "pedagogical example,skill application", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Example 50 illustrates how to formally articulate discovered patterns as mathematical problems.", "to": "\u4f8b50", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f8b28 focuses on discovering patterns, while\u4f8b50 builds on this by formalizing the discovered patterns.", "file_path": "unknown_source", "from": "\u4f8b28", "keywords": "pedagogical sequence,problem-solving", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "\u4f8b28 focuses on discovering patterns, while\u4f8b50 builds on this by formalizing the discovered patterns.", "to": "\u4f8b50", "width": 7.0}, {"created_at": 1752674566, "description": "Mathematical propositions achieve clarity through precise symbolic representation.", "file_path": "unknown_source", "from": "\u6570\u5b66\u547d\u9898", "keywords": "clarity achievement,mathematical formalization", "source_id": "chunk-543033c82722da50efd5370b60952dfe", "title": "Mathematical propositions achieve clarity through precise symbolic representation.", "to": "\u7b26\u53f7\u8868\u8fbe", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u547d\u9898must undergo\u6570\u5b66\u8bc1\u660eto establish their validity, forming a core aspect of mathematical reasoning and discourse.", "file_path": "unknown_source", "from": "\u6570\u5b66\u547d\u9898", "keywords": "logical demonstration,propositional validation", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u6570\u5b66\u547d\u9898must undergo\u6570\u5b66\u8bc1\u660eto establish their validity, forming a core aspect of mathematical reasoning and discourse.", "to": "\u6570\u5b66\u8bc1\u660e", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279contributed to the understanding of\u6570\u5b66\u547d\u9898by emphasizing that mathematics focuses on the relationships between objects rather than their existential nature.", "file_path": "unknown_source", "from": "\u6570\u5b66\u547d\u9898", "keywords": "foundational theory,mathematical philosophy", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u5e0c\u5c14\u4f2f\u7279contributed to the understanding of\u6570\u5b66\u547d\u9898by emphasizing that mathematics focuses on the relationships between objects rather than their existential nature.", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u547d\u9898\u662f\u76f4\u63a5\u5224\u65ad\u7684\u5bf9\u8c61\uff0c\u5224\u65ad\u7ed3\u679c\u4f9d\u8d56\u4e8e\u5bf9\u547d\u9898\u7684\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u547d\u9898", "keywords": "\u5224\u65ad\u4f9d\u636e,\u547d\u9898\u5206\u6790", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u6570\u5b66\u547d\u9898\u662f\u76f4\u63a5\u5224\u65ad\u7684\u5bf9\u8c61\uff0c\u5224\u65ad\u7ed3\u679c\u4f9d\u8d56\u4e8e\u5bf9\u547d\u9898\u7684\u7406\u89e3\u3002", "to": "\u76f4\u63a5\u5224\u65ad", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u547d\u9898\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u8868\u8fbe\u53ef\u9a8c\u8bc1\u9648\u8ff0\u7684\u6838\u5fc3\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u547d\u9898", "keywords": "\u547d\u9898\u8868\u8fbe,\u6570\u5b66\u903b\u8f91", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u5b66\u547d\u9898\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u8868\u8fbe\u53ef\u9a8c\u8bc1\u9648\u8ff0\u7684\u6838\u5fc3\u5de5\u5177\u3002", "to": "\u6570\u5b66\u7814\u7a76", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u8868\u8fbe\u662f\u5b9e\u73b0\u5f62\u5f0f\u5316\u6269\u5145\u7684\u524d\u63d0\uff0c\u5982\u4ece\u5e73\u65b9\u63a8\u5e7f\u5230\u5341\u4f4d\u6570\u5dee1\u7684\u60c5\u51b5\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u8fbe", "keywords": "\u4ee3\u6570\u5de5\u5177,\u62bd\u8c61\u6269\u5c55", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u7b26\u53f7\u8868\u8fbe\u662f\u5b9e\u73b0\u5f62\u5f0f\u5316\u6269\u5145\u7684\u524d\u63d0\uff0c\u5982\u4ece\u5e73\u65b9\u63a8\u5e7f\u5230\u5341\u4f4d\u6570\u5dee1\u7684\u60c5\u51b5\u3002", "to": "\u5f62\u5f0f\u5316\u6269\u5145", "width": 8.0}, {"created_at": 1752674566, "description": "\u4ee3\u6570\u7684\u53d1\u5c55\u4f9d\u8d56\u4e8e\u7b26\u53f7\u8868\u8fbe\u7684\u5efa\u7acb\uff0c\u7b26\u53f7\u8868\u8fbe\u4f7f\u4ee3\u6570\u80fd\u591f\u5904\u7406\u62bd\u8c61\u5173\u7cfb\u800c\u975e\u4ec5\u9650\u4e8e\u5177\u4f53\u6570\u503c\u8fd0\u7b97\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u8fbe", "keywords": "algebraic development,symbolic foundation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u4ee3\u6570\u7684\u53d1\u5c55\u4f9d\u8d56\u4e8e\u7b26\u53f7\u8868\u8fbe\u7684\u5efa\u7acb\uff0c\u7b26\u53f7\u8868\u8fbe\u4f7f\u4ee3\u6570\u80fd\u591f\u5904\u7406\u62bd\u8c61\u5173\u7cfb\u800c\u975e\u4ec5\u9650\u4e8e\u5177\u4f53\u6570\u503c\u8fd0\u7b97\u3002", "to": "\u4ee3\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u901a\u8fc7\u7b26\u53f7\u8868\u8fbe\u6765\u5b9e\u73b0\uff0c\u7b26\u53f7\u8868\u8fbe\u4f7f\u6570\u5b66\u80fd\u591f\u8868\u8fbe\u4e00\u822c\u6027\u7684\u6982\u5ff5\u3001\u5173\u7cfb\u548c\u6cd5\u5219\uff0c\u662f\u6570\u5b66\u62bd\u8c61\u7684\u91cd\u8981\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u8fbe", "keywords": "abstraction mechanism,symbolic tool", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6570\u5b66\u62bd\u8c61\u901a\u8fc7\u7b26\u53f7\u8868\u8fbe\u6765\u5b9e\u73b0\uff0c\u7b26\u53f7\u8868\u8fbe\u4f7f\u6570\u5b66\u80fd\u591f\u8868\u8fbe\u4e00\u822c\u6027\u7684\u6982\u5ff5\u3001\u5173\u7cfb\u548c\u6cd5\u5219\uff0c\u662f\u6570\u5b66\u62bd\u8c61\u7684\u91cd\u8981\u5de5\u5177\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 10.0}, {"created_at": 1752674566, "description": "\u52fe\u80a1\u5b9a\u7406\u7684\u73b0\u4ee3\u8868\u8fbea\u00b2 + b\u00b2 = c\u00b2\u4f53\u73b0\u4e86\u7b26\u53f7\u8868\u8fbe\u7684\u7b80\u6d01\u6027\u548c\u901a\u7528\u6027\uff0c\u662f\u6570\u5b66\u62bd\u8c61\u7684\u91cd\u8981\u4f53\u73b0\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u8fbe", "keywords": "mathematical clarity,symbolic notation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u52fe\u80a1\u5b9a\u7406\u7684\u73b0\u4ee3\u8868\u8fbea\u00b2 + b\u00b2 = c\u00b2\u4f53\u73b0\u4e86\u7b26\u53f7\u8868\u8fbe\u7684\u7b80\u6d01\u6027\u548c\u901a\u7528\u6027\uff0c\u662f\u6570\u5b66\u62bd\u8c61\u7684\u91cd\u8981\u4f53\u73b0\u3002", "to": "\u52fe\u80a1\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u5728\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u63d0\u51fa\u7528\u5b57\u6bcd\u8868\u793a\u5df2\u77e5\u91cf\u548c\u672a\u77e5\u91cf\uff0c\u662f\u7b26\u53f7\u8868\u8fbe\u7cfb\u7edf\u5316\u7684\u8d77\u70b9\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u8868\u8fbe", "keywords": "algebraic notation,symbolic innovation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u97e6\u8fbe\u5728\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u63d0\u51fa\u7528\u5b57\u6bcd\u8868\u793a\u5df2\u77e5\u91cf\u548c\u672a\u77e5\u91cf\uff0c\u662f\u7b26\u53f7\u8868\u8fbe\u7cfb\u7edf\u5316\u7684\u8d77\u70b9\u3002", "to": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u95ee\u9898\u662f\u6570\u5b66\u95ee\u9898\u7684\u5b50\u96c6\uff0c\u9700\u901a\u8fc7\u4ee3\u6570\u5de5\u5177\u89e3\u51b3\u7b26\u53f7\u8868\u8fbe\u56f0\u96be\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u95ee\u9898", "keywords": "\u5b66\u79d1\u4ea4\u53c9,\u95ee\u9898\u5206\u7c7b", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u51e0\u4f55\u95ee\u9898\u662f\u6570\u5b66\u95ee\u9898\u7684\u5b50\u96c6\uff0c\u9700\u901a\u8fc7\u4ee3\u6570\u5de5\u5177\u89e3\u51b3\u7b26\u53f7\u8868\u8fbe\u56f0\u96be\u3002", "to": "\u51e0\u4f55\u95ee\u9898", "width": 8.0}, {"created_at": 1752674566, "description": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898\u662f\u6570\u5b66\u95ee\u9898\u7684\u5177\u4f53\u5b9e\u4f8b\uff0c\u6d89\u53ca\u6f14\u7ece\u63a8\u7406\u548c\u731c\u60f3\u9a8c\u8bc1\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u95ee\u9898", "keywords": "\u5b9e\u4f8b\u5206\u6790,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898\u662f\u6570\u5b66\u95ee\u9898\u7684\u5177\u4f53\u5b9e\u4f8b\uff0c\u6d89\u53ca\u6f14\u7ece\u63a8\u7406\u548c\u731c\u60f3\u9a8c\u8bc1\u3002", "to": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898", "width": 6.0}, {"created_at": 1752674566, "description": "\u6570\u8f74\u662f\u89e3\u51b3\u51e0\u4f55\u95ee\u9898\u4e2d\u76f4\u7ebf\u70b9\u8868\u793a\u7684\u5173\u952e\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u51e0\u4f55\u95ee\u9898", "keywords": "\u5de5\u5177\u5e94\u7528,\u7b26\u53f7\u5316", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u6570\u8f74\u662f\u89e3\u51b3\u51e0\u4f55\u95ee\u9898\u4e2d\u76f4\u7ebf\u70b9\u8868\u793a\u7684\u5173\u952e\u5de5\u5177\u3002", "to": "\u6570\u8f74", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u8f74\u5efa\u7acb\u70b9\u4e0e\u6570\u7684\u5bf9\u5e94\u540e\uff0c\u96c6\u5408\u8868\u793a\u80fd\u4e25\u683c\u5b9a\u4e49\u51e0\u4f55\u5212\u5206(\u5982A={x|x\u2264a})\u3002", "file_path": "unknown_source", "from": "\u6570\u8f74", "keywords": "\u4e25\u683c\u5b9a\u4e49,\u5de5\u5177\u8854\u63a5", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u6570\u8f74\u5efa\u7acb\u70b9\u4e0e\u6570\u7684\u5bf9\u5e94\u540e\uff0c\u96c6\u5408\u8868\u793a\u80fd\u4e25\u683c\u5b9a\u4e49\u51e0\u4f55\u5212\u5206(\u5982A={x|x\u2264a})\u3002", "to": "\u96c6\u5408\u8868\u793a", "width": 9.0}, {"created_at": 1752674566, "description": "The number line visually represents the continuity of real numbers, with no gaps between successive points.", "file_path": "unknown_source", "from": "\u6570\u8f74", "keywords": "mathematical continuity,visual representation", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The number line visually represents the continuity of real numbers, with no gaps between successive points.", "to": "\u8fde\u7eed\u6027", "width": 8.0}, {"created_at": 1752674566, "description": "\u8be5\u95ee\u9898\u88ab\u5efa\u8bae\u7eb3\u5165\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u8bfe\u7a0b\uff0c\u4ee5\u63a2\u7d22\u5bf9\u79f0\u4e0e\u6570\u5b66\u7f8e\u3002", "file_path": "unknown_source", "from": "\u591a\u8fb9\u5f62\u9762\u79ef\u95ee\u9898", "keywords": "\u5b9e\u8df5\u63a2\u7d22,\u6559\u80b2\u8bbe\u8ba1", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u8be5\u95ee\u9898\u88ab\u5efa\u8bae\u7eb3\u5165\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u8bfe\u7a0b\uff0c\u4ee5\u63a2\u7d22\u5bf9\u79f0\u4e0e\u6570\u5b66\u7f8e\u3002", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "width": 7.0}, {"created_at": 1752674566, "description": "\u5b66\u751f\u5728\u8be5\u8bfe\u7a0b\u4e2d\u901a\u8fc7\u8ba1\u7b97\u548c\u60f3\u8c61\u63a2\u7d22\u5bf9\u79f0\u6027\u4e0e\u9762\u79ef\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7a0b", "keywords": "\u5b9e\u8df5\u5b66\u4e60,\u80fd\u529b\u57f9\u517b", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u5b66\u751f\u5728\u8be5\u8bfe\u7a0b\u4e2d\u901a\u8fc7\u8ba1\u7b97\u548c\u60f3\u8c61\u63a2\u7d22\u5bf9\u79f0\u6027\u4e0e\u9762\u79ef\u7684\u5173\u7cfb\u3002", "to": "\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u5b66\u751f", "width": 7.0}, {"created_at": 1752674566, "description": "\u4ee3\u6570\u4e0e\u51e0\u4f55\u65b9\u6cd5\u76f8\u4e92\u8865\u5145\uff1a\u524d\u8005\u63d0\u4f9b\u6e05\u6670\u8868\u8fbe\uff0c\u540e\u8005\u63d0\u4f9b\u95ee\u9898\u89e3\u51b3\u76f4\u89c2\u3002", "file_path": "unknown_source", "from": "\u4ee3\u6570\u65b9\u6cd5", "keywords": "\u5b66\u79d1\u4ea4\u53c9,\u601d\u7ef4\u4e92\u8865", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u4ee3\u6570\u4e0e\u51e0\u4f55\u65b9\u6cd5\u76f8\u4e92\u8865\u5145\uff1a\u524d\u8005\u63d0\u4f9b\u6e05\u6670\u8868\u8fbe\uff0c\u540e\u8005\u63d0\u4f9b\u95ee\u9898\u89e3\u51b3\u76f4\u89c2\u3002", "to": "\u51e0\u4f55\u65b9\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "\u7b49\u8fb9\u4e09\u89d2\u5f62\u4f5c\u4e3a\u5bf9\u79f0\u6027\u4f53\u73b0\uff0c\u9a8c\u8bc1\u4e86\u0027\u5468\u957f\u56fa\u5b9a\u65f6\u5bf9\u79f0\u5f62\u72b6\u9762\u79ef\u6700\u5927\u0027\u7684\u731c\u60f3\u3002", "file_path": "unknown_source", "from": "\u5bf9\u79f0\u6027", "keywords": "\u6570\u5b66\u7f8e,\u6781\u503c\u9a8c\u8bc1", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u7b49\u8fb9\u4e09\u89d2\u5f62\u4f5c\u4e3a\u5bf9\u79f0\u6027\u4f53\u73b0\uff0c\u9a8c\u8bc1\u4e86\u0027\u5468\u957f\u56fa\u5b9a\u65f6\u5bf9\u79f0\u5f62\u72b6\u9762\u79ef\u6700\u5927\u0027\u7684\u731c\u60f3\u3002", "to": "\u7b49\u8fb9\u4e09\u89d2\u5f62", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b63\u65b9\u5f62\u662f\u77e9\u5f62\u4e2d\u5bf9\u79f0\u6027\u6700\u5f3a\u7684\u7279\u4f8b\uff0c\u652f\u6301\u6b63\u591a\u8fb9\u5f62\u9762\u79ef\u6700\u5927\u5316\u7684\u666e\u904d\u89c4\u5f8b\u3002", "file_path": "unknown_source", "from": "\u5bf9\u79f0\u6027", "keywords": "\u6a21\u5f0f\u53d1\u73b0,\u7279\u4f8b\u63a8\u5e7f", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u6b63\u65b9\u5f62\u662f\u77e9\u5f62\u4e2d\u5bf9\u79f0\u6027\u6700\u5f3a\u7684\u7279\u4f8b\uff0c\u652f\u6301\u6b63\u591a\u8fb9\u5f62\u9762\u79ef\u6700\u5927\u5316\u7684\u666e\u904d\u89c4\u5f8b\u3002", "to": "\u6b63\u65b9\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b63\u65b9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u77e9\u5f62\uff0c\u5177\u6709\u66f4\u9ad8\u7684\u5bf9\u79f0\u6027\u548c\u9762\u79ef\u6700\u5927\u5316\u7279\u6027\u3002", "file_path": "unknown_source", "from": "\u6b63\u65b9\u5f62", "keywords": "\u51e0\u4f55\u56fe\u5f62,\u5bf9\u79f0\u6027", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6b63\u65b9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u77e9\u5f62\uff0c\u5177\u6709\u66f4\u9ad8\u7684\u5bf9\u79f0\u6027\u548c\u9762\u79ef\u6700\u5927\u5316\u7279\u6027\u3002", "to": "\u77e9\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b63\u65b9\u5f62\u662f\u957f\u65b9\u5f62\u7684\u7279\u4f8b\uff0c\u5206\u7c7b\u9700\u901a\u8fc7\u8fb9\u957f\u548c\u89d2\u5ea6\u6bd4\u8f83\u3002", "file_path": "unknown_source", "from": "\u6b63\u65b9\u5f62", "keywords": "\u5305\u542b\u5173\u7cfb,\u56fe\u5f62\u5206\u7c7b", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u6b63\u65b9\u5f62\u662f\u957f\u65b9\u5f62\u7684\u7279\u4f8b\uff0c\u5206\u7c7b\u9700\u901a\u8fc7\u8fb9\u957f\u548c\u89d2\u5ea6\u6bd4\u8f83\u3002", "to": "\u957f\u65b9\u5f62", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b49\u8170\u4e09\u89d2\u5f62\u548c\u6b63\u65b9\u5f62\u90fd\u662f\u51e0\u4f55\u56fe\u5f62\uff0c\u524d\u8005\u5173\u4e8e\u5e95\u8fb9\u4e2d\u4f4d\u7ebf\u5bf9\u79f0\uff0c\u540e\u8005\u5173\u4e8e\u5bf9\u89d2\u7ebf\u5bf9\u79f0\uff0c\u4e24\u8005\u90fd\u4f53\u73b0\u4e86\u56fe\u5f62\u5bf9\u79f0\u6027\u7684\u6559\u5b66\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u6b63\u65b9\u5f62", "keywords": "\u51e0\u4f55\u5bf9\u79f0,\u6559\u5b66\u6848\u4f8b", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u7b49\u8170\u4e09\u89d2\u5f62\u548c\u6b63\u65b9\u5f62\u90fd\u662f\u51e0\u4f55\u56fe\u5f62\uff0c\u524d\u8005\u5173\u4e8e\u5e95\u8fb9\u4e2d\u4f4d\u7ebf\u5bf9\u79f0\uff0c\u540e\u8005\u5173\u4e8e\u5bf9\u89d2\u7ebf\u5bf9\u79f0\uff0c\u4e24\u8005\u90fd\u4f53\u73b0\u4e86\u56fe\u5f62\u5bf9\u79f0\u6027\u7684\u6559\u5b66\u5185\u5bb9\u3002", "to": "\u7b49\u8170\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5e08\u901a\u8fc7\u5f15\u5bfc\u753b\u56fe\u548c\u63d0\u95ee\uff0c\u5e2e\u52a9\u5b66\u751f\u5b9e\u73b0\u51e0\u4f55\u95ee\u9898\u7684\u7b26\u53f7\u5316\u8868\u8fbe\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u9ad8\u5e74\u7ea7\u5b66\u751f", "keywords": "\u6559\u80b2\u5f15\u5bfc,\u77e5\u8bc6\u8f6c\u5316", "source_id": "chunk-5d7b9b0085eaed2882fabbb5f2c18a82", "title": "\u6559\u5e08\u901a\u8fc7\u5f15\u5bfc\u753b\u56fe\u548c\u63d0\u95ee\uff0c\u5e2e\u52a9\u5b66\u751f\u5b9e\u73b0\u51e0\u4f55\u95ee\u9898\u7684\u7b26\u53f7\u5316\u8868\u8fbe\u3002", "to": "\u6559\u5e08", "width": 7.0}, {"created_at": 1752674566, "description": "Teachers use Dienes blocks as instructional tools for place value concepts.", "file_path": "unknown_source", "from": "\u6559\u5e08", "keywords": "concrete representation,teaching method", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Teachers use Dienes blocks as instructional tools for place value concepts.", "to": "\u7b2c\u7eb3\u65af\u6728\u5757", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5e08designs and implements the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity to help students understand the concept of\u5398\u7c73through practical, hands-on tasks.\u003cSEP\u003e\u6559\u5e08is the instructor who facilitates the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity, guiding students in understanding the concept of\u5398\u7c73and the importance of standardized units.", "file_path": "unknown_source", "from": "\u6559\u5e08", "keywords": "educational facilitation,instructional leadership,instructional planning", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u5e08designs and implements the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity to help students understand the concept of\u5398\u7c73through practical, hands-on tasks.\u003cSEP\u003e\u6559\u5e08is the instructor who facilitates the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity, guiding students in understanding the concept of\u5398\u7c73and the importance of standardized units.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "width": 18.0}, {"created_at": 1752674566, "description": "\u6559\u5e08teaches students about\u5398\u7c73as a standardized unit of\u957f\u5ea6, using\u7c73\u5c3aand other tools to demonstrate its use and importance.", "file_path": "unknown_source", "from": "\u6559\u5e08", "keywords": "educational instruction,unit teaching", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u5e08teaches students about\u5398\u7c73as a standardized unit of\u957f\u5ea6, using\u7c73\u5c3aand other tools to demonstrate its use and importance.", "to": "\u5398\u7c73", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5e08follows\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42when designing lessons on\u957f\u5ea6, \u9762\u79ef, and\u4f53\u79efto ensure alignment with national educational standards.", "file_path": "unknown_source", "from": "\u6559\u5e08", "keywords": "curriculum adherence,instructional design", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u5e08follows\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42when designing lessons on\u957f\u5ea6, \u9762\u79ef, and\u4f53\u79efto ensure alignment with national educational standards.", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5e08are responsible for guiding students through the\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b(normal thinking process) in early mathematical reasoning.", "file_path": "unknown_source", "from": "\u6559\u5e08", "keywords": "cognitive development,instructional guidance", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6559\u5e08are responsible for guiding students through the\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b(normal thinking process) in early mathematical reasoning.", "to": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "\u77e9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u56db\u8fb9\u5f62\uff0c\u5177\u6709\u56db\u4e2a\u76f4\u89d2\u548c\u5bf9\u8fb9\u76f8\u7b49\u7684\u7279\u6027\u3002", "file_path": "unknown_source", "from": "\u77e9\u5f62", "keywords": "\u51e0\u4f55\u5206\u7c7b,\u56fe\u5f62\u7279\u6027", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u77e9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u56db\u8fb9\u5f62\uff0c\u5177\u6709\u56db\u4e2a\u76f4\u89d2\u548c\u5bf9\u8fb9\u76f8\u7b49\u7684\u7279\u6027\u3002", "to": "\u56db\u8fb9\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b63\u4e94\u8fb9\u5f62\u548c\u5706\u90fd\u662f\u9ad8\u5ea6\u5bf9\u79f0\u7684\u56fe\u5f62\uff0c\u5706\u5728\u7ed9\u5b9a\u5468\u957f\u4e0b\u9762\u79ef\u6700\u5927\u3002", "file_path": "unknown_source", "from": "\u6b63\u4e94\u8fb9\u5f62", "keywords": "\u5bf9\u79f0\u6027,\u9762\u79ef\u6700\u5927\u5316", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6b63\u4e94\u8fb9\u5f62\u548c\u5706\u90fd\u662f\u9ad8\u5ea6\u5bf9\u79f0\u7684\u56fe\u5f62\uff0c\u5706\u5728\u7ed9\u5b9a\u5468\u957f\u4e0b\u9762\u79ef\u6700\u5927\u3002", "to": "\u5706", "width": 7.0}, {"created_at": 1752674566, "description": "\u5706\u4f5c\u4e3a\u4e00\u79cd\u62bd\u8c61\u7684\u5b58\u5728\uff0c\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\u800c\u975e\u5177\u4f53\u5b9e\u7269\u3002", "file_path": "unknown_source", "from": "\u5706", "keywords": "\u56fe\u5f62\u8ba4\u77e5,\u62bd\u8c61\u601d\u7ef4", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5706\u4f5c\u4e3a\u4e00\u79cd\u62bd\u8c61\u7684\u5b58\u5728\uff0c\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\u800c\u975e\u5177\u4f53\u5b9e\u7269\u3002", "to": "\u62bd\u8c61\u7684\u5b58\u5728", "width": 8.0}, {"created_at": 1752674566, "description": "\u8db3\u7403\u662f\u542f\u53d1\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u73b0\u5b9e\u5b9e\u4f8b\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u5706", "keywords": "\u56fe\u5f62\u8ba4\u77e5,\u73b0\u5b9e\u6620\u5c04", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8db3\u7403\u662f\u542f\u53d1\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u73b0\u5b9e\u5b9e\u4f8b\u4e4b\u4e00\u3002", "to": "\u8db3\u7403", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e52\u4e53\u7403\u662f\u542f\u53d1\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u73b0\u5b9e\u5b9e\u4f8b\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u5706", "keywords": "\u56fe\u5f62\u8ba4\u77e5,\u73b0\u5b9e\u6620\u5c04", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u4e52\u4e53\u7403\u662f\u542f\u53d1\u2018\u5706\u2019\u8fd9\u4e00\u62bd\u8c61\u56fe\u5f62\u6982\u5ff5\u7684\u73b0\u5b9e\u5b9e\u4f8b\u4e4b\u4e00\u3002", "to": "\u4e52\u4e53\u7403", "width": 7.0}, {"created_at": 1752674566, "description": "\u52fe\u80a1\u5b9a\u7406\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5b9a\u7406\uff0c\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4", "keywords": "\u51e0\u4f55\u5b9a\u7406,\u7a7a\u95f4\u5ea6\u91cf", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u52fe\u80a1\u5b9a\u7406\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5b9a\u7406\uff0c\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u3002", "to": "\u52fe\u80a1\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e09\u89d2\u51fd\u6570\u5728\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4\u4e2d\u7528\u4e8e\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u7684\u89d2\u548c\u8fb9\u957f\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4", "keywords": "\u51e0\u4f55\u51fd\u6570,\u89d2\u5ea6\u5173\u7cfb", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4e09\u89d2\u51fd\u6570\u5728\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7a7a\u95f4\u4e2d\u7528\u4e8e\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u7684\u89d2\u548c\u8fb9\u957f\u5173\u7cfb\u3002", "to": "\u4e09\u89d2\u51fd\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u52fe\u80a1\u5b9a\u7406\u4e13\u95e8\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u8fb9\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "geometric shapes,mathematical property", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u52fe\u80a1\u5b9a\u7406\u4e13\u95e8\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e09\u8fb9\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "to": "\u76f4\u89d2\u4e09\u89d2\u5f62", "width": 9.0}, {"created_at": 1752674566, "description": "\u8d39\u9a6c\u5927\u5b9a\u7406\u662f\u5bf9\u52fe\u80a1\u5b9a\u7406\u5728n\u22653\u65f6\u7684\u63a8\u5e7f\uff0c\u6307\u51faa^n + b^n = c^n\u5728n\u22653\u65f6\u65e0\u6574\u6570\u89e3\uff0c\u52fe\u80a1\u5b9a\u7406\u662fn=2\u65f6\u7684\u7279\u4f8b\u3002", "file_path": "unknown_source", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "\u6570\u5b66\u63a8\u5e7f,\u6570\u8bba\u731c\u60f3", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u8d39\u9a6c\u5927\u5b9a\u7406\u662f\u5bf9\u52fe\u80a1\u5b9a\u7406\u5728n\u22653\u65f6\u7684\u63a8\u5e7f\uff0c\u6307\u51faa^n + b^n = c^n\u5728n\u22653\u65f6\u65e0\u6574\u6570\u89e3\uff0c\u52fe\u80a1\u5b9a\u7406\u662fn=2\u65f6\u7684\u7279\u4f8b\u3002", "to": "\u8d39\u9a6c\u5927\u5b9a\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u5546\u9ad8\u5728\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u901a\u8fc7\u5177\u4f53\u6570\u503c\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\uff0c\u4e3a\u52fe\u80a1\u5b9a\u7406\u63d0\u4f9b\u4e86\u65e9\u671f\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "historical theorem,mathematical insight", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u5546\u9ad8\u5728\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u901a\u8fc7\u5177\u4f53\u6570\u503c\u63cf\u8ff0\u4e86\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\uff0c\u4e3a\u52fe\u80a1\u5b9a\u7406\u63d0\u4f9b\u4e86\u65e9\u671f\u7406\u89e3\u3002", "to": "\u5546\u9ad8", "width": 8.0}, {"created_at": 1752674566, "description": "\u52fe\u80a1\u5b9a\u7406\u7684\u7b26\u53f7\u8868\u8fbe\u4f53\u73b0\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u4ef7\u503c\uff0c\u4f7f\u5b9a\u7406\u8868\u8fbe\u66f4\u7b80\u6d01\u3001\u901a\u7528\u4e14\u6613\u4e8e\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "mathematical generalization,symbolic clarity", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u52fe\u80a1\u5b9a\u7406\u7684\u7b26\u53f7\u8868\u8fbe\u4f53\u73b0\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u4ef7\u503c\uff0c\u4f7f\u5b9a\u7406\u8868\u8fbe\u66f4\u7b80\u6d01\u3001\u901a\u7528\u4e14\u6613\u4e8e\u4f20\u64ad\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u8bb0\u8f7d\u4e86\u5546\u9ad8\u5bf9\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u7684\u63cf\u8ff0\uff0c\u662f\u52fe\u80a1\u5b9a\u7406\u5728\u4e2d\u56fd\u53e4\u4ee3\u7684\u91cd\u8981\u5386\u53f2\u6587\u732e\u6765\u6e90\u3002", "file_path": "unknown_source", "from": "\u52fe\u80a1\u5b9a\u7406", "keywords": "historical source,mathematical theorem", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u8bb0\u8f7d\u4e86\u5546\u9ad8\u5bf9\u76f4\u89d2\u4e09\u89d2\u5f62\u8fb9\u957f\u5173\u7cfb\u7684\u63cf\u8ff0\uff0c\u662f\u52fe\u80a1\u5b9a\u7406\u5728\u4e2d\u56fd\u53e4\u4ee3\u7684\u91cd\u8981\u5386\u53f2\u6587\u732e\u6765\u6e90\u3002", "to": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e09\u89d2\u51fd\u6570\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u89d2\u4e0e\u8fb9\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u4e09\u89d2\u51fd\u6570", "keywords": "geometric shapes,mathematical property", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u4e09\u89d2\u51fd\u6570\u63cf\u8ff0\u76f4\u89d2\u4e09\u89d2\u5f62\u4e2d\u89d2\u4e0e\u8fb9\u7684\u5173\u7cfb\u3002", "to": "\u76f4\u89d2\u4e09\u89d2\u5f62", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e73\u79fb\u548c\u65cb\u8f6c\u90fd\u662f\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u5e73\u79fb", "keywords": "\u51e0\u4f55\u53d8\u6362,\u521a\u4f53\u8fd0\u52a8", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u5e73\u79fb\u548c\u65cb\u8f6c\u90fd\u662f\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u65cb\u8f6c", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e73\u79fb\u662f\u521a\u4f53\u8fd0\u52a8\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u5e73\u79fb", "keywords": "\u51e0\u4f55\u53d8\u6362,\u8fd0\u52a8\u7c7b\u578b", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u5e73\u79fb\u662f\u521a\u4f53\u8fd0\u52a8\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e73\u79fb\u662f\u521a\u4f53\u53d8\u6362\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u5e73\u79fb", "keywords": "invariance,transformation type", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u5e73\u79fb\u662f\u521a\u4f53\u53d8\u6362\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u53d8\u6362", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e73\u79fb\u662f\u56fe\u5f62\u8fd0\u52a8\u7684\u4e24\u79cd\u57fa\u672c\u5f62\u5f0f\u4e4b\u4e00\uff0c\u5c5e\u4e8e\u56fe\u5f62\u53d8\u6362\u7684\u76f4\u89c2\u4f53\u73b0\u3002", "file_path": "unknown_source", "from": "\u5e73\u79fb", "keywords": "\u56fe\u5f62\u53d8\u6362,\u6570\u5b66\u6982\u5ff5", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5e73\u79fb\u662f\u56fe\u5f62\u8fd0\u52a8\u7684\u4e24\u79cd\u57fa\u672c\u5f62\u5f0f\u4e4b\u4e00\uff0c\u5c5e\u4e8e\u56fe\u5f62\u53d8\u6362\u7684\u76f4\u89c2\u4f53\u73b0\u3002", "to": "\u56fe\u5f62\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u65cb\u8f6c\u662f\u521a\u4f53\u8fd0\u52a8\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u65cb\u8f6c", "keywords": "\u51e0\u4f55\u53d8\u6362,\u8fd0\u52a8\u7c7b\u578b", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u65cb\u8f6c\u662f\u521a\u4f53\u8fd0\u52a8\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u65cb\u8f6c\u662f\u521a\u4f53\u53d8\u6362\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u65cb\u8f6c", "keywords": "invariance,transformation type", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u65cb\u8f6c\u662f\u521a\u4f53\u53d8\u6362\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u53d8\u6362", "width": 8.0}, {"created_at": 1752674566, "description": "\u65cb\u8f6c\u662f\u56fe\u5f62\u8fd0\u52a8\u7684\u53e6\u4e00\u79cd\u57fa\u672c\u5f62\u5f0f\uff0c\u5e38\u4e0e\u5e73\u79fb\u7ed3\u5408\u4f7f\u7528\u6765\u63cf\u8ff0\u56fe\u5f62\u7684\u8fd0\u52a8\u3002", "file_path": "unknown_source", "from": "\u65cb\u8f6c", "keywords": "\u56fe\u5f62\u53d8\u6362,\u6570\u5b66\u6982\u5ff5", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u65cb\u8f6c\u662f\u56fe\u5f62\u8fd0\u52a8\u7684\u53e6\u4e00\u79cd\u57fa\u672c\u5f62\u5f0f\uff0c\u5e38\u4e0e\u5e73\u79fb\u7ed3\u5408\u4f7f\u7528\u6765\u63cf\u8ff0\u56fe\u5f62\u7684\u8fd0\u52a8\u3002", "to": "\u56fe\u5f62\u8fd0\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u65cb\u8f6c\u9700\u4ee5\u4e00\u4e2a\u70b9\u4e3a\u53c2\u7167\uff0c\u5e76\u8003\u8651\u65b9\u5411\uff0c\u5426\u5219\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u53d1\u751f\u65cb\u8f6c\u3002", "file_path": "unknown_source", "from": "\u65cb\u8f6c", "keywords": "\u51e0\u4f55\u53d8\u6362,\u53c2\u7167\u7cfb\u7edf", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u65cb\u8f6c\u9700\u4ee5\u4e00\u4e2a\u70b9\u4e3a\u53c2\u7167\uff0c\u5e76\u8003\u8651\u65b9\u5411\uff0c\u5426\u5219\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u53d1\u751f\u65cb\u8f6c\u3002", "to": "\u65cb\u8f6c\u53c2\u7167\u70b9", "width": 7.0}, {"created_at": 1752674566, "description": "\u8f74\u5bf9\u79f0\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u8f74\u5bf9\u79f0", "keywords": "\u51e0\u4f55\u8fd0\u52a8,\u5bf9\u79f0\u53d8\u6362", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u8f74\u5bf9\u79f0\u662f\u4e00\u79cd\u521a\u4f53\u8fd0\u52a8\uff0c\u4fdd\u6301\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u8fd0\u52a8", "width": 8.0}, {"created_at": 1752674566, "description": "\u8f74\u5bf9\u79f0\u662f\u521a\u4f53\u53d8\u6362\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u8f74\u5bf9\u79f0", "keywords": "invariance,transformation type", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u8f74\u5bf9\u79f0\u662f\u521a\u4f53\u53d8\u6362\u7684\u4e00\u79cd\uff0c\u4fdd\u6301\u56fe\u5f62\u4e2d\u4efb\u610f\u4e24\u70b9\u95f4\u8ddd\u79bb\u4e0d\u53d8\u3002", "to": "\u521a\u4f53\u53d8\u6362", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e09\u89d2\u5f62\u4e0e\u56db\u8fb9\u5f62\u662f\u51e0\u4f55\u4e2d\u4e92\u65a5\u7684\u6982\u5ff5\uff0c\u7528\u4e8e\u8bf4\u660e\u77db\u76fe\u5f8b\u4e2d\u7684\u5bf9\u7acb\u547d\u9898\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u56db\u8fb9\u5f62", "keywords": "geometric shapes,logical contradiction", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u4e09\u89d2\u5f62\u4e0e\u56db\u8fb9\u5f62\u662f\u51e0\u4f55\u4e2d\u4e92\u65a5\u7684\u6982\u5ff5\uff0c\u7528\u4e8e\u8bf4\u660e\u77db\u76fe\u5f8b\u4e2d\u7684\u5bf9\u7acb\u547d\u9898\u5173\u7cfb\u3002", "to": "\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752674566, "description": "\u6b63\u591a\u8fb9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u591a\u8fb9\u5f62\uff0c\u5177\u6709\u8fb9\u957f\u548c\u89d2\u5ea6\u76f8\u7b49\u7684\u7279\u6027\u3002", "file_path": "unknown_source", "from": "\u591a\u8fb9\u5f62", "keywords": "\u51e0\u4f55\u5206\u7c7b,\u5bf9\u79f0\u6027", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6b63\u591a\u8fb9\u5f62\u662f\u4e00\u79cd\u7279\u6b8a\u7684\u591a\u8fb9\u5f62\uff0c\u5177\u6709\u8fb9\u957f\u548c\u89d2\u5ea6\u76f8\u7b49\u7684\u7279\u6027\u3002", "to": "\u6b63\u591a\u8fb9\u5f62", "width": 9.0}, {"created_at": 1752674566, "description": "\u70b9\u548c\u7ebf\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5bf9\u8c61\uff0c\u5b83\u4eec\u4e4b\u95f4\u7684\u5173\u7cfb\u7531\u5e0c\u5c14\u4f2f\u7279\u7684\u516c\u7406\u4f53\u7cfb\u4e25\u683c\u5b9a\u4e49\u3002\u003cSEP\u003e\u70b9\u662f\u6784\u6210\u7ebf\u7684\u57fa\u672c\u5143\u7d20\uff0c\u591a\u4e2a\u70b9\u53ef\u4ee5\u5f62\u6210\u7ebf\u3002\u003cSEP\u003e\u7ebf\u7531\u65e0\u6570\u70b9\u7ec4\u6210\uff0c\u70b9\u662f\u6784\u6210\u7ebf\u7684\u57fa\u672c\u5143\u7d20\u3002", "file_path": "unknown_source", "from": "\u70b9", "keywords": "basic elements,composition,geometric elements,geometric relation,\u51e0\u4f55\u6784\u6210,\u57fa\u7840\u5143\u7d20", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u70b9\u548c\u7ebf\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u5bf9\u8c61\uff0c\u5b83\u4eec\u4e4b\u95f4\u7684\u5173\u7cfb\u7531\u5e0c\u5c14\u4f2f\u7279\u7684\u516c\u7406\u4f53\u7cfb\u4e25\u683c\u5b9a\u4e49\u3002\u003cSEP\u003e\u70b9\u662f\u6784\u6210\u7ebf\u7684\u57fa\u672c\u5143\u7d20\uff0c\u591a\u4e2a\u70b9\u53ef\u4ee5\u5f62\u6210\u7ebf\u3002\u003cSEP\u003e\u7ebf\u7531\u65e0\u6570\u70b9\u7ec4\u6210\uff0c\u70b9\u662f\u6784\u6210\u7ebf\u7684\u57fa\u672c\u5143\u7d20\u3002", "to": "\u7ebf", "width": 26.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u201c\u70b9\u201d\u8fd9\u4e00\u57fa\u672c\u51e0\u4f55\u6982\u5ff5\uff0c\u4f5c\u4e3a\u6784\u5efa\u51e0\u4f55\u4f53\u7cfb\u7684\u8d77\u70b9\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u5b9a\u4e49\u4e86\u2018\u70b9\u2019\u8fd9\u4e00\u57fa\u672c\u51e0\u4f55\u5bf9\u8c61\uff0c\u4f5c\u4e3a\u6570\u5b66\u7814\u7a76\u7684\u8d77\u70b9\u3002", "file_path": "unknown_source", "from": "\u70b9", "keywords": "authorship,geometric definition,\u51e0\u4f55\u57fa\u7840,\u62bd\u8c61\u5b9a\u4e49", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u201c\u70b9\u201d\u8fd9\u4e00\u57fa\u672c\u51e0\u4f55\u6982\u5ff5\uff0c\u4f5c\u4e3a\u6784\u5efa\u51e0\u4f55\u4f53\u7cfb\u7684\u8d77\u70b9\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u5b9a\u4e49\u4e86\u2018\u70b9\u2019\u8fd9\u4e00\u57fa\u672c\u51e0\u4f55\u5bf9\u8c61\uff0c\u4f5c\u4e3a\u6570\u5b66\u7814\u7a76\u7684\u8d77\u70b9\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 18.0}, {"created_at": 1752674566, "description": "\u70b9\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u51e0\u4f55\u5b66\u7684\u6700\u57fa\u672c\u5143\u7d20\u3002", "file_path": "unknown_source", "from": "\u70b9", "keywords": "\u51e0\u4f55\u57fa\u7840,\u56fe\u5f62\u62bd\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u70b9\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u51e0\u4f55\u5b66\u7684\u6700\u57fa\u672c\u5143\u7d20\u3002", "to": "\u6570\u5b66\u7814\u7a76", "width": 9.0}, {"created_at": 1752674566, "description": "\u70b9\u662f\u62bd\u8c61\u5b58\u5728\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u6a21\u578b\u3002", "file_path": "unknown_source", "from": "\u70b9", "keywords": "\u56fe\u5f62\u62bd\u8c61,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u70b9\u662f\u62bd\u8c61\u5b58\u5728\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u6a21\u578b\u3002", "to": "\u62bd\u8c61\u7684\u5b58\u5728", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u5b9a\u4e49\u4e86\u2018\u70b9\u2019\u8fd9\u4e00\u57fa\u672c\u51e0\u4f55\u5bf9\u8c61\uff0c\u4f5c\u4e3a\u6570\u5b66\u7814\u7a76\u7684\u8d77\u70b9\u3002", "file_path": "unknown_source", "from": "\u70b9", "keywords": "geometric foundation,mathematical definition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u5b9a\u4e49\u4e86\u2018\u70b9\u2019\u8fd9\u4e00\u57fa\u672c\u51e0\u4f55\u5bf9\u8c61\uff0c\u4f5c\u4e3a\u6570\u5b66\u7814\u7a76\u7684\u8d77\u70b9\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u591a\u6761\u7ebf\u53ef\u4ee5\u7ec4\u6210\u9762\uff0c\u7ebf\u662f\u6784\u6210\u9762\u7684\u57fa\u672c\u5143\u7d20\u3002\u003cSEP\u003e\u7ebf\u548c\u9762\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u6784\u6210\u5355\u4f4d\uff0c\u5b83\u4eec\u4e4b\u95f4\u7684\u5173\u7cfb\u7531\u5e0c\u5c14\u4f2f\u7279\u7684\u516c\u7406\u4f53\u7cfb\u4e25\u683c\u5b9a\u4e49\u3002\u003cSEP\u003e\u9762\u7531\u65e0\u6570\u7ebf\u7ec4\u6210\uff0c\u7ebf\u662f\u6784\u6210\u9762\u7684\u57fa\u672c\u5143\u7d20\u3002", "file_path": "unknown_source", "from": "\u7ebf", "keywords": "composition,geometric elements,geometric structure,spatial relation,\u51e0\u4f55\u6784\u6210,\u57fa\u7840\u5143\u7d20", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u591a\u6761\u7ebf\u53ef\u4ee5\u7ec4\u6210\u9762\uff0c\u7ebf\u662f\u6784\u6210\u9762\u7684\u57fa\u672c\u5143\u7d20\u3002\u003cSEP\u003e\u7ebf\u548c\u9762\u662f\u51e0\u4f55\u5b66\u4e2d\u7684\u57fa\u672c\u6784\u6210\u5355\u4f4d\uff0c\u5b83\u4eec\u4e4b\u95f4\u7684\u5173\u7cfb\u7531\u5e0c\u5c14\u4f2f\u7279\u7684\u516c\u7406\u4f53\u7cfb\u4e25\u683c\u5b9a\u4e49\u3002\u003cSEP\u003e\u9762\u7531\u65e0\u6570\u7ebf\u7ec4\u6210\uff0c\u7ebf\u662f\u6784\u6210\u9762\u7684\u57fa\u672c\u5143\u7d20\u3002", "to": "\u9762", "width": 25.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u7ebf\u2019\u4e3a\u53ea\u6709\u957f\u5ea6\u6ca1\u6709\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u6784\u6210\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u201c\u7ebf\u201d\u4f5c\u4e3a\u7531\u70b9\u6784\u6210\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u662f\u51e0\u4f55\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u7ebf", "keywords": "authorship,geometric structure,\u51e0\u4f55\u7ed3\u6784,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u7ebf\u2019\u4e3a\u53ea\u6709\u957f\u5ea6\u6ca1\u6709\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u6784\u6210\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u201c\u7ebf\u201d\u4f5c\u4e3a\u7531\u70b9\u6784\u6210\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u662f\u51e0\u4f55\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 18.0}, {"created_at": 1752674566, "description": "\u7ebf\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u5143\u7d20\u4e4b\u4e00\uff0c\u7528\u4e8e\u5efa\u7acb\u56fe\u5f62\u5173\u7cfb\u548c\u62bd\u8c61\u6a21\u578b\u3002", "file_path": "unknown_source", "from": "\u7ebf", "keywords": "\u56fe\u5f62\u62bd\u8c61,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7ebf\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u5143\u7d20\u4e4b\u4e00\uff0c\u7528\u4e8e\u5efa\u7acb\u56fe\u5f62\u5173\u7cfb\u548c\u62bd\u8c61\u6a21\u578b\u3002", "to": "\u6570\u5b66\u7814\u7a76", "width": 8.0}, {"created_at": 1752674566, "description": "\u7ebf\u662f\u62bd\u8c61\u5b58\u5728\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u6a21\u578b\u3002", "file_path": "unknown_source", "from": "\u7ebf", "keywords": "\u56fe\u5f62\u62bd\u8c61,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7ebf\u662f\u62bd\u8c61\u5b58\u5728\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u6a21\u578b\u3002", "to": "\u62bd\u8c61\u7684\u5b58\u5728", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u7ebf\u2019\u4e3a\u53ea\u6709\u957f\u5ea6\u6ca1\u6709\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u6784\u6210\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u7ebf", "keywords": "geometric structure,mathematical definition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u7ebf\u2019\u4e3a\u53ea\u6709\u957f\u5ea6\u6ca1\u6709\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u6784\u6210\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u7840\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u4f53\u7531\u9762\u7ec4\u6210\uff0c\u9762\u662f\u6784\u6210\u4f53\u7684\u57fa\u672c\u5143\u7d20\u3002\u003cSEP\u003e\u591a\u4e2a\u9762\u53ef\u4ee5\u7ec4\u6210\u4f53\uff0c\u9762\u662f\u6784\u6210\u4f53\u7684\u57fa\u672c\u5143\u7d20\u3002", "file_path": "unknown_source", "from": "\u9762", "keywords": "composition,geometric elements,\u51e0\u4f55\u6784\u6210,\u57fa\u7840\u5143\u7d20", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d\u003cSEP\u003echunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4f53\u7531\u9762\u7ec4\u6210\uff0c\u9762\u662f\u6784\u6210\u4f53\u7684\u57fa\u672c\u5143\u7d20\u3002\u003cSEP\u003e\u591a\u4e2a\u9762\u53ef\u4ee5\u7ec4\u6210\u4f53\uff0c\u9762\u662f\u6784\u6210\u4f53\u7684\u57fa\u672c\u5143\u7d20\u3002", "to": "\u4f53", "width": 18.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u9762\u2019\u4e3a\u5177\u6709\u957f\u5ea6\u548c\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u662f\u6784\u5efa\u66f4\u590d\u6742\u51e0\u4f55\u4f53\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u201c\u9762\u201d\u4f5c\u4e3a\u4e8c\u7ef4\u51e0\u4f55\u5bf9\u8c61\uff0c\u7528\u4e8e\u63cf\u8ff0\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u672c\u6027\u8d28\u3002", "file_path": "unknown_source", "from": "\u9762", "keywords": "authorship,spatial structure,\u51e0\u4f55\u7ef4\u5ea6,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u9762\u2019\u4e3a\u5177\u6709\u957f\u5ea6\u548c\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u662f\u6784\u5efa\u66f4\u590d\u6742\u51e0\u4f55\u4f53\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u201c\u9762\u201d\u4f5c\u4e3a\u4e8c\u7ef4\u51e0\u4f55\u5bf9\u8c61\uff0c\u7528\u4e8e\u63cf\u8ff0\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u672c\u6027\u8d28\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 16.0}, {"created_at": 1752674566, "description": "\u9762\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u63cf\u8ff0\u4e8c\u7ef4\u56fe\u5f62\u7ed3\u6784\u7684\u91cd\u8981\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u9762", "keywords": "\u51e0\u4f55\u7ed3\u6784,\u56fe\u5f62\u62bd\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u9762\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u63cf\u8ff0\u4e8c\u7ef4\u56fe\u5f62\u7ed3\u6784\u7684\u91cd\u8981\u6982\u5ff5\u3002", "to": "\u6570\u5b66\u7814\u7a76", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u9762\u2019\u4e3a\u5177\u6709\u957f\u5ea6\u548c\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u662f\u6784\u5efa\u66f4\u590d\u6742\u51e0\u4f55\u4f53\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u9762", "keywords": "mathematical definition,spatial structure", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u9762\u2019\u4e3a\u5177\u6709\u957f\u5ea6\u548c\u5bbd\u5ea6\u7684\u51e0\u4f55\u5bf9\u8c61\uff0c\u662f\u6784\u5efa\u66f4\u590d\u6742\u51e0\u4f55\u4f53\u7684\u57fa\u7840\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u89d2\u7684\u5927\u5c0f\u7531\u5355\u4f4d\u5706\u7684\u5f26\u957f\u6216\u5f27\u957f\u51b3\u5b9a\uff0c\u5355\u4f4d\u5706\u63d0\u4f9b\u4e86\u7edf\u4e00\u7684\u5ea6\u91cf\u6807\u51c6\u3002", "file_path": "unknown_source", "from": "\u89d2", "keywords": "\u51e0\u4f55\u5b9a\u4e49,\u5ea6\u91cf\u6807\u51c6", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u89d2\u7684\u5927\u5c0f\u7531\u5355\u4f4d\u5706\u7684\u5f26\u957f\u6216\u5f27\u957f\u51b3\u5b9a\uff0c\u5355\u4f4d\u5706\u63d0\u4f9b\u4e86\u7edf\u4e00\u7684\u5ea6\u91cf\u6807\u51c6\u3002", "to": "\u5355\u4f4d\u5706", "width": 8.0}, {"created_at": 1752674566, "description": "\u89d2\u7684\u5b9a\u4e49\u548c\u6027\u8d28\u5f71\u54cd\u4e09\u89d2\u5f62\u7684\u5185\u89d2\u548c\u53ca\u5206\u7c7b\u3002", "file_path": "unknown_source", "from": "\u89d2", "keywords": "\u51e0\u4f55\u6027\u8d28,\u56fe\u5f62\u5173\u8054", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u89d2\u7684\u5b9a\u4e49\u548c\u6027\u8d28\u5f71\u54cd\u4e09\u89d2\u5f62\u7684\u5185\u89d2\u548c\u53ca\u5206\u7c7b\u3002", "to": "\u4e09\u89d2\u5f62", "width": 7.0}, {"created_at": 1752674566, "description": "\u89d2\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u6982\u5ff5\uff0c\u7528\u4e8e\u63cf\u8ff0\u56fe\u5f62\u4e4b\u95f4\u7684\u65b9\u5411\u548c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u89d2", "keywords": "\u51e0\u4f55\u57fa\u7840,\u56fe\u5f62\u62bd\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u89d2\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7684\u57fa\u672c\u56fe\u5f62\u6982\u5ff5\uff0c\u7528\u4e8e\u63cf\u8ff0\u56fe\u5f62\u4e4b\u95f4\u7684\u65b9\u5411\u548c\u5173\u7cfb\u3002", "to": "\u6570\u5b66\u7814\u7a76", "width": 8.0}, {"created_at": 1752674566, "description": "\u89d2\u662f\u62bd\u8c61\u5b58\u5728\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u6a21\u578b\u3002", "file_path": "unknown_source", "from": "\u89d2", "keywords": "\u56fe\u5f62\u62bd\u8c61,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u89d2\u662f\u62bd\u8c61\u5b58\u5728\u7684\u4e00\u79cd\u5f62\u5f0f\uff0c\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u6a21\u578b\u3002", "to": "\u62bd\u8c61\u7684\u5b58\u5728", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u89d2\u2019\u4e3a\u4e24\u6761\u76f8\u4ea4\u7ebf\u4e4b\u95f4\u7684\u503e\u659c\u5ea6\uff0c\u662f\u51e0\u4f55\u7814\u7a76\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u89d2", "keywords": "angular measurement,mathematical definition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u89d2\u2019\u4e3a\u4e24\u6761\u76f8\u4ea4\u7ebf\u4e4b\u95f4\u7684\u503e\u659c\u5ea6\uff0c\u662f\u51e0\u4f55\u7814\u7a76\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u89d2\u2019\u4e3a\u4e24\u6761\u76f8\u4ea4\u7ebf\u4e4b\u95f4\u7684\u503e\u659c\u5ea6\uff0c\u662f\u51e0\u4f55\u7814\u7a76\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002\u003cSEP\u003e\u89d2\u7684\u6982\u5ff5\u6700\u65e9\u7531\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u4e3a\u76f8\u4ea4\u76f4\u7ebf\u7684\u503e\u659c\u5ea6\uff0c\u662f\u5176\u51e0\u4f55\u4f53\u7cfb\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u89d2", "keywords": "angular measurement,authorship,\u51e0\u4f55\u57fa\u7840,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30\u003cSEP\u003echunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u89d2\u2019\u4e3a\u4e24\u6761\u76f8\u4ea4\u7ebf\u4e4b\u95f4\u7684\u503e\u659c\u5ea6\uff0c\u662f\u51e0\u4f55\u7814\u7a76\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002\u003cSEP\u003e\u89d2\u7684\u6982\u5ff5\u6700\u65e9\u7531\u6b27\u51e0\u91cc\u5f97\u5b9a\u4e49\u4e3a\u76f8\u4ea4\u76f4\u7ebf\u7684\u503e\u659c\u5ea6\uff0c\u662f\u5176\u51e0\u4f55\u4f53\u7cfb\u7684\u6838\u5fc3\u5185\u5bb9\u4e4b\u4e00\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 18.0}, {"created_at": 1752674566, "description": "\u9762\u79ef\u7684\u8ba1\u7b97\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\uff0c\u662f\u5e73\u9762\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\u3002", "file_path": "unknown_source", "from": "\u76f4\u7ebf\u8ddd\u79bb", "keywords": "\u51e0\u4f55\u5ea6\u91cf,\u57fa\u7840\u8ba1\u7b97", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u9762\u79ef\u7684\u8ba1\u7b97\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\uff0c\u662f\u5e73\u9762\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\u3002", "to": "\u9762\u79ef", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f53\u79ef\u7684\u8ba1\u7b97\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\uff0c\u662f\u7acb\u4f53\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\u3002", "file_path": "unknown_source", "from": "\u76f4\u7ebf\u8ddd\u79bb", "keywords": "\u51e0\u4f55\u5ea6\u91cf,\u57fa\u7840\u8ba1\u7b97", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u4f53\u79ef\u7684\u8ba1\u7b97\u57fa\u4e8e\u76f4\u7ebf\u8ddd\u79bb\uff0c\u662f\u7acb\u4f53\u56fe\u5f62\u5927\u5c0f\u7684\u5ea6\u91cf\u3002", "to": "\u4f53\u79ef", "width": 8.0}, {"created_at": 1752674566, "description": "Area is taught in the second stage of\u5c0f\u5b66\u9636\u6bb5, building upon the understanding of length and introducing two-dimensional measurement.", "file_path": "unknown_source", "from": "\u9762\u79ef", "keywords": "educational progression,mathematics", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Area is taught in the second stage of\u5c0f\u5b66\u9636\u6bb5, building upon the understanding of length and introducing two-dimensional measurement.", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 7.0}, {"created_at": 1752674566, "description": "Length is a one-dimensional measurement, while area extends this to two dimensions, showing a conceptual progression in measurement education.", "file_path": "unknown_source", "from": "\u9762\u79ef", "keywords": "mathematical concepts,measurement progression", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Length is a one-dimensional measurement, while area extends this to two dimensions, showing a conceptual progression in measurement education.", "to": "\u957f\u5ea6", "width": 8.0}, {"created_at": 1752674566, "description": "Area is a two-dimensional concept, and volume builds upon it as a three-dimensional measurement, showing a natural educational and conceptual progression.", "file_path": "unknown_source", "from": "\u9762\u79ef", "keywords": "dimensional progression,spatial measurement", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Area is a two-dimensional concept, and volume builds upon it as a three-dimensional measurement, showing a natural educational and conceptual progression.", "to": "\u4f53\u79ef", "width": 8.0}, {"created_at": 1752674566, "description": "Area is a key mathematical concept taught in the\u7b2c\u4e8c\u5b66\u6bb5, building upon the understanding of length and introducing two-dimensional measurement.", "file_path": "unknown_source", "from": "\u9762\u79ef", "keywords": "advanced concept,dimensional progression", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Area is a key mathematical concept taught in the\u7b2c\u4e8c\u5b66\u6bb5, building upon the understanding of length and introducing two-dimensional measurement.", "to": "\u7b2c\u4e8c\u5b66\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42specifies the learning goals for\u9762\u79efin the\u7b2c\u4e8c\u5b66\u6bb5, including understanding formulas for shapes and applying them to solve real-world problems.", "file_path": "unknown_source", "from": "\u9762\u79ef", "keywords": "curriculum objective,mathematical application", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42specifies the learning goals for\u9762\u79efin the\u7b2c\u4e8c\u5b66\u6bb5, including understanding formulas for shapes and applying them to solve real-world problems.", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 8.0}, {"created_at": 1752674566, "description": "Volume is introduced in the later\u5c0f\u5b66\u9636\u6bb5, representing the most advanced spatial measurement concept taught at the elementary level.", "file_path": "unknown_source", "from": "\u4f53\u79ef", "keywords": "educational development,spatial understanding", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Volume is introduced in the later\u5c0f\u5b66\u9636\u6bb5, representing the most advanced spatial measurement concept taught at the elementary level.", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 7.0}, {"created_at": 1752674566, "description": "Volume is introduced in the\u7b2c\u4e8c\u5b66\u6bb5, representing the most advanced spatial measurement concept taught at the elementary level, extending from one-dimensional length to three-dimensional space.", "file_path": "unknown_source", "from": "\u4f53\u79ef", "keywords": "educational progression,spatial understanding", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Volume is introduced in the\u7b2c\u4e8c\u5b66\u6bb5, representing the most advanced spatial measurement concept taught at the elementary level, extending from one-dimensional length to three-dimensional space.", "to": "\u7b2c\u4e8c\u5b66\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42defines the educational requirements for\u4f53\u79efin the\u7b2c\u4e8c\u5b66\u6bb5, including understanding volume formulas for shapes like cubes and cylinders and applying them practically.", "file_path": "unknown_source", "from": "\u4f53\u79ef", "keywords": "educational standard,spatial measurement", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42defines the educational requirements for\u4f53\u79efin the\u7b2c\u4e8c\u5b66\u6bb5, including understanding volume formulas for shapes like cubes and cylinders and applying them practically.", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 8.0}, {"created_at": 1752674566, "description": "Rigid motions maintain congruence by preserving distances and angles in shapes.", "file_path": "unknown_source", "from": "\u521a\u4f53\u8fd0\u52a8", "keywords": "geometric principles,shape preservation", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "Rigid motions maintain congruence by preserving distances and angles in shapes.", "to": "\u56fe\u5f62\u5168\u7b49", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u80b2\u6539\u9769\u662f\u4e49\u52a1\u6559\u80b2\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u65e8\u5728\u4f18\u5316\u6570\u5b66\u6559\u5b66\u65b9\u6cd5\u548c\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u4e49\u52a1\u6559\u80b2", "keywords": "\u6559\u80b2\u653f\u7b56,\u8bfe\u7a0b\u6539\u9769", "source_id": "chunk-c1f0f38352bf492f96567cff86102e58", "title": "\u6570\u5b66\u6559\u80b2\u6539\u9769\u662f\u4e49\u52a1\u6559\u80b2\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u65e8\u5728\u4f18\u5316\u6570\u5b66\u6559\u5b66\u65b9\u6cd5\u548c\u5185\u5bb9\u3002", "to": "\u6570\u5b66\u6559\u80b2\u6539\u9769", "width": 7.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u548c\u9ece\u66fc\u7a7a\u95f4\u662f\u4e0d\u540c\u7684\u6570\u5b66\u7a7a\u95f4\uff0c\u57fa\u4e8e\u4e0d\u540c\u7684\u5ea6\u91cf\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4", "keywords": "geometry,mathematical spaces", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u6b27\u51e0\u91cc\u5f97\u7a7a\u95f4\u548c\u9ece\u66fc\u7a7a\u95f4\u662f\u4e0d\u540c\u7684\u6570\u5b66\u7a7a\u95f4\uff0c\u57fa\u4e8e\u4e0d\u540c\u7684\u5ea6\u91cf\u65b9\u6cd5\u3002", "to": "\u9ece\u66fc\u7a7a\u95f4", "width": 7.0}, {"created_at": 1752674566, "description": "\u5185\u79ef\u662f\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4", "keywords": "functional analysis,fundamental metric", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u5185\u79ef\u662f\u5e0c\u5c14\u4f2f\u7279\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\u3002", "to": "\u5185\u79ef", "width": 8.0}, {"created_at": 1752674566, "description": "\u66f2\u7ebf\u5750\u6807\u662f\u9ece\u66fc\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u9ece\u66fc\u7a7a\u95f4", "keywords": "differential geometry,fundamental metric", "source_id": "chunk-cceb7fc5191a1b7132a11703466c415d", "title": "\u66f2\u7ebf\u5750\u6807\u662f\u9ece\u66fc\u7a7a\u95f4\u4e2d\u7684\u57fa\u672c\u5ea6\u91cf\u65b9\u6cd5\u3002", "to": "\u66f2\u7ebf\u5750\u6807", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f4\u89d2\u4e09\u89d2\u5f62\u662f\u533a\u5206\u9510\u89d2\u548c\u949d\u89d2\u4e09\u89d2\u5f62\u7684\u5173\u952e\u6807\u51c6\u3002", "file_path": "unknown_source", "from": "\u9510\u89d2\u4e09\u89d2\u5f62", "keywords": "\u51e0\u4f55\u5206\u754c,\u5206\u7c7b\u6807\u51c6", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u76f4\u89d2\u4e09\u89d2\u5f62\u662f\u533a\u5206\u9510\u89d2\u548c\u949d\u89d2\u4e09\u89d2\u5f62\u7684\u5173\u952e\u6807\u51c6\u3002", "to": "\u76f4\u89d2\u4e09\u89d2\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f4\u89d2\u4e09\u89d2\u5f62\u662f\u533a\u5206\u949d\u89d2\u548c\u9510\u89d2\u4e09\u89d2\u5f62\u7684\u5206\u6c34\u5cad\u3002", "file_path": "unknown_source", "from": "\u949d\u89d2\u4e09\u89d2\u5f62", "keywords": "\u51e0\u4f55\u5206\u754c,\u5206\u7c7b\u6807\u51c6", "source_id": "chunk-b8cb0b3bb1cff9a2ccf4623209e1bea6", "title": "\u76f4\u89d2\u4e09\u89d2\u5f62\u662f\u533a\u5206\u949d\u89d2\u548c\u9510\u89d2\u4e09\u89d2\u5f62\u7684\u5206\u6c34\u5cad\u3002", "to": "\u76f4\u89d2\u4e09\u89d2\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "Length is introduced in the\u5c0f\u5b66\u9636\u6bb5, making it a foundational concept in early mathematics education.", "file_path": "unknown_source", "from": "\u957f\u5ea6", "keywords": "educational curriculum,foundational concept", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Length is introduced in the\u5c0f\u5b66\u9636\u6bb5, making it a foundational concept in early mathematics education.", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u5398\u7c73is a standard unit used to measure\u957f\u5ea6, and its introduction helps students understand precision and the importance of standardized units.\u003cSEP\u003e\u5398\u7c73is a standardized unit used to measure\u957f\u5ea6, and its introduction helps students understand precision and the importance of standardized units in measurement.", "file_path": "unknown_source", "from": "\u957f\u5ea6", "keywords": "measurement unit,precision,unit of measurement", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u5398\u7c73is a standard unit used to measure\u957f\u5ea6, and its introduction helps students understand precision and the importance of standardized units.\u003cSEP\u003e\u5398\u7c73is a standardized unit used to measure\u957f\u5ea6, and its introduction helps students understand precision and the importance of standardized units in measurement.", "to": "\u5398\u7c73", "width": 18.0}, {"created_at": 1752674566, "description": "This instructional activity helps students understand the concept of\u957f\u5ea6through practical measurement exercises using\u5398\u7c73and other informal units.", "file_path": "unknown_source", "from": "\u957f\u5ea6", "keywords": "hands-on learning,measurement understanding", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "This instructional activity helps students understand the concept of\u957f\u5ea6through practical measurement exercises using\u5398\u7c73and other informal units.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "width": 9.0}, {"created_at": 1752674566, "description": "Length is a core mathematical concept introduced in the\u7b2c\u4e00\u5b66\u6bb5of elementary education, serving as the foundation for more advanced spatial measurements.", "file_path": "unknown_source", "from": "\u957f\u5ea6", "keywords": "curriculum content,foundational concept", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "Length is a core mathematical concept introduced in the\u7b2c\u4e00\u5b66\u6bb5of elementary education, serving as the foundation for more advanced spatial measurements.", "to": "\u7b2c\u4e00\u5b66\u6bb5", "width": 9.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42outlines the learning objectives for\u957f\u5ea6in the\u7b2c\u4e00\u5b66\u6bb5, including understanding units like\u7c73and\u5398\u7c73and the importance of measurement in real-world contexts.", "file_path": "unknown_source", "from": "\u957f\u5ea6", "keywords": "curriculum guideline,measurement education", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42outlines the learning objectives for\u957f\u5ea6in the\u7b2c\u4e00\u5b66\u6bb5, including understanding units like\u7c73and\u5398\u7c73and the importance of measurement in real-world contexts.", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 8.0}, {"created_at": 1752674566, "description": "\u4fe1\u606f\u6280\u672f\u4e2d\u5e7f\u6cdb\u5e94\u7528\u56fe\u5f62\u6570\u5b57\u5316\u6280\u672f\uff0c\u7528\u4e8e\u753b\u9762\u4f20\u8f93\u548c\u6570\u636e\u52a0\u5bc6\uff0c\u4f53\u73b0\u4e86\u5176\u6280\u672f\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u4fe1\u606f\u6280\u672f", "keywords": "data security,digital transformation", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u4fe1\u606f\u6280\u672f\u4e2d\u5e7f\u6cdb\u5e94\u7528\u56fe\u5f62\u6570\u5b57\u5316\u6280\u672f\uff0c\u7528\u4e8e\u753b\u9762\u4f20\u8f93\u548c\u6570\u636e\u52a0\u5bc6\uff0c\u4f53\u73b0\u4e86\u5176\u6280\u672f\u57fa\u7840\u3002", "to": "\u56fe\u5f62\u6570\u5b57\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u4ee3\u6570\u76f4\u89c2\u548c\u7edf\u8ba1\u76f4\u89c2\u90fd\u662f\u6570\u5b66\u76f4\u89c2\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u4e0e\u51e0\u4f55\u76f4\u89c2\u5171\u540c\u6784\u6210\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u601d\u7ef4\u57f9\u517b\u7684\u6838\u5fc3\u3002", "file_path": "unknown_source", "from": "\u4ee3\u6570\u76f4\u89c2", "keywords": "cognitive development,mathematical intuition", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u4ee3\u6570\u76f4\u89c2\u548c\u7edf\u8ba1\u76f4\u89c2\u90fd\u662f\u6570\u5b66\u76f4\u89c2\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u4e0e\u51e0\u4f55\u76f4\u89c2\u5171\u540c\u6784\u6210\u4e49\u52a1\u6559\u80b2\u9636\u6bb5\u6570\u5b66\u601d\u7ef4\u57f9\u517b\u7684\u6838\u5fc3\u3002", "to": "\u7edf\u8ba1\u76f4\u89c2", "width": 7.0}, {"created_at": 1752674566, "description": "\u56fe\u5f62\u6570\u5b57\u5316\u4f20\u8f93\u4f9d\u8d56\u53d8\u6362\u5173\u7cfb\u5b9e\u73b0\u52a0\u5bc6\u4e0e\u89e3\u5bc6\uff0c\u662f\u5176\u6838\u5fc3\u6280\u672f\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u6570\u5b57\u5316", "keywords": "data encryption,transformation", "source_id": "chunk-57240756a8944481d9eef51ffccd60df", "title": "\u56fe\u5f62\u6570\u5b57\u5316\u4f20\u8f93\u4f9d\u8d56\u53d8\u6362\u5173\u7cfb\u5b9e\u73b0\u52a0\u5bc6\u4e0e\u89e3\u5bc6\uff0c\u662f\u5176\u6838\u5fc3\u6280\u672f\u4e4b\u4e00\u3002", "to": "\u53d8\u6362\u5173\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u63a8\u65ad\u7edf\u8ba1\u7ecf\u5e38\u4f7f\u7528\u63cf\u8ff0\u7edf\u8ba1\u7684\u65b9\u6cd5\u8fdb\u884c\u6570\u636e\u6574\u7406\u548c\u5206\u6790,\u4f46\u5176\u76ee\u6807\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u4fe1\u606f\u3002", "file_path": "unknown_source", "from": "\u63cf\u8ff0\u7edf\u8ba1", "keywords": "data interpretation,statistical methodology", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u63a8\u65ad\u7edf\u8ba1\u7ecf\u5e38\u4f7f\u7528\u63cf\u8ff0\u7edf\u8ba1\u7684\u65b9\u6cd5\u8fdb\u884c\u6570\u636e\u6574\u7406\u548c\u5206\u6790,\u4f46\u5176\u76ee\u6807\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u4fe1\u606f\u3002", "to": "\u63a8\u65ad\u7edf\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u5728\u63cf\u8ff0\u7edf\u8ba1\u4e2d\uff0c\u6570\u636e\u5206\u6bb5\u662f\u5e38\u7528\u624b\u6bb5\uff0c\u7528\u4e8e\u6e05\u6670\u8868\u8fbe\u548c\u5206\u6790\u6570\u636e\u5206\u5e03\u7279\u5f81\u3002", "file_path": "unknown_source", "from": "\u63cf\u8ff0\u7edf\u8ba1", "keywords": "data categorization,visualization", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u5728\u63cf\u8ff0\u7edf\u8ba1\u4e2d\uff0c\u6570\u636e\u5206\u6bb5\u662f\u5e38\u7528\u624b\u6bb5\uff0c\u7528\u4e8e\u6e05\u6670\u8868\u8fbe\u548c\u5206\u6790\u6570\u636e\u5206\u5e03\u7279\u5f81\u3002", "to": "\u6570\u636e\u5206\u6bb5", "width": 7.0}, {"created_at": 1752674566, "description": "\u63cf\u8ff0\u7edf\u8ba1\u5e7f\u6cdb\u5e94\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\uff0c\u5982\u5bb6\u5ead\u6536\u652f\u3001\u4f01\u4e1a\u62a5\u8868\u3001\u653f\u5e9c\u9884\u7b97\u3001\u4eba\u53e3\u666e\u67e5\u7b49\u573a\u666f\u3002", "file_path": "unknown_source", "from": "\u63cf\u8ff0\u7edf\u8ba1", "keywords": "data presentation,real-world application", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u63cf\u8ff0\u7edf\u8ba1\u5e7f\u6cdb\u5e94\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\uff0c\u5982\u5bb6\u5ead\u6536\u652f\u3001\u4f01\u4e1a\u62a5\u8868\u3001\u653f\u5e9c\u9884\u7b97\u3001\u4eba\u53e3\u666e\u67e5\u7b49\u573a\u666f\u3002", "to": "\u65e5\u5e38\u751f\u6d3b\u5e94\u7528", "width": 9.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u7528\u4e8e\u4f30\u8ba1\u603b\u4f53\u53c2\u6570\u7684\u91cd\u8981\u65b9\u6cd5\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "estimation,statistical inference", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u7528\u4e8e\u4f30\u8ba1\u603b\u4f53\u53c2\u6570\u7684\u91cd\u8981\u65b9\u6cd5\u4e4b\u4e00\u3002", "to": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "\u62bd\u6837\u8c03\u67e5\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u5e38\u7528\u7684\u6570\u636e\u6536\u96c6\u65b9\u5f0f\uff0c\u7528\u4e8e\u4ece\u603b\u4f53\u4e2d\u9009\u53d6\u6837\u672c\u8fdb\u884c\u5206\u6790\u4ee5\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "data collection,statistical sampling", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u62bd\u6837\u8c03\u67e5\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u5e38\u7528\u7684\u6570\u636e\u6536\u96c6\u65b9\u5f0f\uff0c\u7528\u4e8e\u4ece\u603b\u4f53\u4e2d\u9009\u53d6\u6837\u672c\u8fdb\u884c\u5206\u6790\u4ee5\u63a8\u65ad\u603b\u4f53\u7279\u5f81\u3002", "to": "\u62bd\u6837\u8c03\u67e5", "width": 8.0}, {"created_at": 1752674566, "description": "\u63a8\u65ad\u7edf\u8ba1\u7684\u7ed3\u679c\u5177\u6709\u4e0d\u786e\u5b9a\u6027\uff0c\u662f\u4e00\u79cd\u6216\u7136\u7ed3\u679c\uff0c\u8fd9\u662f\u5176\u4e0e\u63cf\u8ff0\u7edf\u8ba1\u7684\u91cd\u8981\u533a\u522b\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "statistical inference,uncertainty", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u63a8\u65ad\u7edf\u8ba1\u7684\u7ed3\u679c\u5177\u6709\u4e0d\u786e\u5b9a\u6027\uff0c\u662f\u4e00\u79cd\u6216\u7136\u7ed3\u679c\uff0c\u8fd9\u662f\u5176\u4e0e\u63cf\u8ff0\u7edf\u8ba1\u7684\u91cd\u8981\u533a\u522b\u3002", "to": "\u6216\u7136\u7ed3\u679c", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u968f\u673a\u6027\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u7840\uff0c\u56e0\u4e3a\u6837\u672c\u6570\u636e\u5177\u6709\u968f\u673a\u6027\uff0c\u6240\u4ee5\u63a8\u65ad\u7ed3\u679c\u5177\u6709\u6216\u7136\u6027\u3002\u003cSEP\u003e\u6570\u636e\u968f\u673a\u6027\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u91cd\u8981\u524d\u63d0\uff0c\u7528\u4e8e\u786e\u4fdd\u6837\u672c\u6570\u636e\u7684\u79d1\u5b66\u6027\u548c\u63a8\u65ad\u7ed3\u679c\u7684\u53ef\u9760\u6027\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "random sampling,statistical validity,\u6216\u7136\u7ed3\u8bba,\u6570\u636e\u4e0d\u786e\u5b9a\u6027,\u7edf\u8ba1\u63a8\u65ad", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154\u003cSEP\u003echunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6570\u636e\u968f\u673a\u6027\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u57fa\u7840\uff0c\u56e0\u4e3a\u6837\u672c\u6570\u636e\u5177\u6709\u968f\u673a\u6027\uff0c\u6240\u4ee5\u63a8\u65ad\u7ed3\u679c\u5177\u6709\u6216\u7136\u6027\u3002\u003cSEP\u003e\u6570\u636e\u968f\u673a\u6027\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u91cd\u8981\u524d\u63d0\uff0c\u7528\u4e8e\u786e\u4fdd\u6837\u672c\u6570\u636e\u7684\u79d1\u5b66\u6027\u548c\u63a8\u65ad\u7ed3\u679c\u7684\u53ef\u9760\u6027\u3002", "to": "\u6570\u636e\u968f\u673a\u6027", "width": 18.0}, {"created_at": 1752674566, "description": "\u63a8\u65ad\u7edf\u8ba1\u7684\u76ee\u6807\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u56e0\u6b64\u603b\u4f53\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u6838\u5fc3\u7814\u7a76\u5bf9\u8c61\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "\u603b\u4f53\u7279\u5f81,\u6570\u636e\u63a8\u65ad,\u7edf\u8ba1\u76ee\u6807", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u63a8\u65ad\u7edf\u8ba1\u7684\u76ee\u6807\u662f\u901a\u8fc7\u6837\u672c\u6570\u636e\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u56e0\u6b64\u603b\u4f53\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u6838\u5fc3\u7814\u7a76\u5bf9\u8c61\u3002", "to": "\u603b\u4f53", "width": 10.0}, {"created_at": 1752674566, "description": "\u4f30\u8ba1\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u7684\u4e00\u79cd\u6838\u5fc3\u65b9\u6cd5\uff0c\u901a\u8fc7\u6837\u672c\u6570\u636e\u5206\u6790\u6765\u63a8\u6d4b\u603b\u4f53\u53c2\u6570\uff0c\u5982\u5e73\u5747\u503c\u3001\u6bd4\u4f8b\u7b49\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "\u53c2\u6570\u63a8\u6d4b,\u6570\u636e\u5206\u6790,\u7edf\u8ba1\u65b9\u6cd5", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u4f30\u8ba1\u662f\u63a8\u65ad\u7edf\u8ba1\u4e2d\u7684\u4e00\u79cd\u6838\u5fc3\u65b9\u6cd5\uff0c\u901a\u8fc7\u6837\u672c\u6570\u636e\u5206\u6790\u6765\u63a8\u6d4b\u603b\u4f53\u53c2\u6570\uff0c\u5982\u5e73\u5747\u503c\u3001\u6bd4\u4f8b\u7b49\u3002", "to": "\u4f30\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "Statistical means are central to inferential statistics for population estimation.", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "data analysis,sampling theory", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Statistical means are central to inferential statistics for population estimation.", "to": "\u7edf\u8ba1\u610f\u4e49\u4e0a\u7684\u5e73\u5747\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u4e2d\u4f7f\u7528\u6295\u7bee\u6570\u636e\u6765\u4ecb\u7ecd\u63a8\u65ad\u7edf\u8ba1\u7684\u6982\u5ff5\u548c\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u7edf\u8ba1", "keywords": "educational design,statistical inference", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6559\u5b66\u8bbe\u8ba1\u4e2d\u4f7f\u7528\u6295\u7bee\u6570\u636e\u6765\u4ecb\u7ecd\u63a8\u65ad\u7edf\u8ba1\u7684\u6982\u5ff5\u548c\u65b9\u6cd5\u3002", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1uses the\u6837\u672c\u9891\u7387of outcomes (like red or white balls) to estimate population proportions in a statistical experiment.", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "probabilistic estimation,sampling", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1uses the\u6837\u672c\u9891\u7387of outcomes (like red or white balls) to estimate population proportions in a statistical experiment.", "to": "\u6837\u672c\u9891\u7387", "width": 7.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7528\u4e8e\u4f30\u8ba1\u4e8c\u9879\u5206\u5e03\u4e2d\u6210\u529f\u6982\u7387p\u7684\u503c\uff0c\u57fa\u4e8e\u5b9e\u9a8c\u6570\u636ek/n\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "\u53c2\u6570\u4f30\u8ba1,\u6982\u7387\u5efa\u6a21", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7528\u4e8e\u4f30\u8ba1\u4e8c\u9879\u5206\u5e03\u4e2d\u6210\u529f\u6982\u7387p\u7684\u503c\uff0c\u57fa\u4e8e\u5b9e\u9a8c\u6570\u636ek/n\u3002", "to": "\u4e8c\u9879\u5206\u5e03", "width": 10.0}, {"created_at": 1752674566, "description": "k/n\u662f\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u7ed3\u679c\uff0c\u8868\u793ap\u7684\u4f30\u8ba1\u503c\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "\u4f30\u8ba1\u7ed3\u679c,\u53c2\u6570\u5efa\u6a21", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "k/n\u662f\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u7ed3\u679c\uff0c\u8868\u793ap\u7684\u4f30\u8ba1\u503c\u3002", "to": "\u89e3k/n", "width": 10.0}, {"created_at": 1752674566, "description": "\u95ee\u989827\u5f3a\u8c03\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u5224\u65ad\u5e94\u4fa7\u91cd\u2018\u597d\u4e0e\u574f\u2019\u800c\u975e\u2018\u5bf9\u4e0e\u9519\u2019\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "\u65b9\u6cd5\u8bba,\u7edf\u8ba1\u8bc4\u4ef7", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u95ee\u989827\u5f3a\u8c03\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u5224\u65ad\u5e94\u4fa7\u91cd\u2018\u597d\u4e0e\u574f\u2019\u800c\u975e\u2018\u5bf9\u4e0e\u9519\u2019\u3002", "to": "\u95ee\u989827", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u989828\u9a8c\u8bc1\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u7ed3\u679c\u4e0e\u7406\u8bba\u4e00\u81f4\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "\u65b9\u6cd5\u5408\u7406\u6027,\u7ed3\u679c\u9a8c\u8bc1", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u95ee\u989828\u9a8c\u8bc1\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u7ed3\u679c\u4e0e\u7406\u8bba\u4e00\u81f4\u3002", "to": "\u95ee\u989828", "width": 8.0}, {"created_at": 1752674566, "description": "\u6295\u7bee\u5b9e\u9a8c\u5c55\u793a\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u5728\u6781\u7aef\u6570\u636e\u4e0b\u7684\u5c40\u9650\u6027\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "\u53c2\u6570\u4f30\u8ba1,\u5e94\u7528\u5c40\u9650", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6295\u7bee\u5b9e\u9a8c\u5c55\u793a\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u5728\u6781\u7aef\u6570\u636e\u4e0b\u7684\u5c40\u9650\u6027\u3002", "to": "\u6295\u7bee\u5b9e\u9a8c", "width": 8.0}, {"created_at": 1752674566, "description": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5\u662f\u4e0e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u5e76\u884c\u7684\u53e6\u4e00\u79cd\u53c2\u6570\u4f30\u8ba1\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1", "keywords": "\u4f30\u8ba1\u7b56\u7565,\u65b9\u6cd5\u6bd4\u8f83", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5\u662f\u4e0e\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u5e76\u884c\u7684\u53e6\u4e00\u79cd\u53c2\u6570\u4f30\u8ba1\u65b9\u6cd5\u3002", "to": "\u66ff\u4ee3\u4f30\u8ba1\u65b9\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u968f\u673a\u6027\u8981\u6c42\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\uff0c\u8fd9\u4e0e\u8bef\u5dee\u6a21\u578b\u4e2d\u5bf9\u4f30\u8ba1\u5408\u7406\u6027\u7684\u89e3\u91ca\u5bc6\u5207\u76f8\u5173\u3002", "file_path": "unknown_source", "from": "\u8bef\u5dee\u6a21\u578b", "keywords": "error control,randomness", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6570\u636e\u968f\u673a\u6027\u8981\u6c42\u6392\u9664\u4eba\u4e3a\u5e72\u6270\u548c\u7cfb\u7edf\u8bef\u5dee\uff0c\u8fd9\u4e0e\u8bef\u5dee\u6a21\u578b\u4e2d\u5bf9\u4f30\u8ba1\u5408\u7406\u6027\u7684\u89e3\u91ca\u5bc6\u5207\u76f8\u5173\u3002", "to": "\u6570\u636e\u968f\u673a\u6027", "width": 7.0}, {"created_at": 1752674566, "description": "The\u8bef\u5dee\u6a21\u578buses \u03bc to represent the true value being estimated from observed data through repeated measurements.", "file_path": "unknown_source", "from": "\u8bef\u5dee\u6a21\u578b", "keywords": "statistical estimation,true value", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The\u8bef\u5dee\u6a21\u578buses \u03bc to represent the true value being estimated from observed data through repeated measurements.", "to": "\u03bc", "width": 9.0}, {"created_at": 1752674566, "description": "The\u8bef\u5dee\u6a21\u578buses \u03b5 to represent random error, which causes observed data to deviate from the true value \u03bc.", "file_path": "unknown_source", "from": "\u8bef\u5dee\u6a21\u578b", "keywords": "deviation,random error", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The\u8bef\u5dee\u6a21\u578buses \u03b5 to represent random error, which causes observed data to deviate from the true value \u03bc.", "to": "\u03b5", "width": 9.0}, {"created_at": 1752674566, "description": "Under the assumptions of the error model, the sample mean becomes an unbiased estimator of the true population value.", "file_path": "unknown_source", "from": "\u8bef\u5dee\u6a21\u578b", "keywords": "error cancellation,statistical estimation", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Under the assumptions of the error model, the sample mean becomes an unbiased estimator of the true population value.", "to": "\u6837\u672c\u5e73\u5747\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u6837\u672c\u6570\u636e\u5177\u6709\u968f\u673a\u6027\uff0c\u5373\u4e0d\u540c\u6837\u672c\u53ef\u80fd\u4ea7\u751f\u4e0d\u540c\u7684\u5206\u6790\u7ed3\u679c\uff0c\u8fd9\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u91cd\u8981\u7279\u5f81\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u968f\u673a\u6027", "keywords": "\u6570\u636e\u4e0d\u786e\u5b9a\u6027,\u6837\u672c\u5dee\u5f02,\u7edf\u8ba1\u63a8\u65ad", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6837\u672c\u6570\u636e\u5177\u6709\u968f\u673a\u6027\uff0c\u5373\u4e0d\u540c\u6837\u672c\u53ef\u80fd\u4ea7\u751f\u4e0d\u540c\u7684\u5206\u6790\u7ed3\u679c\uff0c\u8fd9\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u91cd\u8981\u7279\u5f81\u3002", "to": "\u6837\u672c", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u968f\u673a\u6027\u662f\u63a8\u65ad\u6570\u636e\u5206\u6790\u7684\u6838\u5fc3\u524d\u63d0\uff0c\u51b3\u5b9a\u4e86\u5206\u6790\u65b9\u6cd5\u7684\u9009\u62e9\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u968f\u673a\u6027", "keywords": "random variation,statistical inference", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u6570\u636e\u968f\u673a\u6027\u662f\u63a8\u65ad\u6570\u636e\u5206\u6790\u7684\u6838\u5fc3\u524d\u63d0\uff0c\u51b3\u5b9a\u4e86\u5206\u6790\u65b9\u6cd5\u7684\u9009\u62e9\u3002", "to": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "width": 10.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u62bd\u6837\u662f\u62bd\u6837\u8c03\u67e5\u4e2d\u6700\u5e38\u7528\u548c\u6709\u6548\u7684\u65b9\u6cd5\uff0c\u786e\u4fdd\u6837\u672c\u5177\u6709\u4ee3\u8868\u6027\uff0c\u4ece\u800c\u63d0\u9ad8\u63a8\u65ad\u7684\u51c6\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u62bd\u6837\u8c03\u67e5", "keywords": "\u4ee3\u8868\u6027,\u62bd\u6837\u65b9\u6cd5,\u63a8\u65ad\u57fa\u7840", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u968f\u673a\u62bd\u6837\u662f\u62bd\u6837\u8c03\u67e5\u4e2d\u6700\u5e38\u7528\u548c\u6709\u6548\u7684\u65b9\u6cd5\uff0c\u786e\u4fdd\u6837\u672c\u5177\u6709\u4ee3\u8868\u6027\uff0c\u4ece\u800c\u63d0\u9ad8\u63a8\u65ad\u7684\u51c6\u786e\u6027\u3002", "to": "\u968f\u673a\u62bd\u6837", "width": 9.0}, {"created_at": 1752674566, "description": "\u62bd\u6837\u8c03\u67e5\u4f9d\u8d56\u4e8e\u6837\u672c\u6570\u636e\uff0c\u901a\u8fc7\u5206\u6790\u6837\u672c\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u662f\u62bd\u6837\u8c03\u67e5\u7684\u6838\u5fc3\u73af\u8282\u3002", "file_path": "unknown_source", "from": "\u62bd\u6837\u8c03\u67e5", "keywords": "\u63a8\u65ad\u4f9d\u636e,\u6570\u636e\u5206\u6790,\u6570\u636e\u57fa\u7840", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u62bd\u6837\u8c03\u67e5\u4f9d\u8d56\u4e8e\u6837\u672c\u6570\u636e\uff0c\u901a\u8fc7\u5206\u6790\u6837\u672c\u63a8\u65ad\u603b\u4f53\u7279\u5f81\uff0c\u662f\u62bd\u6837\u8c03\u67e5\u7684\u6838\u5fc3\u73af\u8282\u3002", "to": "\u6837\u672c", "width": 10.0}, {"created_at": 1752674566, "description": "\u62bd\u6837\u8c03\u67e5\u7684\u76ee\u7684\u662f\u901a\u8fc7\u5bf9\u6837\u672c\u7684\u5206\u6790\u63a8\u65ad\u603b\u4f53\u7684\u7279\u5f81\uff0c\u603b\u4f53\u662f\u62bd\u6837\u8c03\u67e5\u7684\u76ee\u6807\u5bf9\u8c61\u3002", "file_path": "unknown_source", "from": "\u62bd\u6837\u8c03\u67e5", "keywords": "\u62bd\u6837\u5bf9\u8c61,\u6570\u636e\u63a8\u65ad,\u76ee\u6807\u5bf9\u8c61", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u62bd\u6837\u8c03\u67e5\u7684\u76ee\u7684\u662f\u901a\u8fc7\u5bf9\u6837\u672c\u7684\u5206\u6790\u63a8\u65ad\u603b\u4f53\u7684\u7279\u5f81\uff0c\u603b\u4f53\u662f\u62bd\u6837\u8c03\u67e5\u7684\u76ee\u6807\u5bf9\u8c61\u3002", "to": "\u603b\u4f53", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6bb5\u7684\u524d\u63d0\u662f\u5236\u5b9a\u5408\u7406\u7684\u51c6\u5219\uff0c\u4ee5\u786e\u4fdd\u533a\u95f4\u5212\u5206\u7684\u6709\u6548\u6027\u548c\u5206\u6790\u7684\u51c6\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6bb5", "keywords": "data structure,rule-based analysis", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u6570\u636e\u5206\u6bb5\u7684\u524d\u63d0\u662f\u5236\u5b9a\u5408\u7406\u7684\u51c6\u5219\uff0c\u4ee5\u786e\u4fdd\u533a\u95f4\u5212\u5206\u7684\u6709\u6548\u6027\u548c\u5206\u6790\u7684\u51c6\u786e\u6027\u3002", "to": "\u51c6\u5219\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u901a\u8fc7\u7edf\u8ba1\u6559\u5b66\u6d3b\u52a8\u79ef\u7d2f\u7684\u6d3b\u52a8\u7ecf\u9a8c\u6709\u52a9\u4e8e\u57f9\u517b\u5b66\u751f\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\u3002", "file_path": "unknown_source", "from": "\u601d\u7ef4\u4e60\u60ef", "keywords": "cognitive skills,educational development", "source_id": "chunk-55fb2bb0a567e6a6d49fb80e347a185e", "title": "\u901a\u8fc7\u7edf\u8ba1\u6559\u5b66\u6d3b\u52a8\u79ef\u7d2f\u7684\u6d3b\u52a8\u7ecf\u9a8c\u6709\u52a9\u4e8e\u57f9\u517b\u5b66\u751f\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\u3002", "to": "\u6d3b\u52a8\u7ecf\u9a8c", "width": 8.0}, {"created_at": 1752674566, "description": "\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\u5305\u62ec\u4ece\u516c\u7406\u51fa\u53d1\u8fdb\u884c\u63a8\u7406\uff0c\u8fd9\u662f\u6570\u5b66\u903b\u8f91\u601d\u7ef4\u7684\u6838\u5fc3\u3002", "file_path": "unknown_source", "from": "\u601d\u7ef4\u4e60\u60ef", "keywords": "\u63a8\u7406\u8d77\u70b9,\u903b\u8f91\u601d\u7ef4", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u826f\u597d\u7684\u601d\u7ef4\u4e60\u60ef\u5305\u62ec\u4ece\u516c\u7406\u51fa\u53d1\u8fdb\u884c\u63a8\u7406\uff0c\u8fd9\u662f\u6570\u5b66\u903b\u8f91\u601d\u7ef4\u7684\u6838\u5fc3\u3002", "to": "\u516c\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u6570\u8868\u662f\u5b9e\u73b0\u968f\u673a\u62bd\u6837\u7684\u91cd\u8981\u5de5\u5177\uff0c\u7528\u4e8e\u786e\u4fdd\u6837\u672c\u9009\u62e9\u7684\u65e0\u504f\u6027\u548c\u4ee3\u8868\u6027\u3002", "file_path": "unknown_source", "from": "\u968f\u673a\u62bd\u6837", "keywords": "\u62bd\u6837\u5de5\u5177,\u65e0\u504f\u6027,\u6837\u672c\u9009\u62e9", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u968f\u673a\u6570\u8868\u662f\u5b9e\u73b0\u968f\u673a\u62bd\u6837\u7684\u91cd\u8981\u5de5\u5177\uff0c\u7528\u4e8e\u786e\u4fdd\u6837\u672c\u9009\u62e9\u7684\u65e0\u504f\u6027\u548c\u4ee3\u8868\u6027\u3002", "to": "\u968f\u673a\u6570\u8868", "width": 8.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u62bd\u6837\u8981\u6c42\u5c3d\u91cf\u6392\u9664\u4eba\u4e3a\u5e72\u6270\uff0c\u4ee5\u786e\u4fdd\u6837\u672c\u6570\u636e\u7684\u5ba2\u89c2\u6027\u548c\u63a8\u65ad\u7ed3\u679c\u7684\u51c6\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u968f\u673a\u62bd\u6837", "keywords": "\u504f\u5dee\u63a7\u5236,\u6570\u636e\u5ba2\u89c2\u6027,\u65e0\u5e72\u6270", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u968f\u673a\u62bd\u6837\u8981\u6c42\u5c3d\u91cf\u6392\u9664\u4eba\u4e3a\u5e72\u6270\uff0c\u4ee5\u786e\u4fdd\u6837\u672c\u6570\u636e\u7684\u5ba2\u89c2\u6027\u548c\u63a8\u65ad\u7ed3\u679c\u7684\u51c6\u786e\u6027\u3002", "to": "\u4eba\u4e3a\u5e72\u6270", "width": 7.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u62bd\u6837\u65e8\u5728\u51cf\u5c11\u7cfb\u7edf\u8bef\u5dee\u7684\u5f71\u54cd\uff0c\u63d0\u9ad8\u6837\u672c\u6570\u636e\u7684\u4ee3\u8868\u6027\u548c\u7edf\u8ba1\u63a8\u65ad\u7684\u53ef\u9760\u6027\u3002", "file_path": "unknown_source", "from": "\u968f\u673a\u62bd\u6837", "keywords": "\u62bd\u6837\u6709\u6548\u6027,\u6570\u636e\u8d28\u91cf,\u8bef\u5dee\u63a7\u5236", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u968f\u673a\u62bd\u6837\u65e8\u5728\u51cf\u5c11\u7cfb\u7edf\u8bef\u5dee\u7684\u5f71\u54cd\uff0c\u63d0\u9ad8\u6837\u672c\u6570\u636e\u7684\u4ee3\u8868\u6027\u548c\u7edf\u8ba1\u63a8\u65ad\u7684\u53ef\u9760\u6027\u3002", "to": "\u7cfb\u7edf\u8bef\u5dee", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f30\u8ba1\u4f9d\u8d56\u4e8e\u6837\u672c\u6570\u636e\uff0c\u901a\u8fc7\u5bf9\u6837\u672c\u7279\u5f81\u7684\u5206\u6790\u6765\u63a8\u6d4b\u603b\u4f53\u53c2\u6570\uff0c\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u91cd\u8981\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6837\u672c", "keywords": "\u53c2\u6570\u4f30\u8ba1,\u6570\u636e\u5206\u6790,\u7edf\u8ba1\u63a8\u65ad", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u4f30\u8ba1\u4f9d\u8d56\u4e8e\u6837\u672c\u6570\u636e\uff0c\u901a\u8fc7\u5bf9\u6837\u672c\u7279\u5f81\u7684\u5206\u6790\u6765\u63a8\u6d4b\u603b\u4f53\u53c2\u6570\uff0c\u662f\u63a8\u65ad\u7edf\u8ba1\u7684\u91cd\u8981\u65b9\u6cd5\u3002", "to": "\u4f30\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "\u7edf\u8ba1\u56fe\u662f\u6570\u636e\u5206\u6790\u7684\u91cd\u8981\u5de5\u5177\uff0c\u901a\u8fc7\u53ef\u89c6\u5316\u65b9\u5f0f\u5e2e\u52a9\u7406\u89e3\u6570\u636e\u7684\u5206\u5e03\u3001\u8d8b\u52bf\u548c\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790", "keywords": "\u5206\u6790\u5de5\u5177,\u56fe\u5f62\u8868\u8fbe,\u6570\u636e\u5c55\u793a", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u7edf\u8ba1\u56fe\u662f\u6570\u636e\u5206\u6790\u7684\u91cd\u8981\u5de5\u5177\uff0c\u901a\u8fc7\u53ef\u89c6\u5316\u65b9\u5f0f\u5e2e\u52a9\u7406\u89e3\u6570\u636e\u7684\u5206\u5e03\u3001\u8d8b\u52bf\u548c\u7ed3\u6784\u3002", "to": "\u7edf\u8ba1\u56fe", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u7684\u6838\u5fc3\u5728\u4e8e\u53d1\u73b0\u6570\u636e\u4e2d\u8574\u542b\u7684\u4fe1\u606f\uff0c\u63ed\u793a\u9690\u85cf\u7684\u89c4\u5f8b\u548c\u7ed3\u8bba\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790", "keywords": "\u4fe1\u606f\u6316\u6398,\u5206\u6790\u76ee\u6807,\u6570\u636e\u89e3\u8bfb", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6570\u636e\u5206\u6790\u7684\u6838\u5fc3\u5728\u4e8e\u53d1\u73b0\u6570\u636e\u4e2d\u8574\u542b\u7684\u4fe1\u606f\uff0c\u63ed\u793a\u9690\u85cf\u7684\u89c4\u5f8b\u548c\u7ed3\u8bba\u3002", "to": "\u6570\u636e\u8574\u542b\u4fe1\u606f", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5206\u6790\u8fc7\u7a0b\u4e2d\u9700\u8981\u6839\u636e\u95ee\u9898\u80cc\u666f\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\uff0c\u4ee5\u63d0\u9ad8\u5206\u6790\u7684\u6709\u6548\u6027\u548c\u51c6\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790", "keywords": "\u51b3\u7b56\u4f9d\u636e,\u6570\u636e\u5206\u6790,\u65b9\u6cd5\u9002\u7528\u6027", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u6570\u636e\u5206\u6790\u8fc7\u7a0b\u4e2d\u9700\u8981\u6839\u636e\u95ee\u9898\u80cc\u666f\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\uff0c\u4ee5\u63d0\u9ad8\u5206\u6790\u7684\u6709\u6548\u6027\u548c\u51c6\u786e\u6027\u3002", "to": "\u65b9\u6cd5\u9009\u62e9", "width": 8.0}, {"created_at": 1752674566, "description": "\u8c03\u67e5\u7814\u7a76\u7684\u7ed3\u679c\u9700\u8981\u901a\u8fc7\u6570\u636e\u5206\u6790\u6765\u5f97\u51fa\u7ed3\u8bba\uff0c\u6570\u636e\u662f\u8c03\u67e5\u7814\u7a76\u7684\u6838\u5fc3\u4f9d\u636e\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790", "keywords": "\u6570\u636e\u5904\u7406,\u7814\u7a76\u5de5\u5177,\u7ed3\u8bba\u751f\u6210", "source_id": "chunk-6f44ca4c0974685fbb03eb33f041a154", "title": "\u8c03\u67e5\u7814\u7a76\u7684\u7ed3\u679c\u9700\u8981\u901a\u8fc7\u6570\u636e\u5206\u6790\u6765\u5f97\u51fa\u7ed3\u8bba\uff0c\u6570\u636e\u662f\u8c03\u67e5\u7814\u7a76\u7684\u6838\u5fc3\u4f9d\u636e\u3002", "to": "\u8c03\u67e5\u7814\u7a76", "width": 9.0}, {"created_at": 1752674566, "description": "\u523b\u75d5\u662f\u65e9\u671f\u6570\u636e\u5206\u6790\u7684\u8bb0\u5f55\u65b9\u5f0f\uff0c\u7528\u4e8e\u4fe1\u606f\u7684\u4fdd\u5b58\u548c\u4f20\u9012\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790", "keywords": "\u6570\u636e\u8d77\u6e90,\u8bb0\u5f55\u65b9\u5f0f", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u523b\u75d5\u662f\u65e9\u671f\u6570\u636e\u5206\u6790\u7684\u8bb0\u5f55\u65b9\u5f0f\uff0c\u7528\u4e8e\u4fe1\u606f\u7684\u4fdd\u5b58\u548c\u4f20\u9012\u3002", "to": "\u523b\u75d5", "width": 6.0}, {"created_at": 1752674566, "description": "\u7ed3\u7ef3\u662f\u53f2\u524d\u65f6\u4ee3\u7528\u4e8e\u8bb0\u5f55\u548c\u4f20\u9012\u6570\u636e\u7684\u539f\u59cb\u65b9\u5f0f\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5206\u6790", "keywords": "\u4fe1\u606f\u4f20\u9012,\u6570\u636e\u8d77\u6e90", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u7ed3\u7ef3\u662f\u53f2\u524d\u65f6\u4ee3\u7528\u4e8e\u8bb0\u5f55\u548c\u4f20\u9012\u6570\u636e\u7684\u539f\u59cb\u65b9\u5f0f\u3002", "to": "\u7ed3\u7ef3", "width": 6.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u7684\u968f\u673a\u6027requires minimizing\u7cfb\u7edf\u8bef\u5deeto ensure that data is not consistently skewed in one direction during collection.", "file_path": "unknown_source", "from": "\u7cfb\u7edf\u8bef\u5dee", "keywords": "data accuracy,error control", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u6570\u636e\u7684\u968f\u673a\u6027requires minimizing\u7cfb\u7edf\u8bef\u5deeto ensure that data is not consistently skewed in one direction during collection.", "to": "\u6570\u636e\u7684\u968f\u673a\u6027", "width": 9.0}, {"created_at": 1752674566, "description": "To achieve proper\u6570\u636e\u7684\u968f\u673a\u6027, \u4eba\u4e3a\u5e72\u6270must be minimized to avoid influencing the outcomes of data collection processes.", "file_path": "unknown_source", "from": "\u4eba\u4e3a\u5e72\u6270", "keywords": "data integrity,unbiased sampling", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "To achieve proper\u6570\u636e\u7684\u968f\u673a\u6027, \u4eba\u4e3a\u5e72\u6270must be minimized to avoid influencing the outcomes of data collection processes.", "to": "\u6570\u636e\u7684\u968f\u673a\u6027", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u7684\u968f\u673a\u6027is essential for statistical inference, as it ensures that sample results can be used to estimate population parameters reliably.", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "probabilistic estimation,sampling reliability", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u6570\u636e\u7684\u968f\u673a\u6027is essential for statistical inference, as it ensures that sample results can be used to estimate population parameters reliably.", "to": "\u6570\u636e\u7684\u968f\u673a\u6027", "width": 8.0}, {"created_at": 1752674566, "description": "\u7edf\u8ba1\u63a8\u65adrelies on\u6837\u672c\u9891\u7387from repeated sampling to estimate probabilities and make inferences about the population being studied.", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "frequency-based inference,probabilistic estimation", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u7edf\u8ba1\u63a8\u65adrelies on\u6837\u672c\u9891\u7387from repeated sampling to estimate probabilities and make inferences about the population being studied.", "to": "\u6837\u672c\u9891\u7387", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f8b40 demonstrates the concept of\u7edf\u8ba1\u63a8\u65adby allowing students to use repeated sampling to estimate the composition of a population (red and white balls).", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u63a8\u65ad", "keywords": "inference,sampling", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u4f8b40 demonstrates the concept of\u7edf\u8ba1\u63a8\u65adby allowing students to use repeated sampling to estimate the composition of a population (red and white balls).", "to": "\u4f8b40", "width": 9.0}, {"created_at": 1752674566, "description": "\u95ee\u989828 discusses the concept of\u6570\u636e\u7684\u968f\u673a\u6027and how it relates to minimizing systematic errors and human interference in data collection.", "file_path": "unknown_source", "from": "\u95ee\u989828", "keywords": "error reduction,statistical integrity", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u95ee\u989828 discusses the concept of\u6570\u636e\u7684\u968f\u673a\u6027and how it relates to minimizing systematic errors and human interference in data collection.", "to": "\u6570\u636e\u7684\u968f\u673a\u6027", "width": 10.0}, {"created_at": 1752674566, "description": "Question 29 aligns with second-stage curriculum goals to interpret averages statistically.", "file_path": "unknown_source", "from": "\u95ee\u989829", "keywords": "curriculum alignment,learning objectives", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Question 29 aligns with second-stage curriculum goals to interpret averages statistically.", "to": "\u7b2c\u4e8c\u5b66\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f8b22 illustrates the importance of\u6570\u636e\u7684\u968f\u673a\u6027by showing how systematic error and human interference must be minimized in data collection exercises like recording commute times.", "file_path": "unknown_source", "from": "\u6570\u636e\u7684\u968f\u673a\u6027", "keywords": "data integrity,educational practice", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u4f8b22 illustrates the importance of\u6570\u636e\u7684\u968f\u673a\u6027by showing how systematic error and human interference must be minimized in data collection exercises like recording commute times.", "to": "\u4f8b22", "width": 8.0}, {"created_at": 1752674566, "description": "Sample frequencies (made/attempted shots) directly estimate true shooting percentages.\u003cSEP\u003e\u547d\u4e2d\u7387\u662f\u6837\u672c\u9891\u7387\u7684\u4e00\u79cd\u5177\u4f53\u8868\u73b0\uff0c\u7528\u4e8e\u4f30\u8ba1\u6295\u7bee\u6210\u529f\u7684\u6982\u7387\u3002", "file_path": "unknown_source", "from": "\u6837\u672c\u9891\u7387", "keywords": "frequency,probability,probability estimation,statistical inference", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Sample frequencies (made/attempted shots) directly estimate true shooting percentages.\u003cSEP\u003e\u547d\u4e2d\u7387\u662f\u6837\u672c\u9891\u7387\u7684\u4e00\u79cd\u5177\u4f53\u8868\u73b0\uff0c\u7528\u4e8e\u4f30\u8ba1\u6295\u7bee\u6210\u529f\u7684\u6982\u7387\u3002", "to": "\u547d\u4e2d\u7387", "width": 19.0}, {"created_at": 1752674566, "description": "\u7ea2\u7403and\u767d\u7403are used together in a probability experiment to demonstrate random sampling and estimation of proportions.", "file_path": "unknown_source", "from": "\u7ea2\u7403", "keywords": "proportion estimation,sample composition", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "\u7ea2\u7403and\u767d\u7403are used together in a probability experiment to demonstrate random sampling and estimation of proportions.", "to": "\u767d\u7403", "width": 8.0}, {"created_at": 1752674566, "description": "Event A is defined as drawing a red ball, making it directly related to the concept of red balls in probability examples.", "file_path": "unknown_source", "from": "\u7ea2\u7403", "keywords": "event definition,outcome illustration", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Event A is defined as drawing a red ball, making it directly related to the concept of red balls in probability examples.", "to": "\u4e8b\u4ef6A", "width": 10.0}, {"created_at": 1752674566, "description": "Event B is defined as drawing a white ball, making it directly related to the concept of white balls in probability examples.", "file_path": "unknown_source", "from": "\u767d\u7403", "keywords": "event definition,outcome illustration", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Event B is defined as drawing a white ball, making it directly related to the concept of white balls in probability examples.", "to": "\u4e8b\u4ef6B", "width": 10.0}, {"created_at": 1752674566, "description": "In the\u6559\u5b66\u8fc7\u7a0b, students are often organized into\u5c0f\u7ec4to conduct experiments, such as repeated sampling of balls, to understand statistical concepts through hands-on experience.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8fc7\u7a0b", "keywords": "collaborative learning,statistical practice", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "In the\u6559\u5b66\u8fc7\u7a0b, students are often organized into\u5c0f\u7ec4to conduct experiments, such as repeated sampling of balls, to understand statistical concepts through hands-on experience.", "to": "\u5c0f\u7ec4", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8fc7\u7a0b\u662f\u6559\u5b66\u8bbe\u8ba1\u7684\u5177\u4f53\u5b9e\u65bd\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u6570\u5b66\u601d\u60f3\u3002", "file_path": "unknown_source", "from": "\u6559\u5b66\u8fc7\u7a0b", "keywords": "instructional implementation,pedagogy", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6559\u5b66\u8fc7\u7a0b\u662f\u6559\u5b66\u8bbe\u8ba1\u7684\u5177\u4f53\u5b9e\u65bd\uff0c\u7528\u4e8e\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u6570\u5b66\u601d\u60f3\u3002", "to": "\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "The\u6837\u672c\u91cf(sample size) affects the\u53ef\u80fd\u6027(likelihood) of obtaining accurate estimates, with larger samples increasing the chance of reliable results.", "file_path": "unknown_source", "from": "\u53ef\u80fd\u6027", "keywords": "estimation accuracy,sample size", "source_id": "chunk-2dcd5d60b98cfa8a05fa69795c6edd6e", "title": "The\u6837\u672c\u91cf(sample size) affects the\u53ef\u80fd\u6027(likelihood) of obtaining accurate estimates, with larger samples increasing the chance of reliable results.", "to": "\u6837\u672c\u91cf", "width": 8.0}, {"created_at": 1752674566, "description": "Under the error model, the sample average is considered an unbiased estimator of the true population mean.", "file_path": "unknown_source", "from": "\u6837\u672c\u5e73\u5747\u6570", "keywords": "accuracy,statistical estimation", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Under the error model, the sample average is considered an unbiased estimator of the true population mean.", "to": "\u65e0\u504f\u4f30\u8ba1", "width": 10.0}, {"created_at": 1752674566, "description": "As sample size increases, positive and negative observation errors are expected to cancel out, improving the accuracy of estimates.", "file_path": "unknown_source", "from": "\u89c2\u6d4b\u8bef\u5dee", "keywords": "error cancellation,sample reliability", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "As sample size increases, positive and negative observation errors are expected to cancel out, improving the accuracy of estimates.", "to": "\u6837\u672c\u6570\u91cf", "width": 9.0}, {"created_at": 1752674566, "description": "An estimator is unbiased if its mathematical expectation equals the true value of the parameter being estimated.", "file_path": "unknown_source", "from": "\u65e0\u504f\u4f30\u8ba1", "keywords": "estimator validity,statistical theory", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "An estimator is unbiased if its mathematical expectation equals the true value of the parameter being estimated.", "to": "\u6570\u5b66\u671f\u671b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6837\u672c\u5747\u503c\u662f\u7528\u4e8e\u4f30\u8ba1\u6570\u5b66\u671f\u671b\u7684\u7edf\u8ba1\u5de5\u5177\uff0c\u4f53\u73b0\u4e86\u63a8\u65ad\u7edf\u8ba1\u7684\u601d\u60f3\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u671f\u671b", "keywords": "expectation,statistical estimation", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6837\u672c\u5747\u503c\u662f\u7528\u4e8e\u4f30\u8ba1\u6570\u5b66\u671f\u671b\u7684\u7edf\u8ba1\u5de5\u5177\uff0c\u4f53\u73b0\u4e86\u63a8\u65ad\u7edf\u8ba1\u7684\u601d\u60f3\u3002", "to": "\u6837\u672c\u5747\u503c", "width": 10.0}, {"created_at": 1752674566, "description": "Events A and B are complementary; the occurrence of one excludes the other, and their probabilities sum to one.", "file_path": "unknown_source", "from": "\u4e8b\u4ef6A", "keywords": "complementary events,probability distribution", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Events A and B are complementary; the occurrence of one excludes the other, and their probabilities sum to one.", "to": "\u4e8b\u4ef6B", "width": 9.0}, {"created_at": 1752674566, "description": "Event C involves drawing two red balls with replacement, which relies on the method of sampling with replacement to ensure independence.", "file_path": "unknown_source", "from": "\u4e8b\u4ef6C", "keywords": "compound events,experimental design", "source_id": "chunk-74c0ab218fdd4c666fdb382e86183a43", "title": "Event C involves drawing two red balls with replacement, which relies on the method of sampling with replacement to ensure independence.", "to": "\u6709\u653e\u56de\u6478\u7403", "width": 8.0}, {"created_at": 1752674566, "description": "Event C\u0027s probability is calculated as P(C) = 16/25, demonstrating the application of classical probability theory.", "file_path": "unknown_source", "from": "Event C", "keywords": "event likelihood,probability calculation", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Event C\u0027s probability is calculated as P(C) = 16/25, demonstrating the application of classical probability theory.", "to": "Probability P(C)", "width": 9.0}, {"created_at": 1752674566, "description": "Event C represents Event A occurring twice consecutively (P(C) = P(A)\u00b7P(A)).", "file_path": "unknown_source", "from": "Event C", "keywords": "probability multiplication,sequential events", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Event C represents Event A occurring twice consecutively (P(C) = P(A)\u00b7P(A)).", "to": "Event A", "width": 8.0}, {"created_at": 1752674566, "description": "Probability P(C) is derived using the classical probability model, where P(A) = M/N.", "file_path": "unknown_source", "from": "Probability P(C)", "keywords": "mathematical definition,theoretical framework", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Probability P(C) is derived using the classical probability model, where P(A) = M/N.", "to": "Classical Probability Model", "width": 8.0}, {"created_at": 1752674566, "description": "The classical probability model is a human construct, similar to how ancient numeral systems were developed by early civilizations.", "file_path": "unknown_source", "from": "Classical Probability Model", "keywords": "historical context,human invention", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The classical probability model is a human construct, similar to how ancient numeral systems were developed by early civilizations.", "to": "Appendix Topic 1", "width": 6.0}, {"created_at": 1752674566, "description": "The development of numerical concepts, as discussed in Topic 2, parallels the abstract thinking required for probability theory.", "file_path": "unknown_source", "from": "Classical Probability Model", "keywords": "cognitive development,mathematical abstraction", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The development of numerical concepts, as discussed in Topic 2, parallels the abstract thinking required for probability theory.", "to": "Appendix Topic 2", "width": 7.0}, {"created_at": 1752674566, "description": "Ancient civilizations developed the numeral systems discussed in Topic 1.", "file_path": "unknown_source", "from": "Appendix Topic 1", "keywords": "cultural achievement,historical development", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Ancient civilizations developed the numeral systems discussed in Topic 1.", "to": "Ancient Civilizations", "width": 8.0}, {"created_at": 1752674566, "description": "Topic 2 uses animal number perception to illustrate pre-mathematical quantity awareness.", "file_path": "unknown_source", "from": "Appendix Topic 2", "keywords": "cognitive comparison,evolutionary basis", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Topic 2 uses animal number perception to illustrate pre-mathematical quantity awareness.", "to": "Animal Number Perception", "width": 7.0}, {"created_at": 1752674566, "description": "Describes the historical process from quantity perception to abstract numbers.", "file_path": "unknown_source", "from": "Appendix Topic 2", "keywords": "cognitive evolution,mathematical history", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Describes the historical process from quantity perception to abstract numbers.", "to": "Human Number Development", "width": 8.0}, {"created_at": 1752674566, "description": "Event A\u0027s probability depends on the composition of the bag (4 red, 1 white balls).", "file_path": "unknown_source", "from": "Event A", "keywords": "experimental setup,probability source", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "Event A\u0027s probability depends on the composition of the bag (4 red, 1 white balls).", "to": "Bag of Balls", "width": 7.0}, {"created_at": 1752674566, "description": "The probability definition P(A) = M/N is applied to enumerate possible outcomes.", "file_path": "unknown_source", "from": "Possible Outcomes", "keywords": "outcome enumeration,probability application", "source_id": "chunk-df6330624ba14e30bce5d2da7e1ae968", "title": "The probability definition P(A) = M/N is applied to enumerate possible outcomes.", "to": "Probability Definition", "width": 7.0}, {"created_at": 1752674566, "description": "\u53e4\u4ee3\u6587\u660e\u901a\u8fc7\u7ed3\u7ef3\u8bb0\u4e8b\u8bb0\u5f55\u6570\u91cf\u548c\u4e8b\u4ef6,\u4f53\u73b0\u4e86\u65e9\u671f\u6570\u5b57\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u53e4\u4ee3\u6587\u660e", "keywords": "\u6587\u5316\u4f20\u627f,\u8bb0\u5f55\u65b9\u5f0f", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u53e4\u4ee3\u6587\u660e\u901a\u8fc7\u7ed3\u7ef3\u8bb0\u4e8b\u8bb0\u5f55\u6570\u91cf\u548c\u4e8b\u4ef6,\u4f53\u73b0\u4e86\u65e9\u671f\u6570\u5b57\u6982\u5ff5\u3002", "to": "\u7ed3\u7ef3\u8bb0\u4e8b", "width": 8.0}, {"created_at": 1752674566, "description": "\u62c9\u4e01\u8bed\u4e2d\u7684\u0027calculus\u0027\u539f\u610f\u662f\u0027\u5c0f\u77f3\u5934\u0027,\u53cd\u6620\u4e86\u53e4\u4ee3\u6b27\u6d32\u4eba\u7528\u77f3\u5934\u8868\u793a\u6570\u91cf\u3002", "file_path": "unknown_source", "from": "\u53e4\u4ee3\u6587\u660e", "keywords": "\u8ba1\u6570\u65b9\u5f0f,\u8bed\u8a00\u6f14\u53d8", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u62c9\u4e01\u8bed\u4e2d\u7684\u0027calculus\u0027\u539f\u610f\u662f\u0027\u5c0f\u77f3\u5934\u0027,\u53cd\u6620\u4e86\u53e4\u4ee3\u6b27\u6d32\u4eba\u7528\u77f3\u5934\u8868\u793a\u6570\u91cf\u3002", "to": "\u62c9\u4e01\u8bedcalculus", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20\u300b\u8bb0\u8f7d\u4e86\u7ed3\u7ef3\u8bb0\u4e8b\u8fd9\u4e00\u53e4\u4ee3\u6570\u91cf\u8bb0\u5f55\u65b9\u5f0f\u3002", "file_path": "unknown_source", "from": "\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20", "keywords": "\u5386\u53f2\u4f20\u627f,\u6587\u732e\u8bb0\u8f7d", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u300a\u5468\u6613\u00b7\u7cfb\u8f9e\u4f20\u300b\u8bb0\u8f7d\u4e86\u7ed3\u7ef3\u8bb0\u4e8b\u8fd9\u4e00\u53e4\u4ee3\u6570\u91cf\u8bb0\u5f55\u65b9\u5f0f\u3002", "to": "\u7ed3\u7ef3\u8bb0\u4e8b", "width": 7.0}, {"created_at": 1752674566, "description": "\u6ee1\u65cf\u4fdd\u7559\u4e86\u7ed3\u7ef3\u8bb0\u4e8b\u7684\u4f20\u7edf,\u76f4\u5230\u4e0a\u4e2a\u4e16\u7eaa\u521d\u4ecd\u6709\u8fd9\u79cd\u4e60\u4fd7\u3002", "file_path": "unknown_source", "from": "\u7ed3\u7ef3\u8bb0\u4e8b", "keywords": "\u6587\u5316\u5ef6\u7eed,\u6c11\u65cf\u7279\u8272", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6ee1\u65cf\u4fdd\u7559\u4e86\u7ed3\u7ef3\u8bb0\u4e8b\u7684\u4f20\u7edf,\u76f4\u5230\u4e0a\u4e2a\u4e16\u7eaa\u521d\u4ecd\u6709\u8fd9\u79cd\u4e60\u4fd7\u3002", "to": "\u6ee1\u65cf", "width": 6.0}, {"created_at": 1752674566, "description": "\u8377\u9a6c\u53f2\u8bd7\u8bb0\u8f7d\u4e86\u6ce2\u5415\u88f4\u6469\u65af\u7528\u77f3\u5b50\u8ba1\u6570\u7f8a\u7fa4\u6570\u91cf\u7684\u6545\u4e8b\u3002", "file_path": "unknown_source", "from": "\u8377\u9a6c\u53f2\u8bd7", "keywords": "\u6570\u5b66\u601d\u60f3,\u6587\u5b66\u8bb0\u8f7d", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u8377\u9a6c\u53f2\u8bd7\u8bb0\u8f7d\u4e86\u6ce2\u5415\u88f4\u6469\u65af\u7528\u77f3\u5b50\u8ba1\u6570\u7f8a\u7fa4\u6570\u91cf\u7684\u6545\u4e8b\u3002", "to": "\u6ce2\u5415\u88f4\u6469\u65af", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b\u8bb0\u8f7d\u4e86\u52aa\u5b5c\u57ce\u5e9f\u589f\u4e2d\u53d1\u73b0\u7684\u6570\u5b57\u4e0e\u6ce5\u7403\u5bf9\u5e94\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "keywords": "\u6570\u5b66\u5386\u53f2,\u8003\u53e4\u53d1\u73b0", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b\u8bb0\u8f7d\u4e86\u52aa\u5b5c\u57ce\u5e9f\u589f\u4e2d\u53d1\u73b0\u7684\u6570\u5b57\u4e0e\u6ce5\u7403\u5bf9\u5e94\u5173\u7cfb\u3002", "to": "\u52aa\u5b5c\u57ce", "width": 10.0}, {"created_at": 1752674566, "description": "\u7ea6\u7ff0\u00b7\u5df4\u7f57is the author of \u0027Pi in the Sky\u0027, a book exploring the mathematical universe and the philosophical implications of mathematics.", "file_path": "unknown_source", "from": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "keywords": "authorship,mathematical philosophy", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u7ea6\u7ff0\u00b7\u5df4\u7f57is the author of \u0027Pi in the Sky\u0027, a book exploring the mathematical universe and the philosophical implications of mathematics.", "to": "\u7ea6\u7ff0\u00b7\u5df4\u7f57", "width": 10.0}, {"created_at": 1752674566, "description": "\u82d7\u534e\u5efais the translator of \u0027Pi in the Sky\u0027 into Chinese, facilitating the spread of mathematical ideas in China.", "file_path": "unknown_source", "from": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "keywords": "cross-cultural communication,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u82d7\u534e\u5efais the translator of \u0027Pi in the Sky\u0027 into Chinese, facilitating the spread of mathematical ideas in China.", "to": "\u82d7\u534e\u5efa", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8is the publishing organization responsible for publishing the Chinese translation of \u0027Pi in the Sky\u0027 in 2000.", "file_path": "unknown_source", "from": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b", "keywords": "international literature,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8is the publishing organization responsible for publishing the Chinese translation of \u0027Pi in the Sky\u0027 in 2000.", "to": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8", "width": 8.0}, {"created_at": 1752674566, "description": "\u52aa\u5b5c\u57ce\u51fa\u571f\u7684\u5bb9\u5668\u4e2d\u670948\u4e2a\u6ce5\u7403,\u4e0e\u8bb0\u8f7d\u7684\u52a8\u7269\u6570\u91cf\u4e00\u4e00\u5bf9\u5e94\u3002", "file_path": "unknown_source", "from": "\u52aa\u5b5c\u57ce", "keywords": "\u8003\u53e4\u53d1\u73b0,\u8ba1\u6570\u5de5\u5177", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u52aa\u5b5c\u57ce\u51fa\u571f\u7684\u5bb9\u5668\u4e2d\u670948\u4e2a\u6ce5\u7403,\u4e0e\u8bb0\u8f7d\u7684\u52a8\u7269\u6570\u91cf\u4e00\u4e00\u5bf9\u5e94\u3002", "to": "\u6ce5\u7403", "width": 10.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u6570\u5b66\u4ee5\u516c\u7406\u4f53\u7cfb\u4e3a\u57fa\u7840\uff0c\u901a\u8fc7\u8bbe\u5b9a\u516c\u7406\u548c\u5b9a\u4e49\u6765\u6784\u5efa\u903b\u8f91\u63a8\u7406\u7cfb\u7edf\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u6570\u5b66", "keywords": "\u6570\u5b66\u7ed3\u6784,\u903b\u8f91\u4f53\u7cfb", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u73b0\u4ee3\u6570\u5b66\u4ee5\u516c\u7406\u4f53\u7cfb\u4e3a\u57fa\u7840\uff0c\u901a\u8fc7\u8bbe\u5b9a\u516c\u7406\u548c\u5b9a\u4e49\u6765\u6784\u5efa\u903b\u8f91\u63a8\u7406\u7cfb\u7edf\u3002", "to": "\u516c\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u6570\u5b66\u5f3a\u8c03\u4ece\u5b9a\u4e49\u51fa\u53d1\u8fdb\u884c\u7814\u7a76\uff0c\u786e\u4fdd\u6570\u5b66\u5bf9\u8c61\u7684\u7b26\u53f7\u5316\u548c\u903b\u8f91\u63a8\u7406\u7684\u4e25\u8c28\u6027\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u6570\u5b66", "keywords": "\u6570\u5b66\u5b9a\u4e49,\u7b26\u53f7\u5316", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u73b0\u4ee3\u6570\u5b66\u5f3a\u8c03\u4ece\u5b9a\u4e49\u51fa\u53d1\u8fdb\u884c\u7814\u7a76\uff0c\u786e\u4fdd\u6570\u5b66\u5bf9\u8c61\u7684\u7b26\u53f7\u5316\u548c\u903b\u8f91\u63a8\u7406\u7684\u4e25\u8c28\u6027\u3002", "to": "\u5b9a\u4e49", "width": 9.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u6570\u5b66\u4ee5\u6570\u5b66\u516c\u7406\u4f53\u7cfb\u4e3a\u6838\u5fc3\uff0c\u901a\u8fc7\u516c\u7406\u548c\u5b9a\u4e49\u6784\u5efa\u5b8c\u6574\u7684\u903b\u8f91\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u6570\u5b66", "keywords": "\u516c\u7406\u57fa\u7840,\u6570\u5b66\u7ed3\u6784", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u73b0\u4ee3\u6570\u5b66\u4ee5\u6570\u5b66\u516c\u7406\u4f53\u7cfb\u4e3a\u6838\u5fc3\uff0c\u901a\u8fc7\u516c\u7406\u548c\u5b9a\u4e49\u6784\u5efa\u5b8c\u6574\u7684\u903b\u8f91\u7ed3\u6784\u3002", "to": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u5316\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u57fa\u672c\u7279\u5f81\u4e4b\u4e00\uff0c\u4f7f\u6570\u5b66\u5bf9\u8c61\u8131\u79bb\u5177\u4f53\u610f\u4e49\uff0c\u4fbf\u4e8e\u5f62\u5f0f\u5316\u548c\u62bd\u8c61\u63a8\u7406\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u6570\u5b66", "keywords": "abstraction,symbolic representation", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u7b26\u53f7\u5316\u662f\u73b0\u4ee3\u6570\u5b66\u7684\u57fa\u672c\u7279\u5f81\u4e4b\u4e00\uff0c\u4f7f\u6570\u5b66\u5bf9\u8c61\u8131\u79bb\u5177\u4f53\u610f\u4e49\uff0c\u4fbf\u4e8e\u5f62\u5f0f\u5316\u548c\u62bd\u8c61\u63a8\u7406\u3002", "to": "\u7b26\u53f7\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u6570\u5b66\u8981\u6c42\u5b66\u4e60\u8005\u5177\u5907\u62bd\u8c61\u601d\u7ef4\u80fd\u529b\uff0c\u80fd\u591f\u8131\u79bb\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u7b26\u53f7\u5316\u548c\u5f62\u5f0f\u5316\u63a8\u7406\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u6570\u5b66", "keywords": "cognitive skill,mathematical reasoning", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u73b0\u4ee3\u6570\u5b66\u8981\u6c42\u5b66\u4e60\u8005\u5177\u5907\u62bd\u8c61\u601d\u7ef4\u80fd\u529b\uff0c\u80fd\u591f\u8131\u79bb\u73b0\u5b9e\u80cc\u666f\u8fdb\u884c\u7b26\u53f7\u5316\u548c\u5f62\u5f0f\u5316\u63a8\u7406\u3002", "to": "\u62bd\u8c61\u601d\u7ef4", "width": 9.0}, {"created_at": 1752674566, "description": "\u9ad8\u4e2d\u548c\u5927\u5b66\u6570\u5b66\u90fd\u4f7f\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb,\u53ea\u662f\u5e94\u7528\u8303\u56f4\u4e0d\u540c\u3002", "file_path": "unknown_source", "from": "\u9ad8\u4e2d\u6570\u5b66", "keywords": "\u6559\u80b2\u9636\u6bb5,\u6570\u5b66\u5e94\u7528", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u9ad8\u4e2d\u548c\u5927\u5b66\u6570\u5b66\u90fd\u4f7f\u7528\u96c6\u5408\u5bf9\u5e94\u5173\u7cfb,\u53ea\u662f\u5e94\u7528\u8303\u56f4\u4e0d\u540c\u3002", "to": "\u5927\u5b66\u6570\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u548c\u53e4\u7f57\u9a6c\u5206\u522b\u53d1\u5c55\u4e86\u4e0d\u540c\u7684\u5341\u8fdb\u5236\u7b26\u53f7\u7cfb\u7edf,\u5982\u5341\u3001\u767e\u3001\u5343\u4e0eX\u3001C\u3001M\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "\u6570\u5b57\u7cfb\u7edf,\u6587\u5316\u5bf9\u6bd4", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u4e2d\u56fd\u548c\u53e4\u7f57\u9a6c\u5206\u522b\u53d1\u5c55\u4e86\u4e0d\u540c\u7684\u5341\u8fdb\u5236\u7b26\u53f7\u7cfb\u7edf,\u5982\u5341\u3001\u767e\u3001\u5343\u4e0eX\u3001C\u3001M\u3002", "to": "\u53e4\u7f57\u9a6c", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u662f\u6700\u65e9\u840c\u53d1\u4f7f\u7528\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u601d\u60f3\u7684\u56fd\u5bb6\u4e4b\u4e00,\u5bf9\u4f4d\u503c\u5236\u6570\u5b57\u7cfb\u7edf\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "\u6570\u5b66\u4f20\u7edf,\u6587\u5316\u8d21\u732e", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u4e2d\u56fd\u662f\u6700\u65e9\u840c\u53d1\u4f7f\u7528\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u601d\u60f3\u7684\u56fd\u5bb6\u4e4b\u4e00,\u5bf9\u4f4d\u503c\u5236\u6570\u5b57\u7cfb\u7edf\u7684\u53d1\u5c55\u6709\u91cd\u8981\u8d21\u732e\u3002", "to": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "width": 10.0}, {"created_at": 1752674566, "description": "\u7b97\u76d8\u662f\u4e2d\u56fd\u53e4\u4ee3\u7684\u91cd\u8981\u53d1\u660e,\u4f53\u73b0\u4e86\u4e2d\u56fd\u5728\u6570\u5b66\u5de5\u5177\u53d1\u5c55\u4e2d\u7684\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "\u6280\u672f\u53d1\u660e,\u6570\u5b66\u6559\u80b2", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u7b97\u76d8\u662f\u4e2d\u56fd\u53e4\u4ee3\u7684\u91cd\u8981\u53d1\u660e,\u4f53\u73b0\u4e86\u4e2d\u56fd\u5728\u6570\u5b66\u5de5\u5177\u53d1\u5c55\u4e2d\u7684\u8d21\u732e\u3002", "to": "\u7b97\u76d8", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u53e4\u4ee3\u4f7f\u7528\u5341\u4e8c\u5730\u652f\u4f5c\u4e3a\u65f6\u95f4\u5355\u4f4d\uff0c\u4e0e\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u5bc6\u5207\u76f8\u5173\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "cultural tradition,timekeeping system", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u4e2d\u56fd\u53e4\u4ee3\u4f7f\u7528\u5341\u4e8c\u5730\u652f\u4f5c\u4e3a\u65f6\u95f4\u5355\u4f4d\uff0c\u4e0e\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u5bc6\u5207\u76f8\u5173\u3002", "to": "\u5341\u4e8c\u5730\u652f", "width": 10.0}, {"created_at": 1752674566, "description": "\u571f\u572d\u4e4b\u6cd5was an important astronomical method used in ancient China to determine the length of the solar year.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "cultural heritage,scientific practice", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u571f\u572d\u4e4b\u6cd5was an important astronomical method used in ancient China to determine the length of the solar year.", "to": "\u571f\u572d\u4e4b\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e72\u652f\u7eaa\u5e74\u6cd5is an ancient Chinese calendrical system that uses a 60-year cycle based on combinations of heavenly stems and earthly branches.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "cultural system,timekeeping", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u5e72\u652f\u7eaa\u5e74\u6cd5is an ancient Chinese calendrical system that uses a 60-year cycle based on combinations of heavenly stems and earthly branches.", "to": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fdand\u6b27\u6d32represent two distinct cultural and scientific traditions that independently developed systems for timekeeping, astronomy, and mathematics.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "cultural comparison,scientific development", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u4e2d\u56fdand\u6b27\u6d32represent two distinct cultural and scientific traditions that independently developed systems for timekeeping, astronomy, and mathematics.", "to": "\u6b27\u6d32", "width": 7.0}, {"created_at": 1752674566, "description": "\u5317\u6781\u661fwas used by\u4e2d\u56fdastronomers as a fixed celestial reference point to observe the annual return of constellations, influencing their circle division system.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "astronomical reference,cultural astronomy", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u5317\u6781\u661fwas used by\u4e2d\u56fdastronomers as a fixed celestial reference point to observe the annual return of constellations, influencing their circle division system.", "to": "\u5317\u6781\u661f", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fdindependently developed the concept of\u9633\u5386\u4e00\u5e74as 365.25 days using multiple methods including Saturn\u0027s orbital cycle and\u65e5\u5f71\u957f\u5ea6measurements.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "astronomical calculation,cultural science", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u4e2d\u56fdindependently developed the concept of\u9633\u5386\u4e00\u5e74as 365.25 days using multiple methods including Saturn\u0027s orbital cycle and\u65e5\u5f71\u957f\u5ea6measurements.", "to": "\u9633\u5386\u4e00\u5e74", "width": 9.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6\u0027s 360-degree circle contrasts with\u4e2d\u56fd\u0027s 365.25-degree system based on astronomical observations, highlighting different scientific approaches.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "cultural astronomy,scientific contrast", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u6258\u52d2\u5bc6\u0027s 360-degree circle contrasts with\u4e2d\u56fd\u0027s 365.25-degree system based on astronomical observations, highlighting different scientific approaches.", "to": "\u6258\u52d2\u5bc6", "width": 7.0}, {"created_at": 1752674566, "description": "China was one of the top medal-winning countries at the 30th London Olympics.", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "national achievement,sports competition", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "China was one of the top medal-winning countries at the 30th London Olympics.", "to": "\u4f26\u6566\u5965\u8fd0\u4f1a", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u662f\u6570\u5b66\u673a\u68b0\u5316\u7814\u7a76\u7684\u91cd\u8981\u4e2d\u5fc3,\u5434\u6587\u4fca\u7b49\u6570\u5b66\u5bb6\u5728\u8be5\u9886\u57df\u505a\u51fa\u7a81\u51fa\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "\u56fd\u5bb6\u8d21\u732e,\u5b66\u672f\u53d1\u5c55", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u662f\u6570\u5b66\u673a\u68b0\u5316\u7814\u7a76\u7684\u91cd\u8981\u4e2d\u5fc3,\u5434\u6587\u4fca\u7b49\u6570\u5b66\u5bb6\u5728\u8be5\u9886\u57df\u505a\u51fa\u7a81\u51fa\u8d21\u732e\u3002", "to": "\u6570\u5b66\u673a\u68b0\u5316", "width": 8.0}, {"created_at": 1752674566, "description": "\u51e0\u4f55\u5b66\u901a\u8fc7\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1\u4f20\u5165\u4e2d\u56fd,\u5e76\u5728\u4e2d\u56fd\u5f97\u5230\u53d1\u5c55\u548c\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "\u5b66\u79d1\u4f20\u64ad,\u6587\u5316\u878d\u5408", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u51e0\u4f55\u5b66\u901a\u8fc7\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1\u4f20\u5165\u4e2d\u56fd,\u5e76\u5728\u4e2d\u56fd\u5f97\u5230\u53d1\u5c55\u548c\u5e94\u7528\u3002", "to": "\u51e0\u4f55", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b2008\u5e74\u5728\u4e2d\u56fd\u51fa\u7248,\u53cd\u6620\u4e86\u56fd\u9645\u6570\u5b66\u7814\u7a76\u6210\u679c\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd", "keywords": "\u56fd\u9645\u4ea4\u6d41,\u5b66\u672f\u4f20\u64ad", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b2008\u5e74\u5728\u4e2d\u56fd\u51fa\u7248,\u53cd\u6620\u4e86\u56fd\u9645\u6570\u5b66\u7814\u7a76\u6210\u679c\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u3002", "to": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u56fe\u5229\u4e4c\u65af\u5728\u4f4d\u671f\u95f4\u5efa\u7acb\u4e86\u53e4\u7f57\u9a6c\u65e9\u671f\u7684\u4eba\u53e3\u548c\u8d22\u4ea7\u767b\u8bb0\u5236\u5ea6\u3002", "file_path": "unknown_source", "from": "\u53e4\u7f57\u9a6c", "keywords": "census,state organization", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u56fe\u5229\u4e4c\u65af\u5728\u4f4d\u671f\u95f4\u5efa\u7acb\u4e86\u53e4\u7f57\u9a6c\u65e9\u671f\u7684\u4eba\u53e3\u548c\u8d22\u4ea7\u767b\u8bb0\u5236\u5ea6\u3002", "to": "\u56fe\u5229\u4e4c\u65af", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u662f\u7531\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u5411\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u8fc7\u6e21\u7684\u4e2d\u95f4\u9636\u6bb5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf", "keywords": "\u6570\u5b66\u53d1\u5c55,\u7b26\u53f7\u6f14\u5316", "source_id": "chunk-26eeca6452bef6e940004dc39e11bc99", "title": "\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u662f\u7531\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf\u5411\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u8fc7\u6e21\u7684\u4e2d\u95f4\u9636\u6bb5\u3002", "to": "\u8bed\u8a00\u7b26\u53f7\u7cfb\u7edf", "width": 8.0}, {"created_at": 1752674566, "description": "\u96f6\u7684\u6982\u5ff5\u6700\u65e9\u7531\u5370\u5ea6\u4eba\u63d0\u51fa,\u7528sunya\u8868\u793a,\u610f\u4e3a\u7a7a\u3002", "file_path": "unknown_source", "from": "\u5370\u5ea6", "keywords": "\u6570\u5b66\u7b26\u53f7\u8d77\u6e90,\u6587\u5316\u5f71\u54cd", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u96f6\u7684\u6982\u5ff5\u6700\u65e9\u7531\u5370\u5ea6\u4eba\u63d0\u51fa,\u7528sunya\u8868\u793a,\u610f\u4e3a\u7a7a\u3002", "to": "\u96f6", "width": 9.0}, {"created_at": 1752674566, "description": "sunya\u662f\u5370\u5ea6\u8bed\u4e2d\u8868\u793a\u96f6\u7684\u8bcd,\u539f\u610f\u4e3a\u7a7a,\u4f53\u73b0\u4e86\u5370\u5ea6\u54f2\u5b66\u4e2d\u5bf9\u7a7a\u7684\u5b58\u5728\u6027\u8ba4\u8bc6\u3002", "file_path": "unknown_source", "from": "\u5370\u5ea6", "keywords": "\u54f2\u5b66\u601d\u60f3,\u8bed\u8a00\u7b26\u53f7", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "sunya\u662f\u5370\u5ea6\u8bed\u4e2d\u8868\u793a\u96f6\u7684\u8bcd,\u539f\u610f\u4e3a\u7a7a,\u4f53\u73b0\u4e86\u5370\u5ea6\u54f2\u5b66\u4e2d\u5bf9\u7a7a\u7684\u5b58\u5728\u6027\u8ba4\u8bc6\u3002", "to": "sunya", "width": 8.0}, {"created_at": 1752674566, "description": "\u963f\u62c9\u4f2f\u4eba\u5728\u516c\u5143\u5341\u4e16\u7eaa\u5c06\u5305\u542b\u96f6\u7684\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u5e26\u5165\u6b27\u6d32,\u63a8\u52a8\u4e86\u5176\u5168\u7403\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u963f\u62c9\u4f2f", "keywords": "\u6587\u5316\u4ea4\u6d41,\u77e5\u8bc6\u4f20\u64ad", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u62c9\u4f2f\u4eba\u5728\u516c\u5143\u5341\u4e16\u7eaa\u5c06\u5305\u542b\u96f6\u7684\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u5e26\u5165\u6b27\u6d32,\u63a8\u52a8\u4e86\u5176\u5168\u7403\u4f20\u64ad\u3002", "to": "\u96f6", "width": 8.0}, {"created_at": 1752674566, "description": "\u963f\u62c9\u4f2f\u4eba\u63a5\u53d7\u4e86\u5370\u5ea6\u7684sunya\u6982\u5ff5,\u5e76\u5c06\u5176\u4f20\u64ad\u5230\u6b27\u6d32,\u6700\u7ec8\u6f14\u53d8\u4e3a0\u3002", "file_path": "unknown_source", "from": "\u963f\u62c9\u4f2f", "keywords": "\u6587\u5316\u878d\u5408,\u7b26\u53f7\u4f20\u64ad", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u62c9\u4f2f\u4eba\u63a5\u53d7\u4e86\u5370\u5ea6\u7684sunya\u6982\u5ff5,\u5e76\u5c06\u5176\u4f20\u64ad\u5230\u6b27\u6d32,\u6700\u7ec8\u6f14\u53d8\u4e3a0\u3002", "to": "sunya", "width": 7.0}, {"created_at": 1752674566, "description": "\u5728\u963f\u62c9\u4f2f\u4eba\u7684\u4f20\u64ad\u4e0b,\u6b27\u6d32\u91c7\u7528\u4e86\u5305\u542b\u96f6\u7684\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf,\u5e76\u79f0\u5176\u4e3a\u963f\u62c9\u4f2f\u6570\u5b57\u3002", "file_path": "unknown_source", "from": "\u6b27\u6d32", "keywords": "\u6570\u5b66\u53d1\u5c55,\u7cfb\u7edf\u4f20\u64ad", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5728\u963f\u62c9\u4f2f\u4eba\u7684\u4f20\u64ad\u4e0b,\u6b27\u6d32\u91c7\u7528\u4e86\u5305\u542b\u96f6\u7684\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf,\u5e76\u79f0\u5176\u4e3a\u963f\u62c9\u4f2f\u6570\u5b57\u3002", "to": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "width": 9.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6\u0027s work had a significant influence on medieval European astronomy and scientific thought.", "file_path": "unknown_source", "from": "\u6b27\u6d32", "keywords": "historical impact,intellectual transmission", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u6258\u52d2\u5bc6\u0027s work had a significant influence on medieval European astronomy and scientific thought.", "to": "\u6258\u52d2\u5bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b was a foundational text in medieval\u6b27\u6d32, shaping astronomical and scientific thought through its division of the circle into 360 degrees.", "file_path": "unknown_source", "from": "\u6b27\u6d32", "keywords": "historical influence,intellectual transmission", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b was a foundational text in medieval\u6b27\u6d32, shaping astronomical and scientific thought through its division of the circle into 360 degrees.", "to": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5434\u6587\u4fca\u5f3a\u8c03\u4e86\u4e2d\u56fd\u5728\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u53d1\u5c55\u4e2d\u7684\u5386\u53f2\u8d21\u732e,\u8ba4\u4e3a\u5176\u610f\u4e49\u88ab\u4f4e\u4f30\u3002", "file_path": "unknown_source", "from": "\u5434\u6587\u4fca", "keywords": "\u5386\u53f2\u8d21\u732e,\u5b66\u672f\u8bc4\u4ef7", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5434\u6587\u4fca\u5f3a\u8c03\u4e86\u4e2d\u56fd\u5728\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u53d1\u5c55\u4e2d\u7684\u5386\u53f2\u8d21\u732e,\u8ba4\u4e3a\u5176\u610f\u4e49\u88ab\u4f4e\u4f30\u3002", "to": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "width": 7.0}, {"created_at": 1752674566, "description": "\u5434\u6587\u4fca\u662f\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u96c6\u4e2d\u4f53\u73b0\u4e86\u4ed6\u5728\u6570\u5b66\u673a\u68b0\u5316\u9886\u57df\u7684\u7814\u7a76\u6210\u679c\u3002", "file_path": "unknown_source", "from": "\u5434\u6587\u4fca", "keywords": "\u5b66\u672f\u8457\u4f5c,\u6570\u5b66\u673a\u68b0\u5316", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5434\u6587\u4fca\u662f\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u96c6\u4e2d\u4f53\u73b0\u4e86\u4ed6\u5728\u6570\u5b66\u673a\u68b0\u5316\u9886\u57df\u7684\u7814\u7a76\u6210\u679c\u3002", "to": "\u300a\u5434\u6587\u4fca\u8bba\u6570\u5b66\u673a\u68b0\u5316\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u5434\u6587\u4fca\u662f\u6570\u5b66\u673a\u68b0\u5316\u9886\u57df\u7684\u5f00\u521b\u6027\u4eba\u7269,\u5176\u7814\u7a76\u63a8\u52a8\u4e86\u8be5\u9886\u57df\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u5434\u6587\u4fca", "keywords": "\u5b66\u672f\u8d21\u732e,\u6570\u5b66\u7814\u7a76", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5434\u6587\u4fca\u662f\u6570\u5b66\u673a\u68b0\u5316\u9886\u57df\u7684\u5f00\u521b\u6027\u4eba\u7269,\u5176\u7814\u7a76\u63a8\u52a8\u4e86\u8be5\u9886\u57df\u7684\u53d1\u5c55\u3002", "to": "\u6570\u5b66\u673a\u68b0\u5316", "width": 10.0}, {"created_at": 1752674566, "description": "\u5434\u6587\u4fcais the editor of \u0027World Famous Scientists: Mathematicians III\u0027, published by Science Press in 1992.\u003cSEP\u003e\u5434\u6587\u4fca\u662f\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7684\u4e3b\u7f16\uff0c\u8d1f\u8d23\u8be5\u4e66\u7684\u5b66\u672f\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u5434\u6587\u4fca", "keywords": "academic contribution,authorship,editorial role,editorship", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u5434\u6587\u4fcais the editor of \u0027World Famous Scientists: Mathematicians III\u0027, published by Science Press in 1992.\u003cSEP\u003e\u5434\u6587\u4fca\u662f\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7684\u4e3b\u7f16\uff0c\u8d1f\u8d23\u8be5\u4e66\u7684\u5b66\u672f\u5185\u5bb9\u3002", "to": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b", "width": 17.0}, {"created_at": 1752674566, "description": "\u5434\u6587\u4fca\u4e3b\u7f16\u7684\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7531\u79d1\u5b66\u51fa\u7248\u793e\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u5434\u6587\u4fca", "keywords": "academic collaboration,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u5434\u6587\u4fca\u4e3b\u7f16\u7684\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7531\u79d1\u5b66\u51fa\u7248\u793e\u51fa\u7248\u3002", "to": "\u79d1\u5b66\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "\u9a6c\u514b\u601d\u9ad8\u5ea6\u8bc4\u4ef7\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5,\u79f0\u5176\u4e3a\u6700\u5999\u7684\u53d1\u660e\u4e4b\u4e00,\u4f53\u73b0\u4e86\u4ed6\u5bf9\u6570\u5b66\u7684\u6d53\u539a\u5174\u8da3\u3002", "file_path": "unknown_source", "from": "\u9a6c\u514b\u601d", "keywords": "\u5b66\u672f\u8bc4\u4ef7,\u6570\u5b66\u54f2\u5b66", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u9a6c\u514b\u601d\u9ad8\u5ea6\u8bc4\u4ef7\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5,\u79f0\u5176\u4e3a\u6700\u5999\u7684\u53d1\u660e\u4e4b\u4e00,\u4f53\u73b0\u4e86\u4ed6\u5bf9\u6570\u5b66\u7684\u6d53\u539a\u5174\u8da3\u3002", "to": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "width": 8.0}, {"created_at": 1752674566, "description": "\u9a6c\u514b\u601d\u548c\u6069\u683c\u65af\u662f\u9a6c\u514b\u601d\u4e3b\u4e49\u7684\u5171\u540c\u521b\u59cb\u4eba,\u5171\u540c\u64b0\u5199\u4e86\u591a\u90e8\u91cd\u8981\u8457\u4f5c\u3002", "file_path": "unknown_source", "from": "\u9a6c\u514b\u601d", "keywords": "collaboration,ideology", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u9a6c\u514b\u601d\u548c\u6069\u683c\u65af\u662f\u9a6c\u514b\u601d\u4e3b\u4e49\u7684\u5171\u540c\u521b\u59cb\u4eba,\u5171\u540c\u64b0\u5199\u4e86\u591a\u90e8\u91cd\u8981\u8457\u4f5c\u3002", "to": "\u6069\u683c\u65af", "width": 9.0}, {"created_at": 1752674566, "description": "\u9a6c\u514b\u601d\u662f\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\uff0c\u5176\u8457\u4f5c\u4e2d\u5305\u542b\u6570\u5b66\u76f8\u5173\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u9a6c\u514b\u601d", "keywords": "authorship,ideological foundation", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u9a6c\u514b\u601d\u662f\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\uff0c\u5176\u8457\u4f5c\u4e2d\u5305\u542b\u6570\u5b66\u76f8\u5173\u5185\u5bb9\u3002", "to": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65af\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u7684\u91cd\u8981\u6027,\u4f46\u8bef\u5c06\u8be5\u53d1\u660e\u5b8c\u5168\u5f52\u529f\u4e8e\u5370\u5ea6\u3002", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "\u5386\u53f2\u8bef\u89e3,\u5b66\u672f\u8bc4\u4ef7", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u62c9\u666e\u62c9\u65af\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u7684\u91cd\u8981\u6027,\u4f46\u8bef\u5c06\u8be5\u53d1\u660e\u5b8c\u5168\u5f52\u529f\u4e8e\u5370\u5ea6\u3002", "to": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "width": 7.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u548c\u62c9\u666e\u62c9\u65af\u90fd\u662f\u6570\u5b66\u5bb6,\u4f46\u62c9\u666e\u62c9\u65af\u79f0\u8d5e\u4e86\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u800c\u963f\u57fa\u7c73\u5fb7\u672a\u6d89\u53ca\u8be5\u9886\u57df\u3002", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "\u5b66\u672f\u8bc4\u4ef7,\u6570\u5b66\u53f2", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u57fa\u7c73\u5fb7\u548c\u62c9\u666e\u62c9\u65af\u90fd\u662f\u6570\u5b66\u5bb6,\u4f46\u62c9\u666e\u62c9\u65af\u79f0\u8d5e\u4e86\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u800c\u963f\u57fa\u7c73\u5fb7\u672a\u6d89\u53ca\u8be5\u9886\u57df\u3002", "to": "\u963f\u57fa\u7c73\u5fb7", "width": 6.0}, {"created_at": 1752674566, "description": "\u963f\u6ce2\u7f57\u5c3c\u65af\u548c\u62c9\u666e\u62c9\u65af\u90fd\u662f\u6570\u5b66\u5bb6,\u4f46\u62c9\u666e\u62c9\u65af\u5bf9\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u6709\u9ad8\u5ea6\u8bc4\u4ef7\u800c\u963f\u6ce2\u7f57\u5c3c\u65af\u672a\u6d89\u53ca\u8be5\u9886\u57df\u3002", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "\u5b66\u672f\u8bc4\u4ef7,\u6570\u5b66\u53f2", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u963f\u6ce2\u7f57\u5c3c\u65af\u548c\u62c9\u666e\u62c9\u65af\u90fd\u662f\u6570\u5b66\u5bb6,\u4f46\u62c9\u666e\u62c9\u65af\u5bf9\u5341\u8fdb\u5236\u8bb0\u6570\u6cd5\u6709\u9ad8\u5ea6\u8bc4\u4ef7\u800c\u963f\u6ce2\u7f57\u5c3c\u65af\u672a\u6d89\u53ca\u8be5\u9886\u57df\u3002", "to": "\u963f\u6ce2\u7f57\u5c3c\u65af", "width": 6.0}, {"created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65af\u662f\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u53cd\u6620\u4e86\u4ed6\u5728\u6570\u5b66\u548c\u5929\u6587\u5b66\u9886\u57df\u7684\u7814\u7a76\u6210\u679c\u3002", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "\u5b66\u672f\u8d21\u732e,\u8457\u4f5c", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u62c9\u666e\u62c9\u65af\u662f\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u53cd\u6620\u4e86\u4ed6\u5728\u6570\u5b66\u548c\u5929\u6587\u5b66\u9886\u57df\u7684\u7814\u7a76\u6210\u679c\u3002", "to": "\u300a\u5b87\u5b99\u4f53\u7cfb\u8bba\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65afauthored the \u0027Analytical Theory of Probabilities\u0027, first published in 1812.\u003cSEP\u003e\u62c9\u666e\u62c9\u65afauthored the foundational probability text \u0027Analytical Theory of Probabilities\u0027, first published in 1812.", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "authorship,mathematical treatise", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u62c9\u666e\u62c9\u65afauthored the \u0027Analytical Theory of Probabilities\u0027, first published in 1812.\u003cSEP\u003e\u62c9\u666e\u62c9\u65afauthored the foundational probability text \u0027Analytical Theory of Probabilities\u0027, first published in 1812.", "to": "\u5206\u6790\u6982\u7387\u8bba", "width": 20.0}, {"created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65afwrote the \u0027Philosophical Essay on Probabilities\u0027, which was originally the introduction to his larger work \u0027Analytical Theory of Probabilities\u0027.", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "philosophy of science,probability theory", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u62c9\u666e\u62c9\u65afwrote the \u0027Philosophical Essay on Probabilities\u0027, which was originally the introduction to his larger work \u0027Analytical Theory of Probabilities\u0027.", "to": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "width": 20.0}, {"created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65affirst published \u0027Analytical Theory of Probabilities\u0027 in 1812.", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "historical publication,mathematical milestone", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u62c9\u666e\u62c9\u65affirst published \u0027Analytical Theory of Probabilities\u0027 in 1812.", "to": "1812\u5e74", "width": 9.0}, {"created_at": 1752674566, "description": "\u62c9\u666e\u62c9\u65afrevised and expanded the second edition of \u0027Analytical Theory of Probabilities\u0027 in 1814, adding a new introduction that became a standalone work.", "file_path": "unknown_source", "from": "\u62c9\u666e\u62c9\u65af", "keywords": "intellectual development,publication update", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u62c9\u666e\u62c9\u65afrevised and expanded the second edition of \u0027Analytical Theory of Probabilities\u0027 in 1814, adding a new introduction that became a standalone work.", "to": "1814\u5e74", "width": 8.0}, {"created_at": 1752674566, "description": "\u96f6\u662f\u6784\u5efa\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u7684\u5173\u952e\u5143\u7d20,\u4f7f\u5f97\u5341\u8fdb\u5236\u7cfb\u7edf\u80fd\u591f\u8868\u793a\u6240\u6709\u6570\u503c\u3002", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236\u6570\u5b57\u7cfb\u7edf", "keywords": "\u6570\u5b66\u57fa\u7840,\u7cfb\u7edf\u6784\u5efa", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u96f6\u662f\u6784\u5efa\u5b8c\u5168\u6570\u5b57\u7b26\u53f7\u7cfb\u7edf\u7684\u5173\u952e\u5143\u7d20,\u4f7f\u5f97\u5341\u8fdb\u5236\u7cfb\u7edf\u80fd\u591f\u8868\u793a\u6240\u6709\u6570\u503c\u3002", "to": "\u96f6", "width": 10.0}, {"created_at": 1752674566, "description": "\u7b97\u76d8\u901a\u8fc7\u73e0\u5b50\u5728\u4e0d\u540c\u4f4d\u7f6e\u8868\u793a\u4e0d\u540c\u7684\u6570\u503c,\u6709\u52a9\u4e8e\u5b66\u751f\u5efa\u7acb\u6570\u4f4d\u7684\u76f4\u89c2\u8ba4\u8bc6\u3002", "file_path": "unknown_source", "from": "\u6570\u4f4d\u7b26\u53f7", "keywords": "\u6559\u5b66\u5de5\u5177,\u76f4\u89c2\u7406\u89e3", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u7b97\u76d8\u901a\u8fc7\u73e0\u5b50\u5728\u4e0d\u540c\u4f4d\u7f6e\u8868\u793a\u4e0d\u540c\u7684\u6570\u503c,\u6709\u52a9\u4e8e\u5b66\u751f\u5efa\u7acb\u6570\u4f4d\u7684\u76f4\u89c2\u8ba4\u8bc6\u3002", "to": "\u7b97\u76d8", "width": 9.0}, {"created_at": 1752674566, "description": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u9996\u5148\u63d0\u51fa\u5c06\u0027\u7c73\u0027\u5b9a\u4e49\u4e3a\u5df4\u9ece\u5b50\u5348\u7ebf\u5168\u957f\u7684\u56db\u5343\u4e07\u5206\u4e4b\u4e00\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u56fd\u9645\u957f\u5ea6\u5355\u4f4d\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6cd5\u56fd", "keywords": "\u56fd\u9645\u6807\u51c6,\u79d1\u5b66\u5b9a\u4e49", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u9996\u5148\u63d0\u51fa\u5c06\u0027\u7c73\u0027\u5b9a\u4e49\u4e3a\u5df4\u9ece\u5b50\u5348\u7ebf\u5168\u957f\u7684\u56db\u5343\u4e07\u5206\u4e4b\u4e00\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u56fd\u9645\u957f\u5ea6\u5355\u4f4d\u7684\u57fa\u7840\u3002", "to": "\u7c73", "width": 10.0}, {"created_at": 1752674566, "description": "The meter was originally defined based on the meridian passing through Paris, France.", "file_path": "unknown_source", "from": "\u6cd5\u56fd", "keywords": "geographical reference,scientific origin", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The meter was originally defined based on the meridian passing through Paris, France.", "to": "\u5df4\u9ece", "width": 9.0}, {"created_at": 1752674566, "description": "The French scientists\u0027 committee was formed within France and proposed the original definition of the meter.", "file_path": "unknown_source", "from": "\u6cd5\u56fd", "keywords": "national initiative,scientific origin", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The French scientists\u0027 committee was formed within France and proposed the original definition of the meter.", "to": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u7279\u522b\u59d4\u5458\u4f1a", "width": 9.0}, {"created_at": 1752674566, "description": "\u6714\u671b\u6708\u662f\u9634\u5386\u5236\u5b9a\u7684\u57fa\u7840,\u4e00\u4e2a\u6714\u671b\u6708\u5468\u671f\u7ea6\u4e3a29.53\u65e5\u3002\u003cSEP\u003e\u6714\u671b\u6708\u662f\u9634\u5386\u7684\u57fa\u672c\u5355\u4f4d\uff0c\u9634\u5386\u57fa\u4e8e\u6714\u671b\u6708\u6765\u6784\u5efa\u6708\u4efd\u3002\u003cSEP\u003e\u9634\u5386\u662f\u57fa\u4e8e\u6714\u671b\u6708\u5468\u671f\u5236\u5b9a\u7684\u5386\u6cd5,\u53cd\u6620\u4e86\u53e4\u4eba\u5bf9\u6708\u4eae\u8fd0\u884c\u89c4\u5f8b\u7684\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u6714\u671b\u6708", "keywords": "calendar system,lunar cycle,\u5386\u6cd5\u57fa\u7840,\u5929\u6587\u89c2\u6d4b,\u65f6\u95f4\u5355\u4f4d", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff\u003cSEP\u003echunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6714\u671b\u6708\u662f\u9634\u5386\u5236\u5b9a\u7684\u57fa\u7840,\u4e00\u4e2a\u6714\u671b\u6708\u5468\u671f\u7ea6\u4e3a29.53\u65e5\u3002\u003cSEP\u003e\u6714\u671b\u6708\u662f\u9634\u5386\u7684\u57fa\u672c\u5355\u4f4d\uff0c\u9634\u5386\u57fa\u4e8e\u6714\u671b\u6708\u6765\u6784\u5efa\u6708\u4efd\u3002\u003cSEP\u003e\u9634\u5386\u662f\u57fa\u4e8e\u6714\u671b\u6708\u5468\u671f\u5236\u5b9a\u7684\u5386\u6cd5,\u53cd\u6620\u4e86\u53e4\u4eba\u5bf9\u6708\u4eae\u8fd0\u884c\u89c4\u5f8b\u7684\u7406\u89e3\u3002", "to": "\u9634\u5386", "width": 26.0}, {"created_at": 1752674566, "description": "\u9634\u5386\u4e0e\u9633\u5386\u662f\u4e24\u79cd\u4e0d\u540c\u7684\u5386\u6cd5\u4f53\u7cfb\uff0c\u9634\u5386\u57fa\u4e8e\u6708\u76f8\u5468\u671f\uff0c\u9633\u5386\u57fa\u4e8e\u592a\u9633\u5468\u671f\u3002", "file_path": "unknown_source", "from": "\u9634\u5386", "keywords": "calendar comparison,timekeeping", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u9634\u5386\u4e0e\u9633\u5386\u662f\u4e24\u79cd\u4e0d\u540c\u7684\u5386\u6cd5\u4f53\u7cfb\uff0c\u9634\u5386\u57fa\u4e8e\u6708\u76f8\u5468\u671f\uff0c\u9633\u5386\u57fa\u4e8e\u592a\u9633\u5468\u671f\u3002", "to": "\u9633\u5386", "width": 8.0}, {"created_at": 1752674566, "description": "\u9634\u9633\u5408\u5386\u662f\u5728\u9634\u5386\u57fa\u7840\u4e0a\u52a0\u5165\u9633\u5386\u5143\u7d20\uff0c\u4ee5\u89e3\u51b3\u9634\u5386\u4e0e\u5b63\u8282\u9519\u4f4d\u7684\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u9634\u5386", "keywords": "agricultural alignment,calendar adjustment", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u9634\u9633\u5408\u5386\u662f\u5728\u9634\u5386\u57fa\u7840\u4e0a\u52a0\u5165\u9633\u5386\u5143\u7d20\uff0c\u4ee5\u89e3\u51b3\u9634\u5386\u4e0e\u5b63\u8282\u9519\u4f4d\u7684\u95ee\u9898\u3002", "to": "\u9634\u9633\u5408\u5386", "width": 9.0}, {"created_at": 1752674566, "description": "\u5386\u6cd5\u662f\u4eba\u7c7b\u5bf9\u65f6\u95f4\u6d4b\u91cf\u548c\u7ec4\u7ec7\u7684\u7cfb\u7edf\u5316\u8868\u8fbe,\u53cd\u6620\u4e86\u5929\u6587\u89c2\u6d4b\u548c\u6570\u5b66\u8ba1\u7b97\u7684\u7ed3\u5408\u3002", "file_path": "unknown_source", "from": "\u5386\u6cd5", "keywords": "\u6587\u5316\u53d1\u5c55,\u65f6\u95f4\u7cfb\u7edf", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5386\u6cd5\u662f\u4eba\u7c7b\u5bf9\u65f6\u95f4\u6d4b\u91cf\u548c\u7ec4\u7ec7\u7684\u7cfb\u7edf\u5316\u8868\u8fbe,\u53cd\u6620\u4e86\u5929\u6587\u89c2\u6d4b\u548c\u6570\u5b66\u8ba1\u7b97\u7684\u7ed3\u5408\u3002", "to": "\u65f6\u95f4\u6d4b\u91cf", "width": 8.0}, {"created_at": 1752674566, "description": "\u6708\u4eae\u662f\u5730\u7403\u7684\u5929\u7136\u536b\u661f,\u5176\u8fd0\u884c\u89c4\u5f8b\u5bf9\u5730\u7403\u7684\u5386\u6cd5\u548c\u65f6\u95f4\u6d4b\u91cf\u6709\u91cd\u8981\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u6708\u4eae", "keywords": "\u5386\u6cd5\u57fa\u7840,\u5929\u4f53\u5173\u7cfb", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6708\u4eae\u662f\u5730\u7403\u7684\u5929\u7136\u536b\u661f,\u5176\u8fd0\u884c\u89c4\u5f8b\u5bf9\u5730\u7403\u7684\u5386\u6cd5\u548c\u65f6\u95f4\u6d4b\u91cf\u6709\u91cd\u8981\u5f71\u54cd\u3002", "to": "\u5730\u7403", "width": 9.0}, {"created_at": 1752674566, "description": "\u592a\u9633\u548c\u6708\u4eae\u7684\u76f8\u5bf9\u4f4d\u7f6e\u5173\u7cfb\u51b3\u5b9a\u4e86\u6714\u6708\u548c\u671b\u6708\u7684\u51fa\u73b0,\u662f\u5386\u6cd5\u5236\u5b9a\u7684\u91cd\u8981\u4f9d\u636e\u3002", "file_path": "unknown_source", "from": "\u6708\u4eae", "keywords": "\u5929\u4f53\u5173\u7cfb,\u5929\u6587\u73b0\u8c61", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u592a\u9633\u548c\u6708\u4eae\u7684\u76f8\u5bf9\u4f4d\u7f6e\u5173\u7cfb\u51b3\u5b9a\u4e86\u6714\u6708\u548c\u671b\u6708\u7684\u51fa\u73b0,\u662f\u5386\u6cd5\u5236\u5b9a\u7684\u91cd\u8981\u4f9d\u636e\u3002", "to": "\u592a\u9633", "width": 9.0}, {"created_at": 1752674566, "description": "The Earth orbits the Sun, which contains 99.87% of the solar system\u0027s mass.\u003cSEP\u003e\u5730\u7403\u4e0e\u592a\u9633\u7684\u4f4d\u7f6e\u5173\u7cfb\u51b3\u5b9a\u4e86\u5b63\u8282\u53d8\u5316\u548c\u65f6\u95f4\u6d4b\u91cf\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u592a\u9633", "keywords": "astronomical relationship,gravitational pull,\u5929\u4f53\u5173\u7cfb,\u65f6\u95f4\u7cfb\u7edf", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Earth orbits the Sun, which contains 99.87% of the solar system\u0027s mass.\u003cSEP\u003e\u5730\u7403\u4e0e\u592a\u9633\u7684\u4f4d\u7f6e\u5173\u7cfb\u51b3\u5b9a\u4e86\u5b63\u8282\u53d8\u5316\u548c\u65f6\u95f4\u6d4b\u91cf\u7684\u57fa\u7840\u3002", "to": "\u5730\u7403", "width": 18.0}, {"created_at": 1752674566, "description": "\u5149\u884c\u8d70time from\u592a\u9633to\u5730\u7403is used as an example of astronomical speed calculations.", "file_path": "unknown_source", "from": "\u592a\u9633", "keywords": "astronomical distance,light speed", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5149\u884c\u8d70time from\u592a\u9633to\u5730\u7403is used as an example of astronomical speed calculations.", "to": "\u5149\u884c\u8d70", "width": 7.0}, {"created_at": 1752674566, "description": "\u8d85\u65b0\u661f\u7206\u70b8\u4e8b\u4ef6\u4e0e\u5730\u7403\u89c2\u5bdf\u4e4b\u95f4\u7684\u65f6\u95f4\u5ef6\u8fdf\u95ee\u9898\u7528\u4e8e\u63a2\u8ba8\u2018\u73b0\u5728\u2019\u6982\u5ff5\u7684\u9002\u7528\u6027\u3002", "file_path": "unknown_source", "from": "\u5730\u7403", "keywords": "\u5b87\u5b99\u4e8b\u4ef6,\u65f6\u95f4\u611f\u77e5", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u8d85\u65b0\u661f\u7206\u70b8\u4e8b\u4ef6\u4e0e\u5730\u7403\u89c2\u5bdf\u4e4b\u95f4\u7684\u65f6\u95f4\u5ef6\u8fdf\u95ee\u9898\u7528\u4e8e\u63a2\u8ba8\u2018\u73b0\u5728\u2019\u6982\u5ff5\u7684\u9002\u7528\u6027\u3002", "to": "\u8d85\u65b0\u661f\u7206\u70b8", "width": 8.0}, {"created_at": 1752674566, "description": "Earth is one of the eight recognized major planets in the solar system.", "file_path": "unknown_source", "from": "\u5730\u7403", "keywords": "astronomical identity,planetary classification", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Earth is one of the eight recognized major planets in the solar system.", "to": "\u5927\u884c\u661f", "width": 9.0}, {"created_at": 1752674566, "description": "\u5149\u884c\u8d70time from\u592a\u9633to\u5730\u7403is used as an example of astronomical speed calculations.", "file_path": "unknown_source", "from": "\u5730\u7403", "keywords": "astronomical distance,light speed", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5149\u884c\u8d70time from\u592a\u9633to\u5730\u7403is used as an example of astronomical speed calculations.", "to": "\u5149\u884c\u8d70", "width": 7.0}, {"created_at": 1752674566, "description": "\u6714\u6708\u548c\u671b\u6708\u662f\u6708\u4eae\u8fd0\u884c\u5468\u671f\u4e2d\u7684\u4e24\u4e2a\u5173\u952e\u9636\u6bb5,\u5171\u540c\u6784\u6210\u4e86\u6714\u671b\u6708\u7684\u5b8c\u6574\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u6714\u6708", "keywords": "\u5468\u671f\u53d8\u5316,\u5929\u6587\u73b0\u8c61", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u6714\u6708\u548c\u671b\u6708\u662f\u6708\u4eae\u8fd0\u884c\u5468\u671f\u4e2d\u7684\u4e24\u4e2a\u5173\u952e\u9636\u6bb5,\u5171\u540c\u6784\u6210\u4e86\u6714\u671b\u6708\u7684\u5b8c\u6574\u8fc7\u7a0b\u3002", "to": "\u671b\u6708", "width": 9.0}, {"created_at": 1752674566, "description": "\u5927\u6708\u548c\u5c0f\u6708\u662f\u5386\u6cd5\u4e2d\u8c03\u6574\u6714\u671b\u6708\u5468\u671f\u7684\u624b\u6bb5,\u5206\u522b\u5bf9\u5e9430\u65e5\u548c29\u65e5\u3002", "file_path": "unknown_source", "from": "\u5927\u6708", "keywords": "\u5386\u6cd5\u8c03\u6574,\u65f6\u95f4\u5355\u4f4d", "source_id": "chunk-1e23a044ee65399fb94239aba274f94c", "title": "\u5927\u6708\u548c\u5c0f\u6708\u662f\u5386\u6cd5\u4e2d\u8c03\u6574\u6714\u671b\u6708\u5468\u671f\u7684\u624b\u6bb5,\u5206\u522b\u5bf9\u5e9430\u65e5\u548c29\u65e5\u3002", "to": "\u5c0f\u6708", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e24\u4eba\u5747\u5229\u7528\u6d6e\u529b\u539f\u7406\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u5c3d\u7ba1\u65f6\u4ee3\u548c\u6587\u5316\u80cc\u666f\u4e0d\u540c\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u6d6e\u529b\u5e94\u7528,\u79d1\u5b66\u601d\u7ef4", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u4e24\u4eba\u5747\u5229\u7528\u6d6e\u529b\u539f\u7406\u89e3\u51b3\u5b9e\u9645\u95ee\u9898\uff0c\u5c3d\u7ba1\u65f6\u4ee3\u548c\u6587\u5316\u80cc\u666f\u4e0d\u540c\u3002", "to": "\u66f9\u51b2", "width": 8.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u51fa\u751f\u5e76\u957f\u671f\u5c45\u4f4f\u5728\u53d9\u62c9\u53e4\uff0c\u4e3a\u8be5\u57ce\u90a6\u670d\u52a1\u5e76\u8fdb\u884c\u79d1\u5b66\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u51fa\u751f\u5730,\u79d1\u5b66\u8d21\u732e", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u51fa\u751f\u5e76\u957f\u671f\u5c45\u4f4f\u5728\u53d9\u62c9\u53e4\uff0c\u4e3a\u8be5\u57ce\u90a6\u670d\u52a1\u5e76\u8fdb\u884c\u79d1\u5b66\u7814\u7a76\u3002", "to": "\u53d9\u62c9\u53e4", "width": 10.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u53d7\u56fd\u738b\u6d77\u5c14\u7fc1\u4e8c\u4e16\u59d4\u6258\u9a8c\u8bc1\u738b\u51a0\u7eaf\u5ea6\uff0c\u4ece\u800c\u4fc3\u6210\u4e86\u6d6e\u529b\u7814\u7a76\u7684\u542f\u53d1\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u59d4\u6258\u5173\u7cfb,\u79d1\u5b66\u542f\u53d1", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u53d7\u56fd\u738b\u6d77\u5c14\u7fc1\u4e8c\u4e16\u59d4\u6258\u9a8c\u8bc1\u738b\u51a0\u7eaf\u5ea6\uff0c\u4ece\u800c\u4fc3\u6210\u4e86\u6d6e\u529b\u7814\u7a76\u7684\u542f\u53d1\u3002", "to": "\u6d77\u5c14\u7fc1\u4e8c\u4e16", "width": 9.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u64b0\u5199\u4e86\u300a\u8bba\u6d6e\u4f53\u300b\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u6d6e\u529b\u548c\u6d41\u4f53\u9759\u529b\u5b66\u539f\u7406\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u5b66\u672f\u8457\u4f5c,\u79d1\u5b66\u7406\u8bba", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u64b0\u5199\u4e86\u300a\u8bba\u6d6e\u4f53\u300b\uff0c\u7cfb\u7edf\u9610\u8ff0\u4e86\u6d6e\u529b\u548c\u6d41\u4f53\u9759\u529b\u5b66\u539f\u7406\u3002", "to": "\u300a\u8bba\u6d6e\u4f53\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u662f\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u7684\u63d0\u51fa\u8005\uff0c\u5176\u7814\u7a76\u5960\u5b9a\u4e86\u6d41\u4f53\u9759\u529b\u5b66\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u539f\u7406\u63d0\u51fa\u8005,\u79d1\u5b66\u8d21\u732e", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u662f\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u7684\u63d0\u51fa\u8005\uff0c\u5176\u7814\u7a76\u5960\u5b9a\u4e86\u6d41\u4f53\u9759\u529b\u5b66\u57fa\u7840\u3002", "to": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u53d7\u547d\u9a8c\u8bc1\u738b\u51a0\u7eaf\u5ea6\uff0c\u4ece\u800c\u542f\u53d1\u4e86\u4ed6\u5bf9\u6d6e\u529b\u7684\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u4e8b\u4ef6\u53c2\u4e0e,\u79d1\u5b66\u542f\u53d1", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u53d7\u547d\u9a8c\u8bc1\u738b\u51a0\u7eaf\u5ea6\uff0c\u4ece\u800c\u542f\u53d1\u4e86\u4ed6\u5bf9\u6d6e\u529b\u7684\u7814\u7a76\u3002", "to": "\u738b\u51a0\u9a8c\u8bc1", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u601d\u7f16\u7e82\u4e86\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\uff0c\u663e\u793a\u7f16\u8005\u4e0e\u539f\u59cb\u4f5c\u8005\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7", "keywords": "\u6570\u5b66\u53f2,\u6587\u732e\u7f16\u7e82", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5e0c\u601d\u7f16\u7e82\u4e86\u300a\u963f\u57fa\u7c73\u5fb7\u5168\u96c6\u300b\uff0c\u663e\u793a\u7f16\u8005\u4e0e\u539f\u59cb\u4f5c\u8005\u7684\u5173\u7cfb\u3002", "to": "\u5e0c\u601d", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e8c\u5341\u56db\u8282\u6c14\u662f\u57fa\u4e8e\u9633\u5386\u5236\u5b9a\u7684\u8282\u6c14\u7cfb\u7edf\uff0c\u7528\u4e8e\u53cd\u6620\u5b63\u8282\u53d8\u5316\u3002", "file_path": "unknown_source", "from": "\u9633\u5386", "keywords": "agricultural guidance,seasonal alignment", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u4e8c\u5341\u56db\u8282\u6c14\u662f\u57fa\u4e8e\u9633\u5386\u5236\u5b9a\u7684\u8282\u6c14\u7cfb\u7edf\uff0c\u7528\u4e8e\u53cd\u6620\u5b63\u8282\u53d8\u5316\u3002", "to": "\u4e8c\u5341\u56db\u8282\u6c14", "width": 10.0}, {"created_at": 1752674566, "description": "\u9634\u9633\u5408\u5386\u878d\u5408\u4e86\u9633\u5386\u7684\u5b63\u8282\u5468\u671f\uff0c\u4ee5\u63d0\u9ad8\u5386\u6cd5\u7684\u51c6\u786e\u6027\u3002", "file_path": "unknown_source", "from": "\u9633\u5386", "keywords": "calendar integration,seasonal tracking", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u9634\u9633\u5408\u5386\u878d\u5408\u4e86\u9633\u5386\u7684\u5b63\u8282\u5468\u671f\uff0c\u4ee5\u63d0\u9ad8\u5386\u6cd5\u7684\u51c6\u786e\u6027\u3002", "to": "\u9634\u9633\u5408\u5386", "width": 8.0}, {"created_at": 1752674566, "description": "\u571f\u661f\u7684\u8fd0\u884c\u5468\u671fwas used to determine the length of the solar year as 365 1/4 days.", "file_path": "unknown_source", "from": "\u9633\u5386", "keywords": "astronomical observation,calendar accuracy", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u571f\u661f\u7684\u8fd0\u884c\u5468\u671fwas used to determine the length of the solar year as 365 1/4 days.", "to": "\u571f\u661f", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b discusses the use of the\u571f\u572d\u4e4b\u6cd5(gnomon method) to calculate the solar year.", "file_path": "unknown_source", "from": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "keywords": "astronomical method,historical record", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b discusses the use of the\u571f\u572d\u4e4b\u6cd5(gnomon method) to calculate the solar year.", "to": "\u571f\u572d\u4e4b\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b discusses the calculation of the\u9633\u5386\u4e00\u5e74(solar year) using the orbital cycle of Saturn to determine its length as 365.25 days.", "file_path": "unknown_source", "from": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b", "keywords": "astronomical calculation,historical record", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u300a\u6dee\u5357\u5b50\u00b7\u5929\u6587\u8bad\u300b discusses the calculation of the\u9633\u5386\u4e00\u5e74(solar year) using the orbital cycle of Saturn to determine its length as 365.25 days.", "to": "\u9633\u5386\u4e00\u5e74", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u8bba\u8861\u300b\u4e2d\u8bb0\u8f7d\u4e86\u4e0e\u73b0\u4ee3\u5b8c\u5168\u4e00\u81f4\u7684\u5341\u4e8c\u751f\u8096\u7cfb\u7edf\u3002", "file_path": "unknown_source", "from": "\u5341\u4e8c\u751f\u8096", "keywords": "cultural continuity,historical record", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u300a\u8bba\u8861\u300b\u4e2d\u8bb0\u8f7d\u4e86\u4e0e\u73b0\u4ee3\u5b8c\u5168\u4e00\u81f4\u7684\u5341\u4e8c\u751f\u8096\u7cfb\u7edf\u3002", "to": "\u300a\u8bba\u8861\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5728\u6c49\u4ee3\uff0c\u5341\u4e8c\u5730\u652f\u88ab\u7528\u4e8e\u5212\u5206\u65f6\u8fb0\uff0c\u5e76\u4e0e\u591c\u665a\u5b88\u66f4\u5236\u5ea6\u7ed3\u5408\u3002", "file_path": "unknown_source", "from": "\u5341\u4e8c\u5730\u652f", "keywords": "historical development,time measurement", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5728\u6c49\u4ee3\uff0c\u5341\u4e8c\u5730\u652f\u88ab\u7528\u4e8e\u5212\u5206\u65f6\u8fb0\uff0c\u5e76\u4e0e\u591c\u665a\u5b88\u66f4\u5236\u5ea6\u7ed3\u5408\u3002", "to": "\u6c49\u4ee3", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e94\u66f4\u5236\u5ea6\u4e0e\u5341\u4e8c\u5730\u652f\u76f8\u7ed3\u5408\uff0c\u7528\u4e8e\u591c\u95f4\u65f6\u95f4\u5212\u5206\u548c\u5b88\u591c\u5236\u5ea6\u3002", "file_path": "unknown_source", "from": "\u5341\u4e8c\u5730\u652f", "keywords": "historical system,timekeeping", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u4e94\u66f4\u5236\u5ea6\u4e0e\u5341\u4e8c\u5730\u652f\u76f8\u7ed3\u5408\uff0c\u7528\u4e8e\u591c\u95f4\u65f6\u95f4\u5212\u5206\u548c\u5b88\u591c\u5236\u5ea6\u3002", "to": "\u4e94\u66f4", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u65f6\u662f\u5bf9\u5341\u4e8c\u5730\u652f\u65f6\u8fb0\u7684\u8fdb\u4e00\u6b65\u7ec6\u5206\uff0c\u5f62\u6210\u73b0\u4ee3\u65f6\u95f4\u5355\u4f4d\u3002", "file_path": "unknown_source", "from": "\u5341\u4e8c\u5730\u652f", "keywords": "historical evolution,time measurement", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5c0f\u65f6\u662f\u5bf9\u5341\u4e8c\u5730\u652f\u65f6\u8fb0\u7684\u8fdb\u4e00\u6b65\u7ec6\u5206\uff0c\u5f62\u6210\u73b0\u4ee3\u65f6\u95f4\u5355\u4f4d\u3002", "to": "\u5c0f\u65f6", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b8b\u4ee3\u5c06\u65f6\u8fb0\u8fdb\u4e00\u6b65\u5212\u5206\u4e3a\u201c\u521d\u201d\u548c\u201c\u6b63\u201d\uff0c\u5f62\u6210\u201c\u5c0f\u65f6\u201d\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u5b8b\u4ee3", "keywords": "historical evolution,time division", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u5b8b\u4ee3\u5c06\u65f6\u8fb0\u8fdb\u4e00\u6b65\u5212\u5206\u4e3a\u201c\u521d\u201d\u548c\u201c\u6b63\u201d\uff0c\u5f62\u6210\u201c\u5c0f\u65f6\u201d\u6982\u5ff5\u3002", "to": "\u5c0f\u65f6", "width": 7.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6authored the Almagest, which introduced the 360-degree division of a circle, influencing later astronomical systems.\u003cSEP\u003e\u6258\u52d2\u5bc6is the author of \u0027The Almagest\u0027 (\u300a\u5929\u6587\u5b66\u5927\u6210\u300b), representing the culmination of geocentric astronomical theory in the ancient world.", "file_path": "unknown_source", "from": "\u6258\u52d2\u5bc6", "keywords": "astronomical legacy,astronomical system,authorship,historical influence", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u6258\u52d2\u5bc6authored the Almagest, which introduced the 360-degree division of a circle, influencing later astronomical systems.\u003cSEP\u003e\u6258\u52d2\u5bc6is the author of \u0027The Almagest\u0027 (\u300a\u5929\u6587\u5b66\u5927\u6210\u300b), representing the culmination of geocentric astronomical theory in the ancient world.", "to": "\u300a\u5929\u6587\u5b66\u5927\u6210\u300b", "width": 19.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6is the author of \u0027Geographia\u0027 (\u300a\u5730\u7406\u5b66\u6307\u5357\u300b), foundational in the development of ancient cartography and geography.", "file_path": "unknown_source", "from": "\u6258\u52d2\u5bc6", "keywords": "authorship,geographic contribution", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6258\u52d2\u5bc6is the author of \u0027Geographia\u0027 (\u300a\u5730\u7406\u5b66\u6307\u5357\u300b), foundational in the development of ancient cartography and geography.", "to": "\u300a\u5730\u7406\u5b66\u6307\u5357\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6is the author of \u0027Optics\u0027 (\u300a\u5149\u5b66\u300b), contributing to the early understanding of light and vision.", "file_path": "unknown_source", "from": "\u6258\u52d2\u5bc6", "keywords": "authorship,optical studies", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6258\u52d2\u5bc6is the author of \u0027Optics\u0027 (\u300a\u5149\u5b66\u300b), contributing to the early understanding of light and vision.", "to": "\u300a\u5149\u5b66\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u738b\u5145\u5728\u5176\u8457\u4f5c\u300a\u8bba\u8861\u300b\u4e2d\u8bb0\u8f7d\u4e86\u5341\u4e8c\u751f\u8096\u4e0e\u5730\u652f\u7cfb\u7edf\u7684\u8be6\u7ec6\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u738b\u5145", "keywords": "cultural record,philosophical text", "source_id": "chunk-71b68912b88bbd9937923ad7dc8e4bff", "title": "\u738b\u5145\u5728\u5176\u8457\u4f5c\u300a\u8bba\u8861\u300b\u4e2d\u8bb0\u8f7d\u4e86\u5341\u4e8c\u751f\u8096\u4e0e\u5730\u652f\u7cfb\u7edf\u7684\u8be6\u7ec6\u5185\u5bb9\u3002", "to": "\u300a\u8bba\u8861\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b provides a detailed explanation of the\u571f\u572d\u4e4b\u6cd5, using shadow length observations to determine the length of a year as 365.25 days.", "file_path": "unknown_source", "from": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "keywords": "astronomical observation,historical documentation", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b provides a detailed explanation of the\u571f\u572d\u4e4b\u6cd5, using shadow length observations to determine the length of a year as 365.25 days.", "to": "\u571f\u572d\u4e4b\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b provides a detailed explanation of how\u65e5\u5f71\u957f\u5ea6(shadow length) observations on the winter solstice were used to determine the length of a year as 365.25 days.", "file_path": "unknown_source", "from": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b", "keywords": "astronomical observation,historical documentation", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u300a\u540e\u6c49\u4e66\u00b7\u5f8b\u5386\u300b provides a detailed explanation of how\u65e5\u5f71\u957f\u5ea6(shadow length) observations on the winter solstice were used to determine the length of a year as 365.25 days.", "to": "\u65e5\u5f71\u957f\u5ea6", "width": 9.0}, {"created_at": 1752674566, "description": "\u65e5\u5f71\u957f\u5ea6measurements are central to the\u571f\u572d\u4e4b\u6cd5method for determining the solar year in ancient Chinese astronomy.", "file_path": "unknown_source", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "astronomical practice,measurement method", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u65e5\u5f71\u957f\u5ea6measurements are central to the\u571f\u572d\u4e4b\u6cd5method for determining the solar year in ancient Chinese astronomy.", "to": "\u65e5\u5f71\u957f\u5ea6", "width": 10.0}, {"created_at": 1752674566, "description": "\u571f\u572d\u4e4b\u6cd5is a method used to calculate the\u9633\u5386\u4e00\u5e74(solar year) by observing the periodic changes in\u65e5\u5f71\u957f\u5ea6.", "file_path": "unknown_source", "from": "\u571f\u572d\u4e4b\u6cd5", "keywords": "observational astronomy,time calculation", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u571f\u572d\u4e4b\u6cd5is a method used to calculate the\u9633\u5386\u4e00\u5e74(solar year) by observing the periodic changes in\u65e5\u5f71\u957f\u5ea6.", "to": "\u9633\u5386\u4e00\u5e74", "width": 9.0}, {"created_at": 1752674566, "description": "\u5929\u5e72is a key component of the\u5e72\u652f\u7eaa\u5e74\u6cd5, which uses combinations of\u5929\u5e72and\u5730\u652fto mark years in a 60-year cycle.", "file_path": "unknown_source", "from": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "keywords": "calendar system,time notation", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u5929\u5e72is a key component of the\u5e72\u652f\u7eaa\u5e74\u6cd5, which uses combinations of\u5929\u5e72and\u5730\u652fto mark years in a 60-year cycle.", "to": "\u5929\u5e72", "width": 10.0}, {"created_at": 1752674566, "description": "\u5730\u652fis a core element of the\u5e72\u652f\u7eaa\u5e74\u6cd5, used in combination with\u5929\u5e72to form the 60-year cyclical calendar system.", "file_path": "unknown_source", "from": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "keywords": "calendar system,cyclical notation", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u5730\u652fis a core element of the\u5e72\u652f\u7eaa\u5e74\u6cd5, used in combination with\u5929\u5e72to form the 60-year cyclical calendar system.", "to": "\u5730\u652f", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e72\u652f\u7eaa\u5e74\u6cd5uses the\u7532\u5b5060-year cycle as its fundamental structure for marking time.", "file_path": "unknown_source", "from": "\u5e72\u652f\u7eaa\u5e74\u6cd5", "keywords": "calendar system,cyclical timekeeping", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u5e72\u652f\u7eaa\u5e74\u6cd5uses the\u7532\u5b5060-year cycle as its fundamental structure for marking time.", "to": "\u7532\u5b50", "width": 10.0}, {"created_at": 1752674566, "description": "\u76ae\u4e9a\u8bfadeveloped the Peano axioms, a formal system for defining natural numbers and their properties.", "file_path": "unknown_source", "from": "\u76ae\u4e9a\u8bfa", "keywords": "formal logic,mathematical foundation", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u76ae\u4e9a\u8bfadeveloped the Peano axioms, a formal system for defining natural numbers and their properties.", "to": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u73b0\u4ee3\u6570\u5b66\u4e2d\u516c\u7406\u4f53\u7cfb\u7684\u4e00\u4e2a\u91cd\u8981\u5b9e\u4f8b\u3002", "file_path": "unknown_source", "from": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb", "keywords": "\u6570\u5b66\u57fa\u7840,\u6570\u7406\u903b\u8f91", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u76ae\u4e9a\u8bfa\u7b97\u672f\u516c\u7406\u4f53\u7cfb\u662f\u73b0\u4ee3\u6570\u5b66\u4e2d\u516c\u7406\u4f53\u7cfb\u7684\u4e00\u4e2a\u91cd\u8981\u5b9e\u4f8b\u3002", "to": "\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u5929\u5e72and\u5730\u652fare systematically combined to form the 60-year\u7532\u5b50cycle in the\u5e72\u652f\u7eaa\u5e74\u6cd5calendar system.", "file_path": "unknown_source", "from": "\u5929\u5e72", "keywords": "combinatorial system,cyclical timekeeping", "source_id": "chunk-be1ccf4aaa693e78676f243a79b63a08", "title": "\u5929\u5e72and\u5730\u652fare systematically combined to form the 60-year\u7532\u5b50cycle in the\u5e72\u652f\u7eaa\u5e74\u6cd5calendar system.", "to": "\u5730\u652f", "width": 9.0}, {"created_at": 1752674566, "description": "Calculus is built upon the concept of limits, which requires the completeness and continuity of real numbers.", "file_path": "unknown_source", "from": "\u6781\u9650\u7406\u8bba", "keywords": "analysis,mathematical structure", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Calculus is built upon the concept of limits, which requires the completeness and continuity of real numbers.", "to": "\u5fae\u79ef\u5206", "width": 9.0}, {"created_at": 1752674566, "description": "\u96c6\u5408A\u5305\u542b\u6240\u6709\u6ee1\u8db3\u547d\u9898P\u7684\u5143\u7d20,\u7528\u4e8e\u6784\u5efa\u5206\u7c7b\u6807\u51c6\u3002\u003cSEP\u003e\u96c6\u5408A\u7531\u6ee1\u8db3\u547d\u9898P\u7684\u81ea\u7136\u6570\u6784\u6210\uff0c\u7528\u4e8e\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u5bf9\u81ea\u7136\u6570\u6027\u8d28\u7684\u63a8\u7406\u3002", "file_path": "unknown_source", "from": "\u547d\u9898P", "keywords": "classification,set membership,\u5f52\u7eb3\u63a8\u7406,\u96c6\u5408\u5b9a\u4e49", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7\u003cSEP\u003echunk-73836e98e177b5a39ff62e469b1507bc", "title": "\u96c6\u5408A\u5305\u542b\u6240\u6709\u6ee1\u8db3\u547d\u9898P\u7684\u5143\u7d20,\u7528\u4e8e\u6784\u5efa\u5206\u7c7b\u6807\u51c6\u3002\u003cSEP\u003e\u96c6\u5408A\u7531\u6ee1\u8db3\u547d\u9898P\u7684\u81ea\u7136\u6570\u6784\u6210\uff0c\u7528\u4e8e\u6570\u5b66\u5f52\u7eb3\u6cd5\u4e2d\u5bf9\u81ea\u7136\u6570\u6027\u8d28\u7684\u63a8\u7406\u3002", "to": "\u96c6\u5408A", "width": 16.0}, {"created_at": 1752674566, "description": "\u96c6\u5408B\u5305\u542b\u6240\u6709\u4e0d\u6ee1\u8db3\u547d\u9898P\u7684\u5143\u7d20,\u7528\u4e8e\u6784\u5efa\u5206\u7c7b\u6807\u51c6\u7684\u5bf9\u7acb\u9762\u3002", "file_path": "unknown_source", "from": "\u547d\u9898P", "keywords": "classification,set membership", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u96c6\u5408B\u5305\u542b\u6240\u6709\u4e0d\u6ee1\u8db3\u547d\u9898P\u7684\u5143\u7d20,\u7528\u4e8e\u6784\u5efa\u5206\u7c7b\u6807\u51c6\u7684\u5bf9\u7acb\u9762\u3002", "to": "\u96c6\u5408B", "width": 8.0}, {"created_at": 1752674566, "description": "\u96c6\u5408A\u548c\u96c6\u5408B\u662f\u57fa\u4e8e\u547d\u9898P\u5212\u5206\u7684\u4e24\u4e2a\u4e92\u65a5\u96c6\u5408,\u6ee1\u8db3A \u222a B = \u03a9 \u548cA \u2229 B = \u03c6\u3002", "file_path": "unknown_source", "from": "\u96c6\u5408A", "keywords": "mutual exclusion,set theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u96c6\u5408A\u548c\u96c6\u5408B\u662f\u57fa\u4e8e\u547d\u9898P\u5212\u5206\u7684\u4e24\u4e2a\u4e92\u65a5\u96c6\u5408,\u6ee1\u8db3A \u222a B = \u03a9 \u548cA \u2229 B = \u03c6\u3002", "to": "\u96c6\u5408B", "width": 10.0}, {"created_at": 1752674566, "description": "The concept of a set, such as Set A, exemplifies the need for clear definitions and consistent logic in the study of mathematical objects.", "file_path": "unknown_source", "from": "\u96c6\u5408A", "keywords": "mathematical object,set theory", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The concept of a set, such as Set A, exemplifies the need for clear definitions and consistent logic in the study of mathematical objects.", "to": "\u6570\u5b66\u7814\u7a76\u5bf9\u8c61", "width": 8.0}, {"created_at": 1752674566, "description": "Both the law of contradiction and the law of the excluded middle are fundamental principles in classical logic and are essential to the structure of reductio ad absurdum proofs.\u003cSEP\u003eThe Law of Contradiction and the Law of the Excluded Middle are both fundamental principles of classical logic, ensuring that a proposition cannot be both true and false, and that one of a proposition or its negation must be true.", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "binary reasoning,foundational,logical principles", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Both the law of contradiction and the law of the excluded middle are fundamental principles in classical logic and are essential to the structure of reductio ad absurdum proofs.\u003cSEP\u003eThe Law of Contradiction and the Law of the Excluded Middle are both fundamental principles of classical logic, ensuring that a proposition cannot be both true and false, and that one of a proposition or its negation must be true.", "to": "\u77db\u76fe\u5f8b", "width": 19.0}, {"created_at": 1752674566, "description": "Aristotle also identified the law of the excluded middle as a key logical principle in philosophical and mathematical reasoning.\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u5728\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u4e2d\u63d0\u51fa\u6392\u4e2d\u5f8b\uff0c\u540c\u65f6\u5bf9\u5176\u9002\u7528\u6027\u8868\u8fbe\u4e86\u72b9\u8c6b\uff0c\u663e\u793a\u5176\u54f2\u5b66\u601d\u8003\u7684\u590d\u6742\u6027\u3002", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "foundational,logical principle,logical theory,philosophical debate", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "Aristotle also identified the law of the excluded middle as a key logical principle in philosophical and mathematical reasoning.\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u5728\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u4e2d\u63d0\u51fa\u6392\u4e2d\u5f8b\uff0c\u540c\u65f6\u5bf9\u5176\u9002\u7528\u6027\u8868\u8fbe\u4e86\u72b9\u8c6b\uff0c\u663e\u793a\u5176\u54f2\u5b66\u601d\u8003\u7684\u590d\u6742\u6027\u3002", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "width": 16.0}, {"created_at": 1752674566, "description": "The law of the excluded middle is a fundamental rule in formal logic stating that a proposition must either be true or false, with no in-between state.", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "binary truth,formal principles", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The law of the excluded middle is a fundamental rule in formal logic stating that a proposition must either be true or false, with no in-between state.", "to": "\u5f62\u5f0f\u903b\u8f91", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u4f9d\u8d56\u6392\u4e2d\u5f8b\u6765\u786e\u4fdd\u547d\u9898\u7684\u771f\u5047\u4e8c\u5143\u6027\uff0c\u5c24\u5176\u5728\u5f52\u7eb3\u6cd5\u548c\u53cd\u8bc1\u6cd5\u4e2d\u3002", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "binary logic,proof foundation", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u6570\u5b66\u8bc1\u660e\u4f9d\u8d56\u6392\u4e2d\u5f8b\u6765\u786e\u4fdd\u547d\u9898\u7684\u771f\u5047\u4e8c\u5143\u6027\uff0c\u5c24\u5176\u5728\u5f52\u7eb3\u6cd5\u548c\u53cd\u8bc1\u6cd5\u4e2d\u3002", "to": "\u6570\u5b66\u8bc1\u660e", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u503e\u5411\u4e8e\u63a5\u53d7\u4e2d\u95f4\u72b6\u6001\uff0c\u56e0\u6b64\u5728\u65e5\u5e38\u601d\u7ef4\u4e2d\u96be\u4ee5\u63a5\u53d7\u6392\u4e2d\u5f8b\u7684\u4e8c\u5143\u5bf9\u7acb\u8981\u6c42\u3002", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "cultural perspective,logical principle", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u503e\u5411\u4e8e\u63a5\u53d7\u4e2d\u95f4\u72b6\u6001\uff0c\u56e0\u6b64\u5728\u65e5\u5e38\u601d\u7ef4\u4e2d\u96be\u4ee5\u63a5\u53d7\u6392\u4e2d\u5f8b\u7684\u4e8c\u5143\u5bf9\u7acb\u8981\u6c42\u3002", "to": "\u4e2d\u56fd\u4f20\u7edf\u6587\u5316", "width": 7.0}, {"created_at": 1752674566, "description": "\u5982\u679c\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u4e0d\u4f7f\u7528\u6392\u4e2d\u5f8b\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u903b\u8f91\u6df7\u4e71\u548c\u707e\u96be\u6027\u7ed3\u679c\u3002", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "consequence,logical necessity", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u5982\u679c\u5728\u6570\u5b66\u8bc1\u660e\u4e2d\u4e0d\u4f7f\u7528\u6392\u4e2d\u5f8b\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u903b\u8f91\u6df7\u4e71\u548c\u707e\u96be\u6027\u7ed3\u679c\u3002", "to": "\u707e\u96be\u6027\u7ed3\u679c", "width": 8.0}, {"created_at": 1752674566, "description": "\u6392\u4e2d\u5f8b\u662f\u6570\u5b66\u903b\u8f91\u57fa\u7840\u7684\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u786e\u4fdd\u547d\u9898\u7684\u771f\u5047\u4e8c\u5143\u6027\u3002", "file_path": "unknown_source", "from": "\u6392\u4e2d\u5f8b", "keywords": "binary truth,foundational law", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u6392\u4e2d\u5f8b\u662f\u6570\u5b66\u903b\u8f91\u57fa\u7840\u7684\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u786e\u4fdd\u547d\u9898\u7684\u771f\u5047\u4e8c\u5143\u6027\u3002", "to": "\u6570\u5b66\u903b\u8f91\u57fa\u7840", "width": 8.0}, {"created_at": 1752674566, "description": "\u81ea\u7136\u6570\u96c6N\u662f\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u57df\uff0c\u52a0\u6cd5\u7684\u5408\u7406\u6027\u5728\u8be5\u96c6\u5408\u4e0a\u5f97\u4ee5\u9a8c\u8bc1\u3002", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u96c6N", "keywords": "arithmetic validation,number system", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u81ea\u7136\u6570\u96c6N\u662f\u52a0\u6cd5\u8fd0\u7b97\u7684\u5b9a\u4e49\u57df\uff0c\u52a0\u6cd5\u7684\u5408\u7406\u6027\u5728\u8be5\u96c6\u5408\u4e0a\u5f97\u4ee5\u9a8c\u8bc1\u3002", "to": "\u52a0\u6cd5\u5408\u7406\u6027", "width": 8.0}, {"created_at": 1752674566, "description": "The\u4e09\u6b67\u6027\u5b9a\u7406is proven using the\u5927\u5c0f\u5173\u7cfbdefinition and applies universally to all pairs of natural numbers.", "file_path": "unknown_source", "from": "\u5927\u5c0f\u5173\u7cfb", "keywords": "completeness,logical derivation", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "The\u4e09\u6b67\u6027\u5b9a\u7406is proven using the\u5927\u5c0f\u5173\u7cfbdefinition and applies universally to all pairs of natural numbers.", "to": "\u4e09\u6b67\u6027\u5b9a\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7developed the theoretical foundation for the\u6f14\u7ece\u65b9\u6cd5, which underpins mathematical proof structures.", "file_path": "unknown_source", "from": "\u6f14\u7ece\u65b9\u6cd5", "keywords": "historical influence,logical foundation", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7developed the theoretical foundation for the\u6f14\u7ece\u65b9\u6cd5, which underpins mathematical proof structures.", "to": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97applied the\u6f14\u7ece\u65b9\u6cd5to geometry, demonstrating its practical implementation in mathematical systems.", "file_path": "unknown_source", "from": "\u6f14\u7ece\u65b9\u6cd5", "keywords": "application of logic,mathematical rigor", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u6b27\u51e0\u91cc\u5f97applied the\u6f14\u7ece\u65b9\u6cd5to geometry, demonstrating its practical implementation in mathematical systems.", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660eis based on the\u6f14\u7ece\u65b9\u6cd5, deriving conclusions from axioms and previously proven statements.", "file_path": "unknown_source", "from": "\u6f14\u7ece\u65b9\u6cd5", "keywords": "logical deduction,proof structure", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u6570\u5b66\u8bc1\u660eis based on the\u6f14\u7ece\u65b9\u6cd5, deriving conclusions from axioms and previously proven statements.", "to": "\u6570\u5b66\u8bc1\u660e", "width": 9.0}, {"created_at": 1752674566, "description": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7is a work authored by\u4e9a\u91cc\u58eb\u591a\u5fb7discussing the foundations of knowledge and proof.", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "logical theory,philosophical work", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7is a work authored by\u4e9a\u91cc\u58eb\u591a\u5fb7discussing the foundations of knowledge and proof.", "to": "\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u516c\u7406\u5e94\u662f\u8fd1\u4e4e\u771f\u7406\u7684\u524d\u63d0\uff0c\u4e3a\u903b\u8f91\u548c\u6570\u5b66\u4f53\u7cfb\u7684\u5efa\u7acb\u63d0\u4f9b\u4e86\u57fa\u7840\u7406\u5ff5\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "\u524d\u63d0\u8bbe\u5b9a,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u516c\u7406\u5e94\u662f\u8fd1\u4e4e\u771f\u7406\u7684\u524d\u63d0\uff0c\u4e3a\u903b\u8f91\u548c\u6570\u5b66\u4f53\u7cfb\u7684\u5efa\u7acb\u63d0\u4f9b\u4e86\u57fa\u7840\u7406\u5ff5\u3002", "to": "\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u8ba4\u4e3a\u516c\u8bbe\u662f\u7279\u5b9a\u77e5\u8bc6\u9886\u57df\u4e2d\u7684\u524d\u63d0\u5047\u8bbe\uff0c\u533a\u522b\u4e8e\u666e\u904d\u9002\u7528\u7684\u516c\u7406\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "\u77e5\u8bc6\u524d\u63d0,\u9886\u57df\u8bbe\u5b9a", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u8ba4\u4e3a\u516c\u8bbe\u662f\u7279\u5b9a\u77e5\u8bc6\u9886\u57df\u4e2d\u7684\u524d\u63d0\u5047\u8bbe\uff0c\u533a\u522b\u4e8e\u666e\u904d\u9002\u7528\u7684\u516c\u7406\u3002", "to": "\u516c\u8bbe", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u5021\u7684\u4e09\u6bb5\u8bba\u662f\u5f62\u5f0f\u5316\u8bba\u8bc1\u7684\u65e9\u671f\u5178\u8303\uff0c\u5bf9\u6570\u5b66\u903b\u8f91\u53d1\u5c55\u5177\u6709\u6df1\u8fdc\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "deductive structure,logical reasoning", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u5021\u7684\u4e09\u6bb5\u8bba\u662f\u5f62\u5f0f\u5316\u8bba\u8bc1\u7684\u65e9\u671f\u5178\u8303\uff0c\u5bf9\u6570\u5b66\u903b\u8f91\u53d1\u5c55\u5177\u6709\u6df1\u8fdc\u5f71\u54cd\u3002", "to": "\u5f62\u5f0f\u5316\u8bba\u8bc1", "width": 10.0}, {"created_at": 1752674566, "description": "Aristotle identified the law of contradiction as one of the direct premises of logical reasoning.\u003cSEP\u003eAristotle is credited with first articulating the Law of Contradiction, asserting it as the most certain of all principles in logical reasoning.\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u5e76\u5f3a\u8c03\u77db\u76fe\u5f8b\u4f5c\u4e3a\u903b\u8f91\u63a8\u7406\u7684\u57fa\u7840\u539f\u5219\uff0c\u5f71\u54cd\u4e86\u540e\u4e16\u6570\u5b66\u548c\u903b\u8f91\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "foundational,logical foundation,logical theory,philosophical influence,philosophical origin", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d\u003cSEP\u003echunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "Aristotle identified the law of contradiction as one of the direct premises of logical reasoning.\u003cSEP\u003eAristotle is credited with first articulating the Law of Contradiction, asserting it as the most certain of all principles in logical reasoning.\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u5e76\u5f3a\u8c03\u77db\u76fe\u5f8b\u4f5c\u4e3a\u903b\u8f91\u63a8\u7406\u7684\u57fa\u7840\u539f\u5219\uff0c\u5f71\u54cd\u4e86\u540e\u4e16\u6570\u5b66\u548c\u903b\u8f91\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u77db\u76fe\u5f8b", "width": 27.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u4e86\u4e09\u6bb5\u8bba\u63a8\u7406\u5f62\u5f0f\uff0c\u5305\u62ec\u5927\u524d\u63d0\u3001\u5c0f\u524d\u63d0\u548c\u7ed3\u8bba\uff0c\u662f\u6f14\u7ece\u63a8\u7406\u7684\u5178\u578b\u4ee3\u8868\u3002\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u4e09\u6bb5\u8bba\u662f\u903b\u8f91\u63a8\u7406\u7684\u7ecf\u5178\u8303\u4f8b\uff0c\u4f53\u73b0\u547d\u9898\u4e4b\u95f4\u7684\u4e3b\u7ebf\u4f20\u9012\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "classical example,logical structure,\u54f2\u5b66\u57fa\u7840,\u903b\u8f91\u63a8\u7406", "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-27faa903a9798367feb7512a5e9c6a66", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u4e86\u4e09\u6bb5\u8bba\u63a8\u7406\u5f62\u5f0f\uff0c\u5305\u62ec\u5927\u524d\u63d0\u3001\u5c0f\u524d\u63d0\u548c\u7ed3\u8bba\uff0c\u662f\u6f14\u7ece\u63a8\u7406\u7684\u5178\u578b\u4ee3\u8868\u3002\u003cSEP\u003e\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u4e09\u6bb5\u8bba\u662f\u903b\u8f91\u63a8\u7406\u7684\u7ecf\u5178\u8303\u4f8b\uff0c\u4f53\u73b0\u547d\u9898\u4e4b\u95f4\u7684\u4e3b\u7ebf\u4f20\u9012\u3002", "to": "\u4e09\u6bb5\u8bba", "width": 20.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u662f\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u7684\u4f5c\u8005\uff0c\u4e66\u4e2d\u63d0\u51fa\u4e86\u6392\u4e2d\u5f8b\u5e76\u63a2\u8ba8\u4e86\u903b\u8f91\u4e0e\u5b58\u5728\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "authorship,philosophical work", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u662f\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u7684\u4f5c\u8005\uff0c\u4e66\u4e2d\u63d0\u51fa\u4e86\u6392\u4e2d\u5f8b\u5e76\u63a2\u8ba8\u4e86\u903b\u8f91\u4e0e\u5b58\u5728\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "to": "\u5f62\u800c\u4e0a\u5b66", "width": 10.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5728\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u4e2d\u9610\u8ff0\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u65b9\u6cd5\uff0c\u5f3a\u8c03\u6570\u5b66\u7814\u7a76\u4e2d\u6570\u91cf\u548c\u5173\u7cfb\u7684\u672c\u8d28\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "mathematical method,philosophical foundation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5728\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u4e2d\u9610\u8ff0\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u65b9\u6cd5\uff0c\u5f3a\u8c03\u6570\u5b66\u7814\u7a76\u4e2d\u6570\u91cf\u548c\u5173\u7cfb\u7684\u672c\u8d28\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5728\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u4e2d\u6307\u51fa\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u662f\u6570\u91cf\u548c\u5173\u7cfb\uff0c\u5f3a\u8c03\u901a\u8fc7\u62bd\u8c61\u65b9\u6cd5\u5265\u79bb\u611f\u6027\u7279\u5f81\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "mathematical essence,philosophical foundation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u5728\u300a\u5f62\u800c\u4e0a\u5b66\u300b\u4e2d\u6307\u51fa\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u662f\u6570\u91cf\u548c\u5173\u7cfb\uff0c\u5f3a\u8c03\u901a\u8fc7\u62bd\u8c61\u65b9\u6cd5\u5265\u79bb\u611f\u6027\u7279\u5f81\u3002", "to": "\u6570\u91cf\u548c\u5173\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u516c\u7406\u5316\u4f53\u7cfb\u4f53\u73b0\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u7cfb\u7edf\u5316\u77e5\u8bc6\u6784\u5efa\u65b9\u5f0f\uff0c\u516c\u7406\u548c\u516c\u8bbe\u7684\u8bbe\u5b9a\u7b26\u5408\u4e9a\u91cc\u58eb\u591a\u5fb7\u5bf9\u79d1\u5b66\u7ed3\u6784\u7684\u8bbe\u60f3\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u601d\u60f3\u65b9\u6cd5\u88ab\u8ba4\u4e3a\u53d7\u5230\u4e9a\u91cc\u58eb\u591a\u5fb7\u5b66\u8bf4\u7684\u5f71\u54cd\uff0c\u7279\u522b\u662f\u5728\u903b\u8f91\u7ed3\u6784\u548c\u63a8\u7406\u65b9\u6cd5\u65b9\u9762\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "intellectual influence,logical structure,philosophical influence", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u516c\u7406\u5316\u4f53\u7cfb\u4f53\u73b0\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u63d0\u51fa\u7684\u7cfb\u7edf\u5316\u77e5\u8bc6\u6784\u5efa\u65b9\u5f0f\uff0c\u516c\u7406\u548c\u516c\u8bbe\u7684\u8bbe\u5b9a\u7b26\u5408\u4e9a\u91cc\u58eb\u591a\u5fb7\u5bf9\u79d1\u5b66\u7ed3\u6784\u7684\u8bbe\u60f3\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u7684\u601d\u60f3\u65b9\u6cd5\u88ab\u8ba4\u4e3a\u53d7\u5230\u4e9a\u91cc\u58eb\u591a\u5fb7\u5b66\u8bf4\u7684\u5f71\u54cd\uff0c\u7279\u522b\u662f\u5728\u903b\u8f91\u7ed3\u6784\u548c\u63a8\u7406\u65b9\u6cd5\u65b9\u9762\u3002", "to": "\u6b27\u51e0\u91cc\u5f97", "width": 14.0}, {"created_at": 1752674566, "description": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u662f\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u5bf9\u903b\u8f91\u5b66\u548c\u6570\u5b66\u57fa\u7840\u7814\u7a76\u6709\u91cd\u8981\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "\u54f2\u5b66\u8457\u4f5c,\u903b\u8f91\u57fa\u7840", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e9a\u91cc\u58eb\u591a\u5fb7\u662f\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u5bf9\u903b\u8f91\u5b66\u548c\u6570\u5b66\u57fa\u7840\u7814\u7a76\u6709\u91cd\u8981\u5f71\u54cd\u3002", "to": "\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b\u6536\u5f55\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u54f2\u5b66\u4e0e\u79d1\u5b66\u601d\u60f3\uff0c\u662f\u5176\u601d\u60f3\u7684\u91cd\u8981\u8f7d\u4f53\u3002", "file_path": "unknown_source", "from": "\u4e9a\u91cc\u58eb\u591a\u5fb7", "keywords": "philosophical foundation,scientific thought", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b\u6536\u5f55\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u54f2\u5b66\u4e0e\u79d1\u5b66\u601d\u60f3\uff0c\u662f\u5176\u601d\u60f3\u7684\u91cd\u8981\u8f7d\u4f53\u3002", "to": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u5176\u8457\u4f5c\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u7cfb\u7edf\u63d0\u51fa\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u548c\u516c\u8bbe\u4f53\u7cfb\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4f5c\u8005\uff0c\u771f\u6b63\u5c06\u51e0\u4f55\u5b66\u53d1\u5c55\u4e3a\u7cfb\u7edf\u5316\u5b66\u79d1\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u7cfb\u7edf\u6784\u5efa\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u4f53\u7cfb\uff0c\u6210\u4e3a\u6570\u5b66\u53f2\u4e0a\u6700\u91cd\u8981\u7684\u8457\u4f5c\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "authorship,foundational work,mathematical systematization,\u51e0\u4f55\u57fa\u7840,\u6570\u5b66\u4f53\u7cfb", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u5176\u8457\u4f5c\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u7cfb\u7edf\u63d0\u51fa\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u548c\u516c\u8bbe\u4f53\u7cfb\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4f5c\u8005\uff0c\u771f\u6b63\u5c06\u51e0\u4f55\u5b66\u53d1\u5c55\u4e3a\u7cfb\u7edf\u5316\u5b66\u79d1\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u7cfb\u7edf\u6784\u5efa\u4e86\u51e0\u4f55\u5b66\u7684\u516c\u7406\u5316\u4f53\u7cfb\uff0c\u6210\u4e3a\u6570\u5b66\u53f2\u4e0a\u6700\u91cd\u8981\u7684\u8457\u4f5c\u4e4b\u4e00\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "width": 30.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u4f7f\u7528\u4e86\u4e94\u4e2a\u516c\u7406\u4f5c\u4e3a\u51e0\u4f55\u8bba\u8bc1\u7684\u57fa\u7840\uff0c\u4f53\u73b0\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u516c\u7406\u7406\u5ff5\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u7406\uff0c\u4f5c\u4e3a\u6570\u5b66\u4f53\u7cfb\u7684\u57fa\u7840\uff0c\u8fd9\u4e9b\u516c\u7406\u5177\u6709\u5e7f\u6cdb\u9002\u7528\u6027\u5e76\u57fa\u4e8e\u65e5\u5e38\u7ecf\u9a8c\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "abstraction,mathematical foundation,\u516c\u7406\u4f53\u7cfb,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u4f7f\u7528\u4e86\u4e94\u4e2a\u516c\u7406\u4f5c\u4e3a\u51e0\u4f55\u8bba\u8bc1\u7684\u57fa\u7840\uff0c\u4f53\u73b0\u4e86\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u516c\u7406\u7406\u5ff5\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u7406\uff0c\u4f5c\u4e3a\u6570\u5b66\u4f53\u7cfb\u7684\u57fa\u7840\uff0c\u8fd9\u4e9b\u516c\u7406\u5177\u6709\u5e7f\u6cdb\u9002\u7528\u6027\u5e76\u57fa\u4e8e\u65e5\u5e38\u7ecf\u9a8c\u3002", "to": "\u516c\u7406", "width": 17.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u8bbe\uff0c\u4f5c\u4e3a\u51e0\u4f55\u7814\u7a76\u7684\u7279\u5b9a\u524d\u63d0\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u8bbe\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u56fe\u5f62\u7684\u6784\u9020\u548c\u5173\u7cfb\uff0c\u662f\u5176\u51e0\u4f55\u4f53\u7cfb\u7684\u6838\u5fc3\u5047\u8bbe\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "geometric assumption,systematization,\u51e0\u4f55\u524d\u63d0,\u6570\u5b66\u8bbe\u5b9a", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u8bbe\uff0c\u4f5c\u4e3a\u51e0\u4f55\u7814\u7a76\u7684\u7279\u5b9a\u524d\u63d0\u3002\u003cSEP\u003e\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u8bbe\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u56fe\u5f62\u7684\u6784\u9020\u548c\u5173\u7cfb\uff0c\u662f\u5176\u51e0\u4f55\u4f53\u7cfb\u7684\u6838\u5fc3\u5047\u8bbe\u3002", "to": "\u516c\u8bbe", "width": 17.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u53d7\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u6559\u4e66\uff0c\u5e76\u5728\u6b64\u5b8c\u6210\u4e86\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u521d\u7a3f\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "academic affiliation,intellectual center", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u53d7\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u6559\u4e66\uff0c\u5e76\u5728\u6b64\u5b8c\u6210\u4e86\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u521d\u7a3f\u3002", "to": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "width": 9.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u6b27\u51e0\u91cc\u5f97\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u57ce\uff0c\u4e3a\u4ed6\u5728\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u7684\u5b66\u672f\u6d3b\u52a8\u63d0\u4f9b\u4e86\u652f\u6301\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "historical context,patronage", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6258\u52d2\u5bc6\u4e00\u4e16\u9080\u8bf7\u6b27\u51e0\u91cc\u5f97\u524d\u5f80\u4e9a\u5386\u5c71\u5927\u57ce\uff0c\u4e3a\u4ed6\u5728\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\u7684\u5b66\u672f\u6d3b\u52a8\u63d0\u4f9b\u4e86\u652f\u6301\u3002", "to": "\u6258\u52d2\u5bc6\u4e00\u4e16", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u65e9\u5e74\u5728\u96c5\u5178\u5b66\u4e60\uff0c\u8fd9\u4e3a\u4ed6\u540e\u6765\u7684\u6570\u5b66\u7814\u7a76\u6253\u4e0b\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "education,intellectual background", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u65e9\u5e74\u5728\u96c5\u5178\u5b66\u4e60\uff0c\u8fd9\u4e3a\u4ed6\u540e\u6765\u7684\u6570\u5b66\u7814\u7a76\u6253\u4e0b\u4e86\u57fa\u7840\u3002", "to": "\u96c5\u5178", "width": 7.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u957f\u671f\u5728\u4e9a\u5386\u5c71\u5927\u57ce\u751f\u6d3b\u548c\u5de5\u4f5c\uff0c\u5b8c\u6210\u4e86\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e3b\u8981\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "academic activity,residence", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u957f\u671f\u5728\u4e9a\u5386\u5c71\u5927\u57ce\u751f\u6d3b\u548c\u5de5\u4f5c\uff0c\u5b8c\u6210\u4e86\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u4e3b\u8981\u5185\u5bb9\u3002", "to": "\u4e9a\u5386\u5c71\u5927\u57ce", "width": 9.0}, {"created_at": 1752674566, "description": "\u666e\u7f57\u514b\u6d1b\u65af\u5728\u5176\u8457\u4f5c\u4e2d\u8bb0\u8f7d\u4e86\u6b27\u51e0\u91cc\u5f97\u7684\u751f\u5e73\u548c\u65f6\u4ee3\u80cc\u666f\uff0c\u63d0\u4f9b\u4e86\u5173\u4e8e\u5176\u751f\u5e73\u7684\u91cd\u8981\u5386\u53f2\u4fe1\u606f\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "biographical record,historical documentation", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u666e\u7f57\u514b\u6d1b\u65af\u5728\u5176\u8457\u4f5c\u4e2d\u8bb0\u8f7d\u4e86\u6b27\u51e0\u91cc\u5f97\u7684\u751f\u5e73\u548c\u65f6\u4ee3\u80cc\u666f\uff0c\u63d0\u4f9b\u4e86\u5173\u4e8e\u5176\u751f\u5e73\u7684\u91cd\u8981\u5386\u53f2\u4fe1\u606f\u3002", "to": "\u666e\u7f57\u514b\u6d1b\u65af", "width": 6.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u89d2\u2019\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f8\u7b49\u90bb\u89d2\u7684\u60c5\u51b5\uff0c\u662f\u51e0\u4f55\u56fe\u5f62\u7684\u91cd\u8981\u5c5e\u6027\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "authorship,geometric property", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u89d2\u2019\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f8\u7b49\u90bb\u89d2\u7684\u60c5\u51b5\uff0c\u662f\u51e0\u4f55\u56fe\u5f62\u7684\u91cd\u8981\u5c5e\u6027\u3002", "to": "\u76f4\u89d2", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5782\u76f4\u2019\u5173\u7cfb\uff0c\u4f5c\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f4\u89d2\u65f6\u7684\u51e0\u4f55\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "authorship,spatial relation", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5782\u76f4\u2019\u5173\u7cfb\uff0c\u4f5c\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f4\u89d2\u65f6\u7684\u51e0\u4f55\u5173\u7cfb\u3002", "to": "\u5782\u76f4", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u884c\u7ebf\u2019\u4e3a\u540c\u4e00\u5e73\u9762\u5185\u65e0\u9650\u5ef6\u957f\u800c\u4e0d\u76f8\u4ea4\u7684\u76f4\u7ebf\uff0c\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "authorship,geometric principle", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u884c\u7ebf\u2019\u4e3a\u540c\u4e00\u5e73\u9762\u5185\u65e0\u9650\u5ef6\u957f\u800c\u4e0d\u76f8\u4ea4\u7684\u76f4\u7ebf\uff0c\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\u4e4b\u4e00\u3002", "to": "\u5e73\u884c\u7ebf", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u539f\u7406\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u7cfb\u7edf\u5316\u4e86\u51e0\u4f55\u5b66\u5e76\u63d0\u51fa\u4e86\u516c\u7406\u548c\u516c\u8bbe\u4f53\u7cfb\uff0c\u662f\u5176\u6570\u5b66\u601d\u60f3\u7684\u6838\u5fc3\u4f53\u73b0\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "authorship,foundational work", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u662f\u300a\u539f\u7406\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u7cfb\u7edf\u5316\u4e86\u51e0\u4f55\u5b66\u5e76\u63d0\u51fa\u4e86\u516c\u7406\u548c\u516c\u8bbe\u4f53\u7cfb\uff0c\u662f\u5176\u6570\u5b66\u601d\u60f3\u7684\u6838\u5fc3\u4f53\u73b0\u3002", "to": "\u300a\u539f\u7406\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u8fdb\u884c\u4e86\u8fdb\u4e00\u6b65\u7684\u62bd\u8c61\u548c\u5f62\u5f0f\u5316\uff0c\u7279\u522b\u662f\u5728\u516c\u7406\u4f53\u7cfb\u65b9\u9762\u8fdb\u884c\u4e86\u4fee\u6539\u548c\u5b8c\u5584\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f20\u7edf\uff0c\u4f46\u91c7\u7528\u5f62\u5f0f\u5316\u7684\u65b9\u6cd5\u8fdb\u884c\u62bd\u8c61\u548c\u63a8\u5e7f\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "abstraction,formalization,mathematical evolution", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u8fdb\u884c\u4e86\u8fdb\u4e00\u6b65\u7684\u62bd\u8c61\u548c\u5f62\u5f0f\u5316\uff0c\u7279\u522b\u662f\u5728\u516c\u7406\u4f53\u7cfb\u65b9\u9762\u8fdb\u884c\u4e86\u4fee\u6539\u548c\u5b8c\u5584\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f20\u7edf\uff0c\u4f46\u91c7\u7528\u5f62\u5f0f\u5316\u7684\u65b9\u6cd5\u8fdb\u884c\u62bd\u8c61\u548c\u63a8\u5e7f\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 17.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u5de5\u4f5c\u4ee3\u8868\u4e86\u7b2c\u4e00\u6b21\u6570\u5b66\u62bd\u8c61\uff0c\u5373\u4ece\u5177\u4f53\u7ecf\u9a8c\u4e2d\u63d0\u70bc\u51fa\u4e00\u822c\u6027\u7684\u51e0\u4f55\u65b9\u6cd5\u548c\u903b\u8f91\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "foundational theory,mathematical abstraction", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u5de5\u4f5c\u4ee3\u8868\u4e86\u7b2c\u4e00\u6b21\u6570\u5b66\u62bd\u8c61\uff0c\u5373\u4ece\u5177\u4f53\u7ecf\u9a8c\u4e2d\u63d0\u70bc\u51fa\u4e00\u822c\u6027\u7684\u51e0\u4f55\u65b9\u6cd5\u548c\u903b\u8f91\u4f53\u7cfb\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u4e3b\u8981\u57fa\u4e8e\u6709\u9650\u7a7a\u95f4\u7684\u76f4\u89c2\u7ecf\u9a8c\uff0c\u4ed6\u7684\u516c\u7406\u548c\u516c\u8bbe\u9002\u7528\u4e8e\u5e73\u9762\u51e0\u4f55\u7684\u6784\u5efa\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "geometric framework,spatial intuition", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u4e3b\u8981\u57fa\u4e8e\u6709\u9650\u7a7a\u95f4\u7684\u76f4\u89c2\u7ecf\u9a8c\uff0c\u4ed6\u7684\u516c\u7406\u548c\u516c\u8bbe\u9002\u7528\u4e8e\u5e73\u9762\u51e0\u4f55\u7684\u6784\u5efa\u3002", "to": "\u5e73\u9762\u51e0\u4f55", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u5f3a\u8c03\u51e0\u4f55\u4f5c\u56fe\u7684\u91cd\u8981\u6027\uff0c\u5176\u524d\u4e09\u4e2a\u516c\u8bbe\u6784\u6210\u4e86\u5c3a\u89c4\u4f5c\u56fe\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "constructive geometry,geometric method", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u5728\u300a\u539f\u7406\u300b\u4e2d\u5f3a\u8c03\u51e0\u4f55\u4f5c\u56fe\u7684\u91cd\u8981\u6027\uff0c\u5176\u524d\u4e09\u4e2a\u516c\u8bbe\u6784\u6210\u4e86\u5c3a\u89c4\u4f5c\u56fe\u7684\u57fa\u7840\u3002", "to": "\u5c3a\u89c4\u4f5c\u56fe", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u6784\u5efa\u4e86\u4e25\u683c\u7684\u903b\u8f91\u4f53\u7cfb\uff0c\u901a\u8fc7\u516c\u7406\u548c\u516c\u8bbe\u63a8\u5bfc\u51fa\u590d\u6742\u7684\u51e0\u4f55\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "logical deduction,systematic knowledge", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u6784\u5efa\u4e86\u4e25\u683c\u7684\u903b\u8f91\u4f53\u7cfb\uff0c\u901a\u8fc7\u516c\u7406\u548c\u516c\u8bbe\u63a8\u5bfc\u51fa\u590d\u6742\u7684\u51e0\u4f55\u5b9a\u7406\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u5efa\u7acb\u5728\u4eba\u7c7b\u5bf9\u7a7a\u95f4\u7684\u76f4\u89c2\u611f\u77e5\u4e0a\uff0c\u53cd\u6620\u4e86\u5f53\u65f6\u4eba\u4eec\u6709\u9650\u7684\u7ecf\u9a8c\u8303\u56f4\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "geometric realism,intuitive foundation", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u51e0\u4f55\u4f53\u7cfb\u5efa\u7acb\u5728\u4eba\u7c7b\u5bf9\u7a7a\u95f4\u7684\u76f4\u89c2\u611f\u77e5\u4e0a\uff0c\u53cd\u6620\u4e86\u5f53\u65f6\u4eba\u4eec\u6709\u9650\u7684\u7ecf\u9a8c\u8303\u56f4\u3002", "to": "\u7a7a\u95f4\u76f4\u89c9", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u6807\u5fd7\u7740\u6570\u5b66\u5411\u79d1\u5b66\u5316\u8fc8\u8fdb\u7684\u5173\u952e\u4e00\u6b65\uff0c\u5efa\u7acb\u4e86\u57fa\u4e8e\u516c\u7406\u7684\u903b\u8f91\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "mathematical rigor,scientific formalization", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6b27\u51e0\u91cc\u5f97\u7684\u300a\u539f\u7406\u300b\u6807\u5fd7\u7740\u6570\u5b66\u5411\u79d1\u5b66\u5316\u8fc8\u8fdb\u7684\u5173\u952e\u4e00\u6b65\uff0c\u5efa\u7acb\u4e86\u57fa\u4e8e\u516c\u7406\u7684\u903b\u8f91\u4f53\u7cfb\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5f97\u5c06\u89d2\u5b9a\u4e49\u4e3a\u76f8\u4ea4\u76f4\u7ebf\u7684\u503e\u659c\u5ea6\uff0c\u8fd9\u4e00\u5b9a\u4e49\u5f71\u54cd\u4e86\u540e\u4e16\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "\u51e0\u4f55\u5b66\u57fa\u7840,\u6982\u5ff5\u5b9a\u4e49", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u6b27\u51e0\u91cc\u5f97\u5c06\u89d2\u5b9a\u4e49\u4e3a\u76f8\u4ea4\u76f4\u7ebf\u7684\u503e\u659c\u5ea6\uff0c\u8fd9\u4e00\u5b9a\u4e49\u5f71\u54cd\u4e86\u540e\u4e16\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u89d2\u7684\u5b9a\u4e49", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u666e\u897f\u514b\u52d2\u65af\u8865\u5145\u4e86\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u7b2c14\u5377\uff0c\u663e\u793a\u5b66\u672f\u7ee7\u627f\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5f97", "keywords": "\u51e0\u4f55\u5b66\u7814\u7a76,\u5b66\u672f\u7ee7\u627f", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5e0c\u666e\u897f\u514b\u52d2\u65af\u8865\u5145\u4e86\u6b27\u51e0\u91cc\u5f97\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u7b2c14\u5377\uff0c\u663e\u793a\u5b66\u672f\u7ee7\u627f\u5173\u7cfb\u3002", "to": "\u5e0c\u666e\u897f\u514b\u52d2\u65af", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bdd\u98986 sets the foundation for\u8bdd\u98987 by introducing the axiomatic system that is later used to justify addition rigorously.", "file_path": "unknown_source", "from": "\u8bdd\u98986", "keywords": "conceptual foundation,sequential reasoning", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98986 sets the foundation for\u8bdd\u98987 by introducing the axiomatic system that is later used to justify addition rigorously.", "to": "\u8bdd\u98987", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bdd\u98988 continues from\u8bdd\u98987 by discussing the necessity of the\u516c\u7406\u4f53\u7cfband the nature of\u6570\u5b66\u8bc1\u660e.", "file_path": "unknown_source", "from": "\u8bdd\u98987", "keywords": "conceptual deepening,theoretical continuation", "source_id": "chunk-baa5d2235a16fa56fc40519b58791c47", "title": "\u8bdd\u98988 continues from\u8bdd\u98987 by discussing the necessity of the\u516c\u7406\u4f53\u7cfband the nature of\u6570\u5b66\u8bc1\u660e.", "to": "\u8bdd\u98988", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u5efa\u7acb\u4e86\u73b0\u4ee3\u51e0\u4f55\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u8fdb\u4e00\u6b65\u53d1\u5c55\u4e86\u516c\u7406\u5316\u65b9\u6cd5\u5728\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "\u516c\u7406\u4f53\u7cfb,\u6570\u5b66\u5f62\u5f0f\u5316", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u5e0c\u5c14\u4f2f\u7279\u5efa\u7acb\u4e86\u73b0\u4ee3\u51e0\u4f55\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u8fdb\u4e00\u6b65\u53d1\u5c55\u4e86\u516c\u7406\u5316\u65b9\u6cd5\u5728\u6570\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279", "width": 9.0}, {"created_at": 1752674566, "description": "\u67ef\u6717\u5728\u5176\u8457\u4f5c\u4e2d\u5bf9\u516c\u7406\u4f53\u7cfb\u8fdb\u884c\u4e86\u6e05\u6670\u9610\u8ff0\uff0c\u5f3a\u8c03\u5176\u5728\u6570\u5b66\u6f14\u7ece\u7cfb\u7edf\u4e2d\u7684\u57fa\u7840\u4f5c\u7528\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "\u516c\u7406\u89e3\u91ca,\u6570\u5b66\u54f2\u5b66", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u67ef\u6717\u5728\u5176\u8457\u4f5c\u4e2d\u5bf9\u516c\u7406\u4f53\u7cfb\u8fdb\u884c\u4e86\u6e05\u6670\u9610\u8ff0\uff0c\u5f3a\u8c03\u5176\u5728\u6570\u5b66\u6f14\u7ece\u7cfb\u7edf\u4e2d\u7684\u57fa\u7840\u4f5c\u7528\u3002", "to": "\u67ef\u6717", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u4ece\u516c\u7406\u51fa\u53d1\uff0c\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u63a8\u5bfc\u51fa\u5b9a\u7406\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u7684\u4e25\u8c28\u6027\u548c\u7cfb\u7edf\u6027\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "\u6570\u5b66\u4e25\u8c28,\u903b\u8f91\u63a8\u5bfc", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6570\u5b66\u8bc1\u660e\u4ece\u516c\u7406\u51fa\u53d1\uff0c\u901a\u8fc7\u903b\u8f91\u63a8\u7406\u63a8\u5bfc\u51fa\u5b9a\u7406\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u7684\u4e25\u8c28\u6027\u548c\u7cfb\u7edf\u6027\u3002", "to": "\u6570\u5b66\u8bc1\u660e", "width": 10.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u7406\uff0c\u4f5c\u4e3a\u6570\u5b66\u63a8\u7406\u7684\u57fa\u7840\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u7684\u903b\u8f91\u7f8e\u548c\u7b80\u6d01\u6027\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "logical foundation,mathematical structure", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u7406\uff0c\u4f5c\u4e3a\u6570\u5b66\u63a8\u7406\u7684\u57fa\u7840\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u7684\u903b\u8f91\u7f8e\u548c\u7b80\u6d01\u6027\u3002", "to": "\u300a\u539f\u7406\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u516c\u7406\u662f\u6570\u5b66\u62bd\u8c61\u7684\u7b2c\u4e00\u6b65\uff0c\u4ece\u5177\u4f53\u7ecf\u9a8c\u4e2d\u63d0\u70bc\u51fa\u4e00\u822c\u6027\u7684\u903b\u8f91\u524d\u63d0\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "abstraction,logical foundation", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u7406\u662f\u6570\u5b66\u62bd\u8c61\u7684\u7b2c\u4e00\u6b65\uff0c\u4ece\u5177\u4f53\u7ecf\u9a8c\u4e2d\u63d0\u70bc\u51fa\u4e00\u822c\u6027\u7684\u903b\u8f91\u524d\u63d0\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 9.0}, {"created_at": 1752674566, "description": "\u516c\u7406\u662f\u903b\u8f91\u4f53\u7cfb\u7684\u57fa\u7840\uff0c\u901a\u8fc7\u63a8\u7406\u6784\u5efa\u51fa\u590d\u6742\u7684\u6570\u5b66\u7406\u8bba\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "deductive reasoning,mathematical structure", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u7406\u662f\u903b\u8f91\u4f53\u7cfb\u7684\u57fa\u7840\uff0c\u901a\u8fc7\u63a8\u7406\u6784\u5efa\u51fa\u590d\u6742\u7684\u6570\u5b66\u7406\u8bba\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u516c\u7406\u7684\u4f7f\u7528\u6807\u5fd7\u7740\u6570\u5b66\u79d1\u5b66\u5316\u7684\u5f00\u59cb\uff0c\u4f7f\u6570\u5b66\u4ece\u7ecf\u9a8c\u6027\u77e5\u8bc6\u8f6c\u53d8\u4e3a\u903b\u8f91\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u516c\u7406", "keywords": "mathematical rigor,scientific foundation", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u7406\u7684\u4f7f\u7528\u6807\u5fd7\u7740\u6570\u5b66\u79d1\u5b66\u5316\u7684\u5f00\u59cb\uff0c\u4f7f\u6570\u5b66\u4ece\u7ecf\u9a8c\u6027\u77e5\u8bc6\u8f6c\u53d8\u4e3a\u903b\u8f91\u4f53\u7cfb\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u8bbe\uff0c\u6784\u6210\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u6838\u5fc3\u5047\u8bbe\u4f53\u7cfb\uff0c\u6307\u5bfc\u4e86\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u516c\u8bbe", "keywords": "foundational assumption,geometric framework", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u4e2d\u63d0\u51fa\u4e86\u4e94\u4e2a\u516c\u8bbe\uff0c\u6784\u6210\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u6838\u5fc3\u5047\u8bbe\u4f53\u7cfb\uff0c\u6307\u5bfc\u4e86\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u300a\u539f\u7406\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u516c\u8bbe\u662f\u6570\u5b66\u62bd\u8c61\u7684\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u5bf9\u8c61\u548c\u5173\u7cfb\u7684\u524d\u63d0\u6761\u4ef6\u3002", "file_path": "unknown_source", "from": "\u516c\u8bbe", "keywords": "abstraction,geometric assumption", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bbe\u662f\u6570\u5b66\u62bd\u8c61\u7684\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u5bf9\u8c61\u548c\u5173\u7cfb\u7684\u524d\u63d0\u6761\u4ef6\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 8.0}, {"created_at": 1752674566, "description": "\u516c\u8bbe\u662f\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u7840\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u4e94\u4e2a\u516c\u8bbe\u5b9a\u4e49\u4e86\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u51e0\u4f55\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u516c\u8bbe", "keywords": "foundational assumption,planar geometry", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bbe\u662f\u5e73\u9762\u51e0\u4f55\u7684\u57fa\u7840\uff0c\u6b27\u51e0\u91cc\u5f97\u7684\u4e94\u4e2a\u516c\u8bbe\u5b9a\u4e49\u4e86\u4e8c\u7ef4\u7a7a\u95f4\u4e2d\u7684\u51e0\u4f55\u5173\u7cfb\u3002", "to": "\u5e73\u9762\u51e0\u4f55", "width": 8.0}, {"created_at": 1752674566, "description": "\u516c\u8bbe\u4e3a\u5c3a\u89c4\u4f5c\u56fe\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u5c24\u5176\u662f\u524d\u4e09\u4e2a\u516c\u8bbe\u3002", "file_path": "unknown_source", "from": "\u516c\u8bbe", "keywords": "constructive geometry,geometric method", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bbe\u4e3a\u5c3a\u89c4\u4f5c\u56fe\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u5c24\u5176\u662f\u524d\u4e09\u4e2a\u516c\u8bbe\u3002", "to": "\u5c3a\u89c4\u4f5c\u56fe", "width": 8.0}, {"created_at": 1752674566, "description": "\u516c\u8bbe\u662f\u903b\u8f91\u4f53\u7cfb\u7684\u4e00\u90e8\u5206\uff0c\u901a\u8fc7\u63a8\u7406\u6784\u5efa\u51fa\u51e0\u4f55\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u516c\u8bbe", "keywords": "deductive reasoning,mathematical structure", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bbe\u662f\u903b\u8f91\u4f53\u7cfb\u7684\u4e00\u90e8\u5206\uff0c\u901a\u8fc7\u63a8\u7406\u6784\u5efa\u51fa\u51e0\u4f55\u5b9a\u7406\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u516c\u8bbe\u7684\u4f7f\u7528\u6807\u5fd7\u7740\u6570\u5b66\u79d1\u5b66\u5316\u7684\u5173\u952e\u6b65\u9aa4\uff0c\u4f7f\u51e0\u4f55\u5b66\u6210\u4e3a\u903b\u8f91\u4e25\u5bc6\u7684\u5b66\u79d1\u3002", "file_path": "unknown_source", "from": "\u516c\u8bbe", "keywords": "geometric rigor,scientific formalization", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u516c\u8bbe\u7684\u4f7f\u7528\u6807\u5fd7\u7740\u6570\u5b66\u79d1\u5b66\u5316\u7684\u5173\u952e\u6b65\u9aa4\uff0c\u4f7f\u51e0\u4f55\u5b66\u6210\u4e3a\u903b\u8f91\u4e25\u5bc6\u7684\u5b66\u79d1\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u8fc7\u7a0b\u4e2d\u5b58\u5728\u65e0\u9650\u9006\u63a8\u73b0\u8c61\uff0c\u76f4\u5230\u56de\u6eaf\u5230\u516c\u7406\u4e3a\u6b62\uff0c\u4f53\u73b0\u4e86\u516c\u7406\u7684\u57fa\u7840\u5730\u4f4d\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u8bc1\u660e", "keywords": "\u8bc1\u660e\u8fc7\u7a0b,\u903b\u8f91\u7ed3\u6784", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6570\u5b66\u8bc1\u660e\u8fc7\u7a0b\u4e2d\u5b58\u5728\u65e0\u9650\u9006\u63a8\u73b0\u8c61\uff0c\u76f4\u5230\u56de\u6eaf\u5230\u516c\u7406\u4e3a\u6b62\uff0c\u4f53\u73b0\u4e86\u516c\u7406\u7684\u57fa\u7840\u5730\u4f4d\u3002", "to": "\u65e0\u9650\u9006\u63a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u4f9d\u8d56\u4e8e\u4e25\u5bc6\u7684\u903b\u8f91\u7ed3\u6784\uff0c\u786e\u4fdd\u4ece\u524d\u63d0\u5230\u7ed3\u8bba\u7684\u63a8\u7406\u8fc7\u7a0b\u5177\u6709\u53ef\u9a8c\u8bc1\u6027\u548c\u4e00\u81f4\u6027\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u8bc1\u660e", "keywords": "logical rigor,proof methodology", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u6570\u5b66\u8bc1\u660e\u4f9d\u8d56\u4e8e\u4e25\u5bc6\u7684\u903b\u8f91\u7ed3\u6784\uff0c\u786e\u4fdd\u4ece\u524d\u63d0\u5230\u7ed3\u8bba\u7684\u63a8\u7406\u8fc7\u7a0b\u5177\u6709\u53ef\u9a8c\u8bc1\u6027\u548c\u4e00\u81f4\u6027\u3002", "to": "\u903b\u8f91\u7ed3\u6784", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u4f9d\u8d56\u4e8e\u516c\u7406\u5316\u4f53\u7cfb\u63d0\u4f9b\u7684\u57fa\u672c\u5047\u8bbe\u548c\u903b\u8f91\u89c4\u5219\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u9a8c\u8bc1\u547d\u9898\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u8bc1\u660e", "keywords": "axiomatic foundation,proof methodology", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u6570\u5b66\u8bc1\u660e\u4f9d\u8d56\u4e8e\u516c\u7406\u5316\u4f53\u7cfb\u63d0\u4f9b\u7684\u57fa\u672c\u5047\u8bbe\u548c\u903b\u8f91\u89c4\u5219\uff0c\u662f\u73b0\u4ee3\u6570\u5b66\u9a8c\u8bc1\u547d\u9898\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "to": "\u516c\u7406\u5316\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u8bc1\u660e\u5e7f\u6cdb\u4f7f\u7528\u77db\u76fe\u5f8b\u4f5c\u4e3a\u63a8\u7406\u57fa\u7840\uff0c\u5c24\u5176\u662f\u5728\u53cd\u8bc1\u6cd5\u4e2d\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u8bc1\u660e", "keywords": "logical principle,proof foundation", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u6570\u5b66\u8bc1\u660e\u5e7f\u6cdb\u4f7f\u7528\u77db\u76fe\u5f8b\u4f5c\u4e3a\u63a8\u7406\u57fa\u7840\uff0c\u5c24\u5176\u662f\u5728\u53cd\u8bc1\u6cd5\u4e2d\u3002", "to": "\u77db\u76fe\u5f8b", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u542f\u53d1\u4e86\u725b\u987f\u5bf9\u6570\u5b66\u7684\u5174\u8da3\uff0c\u5e76\u5f71\u54cd\u4e86\u4ed6\u7684\u7814\u7a76\u65b9\u5411\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "\u6570\u5b66\u542f\u8499,\u79d1\u5b66\u5f71\u54cd", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u542f\u53d1\u4e86\u725b\u987f\u5bf9\u6570\u5b66\u7684\u5174\u8da3\uff0c\u5e76\u5f71\u54cd\u4e86\u4ed6\u7684\u7814\u7a76\u65b9\u5411\u3002", "to": "\u725b\u987f", "width": 7.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u300a\u51e0\u4f55\u539f\u672c\u300b\u6240\u4f53\u73b0\u7684\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\u5bf9\u79d1\u5b66\u53d1\u5c55\u7684\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "\u79d1\u5b66\u57fa\u7840,\u903b\u8f91\u4f53\u7cfb", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u7231\u56e0\u65af\u5766\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u300a\u51e0\u4f55\u539f\u672c\u300b\u6240\u4f53\u73b0\u7684\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\u5bf9\u79d1\u5b66\u53d1\u5c55\u7684\u8d21\u732e\u3002", "to": "\u7231\u56e0\u65af\u5766", "width": 9.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u547d\u9898\u4e3a\u540e\u6765\u6b27\u51e0\u91cc\u5f97\u7f16\u5199\u300a\u51e0\u4f55\u539f\u672c\u300b\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "intellectual foundation,mathematical development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u547d\u9898\u4e3a\u540e\u6765\u6b27\u51e0\u91cc\u5f97\u7f16\u5199\u300a\u51e0\u4f55\u539f\u672c\u300b\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u6cf0\u52d2\u65af", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u6700\u521d\u7531\u5341\u4e09\u5377\u7ec4\u6210\uff0c\u6bcf\u5377\u7ed3\u6784\u76f8\u4f3c\uff0c\u7b2c\u4e00\u5377\u5305\u542b\u5b9a\u4e49\u3001\u516c\u7406\u548c\u516c\u8bbe\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "foundational text,structural composition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u6700\u521d\u7531\u5341\u4e09\u5377\u7ec4\u6210\uff0c\u6bcf\u5377\u7ed3\u6784\u76f8\u4f3c\uff0c\u7b2c\u4e00\u5377\u5305\u542b\u5b9a\u4e49\u3001\u516c\u7406\u548c\u516c\u8bbe\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u5341\u4e09\u5377", "width": 10.0}, {"created_at": 1752674566, "description": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u539f\u59cb\u5e0c\u814a\u6587\u6807\u9898\uff0c\u53cd\u6620\u4e86\u8be5\u4e66\u7684\u7ed3\u6784\u548c\u4f5c\u4e3a\u6570\u5b66\u57fa\u7840\u7684\u5730\u4f4d\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "linguistic origin,original title", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u539f\u59cb\u5e0c\u814a\u6587\u6807\u9898\uff0c\u53cd\u6620\u4e86\u8be5\u4e66\u7684\u7ed3\u6784\u548c\u4f5c\u4e3a\u6570\u5b66\u57fa\u7840\u7684\u5730\u4f4d\u3002", "to": "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "width": 9.0}, {"created_at": 1752674566, "description": "Elements\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u62c9\u4e01\u6587\u8bd1\u540d\uff0c\u88ab\u73b0\u4ee3\u897f\u65b9\u5e7f\u6cdb\u4f7f\u7528\uff0c\u4ee3\u8868\u8be5\u4e66\u4f5c\u4e3a\u6570\u5b66\u57fa\u7840\u7684\u7ecf\u5178\u5730\u4f4d\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "international recognition,translated title", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "Elements\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u62c9\u4e01\u6587\u8bd1\u540d\uff0c\u88ab\u73b0\u4ee3\u897f\u65b9\u5e7f\u6cdb\u4f7f\u7528\uff0c\u4ee3\u8868\u8be5\u4e66\u4f5c\u4e3a\u6570\u5b66\u57fa\u7840\u7684\u7ecf\u5178\u5730\u4f4d\u3002", "to": "Elements", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u89d2\u2019\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f8\u7b49\u90bb\u89d2\u7684\u60c5\u51b5\uff0c\u662f\u51e0\u4f55\u56fe\u5f62\u7684\u91cd\u8981\u5c5e\u6027\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "geometric property,mathematical definition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u76f4\u89d2\u2019\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f8\u7b49\u90bb\u89d2\u7684\u60c5\u51b5\uff0c\u662f\u51e0\u4f55\u56fe\u5f62\u7684\u91cd\u8981\u5c5e\u6027\u3002", "to": "\u76f4\u89d2", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5782\u76f4\u2019\u5173\u7cfb\uff0c\u4f5c\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f4\u89d2\u65f6\u7684\u51e0\u4f55\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "mathematical definition,spatial relation", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5782\u76f4\u2019\u5173\u7cfb\uff0c\u4f5c\u4e3a\u4e24\u6761\u76f4\u7ebf\u4ea4\u6210\u76f4\u89d2\u65f6\u7684\u51e0\u4f55\u5173\u7cfb\u3002", "to": "\u5782\u76f4", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u884c\u7ebf\u2019\u4e3a\u540c\u4e00\u5e73\u9762\u5185\u65e0\u9650\u5ef6\u957f\u800c\u4e0d\u76f8\u4ea4\u7684\u76f4\u7ebf\uff0c\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "geometric principle,mathematical definition", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u5b9a\u4e49\u4e86\u2018\u5e73\u884c\u7ebf\u2019\u4e3a\u540c\u4e00\u5e73\u9762\u5185\u65e0\u9650\u5ef6\u957f\u800c\u4e0d\u76f8\u4ea4\u7684\u76f4\u7ebf\uff0c\u662f\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\u4e4b\u4e00\u3002", "to": "\u5e73\u884c\u7ebf", "width": 8.0}, {"created_at": 1752674566, "description": "\u5229\u9a6c\u7aa6is the co-translator of \u0027Euclid\u0027s Elements\u0027 into Chinese, marking a major milestone in Sino-Western mathematical exchange.", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "historical milestone,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5229\u9a6c\u7aa6is the co-translator of \u0027Euclid\u0027s Elements\u0027 into Chinese, marking a major milestone in Sino-Western mathematical exchange.", "to": "\u5229\u9a6c\u7aa6", "width": 10.0}, {"created_at": 1752674566, "description": "\u5f90\u5149\u542fis the co-translator of \u0027Euclid\u0027s Elements\u0027 into Chinese, and is credited with coining the term \u0027\u51e0\u4f55\u0027 for geometry.", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "terminology creation,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5f90\u5149\u542fis the co-translator of \u0027Euclid\u0027s Elements\u0027 into Chinese, and is credited with coining the term \u0027\u51e0\u4f55\u0027 for geometry.", "to": "\u5f90\u5149\u542f", "width": 10.0}, {"created_at": 1752674566, "description": "\u660e\u4e07\u5386\u4e09\u5341\u516d\u5e74is the year when \u0027Euclid\u0027s Elements\u0027 was completed in Chinese translation by Matteo Ricci and Xu Guangqi.", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "historical context,translation event", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u660e\u4e07\u5386\u4e09\u5341\u516d\u5e74is the year when \u0027Euclid\u0027s Elements\u0027 was completed in Chinese translation by Matteo Ricci and Xu Guangqi.", "to": "\u660e\u4e07\u5386\u4e09\u5341\u516d\u5e74", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e3b\u8981\u8bb2\u8ff0\u5e73\u9762\u51e0\u4f55\u5185\u5bb9\uff0c\u662f\u5176\u5728\u4e2d\u6587\u8bed\u5883\u4e2d\u7684\u4ee3\u8868\u6027\u8457\u4f5c\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "mathematical content,terminology introduction", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e3b\u8981\u8bb2\u8ff0\u5e73\u9762\u51e0\u4f55\u5185\u5bb9\uff0c\u662f\u5176\u5728\u4e2d\u6587\u8bed\u5883\u4e2d\u7684\u4ee3\u8868\u6027\u8457\u4f5c\u3002", "to": "\u5e73\u9762\u51e0\u4f55", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u547d\u540d\u4e3a\u4e2d\u56fd\u6570\u5b66\u5f15\u5165\u4e86\u2018\u51e0\u4f55\u2019\u8fd9\u4e00\u672f\u8bed\uff0c\u5e76\u6210\u4e3a\u5176\u57fa\u7840\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u539f\u672c\u300b", "keywords": "mathematical influence,terminology origin", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7684\u547d\u540d\u4e3a\u4e2d\u56fd\u6570\u5b66\u5f15\u5165\u4e86\u2018\u51e0\u4f55\u2019\u8fd9\u4e00\u672f\u8bed\uff0c\u5e76\u6210\u4e3a\u5176\u57fa\u7840\u6982\u5ff5\u3002", "to": "\u51e0\u4f55", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u66f4\u4e25\u683c\u548c\u5f62\u5f0f\u5316\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u5b8c\u5584\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u5b66\u57fa\u7840\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u5305\u62ec\u987a\u5e8f\u3001\u5408\u540c\u3001\u5e73\u884c\u548c\u8fde\u7eed\u516c\u7406\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "\u51e0\u4f55\u516c\u7406,\u51e0\u4f55\u57fa\u7840,\u6570\u5b66\u516c\u7406\u5316,\u6570\u5b66\u5f62\u5f0f\u5316", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u66f4\u4e25\u683c\u548c\u5f62\u5f0f\u5316\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\uff0c\u5b8c\u5584\u4e86\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u7528\u4e8e\u6784\u5efa\u51e0\u4f55\u5b66\u57fa\u7840\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u5305\u62ec\u987a\u5e8f\u3001\u5408\u540c\u3001\u5e73\u884c\u548c\u8fde\u7eed\u516c\u7406\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "width": 20.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u5f3a\u8c03\u516c\u7406\u4e4b\u95f4\u5173\u7cfb\u7684\u91cd\u8981\u6027\uff0c\u4e3b\u5f20\u6570\u5b66\u5bf9\u8c61\u7684\u62bd\u8c61\u6027\uff0c\u662f\u516c\u7406\u5316\u4f53\u7cfb\u7684\u91cd\u8981\u5021\u5bfc\u8005\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "logical structure,mathematical abstraction", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u5e0c\u5c14\u4f2f\u7279\u5f3a\u8c03\u516c\u7406\u4e4b\u95f4\u5173\u7cfb\u7684\u91cd\u8981\u6027\uff0c\u4e3b\u5f20\u6570\u5b66\u5bf9\u8c61\u7684\u62bd\u8c61\u6027\uff0c\u662f\u516c\u7406\u5316\u4f53\u7cfb\u7684\u91cd\u8981\u5021\u5bfc\u8005\u3002", "to": "\u516c\u7406\u5316\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u662f\u5e0c\u5c14\u4f2f\u7279\u53d1\u8868\u91cd\u8981\u6570\u5b66\u95ee\u9898\u548c\u89c2\u70b9\u7684\u5e73\u53f0\uff0c\u5bf9\u6570\u5b66\u53d1\u5c55\u5177\u6709\u6df1\u8fdc\u5f71\u54cd\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u5df4\u9ece\u53ec\u5f00\u7684\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u53d1\u8868\u4e86\u91cd\u8981\u6f14\u8bb2\uff0c\u63d0\u51fa\u4e8623\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic influence,academic platform,international influence,international recognition", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u662f\u5e0c\u5c14\u4f2f\u7279\u53d1\u8868\u91cd\u8981\u6570\u5b66\u95ee\u9898\u548c\u89c2\u70b9\u7684\u5e73\u53f0\uff0c\u5bf9\u6570\u5b66\u53d1\u5c55\u5177\u6709\u6df1\u8fdc\u5f71\u54cd\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u5df4\u9ece\u53ec\u5f00\u7684\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u53d1\u8868\u4e86\u91cd\u8981\u6f14\u8bb2\uff0c\u63d0\u51fa\u4e8623\u4e2a\u6570\u5b66\u95ee\u9898\uff0c\u5f71\u54cd\u6df1\u8fdc\u3002", "to": "\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "width": 14.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u63a8\u52a8\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u7b2c\u4e8c\u6b65\uff0c\u5373\u4ece\u6b27\u51e0\u91cc\u5f97\u7684\u76f4\u89c2\u51e0\u4f55\u8f6c\u5411\u66f4\u4e25\u683c\u7684\u903b\u8f91\u4f53\u7cfb\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u5f62\u5f0f\u5316\u65b9\u6cd5\u63a8\u52a8\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u53d1\u5c55\uff0c\u7279\u522b\u662f\u5728\u51e0\u4f55\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "abstraction,conceptual advancement,formalization,mathematical innovation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95\u003cSEP\u003echunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5e0c\u5c14\u4f2f\u7279\u63a8\u52a8\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u7b2c\u4e8c\u6b65\uff0c\u5373\u4ece\u6b27\u51e0\u91cc\u5f97\u7684\u76f4\u89c2\u51e0\u4f55\u8f6c\u5411\u66f4\u4e25\u683c\u7684\u903b\u8f91\u4f53\u7cfb\u3002\u003cSEP\u003e\u5e0c\u5c14\u4f2f\u7279\u901a\u8fc7\u5f62\u5f0f\u5316\u65b9\u6cd5\u63a8\u52a8\u4e86\u6570\u5b66\u62bd\u8c61\u7684\u53d1\u5c55\uff0c\u7279\u522b\u662f\u5728\u51e0\u4f55\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 18.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u81f4\u529b\u4e8e\u5b8c\u5584\u51e0\u4f55\u7684\u903b\u8f91\u4f53\u7cfb\uff0c\u4fee\u6b63\u4e86\u6b27\u51e0\u91cc\u5f97\u4f53\u7cfb\u4e2d\u7684\u4e0d\u4e25\u5bc6\u4e4b\u5904\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "logical foundation,mathematical rigor", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5e0c\u5c14\u4f2f\u7279\u81f4\u529b\u4e8e\u5b8c\u5584\u51e0\u4f55\u7684\u903b\u8f91\u4f53\u7cfb\uff0c\u4fee\u6b63\u4e86\u6b27\u51e0\u91cc\u5f97\u4f53\u7cfb\u4e2d\u7684\u4e0d\u4e25\u5bc6\u4e4b\u5904\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u7684\u5de5\u4f5c\u63a8\u52a8\u4e86\u6570\u5b66\u79d1\u5b66\u5316\uff0c\u4f7f\u51e0\u4f55\u5b66\u66f4\u52a0\u5f62\u5f0f\u5316\u548c\u903b\u8f91\u4e25\u5bc6\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic system,scientific formalization", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u5e0c\u5c14\u4f2f\u7279\u7684\u5de5\u4f5c\u63a8\u52a8\u4e86\u6570\u5b66\u79d1\u5b66\u5316\uff0c\u4f7f\u51e0\u4f55\u5b66\u66f4\u52a0\u5f62\u5f0f\u5316\u548c\u903b\u8f91\u4e25\u5bc6\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u64b0\u5199\u4e86\u300a\u51e0\u4f55\u57fa\u7840\u300b\uff0c\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u6807\u5fd7\u7740\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "foundational work,mathematical innovation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u64b0\u5199\u4e86\u300a\u51e0\u4f55\u57fa\u7840\u300b\uff0c\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u6807\u5fd7\u7740\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u5728\u8be5\u5927\u4f1a\u4e0a\u53d1\u8868\u4e86\u300a\u6570\u5b66\u95ee\u9898\u300b\u6f14\u8bb2\uff0c\u63d0\u51fa\u4e8623\u4e2a\u5f71\u54cd\u6df1\u8fdc\u7684\u6570\u5b66\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic influence,future direction", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u5728\u8be5\u5927\u4f1a\u4e0a\u53d1\u8868\u4e86\u300a\u6570\u5b66\u95ee\u9898\u300b\u6f14\u8bb2\uff0c\u63d0\u51fa\u4e8623\u4e2a\u5f71\u54cd\u6df1\u8fdc\u7684\u6570\u5b66\u95ee\u9898\u3002", "to": "1900\u5e74\u5df4\u9ece\u4e16\u754c\u6570\u5b66\u5bb6\u5927\u4f1a", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u662f\u54e5\u5ef7\u6839\u5927\u5b66\u7684\u6559\u6388\uff0c\u5ef6\u7eed\u4e86\u8be5\u5927\u5b66\u5728\u6570\u5b66\u7814\u7a76\u65b9\u9762\u7684\u4f20\u7edf\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic affiliation,research environment", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u662f\u54e5\u5ef7\u6839\u5927\u5b66\u7684\u6559\u6388\uff0c\u5ef6\u7eed\u4e86\u8be5\u5927\u5b66\u5728\u6570\u5b66\u7814\u7a76\u65b9\u9762\u7684\u4f20\u7edf\u3002", "to": "\u54e5\u5ef7\u6839\u5927\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\uff0c\u4f5c\u4e3a\u5176\u5bf9\u51e0\u4f55\u5b66\u548c\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u6838\u5fc3\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "axiomatic system,mathematical innovation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\uff0c\u4f5c\u4e3a\u5176\u5bf9\u51e0\u4f55\u5b66\u548c\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u6838\u5fc3\u8d21\u732e\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u5df4\u9ece\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u53d1\u8868\u4e86\u300a\u6570\u5b66\u95ee\u9898\u300b\uff0c\u63d0\u51fa\u4e8623\u4e2a\u5f71\u54cd\u6df1\u8fdc\u7684\u6570\u5b66\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic influence,future direction", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u57281900\u5e74\u5df4\u9ece\u6570\u5b66\u5bb6\u5927\u4f1a\u4e0a\u53d1\u8868\u4e86\u300a\u6570\u5b66\u95ee\u9898\u300b\uff0c\u63d0\u51fa\u4e8623\u4e2a\u5f71\u54cd\u6df1\u8fdc\u7684\u6570\u5b66\u95ee\u9898\u3002", "to": "\u300a\u6570\u5b66\u95ee\u9898\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u7ee7\u627f\u4e86\u9ad8\u65af\u7684\u5b66\u672f\u4f20\u7edf\uff0c\u5e76\u5728\u54e5\u5ef7\u6839\u5927\u5b66\u5de5\u4f5c\uff0c\u5ef6\u7eed\u4e86\u8be5\u5927\u5b66\u7684\u6570\u5b66\u7814\u7a76\u4f20\u7edf\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic legacy,research continuity", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u7ee7\u627f\u4e86\u9ad8\u65af\u7684\u5b66\u672f\u4f20\u7edf\uff0c\u5e76\u5728\u54e5\u5ef7\u6839\u5927\u5b66\u5de5\u4f5c\uff0c\u5ef6\u7eed\u4e86\u8be5\u5927\u5b66\u7684\u6570\u5b66\u7814\u7a76\u4f20\u7edf\u3002", "to": "\u9ad8\u65af", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u7684\u5de5\u4f5c\u6781\u5927\u5730\u63a8\u52a8\u4e8620\u4e16\u7eaa\u6570\u5b66\u7684\u53d1\u5c55\uff0c\u5c24\u5176\u662f\u5728\u6570\u5b66\u57fa\u7840\u548c\u516c\u7406\u4f53\u7cfb\u65b9\u9762\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "academic impact,mathematical progress", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u7684\u5de5\u4f5c\u6781\u5927\u5730\u63a8\u52a8\u4e8620\u4e16\u7eaa\u6570\u5b66\u7684\u53d1\u5c55\uff0c\u5c24\u5176\u662f\u5728\u6570\u5b66\u57fa\u7840\u548c\u516c\u7406\u4f53\u7cfb\u65b9\u9762\u3002", "to": "\u6570\u5b66\u53d1\u5c55", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u505a\u51fa\u4e86\u5f00\u521b\u6027\u8d21\u732e\uff0c\u7279\u522b\u662f\u5728\u516c\u7406\u5316\u548c\u5f62\u5f0f\u5316\u65b9\u9762\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "foundational research,theoretical contribution", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u505a\u51fa\u4e86\u5f00\u521b\u6027\u8d21\u732e\uff0c\u7279\u522b\u662f\u5728\u516c\u7406\u5316\u548c\u5f62\u5f0f\u5316\u65b9\u9762\u3002", "to": "\u6570\u5b66\u57fa\u7840", "width": 10.0}, {"created_at": 1752674566, "description": "\u300a\u5e0c\u5c14\u4f2f\u7279:\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u7531\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e\u51fa\u7248,\u4ecb\u7ecd\u4e86\u5e0c\u5c14\u4f2f\u7279\u7684\u6570\u5b66\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "biography,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5e0c\u5c14\u4f2f\u7279:\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u7531\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e\u51fa\u7248,\u4ecb\u7ecd\u4e86\u5e0c\u5c14\u4f2f\u7279\u7684\u6570\u5b66\u8d21\u732e\u3002", "to": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u662f\u5173\u4e8e\u5e0c\u5c14\u4f2f\u7279\u7684\u4f20\u8bb0\u8457\u4f5c\uff0c\u4ecb\u7ecd\u5176\u6570\u5b66\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279", "keywords": "biography,mathematical legacy", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u662f\u5173\u4e8e\u5e0c\u5c14\u4f2f\u7279\u7684\u4f20\u8bb0\u8457\u4f5c\uff0c\u4ecb\u7ecd\u5176\u6570\u5b66\u8d21\u732e\u3002", "to": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b56\u6885\u7f57\u63d0\u51fa\u4e86\u96c6\u5408\u8bba\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u4e3a\u73b0\u4ee3\u96c6\u5408\u8bba\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u7b56\u6885\u7f57", "keywords": "\u6570\u5b66\u4f53\u7cfb,\u96c6\u5408\u57fa\u7840", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u7b56\u6885\u7f57\u63d0\u51fa\u4e86\u96c6\u5408\u8bba\u7684\u516c\u7406\u4f53\u7cfb\uff0c\u4e3a\u73b0\u4ee3\u96c6\u5408\u8bba\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u96c6\u5408\u8bba\u516c\u7406\u4f53\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u67ef\u6717\u5728\u5176\u8457\u4f5c\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u4e2d\u89e3\u91ca\u4e86\u516c\u7406\u4f53\u7cfb\u548c\u6570\u5b66\u7684\u672c\u8d28\uff0c\u5e2e\u52a9\u8bfb\u8005\u7406\u89e3\u6570\u5b66\u7684\u903b\u8f91\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u67ef\u6717", "keywords": "\u6570\u5b66\u6559\u80b2,\u903b\u8f91\u89e3\u91ca", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u67ef\u6717\u5728\u5176\u8457\u4f5c\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u4e2d\u89e3\u91ca\u4e86\u516c\u7406\u4f53\u7cfb\u548c\u6570\u5b66\u7684\u672c\u8d28\uff0c\u5e2e\u52a9\u8bfb\u8005\u7406\u89e3\u6570\u5b66\u7684\u903b\u8f91\u7ed3\u6784\u3002", "to": "\u67ef\u6717\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u67ef\u6717\u548c\u7f57\u5bbe\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u5171\u540c\u4f5c\u8005,\u5408\u4f5c\u5b8c\u6210\u4e86\u8fd9\u90e8\u7ecf\u5178\u8457\u4f5c\u3002", "file_path": "unknown_source", "from": "\u67ef\u6717", "keywords": "co-authorship,mathematical education", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u67ef\u6717\u548c\u7f57\u5bbe\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u5171\u540c\u4f5c\u8005,\u5408\u4f5c\u5b8c\u6210\u4e86\u8fd9\u90e8\u7ecf\u5178\u8457\u4f5c\u3002", "to": "\u7f57\u5bbe", "width": 9.0}, {"created_at": 1752674566, "description": "\u67ef\u6717\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\uff0c\u4e0e\u7f57\u5bbe\u5171\u540c\u5b8c\u6210\u8be5\u4e66\u3002", "file_path": "unknown_source", "from": "\u67ef\u6717", "keywords": "authorship,mathematical exposition", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u67ef\u6717\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u4f5c\u8005\u4e4b\u4e00\uff0c\u4e0e\u7f57\u5bbe\u5171\u540c\u5b8c\u6210\u8be5\u4e66\u3002", "to": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u725b\u987f\u662f\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u63d0\u51fa\u8005\uff0c\u4ed6\u5728\u7ecf\u5178\u529b\u5b66\u4e2d\u5f3a\u8c03\u65f6\u95f4\u7684\u6052\u5b9a\u6027\u548c\u72ec\u7acb\u6027\u3002", "file_path": "unknown_source", "from": "\u725b\u987f", "keywords": "\u65f6\u95f4\u54f2\u5b66,\u7269\u7406\u7406\u8bba", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u725b\u987f\u662f\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u63d0\u51fa\u8005\uff0c\u4ed6\u5728\u7ecf\u5178\u529b\u5b66\u4e2d\u5f3a\u8c03\u65f6\u95f4\u7684\u6052\u5b9a\u6027\u548c\u72ec\u7acb\u6027\u3002", "to": "\u7edd\u5bf9\u65f6\u95f4", "width": 10.0}, {"created_at": 1752674566, "description": "\u725b\u987f\u662f\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u63d0\u51fa\u8005\uff0c\u4ed6\u5728\u7ecf\u5178\u529b\u5b66\u4e2d\u5f3a\u8c03\u65f6\u95f4\u7684\u6052\u5b9a\u6027\u3002", "file_path": "unknown_source", "from": "\u725b\u987f", "keywords": "\u65f6\u95f4\u54f2\u5b66,\u7269\u7406\u7406\u8bba", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u725b\u987f\u662f\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u63d0\u51fa\u8005\uff0c\u4ed6\u5728\u7ecf\u5178\u529b\u5b66\u4e2d\u5f3a\u8c03\u65f6\u95f4\u7684\u6052\u5b9a\u6027\u3002", "to": "\u7edd\u5bf9\u65f6\u95f4\u7684\u6d41\u901d", "width": 10.0}, {"created_at": 1752674566, "description": "\u725b\u987f\u64b0\u5199\u4e86\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\uff0c\u5960\u5b9a\u4e86\u7ecf\u5178\u529b\u5b66\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u725b\u987f", "keywords": "classical mechanics,scientific revolution", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u725b\u987f\u64b0\u5199\u4e86\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\uff0c\u5960\u5b9a\u4e86\u7ecf\u5178\u529b\u5b66\u7684\u57fa\u7840\u3002", "to": "\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u725b\u987f\u7684\u60ef\u6027\u5b9a\u5f8b\u662f\u60ef\u6027\u7cfb\u6982\u5ff5\u7684\u57fa\u7840\uff0c\u7528\u4e8e\u63cf\u8ff0\u7269\u4f53\u7684\u8fd0\u52a8\u72b6\u6001\u3002", "file_path": "unknown_source", "from": "\u725b\u987f", "keywords": "physics principles,reference frame", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u725b\u987f\u7684\u60ef\u6027\u5b9a\u5f8b\u662f\u60ef\u6027\u7cfb\u6982\u5ff5\u7684\u57fa\u7840\uff0c\u7528\u4e8e\u63cf\u8ff0\u7269\u4f53\u7684\u8fd0\u52a8\u72b6\u6001\u3002", "to": "\u60ef\u6027\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "\u725b\u987f\u7684\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u662f\u81ea\u7136\u54f2\u5b66\u9886\u57df\u7684\u91cd\u8981\u8457\u4f5c.", "file_path": "unknown_source", "from": "\u725b\u987f", "keywords": "classical mechanics,physics foundation", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u725b\u987f\u7684\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u662f\u81ea\u7136\u54f2\u5b66\u9886\u57df\u7684\u91cd\u8981\u8457\u4f5c.", "to": "\u81ea\u7136\u54f2\u5b66", "width": 10.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb(\u5982\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55)\u5bf9\u897f\u65b9\u79d1\u5b66\u53d1\u5c55\u7684\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "\u5f62\u5f0f\u903b\u8f91,\u79d1\u5b66\u57fa\u7840", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u7231\u56e0\u65af\u5766\u9ad8\u5ea6\u8bc4\u4ef7\u4e86\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb(\u5982\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55)\u5bf9\u897f\u65b9\u79d1\u5b66\u53d1\u5c55\u7684\u8d21\u732e\u3002", "to": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u662f\u76f8\u5bf9\u8bba\u7684\u521b\u7acb\u8005\uff0c\u63d0\u51fa\u4e86\u57fa\u4e8e\u5149\u901f\u4e0d\u53d8\u539f\u7406\u7684\u65f6\u7a7a\u7406\u8bba\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "scientific innovation,theoretical development", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u7231\u56e0\u65af\u5766\u662f\u76f8\u5bf9\u8bba\u7684\u521b\u7acb\u8005\uff0c\u63d0\u51fa\u4e86\u57fa\u4e8e\u5149\u901f\u4e0d\u53d8\u539f\u7406\u7684\u65f6\u7a7a\u7406\u8bba\u3002", "to": "\u76f8\u5bf9\u8bba", "width": 10.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u63d0\u5021\u4f7f\u7528\u601d\u7ef4\u5b9e\u9a8c\u6765\u6784\u5efa\u7269\u7406\u6a21\u578b\uff0c\u5982\u5217\u8f66\u5b9e\u9a8c\u8bf4\u660e\u65f6\u95f4\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "conceptual reasoning,model building", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u7231\u56e0\u65af\u5766\u63d0\u5021\u4f7f\u7528\u601d\u7ef4\u5b9e\u9a8c\u6765\u6784\u5efa\u7269\u7406\u6a21\u578b\uff0c\u5982\u5217\u8f66\u5b9e\u9a8c\u8bf4\u660e\u65f6\u95f4\u76f8\u5bf9\u6027\u3002", "to": "\u601d\u7ef4\u5b9e\u9a8c", "width": 9.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u5c06\u6d1b\u4f26\u5179\u53d8\u6362\u7528\u4e8e\u65f6\u7a7a\u53d8\u6362\uff0c\u4ece\u800c\u63d0\u51fa\u4e86\u72ed\u4e49\u76f8\u5bf9\u8bba\uff0c\u8d4b\u4e88\u5176\u7269\u7406\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "physical interpretation,theoretical innovation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u7231\u56e0\u65af\u5766\u5c06\u6d1b\u4f26\u5179\u53d8\u6362\u7528\u4e8e\u65f6\u7a7a\u53d8\u6362\uff0c\u4ece\u800c\u63d0\u51fa\u4e86\u72ed\u4e49\u76f8\u5bf9\u8bba\uff0c\u8d4b\u4e88\u5176\u7269\u7406\u610f\u4e49\u3002", "to": "\u6d1b\u4f26\u5179\u53d8\u6362", "width": 10.0}, {"created_at": 1752674566, "description": "Einstein developed the theory of special relativity which explains how time varies with motion.\u003cSEP\u003e\u7231\u56e0\u65af\u5766\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u63d0\u51fa\u8005\uff0c\u6210\u529f\u5730\u5c06\u6d1b\u4f26\u5179\u53d8\u6362\u7528\u4e8e\u89e3\u91ca\u65f6\u95f4\u548c\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "conceptual breakthrough,foundational contribution,foundational theory,scientific theory", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea", "title": "Einstein developed the theory of special relativity which explains how time varies with motion.\u003cSEP\u003e\u7231\u56e0\u65af\u5766\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u63d0\u51fa\u8005\uff0c\u6210\u529f\u5730\u5c06\u6d1b\u4f26\u5179\u53d8\u6362\u7528\u4e8e\u89e3\u91ca\u65f6\u95f4\u548c\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "to": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "width": 20.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u5728\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u89e3\u91ca\u4e86\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u6307\u51fa\u65f6\u95f4\u7684\u6d41\u901d\u4f9d\u8d56\u4e8e\u89c2\u5bdf\u8005\u7684\u60ef\u6027\u7cfb\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "relativistic effect,time perception", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u7231\u56e0\u65af\u5766\u5728\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u89e3\u91ca\u4e86\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u6307\u51fa\u65f6\u95f4\u7684\u6d41\u901d\u4f9d\u8d56\u4e8e\u89c2\u5bdf\u8005\u7684\u60ef\u6027\u7cfb\u3002", "to": "\u65f6\u95f4\u81a8\u80c0", "width": 9.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u8d4b\u4e88\u6d1b\u4f26\u5179\u7684\u5c40\u90e8\u65f6\u95f4t\u0027\u7269\u7406\u610f\u4e49\uff0c\u5c06\u5176\u89c6\u4e3a\u4e0e\u771f\u5b9e\u65f6\u95f4\u7b49\u4ef7\u7684\u76f8\u5bf9\u65f6\u95f4\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "conceptual interpretation,time relativity", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u7231\u56e0\u65af\u5766\u8d4b\u4e88\u6d1b\u4f26\u5179\u7684\u5c40\u90e8\u65f6\u95f4t\u0027\u7269\u7406\u610f\u4e49\uff0c\u5c06\u5176\u89c6\u4e3a\u4e0e\u771f\u5b9e\u65f6\u95f4\u7b49\u4ef7\u7684\u76f8\u5bf9\u65f6\u95f4\u3002", "to": "\u5c40\u90e8\u65f6\u95f4", "width": 10.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u5c06\u5149\u901f\u89c6\u4e3a\u4e0d\u53d8\u5e38\u6570\uff0c\u5e76\u5728\u6b64\u57fa\u7840\u4e0a\u6784\u5efa\u4e86\u72ed\u4e49\u76f8\u5bf9\u8bba\u548c\u6d1b\u4f26\u5179\u53d8\u6362\u7684\u7269\u7406\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "fundamental constant,theoretical basis", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u7231\u56e0\u65af\u5766\u5c06\u5149\u901f\u89c6\u4e3a\u4e0d\u53d8\u5e38\u6570\uff0c\u5e76\u5728\u6b64\u57fa\u7840\u4e0a\u6784\u5efa\u4e86\u72ed\u4e49\u76f8\u5bf9\u8bba\u548c\u6d1b\u4f26\u5179\u53d8\u6362\u7684\u7269\u7406\u610f\u4e49\u3002", "to": "\u5149\u901f", "width": 10.0}, {"created_at": 1752674566, "description": "Einstein derived the mass-energy equivalence formula E=mc\u00b2 as part of his theoretical work.", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "physics,theoretical contribution", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Einstein derived the mass-energy equivalence formula E=mc\u00b2 as part of his theoretical work.", "to": "\u8d28\u80fd\u53d8\u6362\u516c\u5f0f", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7531\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248,\u4f53\u73b0\u4e86\u4e24\u8005\u4e4b\u95f4\u7684\u51fa\u7248\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "publication,translation", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7531\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248,\u4f53\u73b0\u4e86\u4e24\u8005\u4e4b\u95f4\u7684\u51fa\u7248\u5173\u7cfb\u3002", "to": "\u5546\u52a1\u5370\u4e66\u9986", "width": 7.0}, {"created_at": 1752674566, "description": "\u7231\u56e0\u65af\u5766\u662f\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7684\u4f5c\u8005\uff0c\u5176\u601d\u60f3\u901a\u8fc7\u8be5\u6587\u96c6\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "authorship,intellectual legacy", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7231\u56e0\u65af\u5766\u662f\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7684\u4f5c\u8005\uff0c\u5176\u601d\u60f3\u901a\u8fc7\u8be5\u6587\u96c6\u4f20\u64ad\u3002", "to": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6768\u632f\u5b81\u7814\u7a76\u5e76\u8bc4\u4ef7\u7231\u56e0\u65af\u5766\u5bf9\u73b0\u4ee3\u7269\u7406\u5b66\u7684\u5f71\u54cd\uff0c\u663e\u793a\u5b66\u672f\u4f20\u627f\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u7231\u56e0\u65af\u5766", "keywords": "\u5b66\u672f\u5f71\u54cd,\u7406\u8bba\u7269\u7406\u5b66", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u6768\u632f\u5b81\u7814\u7a76\u5e76\u8bc4\u4ef7\u7231\u56e0\u65af\u5766\u5bf9\u73b0\u4ee3\u7269\u7406\u5b66\u7684\u5f71\u54cd\uff0c\u663e\u793a\u5b66\u672f\u4f20\u627f\u5173\u7cfb\u3002", "to": "\u6768\u632f\u5b81", "width": 8.0}, {"created_at": 1752674566, "description": "\u5173\u8054\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u5bf9\u8c61\u4e4b\u95f4\u7684\u57fa\u672c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic structure,mathematical relation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5173\u8054\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u5bf9\u8c61\u4e4b\u95f4\u7684\u57fa\u672c\u5173\u7cfb\u3002", "to": "\u5173\u8054\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u987a\u5e8f\u516c\u7406\u4e5f\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u5b9a\u4e49\u51e0\u4f55\u5bf9\u8c61\u7684\u987a\u5e8f\u5173\u7cfb\u3002\u003cSEP\u003e\u987a\u5e8f\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u4e00\u7ec4\u6838\u5fc3\u516c\u7406\uff0c\u7528\u4e8e\u89c4\u5b9a\u70b9\u5728\u76f4\u7ebf\u4e0a\u7684\u987a\u5e8f\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "logical structure,spatial reasoning,\u516c\u7406\u5206\u7c7b,\u51e0\u4f55\u7ed3\u6784", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56\u003cSEP\u003echunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u987a\u5e8f\u516c\u7406\u4e5f\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u5b9a\u4e49\u51e0\u4f55\u5bf9\u8c61\u7684\u987a\u5e8f\u5173\u7cfb\u3002\u003cSEP\u003e\u987a\u5e8f\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u4e2d\u7684\u4e00\u7ec4\u6838\u5fc3\u516c\u7406\uff0c\u7528\u4e8e\u89c4\u5b9a\u70b9\u5728\u76f4\u7ebf\u4e0a\u7684\u987a\u5e8f\u5173\u7cfb\u3002", "to": "\u987a\u5e8f\u516c\u7406", "width": 18.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\uff0c\u6784\u5efa\u4e86\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u903b\u8f91\u7ed3\u6784\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic structure,foundational theory", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\uff0c\u6784\u5efa\u4e86\u73b0\u4ee3\u51e0\u4f55\u5b66\u7684\u903b\u8f91\u7ed3\u6784\u3002", "to": "\u6570\u5b66\u57fa\u7840", "width": 10.0}, {"created_at": 1752674566, "description": "\u5408\u540c\u516c\u7406\u5c5e\u4e8e\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\uff0c\u7528\u4e8e\u5b9a\u4e49\u51e0\u4f55\u5bf9\u8c61\u7684\u76f8\u7b49\u5173\u7cfb\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u5168\u7b49\u6982\u5ff5\u7684\u516c\u7406\u5316\u8868\u8fbe\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "\u51e0\u4f55\u76f8\u7b49,\u5408\u540c\u5173\u7cfb", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5408\u540c\u516c\u7406\u5c5e\u4e8e\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\uff0c\u7528\u4e8e\u5b9a\u4e49\u51e0\u4f55\u5bf9\u8c61\u7684\u76f8\u7b49\u5173\u7cfb\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u5168\u7b49\u6982\u5ff5\u7684\u516c\u7406\u5316\u8868\u8fbe\u3002", "to": "\u5408\u540c\u516c\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e73\u884c\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u4e00\u90e8\u5206\uff0c\u89c4\u5b9a\u4e86\u5e73\u884c\u7ebf\u7684\u552f\u4e00\u6027\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "\u51e0\u4f55\u57fa\u7840,\u5e73\u884c\u7ebf\u7406\u8bba", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5e73\u884c\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u4e00\u90e8\u5206\uff0c\u89c4\u5b9a\u4e86\u5e73\u884c\u7ebf\u7684\u552f\u4e00\u6027\uff0c\u662f\u6b27\u51e0\u91cc\u5f97\u51e0\u4f55\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u5e73\u884c\u516c\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u8fde\u7eed\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u7b2c\u4e94\u7ec4\u516c\u7406\uff0c\u5f15\u5165\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u73b0\u4ee3\u6570\u5b66\u5206\u6790\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "\u6570\u5b66\u57fa\u7840,\u65e0\u7a77\u96c6\u5408", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u8fde\u7eed\u516c\u7406\u662f\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u7b2c\u4e94\u7ec4\u516c\u7406\uff0c\u5f15\u5165\u4e86\u65e0\u7a77\u96c6\u5408\u7684\u6982\u5ff5\uff0c\u63a8\u52a8\u4e86\u73b0\u4ee3\u6570\u5b66\u5206\u6790\u7684\u53d1\u5c55\u3002", "to": "\u8fde\u7eed\u516c\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u51af\u00b7\u8bfa\u4f0a\u66fc\u8bc4\u8bba\u4e86\u6570\u5b66\u62bd\u8c61\u5316\u7684\u53d1\u5c55\u8d8b\u52bf\uff0c\u6307\u51fa\u8fc7\u5ea6\u8131\u79bb\u7ecf\u9a8c\u53ef\u80fd\u5bfc\u81f4\u6570\u5b66\u9000\u5316\uff0c\u4e0e\u5e0c\u5c14\u4f2f\u7279\u4f53\u7cfb\u7684\u62bd\u8c61\u5316\u65b9\u5411\u5f62\u6210\u5bf9\u8bdd\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "\u62bd\u8c61\u4e0e\u7ecf\u9a8c,\u6570\u5b66\u54f2\u5b66", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u51af\u00b7\u8bfa\u4f0a\u66fc\u8bc4\u8bba\u4e86\u6570\u5b66\u62bd\u8c61\u5316\u7684\u53d1\u5c55\u8d8b\u52bf\uff0c\u6307\u51fa\u8fc7\u5ea6\u8131\u79bb\u7ecf\u9a8c\u53ef\u80fd\u5bfc\u81f4\u6570\u5b66\u9000\u5316\uff0c\u4e0e\u5e0c\u5c14\u4f2f\u7279\u4f53\u7cfb\u7684\u62bd\u8c61\u5316\u65b9\u5411\u5f62\u6210\u5bf9\u8bdd\u3002", "to": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "width": 6.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u62bd\u8c61\u5316\u8fc7\u7a0b\u4e2d\u7684\u91cd\u8981\u6210\u679c\uff0c\u901a\u8fc7\u5f62\u5f0f\u5316\u548c\u516c\u7406\u5316\u5efa\u7acb\u6570\u5b66\u7406\u8bba\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb", "keywords": "\u62bd\u8c61\u5316\u6210\u679c,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u662f\u6570\u5b66\u62bd\u8c61\u5316\u8fc7\u7a0b\u4e2d\u7684\u91cd\u8981\u6210\u679c\uff0c\u901a\u8fc7\u5f62\u5f0f\u5316\u548c\u516c\u7406\u5316\u5efa\u7acb\u6570\u5b66\u7406\u8bba\u4f53\u7cfb\u3002", "to": "\u6570\u5b66\u62bd\u8c61\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb\u5efa\u7acb\u5728\u5b9a\u4e49\u7684\u57fa\u7840\u4e0a\uff0c\u901a\u8fc7\u7b26\u53f7\u548c\u903b\u8f91\u89c4\u5219\u6784\u5efa\u6570\u5b66\u7406\u8bba\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb", "keywords": "\u516c\u7406\u7ed3\u6784,\u6570\u5b66\u5b9a\u4e49", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u6570\u5b66\u516c\u7406\u4f53\u7cfb\u5efa\u7acb\u5728\u5b9a\u4e49\u7684\u57fa\u7840\u4e0a\uff0c\u901a\u8fc7\u7b26\u53f7\u548c\u903b\u8f91\u89c4\u5219\u6784\u5efa\u6570\u5b66\u7406\u8bba\u3002", "to": "\u5b9a\u4e49", "width": 9.0}, {"created_at": 1752674566, "description": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\u4e0e\u56e0\u679c\u5173\u7cfb\u5e76\u5217\u4e3a\u897f\u65b9\u79d1\u5b66\u53d1\u5c55\u7684\u4e24\u5927\u57fa\u7840\uff0c\u5206\u522b\u4ee3\u8868\u7406\u8bba\u63a8\u7406\u4e0e\u5b9e\u9a8c\u9a8c\u8bc1\u3002", "file_path": "unknown_source", "from": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb", "keywords": "\u7406\u8bba\u4e0e\u5b9e\u9a8c,\u79d1\u5b66\u57fa\u7840", "source_id": "chunk-d11cf0f89eb1830b6b1b56a3ccb1fa8d", "title": "\u5f62\u5f0f\u903b\u8f91\u4f53\u7cfb\u4e0e\u56e0\u679c\u5173\u7cfb\u5e76\u5217\u4e3a\u897f\u65b9\u79d1\u5b66\u53d1\u5c55\u7684\u4e24\u5927\u57fa\u7840\uff0c\u5206\u522b\u4ee3\u8868\u7406\u8bba\u63a8\u7406\u4e0e\u5b9e\u9a8c\u9a8c\u8bc1\u3002", "to": "\u56e0\u679c\u5173\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u76f4\u89c2\u63cf\u8ff0\u7528\u4e8e\u8f85\u52a9\u7406\u89e3\u6570\u5b66\u6982\u5ff5\uff0c\u800c\u5b9a\u4e49\u662f\u5bf9\u6982\u5ff5\u7684\u7cbe\u786e\u63cf\u8ff0\u3002", "file_path": "unknown_source", "from": "\u5b9a\u4e49", "keywords": "conceptual understanding,formal definition", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u76f4\u89c2\u63cf\u8ff0\u7528\u4e8e\u8f85\u52a9\u7406\u89e3\u6570\u5b66\u6982\u5ff5\uff0c\u800c\u5b9a\u4e49\u662f\u5bf9\u6982\u5ff5\u7684\u7cbe\u786e\u63cf\u8ff0\u3002", "to": "\u76f4\u89c2\u63cf\u8ff0", "width": 7.0}, {"created_at": 1752674566, "description": "\u6b27\u51e0\u91cc\u5fb7\u7684\u51e0\u4f55\u4f53\u7cfb\u662f\u6700\u65e9\u7684\u516c\u7406\u5316\u5c1d\u8bd5\u4e4b\u4e00\uff0c\u4e3a\u540e\u6765\u7684\u6570\u5b66\u516c\u7406\u5316\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u516c\u7406\u5316\u4f53\u7cfb", "keywords": "geometric axioms,historical foundation", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u6b27\u51e0\u91cc\u5fb7\u7684\u51e0\u4f55\u4f53\u7cfb\u662f\u6700\u65e9\u7684\u516c\u7406\u5316\u5c1d\u8bd5\u4e4b\u4e00\uff0c\u4e3a\u540e\u6765\u7684\u6570\u5b66\u516c\u7406\u5316\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u6b27\u51e0\u91cc\u5fb7", "width": 8.0}, {"created_at": 1752674566, "description": "\u70b9\u3001\u7ebf\u3001\u9762\u662f\u6b27\u51e0\u91cc\u5fb7\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u5176\u5b9a\u4e49\u5728\u6570\u5b66\u4e0a\u5e76\u4e0d\u4f9d\u8d56\u4e8e\u5177\u4f53\u542b\u4e49\uff0c\u800c\u662f\u516c\u7406\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6b27\u51e0\u91cc\u5fb7", "keywords": "axiomatic definition,geometric concepts", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u70b9\u3001\u7ebf\u3001\u9762\u662f\u6b27\u51e0\u91cc\u5fb7\u51e0\u4f55\u5b66\u7684\u57fa\u672c\u6982\u5ff5\uff0c\u5176\u5b9a\u4e49\u5728\u6570\u5b66\u4e0a\u5e76\u4e0d\u4f9d\u8d56\u4e8e\u5177\u4f53\u542b\u4e49\uff0c\u800c\u662f\u516c\u7406\u4e4b\u95f4\u7684\u5173\u7cfb\u3002", "to": "\u70b9\u3001\u7ebf\u3001\u9762", "width": 7.0}, {"created_at": 1752674566, "description": "Both propositions are used in conjunction to prove mathematical identities and maintain equality through operations.\u003cSEP\u003e\u547d\u98981\u548c\u547d\u98982\u5171\u540c\u6784\u6210\u6570\u5b66\u63a8\u7406\u7684\u57fa\u7840\uff0c\u662f\u8bb8\u591a\u6570\u5b66\u8fd0\u7b97\u6027\u8d28\u7684\u903b\u8f91\u4f9d\u636e\u3002\u003cSEP\u003e\u547d\u98981\u548c\u547d\u98982\u5728\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5171\u540c\u4f5c\u4e3a\u5224\u65ad\u4f9d\u636e\uff0c\u901a\u8fc7\u4e2d\u4ecb\u4f53\u8fde\u63a5\u5f62\u6210\u903b\u8f91\u94fe\u6761\u3002", "file_path": "unknown_source", "from": "\u547d\u98981", "keywords": "basic properties,intermediate step,logical foundation,logical link,logical structure,mathematical proof", "source_id": "chunk-da314816f469d2b8634730d486609229\u003cSEP\u003echunk-038b9abb5eb56adcf710a719f2123147\u003cSEP\u003echunk-3991618885f8ce7d7db83540320763bc", "title": "Both propositions are used in conjunction to prove mathematical identities and maintain equality through operations.\u003cSEP\u003e\u547d\u98981\u548c\u547d\u98982\u5171\u540c\u6784\u6210\u6570\u5b66\u63a8\u7406\u7684\u57fa\u7840\uff0c\u662f\u8bb8\u591a\u6570\u5b66\u8fd0\u7b97\u6027\u8d28\u7684\u903b\u8f91\u4f9d\u636e\u3002\u003cSEP\u003e\u547d\u98981\u548c\u547d\u98982\u5728\u63a8\u7406\u8fc7\u7a0b\u4e2d\u5171\u540c\u4f5c\u4e3a\u5224\u65ad\u4f9d\u636e\uff0c\u901a\u8fc7\u4e2d\u4ecb\u4f53\u8fde\u63a5\u5f62\u6210\u903b\u8f91\u94fe\u6761\u3002", "to": "\u547d\u98982", "width": 23.0}, {"created_at": 1752674566, "description": "Proposition 1 is used in conjunction with the definition of subtraction as the inverse of addition to prove mathematical identities.", "file_path": "unknown_source", "from": "\u547d\u98981", "keywords": "inverse operations,mathematical proof", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "Proposition 1 is used in conjunction with the definition of subtraction as the inverse of addition to prove mathematical identities.", "to": "\u51cf\u6cd5\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97", "width": 8.0}, {"created_at": 1752674566, "description": "\u547d\u98982\u4e3a\u51cf\u6cd5\u8fd0\u7b97\u7684\u6027\u8d28\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u4f8b\u5982\u51cf\u53bb\u4e00\u4e2a\u6b63\u6570\u7b49\u4e8e\u52a0\u4e0a\u5176\u76f8\u53cd\u6570\u7684\u8bc1\u660e\u3002", "file_path": "unknown_source", "from": "\u547d\u98982", "keywords": "inverse relationship,mathematical operation", "source_id": "chunk-3991618885f8ce7d7db83540320763bc", "title": "\u547d\u98982\u4e3a\u51cf\u6cd5\u8fd0\u7b97\u7684\u6027\u8d28\u63d0\u4f9b\u4e86\u7406\u8bba\u57fa\u7840\uff0c\u4f8b\u5982\u51cf\u53bb\u4e00\u4e2a\u6b63\u6570\u7b49\u4e8e\u52a0\u4e0a\u5176\u76f8\u53cd\u6570\u7684\u8bc1\u660e\u3002", "to": "\u51cf\u6cd5\u8fd0\u7b97", "width": 7.0}, {"created_at": 1752674566, "description": "Proposition 2 supports the concept that subtraction is the inverse of addition by allowing addition of the same value to both sides of an equation.", "file_path": "unknown_source", "from": "\u547d\u98982", "keywords": "inverse operations,mathematical equivalence", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "Proposition 2 supports the concept that subtraction is the inverse of addition by allowing addition of the same value to both sides of an equation.", "to": "\u51cf\u6cd5\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u7684\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u4f9d\u8d56\u4e8e\u7b26\u53f7\u5316\u65b9\u6cd5\uff0c\u4ee5\u5b9e\u73b0\u6570\u5b66\u7684\u9ad8\u5ea6\u62bd\u8c61\u548c\u903b\u8f91\u63a8\u7406\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u5316", "keywords": "abstraction,symbolic representation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u7684\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u4f9d\u8d56\u4e8e\u7b26\u53f7\u5316\u65b9\u6cd5\uff0c\u4ee5\u5b9e\u73b0\u6570\u5b66\u7684\u9ad8\u5ea6\u62bd\u8c61\u548c\u903b\u8f91\u63a8\u7406\u3002", "to": "\u5e0c\u5c14\u4f2f\u7279\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u8ba4\u4e3a\u7b26\u53f7\u5316\u53ef\u4ee5\u907f\u514d\u56e0\u7269\u7406\u5c5e\u6027\u5b9a\u4e49\u4e0d\u6e05\u800c\u4ea7\u751f\u7684\u6096\u8bba\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u7b26\u53f7\u5316", "keywords": "formalization,logical consistency", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u8ba4\u4e3a\u7b26\u53f7\u5316\u53ef\u4ee5\u907f\u514d\u56e0\u7269\u7406\u5c5e\u6027\u5b9a\u4e49\u4e0d\u6e05\u800c\u4ea7\u751f\u7684\u6096\u8bba\u95ee\u9898\u3002", "to": "\u6096\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "This identity explains how subtracting a positive number is equivalent to adding its negative counterpart, affecting positive numbers.", "file_path": "unknown_source", "from": "\u6b63\u6570", "keywords": "arithmetic operations,equivalence", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "This identity explains how subtracting a positive number is equivalent to adding its negative counterpart, affecting positive numbers.", "to": "a - b = a + (-b)", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b63\u6570\u7528\u4e8e\u8868\u793a\u6536\u5165\uff0c\u5982+24\u8868\u793a\u6536\u516524\u94b1\u3002", "file_path": "unknown_source", "from": "\u6b63\u6570", "keywords": "\u6570\u5b66\u8868\u793a,\u8d22\u52a1\u5e94\u7528", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u6b63\u6570\u7528\u4e8e\u8868\u793a\u6536\u5165\uff0c\u5982+24\u8868\u793a\u6536\u516524\u94b1\u3002", "to": "\u6536\u5165", "width": 9.0}, {"created_at": 1752674566, "description": "\u6b63\u53f7\u201c+\u201d\u7528\u4e8e\u8868\u793a\u6b63\u6570\uff0c\u5982+24\u8868\u793a\u6b63\u657024\u3002", "file_path": "unknown_source", "from": "\u6b63\u6570", "keywords": "\u6570\u5b66\u6982\u5ff5,\u7b26\u53f7\u8868\u793a", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u6b63\u53f7\u201c+\u201d\u7528\u4e8e\u8868\u793a\u6b63\u6570\uff0c\u5982+24\u8868\u793a\u6b63\u657024\u3002", "to": "\u6b63\u53f7", "width": 10.0}, {"created_at": 1752674566, "description": "\u725b\u4ef7\u4e00\u5343\u4e8c\u767eappears as a specific solution value in a system of equations presented in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300b.", "file_path": "unknown_source", "from": "\u65b9\u7a0b\u7bc7", "keywords": "historical context,mathematical solution", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "\u725b\u4ef7\u4e00\u5343\u4e8c\u767eappears as a specific solution value in a system of equations presented in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300b.", "to": "\u725b\u4ef7\u4e00\u5343\u4e8c\u767e", "width": 7.0}, {"created_at": 1752674566, "description": "\u7f8a\u4ef7\u4e94\u767eappears as a specific solution value in a system of equations presented in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300b.", "file_path": "unknown_source", "from": "\u65b9\u7a0b\u7bc7", "keywords": "historical context,mathematical solution", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "\u7f8a\u4ef7\u4e94\u767eappears as a specific solution value in a system of equations presented in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300b.", "to": "\u7f8a\u4ef7\u4e94\u767e", "width": 7.0}, {"created_at": 1752674566, "description": "\u8c55\u4ef7\u4e09\u767eappears as a specific solution value in a system of equations presented in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300b.", "file_path": "unknown_source", "from": "\u65b9\u7a0b\u7bc7", "keywords": "historical context,mathematical solution", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "\u8c55\u4ef7\u4e09\u767eappears as a specific solution value in a system of equations presented in the\u65b9\u7a0b\u7bc7of\u300a\u4e5d\u7ae0\u7b97\u672f\u300b.", "to": "\u8c55\u4ef7\u4e09\u767e", "width": 7.0}, {"created_at": 1752674566, "description": "This identity is derived from the principle that subtraction is the inverse of addition, using negative numbers.", "file_path": "unknown_source", "from": "\u51cf\u6cd5\u662f\u52a0\u6cd5\u9006\u8fd0\u7b97", "keywords": "inverse operations,mathematical identity", "source_id": "chunk-038b9abb5eb56adcf710a719f2123147", "title": "This identity is derived from the principle that subtraction is the inverse of addition, using negative numbers.", "to": "a - b = a + (-b)", "width": 10.0}, {"created_at": 1752674566, "description": "\u725b\u4ef7(x)\u662f\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u7684\u4e00\u4e2a\u672a\u77e5\u6570,\u7528\u4e8e\u8868\u793a\u725b\u7684\u5e02\u573a\u4ef7\u683c\u3002", "file_path": "unknown_source", "from": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "keywords": "equation component,variable", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u725b\u4ef7(x)\u662f\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u7684\u4e00\u4e2a\u672a\u77e5\u6570,\u7528\u4e8e\u8868\u793a\u725b\u7684\u5e02\u573a\u4ef7\u683c\u3002", "to": "\u725b\u4ef7", "width": 8.0}, {"created_at": 1752674566, "description": "\u7f8a\u4ef7(y)\u662f\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u7684\u4e00\u4e2a\u672a\u77e5\u6570,\u7528\u4e8e\u8868\u793a\u7f8a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "file_path": "unknown_source", "from": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "keywords": "equation component,variable", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u7f8a\u4ef7(y)\u662f\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u7684\u4e00\u4e2a\u672a\u77e5\u6570,\u7528\u4e8e\u8868\u793a\u7f8a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "to": "\u7f8a\u4ef7", "width": 8.0}, {"created_at": 1752674566, "description": "\u8c55\u4ef7(z)\u662f\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u7684\u4e00\u4e2a\u672a\u77e5\u6570,\u7528\u4e8e\u8868\u793a\u732a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "file_path": "unknown_source", "from": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "keywords": "equation component,variable", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u8c55\u4ef7(z)\u662f\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u4e2d\u7684\u4e00\u4e2a\u672a\u77e5\u6570,\u7528\u4e8e\u8868\u793a\u732a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "to": "\u8c55\u4ef7", "width": 8.0}, {"created_at": 1752674566, "description": "\u65b9\u7a0b\u7ec4\u89e3(x=1200,y=500,z=300)\u662f\u6ee1\u8db3\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u672a\u77e5\u6570\u7684\u503c\u3002", "file_path": "unknown_source", "from": "\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4", "keywords": "algebraic,solution", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u65b9\u7a0b\u7ec4\u89e3(x=1200,y=500,z=300)\u662f\u6ee1\u8db3\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u672a\u77e5\u6570\u7684\u503c\u3002", "to": "\u65b9\u7a0b\u7ec4\u89e3", "width": 10.0}, {"created_at": 1752674566, "description": "\u975e0\u81ea\u7136\u6570\u96c6\u5408\u662f\u6587\u4e2d\u8ba8\u8bba\u95ee\u9898\u7684\u8303\u56f4,\u7528\u4e8e\u6784\u5efa\u5206\u7c7b\u6807\u51c6\u3002", "file_path": "unknown_source", "from": "\u96c6\u5408 \u03a9", "keywords": "domain restriction,set theory", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u975e0\u81ea\u7136\u6570\u96c6\u5408\u662f\u6587\u4e2d\u8ba8\u8bba\u95ee\u9898\u7684\u8303\u56f4,\u7528\u4e8e\u6784\u5efa\u5206\u7c7b\u6807\u51c6\u3002", "to": "\u975e0\u81ea\u7136\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u725b\u4ef7(x=1200)\u662f\u65b9\u7a0b\u7ec4\u89e3\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6570\u503c,\u8868\u793a\u725b\u7684\u5e02\u573a\u4ef7\u683c\u3002", "file_path": "unknown_source", "from": "\u725b\u4ef7", "keywords": "equation,value assignment", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u725b\u4ef7(x=1200)\u662f\u65b9\u7a0b\u7ec4\u89e3\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6570\u503c,\u8868\u793a\u725b\u7684\u5e02\u573a\u4ef7\u683c\u3002", "to": "\u65b9\u7a0b\u7ec4\u89e3", "width": 9.0}, {"created_at": 1752674566, "description": "\u7f8a\u4ef7(y=500)\u662f\u65b9\u7a0b\u7ec4\u89e3\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6570\u503c,\u8868\u793a\u7f8a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "file_path": "unknown_source", "from": "\u7f8a\u4ef7", "keywords": "equation,value assignment", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u7f8a\u4ef7(y=500)\u662f\u65b9\u7a0b\u7ec4\u89e3\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6570\u503c,\u8868\u793a\u7f8a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "to": "\u65b9\u7a0b\u7ec4\u89e3", "width": 9.0}, {"created_at": 1752674566, "description": "\u8c55\u4ef7(z=300)\u662f\u65b9\u7a0b\u7ec4\u89e3\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6570\u503c,\u8868\u793a\u732a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "file_path": "unknown_source", "from": "\u8c55\u4ef7", "keywords": "equation,value assignment", "source_id": "chunk-93f0e906d06f6dbc8b9407822495a6d7", "title": "\u8c55\u4ef7(z=300)\u662f\u65b9\u7a0b\u7ec4\u89e3\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u6570\u503c,\u8868\u793a\u732a\u7684\u5e02\u573a\u4ef7\u683c\u3002", "to": "\u65b9\u7a0b\u7ec4\u89e3", "width": 9.0}, {"created_at": 1752674566, "description": "The law of contradiction is a core principle of formal logic, ensuring that a proposition cannot be both true and false simultaneously.", "file_path": "unknown_source", "from": "\u77db\u76fe\u5f8b", "keywords": "consistency,formal principles", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The law of contradiction is a core principle of formal logic, ensuring that a proposition cannot be both true and false simultaneously.", "to": "\u5f62\u5f0f\u903b\u8f91", "width": 9.0}, {"created_at": 1752674566, "description": "\u5bd3\u8a00\u0027\u77db\u4e0e\u76fe\u0027\u5f62\u8c61\u5730\u4f53\u73b0\u4e86\u77db\u76fe\u5f8b\u7684\u601d\u60f3\uff0c\u5373\u4e00\u4e2a\u4e8b\u7269\u4e0d\u80fd\u540c\u65f6\u5177\u6709\u67d0\u5c5e\u6027\u53ca\u5176\u5426\u5b9a\u3002", "file_path": "unknown_source", "from": "\u77db\u76fe\u5f8b", "keywords": "illustrative example,logical principle", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u5bd3\u8a00\u0027\u77db\u4e0e\u76fe\u0027\u5f62\u8c61\u5730\u4f53\u73b0\u4e86\u77db\u76fe\u5f8b\u7684\u601d\u60f3\uff0c\u5373\u4e00\u4e2a\u4e8b\u7269\u4e0d\u80fd\u540c\u65f6\u5177\u6709\u67d0\u5c5e\u6027\u53ca\u5176\u5426\u5b9a\u3002", "to": "\u5bd3\u8a00", "width": 8.0}, {"created_at": 1752674566, "description": "\u77db\u76fe\u5f8b\u662f\u6570\u5b66\u903b\u8f91\u57fa\u7840\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u652f\u6491\u4e86\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u8bba\u8bc1\u3002", "file_path": "unknown_source", "from": "\u77db\u76fe\u5f8b", "keywords": "foundational law,logical structure", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u77db\u76fe\u5f8b\u662f\u6570\u5b66\u903b\u8f91\u57fa\u7840\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u652f\u6491\u4e86\u6570\u5b66\u5f52\u7eb3\u6cd5\u7684\u6b63\u786e\u6027\u8bba\u8bc1\u3002", "to": "\u6570\u5b66\u903b\u8f91\u57fa\u7840", "width": 9.0}, {"created_at": 1752674566, "description": "Bertrand proposed a conjecture about the distribution of prime numbers, and Chebyshev later proved it, leading to the Bertrand-Chebyshev theorem.", "file_path": "unknown_source", "from": "\u4f2f\u7279\u5170", "keywords": "mathematical conjecture,proof", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Bertrand proposed a conjecture about the distribution of prime numbers, and Chebyshev later proved it, leading to the Bertrand-Chebyshev theorem.", "to": "\u5207\u6bd4\u96ea\u592b", "width": 9.0}, {"created_at": 1752674566, "description": "Bertrand proposed the conjecture that later became the Bertrand-Chebyshev theorem, which concerns the distribution of prime numbers.", "file_path": "unknown_source", "from": "\u4f2f\u7279\u5170", "keywords": "mathematical conjecture,prime distribution", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Bertrand proposed the conjecture that later became the Bertrand-Chebyshev theorem, which concerns the distribution of prime numbers.", "to": "\u4f2f\u7279\u5170-\u5207\u6bd4\u96ea\u592b\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "Chebyshev proved Bertrand\u0027s conjecture, thereby establishing the theorem that bears both their names.", "file_path": "unknown_source", "from": "\u5207\u6bd4\u96ea\u592b", "keywords": "mathematical proof,prime distribution", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Chebyshev proved Bertrand\u0027s conjecture, thereby establishing the theorem that bears both their names.", "to": "\u4f2f\u7279\u5170-\u5207\u6bd4\u96ea\u592b\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "Chen Jingrun made the most significant progress toward proving Goldbach\u0027s conjecture, achieving what is now known as Chen\u0027s theorem.\u003cSEP\u003e\u9648\u666f\u6da6\u5bf9\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u505a\u51fa\u4e86\u6700\u63a5\u8fd1\u6700\u7ec8\u8bc1\u660e\u7684\u6210\u679c,\u5373\u00271+2\u0027\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "keywords": "conjecture,mathematical contribution,mathematical research,number theory", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Chen Jingrun made the most significant progress toward proving Goldbach\u0027s conjecture, achieving what is now known as Chen\u0027s theorem.\u003cSEP\u003e\u9648\u666f\u6da6\u5bf9\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u505a\u51fa\u4e86\u6700\u63a5\u8fd1\u6700\u7ec8\u8bc1\u660e\u7684\u6210\u679c,\u5373\u00271+2\u0027\u5b9a\u7406\u3002", "to": "\u9648\u666f\u6da6", "width": 19.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5960\u5b9a\u4e86\u6570\u8bba\u57fa\u7840\uff0c\u800c\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u662f\u6570\u8bba\u4e2d\u957f\u671f\u672a\u89e3\u7684\u91cd\u8981\u95ee\u9898\uff0c\u4e8c\u8005\u90fd\u4f53\u73b0\u4e86\u6570\u8bba\u7684\u6df1\u5ea6\u548c\u6311\u6218\u6027\u3002", "file_path": "unknown_source", "from": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "keywords": "complexity,mathematical legacy", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5960\u5b9a\u4e86\u6570\u8bba\u57fa\u7840\uff0c\u800c\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3\u662f\u6570\u8bba\u4e2d\u957f\u671f\u672a\u89e3\u7684\u91cd\u8981\u95ee\u9898\uff0c\u4e8c\u8005\u90fd\u4f53\u73b0\u4e86\u6570\u8bba\u7684\u6df1\u5ea6\u548c\u6311\u6218\u6027\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 7.0}, {"created_at": 1752674566, "description": "\u54e5\u5fb7\u5df4\u8d6b\u662f\u8be5\u731c\u60f3\u7684\u63d0\u51fa\u8005,\u4e8e1742\u5e74\u9996\u6b21\u63d0\u51fa\u8fd9\u4e00\u8457\u540d\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u54e5\u5fb7\u5df4\u8d6b\u731c\u60f3", "keywords": "mathematical conjecture,origin", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u54e5\u5fb7\u5df4\u8d6b\u662f\u8be5\u731c\u60f3\u7684\u63d0\u51fa\u8005,\u4e8e1742\u5e74\u9996\u6b21\u63d0\u51fa\u8fd9\u4e00\u8457\u540d\u95ee\u9898\u3002", "to": "\u54e5\u5fb7\u5df4\u8d6b", "width": 9.0}, {"created_at": 1752674566, "description": "The Pythagorean school associated odd numbers with masculinity and considered them symbolic of strength and unity.", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "gender association,numerical symbolism", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "The Pythagorean school associated odd numbers with masculinity and considered them symbolic of strength and unity.", "to": "\u5947\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "The Pythagorean school associated even numbers with femininity and considered them symbolic of duality and openness.", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "gender association,numerical symbolism", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "The Pythagorean school associated even numbers with femininity and considered them symbolic of duality and openness.", "to": "\u5076\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "Bertrand Russell discussed the influence of Pythagoras on the development of mathematical and philosophical thought in his \u0027History of Western Philosophy\u0027.", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "historical context,philosophical influence", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Bertrand Russell discussed the influence of Pythagoras on the development of mathematical and philosophical thought in his \u0027History of Western Philosophy\u0027.", "to": "\u7f57\u7d20", "width": 8.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u662f\u8be5\u5b66\u6d3e\u7684\u521b\u59cb\u4eba\u548c\u9886\u5bfc\u8005\uff0c\u5176\u601d\u60f3\u548c\u53d1\u73b0\u6784\u6210\u4e86\u5b66\u6d3e\u7684\u6838\u5fc3\u7406\u5ff5\u3002", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "founder,philosophical influence", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u662f\u8be5\u5b66\u6d3e\u7684\u521b\u59cb\u4eba\u548c\u9886\u5bfc\u8005\uff0c\u5176\u601d\u60f3\u548c\u53d1\u73b0\u6784\u6210\u4e86\u5b66\u6d3e\u7684\u6838\u5fc3\u7406\u5ff5\u3002", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "width": 10.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u53d1\u73b0\u97f3\u4e50\u548c\u58f0\u4e0e\u5f26\u957f\u7684\u6574\u6570\u6bd4\u6709\u5173\uff0c\u4ece\u800c\u5efa\u7acb\u4e86\u97f3\u4e50\u4e0e\u6570\u5b66\u7684\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af", "keywords": "harmony,mathematical relationship", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u53d1\u73b0\u97f3\u4e50\u548c\u58f0\u4e0e\u5f26\u957f\u7684\u6574\u6570\u6bd4\u6709\u5173\uff0c\u4ece\u800c\u5efa\u7acb\u4e86\u97f3\u4e50\u4e0e\u6570\u5b66\u7684\u8054\u7cfb\u3002", "to": "\u97f3\u4e50\u7684\u548c\u58f0", "width": 9.0}, {"created_at": 1752674566, "description": "Odd and even numbers are complementary categories in number theory; a number is either odd or even, never both.", "file_path": "unknown_source", "from": "\u5947\u6570", "keywords": "binary opposition,numerical classification", "source_id": "chunk-ded529b804f8d3a77fb3e0a6afc9937d", "title": "Odd and even numbers are complementary categories in number theory; a number is either odd or even, never both.", "to": "\u5076\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u7f57\u7d20\u662f\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u662f\u5176\u54f2\u5b66\u548c\u5386\u53f2\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\u3002", "file_path": "unknown_source", "from": "\u7f57\u7d20", "keywords": "authorship,philosophical history", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7f57\u7d20\u662f\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u662f\u5176\u54f2\u5b66\u548c\u5386\u53f2\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\u3002", "to": "\u897f\u65b9\u54f2\u5b66\u53f2", "width": 9.0}, {"created_at": 1752674566, "description": "\u7f57\u7d20\u662f\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u662f\u5176\u54f2\u5b66\u548c\u5386\u53f2\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\u3002", "file_path": "unknown_source", "from": "\u7f57\u7d20", "keywords": "authorship,philosophical history", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7f57\u7d20\u662f\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u662f\u5176\u54f2\u5b66\u548c\u5386\u53f2\u7814\u7a76\u7684\u91cd\u8981\u6210\u679c\u3002", "to": "\u300a\u897f\u65b9\u54f2\u5b66\u53f2\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u7814\u7a76\u5960\u5b9a\u4e86\u6570\u8bba\u4e2d\u5173\u4e8e\u6574\u6570\u3001\u5b8c\u6ee1\u6570\u3001\u6709\u7406\u6570\u7b49\u6982\u5ff5\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "integer theory,mathematical foundation", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u7814\u7a76\u5960\u5b9a\u4e86\u6570\u8bba\u4e2d\u5173\u4e8e\u6574\u6570\u3001\u5b8c\u6ee1\u6570\u3001\u6709\u7406\u6570\u7b49\u6982\u5ff5\u7684\u57fa\u7840\u3002", "to": "\u6570\u8bba", "width": 9.0}, {"created_at": 1752674566, "description": "\u53e4\u4ee3\u4e2d\u56fd\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5728\u6570\u7406\u89c2\u5ff5\u4e0a\u5b58\u5728\u76f8\u4f3c\u4e4b\u5904\uff0c\u5982\u5355\u6570\u4e3a\u9633/\u53cc\u6570\u4e3a\u9634\u4e0e\u5947\u6570/\u5076\u6570\u8c61\u5f81\u7537\u5973\u3002", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "cultural comparison,numerical symbolism", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u53e4\u4ee3\u4e2d\u56fd\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u5728\u6570\u7406\u89c2\u5ff5\u4e0a\u5b58\u5728\u76f8\u4f3c\u4e4b\u5904\uff0c\u5982\u5355\u6570\u4e3a\u9633/\u53cc\u6570\u4e3a\u9634\u4e0e\u5947\u6570/\u5076\u6570\u8c61\u5f81\u7537\u5973\u3002", "to": "\u53e4\u4ee3\u4e2d\u56fd", "width": 6.0}, {"created_at": 1752674566, "description": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u97f3\u4e50\u548c\u58f0\u7406\u8bba\u4e0e\u53e4\u4ee3\u4e2d\u56fd\u7684\u4e09\u5206\u635f\u76ca\u6cd5\u5728\u539f\u7406\u4e0a\u76f8\u4f3c\uff0c\u53cd\u6620\u4e86\u4e0d\u540c\u6587\u5316\u4e2d\u6570\u5b66\u4e0e\u97f3\u4e50\u7684\u5171\u901a\u6027\u3002", "file_path": "unknown_source", "from": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e", "keywords": "cross-cultural parallel,mathematical harmony", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u7684\u97f3\u4e50\u548c\u58f0\u7406\u8bba\u4e0e\u53e4\u4ee3\u4e2d\u56fd\u7684\u4e09\u5206\u635f\u76ca\u6cd5\u5728\u539f\u7406\u4e0a\u76f8\u4f3c\uff0c\u53cd\u6620\u4e86\u4e0d\u540c\u6587\u5316\u4e2d\u6570\u5b66\u4e0e\u97f3\u4e50\u7684\u5171\u901a\u6027\u3002", "to": "\u4e09\u5206\u635f\u76ca\u6cd5", "width": 6.0}, {"created_at": 1752674566, "description": "\u5723\u5965\u53e4\u65af\u4e01\u5728\u300a\u5929\u5802\u300b\u4e2d\u5f15\u7528\u5b8c\u6ee1\u65706\u6765\u89e3\u91ca\u4e0a\u5e1d\u521b\u9020\u4e16\u754c\u7528\u4e866\u5929\uff0c\u8d4b\u4e88\u5176\u5b97\u6559\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u5723\u5965\u53e4\u65af\u4e01", "keywords": "symbolic number,theological interpretation", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u5723\u5965\u53e4\u65af\u4e01\u5728\u300a\u5929\u5802\u300b\u4e2d\u5f15\u7528\u5b8c\u6ee1\u65706\u6765\u89e3\u91ca\u4e0a\u5e1d\u521b\u9020\u4e16\u754c\u7528\u4e866\u5929\uff0c\u8d4b\u4e88\u5176\u5b97\u6559\u610f\u4e49\u3002", "to": "\u5b8c\u6ee1\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u8bba\u7684\u8bb8\u591a\u6210\u679c\uff0c\u5982\u7d20\u6570\u548c\u56e0\u6570\u5206\u89e3\uff0c\u88ab\u5e7f\u6cdb\u5e94\u7528\u4e8e\u73b0\u4ee3\u5bc6\u7801\u8bbe\u8ba1\u4e2d\uff0c\u63a8\u52a8\u4e86\u4fe1\u606f\u5b89\u5168\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u6570\u8bba", "keywords": "applied mathematics,information security", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u6570\u8bba\u7684\u8bb8\u591a\u6210\u679c\uff0c\u5982\u7d20\u6570\u548c\u56e0\u6570\u5206\u89e3\uff0c\u88ab\u5e7f\u6cdb\u5e94\u7528\u4e8e\u73b0\u4ee3\u5bc6\u7801\u8bbe\u8ba1\u4e2d\uff0c\u63a8\u52a8\u4e86\u4fe1\u606f\u5b89\u5168\u7684\u53d1\u5c55\u3002", "to": "\u5bc6\u7801\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e0c\u814a\u548c\u53e4\u4ee3\u4e2d\u56fd\u5206\u522b\u662f\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u548c\u4e09\u5206\u635f\u76ca\u6cd5\u7684\u53d1\u6e90\u5730\uff0c\u4ee3\u8868\u4e86\u4e24\u79cd\u72ec\u7acb\u53d1\u5c55\u7684\u6570\u7406\u6587\u5316\u4f20\u7edf\u3002", "file_path": "unknown_source", "from": "\u5e0c\u814a", "keywords": "cultural origin,mathematical tradition", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u5e0c\u814a\u548c\u53e4\u4ee3\u4e2d\u56fd\u5206\u522b\u662f\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u548c\u4e09\u5206\u635f\u76ca\u6cd5\u7684\u53d1\u6e90\u5730\uff0c\u4ee3\u8868\u4e86\u4e24\u79cd\u72ec\u7acb\u53d1\u5c55\u7684\u6570\u7406\u6587\u5316\u4f20\u7edf\u3002", "to": "\u53e4\u4ee3\u4e2d\u56fd", "width": 5.0}, {"created_at": 1752674566, "description": "\u300a\u7ba1\u5b50\u300b\u8bb0\u8f7d\u4e86\u53e4\u4ee3\u4e2d\u56fd\u7684\u0027\u4e09\u5206\u635f\u76ca\u6cd5\u0027\uff0c\u8fd9\u662f\u4e00\u79cd\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u76f8\u4f3c\u7684\u5b9a\u97f3\u9636\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u300a\u7ba1\u5b50\u300b", "keywords": "cultural parallel,musical scale", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u300a\u7ba1\u5b50\u300b\u8bb0\u8f7d\u4e86\u53e4\u4ee3\u4e2d\u56fd\u7684\u0027\u4e09\u5206\u635f\u76ca\u6cd5\u0027\uff0c\u8fd9\u662f\u4e00\u79cd\u4e0e\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b66\u6d3e\u76f8\u4f3c\u7684\u5b9a\u97f3\u9636\u65b9\u6cd5\u3002", "to": "\u4e09\u5206\u635f\u76ca\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u7ba1\u5b50\u300b\u76f8\u4f20\u7531\u7ba1\u5937\u543e\u6240\u8457\uff0c\u53cd\u6620\u5176\u653f\u6cbb\u4e0e\u54f2\u5b66\u601d\u60f3\u3002", "file_path": "unknown_source", "from": "\u300a\u7ba1\u5b50\u300b", "keywords": "authorship,political philosophy", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u7ba1\u5b50\u300b\u76f8\u4f20\u7531\u7ba1\u5937\u543e\u6240\u8457\uff0c\u53cd\u6620\u5176\u653f\u6cbb\u4e0e\u54f2\u5b66\u601d\u60f3\u3002", "to": "\u7ba1\u5937\u543e", "width": 8.0}, {"created_at": 1752674566, "description": "\u97f3\u4e50\u7684\u548c\u58f0\u7406\u8bba\u4e0e\u4e09\u5206\u635f\u76ca\u6cd5\u90fd\u662f\u901a\u8fc7\u6574\u6570\u6bd4\u5efa\u7acb\u97f3\u9636\u7cfb\u7edf\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u4e0e\u97f3\u4e50\u7684\u6df1\u523b\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u4e09\u5206\u635f\u76ca\u6cd5", "keywords": "cross-cultural theory,mathematical harmony", "source_id": "chunk-5dace47f09692ec14aeb85d6e02520fc", "title": "\u97f3\u4e50\u7684\u548c\u58f0\u7406\u8bba\u4e0e\u4e09\u5206\u635f\u76ca\u6cd5\u90fd\u662f\u901a\u8fc7\u6574\u6570\u6bd4\u5efa\u7acb\u97f3\u9636\u7cfb\u7edf\uff0c\u4f53\u73b0\u4e86\u6570\u5b66\u4e0e\u97f3\u4e50\u7684\u6df1\u523b\u8054\u7cfb\u3002", "to": "\u97f3\u4e50\u7684\u548c\u58f0", "width": 7.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6shifted focus to\u51e0\u4f55\u4ee3\u6570after the discovery of irrational numbers, using geometric methods to handle algebraic problems that could not be resolved through arithmetic alone.", "file_path": "unknown_source", "from": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6", "keywords": "methodological shift,problem-solving", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6shifted focus to\u51e0\u4f55\u4ee3\u6570after the discovery of irrational numbers, using geometric methods to handle algebraic problems that could not be resolved through arithmetic alone.", "to": "\u51e0\u4f55\u4ee3\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u5b66\u8005formulated the definition of\u6709\u7406\u6570as numbers expressible as ratios of integers, forming the basis of early number theory.", "file_path": "unknown_source", "from": "\u53e4\u5e0c\u814a\u5b66\u8005", "keywords": "foundational concept,mathematical classification", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u5b66\u8005formulated the definition of\u6709\u7406\u6570as numbers expressible as ratios of integers, forming the basis of early number theory.", "to": "\u6709\u7406\u6570\u5b9a\u4e49", "width": 9.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u5b66\u8005identified the existence of\u65e0\u7406\u6570, which could not be expressed as ratios of integers, leading to a major shift in mathematical thinking.", "file_path": "unknown_source", "from": "\u53e4\u5e0c\u814a\u5b66\u8005", "keywords": "conceptual shift,foundational crisis", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u5b66\u8005identified the existence of\u65e0\u7406\u6570, which could not be expressed as ratios of integers, leading to a major shift in mathematical thinking.", "to": "\u65e0\u7406\u6570\u5b9a\u4e49", "width": 10.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u5b66\u8005turned to\u51e0\u4f55\u4ee3\u6570to address problems involving irrational numbers like \u221a2 when arithmetic methods proved insufficient.", "file_path": "unknown_source", "from": "\u53e4\u5e0c\u814a\u5b66\u8005", "keywords": "methodological adaptation,problem-solving", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u53e4\u5e0c\u814a\u5b66\u8005turned to\u51e0\u4f55\u4ee3\u6570to address problems involving irrational numbers like \u221a2 when arithmetic methods proved insufficient.", "to": "\u51e0\u4f55\u4ee3\u6570\u53d1\u5c55", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u7684\u5206\u7c7bincludes\u6709\u7406\u6570\u5b9a\u4e49as one of its core components, distinguishing numbers that can be expressed as integer ratios.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570\u5b9a\u4e49", "keywords": "foundational theory,numerical classification", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u6570\u7684\u5206\u7c7bincludes\u6709\u7406\u6570\u5b9a\u4e49as one of its core components, distinguishing numbers that can be expressed as integer ratios.", "to": "\u6570\u7684\u5206\u7c7b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u7684\u5206\u7c7bencompasses\u65e0\u7406\u6570\u5b9a\u4e49as the counterpart to rational numbers, marking a fundamental division in number theory.", "file_path": "unknown_source", "from": "\u65e0\u7406\u6570\u5b9a\u4e49", "keywords": "mathematical innovation,numerical dichotomy", "source_id": "chunk-dc9988d8dd524d81a661c65645bca716", "title": "\u6570\u7684\u5206\u7c7bencompasses\u65e0\u7406\u6570\u5b9a\u4e49as the counterpart to rational numbers, marking a fundamental division in number theory.", "to": "\u6570\u7684\u5206\u7c7b", "width": 9.0}, {"created_at": 1752674566, "description": "\u76f4\u63a5\u5224\u65ad\u662f\u6570\u5b66\u63a8\u7406\u7684\u57fa\u7840\u6b65\u9aa4\uff0c\u63a8\u7406\u8fc7\u7a0b\u7531\u591a\u4e2a\u76f4\u63a5\u5224\u65ad\u6784\u6210\u3002", "file_path": "unknown_source", "from": "\u76f4\u63a5\u5224\u65ad", "keywords": "logical progression,stepwise judgment", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u76f4\u63a5\u5224\u65ad\u662f\u6570\u5b66\u63a8\u7406\u7684\u57fa\u7840\u6b65\u9aa4\uff0c\u63a8\u7406\u8fc7\u7a0b\u7531\u591a\u4e2a\u76f4\u63a5\u5224\u65ad\u6784\u6210\u3002", "to": "\u6570\u5b66\u63a8\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u547d\u9898\u7528\u4e8e\u5c55\u793a\u5b66\u751f\u662f\u5426\u80fd\u57fa\u4e8e\u6982\u5ff5\u7406\u89e3\u505a\u51fa\u76f4\u63a5\u5224\u65ad\u3002", "file_path": "unknown_source", "from": "\u76f4\u63a5\u5224\u65ad", "keywords": "concept application,geometric reasoning", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c\u547d\u9898\u7528\u4e8e\u5c55\u793a\u5b66\u751f\u662f\u5426\u80fd\u57fa\u4e8e\u6982\u5ff5\u7406\u89e3\u505a\u51fa\u76f4\u63a5\u5224\u65ad\u3002", "to": "\u4e09\u89d2\u5f62\u5185\u89d2\u548c", "width": 7.0}, {"created_at": 1752674566, "description": "\u6982\u5ff5\u7406\u89e3\u662f\u8fdb\u884c\u6b63\u786e\u76f4\u63a5\u5224\u65ad\u7684\u524d\u63d0\u6761\u4ef6\u3002", "file_path": "unknown_source", "from": "\u76f4\u63a5\u5224\u65ad", "keywords": "accurate judgment,foundational knowledge", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u6982\u5ff5\u7406\u89e3\u662f\u8fdb\u884c\u6b63\u786e\u76f4\u63a5\u5224\u65ad\u7684\u524d\u63d0\u6761\u4ef6\u3002", "to": "\u6982\u5ff5\u7406\u89e3", "width": 9.0}, {"created_at": 1752674566, "description": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u4f8b\u5b50\uff0c\u5c55\u793a\u4e86\u63a8\u7406\u8fc7\u7a0b\u5982\u4f55\u8fdb\u884c\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u63a8\u7406", "keywords": "algebraic reasoning,deductive process", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898\u662f\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u4e00\u4e2a\u5177\u4f53\u4f8b\u5b50\uff0c\u5c55\u793a\u4e86\u63a8\u7406\u8fc7\u7a0b\u5982\u4f55\u8fdb\u884c\u3002", "to": "\u51cf\u6cd5\u7b49\u4ef7\u547d\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "x = a + b\u548cx = a - (-b)\u901a\u8fc7\u7b49\u5f0f\u53d8\u6362\u6784\u6210\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u903b\u8f91\u94fe\u6761\u3002", "file_path": "unknown_source", "from": "x = a + b", "keywords": "logical derivation,variable substitution", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "x = a + b\u548cx = a - (-b)\u901a\u8fc7\u7b49\u5f0f\u53d8\u6362\u6784\u6210\u6570\u5b66\u63a8\u7406\u4e2d\u7684\u903b\u8f91\u94fe\u6761\u3002", "to": "x = a - (-b)", "width": 8.0}, {"created_at": 1752674566, "description": "\u8fd9\u4e24\u4e2a\u547d\u9898\u6784\u6210\u5fb7\u00b7\u6469\u6839\u63a8\u7406\u94fe\u4e2d\u7684\u524d\u4e24\u4e2a\u6b65\u9aa4\uff0c\u4f46\u7f3a\u4e4f\u4e3b\u7ebf\u8fde\u63a5\u3002", "file_path": "unknown_source", "from": "\u82f9\u679c\u662f\u9178\u7684", "keywords": "flawed reasoning,propositional linkage", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u8fd9\u4e24\u4e2a\u547d\u9898\u6784\u6210\u5fb7\u00b7\u6469\u6839\u63a8\u7406\u94fe\u4e2d\u7684\u524d\u4e24\u4e2a\u6b65\u9aa4\uff0c\u4f46\u7f3a\u4e4f\u4e3b\u7ebf\u8fde\u63a5\u3002", "to": "\u9178\u7684\u662f\u5473\u9053", "width": 7.0}, {"created_at": 1752674566, "description": "\u9178\u7684\u662f\u5473\u9053\u4e0e\u82f9\u679c\u662f\u5473\u9053\u6784\u6210\u63a8\u7406\u94fe\u7684\u540e\u534a\u90e8\u5206\uff0c\u4f46\u903b\u8f91\u4e0a\u4e0d\u6210\u7acb\u3002", "file_path": "unknown_source", "from": "\u9178\u7684\u662f\u5473\u9053", "keywords": "faulty inference,invalid conclusion", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u9178\u7684\u662f\u5473\u9053\u4e0e\u82f9\u679c\u662f\u5473\u9053\u6784\u6210\u63a8\u7406\u94fe\u7684\u540e\u534a\u90e8\u5206\uff0c\u4f46\u903b\u8f91\u4e0a\u4e0d\u6210\u7acb\u3002", "to": "\u82f9\u679c\u662f\u5473\u9053", "width": 6.0}, {"created_at": 1752674566, "description": "\u547d\u9898\u5224\u65ad\u662f\u5426\u8fde\u8d2f\u53d6\u51b3\u4e8e\u662f\u5426\u6709\u903b\u8f91\u4e3b\u7ebf\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u547d\u9898\u5224\u65ad", "keywords": "logical consistency,propositional flow", "source_id": "chunk-da314816f469d2b8634730d486609229", "title": "\u547d\u9898\u5224\u65ad\u662f\u5426\u8fde\u8d2f\u53d6\u51b3\u4e8e\u662f\u5426\u6709\u903b\u8f91\u4e3b\u7ebf\u8d2f\u7a7f\u63a8\u7406\u8fc7\u7a0b\u3002", "to": "\u903b\u8f91\u4e3b\u7ebf", "width": 8.0}, {"created_at": 1752674566, "description": "\u547d\u9898\u4e0e\u53cd\u547d\u9898\u662f\u903b\u8f91\u5b66\u4e2d\u5bf9\u7acb\u7684\u6982\u5ff5\uff0c\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\u6b63\u662f\u56f4\u7ed5\u5b83\u4eec\u5efa\u7acb\u7684\u3002", "file_path": "unknown_source", "from": "\u547d\u9898", "keywords": "logical opposition,truth value", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u547d\u9898\u4e0e\u53cd\u547d\u9898\u662f\u903b\u8f91\u5b66\u4e2d\u5bf9\u7acb\u7684\u6982\u5ff5\uff0c\u77db\u76fe\u5f8b\u548c\u6392\u4e2d\u5f8b\u6b63\u662f\u56f4\u7ed5\u5b83\u4eec\u5efa\u7acb\u7684\u3002", "to": "\u53cd\u547d\u9898", "width": 8.0}, {"created_at": 1752674566, "description": "The proposition being discussed proves that finite decimals can be expressed as fractions.", "file_path": "unknown_source", "from": "\u547d\u9898", "keywords": "classification of decimals,mathematical proof", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The proposition being discussed proves that finite decimals can be expressed as fractions.", "to": "\u6709\u9650\u5c0f\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "The proposition demonstrates that infinite repeating decimals can be expressed as fractions.", "file_path": "unknown_source", "from": "\u547d\u9898", "keywords": "mathematical proof,rational numbers", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The proposition demonstrates that infinite repeating decimals can be expressed as fractions.", "to": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u6069\u683c\u65afcriticized the rigidity of the Law of Identity, pointing out that it fails to account for change and development over time, especially in the context of dialectical materialism.", "file_path": "unknown_source", "from": "\u6069\u683c\u65af", "keywords": "critique of formal logic,dialectics", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "\u6069\u683c\u65afcriticized the rigidity of the Law of Identity, pointing out that it fails to account for change and development over time, especially in the context of dialectical materialism.", "to": "\u540c\u4e00\u5f8b", "width": 9.0}, {"created_at": 1752674566, "description": "Engels authored \u0027Dialectics of Nature\u0027, in which he critiques formal logic and advocates for a dynamic, dialectical approach to understanding natural and logical processes.", "file_path": "unknown_source", "from": "\u6069\u683c\u65af", "keywords": "dialectics,philosophical critique", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Engels authored \u0027Dialectics of Nature\u0027, in which he critiques formal logic and advocates for a dynamic, dialectical approach to understanding natural and logical processes.", "to": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u6069\u683c\u65af\u662f\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7684\u5171\u540c\u4f5c\u8005\u4e4b\u4e00\uff0c\u5176\u8457\u4f5c\u4e2d\u4e5f\u6d89\u53ca\u6570\u5b66\u601d\u60f3\u3002", "file_path": "unknown_source", "from": "\u6069\u683c\u65af", "keywords": "authorship,collaborative ideology", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u6069\u683c\u65af\u662f\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7684\u5171\u540c\u4f5c\u8005\u4e4b\u4e00\uff0c\u5176\u8457\u4f5c\u4e2d\u4e5f\u6d89\u53ca\u6570\u5b66\u601d\u60f3\u3002", "to": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "The law of identity is one of the three classical principles of formal logic, providing a foundational rule for logical consistency.", "file_path": "unknown_source", "from": "\u540c\u4e00\u5f8b", "keywords": "formal principles,identity", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The law of identity is one of the three classical principles of formal logic, providing a foundational rule for logical consistency.", "to": "\u5f62\u5f0f\u903b\u8f91", "width": 9.0}, {"created_at": 1752674566, "description": "\u540c\u4e00\u5f8b\u662f\u6570\u5b66\u903b\u8f91\u57fa\u7840\u7684\u4e00\u90e8\u5206\uff0c\u5f71\u54cd\u5f52\u7eb3\u6cd5\u4e2d\u547d\u9898\u4e00\u81f4\u6027\u7684\u8981\u6c42\u3002", "file_path": "unknown_source", "from": "\u540c\u4e00\u5f8b", "keywords": "foundational law,identity", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u540c\u4e00\u5f8b\u662f\u6570\u5b66\u903b\u8f91\u57fa\u7840\u7684\u4e00\u90e8\u5206\uff0c\u5f71\u54cd\u5f52\u7eb3\u6cd5\u4e2d\u547d\u9898\u4e00\u81f4\u6027\u7684\u8981\u6c42\u3002", "to": "\u6570\u5b66\u903b\u8f91\u57fa\u7840", "width": 8.0}, {"created_at": 1752674566, "description": "\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u4e8b\u7269\u5728\u5b9a\u4e49\u4e2d\u5e94\u4fdd\u6301\u4e0d\u53d8\u3002", "file_path": "unknown_source", "from": "\u540c\u4e00\u5f8b", "keywords": "logical principle,reasoning", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u540c\u4e00\u5f8b\u662f\u903b\u8f91\u5b66\u57fa\u672c\u5b9a\u5f8b\u4e4b\u4e00\uff0c\u6307\u51fa\u4e00\u4e2a\u4e8b\u7269\u5728\u5b9a\u4e49\u4e2d\u5e94\u4fdd\u6301\u4e0d\u53d8\u3002", "to": "\u903b\u8f91\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "Both Lobachevskian and Riemannian geometries are non-Euclidean, challenging the universality of Euclidean geometry and showing that different axioms can describe different physical realities.", "file_path": "unknown_source", "from": "\u7f57\u5df4\u5207\u592b\u65af\u57fa\u51e0\u4f55", "keywords": "axiomatic variation,geometric models", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Both Lobachevskian and Riemannian geometries are non-Euclidean, challenging the universality of Euclidean geometry and showing that different axioms can describe different physical realities.", "to": "\u9ece\u66fc\u51e0\u4f55", "width": 7.0}, {"created_at": 1752674566, "description": "The mathematical system is built upon axioms and assumptions, which serve as the foundational truths from which all other statements are logically derived.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7684\u4f53\u7cfb", "keywords": "axiomatic foundation,system structure", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The mathematical system is built upon axioms and assumptions, which serve as the foundational truths from which all other statements are logically derived.", "to": "\u6570\u5b66\u7684\u516c\u7406\u548c\u5047\u8bbe", "width": 10.0}, {"created_at": 1752674566, "description": "The system of mathematics is built upon its concepts and axiomatic framework, ensuring coherence and logical progression.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7684\u4f53\u7cfb", "keywords": "axiomatic foundation,system structure", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The system of mathematics is built upon its concepts and axiomatic framework, ensuring coherence and logical progression.", "to": "\u6570\u5b66\u7684\u6982\u5ff5\u548c\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "Modern scholars have created and analyzed numerous forms of logic, expanding the field beyond classical principles.", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u7684\u5b66\u8005", "keywords": "logical diversity,scholarly contribution", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Modern scholars have created and analyzed numerous forms of logic, expanding the field beyond classical principles.", "to": "\u903b\u8f91\u5f62\u5f0f", "width": 7.0}, {"created_at": 1752674566, "description": "In \u0027Dialectics of Nature\u0027, Engels critiques the static nature of formal logic and advocates for a more dynamic and contextual approach to reasoning.", "file_path": "unknown_source", "from": "\u5f62\u5f0f\u903b\u8f91", "keywords": "logical systems,philosophical critique", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "In \u0027Dialectics of Nature\u0027, Engels critiques the static nature of formal logic and advocates for a more dynamic and contextual approach to reasoning.", "to": "\u300a\u81ea\u7136\u8fa9\u8bc1\u6cd5\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "The identity and membership of an element like x must be clearly defined in the study of mathematical objects to ensure logical consistency.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76\u5bf9\u8c61", "keywords": "identity,mathematical object", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "The identity and membership of an element like x must be clearly defined in the study of mathematical objects to ensure logical consistency.", "to": "\u5143\u7d20x", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u7684\u672c\u8d28\u662f\u901a\u8fc7\u53bb\u9664\u611f\u6027\u7279\u5f81\uff0c\u5f62\u6210\u6570\u5b66\u7814\u7a76\u5bf9\u8c61\uff0c\u5982\u6570\u3001\u5f62\u3001\u5173\u7cfb\u7b49\uff0c\u5e76\u7528\u7b26\u53f7\u8fdb\u884c\u8868\u8fbe\u548c\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76\u5bf9\u8c61", "keywords": "concept formation,symbolic representation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6570\u5b66\u62bd\u8c61\u7684\u672c\u8d28\u662f\u901a\u8fc7\u53bb\u9664\u611f\u6027\u7279\u5f81\uff0c\u5f62\u6210\u6570\u5b66\u7814\u7a76\u5bf9\u8c61\uff0c\u5982\u6570\u3001\u5f62\u3001\u5173\u7cfb\u7b49\uff0c\u5e76\u7528\u7b26\u53f7\u8fdb\u884c\u8868\u8fbe\u548c\u7814\u7a76\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 9.0}, {"created_at": 1752674566, "description": "Mathematical computation rules are part of the internal laws that govern a system once its axioms and definitions are established.", "file_path": "unknown_source", "from": "\u6570\u5b66\u7684\u8ba1\u7b97\u6cd5\u5219", "keywords": "internal consistency,mathematical laws", "source_id": "chunk-d207393ad6902f05831b7907dc5c0520", "title": "Mathematical computation rules are part of the internal laws that govern a system once its axioms and definitions are established.", "to": "\u6570\u5b66\u7684\u5185\u90e8\u89c4\u5f8b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5bd3\u8a00\u0027\u77db\u4e0e\u76fe\u0027\u51fa\u81ea\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3\uff0c\u7528\u4e8e\u8bf4\u660e\u77db\u76fe\u5f8b\u5728\u65e5\u5e38\u601d\u7ef4\u4e2d\u7684\u76f4\u89c2\u4f53\u73b0\u3002", "file_path": "unknown_source", "from": "\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3", "keywords": "historical context,philosophical story", "source_id": "chunk-1947ec0bba5d164b6d83fc97bec183ff", "title": "\u5bd3\u8a00\u0027\u77db\u4e0e\u76fe\u0027\u51fa\u81ea\u4e2d\u56fd\u6625\u79cb\u6218\u56fd\u65f6\u4ee3\uff0c\u7528\u4e8e\u8bf4\u660e\u77db\u76fe\u5f8b\u5728\u65e5\u5e38\u601d\u7ef4\u4e2d\u7684\u76f4\u89c2\u4f53\u73b0\u3002", "to": "\u5bd3\u8a00", "width": 9.0}, {"created_at": 1752674566, "description": "\u524dn\u9879\u548c\u516c\u5f0f\u7684\u8bc1\u660e\u4e0e\u81ea\u7136\u6570\u96c6\u5408\u4e0a\u52a0\u6cd5\u7684\u5408\u7406\u6027\u5bc6\u5207\u76f8\u5173\uff0c\u4e24\u8005\u90fd\u4f9d\u8d56\u5f52\u7eb3\u6cd5\u3002", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u5408\u7406\u6027", "keywords": "arithmetic properties,mathematical structure", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u524dn\u9879\u548c\u516c\u5f0f\u7684\u8bc1\u660e\u4e0e\u81ea\u7136\u6570\u96c6\u5408\u4e0a\u52a0\u6cd5\u7684\u5408\u7406\u6027\u5bc6\u5207\u76f8\u5173\uff0c\u4e24\u8005\u90fd\u4f9d\u8d56\u5f52\u7eb3\u6cd5\u3002", "to": "\u524dn\u9879\u548c\u516c\u5f0f", "width": 7.0}, {"created_at": 1752674566, "description": "\u5728\u53cd\u8bc1\u6cd5\u4e2d\uff0c\u5047\u8bbe\u5b58\u5728\u6700\u5c0f\u53cd\u4f8bm\u4f7f\u5f97P(m)\u4e0d\u6210\u7acb\uff0c\u4ece\u800c\u63a8\u5bfc\u51fa\u77db\u76fe\u3002", "file_path": "unknown_source", "from": "\u547d\u9898P(n)", "keywords": "contradiction,proof assumption", "source_id": "chunk-26076d8e62c6fb21010095bef1275278", "title": "\u5728\u53cd\u8bc1\u6cd5\u4e2d\uff0c\u5047\u8bbe\u5b58\u5728\u6700\u5c0f\u53cd\u4f8bm\u4f7f\u5f97P(m)\u4e0d\u6210\u7acb\uff0c\u4ece\u800c\u63a8\u5bfc\u51fa\u77db\u76fe\u3002", "to": "\u6700\u5c0f\u53cd\u4f8bm", "width": 9.0}, {"created_at": 1752674566, "description": "Simon Stevin introduced the decimal representation of rational numbers, which was later refined into the modern form.", "file_path": "unknown_source", "from": "Simon Stevin", "keywords": "historical contribution,mathematical representation", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Simon Stevin introduced the decimal representation of rational numbers, which was later refined into the modern form.", "to": "Fraction", "width": 8.0}, {"created_at": 1752674566, "description": "Some fractions can be represented as finite decimals, such as 1/2 = 0.5.", "file_path": "unknown_source", "from": "Fraction", "keywords": "decimal conversion,rational number representation", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Some fractions can be represented as finite decimals, such as 1/2 = 0.5.", "to": "Finite Decimal", "width": 9.0}, {"created_at": 1752674566, "description": "Some fractions cannot be represented as finite decimals but can be expressed as infinite repeating decimals, such as 1/3 = 0.333...", "file_path": "unknown_source", "from": "Fraction", "keywords": "decimal conversion,rational number representation", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Some fractions cannot be represented as finite decimals but can be expressed as infinite repeating decimals, such as 1/3 = 0.333...", "to": "Infinite Repeating Decimal", "width": 9.0}, {"created_at": 1752674566, "description": "Real numbers include rational numbers, which can be represented as fractions.", "file_path": "unknown_source", "from": "Fraction", "keywords": "classification,number system", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Real numbers include rational numbers, which can be represented as fractions.", "to": "Real Number", "width": 8.0}, {"created_at": 1752674566, "description": "Irrational numbers are distinct from rational numbers as they cannot be represented by finite or repeating decimals.", "file_path": "unknown_source", "from": "Infinite Repeating Decimal", "keywords": "decimal representation,number classification", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Irrational numbers are distinct from rational numbers as they cannot be represented by finite or repeating decimals.", "to": "Irrational Number", "width": 7.0}, {"created_at": 1752674566, "description": "Real numbers include irrational numbers, which cannot be expressed as fractions.", "file_path": "unknown_source", "from": "Irrational Number", "keywords": "classification,number system", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Real numbers include irrational numbers, which cannot be expressed as fractions.", "to": "Real Number", "width": 8.0}, {"created_at": 1752674566, "description": "Real numbers include all numbers expressible as fractions", "file_path": "unknown_source", "from": "Real Number", "keywords": "number system inclusion", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "Real numbers include all numbers expressible as fractions", "to": "Rational Number", "width": 8.0}, {"created_at": 1752674566, "description": "The unit interval is fundamental for discussing decimal expansions of real numbers", "file_path": "unknown_source", "from": "Interval (0,1)", "keywords": "mathematical foundation", "source_id": "chunk-5efbcc26c53b0a4ab9b3cb31949e215f", "title": "The unit interval is fundamental for discussing decimal expansions of real numbers", "to": "Decimal Representation", "width": 8.0}, {"created_at": 1752674566, "description": "The representation of infinite repeating decimals as fractions is derived using the sum of an infinite geometric series.", "file_path": "unknown_source", "from": "\u65e0\u9650\u5faa\u73af\u5c0f\u6570", "keywords": "decimal representation,series expansion", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The representation of infinite repeating decimals as fractions is derived using the sum of an infinite geometric series.", "to": "\u7b49\u6bd4\u7ea7\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "Multiplication is first defined on natural numbers and then extended to integers.", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u96c6\u5408N", "keywords": "number sets,operation extension", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "Multiplication is first defined on natural numbers and then extended to integers.", "to": "\u6574\u6570\u96c6\u5408Z", "width": 7.0}, {"created_at": 1752674566, "description": "The common ratio, such as 1/10^q, determines how terms in a geometric series progress toward infinity.", "file_path": "unknown_source", "from": "\u7b49\u6bd4\u7ea7\u6570", "keywords": "convergence,sequence structure", "source_id": "chunk-f0d039ecac6d9749d604feadbbc70472", "title": "The common ratio, such as 1/10^q, determines how terms in a geometric series progress toward infinity.", "to": "\u516c\u6bd4", "width": 8.0}, {"created_at": 1752674566, "description": "Multiplication is first defined on the set of natural numbers as a shorthand for repeated addition.", "file_path": "unknown_source", "from": "Natural Numbers (N)", "keywords": "foundational math,number theory", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Multiplication is first defined on the set of natural numbers as a shorthand for repeated addition.", "to": "Multiplication Operation", "width": 10.0}, {"created_at": 1752674566, "description": "The integer set is an extension of the natural numbers, preserving and expanding upon their arithmetic properties.", "file_path": "unknown_source", "from": "Natural Numbers (N)", "keywords": "mathematical expansion,number systems", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The integer set is an extension of the natural numbers, preserving and expanding upon their arithmetic properties.", "to": "Integer Set", "width": 9.0}, {"created_at": 1752674566, "description": "The multiplication operation follows the commutative law, which states that the order of factors does not change the product.", "file_path": "unknown_source", "from": "Multiplication Operation", "keywords": "arithmetic rules,mathematical properties", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The multiplication operation follows the commutative law, which states that the order of factors does not change the product.", "to": "Commutative Law", "width": 9.0}, {"created_at": 1752674566, "description": "The distributive law governs how multiplication interacts with addition, making it essential for defining multiplication across number sets.", "file_path": "unknown_source", "from": "Multiplication Operation", "keywords": "arithmetic logic,mathematical structure", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The distributive law governs how multiplication interacts with addition, making it essential for defining multiplication across number sets.", "to": "Distributive Law", "width": 9.0}, {"created_at": 1752674566, "description": "Multiplication is extended from natural numbers to integers while preserving its fundamental properties.", "file_path": "unknown_source", "from": "Multiplication Operation", "keywords": "number expansion,operation consistency", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Multiplication is extended from natural numbers to integers while preserving its fundamental properties.", "to": "Integer Set", "width": 9.0}, {"created_at": 1752674566, "description": "Problem 12 discusses how multiplication is introduced as a shorthand for addition on natural numbers, forming the basis for extending it to integers.", "file_path": "unknown_source", "from": "Multiplication Operation", "keywords": "arithmetic derivation,foundational learning", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Problem 12 discusses how multiplication is introduced as a shorthand for addition on natural numbers, forming the basis for extending it to integers.", "to": "Problem 12", "width": 8.0}, {"created_at": 1752674566, "description": "The concept of computational ability includes understanding both the mechanics and the reasoning behind operations like multiplication.", "file_path": "unknown_source", "from": "Multiplication Operation", "keywords": "conceptual understanding,mathematical proficiency", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The concept of computational ability includes understanding both the mechanics and the reasoning behind operations like multiplication.", "to": "Core Concept:\u8fd0\u7b97\u80fd\u529b(Computational Ability)", "width": 8.0}, {"created_at": 1752674566, "description": "Division is defined as the inverse of multiplication, meaning it \u0027undoes\u0027 what multiplication does.", "file_path": "unknown_source", "from": "Division Operation", "keywords": "mathematical inverses,operational symmetry", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Division is defined as the inverse of multiplication, meaning it \u0027undoes\u0027 what multiplication does.", "to": "Inverse Operation", "width": 10.0}, {"created_at": 1752674566, "description": "Division by zero is undefined because it leads to contradictions or non-unique results, making 0 an invalid divisor.", "file_path": "unknown_source", "from": "Division Operation", "keywords": "invalid operations,undefined math", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Division by zero is undefined because it leads to contradictions or non-unique results, making 0 an invalid divisor.", "to": "Zero (0)", "width": 10.0}, {"created_at": 1752674566, "description": "Problem 13 explores the definition of division as the inverse of multiplication and investigates the implications of dividing by zero.", "file_path": "unknown_source", "from": "Division Operation", "keywords": "mathematical definitions,operational constraints", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Problem 13 explores the definition of division as the inverse of multiplication and investigates the implications of dividing by zero.", "to": "Problem 13", "width": 9.0}, {"created_at": 1752674566, "description": "The example involving Small Red illustrates how division by a fraction can be understood through real-world scenarios, aiding in conceptual understanding.", "file_path": "unknown_source", "from": "Division Operation", "keywords": "conceptual clarity,educational example", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The example involving Small Red illustrates how division by a fraction can be understood through real-world scenarios, aiding in conceptual understanding.", "to": "Small Red\u0027s Example", "width": 7.0}, {"created_at": 1752674566, "description": "Computational ability also involves understanding the reasoning behind division, including constraints like division by zero.", "file_path": "unknown_source", "from": "Division Operation", "keywords": "mathematical reasoning,operational fluency", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Computational ability also involves understanding the reasoning behind division, including constraints like division by zero.", "to": "Core Concept:\u8fd0\u7b97\u80fd\u529b(Computational Ability)", "width": 8.0}, {"created_at": 1752674566, "description": "The reciprocal of a number is used to define division as multiplication by the reciprocal, which is only valid for non-zero numbers.", "file_path": "unknown_source", "from": "Inverse Operation", "keywords": "mathematical equivalence,operation transformation", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "The reciprocal of a number is used to define division as multiplication by the reciprocal, which is only valid for non-zero numbers.", "to": "Reciprocal (1/b)", "width": 9.0}, {"created_at": 1752674566, "description": "Educational methodology emphasizes understanding both the methods and the underlying principles of computation, aligning with the concept of computational ability.", "file_path": "unknown_source", "from": "Educational Methodology", "keywords": "mathematical understanding,teaching strategy", "source_id": "chunk-ef78468b3a6daf1cb624a079e8d60e42", "title": "Educational methodology emphasizes understanding both the methods and the underlying principles of computation, aligning with the concept of computational ability.", "to": "Core Concept:\u8fd0\u7b97\u80fd\u529b(Computational Ability)", "width": 8.0}, {"created_at": 1752674566, "description": "\u9e45\u7684\u6570\u91cf\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\uff0c\u7528\u4e8e\u8bf4\u660e\u5206\u6570\u9664\u6cd5\u7684\u73b0\u5b9e\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u9e45", "keywords": "\u5206\u6570\u8fd0\u7b97,\u6bd4\u4f8b\u5173\u7cfb", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u9e45\u7684\u6570\u91cf\u662f\u9e2d\u5b50\u6570\u91cf\u76841/3\uff0c\u7528\u4e8e\u8bf4\u660e\u5206\u6570\u9664\u6cd5\u7684\u73b0\u5b9e\u5e94\u7528\u3002", "to": "\u9e2d\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "\u95ee\u98986\u901a\u8fc7\u9e45\u4e0e\u9e2d\u5b50\u7684\u6bd4\u4f8b\u5173\u7cfb\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u5206\u6570\u9664\u6cd5\u7684\u8fd0\u7b97\u903b\u8f91\u3002", "file_path": "unknown_source", "from": "\u5206\u6570\u9664\u6cd5", "keywords": "\u5206\u6570\u6cd5\u5219,\u6570\u5b66\u95ee\u9898", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u95ee\u98986\u901a\u8fc7\u9e45\u4e0e\u9e2d\u5b50\u7684\u6bd4\u4f8b\u5173\u7cfb\u5f15\u5bfc\u5b66\u751f\u7406\u89e3\u5206\u6570\u9664\u6cd5\u7684\u8fd0\u7b97\u903b\u8f91\u3002", "to": "\u95ee\u98986", "width": 9.0}, {"created_at": 1752674566, "description": "\u8bdd\u989820\u8ba8\u8bba\u4e86\u9664\u6cd5\u7684\u4e00\u822c\u6cd5\u5219\uff0c\u4f5c\u4e3a\u7406\u89e3\u5206\u6570\u9664\u6cd5\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u5206\u6570\u9664\u6cd5", "keywords": "\u5206\u6570\u6559\u5b66,\u6570\u5b66\u6cd5\u5219", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989820\u8ba8\u8bba\u4e86\u9664\u6cd5\u7684\u4e00\u822c\u6cd5\u5219\uff0c\u4f5c\u4e3a\u7406\u89e3\u5206\u6570\u9664\u6cd5\u7684\u57fa\u7840\u3002", "to": "\u8bdd\u989820", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u98986\u901a\u8fc7\u9e45\u4e0e\u9e2d\u5b50\u7684\u6570\u91cf\u5173\u7cfb\u5f15\u5165\u6bd4\u4f8b\u5173\u7cfb\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5206\u6570\u9664\u6cd5\u7684\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u6bd4\u4f8b\u5173\u7cfb", "keywords": "\u6570\u5b66\u95ee\u9898,\u6bd4\u4f8b\u6559\u5b66", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u95ee\u98986\u901a\u8fc7\u9e45\u4e0e\u9e2d\u5b50\u7684\u6570\u91cf\u5173\u7cfb\u5f15\u5165\u6bd4\u4f8b\u5173\u7cfb\uff0c\u4ee5\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5206\u6570\u9664\u6cd5\u7684\u610f\u4e49\u3002", "to": "\u95ee\u98986", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e22\u756a\u56fe\u662f\u751f\u6d3b\u5728\u4e9a\u5386\u5c71\u5927\u7684\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\uff0c\u5bf9\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u4f5c\u51fa\u4e86\u91cd\u8981\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u5b66\u672f\u4e2d\u5fc3,\u6570\u5b66\u5bb6", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u4e22\u756a\u56fe\u662f\u751f\u6d3b\u5728\u4e9a\u5386\u5c71\u5927\u7684\u53e4\u5e0c\u814a\u6570\u5b66\u5bb6\uff0c\u5bf9\u4ee3\u6570\u5b66\u7684\u53d1\u5c55\u4f5c\u51fa\u4e86\u91cd\u8981\u8d21\u732e\u3002", "to": "\u4e9a\u5386\u5c71\u5927", "width": 10.0}, {"created_at": 1752674566, "description": "\u8bdd\u989822\u8ba8\u8bba\u4e86\u4e22\u756a\u56fe\u5728\u4ee3\u6570\u5b66\u4e2d\u5f15\u5165\u62bd\u8c61\u7b26\u53f7\u7684\u8d21\u732e\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u6570\u5b66\u5386\u53f2,\u7b26\u53f7\u8868\u8fbe", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989822\u8ba8\u8bba\u4e86\u4e22\u756a\u56fe\u5728\u4ee3\u6570\u5b66\u4e2d\u5f15\u5165\u62bd\u8c61\u7b26\u53f7\u7684\u8d21\u732e\u3002", "to": "\u8bdd\u989822", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e22\u756a\u56fe\u662f\u6700\u65e9\u7cfb\u7edf\u4f7f\u7528\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u4ee3\u6570\u8fd0\u7b97\u7684\u6570\u5b66\u5bb6\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u4ee3\u6570\u7b26\u53f7,\u5386\u53f2\u8d21\u732e", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u4e22\u756a\u56fe\u662f\u6700\u65e9\u7cfb\u7edf\u4f7f\u7528\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u4ee3\u6570\u8fd0\u7b97\u7684\u6570\u5b66\u5bb6\u4e4b\u4e00\u3002", "to": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe", "width": 10.0}, {"created_at": 1752674566, "description": "\u4e22\u756a\u56fe\u64b0\u5199\u4e86\u300a\u7b97\u672f\u300b\u4e00\u4e66\uff0c\u7cfb\u7edf\u7814\u7a76\u4e86\u65b9\u7a0b\u7684\u6574\u6570\u89e3\u95ee\u9898\uff0c\u5960\u5b9a\u4e86\u4e22\u756a\u56fe\u5206\u6790\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u6570\u5b66\u8457\u4f5c,\u65b9\u7a0b\u7814\u7a76", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e22\u756a\u56fe\u64b0\u5199\u4e86\u300a\u7b97\u672f\u300b\u4e00\u4e66\uff0c\u7cfb\u7edf\u7814\u7a76\u4e86\u65b9\u7a0b\u7684\u6574\u6570\u89e3\u95ee\u9898\uff0c\u5960\u5b9a\u4e86\u4e22\u756a\u56fe\u5206\u6790\u7684\u57fa\u7840\u3002", "to": "\u300a\u7b97\u672f\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u8d39\u9a6c\u662f\u5728\u9605\u8bfb\u4e22\u756a\u56fe\u7684\u300a\u7b97\u672f\u300b\u65f6\u53d7\u5230\u542f\u53d1\uff0c\u8fdb\u800c\u63d0\u51fa\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u56e0\u6b64\u4e24\u8005\u4e4b\u95f4\u5b58\u5728\u76f4\u63a5\u7684\u601d\u60f3\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u5b66\u672f\u542f\u53d1,\u6570\u5b66\u4f20\u627f", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u8d39\u9a6c\u662f\u5728\u9605\u8bfb\u4e22\u756a\u56fe\u7684\u300a\u7b97\u672f\u300b\u65f6\u53d7\u5230\u542f\u53d1\uff0c\u8fdb\u800c\u63d0\u51fa\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u56e0\u6b64\u4e24\u8005\u4e4b\u95f4\u5b58\u5728\u76f4\u63a5\u7684\u601d\u60f3\u8054\u7cfb\u3002", "to": "\u8d39\u9a6c", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e22\u756a\u56fe\u5bf9\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898\u8fdb\u884c\u4e86\u7cfb\u7edf\u7814\u7a76\uff0c\u540e\u4eba\u5c06\u6b64\u7c7b\u95ee\u9898\u547d\u540d\u4e3a\u4e22\u756a\u56fe\u95ee\u9898\u4ee5\u7eaa\u5ff5\u4ed6\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u5b66\u672f\u8d21\u732e,\u6570\u5b66\u547d\u540d", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e22\u756a\u56fe\u5bf9\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898\u8fdb\u884c\u4e86\u7cfb\u7edf\u7814\u7a76\uff0c\u540e\u4eba\u5c06\u6b64\u7c7b\u95ee\u9898\u547d\u540d\u4e3a\u4e22\u756a\u56fe\u95ee\u9898\u4ee5\u7eaa\u5ff5\u4ed6\u3002", "to": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e22\u756a\u56fe\u77e5\u9053\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u6709\u4e24\u4e2a\u6839\uff0c\u5e76\u6839\u636e\u6839\u7684\u6027\u8d28\u5224\u65ad\u65b9\u7a0b\u662f\u5426\u53ef\u89e3\uff0c\u8fd9\u662f\u4ed6\u5bf9\u4ee3\u6570\u7684\u91cd\u8981\u8d21\u732e\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u4e22\u756a\u56fe", "keywords": "\u6570\u5b66\u7406\u8bba,\u65b9\u7a0b\u6c42\u89e3", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e22\u756a\u56fe\u77e5\u9053\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u6709\u4e24\u4e2a\u6839\uff0c\u5e76\u6839\u636e\u6839\u7684\u6027\u8d28\u5224\u65ad\u65b9\u7a0b\u662f\u5426\u53ef\u89e3\uff0c\u8fd9\u662f\u4ed6\u5bf9\u4ee3\u6570\u7684\u91cd\u8981\u8d21\u732e\u4e4b\u4e00\u3002", "to": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bdd\u989822\u63d0\u53ca\u4e9a\u5386\u5c71\u5927\u4f5c\u4e3a\u4e22\u756a\u56fe\u7684\u5b66\u672f\u6d3b\u52a8\u5730\u70b9\uff0c\u5f3a\u8c03\u5176\u5728\u6570\u5b66\u53f2\u4e2d\u7684\u91cd\u8981\u5730\u4f4d\u3002", "file_path": "unknown_source", "from": "\u4e9a\u5386\u5c71\u5927", "keywords": "\u5386\u53f2\u80cc\u666f,\u6570\u5b66\u4e2d\u5fc3", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989822\u63d0\u53ca\u4e9a\u5386\u5c71\u5927\u4f5c\u4e3a\u4e22\u756a\u56fe\u7684\u5b66\u672f\u6d3b\u52a8\u5730\u70b9\uff0c\u5f3a\u8c03\u5176\u5728\u6570\u5b66\u53f2\u4e2d\u7684\u91cd\u8981\u5730\u4f4d\u3002", "to": "\u8bdd\u989822", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bdd\u989822\u8ba8\u8bba\u4e86\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u5386\u53f2\u6f14\u8fdb\uff0c\u5176\u53d1\u5c55\u662f\u4ee3\u6570\u5b66\u8fdb\u6b65\u7684\u91cd\u8981\u6807\u5fd7\u3002", "file_path": "unknown_source", "from": "\u8bdd\u989822", "keywords": "\u6570\u5b66\u53f2,\u7b26\u53f7\u6f14\u8fdb", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u8bdd\u989822\u8ba8\u8bba\u4e86\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u5386\u53f2\u6f14\u8fdb\uff0c\u5176\u53d1\u5c55\u662f\u4ee3\u6570\u5b66\u8fdb\u6b65\u7684\u91cd\u8981\u6807\u5fd7\u3002", "to": "\u4ee3\u6570\u5b66\u53d1\u5c55", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u53d1\u5c55\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\uff0c\u6700\u65e9\u7531\u4e22\u756a\u56fe\u7cfb\u7edf\u5316\u5730\u5f15\u5165\u62bd\u8c61\u7b26\u53f7\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe", "keywords": "\u6570\u5b66\u53d1\u5c55,\u7b26\u53f7\u7cfb\u7edf", "source_id": "chunk-ce575de1a4a5a428b616adecd09f8d8f", "title": "\u6570\u5b66\u7b26\u53f7\u8868\u8fbe\u7684\u53d1\u5c55\u63a8\u52a8\u4e86\u4ee3\u6570\u5b66\u7684\u8fdb\u6b65\uff0c\u6700\u65e9\u7531\u4e22\u756a\u56fe\u7cfb\u7edf\u5316\u5730\u5f15\u5165\u62bd\u8c61\u7b26\u53f7\u3002", "to": "\u4ee3\u6570\u5b66\u53d1\u5c55", "width": 9.0}, {"created_at": 1752674566, "description": "\u8d39\u9a6c\u662f\u5728\u9605\u8bfb\u300a\u7b97\u672f\u300b\u7684\u8fc7\u7a0b\u4e2d\u63d0\u51fa\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\uff0c\u56e0\u6b64\u300a\u7b97\u672f\u300b\u662f\u8d39\u9a6c\u5927\u5b9a\u7406\u8bde\u751f\u7684\u76f4\u63a5\u80cc\u666f\u6587\u732e\u3002", "file_path": "unknown_source", "from": "\u300a\u7b97\u672f\u300b", "keywords": "\u5386\u53f2\u6e0a\u6e90,\u6570\u5b66\u542f\u53d1", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u8d39\u9a6c\u662f\u5728\u9605\u8bfb\u300a\u7b97\u672f\u300b\u7684\u8fc7\u7a0b\u4e2d\u63d0\u51fa\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\uff0c\u56e0\u6b64\u300a\u7b97\u672f\u300b\u662f\u8d39\u9a6c\u5927\u5b9a\u7406\u8bde\u751f\u7684\u76f4\u63a5\u80cc\u666f\u6587\u732e\u3002", "to": "\u8d39\u9a6c\u5927\u5b9a\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u7b97\u672f\u300b\u7cfb\u7edf\u7814\u7a76\u4e86\u65b9\u7a0b\u7684\u6574\u6570\u89e3\u95ee\u9898\uff0c\u6210\u4e3a\u4e22\u756a\u56fe\u95ee\u9898\u7684\u8d77\u6e90\u548c\u6838\u5fc3\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u300a\u7b97\u672f\u300b", "keywords": "\u6570\u5b66\u7814\u7a76,\u6570\u8bba", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u300a\u7b97\u672f\u300b\u7cfb\u7edf\u7814\u7a76\u4e86\u65b9\u7a0b\u7684\u6574\u6570\u89e3\u95ee\u9898\uff0c\u6210\u4e3a\u4e22\u756a\u56fe\u95ee\u9898\u7684\u8d77\u6e90\u548c\u6838\u5fc3\u5185\u5bb9\u3002", "to": "\u65b9\u7a0b\u6574\u6570\u89e3\u95ee\u9898", "width": 10.0}, {"created_at": 1752674566, "description": "\u8d39\u9a6c\u5728\u9605\u8bfb\u300a\u7b97\u672f\u300b\u65f6\u63d0\u51fa\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u8fd9\u4e00\u8457\u540d\u731c\u60f3\uff0c\u6210\u4e3a\u6570\u8bba\u5386\u53f2\u4e0a\u6700\u91cd\u8981\u7684\u95ee\u9898\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u8d39\u9a6c", "keywords": "\u6570\u5b66\u731c\u60f3,\u6570\u8bba", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u8d39\u9a6c\u5728\u9605\u8bfb\u300a\u7b97\u672f\u300b\u65f6\u63d0\u51fa\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u8fd9\u4e00\u8457\u540d\u731c\u60f3\uff0c\u6210\u4e3a\u6570\u8bba\u5386\u53f2\u4e0a\u6700\u91cd\u8981\u7684\u95ee\u9898\u4e4b\u4e00\u3002", "to": "\u8d39\u9a6c\u5927\u5b9a\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u6000\u5c14\u65af\u57281993\u5e74\u6210\u529f\u8bc1\u660e\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u5e76\u4e8e1995\u5e74\u53d1\u8868\u4e86\u5b8c\u6574\u8bc1\u660e\uff0c\u89e3\u51b3\u4e86\u8fd9\u4e00\u6301\u7eed\u4e09\u4e2a\u591a\u4e16\u7eaa\u7684\u6570\u5b66\u96be\u9898\u3002", "file_path": "unknown_source", "from": "\u8d39\u9a6c\u5927\u5b9a\u7406", "keywords": "\u5b9a\u7406\u8bc1\u660e,\u6570\u5b66\u7a81\u7834", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u6000\u5c14\u65af\u57281993\u5e74\u6210\u529f\u8bc1\u660e\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\uff0c\u5e76\u4e8e1995\u5e74\u53d1\u8868\u4e86\u5b8c\u6574\u8bc1\u660e\uff0c\u89e3\u51b3\u4e86\u8fd9\u4e00\u6301\u7eed\u4e09\u4e2a\u591a\u4e16\u7eaa\u7684\u6570\u5b66\u96be\u9898\u3002", "to": "\u6000\u5c14\u65af", "width": 10.0}, {"created_at": 1752674566, "description": "\u8f9b\u683c\u6240\u8457\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u8bb2\u8ff0\u4e86\u8be5\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u6700\u7ec8\u8bc1\u660e\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u8d39\u9a6c\u5927\u5b9a\u7406", "keywords": "biography,mathematical history", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u8f9b\u683c\u6240\u8457\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u8bb2\u8ff0\u4e86\u8be5\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u6700\u7ec8\u8bc1\u660e\u8fc7\u7a0b\u3002", "to": "\u8f9b\u683c", "width": 7.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u5728\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u63d0\u51fa\u4ee3\u6570\u7b26\u53f7\u8868\u8fbe\u65b9\u6cd5\uff0c\u5960\u5b9a\u4e86\u4ee3\u6570\u53d1\u5c55\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u97e6\u8fbe\u5728\u5176\u8457\u4f5c\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u5730\u4f7f\u7528\u5b57\u6bcd\u8868\u793a\u4ee3\u6570\u4e2d\u7684\u62bd\u8c61\u8fd0\u7b97\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe", "keywords": "algebra development,symbolic notation,\u4ee3\u6570\u62bd\u8c61\u5316,\u6570\u5b66\u7b26\u53f7", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u5728\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u63d0\u51fa\u4ee3\u6570\u7b26\u53f7\u8868\u8fbe\u65b9\u6cd5\uff0c\u5960\u5b9a\u4e86\u4ee3\u6570\u53d1\u5c55\u7684\u57fa\u7840\u3002\u003cSEP\u003e\u97e6\u8fbe\u5728\u5176\u8457\u4f5c\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u9996\u6b21\u7cfb\u7edf\u5730\u4f7f\u7528\u5b57\u6bcd\u8868\u793a\u4ee3\u6570\u4e2d\u7684\u62bd\u8c61\u8fd0\u7b97\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u7684\u53d1\u5c55\u3002", "to": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b", "width": 19.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u5b9a\u7406\u4ee5\u97e6\u8fbe\u547d\u540d\uff0c\u662f\u4ed6\u7814\u7a76\u4ee3\u6570\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u5173\u7cfb\u7684\u6210\u679c\uff0c\u662f\u5176\u7b26\u53f7\u4ee3\u6570\u601d\u60f3\u7684\u91cd\u8981\u4f53\u73b0\u3002\u003cSEP\u003e\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u63a8\u5bfc\u51fa\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u8be5\u6210\u679c\u88ab\u79f0\u4e3a\u97e6\u8fbe\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe", "keywords": "algebraic contribution,mathematical theorem,\u4ee3\u6570\u5173\u7cfb,\u6570\u5b66\u516c\u5f0f", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f\u003cSEP\u003echunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u5b9a\u7406\u4ee5\u97e6\u8fbe\u547d\u540d\uff0c\u662f\u4ed6\u7814\u7a76\u4ee3\u6570\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u5173\u7cfb\u7684\u6210\u679c\uff0c\u662f\u5176\u7b26\u53f7\u4ee3\u6570\u601d\u60f3\u7684\u91cd\u8981\u4f53\u73b0\u3002\u003cSEP\u003e\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u63a8\u5bfc\u51fa\u65b9\u7a0b\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u8be5\u6210\u679c\u88ab\u79f0\u4e3a\u97e6\u8fbe\u5b9a\u7406\u3002", "to": "\u97e6\u8fbe\u5b9a\u7406", "width": 18.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u5c06\u4ee3\u6570\u4ece\u5177\u4f53\u7684\u6570\u5b57\u8fd0\u7b97\u62bd\u8c61\u4e3a\u5f62\u5f0f\u5316\u7cfb\u7edf\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u4f5c\u4e3a\u72ec\u7acb\u5b66\u79d1\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe", "keywords": "\u6570\u5b66\u53d1\u5c55,\u7b26\u53f7\u5316", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u5c06\u4ee3\u6570\u4ece\u5177\u4f53\u7684\u6570\u5b57\u8fd0\u7b97\u62bd\u8c61\u4e3a\u5f62\u5f0f\u5316\u7cfb\u7edf\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u4f5c\u4e3a\u72ec\u7acb\u5b66\u79d1\u7684\u53d1\u5c55\u3002", "to": "\u4ee3\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u7ed9\u51fa\u4e86\u6c42\u89e3\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u4e00\u822c\u516c\u5f0f\uff0c\u5e76\u63a8\u5bfc\u51fa\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5373\u97e6\u8fbe\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe", "keywords": "\u4ee3\u6570\u65b9\u6cd5,\u6570\u5b66\u516c\u5f0f", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u901a\u8fc7\u5f15\u5165\u5b57\u6bcd\u8868\u793a\u6cd5\uff0c\u7ed9\u51fa\u4e86\u6c42\u89e3\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u4e00\u822c\u516c\u5f0f\uff0c\u5e76\u63a8\u5bfc\u51fa\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5373\u97e6\u8fbe\u5b9a\u7406\u3002", "to": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b1b\u5361\u5c14\u5728\u97e6\u8fbe\u63d0\u51fa\u7684\u5b57\u6bcd\u7cfb\u6570\u57fa\u7840\u4e0a\u8fdb\u4e00\u6b65\u6539\u8fdb\u4e86\u4ee3\u6570\u7b26\u53f7\u7cfb\u7edf\uff0c\u4f7f\u5176\u6cbf\u7528\u81f3\u4eca\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe", "keywords": "mathematical notation,symbolic evolution", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u7b1b\u5361\u5c14\u5728\u97e6\u8fbe\u63d0\u51fa\u7684\u5b57\u6bcd\u7cfb\u6570\u57fa\u7840\u4e0a\u8fdb\u4e00\u6b65\u6539\u8fdb\u4e86\u4ee3\u6570\u7b26\u53f7\u7cfb\u7edf\uff0c\u4f7f\u5176\u6cbf\u7528\u81f3\u4eca\u3002", "to": "\u7b1b\u5361\u5c14", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u9996\u6b21\u660e\u786e\u5212\u5206\u7b97\u672f\u4e0e\u4ee3\u6570\u7684\u533a\u522b\uff0c\u5960\u5b9a\u4e86\u4ee3\u6570\u4f5c\u4e3a\u7b26\u53f7\u7814\u7a76\u65b9\u6cd5\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b", "keywords": "algebraic foundation,symbolic method", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u300a\u5206\u6790\u827a\u672f\u5f15\u8bba\u300b\u4e2d\u9996\u6b21\u660e\u786e\u5212\u5206\u7b97\u672f\u4e0e\u4ee3\u6570\u7684\u533a\u522b\uff0c\u5960\u5b9a\u4e86\u4ee3\u6570\u4f5c\u4e3a\u7b26\u53f7\u7814\u7a76\u65b9\u6cd5\u7684\u57fa\u7840\u3002", "to": "\u4ee3\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u5b9a\u7406\u662f\u4ee3\u6570\u4e2d\u7684\u57fa\u7840\u5b9a\u7406\u4e4b\u4e00\uff0c\u63ed\u793a\u4e86\u65b9\u7a0b\u7684\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u672c\u8d28\u8054\u7cfb\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u7406\u8bba\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "\u4ee3\u6570\u7ed3\u6784,\u6570\u5b66\u7406\u8bba", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u5b9a\u7406\u662f\u4ee3\u6570\u4e2d\u7684\u57fa\u7840\u5b9a\u7406\u4e4b\u4e00\uff0c\u63ed\u793a\u4e86\u65b9\u7a0b\u7684\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u672c\u8d28\u8054\u7cfb\uff0c\u63a8\u52a8\u4e86\u4ee3\u6570\u7406\u8bba\u7684\u53d1\u5c55\u3002", "to": "\u4ee3\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "\u97e6\u8fbe\u5b9a\u7406\u4e13\u95e8\u7814\u7a76\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u89e3\u65b9\u7a0b\u548c\u4ee3\u6570\u7406\u8bba\u7684\u91cd\u8981\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u97e6\u8fbe\u5b9a\u7406", "keywords": "\u4ee3\u6570\u5de5\u5177,\u65b9\u7a0b\u89e3\u6cd5", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u97e6\u8fbe\u5b9a\u7406\u4e13\u95e8\u7814\u7a76\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u7684\u6839\u4e0e\u7cfb\u6570\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u662f\u89e3\u65b9\u7a0b\u548c\u4ee3\u6570\u7406\u8bba\u7684\u91cd\u8981\u5de5\u5177\u3002", "to": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u662f\u4ee3\u6570\u7814\u7a76\u7684\u57fa\u672c\u5bf9\u8c61\u4e4b\u4e00\uff0c\u97e6\u8fbe\u3001\u4e22\u756a\u56fe\u7b49\u6570\u5b66\u5bb6\u5bf9\u65b9\u7a0b\u7684\u7814\u7a76\u63a8\u52a8\u4e86\u4ee3\u6570\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u4ee3\u6570", "keywords": "\u4ee3\u6570\u5e94\u7528,\u6570\u5b66\u57fa\u7840", "source_id": "chunk-f2e7a029222fb754d59f5338d783171d", "title": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b\u662f\u4ee3\u6570\u7814\u7a76\u7684\u57fa\u672c\u5bf9\u8c61\u4e4b\u4e00\uff0c\u97e6\u8fbe\u3001\u4e22\u756a\u56fe\u7b49\u6570\u5b66\u5bb6\u5bf9\u65b9\u7a0b\u7684\u7814\u7a76\u63a8\u52a8\u4e86\u4ee3\u6570\u7684\u53d1\u5c55\u3002", "to": "\u4e00\u5143\u4e8c\u6b21\u65b9\u7a0b", "width": 8.0}, {"created_at": 1752674566, "description": "\u4ee3\u6570\u4e0e\u7b97\u672f\u540c\u5c5e\u6570\u5b66\u9886\u57df\uff0c\u4f46\u4ee3\u6570\u4f7f\u7528\u7b26\u53f7\u8868\u793a\u672a\u77e5\u91cf\u548c\u5df2\u77e5\u91cf\uff0c\u7814\u7a76\u66f4\u5e7f\u6cdb\u7684\u5173\u7cfb\u548c\u7ed3\u6784\uff0c\u800c\u7b97\u672f\u4fa7\u91cd\u5177\u4f53\u6570\u503c\u8ba1\u7b97\u3002", "file_path": "unknown_source", "from": "\u4ee3\u6570", "keywords": "mathematical distinction,symbolic representation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u4ee3\u6570\u4e0e\u7b97\u672f\u540c\u5c5e\u6570\u5b66\u9886\u57df\uff0c\u4f46\u4ee3\u6570\u4f7f\u7528\u7b26\u53f7\u8868\u793a\u672a\u77e5\u91cf\u548c\u5df2\u77e5\u91cf\uff0c\u7814\u7a76\u66f4\u5e7f\u6cdb\u7684\u5173\u7cfb\u548c\u7ed3\u6784\uff0c\u800c\u7b97\u672f\u4fa7\u91cd\u5177\u4f53\u6570\u503c\u8ba1\u7b97\u3002", "to": "\u7b97\u672f", "width": 9.0}, {"created_at": 1752674566, "description": "\u4ee3\u6570\u4e00\u8bcd\u6e90\u81ea\u82b1\u62c9\u5b50\u7c73\u8457\u4f5c\u4e2d\u7684\u2018al-jebr\u2019\uff0c\u662f\u4ee3\u6570\u5b66\u53d1\u5c55\u7684\u8d77\u70b9\u3002", "file_path": "unknown_source", "from": "\u4ee3\u6570", "keywords": "\u5b66\u79d1\u53d1\u5c55,\u672f\u8bed\u8d77\u6e90", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4ee3\u6570\u4e00\u8bcd\u6e90\u81ea\u82b1\u62c9\u5b50\u7c73\u8457\u4f5c\u4e2d\u7684\u2018al-jebr\u2019\uff0c\u662f\u4ee3\u6570\u5b66\u53d1\u5c55\u7684\u8d77\u70b9\u3002", "to": "\u82b1\u62c9\u5b50\u7c73", "width": 10.0}, {"created_at": 1752674566, "description": "\u7b1b\u5361\u5c14\u662f\u89e3\u6790\u51e0\u4f55\u7684\u521b\u59cb\u4eba\uff0c\u4ed6\u901a\u8fc7\u5f15\u5165\u5750\u6807\u7cfb\u7edf\u5c06\u51e0\u4f55\u95ee\u9898\u8f6c\u5316\u4e3a\u4ee3\u6570\u95ee\u9898\uff0c\u63a8\u52a8\u6570\u5b66\u7684\u7edf\u4e00\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u7b1b\u5361\u5c14", "keywords": "geometric algebra,mathematical innovation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u7b1b\u5361\u5c14\u662f\u89e3\u6790\u51e0\u4f55\u7684\u521b\u59cb\u4eba\uff0c\u4ed6\u901a\u8fc7\u5f15\u5165\u5750\u6807\u7cfb\u7edf\u5c06\u51e0\u4f55\u95ee\u9898\u8f6c\u5316\u4e3a\u4ee3\u6570\u95ee\u9898\uff0c\u63a8\u52a8\u6570\u5b66\u7684\u7edf\u4e00\u53d1\u5c55\u3002", "to": "\u89e3\u6790\u51e0\u4f55", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b1b\u5361\u5c14\u5c06\u201c\u4ee5\u592a\u201d\u6982\u5ff5\u5f15\u5165\u79d1\u5b66\uff0c\u7528\u4e8e\u89e3\u91ca\u5b87\u5b99\u4e2d\u7684\u529b\u548c\u5149\u7684\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u7b1b\u5361\u5c14", "keywords": "historical concept,scientific terminology", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u7b1b\u5361\u5c14\u5c06\u201c\u4ee5\u592a\u201d\u6982\u5ff5\u5f15\u5165\u79d1\u5b66\uff0c\u7528\u4e8e\u89e3\u91ca\u5b87\u5b99\u4e2d\u7684\u529b\u548c\u5149\u7684\u4f20\u64ad\u3002", "to": "\u4ee5\u592a", "width": 7.0}, {"created_at": 1752674566, "description": "\u7b1b\u5361\u5c14\u5f15\u5165\u201c\u4ee5\u592a\u201d\u6982\u5ff5\u7528\u4e8e\u89e3\u91ca\u5149\u7684\u4f20\u64ad\u673a\u5236.", "file_path": "unknown_source", "from": "\u7b1b\u5361\u5c14", "keywords": "historical concept,scientific hypothesis", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u7b1b\u5361\u5c14\u5f15\u5165\u201c\u4ee5\u592a\u201d\u6982\u5ff5\u7528\u4e8e\u89e3\u91ca\u5149\u7684\u4f20\u64ad\u673a\u5236.", "to": "\u5149\u7684\u4f20\u64ad", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8bb0\u8f7d\u4e86\u5546\u9ad8\u5bf9\u76f4\u89d2\u4e09\u89d2\u5f62\u6bd4\u4f8b\u5173\u7cfb\u7684\u63cf\u8ff0\uff0c\u662f\u52fe\u80a1\u5b9a\u7406\u7684\u91cd\u8981\u5386\u53f2\u6587\u732e\u6765\u6e90\u3002", "file_path": "unknown_source", "from": "\u5546\u9ad8", "keywords": "historical record,mathematical tradition", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8bb0\u8f7d\u4e86\u5546\u9ad8\u5bf9\u76f4\u89d2\u4e09\u89d2\u5f62\u6bd4\u4f8b\u5173\u7cfb\u7684\u63cf\u8ff0\uff0c\u662f\u52fe\u80a1\u5b9a\u7406\u7684\u91cd\u8981\u5386\u53f2\u6587\u732e\u6765\u6e90\u3002", "to": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7531\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5408\u96c6\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "classical mathematics,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7531\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e\u4e0e\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u5408\u96c6\u51fa\u7248\u3002", "to": "\u4e0a\u6d77\u53e4\u7c4d\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752674566, "description": "\u8d75\u541b\u537f\u88ab\u8ba4\u4e3a\u662f\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u4e0e\u5929\u6587\u5b66\u7684\u7ecf\u5178\u3002", "file_path": "unknown_source", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "ancient mathematics,astronomy", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8d75\u541b\u537f\u88ab\u8ba4\u4e3a\u662f\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u7684\u4f5c\u8005\uff0c\u8be5\u4e66\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u4e0e\u5929\u6587\u5b66\u7684\u7ecf\u5178\u3002", "to": "\u8d75\u541b\u537f", "width": 9.0}, {"created_at": 1752674566, "description": "\u8d75\u723d\u66fe\u5bf9\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8fdb\u884c\u6ce8\u91ca\u5e76\u7ed9\u51fa\u52fe\u80a1\u5b9a\u7406\u7684\u56fe\u89e3\u8bc1\u660e\u3002", "file_path": "unknown_source", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "mathematical commentary,proof", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u8d75\u723d\u66fe\u5bf9\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8fdb\u884c\u6ce8\u91ca\u5e76\u7ed9\u51fa\u52fe\u80a1\u5b9a\u7406\u7684\u56fe\u89e3\u8bc1\u660e\u3002", "to": "\u8d75\u723d", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u63cf\u8ff0\u7684\u52fe\u80a1\u5b9a\u7406\u5728\u897f\u65b9\u88ab\u79f0\u4e3a\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406.", "file_path": "unknown_source", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "cross-cultural knowledge,historical mathematics", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u63cf\u8ff0\u7684\u52fe\u80a1\u5b9a\u7406\u5728\u897f\u65b9\u88ab\u79f0\u4e3a\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406.", "to": "\u6bd5\u8fbe\u54e5\u62c9\u65af\u5b9a\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u7684\u76d6\u5929\u8bf4\u5929\u6587\u5b66\u7406\u8bba.", "file_path": "unknown_source", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "ancient astronomy,cosmology", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u8bb0\u8f7d\u4e86\u4e2d\u56fd\u53e4\u4ee3\u7684\u76d6\u5929\u8bf4\u5929\u6587\u5b66\u7406\u8bba.", "to": "\u76d6\u5929\u8bf4", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u4e5f\u8bb0\u8f7d\u4e86\u56db\u5206\u5386\u6cd5\uff0c\u662f\u53e4\u4ee3\u4e2d\u56fd\u5386\u6cd5\u7cfb\u7edf\u7684\u4e00\u90e8\u5206.", "file_path": "unknown_source", "from": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b", "keywords": "astronomical calculation,historical science", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u4e2d\u4e5f\u8bb0\u8f7d\u4e86\u56db\u5206\u5386\u6cd5\uff0c\u662f\u53e4\u4ee3\u4e2d\u56fd\u5386\u6cd5\u7cfb\u7edf\u7684\u4e00\u90e8\u5206.", "to": "\u56db\u5206\u5386\u6cd5", "width": 7.0}, {"created_at": 1752674566, "description": "\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u63d0\u51fa\u4e86\u591a\u79cd\u9ad8\u7ef4\u6570\u5b66\u65b9\u6cd5\uff0c\u4f46\u7531\u4e8e\u7f3a\u4e4f\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\uff0c\u6210\u679c\u672a\u80fd\u5e7f\u6cdb\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u6731\u4e16\u6770", "keywords": "mathematical achievement,symbolic limitation", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u63d0\u51fa\u4e86\u591a\u79cd\u9ad8\u7ef4\u6570\u5b66\u65b9\u6cd5\uff0c\u4f46\u7531\u4e8e\u7f3a\u4e4f\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\uff0c\u6210\u679c\u672a\u80fd\u5e7f\u6cdb\u4f20\u64ad\u3002", "to": "\u300a\u56db\u5143\u7389\u9274\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6731\u4e16\u6770\u7684\u5de5\u4f5c\u56e0\u7f3a\u4e4f\u6570\u5b66\u62bd\u8c61\u800c\u96be\u4ee5\u88ab\u540e\u4eba\u7406\u89e3\u548c\u4f20\u627f\uff0c\u7a81\u663e\u4e86\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\u5728\u6570\u5b66\u53d1\u5c55\u4e2d\u7684\u91cd\u8981\u6027\u3002", "file_path": "unknown_source", "from": "\u6731\u4e16\u6770", "keywords": "mathematical legacy,symbolic importance", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6731\u4e16\u6770\u7684\u5de5\u4f5c\u56e0\u7f3a\u4e4f\u6570\u5b66\u62bd\u8c61\u800c\u96be\u4ee5\u88ab\u540e\u4eba\u7406\u89e3\u548c\u4f20\u627f\uff0c\u7a81\u663e\u4e86\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\u5728\u6570\u5b66\u53d1\u5c55\u4e2d\u7684\u91cd\u8981\u6027\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 8.0}, {"created_at": 1752674566, "description": "\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u63d0\u51fa\u4e86\u56db\u5143\u672f\uff0c\u8fd9\u662f\u4e00\u79cd\u89e3\u591a\u5143\u9ad8\u6b21\u65b9\u7a0b\u7ec4\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u4ee3\u8868\u5143\u4ee3\u6570\u5b66\u7684\u9ad8\u6df1\u6c34\u5e73\u3002", "file_path": "unknown_source", "from": "\u6731\u4e16\u6770", "keywords": "historical achievement,mathematical method", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u63d0\u51fa\u4e86\u56db\u5143\u672f\uff0c\u8fd9\u662f\u4e00\u79cd\u89e3\u591a\u5143\u9ad8\u6b21\u65b9\u7a0b\u7ec4\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u4ee3\u8868\u5143\u4ee3\u6570\u5b66\u7684\u9ad8\u6df1\u6c34\u5e73\u3002", "to": "\u56db\u5143\u672f", "width": 9.0}, {"created_at": 1752674566, "description": "\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u8be6\u7ec6\u9610\u8ff0\u4e86\u62db\u5dee\u672f\uff0c\u8fd9\u662f\u4e00\u79cd\u7528\u4e8e\u9ad8\u6b21\u5185\u63d2\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u4f53\u73b0\u4e86\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u7684\u5148\u8fdb\u6027\u3002", "file_path": "unknown_source", "from": "\u6731\u4e16\u6770", "keywords": "algorithm development,mathematical sophistication", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6731\u4e16\u6770\u5728\u300a\u56db\u5143\u7389\u9274\u300b\u4e2d\u8be6\u7ec6\u9610\u8ff0\u4e86\u62db\u5dee\u672f\uff0c\u8fd9\u662f\u4e00\u79cd\u7528\u4e8e\u9ad8\u6b21\u5185\u63d2\u7684\u6570\u5b66\u65b9\u6cd5\uff0c\u4f53\u73b0\u4e86\u4e2d\u56fd\u53e4\u4ee3\u6570\u5b66\u7684\u5148\u8fdb\u6027\u3002", "to": "\u62db\u5dee\u672f", "width": 8.0}, {"created_at": 1752674566, "description": "\u579b\u79ef\u672f\u662f\u6731\u4e16\u6770\u63d0\u51fa\u7684\u4e00\u79cd\u4ece\u7acb\u4f53\u89d2\u5ea6\u7814\u7a76\u7684\u4e09\u7ef4\u7ea7\u6570\u6c42\u548c\u65b9\u6cd5\uff0c\u53cd\u6620\u4e86\u4ed6\u5bf9\u7a7a\u95f4\u6570\u5b66\u7684\u6df1\u523b\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u6731\u4e16\u6770", "keywords": "spatial mathematics,summation technique", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u579b\u79ef\u672f\u662f\u6731\u4e16\u6770\u63d0\u51fa\u7684\u4e00\u79cd\u4ece\u7acb\u4f53\u89d2\u5ea6\u7814\u7a76\u7684\u4e09\u7ef4\u7ea7\u6570\u6c42\u548c\u65b9\u6cd5\uff0c\u53cd\u6620\u4e86\u4ed6\u5bf9\u7a7a\u95f4\u6570\u5b66\u7684\u6df1\u523b\u7406\u89e3\u3002", "to": "\u579b\u79ef\u672f", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u56db\u5143\u7389\u9274\u300b\u867d\u5305\u542b\u9ad8\u6df1\u6570\u5b66\u5185\u5bb9\uff0c\u4f46\u56e0\u7f3a\u4e4f\u6570\u5b66\u62bd\u8c61\u8868\u8fbe\uff0c\u5bfc\u81f4\u5176\u6210\u679c\u672a\u80fd\u88ab\u540e\u4eba\u7406\u89e3\u548c\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u300a\u56db\u5143\u7389\u9274\u300b", "keywords": "knowledge transmission,symbolic barrier", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u300a\u56db\u5143\u7389\u9274\u300b\u867d\u5305\u542b\u9ad8\u6df1\u6570\u5b66\u5185\u5bb9\uff0c\u4f46\u56e0\u7f3a\u4e4f\u6570\u5b66\u62bd\u8c61\u8868\u8fbe\uff0c\u5bfc\u81f4\u5176\u6210\u679c\u672a\u80fd\u88ab\u540e\u4eba\u7406\u89e3\u548c\u53d1\u5c55\u3002", "to": "\u6570\u5b66\u62bd\u8c61", "width": 18.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u6709\u52a9\u4e8e\u6570\u5b66\u77e5\u8bc6\u7684\u4f20\u64ad\uff0c\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\u4f7f\u6570\u5b66\u6210\u679c\u66f4\u6613\u88ab\u7406\u89e3\u548c\u4f20\u627f\uff0c\u53cd\u4e4b\u5219\u53ef\u80fd\u5bfc\u81f4\u77e5\u8bc6\u5931\u4f20\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "knowledge transmission,symbolic clarity", "source_id": "chunk-f97ce783119eb62752133fb048ac4a2f", "title": "\u6570\u5b66\u62bd\u8c61\u6709\u52a9\u4e8e\u6570\u5b66\u77e5\u8bc6\u7684\u4f20\u64ad\uff0c\u62bd\u8c61\u7b26\u53f7\u8868\u8fbe\u4f7f\u6570\u5b66\u6210\u679c\u66f4\u6613\u88ab\u7406\u89e3\u548c\u4f20\u627f\uff0c\u53cd\u4e4b\u5219\u53ef\u80fd\u5bfc\u81f4\u77e5\u8bc6\u5931\u4f20\u3002", "to": "\u6570\u5b66\u4f20\u64ad", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u6db5\u76d6\u5bf9\u6570\u91cf\u7279\u5f81\u7684\u63d0\u53d6\u53ca\u5176\u5173\u7cfb\u7684\u5efa\u7acb\uff0c\u8fd9\u662f\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "\u62bd\u8c61\u601d\u7ef4,\u6570\u5b66\u5efa\u6a21", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u5b66\u62bd\u8c61\u6db5\u76d6\u5bf9\u6570\u91cf\u7279\u5f81\u7684\u63d0\u53d6\u53ca\u5176\u5173\u7cfb\u7684\u5efa\u7acb\uff0c\u8fd9\u662f\u6570\u5b66\u7814\u7a76\u7684\u6838\u5fc3\u4e4b\u4e00\u3002", "to": "\u6570\u91cf\u4e0e\u6570\u91cf\u5173\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u4e5f\u5305\u62ec\u5bf9\u56fe\u5f62\u7279\u5f81\u53ca\u5176\u5173\u7cfb\u7684\u63d0\u53d6\uff0c\u6784\u6210\u4e86\u51e0\u4f55\u5b66\u7b49\u6570\u5b66\u5206\u652f\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "\u56fe\u5f62\u5efa\u6a21,\u62bd\u8c61\u601d\u7ef4", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u5b66\u62bd\u8c61\u4e5f\u5305\u62ec\u5bf9\u56fe\u5f62\u7279\u5f81\u53ca\u5176\u5173\u7cfb\u7684\u63d0\u53d6\uff0c\u6784\u6210\u4e86\u51e0\u4f55\u5b66\u7b49\u6570\u5b66\u5206\u652f\u7684\u57fa\u7840\u3002", "to": "\u56fe\u5f62\u4e0e\u56fe\u5f62\u5173\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u4f53\u73b0\u4e86\u7b2c\u4e00\u6b21\u6570\u5b66\u62bd\u8c61\uff0c\u5373\u4ece\u5177\u4f53\u7ecf\u9a8c\u4e2d\u63d0\u70bc\u51fa\u51e0\u4f55\u65b9\u6cd5\u548c\u903b\u8f91\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "abstraction,foundational theory", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u4f53\u73b0\u4e86\u7b2c\u4e00\u6b21\u6570\u5b66\u62bd\u8c61\uff0c\u5373\u4ece\u5177\u4f53\u7ecf\u9a8c\u4e2d\u63d0\u70bc\u51fa\u51e0\u4f55\u65b9\u6cd5\u548c\u903b\u8f91\u4f53\u7cfb\u3002", "to": "\u300a\u539f\u7406\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u662f\u6784\u5efa\u903b\u8f91\u4f53\u7cfb\u7684\u524d\u63d0\uff0c\u901a\u8fc7\u62bd\u8c61\u63d0\u70bc\u51fa\u4e00\u822c\u6027\u539f\u5219\u548c\u63a8\u7406\u89c4\u5219\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "abstraction,logical structure", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6570\u5b66\u62bd\u8c61\u662f\u6784\u5efa\u903b\u8f91\u4f53\u7cfb\u7684\u524d\u63d0\uff0c\u901a\u8fc7\u62bd\u8c61\u63d0\u70bc\u51fa\u4e00\u822c\u6027\u539f\u5219\u548c\u63a8\u7406\u89c4\u5219\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u662f\u6570\u5b66\u79d1\u5b66\u5316\u7684\u6838\u5fc3\u8fc7\u7a0b\uff0c\u4f7f\u6570\u5b66\u4ece\u7ecf\u9a8c\u6027\u77e5\u8bc6\u53d1\u5c55\u4e3a\u903b\u8f91\u4e25\u5bc6\u7684\u79d1\u5b66\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "abstract reasoning,scientific formalization", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u6570\u5b66\u62bd\u8c61\u662f\u6570\u5b66\u79d1\u5b66\u5316\u7684\u6838\u5fc3\u8fc7\u7a0b\uff0c\u4f7f\u6570\u5b66\u4ece\u7ecf\u9a8c\u6027\u77e5\u8bc6\u53d1\u5c55\u4e3a\u903b\u8f91\u4e25\u5bc6\u7684\u79d1\u5b66\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u62bd\u8c61\u662f\u5f62\u5f0f\u5316\u7684\u6838\u5fc3\u76ee\u6807\uff0c\u901a\u8fc7\u7b26\u53f7\u7cfb\u7edf\u5b9e\u73b0\u5bf9\u51e0\u4f55\u5bf9\u8c61\u7684\u903b\u8f91\u8868\u8fbe\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "symbolic representation,theoretical abstraction", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u6570\u5b66\u62bd\u8c61\u662f\u5f62\u5f0f\u5316\u7684\u6838\u5fc3\u76ee\u6807\uff0c\u901a\u8fc7\u7b26\u53f7\u7cfb\u7edf\u5b9e\u73b0\u5bf9\u51e0\u4f55\u5bf9\u8c61\u7684\u903b\u8f91\u8868\u8fbe\u3002", "to": "\u5f62\u5f0f\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u673a\u68b0\u5316\u662f\u6570\u5b66\u62bd\u8c61\u601d\u60f3\u5728\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u4e2d\u7684\u5177\u4f53\u4f53\u73b0,\u53cd\u6620\u4e86\u6570\u5b66\u63a8\u7406\u7684\u7cfb\u7edf\u5316\u548c\u81ea\u52a8\u5316\u8d8b\u52bf\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u62bd\u8c61", "keywords": "\u5b66\u672f\u601d\u60f3,\u7814\u7a76\u65b9\u5411", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6570\u5b66\u673a\u68b0\u5316\u662f\u6570\u5b66\u62bd\u8c61\u601d\u60f3\u5728\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u4e2d\u7684\u5177\u4f53\u4f53\u73b0,\u53cd\u6620\u4e86\u6570\u5b66\u63a8\u7406\u7684\u7cfb\u7edf\u5316\u548c\u81ea\u52a8\u5316\u8d8b\u52bf\u3002", "to": "\u6570\u5b66\u673a\u68b0\u5316", "width": 8.0}, {"created_at": 1752674566, "description": "\u62bd\u8c61\u4e86\u7684\u5706\u662f\u4e00\u79cd\u62bd\u8c61\u7684\u5b58\u5728\uff0c\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\uff0c\u800c\u975e\u73b0\u5b9e\u4e2d\u7684\u5177\u4f53\u7269\u4f53\u3002", "file_path": "unknown_source", "from": "\u62bd\u8c61\u7684\u5b58\u5728", "keywords": "\u56fe\u5f62\u8ba4\u77e5,\u62bd\u8c61\u601d\u7ef4", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u62bd\u8c61\u4e86\u7684\u5706\u662f\u4e00\u79cd\u62bd\u8c61\u7684\u5b58\u5728\uff0c\u5b58\u5728\u4e8e\u4eba\u7684\u601d\u7ef4\u4e2d\uff0c\u800c\u975e\u73b0\u5b9e\u4e2d\u7684\u5177\u4f53\u7269\u4f53\u3002", "to": "\u62bd\u8c61\u4e86\u7684\u5706", "width": 8.0}, {"created_at": 1752674566, "description": "\u90d1\u677f\u6865\u63d0\u51fa\u2018\u753b\u80f8\u4e2d\u4e4b\u7af9\u2019\uff0c\u4f53\u73b0\u4e86\u62bd\u8c61\u601d\u7ef4\u5728\u827a\u672f\u548c\u6570\u5b66\u7b49\u9886\u57df\u7684\u666e\u904d\u6027\u3002", "file_path": "unknown_source", "from": "\u62bd\u8c61\u7684\u5b58\u5728", "keywords": "\u62bd\u8c61\u601d\u7ef4,\u827a\u672f\u4e0e\u6570\u5b66", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u90d1\u677f\u6865\u63d0\u51fa\u2018\u753b\u80f8\u4e2d\u4e4b\u7af9\u2019\uff0c\u4f53\u73b0\u4e86\u62bd\u8c61\u601d\u7ef4\u5728\u827a\u672f\u548c\u6570\u5b66\u7b49\u9886\u57df\u7684\u666e\u904d\u6027\u3002", "to": "\u90d1\u677f\u6865", "width": 7.0}, {"created_at": 1752674566, "description": "\u7b26\u53f7\u662f\u62bd\u8c61\u5b58\u5728\u7684\u8868\u73b0\u5f62\u5f0f\u4e4b\u4e00\uff0c\u7528\u4e8e\u8868\u8fbe\u6570\u5b66\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u62bd\u8c61\u7684\u5b58\u5728", "keywords": "\u62bd\u8c61\u8868\u8fbe,\u6570\u5b66\u8bed\u8a00", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7b26\u53f7\u662f\u62bd\u8c61\u5b58\u5728\u7684\u8868\u73b0\u5f62\u5f0f\u4e4b\u4e00\uff0c\u7528\u4e8e\u8868\u8fbe\u6570\u5b66\u6982\u5ff5\u3002", "to": "\u7b26\u53f7", "width": 9.0}, {"created_at": 1752674566, "description": "\u80f8\u4e2d\u4e4b\u7af9\u4f53\u73b0\u4e86\u62bd\u8c61\u5b58\u5728\u5728\u827a\u672f\u548c\u6570\u5b66\u4e2d\u7684\u666e\u904d\u6027\u3002", "file_path": "unknown_source", "from": "\u62bd\u8c61\u7684\u5b58\u5728", "keywords": "\u62bd\u8c61\u601d\u7ef4,\u8ba4\u77e5\u7406\u8bba", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u80f8\u4e2d\u4e4b\u7af9\u4f53\u73b0\u4e86\u62bd\u8c61\u5b58\u5728\u5728\u827a\u672f\u548c\u6570\u5b66\u4e2d\u7684\u666e\u904d\u6027\u3002", "to": "\u80f8\u4e2d\u4e4b\u7af9", "width": 8.0}, {"created_at": 1752674566, "description": "\u76f8\u5bf9\u65f6\u95f4\u662f\u5bf9\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u53cd\u601d\uff0c\u5f3a\u8c03\u65f6\u95f4\u611f\u77e5\u53ef\u80fd\u4f9d\u8d56\u4e8e\u4e8b\u4ef6\u53d1\u751f\u7684\u80cc\u666f\u548c\u89c2\u5bdf\u8005\u7684\u72b6\u6001\u3002", "file_path": "unknown_source", "from": "\u7edd\u5bf9\u65f6\u95f4", "keywords": "\u65f6\u95f4\u54f2\u5b66,\u7269\u7406\u7406\u8bba", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u76f8\u5bf9\u65f6\u95f4\u662f\u5bf9\u7edd\u5bf9\u65f6\u95f4\u6982\u5ff5\u7684\u53cd\u601d\uff0c\u5f3a\u8c03\u65f6\u95f4\u611f\u77e5\u53ef\u80fd\u4f9d\u8d56\u4e8e\u4e8b\u4ef6\u53d1\u751f\u7684\u80cc\u666f\u548c\u89c2\u5bdf\u8005\u7684\u72b6\u6001\u3002", "to": "\u76f8\u5bf9\u65f6\u95f4", "width": 7.0}, {"created_at": 1752674566, "description": "\u5b54\u5b50\u662f\u9ec4\u6cb3\u6d41\u57df\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6\uff0c\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "file_path": "unknown_source", "from": "\u5b54\u5b50", "keywords": "cultural center,philosophical origin", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5b54\u5b50\u662f\u9ec4\u6cb3\u6d41\u57df\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6\uff0c\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "to": "\u9ec4\u6cb3\u6d41\u57df", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b54\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "file_path": "unknown_source", "from": "\u5b54\u5b50", "keywords": "historical context,philosophical origin", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5b54\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u5112\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 9.0}, {"created_at": 1752674566, "description": "\u90d1\u677f\u6865\u63d0\u51fa\u2018\u80f8\u4e2d\u4e4b\u7af9\u2019\u7684\u827a\u672f\u7406\u5ff5\uff0c\u5f3a\u8c03\u62bd\u8c61\u601d\u7ef4\u5728\u521b\u4f5c\u4e2d\u7684\u91cd\u8981\u6027\u3002", "file_path": "unknown_source", "from": "\u90d1\u677f\u6865", "keywords": "\u62bd\u8c61\u601d\u7ef4,\u827a\u672f\u8868\u8fbe", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u90d1\u677f\u6865\u63d0\u51fa\u2018\u80f8\u4e2d\u4e4b\u7af9\u2019\u7684\u827a\u672f\u7406\u5ff5\uff0c\u5f3a\u8c03\u62bd\u8c61\u601d\u7ef4\u5728\u521b\u4f5c\u4e2d\u7684\u91cd\u8981\u6027\u3002", "to": "\u80f8\u4e2d\u4e4b\u7af9", "width": 9.0}, {"created_at": 1752674566, "description": "\u91cf\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u63cf\u8ff0\u73b0\u5b9e\u4e16\u754c\u53ef\u6d4b\u91cf\u5c5e\u6027\u7684\u57fa\u672c\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u6570\u5b66\u5efa\u6a21,\u6570\u91cf\u62bd\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u91cf\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u63cf\u8ff0\u73b0\u5b9e\u4e16\u754c\u53ef\u6d4b\u91cf\u5c5e\u6027\u7684\u57fa\u672c\u6982\u5ff5\u3002", "to": "\u91cf", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7814\u7a76\u4f9d\u8d56\u7b26\u53f7\u7cfb\u7edf\u6765\u8868\u8fbe\u62bd\u8c61\u6982\u5ff5\u548c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u62bd\u8c61\u8868\u8fbe,\u6570\u5b66\u8bed\u8a00", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u5b66\u7814\u7a76\u4f9d\u8d56\u7b26\u53f7\u7cfb\u7edf\u6765\u8868\u8fbe\u62bd\u8c61\u6982\u5ff5\u548c\u5173\u7cfb\u3002", "to": "\u7b26\u53f7", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b49\u4e8e\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u8868\u793a\u6570\u91cf\u4e00\u81f4\u6027\u7684\u57fa\u672c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u6570\u5b66\u5173\u7cfb,\u6570\u91cf\u6bd4\u8f83", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u7b49\u4e8e\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u8868\u793a\u6570\u91cf\u4e00\u81f4\u6027\u7684\u57fa\u672c\u5173\u7cfb\u3002", "to": "\u7b49\u4e8e", "width": 8.0}, {"created_at": 1752674566, "description": "\u5927\u4e8e\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u8868\u793a\u6570\u91cf\u5dee\u5f02\u7684\u57fa\u672c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u6570\u5b66\u5173\u7cfb,\u6570\u91cf\u6bd4\u8f83", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5927\u4e8e\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u8868\u793a\u6570\u91cf\u5dee\u5f02\u7684\u57fa\u672c\u5173\u7cfb\u3002", "to": "\u5927\u4e8e", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c5e\u4e8e\u5173\u7cfb\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u96c6\u5408\u8bba\u7684\u57fa\u672c\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u6570\u5b66\u903b\u8f91,\u96c6\u5408\u5173\u7cfb", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u5c5e\u4e8e\u5173\u7cfb\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u96c6\u5408\u8bba\u7684\u57fa\u672c\u6982\u5ff5\u3002", "to": "\u5c5e\u4e8e", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e4b\u95f4\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u63cf\u8ff0\u4f4d\u7f6e\u6216\u987a\u5e8f\u5173\u7cfb\u7684\u57fa\u672c\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u4f4d\u7f6e\u5173\u7cfb,\u6570\u5b66\u903b\u8f91", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u4e4b\u95f4\u662f\u6570\u5b66\u7814\u7a76\u4e2d\u63cf\u8ff0\u4f4d\u7f6e\u6216\u987a\u5e8f\u5173\u7cfb\u7684\u57fa\u672c\u6982\u5ff5\u3002", "to": "\u4e4b\u95f4", "width": 7.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u7814\u7a76\u4f9d\u8d56\u8fd0\u7b97\u6cd5\u5219\u6765\u5b9a\u4e49\u6570\u91cf\u548c\u7b26\u53f7\u7684\u64cd\u4f5c\u89c4\u5219\u3002", "file_path": "unknown_source", "from": "\u6570\u5b66\u7814\u7a76", "keywords": "\u6570\u5b66\u7ed3\u6784,\u8fd0\u7b97\u7cfb\u7edf", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u6570\u5b66\u7814\u7a76\u4f9d\u8d56\u8fd0\u7b97\u6cd5\u5219\u6765\u5b9a\u4e49\u6570\u91cf\u548c\u7b26\u53f7\u7684\u64cd\u4f5c\u89c4\u5219\u3002", "to": "\u8fd0\u7b97\u6cd5\u5219", "width": 9.0}, {"created_at": 1752674566, "description": "\u8fd0\u7b97\u6cd5\u5219\u662f\u6570\u5b66\u57fa\u7840\u77e5\u8bc6\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u8fd0\u7b97\u6cd5\u5219", "keywords": "computational rules,mathematical foundation", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u8fd0\u7b97\u6cd5\u5219\u662f\u6570\u5b66\u57fa\u7840\u77e5\u8bc6\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\u3002", "to": "\u57fa\u7840\u77e5\u8bc6", "width": 7.0}, {"created_at": 1752674566, "description": "\u95ea\u7535\u548c\u96f7\u58f0\u7528\u4e8e\u8bf4\u660e\u8fdc\u8ddd\u79bb\u4e8b\u4ef6\u4e2d\u2018\u73b0\u5728\u2019\u6982\u5ff5\u7684\u786e\u5b9a\u4f9d\u636e\u3002", "file_path": "unknown_source", "from": "\u95ea\u7535", "keywords": "\u65f6\u95f4\u611f\u77e5,\u81ea\u7136\u73b0\u8c61", "source_id": "chunk-77809f023af3e8d2fb1e4c6cea56c329", "title": "\u95ea\u7535\u548c\u96f7\u58f0\u7528\u4e8e\u8bf4\u660e\u8fdc\u8ddd\u79bb\u4e8b\u4ef6\u4e2d\u2018\u73b0\u5728\u2019\u6982\u5ff5\u7684\u786e\u5b9a\u4f9d\u636e\u3002", "to": "\u96f7\u58f0", "width": 7.0}, {"created_at": 1752674566, "description": "Einstein proposed the principle that the speed of light is constant and absolute, forming the foundation of the special theory of relativity.", "file_path": "unknown_source", "from": "Albert Einstein", "keywords": "physics,relativity,speed constancy", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Einstein proposed the principle that the speed of light is constant and absolute, forming the foundation of the special theory of relativity.", "to": "Speed of Light", "width": 10.0}, {"created_at": 1752674566, "description": "Einstein developed the special theory of relativity based on the principle of the constancy of the speed of light and the principle of relativity.", "file_path": "unknown_source", "from": "Albert Einstein", "keywords": "relativity,scientific innovation,theoretical physics", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Einstein developed the special theory of relativity based on the principle of the constancy of the speed of light and the principle of relativity.", "to": "Special Theory of Relativity", "width": 10.0}, {"created_at": 1752674566, "description": "Maxwell\u0027s equations showed that light is an electromagnetic wave and that its speed is constant in a vacuum, laying the groundwork for later theories.", "file_path": "unknown_source", "from": "James Maxwell", "keywords": "electromagnetism,theoretical foundation,wave propagation", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Maxwell\u0027s equations showed that light is an electromagnetic wave and that its speed is constant in a vacuum, laying the groundwork for later theories.", "to": "Speed of Light", "width": 9.0}, {"created_at": 1752674566, "description": "Galileo observed Jupiter and its moons using a telescope, leading to the discovery of the Galilean moons and influencing later astronomical studies.", "file_path": "unknown_source", "from": "Galileo Galilei", "keywords": "astronomy,observation,planetary science", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Galileo observed Jupiter and its moons using a telescope, leading to the discovery of the Galilean moons and influencing later astronomical studies.", "to": "Jupiter", "width": 8.0}, {"created_at": 1752674566, "description": "Roemer was the first to estimate the speed of light using observations of Jupiter\u0027s moon Io and the variation in its eclipse timing.", "file_path": "unknown_source", "from": "Ole Roemer", "keywords": "astronomical measurement,empirical evidence,speed estimation", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Roemer was the first to estimate the speed of light using observations of Jupiter\u0027s moon Io and the variation in its eclipse timing.", "to": "Speed of Light", "width": 9.0}, {"created_at": 1752674566, "description": "Roemer used observations of Jupiter\u0027s moon Io to estimate the speed of light, establishing a relationship between astronomical observation and physical constants.", "file_path": "unknown_source", "from": "Ole Roemer", "keywords": "astronomy,light measurement,planetary observation", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Roemer used observations of Jupiter\u0027s moon Io to estimate the speed of light, establishing a relationship between astronomical observation and physical constants.", "to": "Jupiter", "width": 8.0}, {"created_at": 1752674566, "description": "Roemer used the eclipses of Io to calculate the speed of light, establishing a direct relationship between the moon\u0027s orbit and light propagation.", "file_path": "unknown_source", "from": "Ole Roemer", "keywords": "astronomical observation,celestial timing,light delay", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Roemer used the eclipses of Io to calculate the speed of light, establishing a direct relationship between the moon\u0027s orbit and light propagation.", "to": "Io", "width": 9.0}, {"created_at": 1752674566, "description": "Michelson conducted precise measurements of the speed of light and developed the interferometer used in the Michelson-Morley experiment.", "file_path": "unknown_source", "from": "Albert Michelson", "keywords": "experimental physics,light speed,precision measurement", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Michelson conducted precise measurements of the speed of light and developed the interferometer used in the Michelson-Morley experiment.", "to": "Speed of Light", "width": 10.0}, {"created_at": 1752674566, "description": "Michelson and Morley collaborated on the Michelson-Morley experiment, which was pivotal in disproving the existence of the aether and supporting the constancy of the speed of light.", "file_path": "unknown_source", "from": "Albert Michelson", "keywords": "aether theory,experimental design,scientific collaboration", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Michelson and Morley collaborated on the Michelson-Morley experiment, which was pivotal in disproving the existence of the aether and supporting the constancy of the speed of light.", "to": "Edward Morley", "width": 9.0}, {"created_at": 1752674566, "description": "Michelson was the lead physicist in conducting the Michelson-Morley experiment, which aimed to detect the aether and instead confirmed the constancy of the speed of light.", "file_path": "unknown_source", "from": "Albert Michelson", "keywords": "experimental physics,light measurement,scientific discovery", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Michelson was the lead physicist in conducting the Michelson-Morley experiment, which aimed to detect the aether and instead confirmed the constancy of the speed of light.", "to": "Michelson-Morley Experiment", "width": 10.0}, {"created_at": 1752674566, "description": "Michelson developed the Michelson Interferometer, a key instrument in precision optical measurements and fundamental to the Michelson-Morley experiment.", "file_path": "unknown_source", "from": "Albert Michelson", "keywords": "experimental physics,instrumentation,optical measurement", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Michelson developed the Michelson Interferometer, a key instrument in precision optical measurements and fundamental to the Michelson-Morley experiment.", "to": "Michelson Interferometer", "width": 10.0}, {"created_at": 1752674566, "description": "Michelson received the Nobel Prize in Physics in 1907 for his precision optical measurements and the development of the interferometer.", "file_path": "unknown_source", "from": "Albert Michelson", "keywords": "experimental physics,recognition,scientific achievement", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Michelson received the Nobel Prize in Physics in 1907 for his precision optical measurements and the development of the interferometer.", "to": "Nobel Prize in Physics", "width": 9.0}, {"created_at": 1752674566, "description": "The constancy of the speed of light is a foundational principle of Einstein\u0027s special theory of relativity.", "file_path": "unknown_source", "from": "Speed of Light", "keywords": "light speed,physics principle,theoretical framework", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The constancy of the speed of light is a foundational principle of Einstein\u0027s special theory of relativity.", "to": "Special Theory of Relativity", "width": 10.0}, {"created_at": 1752674566, "description": "The concept of simultaneity involving a supernova event near Sirius illustrates the finite speed of light and its implications for information transfer across space.", "file_path": "unknown_source", "from": "Speed of Light", "keywords": "cosmic events,information delay,light propagation", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The concept of simultaneity involving a supernova event near Sirius illustrates the finite speed of light and its implications for information transfer across space.", "to": "Sirius", "width": 7.0}, {"created_at": 1752674566, "description": "Light speed measurement encompasses the various experimental methods used to determine the speed of light, which is a fundamental constant in physics.\u003cSEP\u003eThe concept of the speed of light is central to the historical and experimental efforts to measure its value using various methods and instruments.", "file_path": "unknown_source", "from": "Speed of Light", "keywords": "empirical study,measurement techniques,physical constant,scientific method", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Light speed measurement encompasses the various experimental methods used to determine the speed of light, which is a fundamental constant in physics.\u003cSEP\u003eThe concept of the speed of light is central to the historical and experimental efforts to measure its value using various methods and instruments.", "to": "Light Speed Measurement", "width": 18.0}, {"created_at": 1752674566, "description": "The concept of time simultaneity is affected by the finite speed of light, which means events that appear simultaneous in one frame may not be in another.", "file_path": "unknown_source", "from": "Speed of Light", "keywords": "information delay,relativity,time perception", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The concept of time simultaneity is affected by the finite speed of light, which means events that appear simultaneous in one frame may not be in another.", "to": "Time Simultaneity", "width": 8.0}, {"created_at": 1752674566, "description": "The Michelson-Morley experiment\u0027s failure to detect aether supported Einstein\u0027s postulate that the speed of light is constant regardless of the observer\u0027s motion.", "file_path": "unknown_source", "from": "Michelson-Morley Experiment", "keywords": "aether theory,experimental evidence,relativity foundation", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The Michelson-Morley experiment\u0027s failure to detect aether supported Einstein\u0027s postulate that the speed of light is constant regardless of the observer\u0027s motion.", "to": "Special Theory of Relativity", "width": 10.0}, {"created_at": 1752674566, "description": "The Michelson-Morley experiment aimed to detect the luminiferous aether but instead provided evidence that it does not exist.", "file_path": "unknown_source", "from": "Michelson-Morley Experiment", "keywords": "aether theory,experimental refutation,physics discovery", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "The Michelson-Morley experiment aimed to detect the luminiferous aether but instead provided evidence that it does not exist.", "to": "Luminiferous Aether", "width": 9.0}, {"created_at": 1752674566, "description": "Michelson was awarded the Nobel Prize in Physics for his work involving the interferometer and precision optical measurements.", "file_path": "unknown_source", "from": "Nobel Prize in Physics", "keywords": "instrumentation,optical physics,scientific recognition", "source_id": "chunk-599fd6ef3d62c4dfd57f6de9fbc8af97", "title": "Michelson was awarded the Nobel Prize in Physics for his work involving the interferometer and precision optical measurements.", "to": "Michelson Interferometer", "width": 8.0}, {"created_at": 1752674566, "description": "\u8fc8\u514b\u5c14\u900a\u56e0\u5728\u5149\u901f\u6d4b\u91cf\u65b9\u9762\u7684\u7814\u7a76\u83b7\u5f97\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002", "file_path": "unknown_source", "from": "\u8fc8\u514b\u5c14\u900a", "keywords": "recognition,scientific achievement", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u8fc8\u514b\u5c14\u900a\u56e0\u5728\u5149\u901f\u6d4b\u91cf\u65b9\u9762\u7684\u7814\u7a76\u83b7\u5f97\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002", "to": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "width": 9.0}, {"created_at": 1752674566, "description": "\u8fc8\u514b\u5c14\u900a\u7684\u7814\u7a76\u4e3a\u5149\u901f\u7684\u7279\u6027\u5960\u5b9a\u4e86\u57fa\u7840\uff0c\u7279\u522b\u662f\u5176\u4e0d\u53d8\u6027\u539f\u7406\u3002", "file_path": "unknown_source", "from": "\u8fc8\u514b\u5c14\u900a", "keywords": "measurement,scientific discovery", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u8fc8\u514b\u5c14\u900a\u7684\u7814\u7a76\u4e3a\u5149\u901f\u7684\u7279\u6027\u5960\u5b9a\u4e86\u57fa\u7840\uff0c\u7279\u522b\u662f\u5176\u4e0d\u53d8\u6027\u539f\u7406\u3002", "to": "\u5149\u901f", "width": 8.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u56e0\u5176\u5728\u7535\u78c1\u7406\u8bba\u65b9\u9762\u7684\u8d21\u732e\u83b7\u5f97\u4e86\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002", "file_path": "unknown_source", "from": "\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956", "keywords": "recognition,scientific achievement", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6d1b\u4f26\u5179\u56e0\u5176\u5728\u7535\u78c1\u7406\u8bba\u65b9\u9762\u7684\u8d21\u732e\u83b7\u5f97\u4e86\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\u3002", "to": "\u6d1b\u4f26\u5179", "width": 9.0}, {"created_at": 1752674566, "description": "\u5149\u901f\u4e0d\u53d8\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u5047\u8bbe\u4e4b\u4e00\uff0c\u51b3\u5b9a\u4e86\u65f6\u95f4\u548c\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "fundamental principle,theoretical basis", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u901f\u4e0d\u53d8\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u5047\u8bbe\u4e4b\u4e00\uff0c\u51b3\u5b9a\u4e86\u65f6\u95f4\u548c\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "to": "\u76f8\u5bf9\u8bba", "width": 10.0}, {"created_at": 1752674566, "description": "\u5149\u901f\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u4fdd\u6301\u4e0d\u53d8\uff0c\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u516c\u7406\u3002", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "invariant constant,physical law", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u901f\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u4fdd\u6301\u4e0d\u53d8\uff0c\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u672c\u516c\u7406\u3002", "to": "\u60ef\u6027\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u5149\u8def\u5f84\u7684\u5f62\u72b6\u53d7\u5149\u901f\u4e0d\u53d8\u539f\u7406\u5f71\u54cd\uff0c\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u5448\u73b0\u4e0d\u540c\u5f62\u5f0f\u3002", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "constant speed,path dependency", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u8def\u5f84\u7684\u5f62\u72b6\u53d7\u5149\u901f\u4e0d\u53d8\u539f\u7406\u5f71\u54cd\uff0c\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u5448\u73b0\u4e0d\u540c\u5f62\u5f0f\u3002", "to": "\u5149\u8def\u5f84", "width": 8.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u56e0\u5b50\u4f9d\u8d56\u4e8e\u76f8\u5bf9\u901f\u5ea6v\u4e0e\u5149\u901fc\u7684\u6bd4\u503c\uff0c\u662f\u6d1b\u4f26\u5179\u53d8\u6362\u7684\u6838\u5fc3\u6570\u5b66\u8868\u8fbe\u5f0f\u3002", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "mathematical dependency,relativistic factor", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u56e0\u5b50\u4f9d\u8d56\u4e8e\u76f8\u5bf9\u901f\u5ea6v\u4e0e\u5149\u901fc\u7684\u6bd4\u503c\uff0c\u662f\u6d1b\u4f26\u5179\u53d8\u6362\u7684\u6838\u5fc3\u6570\u5b66\u8868\u8fbe\u5f0f\u3002", "to": "\u6d1b\u4f26\u5179\u56e0\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "\u72ed\u4e49\u76f8\u5bf9\u8bba\u5c06\u5149\u901f\u89c6\u4e3a\u4e0d\u53d8\u5e38\u6570\uff0c\u5e76\u4ee5\u6b64\u4e3a\u57fa\u7840\u91cd\u65b0\u5b9a\u4e49\u4e86\u65f6\u95f4\u548c\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "fundamental principle,theoretical foundation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u72ed\u4e49\u76f8\u5bf9\u8bba\u5c06\u5149\u901f\u89c6\u4e3a\u4e0d\u53d8\u5e38\u6570\uff0c\u5e76\u4ee5\u6b64\u4e3a\u57fa\u7840\u91cd\u65b0\u5b9a\u4e49\u4e86\u65f6\u95f4\u548c\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "to": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "width": 10.0}, {"created_at": 1752674566, "description": "\u5f53\u7269\u4f53\u901f\u5ea6\u63a5\u8fd1\u5149\u901f\u65f6\uff0c\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u53d8\u5f97\u663e\u8457\uff0c\u8fd9\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u6838\u5fc3\u9884\u6d4b\u3002", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "\u7269\u7406\u6548\u5e94,\u901f\u5ea6\u4f9d\u8d56", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u5f53\u7269\u4f53\u901f\u5ea6\u63a5\u8fd1\u5149\u901f\u65f6\uff0c\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u53d8\u5f97\u663e\u8457\uff0c\u8fd9\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u6838\u5fc3\u9884\u6d4b\u3002", "to": "\u65f6\u95f4\u81a8\u80c0", "width": 9.0}, {"created_at": 1752674566, "description": "The 1983 International Conference on Weights and Measures used the speed of light to redefine the meter for greater precision.", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "physical constant,scientific definition", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The 1983 International Conference on Weights and Measures used the speed of light to redefine the meter for greater precision.", "to": "1983\u5e74\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "width": 10.0}, {"created_at": 1752674566, "description": "The modern definition of the meter is based on the distance light travels in 1/299,792,458 seconds.", "file_path": "unknown_source", "from": "\u5149\u901f", "keywords": "precision,scientific redefinition", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The modern definition of the meter is based on the distance light travels in 1/299,792,458 seconds.", "to": "\u5149\u5728\u771f\u7a7a\u4e2d1/299792458\u79d2\u6240\u7ecf\u8fc7\u7684\u8ddd\u79bb", "width": 10.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u63d0\u51fa\u7684\u53d8\u6362\u516c\u5f0f\u88ab\u7231\u56e0\u65af\u5766\u7528\u4e8e\u5efa\u7acb\u76f8\u5bf9\u8bba\u7684\u6570\u5b66\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "mathematical foundation,theoretical contribution", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u6d1b\u4f26\u5179\u63d0\u51fa\u7684\u53d8\u6362\u516c\u5f0f\u88ab\u7231\u56e0\u65af\u5766\u7528\u4e8e\u5efa\u7acb\u76f8\u5bf9\u8bba\u7684\u6570\u5b66\u57fa\u7840\u3002", "to": "\u76f8\u5bf9\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u63d0\u51fa\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\u516c\u5f0f\uff0c\u8fd9\u662f\u4ed6\u6700\u91cd\u8981\u7684\u79d1\u5b66\u8d21\u732e\uff0c\u5c3d\u7ba1\u4ed6\u672a\u7406\u89e3\u5176\u7269\u7406\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "mathematical foundation,transformation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u63d0\u51fa\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\u516c\u5f0f\uff0c\u8fd9\u662f\u4ed6\u6700\u91cd\u8981\u7684\u79d1\u5b66\u8d21\u732e\uff0c\u5c3d\u7ba1\u4ed6\u672a\u7406\u89e3\u5176\u7269\u7406\u610f\u4e49\u3002", "to": "\u6d1b\u4f26\u5179\u53d8\u6362", "width": 10.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u7684\u5de5\u4f5c\u4e3a\u72ed\u4e49\u76f8\u5bf9\u8bba\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\uff0c\u4f46\u4ed6\u672a\u80fd\u63d0\u51fa\u76f8\u5bf9\u8bba\uff0c\u56e0\u4e3a\u6ca1\u6709\u7406\u89e3\u65f6\u95f4\u53d8\u91cf\u7684\u7269\u7406\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "missed insight,scientific contribution", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u7684\u5de5\u4f5c\u4e3a\u72ed\u4e49\u76f8\u5bf9\u8bba\u63d0\u4f9b\u4e86\u6570\u5b66\u57fa\u7840\uff0c\u4f46\u4ed6\u672a\u80fd\u63d0\u51fa\u76f8\u5bf9\u8bba\uff0c\u56e0\u4e3a\u6ca1\u6709\u7406\u89e3\u65f6\u95f4\u53d8\u91cf\u7684\u7269\u7406\u610f\u4e49\u3002", "to": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "\u6768\u632f\u5b81\u8bc4\u4ef7\u6d1b\u4f26\u5179\u7406\u89e3\u4e86\u76f8\u5bf9\u8bba\u7684\u6570\u5b66\uff0c\u4f46\u672a\u638c\u63e1\u5176\u7269\u7406\u672c\u8d28\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "historical reflection,scientific evaluation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6768\u632f\u5b81\u8bc4\u4ef7\u6d1b\u4f26\u5179\u7406\u89e3\u4e86\u76f8\u5bf9\u8bba\u7684\u6570\u5b66\uff0c\u4f46\u672a\u638c\u63e1\u5176\u7269\u7406\u672c\u8d28\u3002", "to": "\u6768\u632f\u5b81", "width": 8.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u53d1\u73b0\u4f3d\u5229\u7565\u53d8\u6362\u65e0\u6cd5\u4fdd\u6301\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u5f62\u5f0f\u4e00\u81f4\u6027\uff0c\u4ece\u800c\u63a8\u52a8\u4e86\u65b0\u7684\u53d8\u6362\u65b9\u6cd5\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "inconsistency,theoretical motivation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u53d1\u73b0\u4f3d\u5229\u7565\u53d8\u6362\u65e0\u6cd5\u4fdd\u6301\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u5f62\u5f0f\u4e00\u81f4\u6027\uff0c\u4ece\u800c\u63a8\u52a8\u4e86\u65b0\u7684\u53d8\u6362\u65b9\u6cd5\u7684\u53d1\u5c55\u3002", "to": "\u4f3d\u5229\u7565\u53d8\u6362", "width": 8.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u7814\u7a76\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u53d8\u6362\u95ee\u9898\uff0c\u63d0\u51fa\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\u4ee5\u89e3\u51b3\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u4e0d\u53d8\u6027\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "reference frame,transformation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u7814\u7a76\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u53d8\u6362\u95ee\u9898\uff0c\u63d0\u51fa\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\u4ee5\u89e3\u51b3\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u4e0d\u53d8\u6027\u95ee\u9898\u3002", "to": "\u60ef\u6027\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u5f15\u5165\u5c40\u90e8\u65f6\u95f4t\u0027\u4f5c\u4e3a\u53d8\u6362\u4e2d\u7684\u8f85\u52a9\u53d8\u91cf\uff0c\u4f46\u672a\u8ba4\u8bc6\u5230\u5176\u4f5c\u4e3a\u771f\u5b9e\u65f6\u95f4\u7684\u7269\u7406\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "auxiliary variable,conceptual limitation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u5f15\u5165\u5c40\u90e8\u65f6\u95f4t\u0027\u4f5c\u4e3a\u53d8\u6362\u4e2d\u7684\u8f85\u52a9\u53d8\u91cf\uff0c\u4f46\u672a\u8ba4\u8bc6\u5230\u5176\u4f5c\u4e3a\u771f\u5b9e\u65f6\u95f4\u7684\u7269\u7406\u610f\u4e49\u3002", "to": "\u5c40\u90e8\u65f6\u95f4", "width": 7.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u7684\u7814\u7a76\u52a8\u673a\u4e4b\u4e00\u662f\u786e\u4fdd\u7269\u7406\u5b9a\u5f8b(\u5982\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b)\u5728\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u4fdd\u6301\u4e00\u81f4\uff0c\u7b26\u5408\u7269\u7406\u5b66\u516c\u7406\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "physical laws,theoretical consistency", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u7684\u7814\u7a76\u52a8\u673a\u4e4b\u4e00\u662f\u786e\u4fdd\u7269\u7406\u5b9a\u5f8b(\u5982\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b)\u5728\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u4fdd\u6301\u4e00\u81f4\uff0c\u7b26\u5408\u7269\u7406\u5b66\u516c\u7406\u3002", "to": "\u7269\u7406\u5b66\u516c\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u56e0\u5728\u7269\u7406\u5b66\u9886\u57df\u7684\u8d21\u732e\u83b7\u5f97\u4e86\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956.", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "recognition,scientific achievement", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u6d1b\u4f26\u5179\u56e0\u5728\u7269\u7406\u5b66\u9886\u57df\u7684\u8d21\u732e\u83b7\u5f97\u4e86\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956.", "to": "\u8bfa\u8d1d\u5c14\u5956", "width": 9.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u4e0e\u5176\u5b66\u751f\u585e\u66fc\u5171\u540c\u83b7\u5f971902\u5e74\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\uff0c\u663e\u793a\u5e08\u751f\u5408\u4f5c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179", "keywords": "\u5e08\u751f\u5408\u4f5c,\u7269\u7406\u5b66\u7814\u7a76", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u6d1b\u4f26\u5179\u4e0e\u5176\u5b66\u751f\u585e\u66fc\u5171\u540c\u83b7\u5f971902\u5e74\u8bfa\u8d1d\u5c14\u7269\u7406\u5b66\u5956\uff0c\u663e\u793a\u5e08\u751f\u5408\u4f5c\u5173\u7cfb\u3002", "to": "\u585e\u66fc", "width": 9.0}, {"created_at": 1752674566, "description": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u7840\u4e4b\u4e00\uff0c\u6307\u51fa\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u7269\u7406\u89c4\u5f8b\u4fdd\u6301\u4e00\u81f4\u3002", "file_path": "unknown_source", "from": "\u76f8\u5bf9\u8bba", "keywords": "theoretical foundation,universal law", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406\u662f\u76f8\u5bf9\u8bba\u7684\u57fa\u7840\u4e4b\u4e00\uff0c\u6307\u51fa\u6240\u6709\u60ef\u6027\u7cfb\u4e2d\u7269\u7406\u89c4\u5f8b\u4fdd\u6301\u4e00\u81f4\u3002", "to": "\u7269\u7406\u89c4\u5f8b\u4e00\u81f4\u6027\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u76f8\u5bf9\u8bba\u4f9d\u8d56\u4e8e\u57fa\u4e8e\u601d\u7ef4\u5b9e\u9a8c\u6784\u5efa\u7684\u6570\u5b66\u6a21\u578b\uff0c\u5982\u5149\u901f\u4e0d\u53d8\u4e0e\u65f6\u95f4\u81a8\u80c0\u7684\u63a8\u5bfc\u6a21\u578b\u3002", "file_path": "unknown_source", "from": "\u76f8\u5bf9\u8bba", "keywords": "conceptual framework,theoretical modeling", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u76f8\u5bf9\u8bba\u4f9d\u8d56\u4e8e\u57fa\u4e8e\u601d\u7ef4\u5b9e\u9a8c\u6784\u5efa\u7684\u6570\u5b66\u6a21\u578b\uff0c\u5982\u5149\u901f\u4e0d\u53d8\u4e0e\u65f6\u95f4\u81a8\u80c0\u7684\u63a8\u5bfc\u6a21\u578b\u3002", "to": "\u6570\u5b66\u6a21\u578b\u6784\u5efa", "width": 8.0}, {"created_at": 1752674566, "description": "\u5217\u8f66\u5b9e\u9a8c\u662f\u601d\u7ef4\u5b9e\u9a8c\u7684\u4e00\u4e2a\u5177\u4f53\u5e94\u7528\uff0c\u7528\u4e8e\u8bf4\u660e\u65f6\u95f4\u4e0e\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u601d\u7ef4\u5b9e\u9a8c", "keywords": "logical deduction,theoretical example", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5217\u8f66\u5b9e\u9a8c\u662f\u601d\u7ef4\u5b9e\u9a8c\u7684\u4e00\u4e2a\u5177\u4f53\u5e94\u7528\uff0c\u7528\u4e8e\u8bf4\u660e\u65f6\u95f4\u4e0e\u7a7a\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "to": "\u5217\u8f66\u5b9e\u9a8c", "width": 7.0}, {"created_at": 1752674566, "description": "\u5217\u8f66\u5b9e\u9a8c\u8bf4\u660e\u4e86\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u89c2\u5bdf\u8005\u5bf9\u5149\u8def\u5f84\u7684\u4e0d\u540c\u611f\u77e5\uff0c\u662f\u7406\u89e3\u60ef\u6027\u7cfb\u5dee\u5f02\u7684\u5b9e\u4f8b\u3002", "file_path": "unknown_source", "from": "\u60ef\u6027\u7cfb", "keywords": "physical observation,reference frame", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5217\u8f66\u5b9e\u9a8c\u8bf4\u660e\u4e86\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u89c2\u5bdf\u8005\u5bf9\u5149\u8def\u5f84\u7684\u4e0d\u540c\u611f\u77e5\uff0c\u662f\u7406\u89e3\u60ef\u6027\u7cfb\u5dee\u5f02\u7684\u5b9e\u4f8b\u3002", "to": "\u5217\u8f66\u5b9e\u9a8c", "width": 9.0}, {"created_at": 1752674566, "description": "\u65f6\u95f4\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u6d41\u901d\u901f\u7387\u4e0d\u540c\uff0c\u901f\u5ea6\u8d8a\u5feb\u65f6\u95f4\u8d8a\u6162\uff0c\u8fd9\u662f\u76f8\u5bf9\u8bba\u7684\u6838\u5fc3\u89c2\u70b9\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u60ef\u6027\u7cfb", "keywords": "frame dependence,time dilation", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u65f6\u95f4\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u6d41\u901d\u901f\u7387\u4e0d\u540c\uff0c\u901f\u5ea6\u8d8a\u5feb\u65f6\u95f4\u8d8a\u6162\uff0c\u8fd9\u662f\u76f8\u5bf9\u8bba\u7684\u6838\u5fc3\u89c2\u70b9\u4e4b\u4e00\u3002", "to": "\u65f6\u95f4\u76f8\u5bf9\u6027", "width": 9.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u7528\u4e8e\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u8fdb\u884c\u65f6\u95f4\u548c\u7a7a\u95f4\u5750\u6807\u8f6c\u6362\u7684\u6570\u5b66\u65b9\u6cd5\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u53d8\u6362\u7528\u4e8e\u63cf\u8ff0\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u65f6\u7a7a\u5750\u6807\u8f6c\u6362\uff0c\u662f\u76f8\u5bf9\u8bba\u6570\u5b66\u57fa\u7840\u7684\u4e00\u90e8\u5206\u3002", "file_path": "unknown_source", "from": "\u60ef\u6027\u7cfb", "keywords": "coordinate transformation,mathematical model,reference frame transformation,relativity", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea\u003cSEP\u003echunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u7528\u4e8e\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u8fdb\u884c\u65f6\u95f4\u548c\u7a7a\u95f4\u5750\u6807\u8f6c\u6362\u7684\u6570\u5b66\u65b9\u6cd5\u3002\u003cSEP\u003e\u6d1b\u4f26\u5179\u53d8\u6362\u7528\u4e8e\u63cf\u8ff0\u4e0d\u540c\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u65f6\u7a7a\u5750\u6807\u8f6c\u6362\uff0c\u662f\u76f8\u5bf9\u8bba\u6570\u5b66\u57fa\u7840\u7684\u4e00\u90e8\u5206\u3002", "to": "\u6d1b\u4f26\u5179\u53d8\u6362", "width": 18.0}, {"created_at": 1752674566, "description": "\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\uff0c\u5149\u8def\u5f84\u8868\u73b0\u4e3a\u4e0d\u540c\u7684\u5f62\u5f0f\uff0c\u5982\u5782\u76f4\u6216V\u5f62\uff0c\u4f53\u73b0\u4e86\u53c2\u8003\u7cfb\u5bf9\u7269\u7406\u73b0\u8c61\u7684\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u60ef\u6027\u7cfb", "keywords": "optical path,reference frame effect", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\uff0c\u5149\u8def\u5f84\u8868\u73b0\u4e3a\u4e0d\u540c\u7684\u5f62\u5f0f\uff0c\u5982\u5782\u76f4\u6216V\u5f62\uff0c\u4f53\u73b0\u4e86\u53c2\u8003\u7cfb\u5bf9\u7269\u7406\u73b0\u8c61\u7684\u5f71\u54cd\u3002", "to": "\u5149\u8def\u5f84\u5dee\u5f02", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e24\u8005\u90fd\u662f\u5386\u53f2\u4e0a\u7528\u4e8e\u89e3\u91ca\u7269\u7406\u73b0\u8c61\u7684\u6982\u5ff5\uff0c\u4ee5\u592a\u7528\u4e8e\u89e3\u91ca\u5149\u4f20\u64ad\uff0c\u60ef\u6027\u7cfb\u7528\u4e8e\u89e3\u91ca\u7269\u4f53\u8fd0\u52a8\u3002", "file_path": "unknown_source", "from": "\u60ef\u6027\u7cfb", "keywords": "historical physics,theoretical concepts", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e24\u8005\u90fd\u662f\u5386\u53f2\u4e0a\u7528\u4e8e\u89e3\u91ca\u7269\u7406\u73b0\u8c61\u7684\u6982\u5ff5\uff0c\u4ee5\u592a\u7528\u4e8e\u89e3\u91ca\u5149\u4f20\u64ad\uff0c\u60ef\u6027\u7cfb\u7528\u4e8e\u89e3\u91ca\u7269\u4f53\u8fd0\u52a8\u3002", "to": "\u4ee5\u592a", "width": 6.0}, {"created_at": 1752674566, "description": "\u5149\u53cd\u5c04\u5b9e\u9a8c\u662f\u5217\u8f66\u5b9e\u9a8c\u7684\u4e00\u4e2a\u5177\u4f53\u5f62\u5f0f\uff0c\u7528\u4e8e\u5c55\u793a\u5149\u8def\u5f84\u4e0e\u65f6\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u5217\u8f66\u5b9e\u9a8c", "keywords": "experimental setup,thought experiment", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u53cd\u5c04\u5b9e\u9a8c\u662f\u5217\u8f66\u5b9e\u9a8c\u7684\u4e00\u4e2a\u5177\u4f53\u5f62\u5f0f\uff0c\u7528\u4e8e\u5c55\u793a\u5149\u8def\u5f84\u4e0e\u65f6\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "to": "\u5149\u53cd\u5c04\u5b9e\u9a8c", "width": 7.0}, {"created_at": 1752674566, "description": "\u65f6\u95f4\u5ea6\u91cf\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u4e0d\u540c\uff0c\u8fd9\u662f\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u76f4\u63a5\u4f53\u73b0\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u76f8\u5bf9\u6027", "keywords": "measurement variation,temporal relativity", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u65f6\u95f4\u5ea6\u91cf\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u4e0d\u540c\uff0c\u8fd9\u662f\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u76f4\u63a5\u4f53\u73b0\u3002", "to": "\u65f6\u95f4\u5ea6\u91cf", "width": 9.0}, {"created_at": 1752674566, "description": "\u5149\u901f\u4e0d\u53d8\u539f\u7406\u76f4\u63a5\u5bfc\u81f4\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u7ed3\u8bba\uff0c\u5373\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u901f\u7387\u4e0d\u540c\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u76f8\u5bf9\u6027", "keywords": "causal link,physical consequence", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u5149\u901f\u4e0d\u53d8\u539f\u7406\u76f4\u63a5\u5bfc\u81f4\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u7ed3\u8bba\uff0c\u5373\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u901f\u7387\u4e0d\u540c\u3002", "to": "\u5149\u901f\u4e0d\u53d8\u539f\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u65f6\u95f4\u81a8\u80c0\u662f\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u5177\u4f53\u8868\u73b0\u4e4b\u4e00\uff0c\u8868\u73b0\u4e3a\u9ad8\u901f\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u66f4\u6162\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u76f8\u5bf9\u6027", "keywords": "physical effect,relativistic consequence", "source_id": "chunk-d67f6fd57e334174ea64d85cdb089d77", "title": "\u65f6\u95f4\u81a8\u80c0\u662f\u65f6\u95f4\u76f8\u5bf9\u6027\u7684\u5177\u4f53\u8868\u73b0\u4e4b\u4e00\uff0c\u8868\u73b0\u4e3a\u9ad8\u901f\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u66f4\u6162\u3002", "to": "\u65f6\u95f4\u81a8\u80c0", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e9e\u52a0\u83b1\u4ece\u6570\u5b66\u89d2\u5ea6\u7814\u7a76\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u5e76\u9996\u6b21\u63d0\u51fa\u201c\u6d1b\u4f26\u5179\u53d8\u6362\u201d\u4e00\u8bcd\uff0c\u4f46\u672a\u80fd\u7406\u89e3\u5176\u7269\u7406\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179\u53d8\u6362", "keywords": "mathematical insight,philosophical framing", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u5e9e\u52a0\u83b1\u4ece\u6570\u5b66\u89d2\u5ea6\u7814\u7a76\u4e86\u6d1b\u4f26\u5179\u53d8\u6362\uff0c\u5e76\u9996\u6b21\u63d0\u51fa\u201c\u6d1b\u4f26\u5179\u53d8\u6362\u201d\u4e00\u8bcd\uff0c\u4f46\u672a\u80fd\u7406\u89e3\u5176\u7269\u7406\u610f\u4e49\u3002", "to": "\u5e9e\u52a0\u83b1", "width": 7.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u4e3a\u4e86\u4fdd\u6301\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u5f62\u5f0f\u4e0d\u53d8\u800c\u63d0\u51fa\u7684\u6570\u5b66\u5de5\u5177\u3002", "file_path": "unknown_source", "from": "\u6d1b\u4f26\u5179\u53d8\u6362", "keywords": "electromagnetic consistency,transformation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u53d8\u6362\u662f\u4e3a\u4e86\u4fdd\u6301\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u5728\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u7684\u5f62\u5f0f\u4e0d\u53d8\u800c\u63d0\u51fa\u7684\u6570\u5b66\u5de5\u5177\u3002", "to": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b", "width": 9.0}, {"created_at": 1752674566, "description": "\u539f\u5b50\u949f\u88ab\u7528\u4e8e\u5b9e\u9a8c\u9a8c\u8bc1\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u8bc1\u660e\u4e86\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u7684\u5dee\u5f02\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u81a8\u80c0", "keywords": "experimental evidence,relativistic test", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u539f\u5b50\u949f\u88ab\u7528\u4e8e\u5b9e\u9a8c\u9a8c\u8bc1\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u8bc1\u660e\u4e86\u4e0d\u540c\u60ef\u6027\u7cfb\u4e2d\u65f6\u95f4\u6d41\u901d\u7684\u5dee\u5f02\u3002", "to": "\u539f\u5b50\u949f", "width": 9.0}, {"created_at": 1752674566, "description": "\u03c0\u4ecb\u5b50\u7684\u534a\u8870\u671f\u5ef6\u957f\u73b0\u8c61\u662f\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u7684\u5b9e\u9a8c\u8bc1\u636e\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u81a8\u80c0", "keywords": "particle decay,relativistic confirmation", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u03c0\u4ecb\u5b50\u7684\u534a\u8870\u671f\u5ef6\u957f\u73b0\u8c61\u662f\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u7684\u5b9e\u9a8c\u8bc1\u636e\u4e4b\u4e00\u3002", "to": "\u03c0\u4ecb\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "\u72ed\u4e49\u76f8\u5bf9\u8bba\u9884\u6d4b\u5e76\u89e3\u91ca\u4e86\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u8fd9\u662f\u5176\u6838\u5fc3\u7269\u7406\u7ed3\u8bba\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u81a8\u80c0", "keywords": "relativistic effect,theoretical prediction", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u72ed\u4e49\u76f8\u5bf9\u8bba\u9884\u6d4b\u5e76\u89e3\u91ca\u4e86\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u8fd9\u662f\u5176\u6838\u5fc3\u7269\u7406\u7ed3\u8bba\u4e4b\u4e00\u3002", "to": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "width": 10.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u56e0\u5b50\u7528\u4e8e\u8ba1\u7b97\u65f6\u95f4\u81a8\u80c0\u7684\u7a0b\u5ea6\uff0c\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u6570\u5b66\u8868\u8fbe\u7684\u6838\u5fc3\u3002", "file_path": "unknown_source", "from": "\u65f6\u95f4\u81a8\u80c0", "keywords": "\u6570\u5b66\u5de5\u5177,\u76f8\u5bf9\u8bba", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u6d1b\u4f26\u5179\u56e0\u5b50\u7528\u4e8e\u8ba1\u7b97\u65f6\u95f4\u81a8\u80c0\u7684\u7a0b\u5ea6\uff0c\u662f\u72ed\u4e49\u76f8\u5bf9\u8bba\u6570\u5b66\u8868\u8fbe\u7684\u6838\u5fc3\u3002", "to": "\u6d1b\u4f26\u5179\u56e0\u5b50", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e9e\u52a0\u83b1\u5bf9\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u672f\u8bed\u6709\u8d21\u732e\uff0c\u4f46\u4ece\u54f2\u5b66\u89d2\u5ea6\u51fa\u53d1\uff0c\u59cb\u7ec8\u5bf9\u76f8\u5bf9\u8bba\u6301\u6000\u7591\u6001\u5ea6\u3002", "file_path": "unknown_source", "from": "\u5e9e\u52a0\u83b1", "keywords": "skepticism,terminology", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u5e9e\u52a0\u83b1\u5bf9\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u672f\u8bed\u6709\u8d21\u732e\uff0c\u4f46\u4ece\u54f2\u5b66\u89d2\u5ea6\u51fa\u53d1\uff0c\u59cb\u7ec8\u5bf9\u76f8\u5bf9\u8bba\u6301\u6000\u7591\u6001\u5ea6\u3002", "to": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "width": 6.0}, {"created_at": 1752674566, "description": "\u6768\u632f\u5b81\u6307\u51fa\u5e9e\u52a0\u83b1\u7406\u89e3\u4e86\u76f8\u5bf9\u8bba\u7684\u54f2\u5b66\uff0c\u4f46\u672a\u7406\u89e3\u5176\u7269\u7406\u5185\u6db5\u3002", "file_path": "unknown_source", "from": "\u5e9e\u52a0\u83b1", "keywords": "philosophical insight,scientific critique", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6768\u632f\u5b81\u6307\u51fa\u5e9e\u52a0\u83b1\u7406\u89e3\u4e86\u76f8\u5bf9\u8bba\u7684\u54f2\u5b66\uff0c\u4f46\u672a\u7406\u89e3\u5176\u7269\u7406\u5185\u6db5\u3002", "to": "\u6768\u632f\u5b81", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e9e\u52a0\u83b1\u5f3a\u8c03\u6d4b\u91cf\u5de5\u5177\u5bf9\u4e8e\u7a7a\u95f4\u6784\u9020\u7684\u91cd\u8981\u6027\uff0c\u800c\u957f\u5ea6\u5355\u4f4d\u6b63\u662f\u6d4b\u91cf\u7a7a\u95f4\u7684\u57fa\u672c\u6807\u51c6\u3002", "file_path": "unknown_source", "from": "\u5e9e\u52a0\u83b1", "keywords": "\u51e0\u4f55\u6d4b\u91cf,\u7a7a\u95f4\u6784\u9020", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5e9e\u52a0\u83b1\u5f3a\u8c03\u6d4b\u91cf\u5de5\u5177\u5bf9\u4e8e\u7a7a\u95f4\u6784\u9020\u7684\u91cd\u8981\u6027\uff0c\u800c\u957f\u5ea6\u5355\u4f4d\u6b63\u662f\u6d4b\u91cf\u7a7a\u95f4\u7684\u57fa\u672c\u6807\u51c6\u3002", "to": "\u957f\u5ea6\u5355\u4f4d", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e9e\u52a0\u83b1\u6307\u51fa\u5982\u679c\u6ca1\u6709\u6d4b\u91cf\u5de5\u5177\uff0c\u6211\u4eec\u4fbf\u4e0d\u80fd\u6784\u9020\u7a7a\u95f4\uff0c\u5f3a\u8c03\u6d4b\u91cf\u5de5\u5177\u5728\u51e0\u4f55\u7814\u7a76\u4e2d\u7684\u57fa\u7840\u5730\u4f4d\u3002", "file_path": "unknown_source", "from": "\u5e9e\u52a0\u83b1", "keywords": "\u6d4b\u91cf\u57fa\u7840,\u7a7a\u95f4\u6784\u9020", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5e9e\u52a0\u83b1\u6307\u51fa\u5982\u679c\u6ca1\u6709\u6d4b\u91cf\u5de5\u5177\uff0c\u6211\u4eec\u4fbf\u4e0d\u80fd\u6784\u9020\u7a7a\u95f4\uff0c\u5f3a\u8c03\u6d4b\u91cf\u5de5\u5177\u5728\u51e0\u4f55\u7814\u7a76\u4e2d\u7684\u57fa\u7840\u5730\u4f4d\u3002", "to": "\u6d4b\u91cf\u5de5\u5177", "width": 8.0}, {"created_at": 1752674566, "description": "\u674e\u9192\u6c11\u7ffb\u8bd1\u4e86\u5e9e\u52a0\u83b1\u7684\u8457\u4f5c\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\uff0c\u663e\u793a\u7ffb\u8bd1\u4e0e\u4f20\u64ad\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5e9e\u52a0\u83b1", "keywords": "\u5b66\u672f\u4f20\u64ad,\u8457\u4f5c\u7ffb\u8bd1", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u674e\u9192\u6c11\u7ffb\u8bd1\u4e86\u5e9e\u52a0\u83b1\u7684\u8457\u4f5c\u300a\u79d1\u5b66\u4e0e\u65b9\u6cd5\u300b\uff0c\u663e\u793a\u7ffb\u8bd1\u4e0e\u4f20\u64ad\u5173\u7cfb\u3002", "to": "\u674e\u9192\u6c11", "width": 7.0}, {"created_at": 1752674566, "description": "Atomic clocks demonstrate the time dilation predicted by special relativity when moving at speeds close to the speed of light.\u003cSEP\u003e\u539f\u5b50\u949f\u662f\u9a8c\u8bc1\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u7684\u5de5\u5177\uff0c\u7528\u4e8e\u5b9e\u9a8c\u8bc1\u660e\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u65f6\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "file_path": "unknown_source", "from": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "keywords": "experimental verification,relativity,time dilation", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4\u003cSEP\u003echunk-3074214405ce07668894624a9c9ef0ea", "title": "Atomic clocks demonstrate the time dilation predicted by special relativity when moving at speeds close to the speed of light.\u003cSEP\u003e\u539f\u5b50\u949f\u662f\u9a8c\u8bc1\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u7684\u5de5\u5177\uff0c\u7528\u4e8e\u5b9e\u9a8c\u8bc1\u660e\u72ed\u4e49\u76f8\u5bf9\u8bba\u4e2d\u65f6\u95f4\u7684\u76f8\u5bf9\u6027\u3002", "to": "\u539f\u5b50\u949f", "width": 19.0}, {"created_at": 1752674566, "description": "\u03c0\u4ecb\u5b50\u7684\u534a\u8870\u671f\u5ef6\u957f\u5b9e\u9a8c\u8bc1\u660e\u4e86\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u652f\u6301\u4e86\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u6d4b\u3002", "file_path": "unknown_source", "from": "\u72ed\u4e49\u76f8\u5bf9\u8bba", "keywords": "particle decay,relativistic effect", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u03c0\u4ecb\u5b50\u7684\u534a\u8870\u671f\u5ef6\u957f\u5b9e\u9a8c\u8bc1\u660e\u4e86\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\uff0c\u652f\u6301\u4e86\u72ed\u4e49\u76f8\u5bf9\u8bba\u7684\u9884\u6d4b\u3002", "to": "\u03c0\u4ecb\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u662f\u7531\u9ea6\u514b\u65af\u97e6\u63d0\u51fa\u7684\u63cf\u8ff0\u7535\u78c1\u73b0\u8c61\u7684\u57fa\u672c\u65b9\u7a0b\u7ec4\uff0c\u662f\u6d1b\u4f26\u5179\u53d8\u6362\u53d1\u5c55\u7684\u5173\u952e\u7269\u7406\u80cc\u666f\u3002", "file_path": "unknown_source", "from": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b", "keywords": "electromagnetic theory,foundational equations", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u9ea6\u514b\u65af\u97e6\u65b9\u7a0b\u662f\u7531\u9ea6\u514b\u65af\u97e6\u63d0\u51fa\u7684\u63cf\u8ff0\u7535\u78c1\u73b0\u8c61\u7684\u57fa\u672c\u65b9\u7a0b\u7ec4\uff0c\u662f\u6d1b\u4f26\u5179\u53d8\u6362\u53d1\u5c55\u7684\u5173\u952e\u7269\u7406\u80cc\u666f\u3002", "to": "\u9ea6\u514b\u65af\u97e6", "width": 9.0}, {"created_at": 1752674566, "description": "The time dilation observed in pi mesons supports the behavior predicted for atomic clocks in different inertial frames.", "file_path": "unknown_source", "from": "\u539f\u5b50\u949f", "keywords": "experimental validation,relativistic effects", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The time dilation observed in pi mesons supports the behavior predicted for atomic clocks in different inertial frames.", "to": "\u03c0 \u4ecb\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "A proton traveling near the speed of light through the Milky Way experiences significant time dilation, analogous to atomic clocks in fast-moving frames.", "file_path": "unknown_source", "from": "\u539f\u5b50\u949f", "keywords": "cosmic scale,time dilation", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "A proton traveling near the speed of light through the Milky Way experiences significant time dilation, analogous to atomic clocks in fast-moving frames.", "to": "\u94f6\u6cb3\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u6d1b\u4f26\u5179\u56e0\u5b50\u7684\u6570\u503c\u53d6\u51b3\u4e8e\u4e24\u4e2a\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u76f8\u5bf9\u901f\u5ea6v\u3002", "file_path": "unknown_source", "from": "\u76f8\u5bf9\u901f\u5ea6", "keywords": "mathematical dependency,velocity impact", "source_id": "chunk-3074214405ce07668894624a9c9ef0ea", "title": "\u6d1b\u4f26\u5179\u56e0\u5b50\u7684\u6570\u503c\u53d6\u51b3\u4e8e\u4e24\u4e2a\u60ef\u6027\u7cfb\u4e4b\u95f4\u7684\u76f8\u5bf9\u901f\u5ea6v\u3002", "to": "\u6d1b\u4f26\u5179\u56e0\u5b50", "width": 8.0}, {"created_at": 1752674566, "description": "Particle accelerators are used to study the behavior of pi mesons at high speeds, including their time dilation.", "file_path": "unknown_source", "from": "\u03c0 \u4ecb\u5b50", "keywords": "scientific research,subatomic study", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Particle accelerators are used to study the behavior of pi mesons at high speeds, including their time dilation.", "to": "\u7c92\u5b50\u52a0\u901f\u5668", "width": 8.0}, {"created_at": 1752674566, "description": "The Milky Way galaxy is measured in light-years, with a diameter of approximately 100,000 light-years.", "file_path": "unknown_source", "from": "\u94f6\u6cb3\u7cfb", "keywords": "astronomical scale,cosmic measurement", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Milky Way galaxy is measured in light-years, with a diameter of approximately 100,000 light-years.", "to": "\u5149\u5e74", "width": 9.0}, {"created_at": 1752674566, "description": "The Andromeda Galaxy is the closest major galaxy to the Milky Way, located about 2.2 million light-years away.", "file_path": "unknown_source", "from": "\u94f6\u6cb3\u7cfb", "keywords": "cosmic neighbor,galactic distance", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Andromeda Galaxy is the closest major galaxy to the Milky Way, located about 2.2 million light-years away.", "to": "\u4ed9\u5973\u5ea7\u661f\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "The solar system is part of the Milky Way galaxy, one of many star systems within it.", "file_path": "unknown_source", "from": "\u94f6\u6cb3\u7cfb", "keywords": "cosmic structure,galactic location", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The solar system is part of the Milky Way galaxy, one of many star systems within it.", "to": "\u592a\u9633\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "The Milky Way is one of many extragalactic systems, with the Andromeda Galaxy being the nearest.", "file_path": "unknown_source", "from": "\u94f6\u6cb3\u7cfb", "keywords": "cosmic classification,galactic neighborhood", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The Milky Way is one of many extragalactic systems, with the Andromeda Galaxy being the nearest.", "to": "\u6cb3\u5916\u661f\u7cfb", "width": 8.0}, {"created_at": 1752674566, "description": "The Nile\u0027s annual flooding shaped Egyptian society and necessitated the development of geometry for land re-measurement and taxation.\u003cSEP\u003e\u5c3c\u7f57\u6cb3\u7684\u5b9a\u671f\u6cdb\u6ee5\u5f71\u54cd\u4e86\u53e4\u57c3\u53ca\u7684\u519c\u4e1a\u548c\u7a0e\u6536\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u53e4\u57c3\u53ca", "keywords": "agricultural cycle,agricultural dependency,geographical influence,societal impact", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca\u003cSEP\u003echunk-c35e1de6659c67c045676cc40b16dbb4", "title": "The Nile\u0027s annual flooding shaped Egyptian society and necessitated the development of geometry for land re-measurement and taxation.\u003cSEP\u003e\u5c3c\u7f57\u6cb3\u7684\u5b9a\u671f\u6cdb\u6ee5\u5f71\u54cd\u4e86\u53e4\u57c3\u53ca\u7684\u519c\u4e1a\u548c\u7a0e\u6536\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u53d1\u5c55\u3002", "to": "\u5c3c\u7f57\u6cb3", "width": 18.0}, {"created_at": 1752674566, "description": "\u80e1\u592b\u91d1\u5b57\u5854\u662f\u53e4\u57c3\u53ca\u6587\u660e\u7684\u8c61\u5f81\u6027\u5efa\u7b51\uff0c\u4f53\u73b0\u4e86\u5176\u9ad8\u5ea6\u51e0\u4f55\u77e5\u8bc6\u3002", "file_path": "unknown_source", "from": "\u53e4\u57c3\u53ca", "keywords": "architectural achievement,symbolic structure", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u80e1\u592b\u91d1\u5b57\u5854\u662f\u53e4\u57c3\u53ca\u6587\u660e\u7684\u8c61\u5f81\u6027\u5efa\u7b51\uff0c\u4f53\u73b0\u4e86\u5176\u9ad8\u5ea6\u51e0\u4f55\u77e5\u8bc6\u3002", "to": "\u80e1\u592b\u91d1\u5b57\u5854", "width": 10.0}, {"created_at": 1752674566, "description": "\u53e4\u57c3\u53ca\u56e0\u6d2a\u6c34\u5f71\u54cd\u571f\u5730\u9762\u79ef\u800c\u53d1\u5c55\u51fa\u91cf\u5730\u6cd5,\u8fd9\u662f\u51e0\u4f55\u5b66\u7684\u524d\u8eab\u3002", "file_path": "unknown_source", "from": "\u53e4\u57c3\u53ca", "keywords": "land measurement,practical need", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u53e4\u57c3\u53ca\u56e0\u6d2a\u6c34\u5f71\u54cd\u571f\u5730\u9762\u79ef\u800c\u53d1\u5c55\u51fa\u91cf\u5730\u6cd5,\u8fd9\u662f\u51e0\u4f55\u5b66\u7684\u524d\u8eab\u3002", "to": "\u91cf\u5730\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\u53e4\u57c3\u53ca\u6839\u636e\u6bcf\u5e74\u6d2a\u6c34\u9ad8\u5ea6\u548c\u8015\u79cd\u9762\u79ef\u5236\u5b9a\u7a0e\u6536\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u4ea7\u751f\u3002", "file_path": "unknown_source", "from": "\u53e4\u57c3\u53ca", "keywords": "policy implementation,practical application", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u53e4\u57c3\u53ca\u6839\u636e\u6bcf\u5e74\u6d2a\u6c34\u9ad8\u5ea6\u548c\u8015\u79cd\u9762\u79ef\u5236\u5b9a\u7a0e\u6536\u5236\u5ea6,\u63a8\u52a8\u4e86\u91cf\u5730\u6cd5\u7684\u4ea7\u751f\u3002", "to": "\u7a0e\u6536\u5236\u5ea6", "width": 8.0}, {"created_at": 1752674566, "description": "\u53e4\u57c3\u53ca\u4eba\u4e3a\u4e86\u89e3\u51b3\u6d2a\u6c34\u540e\u571f\u5730\u9762\u79ef\u53d8\u5316\u95ee\u9898\u800c\u53d1\u5c55\u51fa\u571f\u5730\u6d4b\u91cf\u6280\u672f\u3002", "file_path": "unknown_source", "from": "\u53e4\u57c3\u53ca", "keywords": "measurement development,practical need", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u53e4\u57c3\u53ca\u4eba\u4e3a\u4e86\u89e3\u51b3\u6d2a\u6c34\u540e\u571f\u5730\u9762\u79ef\u53d8\u5316\u95ee\u9898\u800c\u53d1\u5c55\u51fa\u571f\u5730\u6d4b\u91cf\u6280\u672f\u3002", "to": "\u571f\u5730\u6d4b\u91cf", "width": 9.0}, {"created_at": 1752674566, "description": "Herodotus recorded the effects of the Nile\u0027s flooding on Egyptian life, including its influence on land use and taxation.", "file_path": "unknown_source", "from": "\u5c3c\u7f57\u6cb3", "keywords": "historical documentation,societal observation", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "Herodotus recorded the effects of the Nile\u0027s flooding on Egyptian life, including its influence on land use and taxation.", "to": "\u5e0c\u7f57\u591a\u5fb7", "width": 7.0}, {"created_at": 1752674566, "description": "\u5e0c\u7f57\u591a\u5fb7\u5728\u5176\u8457\u4f5c\u300a\u5386\u53f2\u300b\u4e2d\u8bb0\u8f7d\u4e86\u53e4\u57c3\u53ca\u7684\u7a0e\u6536\u5236\u5ea6\u548c\u51e0\u4f55\u5b66\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "cultural transmission,historical documentation", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u7f57\u591a\u5fb7\u5728\u5176\u8457\u4f5c\u300a\u5386\u53f2\u300b\u4e2d\u8bb0\u8f7d\u4e86\u53e4\u57c3\u53ca\u7684\u7a0e\u6536\u5236\u5ea6\u548c\u51e0\u4f55\u5b66\u53d1\u5c55\u3002", "to": "\u300a\u5386\u53f2\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u7f57\u591a\u5fb7\u5728\u5176\u8457\u4f5c\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u5173\u4e8e\u65e5\u98df\u7684\u9884\u8a00\uff0c\u8868\u660e\u5176\u5bf9\u79d1\u5b66\u53f2\u7684\u91cd\u89c6\u3002", "file_path": "unknown_source", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "documentation,intellectual history", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u7f57\u591a\u5fb7\u5728\u5176\u8457\u4f5c\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u5173\u4e8e\u65e5\u98df\u7684\u9884\u8a00\uff0c\u8868\u660e\u5176\u5bf9\u79d1\u5b66\u53f2\u7684\u91cd\u89c6\u3002", "to": "\u6cf0\u52d2\u65af", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e0c\u7f57\u591a\u5fb7\u5728\u300a\u5386\u53f2\u300b\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\u65e5\u98df\u7684\u4e8b\u4ef6\u3002", "file_path": "unknown_source", "from": "\u5e0c\u7f57\u591a\u5fb7", "keywords": "historical record,scientific prediction", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e0c\u7f57\u591a\u5fb7\u5728\u300a\u5386\u53f2\u300b\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\u65e5\u98df\u7684\u4e8b\u4ef6\u3002", "to": "\u65e5\u98df\u9884\u8a00", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b87\u5b99\u5c04\u7ebf\u4e2d\u5305\u542b\u63a5\u8fd1\u5149\u901f\u7684\u8d28\u5b50\uff0c\u8fd9\u4e9b\u8d28\u5b50\u8868\u73b0\u51fa\u663e\u8457\u7684\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u3002", "file_path": "unknown_source", "from": "\u8d28\u5b50", "keywords": "\u5b9e\u9a8c\u9a8c\u8bc1,\u9ad8\u80fd\u7c92\u5b50", "source_id": "chunk-c35e1de6659c67c045676cc40b16dbb4", "title": "\u5b87\u5b99\u5c04\u7ebf\u4e2d\u5305\u542b\u63a5\u8fd1\u5149\u901f\u7684\u8d28\u5b50\uff0c\u8fd9\u4e9b\u8d28\u5b50\u8868\u73b0\u51fa\u663e\u8457\u7684\u65f6\u95f4\u81a8\u80c0\u6548\u5e94\u3002", "to": "\u5b87\u5b99\u5c04\u7ebf", "width": 7.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u901a\u8fc7\u5f71\u957f\u63a8\u7b97\u91d1\u5b57\u5854\u9ad8\u5ea6\uff0c\u663e\u793a\u4e86\u4ed6\u5bf9\u51e0\u4f55\u77e5\u8bc6\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u80e1\u592b\u91d1\u5b57\u5854", "keywords": "application of geometry,measurement", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u901a\u8fc7\u5f71\u957f\u63a8\u7b97\u91d1\u5b57\u5854\u9ad8\u5ea6\uff0c\u663e\u793a\u4e86\u4ed6\u5bf9\u51e0\u4f55\u77e5\u8bc6\u7684\u5e94\u7528\u3002", "to": "\u6cf0\u52d2\u65af", "width": 7.0}, {"created_at": 1752674566, "description": "\u666e\u7f57\u514b\u6d1b\u65af\u5728\u5176\u8457\u4f5c\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u53d1\u73b0\u7684\u51e0\u4f55\u547d\u9898\u548c\u8bc1\u660e\u3002", "file_path": "unknown_source", "from": "\u6cf0\u52d2\u65af", "keywords": "historical preservation,intellectual heritage", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u666e\u7f57\u514b\u6d1b\u65af\u5728\u5176\u8457\u4f5c\u4e2d\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u53d1\u73b0\u7684\u51e0\u4f55\u547d\u9898\u548c\u8bc1\u660e\u3002", "to": "\u666e\u7f57\u514b\u6d1b\u65af", "width": 7.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\u4e86\u516c\u5143\u524d585\u5e74\u7684\u65e5\u98df\uff0c\u8fd9\u4e00\u4e8b\u4ef6\u88ab\u5e0c\u7f57\u591a\u5fb7\u8bb0\u5f55\u3002", "file_path": "unknown_source", "from": "\u6cf0\u52d2\u65af", "keywords": "historical validation,scientific prediction", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\u4e86\u516c\u5143\u524d585\u5e74\u7684\u65e5\u98df\uff0c\u8fd9\u4e00\u4e8b\u4ef6\u88ab\u5e0c\u7f57\u591a\u5fb7\u8bb0\u5f55\u3002", "to": "\u516c\u5143\u524d585\u5e74\u65e5\u98df", "width": 9.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u5229\u7528\u76f8\u4f3c\u4e09\u89d2\u5f62\u539f\u7406\u63a8\u7b97\u91d1\u5b57\u5854\u9ad8\u5ea6,\u4f53\u73b0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u77e5\u8bc6\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u6cf0\u52d2\u65af", "keywords": "geometric principle,mathematical application", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u5229\u7528\u76f8\u4f3c\u4e09\u89d2\u5f62\u539f\u7406\u63a8\u7b97\u91d1\u5b57\u5854\u9ad8\u5ea6,\u4f53\u73b0\u4e86\u4ed6\u5bf9\u51e0\u4f55\u77e5\u8bc6\u7684\u5e94\u7528\u3002", "to": "\u76f8\u4f3c\u4e09\u89d2\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u4f7f\u7528\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49\u539f\u7406\u6d4b\u91cf\u6cb3\u5bbd,\u5c55\u793a\u4e86\u4ed6\u5bf9\u51e0\u4f55\u539f\u7406\u7684\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u6cf0\u52d2\u65af", "keywords": "geometric principle,measurement technique", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u4f7f\u7528\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49\u539f\u7406\u6d4b\u91cf\u6cb3\u5bbd,\u5c55\u793a\u4e86\u4ed6\u5bf9\u51e0\u4f55\u539f\u7406\u7684\u7406\u89e3\u3002", "to": "\u76f4\u89d2\u4e09\u89d2\u5f62\u5168\u7b49", "width": 7.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u8d85\u8d8a\u7ecf\u9a8c\u51e0\u4f55,\u5f00\u521b\u4e86\u51e0\u4f55\u5b66\u7684\u62bd\u8c61\u7406\u8bba\u3002", "file_path": "unknown_source", "from": "\u6cf0\u52d2\u65af", "keywords": "abstraction,theoretical development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u8d85\u8d8a\u7ecf\u9a8c\u51e0\u4f55,\u5f00\u521b\u4e86\u51e0\u4f55\u5b66\u7684\u62bd\u8c61\u7406\u8bba\u3002", "to": "\u62bd\u8c61\u51e0\u4f55", "width": 9.0}, {"created_at": 1752674566, "description": "\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\u4e86\u516c\u5143\u524d585\u5e74\u7684\u65e5\u98df,\u8fd9\u4e00\u4e8b\u4ef6\u88ab\u5e0c\u7f57\u591a\u5fb7\u8bb0\u5f55\u3002", "file_path": "unknown_source", "from": "\u6cf0\u52d2\u65af", "keywords": "historical validation,scientific prediction", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u6cf0\u52d2\u65af\u6210\u529f\u9884\u8a00\u4e86\u516c\u5143\u524d585\u5e74\u7684\u65e5\u98df,\u8fd9\u4e00\u4e8b\u4ef6\u88ab\u5e0c\u7f57\u591a\u5fb7\u8bb0\u5f55\u3002", "to": "\u65e5\u98df\u9884\u8a00", "width": 9.0}, {"created_at": 1752674566, "description": "\u666e\u7f57\u514b\u6d1b\u65af\u64b0\u5199\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b,\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u53d1\u73b0\u548c\u8bc1\u660e\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u666e\u7f57\u514b\u6d1b\u65af", "keywords": "historical analysis,scholarly documentation", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u666e\u7f57\u514b\u6d1b\u65af\u64b0\u5199\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b,\u8bb0\u5f55\u4e86\u6cf0\u52d2\u65af\u7684\u51e0\u4f55\u53d1\u73b0\u548c\u8bc1\u660e\u8fc7\u7a0b\u3002", "to": "\u300a\u51e0\u4f55\u5b66\u53d1\u5c55\u6982\u8981\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u8001\u5b50\u662f\u9ec4\u6cb3\u6d41\u57df\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6\uff0c\u9053\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "file_path": "unknown_source", "from": "\u9ec4\u6cb3\u6d41\u57df", "keywords": "cultural center,philosophical origin", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u8001\u5b50\u662f\u9ec4\u6cb3\u6d41\u57df\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6\uff0c\u9053\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "to": "\u8001\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "\u9ec4\u6cb3\u6d41\u57df\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u6587\u5316\u7e41\u8363\u7684\u6838\u5fc3\u5730\u533a,\u4ea7\u751f\u4e86\u4f17\u591a\u601d\u60f3\u5bb6\u3002", "file_path": "unknown_source", "from": "\u9ec4\u6cb3\u6d41\u57df", "keywords": "cultural center,philosophical development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u9ec4\u6cb3\u6d41\u57df\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u6587\u5316\u7e41\u8363\u7684\u6838\u5fc3\u5730\u533a,\u4ea7\u751f\u4e86\u4f17\u591a\u601d\u60f3\u5bb6\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 9.0}, {"created_at": 1752674566, "description": "\u8001\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u9053\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "file_path": "unknown_source", "from": "\u8001\u5b50", "keywords": "historical context,philosophical origin", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u8001\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u9053\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 9.0}, {"created_at": 1752674566, "description": "\u5b5f\u5b50\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u5b54\u5b50\u7684\u601d\u60f3,\u6d3b\u8dc3\u4e8e\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u3002", "file_path": "unknown_source", "from": "\u5b5f\u5b50", "keywords": "intellectual inheritance,philosophical development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5b5f\u5b50\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u5b54\u5b50\u7684\u601d\u60f3,\u6d3b\u8dc3\u4e8e\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752674566, "description": "\u5e84\u5b50\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u8001\u5b50\u7684\u601d\u60f3,\u6d3b\u8dc3\u4e8e\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u3002", "file_path": "unknown_source", "from": "\u5e84\u5b50", "keywords": "intellectual inheritance,philosophical development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u5e84\u5b50\u7ee7\u627f\u5e76\u53d1\u5c55\u4e86\u8001\u5b50\u7684\u601d\u60f3,\u6d3b\u8dc3\u4e8e\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752674566, "description": "\u58a8\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u58a8\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "file_path": "unknown_source", "from": "\u58a8\u5b50", "keywords": "historical context,philosophical origin", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u58a8\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u58a8\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752674566, "description": "\u97e9\u975e\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u6cd5\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "file_path": "unknown_source", "from": "\u97e9\u975e\u5b50", "keywords": "historical context,philosophical origin", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u97e9\u975e\u5b50\u662f\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u7684\u601d\u60f3\u5bb6,\u6cd5\u5bb6\u5b66\u6d3e\u521b\u59cb\u4eba\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u4e0e\u5e0c\u814a\u54f2\u5b66\u53d1\u5c55\u65f6\u671f\u91cd\u5408,\u4ea7\u751f\u4e86\u4e1c\u897f\u65b9\u4e24\u5927\u601d\u60f3\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5e0c\u814a\u54f2\u5b66", "keywords": "historical coincidence,intellectual development", "source_id": "chunk-15d6ab91e6f3576c95892e9d03c2f0ca", "title": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3\u4e0e\u5e0c\u814a\u54f2\u5b66\u53d1\u5c55\u65f6\u671f\u91cd\u5408,\u4ea7\u751f\u4e86\u4e1c\u897f\u65b9\u4e24\u5927\u601d\u60f3\u4f53\u7cfb\u3002", "to": "\u4e2d\u56fd\u6625\u79cb\u65f6\u4ee3", "width": 7.0}, {"created_at": 1752674566, "description": "\u6258\u52d2\u5bc6\u4e00\u4e16\u521b\u5efa\u5e76\u652f\u6301\u4e86\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\uff0c\u4f7f\u5176\u6210\u4e3a\u5f53\u65f6\u4e16\u754c\u6700\u91cd\u8981\u7684\u5b66\u672f\u4e2d\u5fc3\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986", "keywords": "institutional foundation,royal patronage", "source_id": "chunk-cea5b1b910550ead490e3df2cb11b540", "title": "\u6258\u52d2\u5bc6\u4e00\u4e16\u521b\u5efa\u5e76\u652f\u6301\u4e86\u4e9a\u5386\u5c71\u5927\u56fe\u4e66\u9986\uff0c\u4f7f\u5176\u6210\u4e3a\u5f53\u65f6\u4e16\u754c\u6700\u91cd\u8981\u7684\u5b66\u672f\u4e2d\u5fc3\u4e4b\u4e00\u3002", "to": "\u6258\u52d2\u5bc6\u4e00\u4e16", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u4e3b\u8981\u6784\u5efa\u4e86\u5e73\u9762\u51e0\u4f55\u7684\u7406\u8bba\u4f53\u7cfb\uff0c\u57fa\u4e8e\u6709\u9650\u7a7a\u95f4\u7684\u76f4\u89c2\u7ecf\u9a8c\u3002", "file_path": "unknown_source", "from": "\u300a\u539f\u7406\u300b", "keywords": "geometric theory,spatial modeling", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u4e3b\u8981\u6784\u5efa\u4e86\u5e73\u9762\u51e0\u4f55\u7684\u7406\u8bba\u4f53\u7cfb\uff0c\u57fa\u4e8e\u6709\u9650\u7a7a\u95f4\u7684\u76f4\u89c2\u7ecf\u9a8c\u3002", "to": "\u5e73\u9762\u51e0\u4f55", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u5f3a\u8c03\u51e0\u4f55\u4f5c\u56fe\u7684\u91cd\u8981\u6027\uff0c\u524d\u4e09\u4e2a\u516c\u8bbe\u6784\u6210\u4e86\u5c3a\u89c4\u4f5c\u56fe\u7684\u7406\u8bba\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u300a\u539f\u7406\u300b", "keywords": "constructive geometry,geometric method", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u5f3a\u8c03\u51e0\u4f55\u4f5c\u56fe\u7684\u91cd\u8981\u6027\uff0c\u524d\u4e09\u4e2a\u516c\u8bbe\u6784\u6210\u4e86\u5c3a\u89c4\u4f5c\u56fe\u7684\u7406\u8bba\u57fa\u7840\u3002", "to": "\u5c3a\u89c4\u4f5c\u56fe", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u6784\u5efa\u4e86\u4e25\u683c\u7684\u903b\u8f91\u4f53\u7cfb\uff0c\u901a\u8fc7\u516c\u7406\u548c\u516c\u8bbe\u63a8\u5bfc\u51fa\u590d\u6742\u7684\u51e0\u4f55\u5b9a\u7406\u3002", "file_path": "unknown_source", "from": "\u300a\u539f\u7406\u300b", "keywords": "logical deduction,systematic knowledge", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u6784\u5efa\u4e86\u4e25\u683c\u7684\u903b\u8f91\u4f53\u7cfb\uff0c\u901a\u8fc7\u516c\u7406\u548c\u516c\u8bbe\u63a8\u5bfc\u51fa\u590d\u6742\u7684\u51e0\u4f55\u5b9a\u7406\u3002", "to": "\u903b\u8f91\u4f53\u7cfb", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u5efa\u7acb\u5728\u4eba\u7c7b\u5bf9\u7a7a\u95f4\u7684\u76f4\u89c2\u611f\u77e5\u4e0a\uff0c\u53cd\u6620\u4e86\u5f53\u65f6\u4eba\u4eec\u6709\u9650\u7684\u7ecf\u9a8c\u8303\u56f4\u3002", "file_path": "unknown_source", "from": "\u300a\u539f\u7406\u300b", "keywords": "geometric realism,intuitive foundation", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u5efa\u7acb\u5728\u4eba\u7c7b\u5bf9\u7a7a\u95f4\u7684\u76f4\u89c2\u611f\u77e5\u4e0a\uff0c\u53cd\u6620\u4e86\u5f53\u65f6\u4eba\u4eec\u6709\u9650\u7684\u7ecf\u9a8c\u8303\u56f4\u3002", "to": "\u7a7a\u95f4\u76f4\u89c9", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u539f\u7406\u300b\u6807\u5fd7\u7740\u6570\u5b66\u5411\u79d1\u5b66\u5316\u8fc8\u8fdb\u7684\u5173\u952e\u4e00\u6b65\uff0c\u5efa\u7acb\u4e86\u57fa\u4e8e\u516c\u7406\u7684\u903b\u8f91\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u300a\u539f\u7406\u300b", "keywords": "mathematical rigor,scientific formalization", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u300a\u539f\u7406\u300b\u6807\u5fd7\u7740\u6570\u5b66\u5411\u79d1\u5b66\u5316\u8fc8\u8fdb\u7684\u5173\u952e\u4e00\u6b65\uff0c\u5efa\u7acb\u4e86\u57fa\u4e8e\u516c\u7406\u7684\u903b\u8f91\u4f53\u7cfb\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u7a7a\u95f4\u51e0\u4f55\u5305\u542b\u5e73\u9762\u51e0\u4f55\uff0c\u4e24\u8005\u90fd\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u4f53\u7cfb\u7684\u7814\u7a76\u5bf9\u8c61\u3002", "file_path": "unknown_source", "from": "\u5e73\u9762\u51e0\u4f55", "keywords": "geometric hierarchy,spatial structure", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7a7a\u95f4\u51e0\u4f55\u5305\u542b\u5e73\u9762\u51e0\u4f55\uff0c\u4e24\u8005\u90fd\u662f\u5e0c\u5c14\u4f2f\u7279\u51e0\u4f55\u4f53\u7cfb\u7684\u7814\u7a76\u5bf9\u8c61\u3002", "to": "\u7a7a\u95f4\u51e0\u4f55", "width": 7.0}, {"created_at": 1752674566, "description": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7684\u6838\u5fc3\u5185\u5bb9\u662f\u901a\u8fc7\u56fe\u5f62\u8fd0\u52a8(\u5e73\u79fb\u548c\u65cb\u8f6c)\u6765\u57f9\u517b\u6570\u5b66\u601d\u7ef4\u548c\u5b9e\u8df5\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u8fd0\u52a8", "keywords": "\u6570\u5b66\u5b9e\u8df5,\u8bfe\u7a0b\u5185\u5bb9", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe\u7684\u6838\u5fc3\u5185\u5bb9\u662f\u901a\u8fc7\u56fe\u5f62\u8fd0\u52a8(\u5e73\u79fb\u548c\u65cb\u8f6c)\u6765\u57f9\u517b\u6570\u5b66\u601d\u7ef4\u548c\u5b9e\u8df5\u80fd\u529b\u3002", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "width": 10.0}, {"created_at": 1752674566, "description": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55\u662f\u5bf9\u56fe\u5f62\u8fd0\u52a8\u8fc7\u7a0b\u7684\u63cf\u8ff0\uff0c\u6709\u52a9\u4e8e\u7406\u89e3\u548c\u590d\u73b0\u56fe\u5f62\u7684\u53d8\u6362\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u8fd0\u52a8", "keywords": "\u6570\u636e\u5316\u63cf\u8ff0,\u8fd0\u52a8\u8ffd\u8e2a", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55\u662f\u5bf9\u56fe\u5f62\u8fd0\u52a8\u8fc7\u7a0b\u7684\u63cf\u8ff0\uff0c\u6709\u52a9\u4e8e\u7406\u89e3\u548c\u590d\u73b0\u56fe\u5f62\u7684\u53d8\u6362\u3002", "to": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "width": 8.0}, {"created_at": 1752674566, "description": "\u903b\u8f91\u4f53\u7cfb\u662f\u6570\u5b66\u79d1\u5b66\u5316\u7684\u6807\u5fd7\uff0c\u901a\u8fc7\u516c\u7406\u548c\u63a8\u7406\u89c4\u5219\u5efa\u7acb\u6570\u5b66\u7684\u4e25\u5bc6\u6027\u3002", "file_path": "unknown_source", "from": "\u903b\u8f91\u4f53\u7cfb", "keywords": "mathematical rigor,systematic knowledge", "source_id": "chunk-ac033c5189e9f9fb799d4a4f730de566", "title": "\u903b\u8f91\u4f53\u7cfb\u662f\u6570\u5b66\u79d1\u5b66\u5316\u7684\u6807\u5fd7\uff0c\u901a\u8fc7\u516c\u7406\u548c\u63a8\u7406\u89c4\u5219\u5efa\u7acb\u6570\u5b66\u7684\u4e25\u5bc6\u6027\u3002", "to": "\u6570\u5b66\u79d1\u5b66\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u6838\u5fc3\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u6570\u5b66\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "symbolic reasoning,theoretical framework", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u63d0\u51fa\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u6838\u5fc3\u8457\u4f5c\uff0c\u5960\u5b9a\u4e86\u73b0\u4ee3\u6570\u5b66\u57fa\u7840\u3002", "to": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "width": 10.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u7684\u521d\u7a3f\u6e90\u81ea\u5e0c\u5c14\u4f2f\u7279\u4e3a\u7eaa\u5ff5\u9ad8\u65af\u800c\u64b0\u5199\u7684\u8bb2\u5ea7\u7b14\u8bb0\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "academic origin,theoretical development", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u7684\u521d\u7a3f\u6e90\u81ea\u5e0c\u5c14\u4f2f\u7279\u4e3a\u7eaa\u5ff5\u9ad8\u65af\u800c\u64b0\u5199\u7684\u8bb2\u5ea7\u7b14\u8bb0\u3002", "to": "\u8bb2\u5ea7\u7b14\u8bb0", "width": 7.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e03\u7248\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u7684\u6700\u7ec8\u7248\u672c\uff0c\u53cd\u6620\u4e86\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u6210\u719f\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "academic evolution,theoretical refinement", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u7b2c\u4e03\u7248\u662f\u300a\u51e0\u4f55\u57fa\u7840\u300b\u7684\u6700\u7ec8\u7248\u672c\uff0c\u53cd\u6620\u4e86\u5e0c\u5c14\u4f2f\u7279\u516c\u7406\u4f53\u7cfb\u7684\u6210\u719f\u53d1\u5c55\u3002", "to": "\u7b2c\u4e03\u7248", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u91cd\u8981\u8457\u4f5c\uff0c\u7cfb\u7edf\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u3002", "file_path": "unknown_source", "from": "\u300a\u51e0\u4f55\u57fa\u7840\u300b", "keywords": "foundational work,theoretical impact", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u300a\u51e0\u4f55\u57fa\u7840\u300b\u662f\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u91cd\u8981\u8457\u4f5c\uff0c\u7cfb\u7edf\u63d0\u51fa\u4e86\u5f62\u5f0f\u5316\u7684\u51e0\u4f55\u516c\u7406\u4f53\u7cfb\u3002", "to": "\u6570\u5b66\u57fa\u7840", "width": 10.0}, {"created_at": 1752674566, "description": "\u5173\u8054\u516c\u7406\u662f\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u5bf9\u8c61\u4e4b\u95f4\u7684\u57fa\u672c\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "keywords": "axiomatic structure,mathematical relation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5173\u8054\u516c\u7406\u662f\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u4e00\u90e8\u5206\uff0c\u7528\u4e8e\u63cf\u8ff0\u51e0\u4f55\u5bf9\u8c61\u4e4b\u95f4\u7684\u57fa\u672c\u5173\u7cfb\u3002", "to": "\u5173\u8054\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u987a\u5e8f\u516c\u7406\u4e5f\u662f\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u5b9a\u4e49\u51e0\u4f55\u5bf9\u8c61\u7684\u987a\u5e8f\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb", "keywords": "logical structure,spatial reasoning", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u987a\u5e8f\u516c\u7406\u4e5f\u662f\u5f62\u5f0f\u5316\u516c\u7406\u4f53\u7cfb\u7684\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u7528\u4e8e\u5b9a\u4e49\u51e0\u4f55\u5bf9\u8c61\u7684\u987a\u5e8f\u5173\u7cfb\u3002", "to": "\u987a\u5e8f\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u63a8\u7406\u4e0e\u8ba1\u7b97\u662f\u5e0c\u5c14\u4f2f\u7279\u4f53\u7cfb\u4e2d\u5b9e\u73b0\u6570\u5b66\u5f62\u5f0f\u5316\u7684\u91cd\u8981\u5de5\u5177\uff0c\u5171\u540c\u652f\u6491\u6570\u5b66\u7684\u903b\u8f91\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u63a8\u7406", "keywords": "formal reasoning,mathematical process", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u63a8\u7406\u4e0e\u8ba1\u7b97\u662f\u5e0c\u5c14\u4f2f\u7279\u4f53\u7cfb\u4e2d\u5b9e\u73b0\u6570\u5b66\u5f62\u5f0f\u5316\u7684\u91cd\u8981\u5de5\u5177\uff0c\u5171\u540c\u652f\u6491\u6570\u5b66\u7684\u903b\u8f91\u53d1\u5c55\u3002", "to": "\u8ba1\u7b97", "width": 6.0}, {"created_at": 1752674566, "description": "\u9ad8\u65af\u57281821\u5e74\u9996\u6b21\u63d0\u51fa\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u601d\u60f3\uff0c\u4e3a\u8fd9\u4e00\u65b9\u6cd5\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u9ad8\u65af", "keywords": "\u5386\u53f2\u8d77\u6e90,\u7edf\u8ba1\u601d\u60f3", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9ad8\u65af\u57281821\u5e74\u9996\u6b21\u63d0\u51fa\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u7684\u601d\u60f3\uff0c\u4e3a\u8fd9\u4e00\u65b9\u6cd5\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u6700\u5927\u4f3c\u7136\u539f\u5219", "width": 7.0}, {"created_at": 1752674566, "description": "\u5f62\u5f0f\u5316\u662f\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u91cd\u8981\u8d21\u732e\uff0c\u5f3a\u8c03\u7b26\u53f7\u548c\u903b\u8f91\u89c4\u5219\u5728\u6570\u5b66\u4e2d\u7684\u4f5c\u7528\u3002", "file_path": "unknown_source", "from": "\u5f62\u5f0f\u5316", "keywords": "symbolic reasoning,theoretical foundation", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5f62\u5f0f\u5316\u662f\u5e0c\u5c14\u4f2f\u7279\u5bf9\u6570\u5b66\u57fa\u7840\u7814\u7a76\u7684\u91cd\u8981\u8d21\u732e\uff0c\u5f3a\u8c03\u7b26\u53f7\u548c\u903b\u8f91\u89c4\u5219\u5728\u6570\u5b66\u4e2d\u7684\u4f5c\u7528\u3002", "to": "\u6570\u5b66\u57fa\u7840", "width": 9.0}, {"created_at": 1752674566, "description": "\u5e0c\u5c14\u4f2f\u7279\u4e3b\u5f20\u901a\u8fc7\u5f62\u5f0f\u5316\u6d88\u9664\u7ecf\u9a8c\u76f4\u89c9\u5bf9\u6570\u5b66\u63a8\u7406\u7684\u5f71\u54cd\uff0c\u4ee5\u786e\u4fdd\u903b\u8f91\u4e00\u81f4\u6027\u3002", "file_path": "unknown_source", "from": "\u5f62\u5f0f\u5316", "keywords": "abstraction,mathematical rigor", "source_id": "chunk-ff90db28e0dfaf333678ed9b64d39c95", "title": "\u5e0c\u5c14\u4f2f\u7279\u4e3b\u5f20\u901a\u8fc7\u5f62\u5f0f\u5316\u6d88\u9664\u7ecf\u9a8c\u76f4\u89c9\u5bf9\u6570\u5b66\u63a8\u7406\u7684\u5f71\u54cd\uff0c\u4ee5\u786e\u4fdd\u903b\u8f91\u4e00\u81f4\u6027\u3002", "to": "\u7ecf\u9a8c\u76f4\u89c9", "width": 8.0}, {"created_at": 1752674566, "description": "\u51af\u00b7\u8bfa\u4f0a\u66fc\u8bc4\u8bba\u4e86\u6570\u5b66\u62bd\u8c61\u5316\u7684\u53d1\u5c55\u8d8b\u52bf\uff0c\u6307\u51fa\u8fc7\u5ea6\u8131\u79bb\u7ecf\u9a8c\u53ef\u80fd\u5bfc\u81f4\u6570\u5b66\u9000\u5316\u3002", "file_path": "unknown_source", "from": "\u51af\u00b7\u8bfa\u4f0a\u66fc", "keywords": "\u62bd\u8c61\u4e0e\u7ecf\u9a8c,\u6570\u5b66\u54f2\u5b66", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u51af\u00b7\u8bfa\u4f0a\u66fc\u8bc4\u8bba\u4e86\u6570\u5b66\u62bd\u8c61\u5316\u7684\u53d1\u5c55\u8d8b\u52bf\uff0c\u6307\u51fa\u8fc7\u5ea6\u8131\u79bb\u7ecf\u9a8c\u53ef\u80fd\u5bfc\u81f4\u6570\u5b66\u9000\u5316\u3002", "to": "\u6570\u5b66\u62bd\u8c61\u5316", "width": 6.0}, {"created_at": 1752674566, "description": "\u5c3a\u662f\u53e4\u4ee3\u4e2d\u56fd\u4f7f\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u5c5e\u4e8e\u957f\u5ea6\u5355\u4f4d\u7684\u4e00\u79cd\u5386\u53f2\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u5ea6\u91cf\u5de5\u5177\u7684\u6f14\u53d8\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u957f\u5ea6\u5355\u4f4d", "keywords": "\u5386\u53f2\u6f14\u53d8,\u5ea6\u91cf\u5de5\u5177", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u5c3a\u662f\u53e4\u4ee3\u4e2d\u56fd\u4f7f\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u5c5e\u4e8e\u957f\u5ea6\u5355\u4f4d\u7684\u4e00\u79cd\u5386\u53f2\u5f62\u5f0f\uff0c\u4f53\u73b0\u4e86\u5ea6\u91cf\u5de5\u5177\u7684\u6f14\u53d8\u8fc7\u7a0b\u3002", "to": "\u5c3a", "width": 7.0}, {"created_at": 1752674566, "description": "\u7c73\u662f\u73b0\u4ee3\u56fd\u9645\u901a\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u662f\u957f\u5ea6\u5355\u4f4d\u4f53\u7cfb\u4e2d\u7684\u6838\u5fc3\u6807\u51c6\u3002", "file_path": "unknown_source", "from": "\u957f\u5ea6\u5355\u4f4d", "keywords": "\u56fd\u9645\u6807\u51c6,\u5ea6\u91cf\u57fa\u7840", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u7c73\u662f\u73b0\u4ee3\u56fd\u9645\u901a\u7528\u7684\u957f\u5ea6\u5355\u4f4d\uff0c\u662f\u957f\u5ea6\u5355\u4f4d\u4f53\u7cfb\u4e2d\u7684\u6838\u5fc3\u6807\u51c6\u3002", "to": "\u7c73", "width": 10.0}, {"created_at": 1752674566, "description": "\u9879\u7fbd\u7684\u8eab\u9ad8\u7528\u0027\u5c3a\u0027\u6765\u8868\u793a\uff0c\u663e\u793a\u4e86\u53e4\u4ee3\u4e2d\u56fd\u4ee5\u0027\u5c3a\u0027\u4f5c\u4e3a\u957f\u5ea6\u5355\u4f4d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u5c3a", "keywords": "\u5386\u53f2\u5ea6\u91cf,\u8eab\u4f53\u53c2\u7167", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u9879\u7fbd\u7684\u8eab\u9ad8\u7528\u0027\u5c3a\u0027\u6765\u8868\u793a\uff0c\u663e\u793a\u4e86\u53e4\u4ee3\u4e2d\u56fd\u4ee5\u0027\u5c3a\u0027\u4f5c\u4e3a\u957f\u5ea6\u5355\u4f4d\u7684\u5e94\u7528\u3002", "to": "\u9879\u7fbd", "width": 8.0}, {"created_at": 1752674566, "description": "\u79e6\u59cb\u7687\u7edf\u4e00\u4e2d\u56fd\u540e\u7edf\u4e00\u4e86\u5ea6\u91cf\u8861\uff0c\u89c4\u8303\u4e86\u0027\u5c3a\u0027\u7684\u6807\u51c6\u957f\u5ea6\uff0c\u4f53\u73b0\u4e86\u56fd\u5bb6\u5bf9\u5ea6\u91cf\u5236\u5ea6\u7684\u6807\u51c6\u5316\u7ba1\u7406\u3002", "file_path": "unknown_source", "from": "\u5c3a", "keywords": "\u5ea6\u91cf\u8861\u7edf\u4e00,\u6807\u51c6\u5316", "source_id": "chunk-b212a8c6559ab6f9bde61e39d3a86f56", "title": "\u79e6\u59cb\u7687\u7edf\u4e00\u4e2d\u56fd\u540e\u7edf\u4e00\u4e86\u5ea6\u91cf\u8861\uff0c\u89c4\u8303\u4e86\u0027\u5c3a\u0027\u7684\u6807\u51c6\u957f\u5ea6\uff0c\u4f53\u73b0\u4e86\u56fd\u5bb6\u5bf9\u5ea6\u91cf\u5236\u5ea6\u7684\u6807\u51c6\u5316\u7ba1\u7406\u3002", "to": "\u79e6\u59cb\u7687", "width": 9.0}, {"created_at": 1752674566, "description": "The traditional Chinese unit \u0027chi\u0027 is now defined as one-third of a meter.", "file_path": "unknown_source", "from": "\u5c3a", "keywords": "cultural adaptation,unit conversion", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The traditional Chinese unit \u0027chi\u0027 is now defined as one-third of a meter.", "to": "\u7c73", "width": 7.0}, {"created_at": 1752674566, "description": "The meter was originally defined as one forty-millionth of the length of the Paris meridian.", "file_path": "unknown_source", "from": "\u7c73", "keywords": "geographical reference,unit definition", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The meter was originally defined as one forty-millionth of the length of the Paris meridian.", "to": "\u5df4\u9ece\u5b50\u5348\u7ebf", "width": 10.0}, {"created_at": 1752674566, "description": "The International Bureau of Weights and Measures is responsible for maintaining the international standard of the meter.", "file_path": "unknown_source", "from": "\u7c73", "keywords": "measurement,standards authority", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The International Bureau of Weights and Measures is responsible for maintaining the international standard of the meter.", "to": "\u56fd\u9645\u8ba1\u91cf\u5c40", "width": 10.0}, {"created_at": 1752674566, "description": "The first International Conference on Weights and Measures established the meter prototype as the international standard for the meter.", "file_path": "unknown_source", "from": "\u7b2c\u4e00\u5c4a\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "keywords": "historical artifact,standardization", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The first International Conference on Weights and Measures established the meter prototype as the international standard for the meter.", "to": "\u7c73\u539f\u5668", "width": 10.0}, {"created_at": 1752674566, "description": "The first International Conference on Weights and Measures adopted the platinum-iridium bar as the international meter prototype.", "file_path": "unknown_source", "from": "\u7b2c\u4e00\u5c4a\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "keywords": "physical artifact,standardization", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The first International Conference on Weights and Measures adopted the platinum-iridium bar as the international meter prototype.", "to": "\u94c2\u94f1\u5408\u91d1\u68d2", "width": 10.0}, {"created_at": 1752674566, "description": "The International Committee for Weights and Measures convened the 1983 conference that redefined the meter based on the speed of light.", "file_path": "unknown_source", "from": "\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "keywords": "metrology,scientific redefinition", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The International Committee for Weights and Measures convened the 1983 conference that redefined the meter based on the speed of light.", "to": "1983\u5e74\u56fd\u9645\u8ba1\u91cf\u5927\u4f1a", "width": 9.0}, {"created_at": 1752674566, "description": "The nanometer unit is fundamental to the development and application of nanotechnology.", "file_path": "unknown_source", "from": "\u7eb3\u7c73", "keywords": "measurement unit,technological application", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The nanometer unit is fundamental to the development and application of nanotechnology.", "to": "\u7eb3\u7c73\u6280\u672f", "width": 10.0}, {"created_at": 1752674566, "description": "A nanometer is approximately the size of four atoms and is used in the study and manipulation of atomic structures.", "file_path": "unknown_source", "from": "\u7eb3\u7c73", "keywords": "scale relation,scientific study", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "A nanometer is approximately the size of four atoms and is used in the study and manipulation of atomic structures.", "to": "\u539f\u5b50", "width": 9.0}, {"created_at": 1752674566, "description": "Both are units of measurement discussed together in educational stories about scale.", "file_path": "unknown_source", "from": "\u7eb3\u7c73", "keywords": "comparative units,measurement scale", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "Both are units of measurement discussed together in educational stories about scale.", "to": "\u5149\u5e74", "width": 7.0}, {"created_at": 1752674566, "description": "Both represent innovative approaches to solving problems-one using buoyancy in ancient China, the other using atomic-scale manipulation in modern science.", "file_path": "unknown_source", "from": "\u7eb3\u7c73\u6280\u672f", "keywords": "problem-solving,scientific creativity", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Both represent innovative approaches to solving problems-one using buoyancy in ancient China, the other using atomic-scale manipulation in modern science.", "to": "\u66f9\u51b2\u79f0\u8c61", "width": 6.0}, {"created_at": 1752674566, "description": "Nanotechnology involves the manipulation of atoms and molecules at the nanometer scale.", "file_path": "unknown_source", "from": "\u7eb3\u7c73\u6280\u672f", "keywords": "atomic engineering,scientific application", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Nanotechnology involves the manipulation of atoms and molecules at the nanometer scale.", "to": "\u539f\u5b50", "width": 10.0}, {"created_at": 1752674566, "description": "Both buoyancy and nanotechnology represent scientific principles applied for practical problem-solving in different eras and scales.", "file_path": "unknown_source", "from": "\u7eb3\u7c73\u6280\u672f", "keywords": "innovation,scientific principles", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Both buoyancy and nanotechnology represent scientific principles applied for practical problem-solving in different eras and scales.", "to": "\u6d6e\u529b", "width": 6.0}, {"created_at": 1752674566, "description": "The solar system is located about 28,000 light-years away from the center of the Milky Way.", "file_path": "unknown_source", "from": "\u592a\u9633\u7cfb", "keywords": "astronomical positioning,galactic structure", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The solar system is located about 28,000 light-years away from the center of the Milky Way.", "to": "\u94f6\u6cb3\u7cfb\u4e2d\u5fc3", "width": 9.0}, {"created_at": 1752674566, "description": "Cao Chong devised a clever method to weigh an elephant using buoyancy principles.\u003cSEP\u003e\u66f9\u51b2\u662f\u66f9\u51b2\u79f0\u8c61\u6545\u4e8b\u7684\u4e3b\u89d2\uff0c\u63d0\u51fa\u4e86\u5229\u7528\u8239\u53ea\u6d4b\u91cf\u5927\u8c61\u91cd\u91cf\u7684\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u66f9\u51b2\u79f0\u8c61", "keywords": "historical anecdote,scientific insight,\u4e8b\u4ef6\u4e3b\u89d2,\u667a\u6167\u4f53\u73b0", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Cao Chong devised a clever method to weigh an elephant using buoyancy principles.\u003cSEP\u003e\u66f9\u51b2\u662f\u66f9\u51b2\u79f0\u8c61\u6545\u4e8b\u7684\u4e3b\u89d2\uff0c\u63d0\u51fa\u4e86\u5229\u7528\u8239\u53ea\u6d4b\u91cf\u5927\u8c61\u91cd\u91cf\u7684\u65b9\u6cd5\u3002", "to": "\u66f9\u51b2", "width": 19.0}, {"created_at": 1752674566, "description": "The story of Cao Chong weighing an elephant illustrates the early understanding and practical use of buoyancy in ancient China.", "file_path": "unknown_source", "from": "\u66f9\u51b2\u79f0\u8c61", "keywords": "historical anecdote,physics principle", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The story of Cao Chong weighing an elephant illustrates the early understanding and practical use of buoyancy in ancient China.", "to": "\u6d6e\u529b", "width": 10.0}, {"created_at": 1752674566, "description": "\u66f9\u64cd\u662f\u66f9\u51b2\u7684\u7236\u4eb2\uff0c\u4e5f\u662f\u63d0\u51fa\u79f0\u8c61\u95ee\u9898\u7684\u80cc\u666f\u4eba\u7269\u3002", "file_path": "unknown_source", "from": "\u66f9\u51b2\u79f0\u8c61", "keywords": "\u4e8b\u4ef6\u80cc\u666f,\u7236\u5b50\u5173\u7cfb", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u66f9\u64cd\u662f\u66f9\u51b2\u7684\u7236\u4eb2\uff0c\u4e5f\u662f\u63d0\u51fa\u79f0\u8c61\u95ee\u9898\u7684\u80cc\u666f\u4eba\u7269\u3002", "to": "\u66f9\u64cd", "width": 8.0}, {"created_at": 1752674566, "description": "\u5de8\u8c61\u662f\u66f9\u51b2\u79f0\u8c61\u4e8b\u4ef6\u4e2d\u7684\u6838\u5fc3\u5bf9\u8c61\uff0c\u5f15\u53d1\u5982\u4f55\u79f0\u91cf\u7684\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u66f9\u51b2\u79f0\u8c61", "keywords": "\u4e8b\u4ef6\u5bf9\u8c61,\u7269\u54c1\u91cd\u8981\u6027", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u5de8\u8c61\u662f\u66f9\u51b2\u79f0\u8c61\u4e8b\u4ef6\u4e2d\u7684\u6838\u5fc3\u5bf9\u8c61\uff0c\u5f15\u53d1\u5982\u4f55\u79f0\u91cf\u7684\u95ee\u9898\u3002", "to": "\u5de8\u8c61", "width": 9.0}, {"created_at": 1752674566, "description": "\u66f9\u51b2\u79f0\u8c61\u7684\u65b9\u6cd5\u57fa\u4e8e\u7b49\u91cf\u66ff\u6362\u539f\u7406\uff0c\u4f53\u73b0\u4e86\u8be5\u516c\u7406\u7684\u5b9e\u9645\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u66f9\u51b2\u79f0\u8c61", "keywords": "\u539f\u7406\u5e94\u7528,\u79d1\u5b66\u601d\u7ef4", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u66f9\u51b2\u79f0\u8c61\u7684\u65b9\u6cd5\u57fa\u4e8e\u7b49\u91cf\u66ff\u6362\u539f\u7406\uff0c\u4f53\u73b0\u4e86\u8be5\u516c\u7406\u7684\u5b9e\u9645\u5e94\u7528\u3002", "to": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u516c\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "Cao Chong was the son of Cao Cao, a prominent historical figure during the Three Kingdoms period.\u003cSEP\u003e\u66f9\u51b2\u662f\u66f9\u64cd\u7684\u513f\u5b50\uff0c\u5411\u66f9\u64cd\u63d0\u51fa\u4e86\u5229\u7528\u6d6e\u529b\u539f\u7406\u79f0\u8c61\u7684\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u66f9\u51b2", "keywords": "historical figures,parent-child relationship,\u667a\u6167\u4f20\u627f,\u7236\u5b50\u5173\u7cfb", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Cao Chong was the son of Cao Cao, a prominent historical figure during the Three Kingdoms period.\u003cSEP\u003e\u66f9\u51b2\u662f\u66f9\u64cd\u7684\u513f\u5b50\uff0c\u5411\u66f9\u64cd\u63d0\u51fa\u4e86\u5229\u7528\u6d6e\u529b\u539f\u7406\u79f0\u8c61\u7684\u65b9\u6cd5\u3002", "to": "\u66f9\u64cd", "width": 16.0}, {"created_at": 1752674566, "description": "Cao Chong used the principle of buoyancy to weigh an elephant by measuring the displacement of water.", "file_path": "unknown_source", "from": "\u66f9\u51b2", "keywords": "historical application,scientific principle", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Cao Chong used the principle of buoyancy to weigh an elephant by measuring the displacement of water.", "to": "\u6d6e\u529b", "width": 10.0}, {"created_at": 1752674566, "description": "\u66f9\u51b2\u7684\u79f0\u8c61\u6545\u4e8b\u53d1\u751f\u5728\u5b59\u6743\u8d60\u9001\u5927\u8c61\u7ed9\u66f9\u64cd\u7684\u80cc\u666f\u4e0b\u3002", "file_path": "unknown_source", "from": "\u66f9\u51b2", "keywords": "\u4e8b\u4ef6\u80cc\u666f,\u95f4\u63a5\u5f71\u54cd", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u66f9\u51b2\u7684\u79f0\u8c61\u6545\u4e8b\u53d1\u751f\u5728\u5b59\u6743\u8d60\u9001\u5927\u8c61\u7ed9\u66f9\u64cd\u7684\u80cc\u666f\u4e0b\u3002", "to": "\u5b59\u6743", "width": 6.0}, {"created_at": 1752674566, "description": "The French scientists proposed defining the meter based on the length of the Paris meridian.", "file_path": "unknown_source", "from": "\u6cd5\u56fd\u79d1\u5b66\u5bb6\u7279\u522b\u59d4\u5458\u4f1a", "keywords": "geographical basis,scientific definition", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The French scientists proposed defining the meter based on the length of the Paris meridian.", "to": "\u5df4\u9ece\u5b50\u5348\u7ebf", "width": 10.0}, {"created_at": 1752674566, "description": "The platinum-iridium meter prototype is stored in the basement of the International Bureau of Weights and Measures in Paris.", "file_path": "unknown_source", "from": "\u94c2\u94f1\u5408\u91d1\u68d2", "keywords": "artifact custody,metrology", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The platinum-iridium meter prototype is stored in the basement of the International Bureau of Weights and Measures in Paris.", "to": "\u56fd\u9645\u8ba1\u91cf\u5c40", "width": 9.0}, {"created_at": 1752674566, "description": "The meter is conceptually related to the light-second, which is the distance light travels in one second.", "file_path": "unknown_source", "from": "\u5149\u5728\u771f\u7a7a\u4e2d1/299792458\u79d2\u6240\u7ecf\u8fc7\u7684\u8ddd\u79bb", "keywords": "physics,unit relation", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The meter is conceptually related to the light-second, which is the distance light travels in one second.", "to": "\u5149\u79d2", "width": 8.0}, {"created_at": 1752674566, "description": "The traditional Chinese \u0027li\u0027 is defined as half a kilometer.", "file_path": "unknown_source", "from": "\u91cc", "keywords": "cultural measurement,unit equivalence", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The traditional Chinese \u0027li\u0027 is defined as half a kilometer.", "to": "\u5343\u7c73", "width": 7.0}, {"created_at": 1752674566, "description": "Kilometer and \u0027gongli\u0027 are equivalent terms, with \u0027gongli\u0027 being the Chinese term for kilometer.", "file_path": "unknown_source", "from": "\u5343\u7c73", "keywords": "language equivalence,unit standard", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Kilometer and \u0027gongli\u0027 are equivalent terms, with \u0027gongli\u0027 being the Chinese term for kilometer.", "to": "\u516c\u91cc", "width": 9.0}, {"created_at": 1752674566, "description": "The mile is defined in terms of feet, with 5,280 feet equaling one mile.", "file_path": "unknown_source", "from": "\u82f1\u91cc", "keywords": "imperial system,unit relationship", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "The mile is defined in terms of feet, with 5,280 feet equaling one mile.", "to": "foot", "width": 8.0}, {"created_at": 1752674566, "description": "Germans in the 16th century helped standardize the foot by averaging the left foot lengths of 16 men.", "file_path": "unknown_source", "from": "foot", "keywords": "cultural practice,measurement history", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "Germans in the 16th century helped standardize the foot by averaging the left foot lengths of 16 men.", "to": "\u5fb7\u56fd\u4eba", "width": 7.0}, {"created_at": 1752674566, "description": "In 16th-century Germany, men were selected from a church to help standardize the foot measurement.", "file_path": "unknown_source", "from": "\u5fb7\u56fd\u4eba", "keywords": "historical method,measurement origin", "source_id": "chunk-29b0eb21ba09df5c722fea498f2ea6ed", "title": "In 16th-century Germany, men were selected from a church to help standardize the foot measurement.", "to": "\u6559\u5802", "width": 6.0}, {"created_at": 1752674566, "description": "\u6d77\u5c14\u7fc1\u4e8c\u4e16\u662f\u738b\u51a0\u9a8c\u8bc1\u4e8b\u4ef6\u7684\u53d1\u8d77\u8005\uff0c\u59d4\u6258\u963f\u57fa\u7c73\u5fb7\u9a8c\u8bc1\u738b\u51a0\u771f\u4f2a\u3002", "file_path": "unknown_source", "from": "\u6d77\u5c14\u7fc1\u4e8c\u4e16", "keywords": "\u4e8b\u4ef6\u80cc\u666f,\u59d4\u6258\u5173\u7cfb", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u6d77\u5c14\u7fc1\u4e8c\u4e16\u662f\u738b\u51a0\u9a8c\u8bc1\u4e8b\u4ef6\u7684\u53d1\u8d77\u8005\uff0c\u59d4\u6258\u963f\u57fa\u7c73\u5fb7\u9a8c\u8bc1\u738b\u51a0\u771f\u4f2a\u3002", "to": "\u738b\u51a0\u9a8c\u8bc1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230\u7684\u8bbe\u8ba1\u4e0e\u8fd0\u884c\u4f9d\u8d56\u4e8e\u963f\u57fa\u7c73\u5fb7\u6d6e\u529b\u539f\u7406\uff0c\u5176\u6392\u6c34\u91cf\u4f53\u73b0\u4e86\u8be5\u539f\u7406\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230", "keywords": "\u5de5\u7a0b\u5e94\u7528,\u8239\u8236\u8bbe\u8ba1", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230\u7684\u8bbe\u8ba1\u4e0e\u8fd0\u884c\u4f9d\u8d56\u4e8e\u963f\u57fa\u7c73\u5fb7\u6d6e\u529b\u539f\u7406\uff0c\u5176\u6392\u6c34\u91cf\u4f53\u73b0\u4e86\u8be5\u539f\u7406\u7684\u5e94\u7528\u3002", "to": "\u6d6e\u529b\u539f\u7406", "width": 7.0}, {"created_at": 1752674566, "description": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230\u7684\u6392\u6c34\u91cf\u662f\u5176\u8bbe\u8ba1\u548c\u6027\u80fd\u7684\u91cd\u8981\u6307\u6807\u3002", "file_path": "unknown_source", "from": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230", "keywords": "\u6280\u672f\u53c2\u6570,\u8239\u8236\u8bbe\u8ba1", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u6797\u80af\u53f7\u822a\u7a7a\u6bcd\u8230\u7684\u6392\u6c34\u91cf\u662f\u5176\u8bbe\u8ba1\u548c\u6027\u80fd\u7684\u91cd\u8981\u6307\u6807\u3002", "to": "\u6392\u6c34\u91cf", "width": 8.0}, {"created_at": 1752674566, "description": "\u8d85\u5927\u578b\u6cb9\u8f6e\u7684\u6392\u6c34\u91cf\u662f\u8861\u91cf\u5176\u8f7d\u91cd\u80fd\u529b\u7684\u91cd\u8981\u53c2\u6570\u3002", "file_path": "unknown_source", "from": "\u8d85\u5927\u578b\u6cb9\u8f6e", "keywords": "\u5de5\u7a0b\u6307\u6807,\u8239\u8236\u6027\u80fd", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u8d85\u5927\u578b\u6cb9\u8f6e\u7684\u6392\u6c34\u91cf\u662f\u8861\u91cf\u5176\u8f7d\u91cd\u80fd\u529b\u7684\u91cd\u8981\u53c2\u6570\u3002", "to": "\u6392\u6c34\u91cf", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u8bba\u6d6e\u4f53\u300b\u4e2d\u63d0\u51fa\u4e86\u6d6e\u529b\u7684\u57fa\u672c\u539f\u7406\uff0c\u6210\u4e3a\u6d41\u4f53\u9759\u529b\u5b66\u7684\u5960\u57fa\u4e4b\u4f5c\u3002", "file_path": "unknown_source", "from": "\u300a\u8bba\u6d6e\u4f53\u300b", "keywords": "\u5b66\u672f\u5f71\u54cd,\u7406\u8bba\u57fa\u7840", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u300a\u8bba\u6d6e\u4f53\u300b\u4e2d\u63d0\u51fa\u4e86\u6d6e\u529b\u7684\u57fa\u672c\u539f\u7406\uff0c\u6210\u4e3a\u6d41\u4f53\u9759\u529b\u5b66\u7684\u5960\u57fa\u4e4b\u4f5c\u3002", "to": "\u6d6e\u529b\u539f\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u5468\u671d\u8bbe\u7acb\u4e86\u4e13\u95e8\u8d1f\u8d23\u6570\u636e\u8c03\u67e5\u4e0e\u8bb0\u5f55\u7684\u5b98\u804c\u201c\u53f8\u4e66\u201d\uff0c\u4f53\u73b0\u4e86\u65e9\u671f\u7edf\u8ba1\u7ba1\u7406\u601d\u60f3\u3002\u003cSEP\u003e\u5468\u671d\u8bbe\u7acb\u4e86\u53f8\u4e66\u8fd9\u4e00\u5b98\u804c\uff0c\u4e13\u95e8\u8d1f\u8d23\u56fd\u5bb6\u6570\u636e\u7684\u8c03\u67e5\u4e0e\u8bb0\u5f55\u3002", "file_path": "unknown_source", "from": "\u5468\u671d", "keywords": "data collection,state administration,\u5236\u5ea6\u5efa\u8bbe,\u6570\u636e\u7ba1\u7406", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175\u003cSEP\u003echunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u5468\u671d\u8bbe\u7acb\u4e86\u4e13\u95e8\u8d1f\u8d23\u6570\u636e\u8c03\u67e5\u4e0e\u8bb0\u5f55\u7684\u5b98\u804c\u201c\u53f8\u4e66\u201d\uff0c\u4f53\u73b0\u4e86\u65e9\u671f\u7edf\u8ba1\u7ba1\u7406\u601d\u60f3\u3002\u003cSEP\u003e\u5468\u671d\u8bbe\u7acb\u4e86\u53f8\u4e66\u8fd9\u4e00\u5b98\u804c\uff0c\u4e13\u95e8\u8d1f\u8d23\u56fd\u5bb6\u6570\u636e\u7684\u8c03\u67e5\u4e0e\u8bb0\u5f55\u3002", "to": "\u53f8\u4e66", "width": 17.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u793c\u300b\u8bb0\u8f7d\u4e86\u53f8\u4e66\u7684\u804c\u8d23\uff0c\u53cd\u6620\u4e86\u5468\u671d\u7684\u7edf\u8ba1\u7ba1\u7406\u5236\u5ea6\u3002", "file_path": "unknown_source", "from": "\u53f8\u4e66", "keywords": "\u5b98\u5236\u4f53\u7cfb,\u6587\u732e\u8bb0\u8f7d", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u300a\u5468\u793c\u300b\u8bb0\u8f7d\u4e86\u53f8\u4e66\u7684\u804c\u8d23\uff0c\u53cd\u6620\u4e86\u5468\u671d\u7684\u7edf\u8ba1\u7ba1\u7406\u5236\u5ea6\u3002", "to": "\u5468\u793c", "width": 8.0}, {"created_at": 1752674566, "description": "\u5468\u671d\u8bbe\u6709\u53f8\u4e66\u8fd9\u4e00\u5b98\u804c\uff0c\u4e13\u95e8\u8d1f\u8d23\u56fd\u5bb6\u6570\u636e\u7684\u8c03\u67e5\u4e0e\u8bb0\u5f55\u3002", "file_path": "unknown_source", "from": "\u53f8\u4e66", "keywords": "data collection,state administration", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u5468\u671d\u8bbe\u6709\u53f8\u4e66\u8fd9\u4e00\u5b98\u804c\uff0c\u4e13\u95e8\u8d1f\u8d23\u56fd\u5bb6\u6570\u636e\u7684\u8c03\u67e5\u4e0e\u8bb0\u5f55\u3002", "to": "\u4e2d\u56fd\u5468\u671d", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u793c\u300b\u4e2d\u8bb0\u8f7d\u4e86\u53f8\u4e66\u7684\u4eba\u5458\u7f16\u5236\u548c\u804c\u8d23\u8303\u56f4\u3002", "file_path": "unknown_source", "from": "\u53f8\u4e66", "keywords": "bureaucratic structure,historical documentation", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u5468\u793c\u300b\u4e2d\u8bb0\u8f7d\u4e86\u53f8\u4e66\u7684\u4eba\u5458\u7f16\u5236\u548c\u804c\u8d23\u8303\u56f4\u3002", "to": "\u300a\u5468\u793c\u00b7\u5929\u5b98\u00b7\u51a2\u5bb0\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u53f8\u4e66\u7684\u804c\u8d23\u5305\u62ec\u5bf9\u56fd\u5bb6\u6570\u636e\u7684\u6536\u96c6\u4e0e\u5f52\u7eb3\uff0c\u662f\u65e9\u671f\u6570\u636e\u5f52\u7eb3\u7684\u5b9e\u8df5\u8005\u3002", "file_path": "unknown_source", "from": "\u53f8\u4e66", "keywords": "administration,historical data practices", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u53f8\u4e66\u7684\u804c\u8d23\u5305\u62ec\u5bf9\u56fd\u5bb6\u6570\u636e\u7684\u6536\u96c6\u4e0e\u5f52\u7eb3\uff0c\u662f\u65e9\u671f\u6570\u636e\u5f52\u7eb3\u7684\u5b9e\u8df5\u8005\u3002", "to": "\u6570\u636e\u5f52\u7eb3", "width": 7.0}, {"created_at": 1752674566, "description": "\u738b\u51a0\u9a8c\u8bc1\u7684\u65b9\u6cd5\u57fa\u4e8e\u7b49\u91cf\u66ff\u6362\u539f\u7406\uff0c\u4e0e\u66f9\u51b2\u79f0\u8c61\u6709\u76f8\u4f3c\u4e4b\u5904\u3002", "file_path": "unknown_source", "from": "\u7b49\u91cf\u7684\u7b49\u91cf\u76f8\u7b49\u516c\u7406", "keywords": "\u539f\u7406\u5e94\u7528,\u79d1\u5b66\u601d\u7ef4", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u738b\u51a0\u9a8c\u8bc1\u7684\u65b9\u6cd5\u57fa\u4e8e\u7b49\u91cf\u66ff\u6362\u539f\u7406\uff0c\u4e0e\u66f9\u51b2\u79f0\u8c61\u6709\u76f8\u4f3c\u4e4b\u5904\u3002", "to": "\u738b\u51a0\u9a8c\u8bc1", "width": 8.0}, {"created_at": 1752674566, "description": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u76f4\u63a5\u63cf\u8ff0\u4e86\u6d6e\u529b\u7684\u6027\u8d28\uff0c\u662f\u6d6e\u529b\u7814\u7a76\u7684\u6838\u5fc3\u7406\u8bba\u3002", "file_path": "unknown_source", "from": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406", "keywords": "\u7269\u7406\u89c4\u5f8b,\u7406\u8bba\u57fa\u7840", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u963f\u57fa\u7c73\u5fb7\u539f\u7406\u76f4\u63a5\u63cf\u8ff0\u4e86\u6d6e\u529b\u7684\u6027\u8d28\uff0c\u662f\u6d6e\u529b\u7814\u7a76\u7684\u6838\u5fc3\u7406\u8bba\u3002", "to": "\u6d6e\u529b", "width": 10.0}, {"created_at": 1752674566, "description": "\u6d6e\u529b\u539f\u7406\u89e3\u91ca\u4e86\u6392\u6c34\u91cf\u7684\u6982\u5ff5\uff0c\u662f\u8ba1\u7b97\u8239\u8236\u627f\u8f7d\u80fd\u529b\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u6d6e\u529b", "keywords": "\u5de5\u7a0b\u5e94\u7528,\u7269\u7406\u5173\u7cfb", "source_id": "chunk-dc3db651b5a7c061e50a7c651a73f175", "title": "\u6d6e\u529b\u539f\u7406\u89e3\u91ca\u4e86\u6392\u6c34\u91cf\u7684\u6982\u5ff5\uff0c\u662f\u8ba1\u7b97\u8239\u8236\u627f\u8f7d\u80fd\u529b\u7684\u57fa\u7840\u3002", "to": "\u6392\u6c34\u91cf", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b\u63d0\u51fa\u4e86\u516d\u5341\u4e94\u95ee\uff0c\u4f5c\u4e3a\u7cfb\u7edf\u7684\u56fd\u5bb6\u8c03\u67e5\u79d1\u76ee\u3002", "file_path": "unknown_source", "from": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b", "keywords": "governance,statistical inquiry", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u7ba1\u5b50\u00b7\u95ee\u300b\u63d0\u51fa\u4e86\u516d\u5341\u4e94\u95ee\uff0c\u4f5c\u4e3a\u7cfb\u7edf\u7684\u56fd\u5bb6\u8c03\u67e5\u79d1\u76ee\u3002", "to": "\u516d\u5341\u4e94\u95ee", "width": 10.0}, {"created_at": 1752674566, "description": "\u516d\u5341\u4e94\u95ee\u7684\u5185\u5bb9\u5927\u591a\u4e0e\u56fd\u5bb6\u6cbb\u7406\u76f8\u5173\uff0c\u63d0\u4f9b\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u7684\u8303\u5f0f\u3002", "file_path": "unknown_source", "from": "\u516d\u5341\u4e94\u95ee", "keywords": "data-driven governance,policy research", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u516d\u5341\u4e94\u95ee\u7684\u5185\u5bb9\u5927\u591a\u4e0e\u56fd\u5bb6\u6cbb\u7406\u76f8\u5173\uff0c\u63d0\u4f9b\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u7684\u8303\u5f0f\u3002", "to": "\u56fd\u5bb6\u7ba1\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u516d\u5341\u4e94\u95ee\u7684\u5185\u5bb9\u6db5\u76d6\u4e86\u56fd\u5bb6\u6cbb\u7406\u7684\u591a\u4e2a\u65b9\u9762\uff0c\u63d0\u4f9b\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u7684\u8303\u5f0f\u3002", "file_path": "unknown_source", "from": "\u516d\u5341\u4e94\u95ee", "keywords": "data-driven governance,policy research", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u516d\u5341\u4e94\u95ee\u7684\u5185\u5bb9\u6db5\u76d6\u4e86\u56fd\u5bb6\u6cbb\u7406\u7684\u591a\u4e2a\u65b9\u9762\uff0c\u63d0\u4f9b\u4e86\u65e9\u671f\u7edf\u8ba1\u8c03\u67e5\u7684\u8303\u5f0f\u3002", "to": "\u56fd\u5bb6\u6cbb\u7406", "width": 9.0}, {"created_at": 1752674566, "description": "\u516d\u5341\u4e94\u95ee\u4e2d\u9690\u542b\u4e86\u5bf9\u6570\u636e\u7684\u7cfb\u7edf\u6536\u96c6\u4e0e\u5206\u6790\uff0c\u4f53\u73b0\u4e86\u65e9\u671f\u5b9a\u91cf\u5206\u6790\u7684\u601d\u60f3\u3002", "file_path": "unknown_source", "from": "\u516d\u5341\u4e94\u95ee", "keywords": "analytical thinking,data collection", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u516d\u5341\u4e94\u95ee\u4e2d\u9690\u542b\u4e86\u5bf9\u6570\u636e\u7684\u7cfb\u7edf\u6536\u96c6\u4e0e\u5206\u6790\uff0c\u4f53\u73b0\u4e86\u65e9\u671f\u5b9a\u91cf\u5206\u6790\u7684\u601d\u60f3\u3002", "to": "\u5b9a\u91cf\u5206\u6790", "width": 7.0}, {"created_at": 1752674566, "description": "\u56fe\u5229\u4e4c\u65af\u8bbe\u7acb\u4e86\u76d1\u5bdf\u5b98\u804c\u4f4d\uff0c\u8d1f\u8d23\u6bcf\u4e94\u5e74\u4e00\u6b21\u7684\u4eba\u53e3\u4e0e\u8d22\u4ea7\u666e\u67e5\u3002", "file_path": "unknown_source", "from": "\u56fe\u5229\u4e4c\u65af", "keywords": "institutional structure,taxation", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u56fe\u5229\u4e4c\u65af\u8bbe\u7acb\u4e86\u76d1\u5bdf\u5b98\u804c\u4f4d\uff0c\u8d1f\u8d23\u6bcf\u4e94\u5e74\u4e00\u6b21\u7684\u4eba\u53e3\u4e0e\u8d22\u4ea7\u666e\u67e5\u3002", "to": "\u76d1\u5bdf\u5b98", "width": 9.0}, {"created_at": 1752674566, "description": "\u76d1\u5bdf\u5b98\u8d1f\u8d23\u6267\u884ccensus(\u4eba\u53e3\u666e\u67e5)\uff0c\u7528\u4e8e\u5f81\u7a0e\u548c\u5f81\u5175\u3002", "file_path": "unknown_source", "from": "\u76d1\u5bdf\u5b98", "keywords": "demographic data,state control", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u76d1\u5bdf\u5b98\u8d1f\u8d23\u6267\u884ccensus(\u4eba\u53e3\u666e\u67e5)\uff0c\u7528\u4e8e\u5f81\u7a0e\u548c\u5f81\u5175\u3002", "to": "census", "width": 10.0}, {"created_at": 1752674566, "description": "\u300a\u5370\u5ea6\u7ecf\u5178\u300b\u4e00\u4e66\u4e2d\u8be6\u7ec6\u89c4\u5b9a\u4e86\u6570\u636e\u6536\u96c6\u4e0e\u6751\u7ea7\u4f1a\u8ba1\u804c\u8d23\u3002", "file_path": "unknown_source", "from": "\u53e4\u5370\u5ea6", "keywords": "administrative planning,data recording", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u5370\u5ea6\u7ecf\u5178\u300b\u4e00\u4e66\u4e2d\u8be6\u7ec6\u89c4\u5b9a\u4e86\u6570\u636e\u6536\u96c6\u4e0e\u6751\u7ea7\u4f1a\u8ba1\u804c\u8d23\u3002", "to": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u5370\u5ea6\u7ecf\u5178\u300b\u4e2d\u5173\u4e8e\u6570\u636e\u6536\u96c6\u7684\u89c4\u5b9a\u53cd\u6620\u4e86\u65e9\u671f\u7edf\u8ba1\u5b66\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7684\u7d27\u5bc6\u8054\u7cfb\u3002", "file_path": "unknown_source", "from": "\u300a\u5370\u5ea6\u7ecf\u5178(Arthasastra)\u300b", "keywords": "data-driven policy,statecraft", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u300a\u5370\u5ea6\u7ecf\u5178\u300b\u4e2d\u5173\u4e8e\u6570\u636e\u6536\u96c6\u7684\u89c4\u5b9a\u53cd\u6620\u4e86\u65e9\u671f\u7edf\u8ba1\u5b66\u4e0e\u56fd\u5bb6\u6cbb\u7406\u7684\u7d27\u5bc6\u8054\u7cfb\u3002", "to": "\u56fd\u5bb6\u6cbb\u7406", "width": 8.0}, {"created_at": 1752674566, "description": "\u963f\u4ea8\u74e6\u5c14\u521b\u9020\u4e86\u5fb7\u6587\u7edf\u8ba1\u5b66\u8bcd\u6c47statistieken\uff0c\u610f\u6307\u56fd\u5bb6\u6570\u636e\u7684\u6536\u96c6\u4e0e\u5904\u7406\u3002", "file_path": "unknown_source", "from": "\u963f\u4ea8\u74e6\u5c14", "keywords": "state data,terminology", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u963f\u4ea8\u74e6\u5c14\u521b\u9020\u4e86\u5fb7\u6587\u7edf\u8ba1\u5b66\u8bcd\u6c47statistieken\uff0c\u610f\u6307\u56fd\u5bb6\u6570\u636e\u7684\u6536\u96c6\u4e0e\u5904\u7406\u3002", "to": "statistieken", "width": 9.0}, {"created_at": 1752674566, "description": "statistics\u4e00\u8bcd\u6e90\u81ea\u5fb7\u6587statistieken\uff0c\u53cd\u6620\u4e86\u7edf\u8ba1\u5b66\u4ece\u56fd\u5bb6\u6cbb\u7406\u5411\u66f4\u5e7f\u6cdb\u793e\u4f1a\u7814\u7a76\u7684\u6f14\u53d8\u3002", "file_path": "unknown_source", "from": "statistieken", "keywords": "data science,terminological evolution", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "statistics\u4e00\u8bcd\u6e90\u81ea\u5fb7\u6587statistieken\uff0c\u53cd\u6620\u4e86\u7edf\u8ba1\u5b66\u4ece\u56fd\u5bb6\u6cbb\u7406\u5411\u66f4\u5e7f\u6cdb\u793e\u4f1a\u7814\u7a76\u7684\u6f14\u53d8\u3002", "to": "statistics", "width": 8.0}, {"created_at": 1752674566, "description": "\u8f9b\u514b\u83b1\u4e3b\u7f16\u4e86\u300a\u7edf\u8ba1\u62a5\u8868\u300b\uff0c\u9996\u6b21\u4f7f\u7528statistics\u4e00\u8bcd\uff0c\u6269\u5c55\u4e86\u7edf\u8ba1\u5b66\u7684\u5185\u6db5\u3002", "file_path": "unknown_source", "from": "\u8f9b\u514b\u83b1", "keywords": "national well-being,statistical terminology", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u8f9b\u514b\u83b1\u4e3b\u7f16\u4e86\u300a\u7edf\u8ba1\u62a5\u8868\u300b\uff0c\u9996\u6b21\u4f7f\u7528statistics\u4e00\u8bcd\uff0c\u6269\u5c55\u4e86\u7edf\u8ba1\u5b66\u7684\u5185\u6db5\u3002", "to": "\u300a\u7edf\u8ba1\u62a5\u8868\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u6570\u636e\u5f52\u7eb3\u662f\u5b9a\u91cf\u5206\u6790\u7684\u524d\u63d0\uff0c\u7528\u4e8e\u6574\u7406\u539f\u59cb\u6570\u636e\u4ee5\u4fbf\u8fdb\u4e00\u6b65\u5206\u6790\u3002", "file_path": "unknown_source", "from": "\u6570\u636e\u5f52\u7eb3", "keywords": "analytical methodology,data processing", "source_id": "chunk-592deb8c7f0a5b4382818efa41222fde", "title": "\u6570\u636e\u5f52\u7eb3\u662f\u5b9a\u91cf\u5206\u6790\u7684\u524d\u63d0\uff0c\u7528\u4e8e\u6574\u7406\u539f\u59cb\u6570\u636e\u4ee5\u4fbf\u8fdb\u4e00\u6b65\u5206\u6790\u3002", "to": "\u5b9a\u91cf\u5206\u6790", "width": 7.0}, {"created_at": 1752674566, "description": "\u5b9a\u91cf\u5206\u6790\u662f\u63a8\u52a8\u7edf\u8ba1\u5b66\u4ece\u63cf\u8ff0\u6027\u5411\u63a8\u65ad\u6027\u53d1\u5c55\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u5b9a\u91cf\u5206\u6790", "keywords": "data-driven decision,scientific method", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u5b9a\u91cf\u5206\u6790\u662f\u63a8\u52a8\u7edf\u8ba1\u5b66\u4ece\u63cf\u8ff0\u6027\u5411\u63a8\u65ad\u6027\u53d1\u5c55\u7684\u6838\u5fc3\u65b9\u6cd5\u3002", "to": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "width": 9.0}, {"created_at": 1752674566, "description": "\u683c\u6717\u7279\u5bf9\u4f26\u6566\u53d1\u5e03\u7684\u6b7b\u4ea1\u539f\u56e0\u6bcf\u5468\u62a5\u8868\u8fdb\u884c\u4e86\u6574\u7406\u548c\u5206\u6790\uff0c\u4ece\u800c\u63a8\u52a8\u4e86\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279", "keywords": "public health,\u6570\u636eanalysis", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u683c\u6717\u7279\u5bf9\u4f26\u6566\u53d1\u5e03\u7684\u6b7b\u4ea1\u539f\u56e0\u6bcf\u5468\u62a5\u8868\u8fdb\u884c\u4e86\u6574\u7406\u548c\u5206\u6790\uff0c\u4ece\u800c\u63a8\u52a8\u4e86\u7edf\u8ba1\u5b66\u7684\u53d1\u5c55\u3002", "to": "\u4f26\u6566", "width": 9.0}, {"created_at": 1752674566, "description": "\u5a01\u5ec9\u00b7\u914d\u7b2c\u53d7\u683c\u6717\u7279\u7684\u5f71\u54cd\uff0c\u64b0\u5199\u4e86\u300a\u653f\u6cbb\u7b97\u672f\u300b\uff0c\u63a8\u52a8\u4e86\u7edf\u8ba1\u5b66\u4e0e\u7ecf\u6d4e\u5b66\u7684\u7ed3\u5408\u3002", "file_path": "unknown_source", "from": "\u7ea6\u7ff0\u00b7\u683c\u6717\u7279", "keywords": "economic analysis,intellectual influence", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u5a01\u5ec9\u00b7\u914d\u7b2c\u53d7\u683c\u6717\u7279\u7684\u5f71\u54cd\uff0c\u64b0\u5199\u4e86\u300a\u653f\u6cbb\u7b97\u672f\u300b\uff0c\u63a8\u52a8\u4e86\u7edf\u8ba1\u5b66\u4e0e\u7ecf\u6d4e\u5b66\u7684\u7ed3\u5408\u3002", "to": "\u5a01\u5ec9\u00b7\u914d\u7b2c", "width": 8.0}, {"created_at": 1752674566, "description": "\u54c8\u96f7\u5229\u7528\u6570\u636e\u5206\u6790\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u7684\u5173\u7cfb\uff0c\u63a8\u52a8\u4e86\u7edf\u8ba1\u65b9\u6cd5\u5728\u4eba\u53e3\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u57c3\u5fb7\u8499\u00b7\u54c8\u96f7", "keywords": "demographic analysis,statistical modeling", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u54c8\u96f7\u5229\u7528\u6570\u636e\u5206\u6790\u6b7b\u4ea1\u7387\u4e0e\u5e74\u9f84\u7684\u5173\u7cfb\uff0c\u63a8\u52a8\u4e86\u7edf\u8ba1\u65b9\u6cd5\u5728\u4eba\u53e3\u5b66\u4e2d\u7684\u5e94\u7528\u3002", "to": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "width": 9.0}, {"created_at": 1752674566, "description": "\u67e5\u7406\u65af\u00b7\u9053\u521b\u5efa\u4e86\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u8fd9\u662f\u4e16\u754c\u4e0a\u6700\u65e9\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\u3002", "file_path": "unknown_source", "from": "\u67e5\u7406\u65af\u00b7\u9053", "keywords": "financial indicator,market tracking", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u67e5\u7406\u65af\u00b7\u9053\u521b\u5efa\u4e86\u9053\u00b7\u743c\u65af\u6307\u6570\uff0c\u8fd9\u662f\u4e16\u754c\u4e0a\u6700\u65e9\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570\u3002", "to": "\u9053\u00b7\u743c\u65af\u6307\u6570", "width": 10.0}, {"created_at": 1752674566, "description": "\u9ad8\u5c14\u767b\u901a\u8fc7\u5206\u6790\u8eab\u9ad8\u6570\u636e\u53d1\u73b0\u4e86\u56de\u5f52\u73b0\u8c61\uff0c\u4e3a\u73b0\u4ee3\u7edf\u8ba1\u5b66\u5c24\u5176\u662f\u63a8\u65ad\u7edf\u8ba1\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u5f17\u6717\u897f\u65af\u00b7\u9ad8\u5c14\u767b", "keywords": "genetic statistics,regression analysis", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9ad8\u5c14\u767b\u901a\u8fc7\u5206\u6790\u8eab\u9ad8\u6570\u636e\u53d1\u73b0\u4e86\u56de\u5f52\u73b0\u8c61\uff0c\u4e3a\u73b0\u4ee3\u7edf\u8ba1\u5b66\u5c24\u5176\u662f\u63a8\u65ad\u7edf\u8ba1\u5960\u5b9a\u4e86\u57fa\u7840\u3002", "to": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "width": 10.0}, {"created_at": 1752674566, "description": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8\u662f\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5236\u5ea6\u7684\u5148\u9a71\uff0c\u4e0e\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240\u5171\u540c\u63a8\u52a8\u4e86\u73b0\u4ee3\u8d44\u672c\u5e02\u573a\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8", "keywords": "capital market,corporate structure", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8\u662f\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5236\u5ea6\u7684\u5148\u9a71\uff0c\u4e0e\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240\u5171\u540c\u63a8\u52a8\u4e86\u73b0\u4ee3\u8d44\u672c\u5e02\u573a\u7684\u53d1\u5c55\u3002", "to": "\u4f26\u6566\u8bc1\u5238\u4ea4\u6613\u6240", "width": 8.0}, {"created_at": 1752674566, "description": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8\u662f\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5236\u5ea6\u7684\u5148\u9a71\uff0c\u63a8\u52a8\u4e86\u80a1\u7968\u4ea4\u6613\u5e02\u573a\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8", "keywords": "capital market,corporate finance", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8377\u5170\u4e1c\u5370\u5ea6\u516c\u53f8\u662f\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5236\u5ea6\u7684\u5148\u9a71\uff0c\u63a8\u52a8\u4e86\u80a1\u7968\u4ea4\u6613\u5e02\u573a\u7684\u53d1\u5c55\u3002", "to": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a", "width": 9.0}, {"created_at": 1752674566, "description": "\u9053\u00b7\u743c\u65af\u6307\u6570\u7684\u7f16\u5236\u4f53\u73b0\u4e86\u7edf\u8ba1\u5b66\u5728\u91d1\u878d\u5e02\u573a\u4e2d\u7684\u5e94\u7528\uff0c\u662f\u63a8\u65ad\u6570\u636e\u5206\u6790\u7684\u5178\u578b\u5b9e\u4f8b\u3002", "file_path": "unknown_source", "from": "\u9053\u00b7\u743c\u65af\u6307\u6570", "keywords": "financial data,market trends", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9053\u00b7\u743c\u65af\u6307\u6570\u7684\u7f16\u5236\u4f53\u73b0\u4e86\u7edf\u8ba1\u5b66\u5728\u91d1\u878d\u5e02\u573a\u4e2d\u7684\u5e94\u7528\uff0c\u662f\u63a8\u65ad\u6570\u636e\u5206\u6790\u7684\u5178\u578b\u5b9e\u4f8b\u3002", "to": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "width": 9.0}, {"created_at": 1752674566, "description": "\u9053\u00b7\u743c\u65af\u516c\u53f8\u7f16\u5236\u4e86\u4e16\u754c\u4e0a\u6700\u65e9\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570--\u9053\u00b7\u743c\u65af\u6307\u6570\u3002", "file_path": "unknown_source", "from": "\u9053\u00b7\u743c\u65af\u6307\u6570", "keywords": "financial indicator,market tracking", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9053\u00b7\u743c\u65af\u516c\u53f8\u7f16\u5236\u4e86\u4e16\u754c\u4e0a\u6700\u65e9\u7684\u80a1\u7968\u4ef7\u683c\u6307\u6570--\u9053\u00b7\u743c\u65af\u6307\u6570\u3002", "to": "\u9053\u00b7\u743c\u65af\u516c\u53f8", "width": 10.0}, {"created_at": 1752674566, "description": "\u4fdd\u9669\u5355\u7684\u51fa\u73b0\u4fc3\u4f7f\u4eba\u4eec\u5f00\u59cb\u8ba4\u771f\u5bf9\u5f85\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u63a8\u52a8\u4e86\u6982\u7387\u8bba\u548c\u7edf\u8ba1\u63a8\u65ad\u7684\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u4fdd\u9669\u5355", "keywords": "data modeling,risk assessment", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u4fdd\u9669\u5355\u7684\u51fa\u73b0\u4fc3\u4f7f\u4eba\u4eec\u5f00\u59cb\u8ba4\u771f\u5bf9\u5f85\u6570\u636e\u7684\u968f\u673a\u6027\uff0c\u63a8\u52a8\u4e86\u6982\u7387\u8bba\u548c\u7edf\u8ba1\u63a8\u65ad\u7684\u53d1\u5c55\u3002", "to": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "width": 9.0}, {"created_at": 1752674566, "description": "\u8be5\u4e66\u6807\u5fd7\u7740\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5f00\u7aef\uff0c\u9996\u6b21\u63ed\u793a\u4e86\u6027\u522b\u51fa\u751f\u7387\u5dee\u5f02\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "keywords": "empirical research,statistical foundation", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8be5\u4e66\u6807\u5fd7\u7740\u73b0\u4ee3\u7edf\u8ba1\u5b66\u7684\u5f00\u7aef\uff0c\u9996\u6b21\u63ed\u793a\u4e86\u6027\u522b\u51fa\u751f\u7387\u5dee\u5f02\u3002", "to": "\u300a\u6b7b\u4ea1\u62a5\u8868\u7684\u81ea\u7136\u548c\u653f\u6cbb\u89c2\u5bdf\u300b", "width": 10.0}, {"created_at": 1752674566, "description": "\u8be5\u4e66\u63a8\u52a8\u4e86\u7edf\u8ba1\u5b66\u5728\u7ecf\u6d4e\u5b66\u4e2d\u7684\u5e94\u7528\uff0c\u662f\u5b9a\u91cf\u5206\u6790\u7684\u65e9\u671f\u5178\u8303\u3002", "file_path": "unknown_source", "from": "\u7edf\u8ba1\u5b66\u53d1\u5c55", "keywords": "data-driven policy,economic statistics", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u8be5\u4e66\u63a8\u52a8\u4e86\u7edf\u8ba1\u5b66\u5728\u7ecf\u6d4e\u5b66\u4e2d\u7684\u5e94\u7528\uff0c\u662f\u5b9a\u91cf\u5206\u6790\u7684\u65e9\u671f\u5178\u8303\u3002", "to": "\u300a\u653f\u6cbb\u7b97\u672f\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u98ce\u9669\u6295\u8d44\u4f9d\u8d56\u4e8e\u5bf9\u5386\u53f2\u6570\u636e\u7684\u63a8\u65ad\u5206\u6790\u6765\u8bc4\u4f30\u6295\u8d44\u56de\u62a5\u4e0e\u98ce\u9669\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "keywords": "data-driven decision,investment analysis", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u98ce\u9669\u6295\u8d44\u4f9d\u8d56\u4e8e\u5bf9\u5386\u53f2\u6570\u636e\u7684\u63a8\u65ad\u5206\u6790\u6765\u8bc4\u4f30\u6295\u8d44\u56de\u62a5\u4e0e\u98ce\u9669\u3002", "to": "\u98ce\u9669\u6295\u8d44", "width": 9.0}, {"created_at": 1752674566, "description": "\u80a1\u7968\u4ef7\u683c\u6307\u6570\u7684\u7f16\u5236\u548c\u9884\u6d4b\u4f9d\u8d56\u4e8e\u5bf9\u5386\u53f2\u6570\u636e\u7684\u7edf\u8ba1\u63a8\u65ad\u3002", "file_path": "unknown_source", "from": "\u63a8\u65ad\u6570\u636e\u5206\u6790", "keywords": "financial forecasting,market analysis", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u80a1\u7968\u4ef7\u683c\u6307\u6570\u7684\u7f16\u5236\u548c\u9884\u6d4b\u4f9d\u8d56\u4e8e\u5bf9\u5386\u53f2\u6570\u636e\u7684\u7edf\u8ba1\u63a8\u65ad\u3002", "to": "\u80a1\u7968\u4ef7\u683c\u6307\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u98ce\u9669\u6295\u8d44\u901a\u8fc7\u80a1\u7968\u4ea4\u6613\u5e02\u573a\u8fdb\u884c\u64cd\u4f5c\uff0c\u4f9d\u8d56\u5e02\u573a\u6307\u6570\u8fdb\u884c\u6295\u8d44\u51b3\u7b56\u3002", "file_path": "unknown_source", "from": "\u80a1\u7968\u4ea4\u6613\u5e02\u573a", "keywords": "investment vehicle,market dynamics", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u98ce\u9669\u6295\u8d44\u901a\u8fc7\u80a1\u7968\u4ea4\u6613\u5e02\u573a\u8fdb\u884c\u64cd\u4f5c\uff0c\u4f9d\u8d56\u5e02\u573a\u6307\u6570\u8fdb\u884c\u6295\u8d44\u51b3\u7b56\u3002", "to": "\u98ce\u9669\u6295\u8d44", "width": 9.0}, {"created_at": 1752674566, "description": "\u9ad8\u5c14\u767b\u7684\u8eab\u9ad8\u9057\u4f20\u7814\u7a76\u4e3a\u73b0\u4ee3\u56de\u5f52\u65b9\u7a0b\u7684\u5efa\u7acb\u63d0\u4f9b\u4e86\u5b9e\u8bc1\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u56de\u5f52\u65b9\u7a0b", "keywords": "genetic correlation,statistical modeling", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u9ad8\u5c14\u767b\u7684\u8eab\u9ad8\u9057\u4f20\u7814\u7a76\u4e3a\u73b0\u4ee3\u56de\u5f52\u65b9\u7a0b\u7684\u5efa\u7acb\u63d0\u4f9b\u4e86\u5b9e\u8bc1\u57fa\u7840\u3002", "to": "\u8eab\u9ad8\u9057\u4f20\u7814\u7a76", "width": 10.0}, {"created_at": 1752674566, "description": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868\u662f\u6b7b\u4ea1\u7387\u5206\u6790\u7684\u65e9\u671f\u91cd\u8981\u5b9e\u8bc1\u7814\u7a76\uff0c\u63a8\u52a8\u4e86\u4eba\u53e3\u7edf\u8ba1\u5b66\u53d1\u5c55\u3002", "file_path": "unknown_source", "from": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868", "keywords": "data modeling,demographic research", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u5e03\u96f7\u65af\u52b3\u6b7b\u4ea1\u7387\u8868\u662f\u6b7b\u4ea1\u7387\u5206\u6790\u7684\u65e9\u671f\u91cd\u8981\u5b9e\u8bc1\u7814\u7a76\uff0c\u63a8\u52a8\u4e86\u4eba\u53e3\u7edf\u8ba1\u5b66\u53d1\u5c55\u3002", "to": "\u6b7b\u4ea1\u7387\u5206\u6790", "width": 9.0}, {"created_at": 1752674566, "description": "\u94f6\u884c\u8d37\u6b3e\u662f\u4f01\u4e1a\u878d\u8d44\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4e0e\u53d1\u884c\u80a1\u7968\u76f8\u6bd4\u66f4\u96c6\u4e2d\u98ce\u9669\u3002", "file_path": "unknown_source", "from": "\u94f6\u884c\u8d37\u6b3e", "keywords": "capital structure,financial risk", "source_id": "chunk-d1e7985225b136a6097b8207f3f65e71", "title": "\u94f6\u884c\u8d37\u6b3e\u662f\u4f01\u4e1a\u878d\u8d44\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4e0e\u53d1\u884c\u80a1\u7968\u76f8\u6bd4\u66f4\u96c6\u4e2d\u98ce\u9669\u3002", "to": "\u4f01\u4e1a\u878d\u8d44", "width": 8.0}, {"created_at": 1752674566, "description": "Francis Galton discovered the phenomenon of regression to the mean, which laid the foundation for the development of the regression model.", "file_path": "unknown_source", "from": "Francis Galton", "keywords": "foundational concept,statistical discovery", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Francis Galton discovered the phenomenon of regression to the mean, which laid the foundation for the development of the regression model.", "to": "Regression Model", "width": 10.0}, {"created_at": 1752674566, "description": "Francis Galton discovered the phenomenon of regression to the mean through his study of hereditary traits such as height, forming the basis of modern regression analysis.", "file_path": "unknown_source", "from": "Francis Galton", "keywords": "foundational concept,statistical discovery", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Francis Galton discovered the phenomenon of regression to the mean through his study of hereditary traits such as height, forming the basis of modern regression analysis.", "to": "Regression", "width": 10.0}, {"created_at": 1752674566, "description": "Karl Pearson continued and expanded upon the statistical work of Francis Galton, particularly in the area of regression and correlation.", "file_path": "unknown_source", "from": "Francis Galton", "keywords": "academic succession,statistical development", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Karl Pearson continued and expanded upon the statistical work of Francis Galton, particularly in the area of regression and correlation.", "to": "Karl Pearson", "width": 8.0}, {"created_at": 1752674566, "description": "Francis Galton was based in London, where he conducted his pioneering research on heredity and statistics.", "file_path": "unknown_source", "from": "Francis Galton", "keywords": "historical context,research location", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Francis Galton was based in London, where he conducted his pioneering research on heredity and statistics.", "to": "London", "width": 7.0}, {"created_at": 1752674566, "description": "Karl Pearson formalized and extended Galton\u0027s work on regression from a statistical perspective, contributing to its theoretical development.", "file_path": "unknown_source", "from": "Karl Pearson", "keywords": "model validation,statistical theory", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Karl Pearson formalized and extended Galton\u0027s work on regression from a statistical perspective, contributing to its theoretical development.", "to": "Regression Model", "width": 9.0}, {"created_at": 1752674566, "description": "Karl Pearson extended and formalized the concept of regression using statistical theory, helping to establish it as a core principle in modern statistics.", "file_path": "unknown_source", "from": "Karl Pearson", "keywords": "model validation,statistical theory", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Karl Pearson extended and formalized the concept of regression using statistical theory, helping to establish it as a core principle in modern statistics.", "to": "Regression", "width": 9.0}, {"created_at": 1752674566, "description": "Karl Pearson was based in London and worked at University College London, where much of his statistical research was conducted.", "file_path": "unknown_source", "from": "Karl Pearson", "keywords": "academic location,intellectual hub", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Karl Pearson was based in London and worked at University College London, where much of his statistical research was conducted.", "to": "London", "width": 7.0}, {"created_at": 1752674566, "description": "Karl Pearson\u4e0eAlice Lee\u5408\u4f5c\u7814\u7a76\u4eba\u7c7b\u9057\u4f20\u5b66\uff0c\u53d1\u8868\u4e8e\u300aBiometrika\u300b\u3002", "file_path": "unknown_source", "from": "Karl Pearson", "keywords": "\u5408\u4f5c,\u7edf\u8ba1\u7814\u7a76", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Karl Pearson\u4e0eAlice Lee\u5408\u4f5c\u7814\u7a76\u4eba\u7c7b\u9057\u4f20\u5b66\uff0c\u53d1\u8868\u4e8e\u300aBiometrika\u300b\u3002", "to": "Alice Lee", "width": 9.0}, {"created_at": 1752674566, "description": "Biometrika\u53d1\u8868\u4e86Karl Pearson\u4e0eAlice Lee\u5173\u4e8e\u4eba\u7c7b\u9057\u4f20\u5b66\u7684\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "Karl Pearson", "keywords": "\u5b66\u672f\u53d1\u8868,\u7edf\u8ba1\u5b66\u7814\u7a76", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Biometrika\u53d1\u8868\u4e86Karl Pearson\u4e0eAlice Lee\u5173\u4e8e\u4eba\u7c7b\u9057\u4f20\u5b66\u7684\u7814\u7a76\u3002", "to": "Biometrika", "width": 9.0}, {"created_at": 1752674566, "description": "C.R. Rao emphasized the importance of extracting information from data, which reflects the core purpose of the field of statistics.", "file_path": "unknown_source", "from": "C.R. Rao", "keywords": "data interpretation,statistical philosophy", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "C.R. Rao emphasized the importance of extracting information from data, which reflects the core purpose of the field of statistics.", "to": "World of Statistics", "width": 8.0}, {"created_at": 1752674566, "description": "Probability is a fundamental concept in statistics, providing the theoretical basis for making inferences and predictions from data.", "file_path": "unknown_source", "from": "World of Statistics", "keywords": "statistical inference,theoretical foundation", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Probability is a fundamental concept in statistics, providing the theoretical basis for making inferences and predictions from data.", "to": "Probability", "width": 10.0}, {"created_at": 1752674566, "description": "Regression is a central statistical method used to model relationships between variables and make predictions based on data.", "file_path": "unknown_source", "from": "World of Statistics", "keywords": "predictive analysis,statistical modeling", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Regression is a central statistical method used to model relationships between variables and make predictions based on data.", "to": "Regression", "width": 9.0}, {"created_at": 1752674566, "description": "The regression model often involves the correlation coefficient (\u03c1), which quantifies the strength of the linear relationship between two variables in the model.", "file_path": "unknown_source", "from": "Regression Model", "keywords": "linear dependence,statistical relationship", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The regression model often involves the correlation coefficient (\u03c1), which quantifies the strength of the linear relationship between two variables in the model.", "to": "Correlation Coefficient", "width": 9.0}, {"created_at": 1752674566, "description": "The regression model often involves the correlation coefficient (\u03c1), which quantifies the strength of the linear relationship between two variables in the model.", "file_path": "unknown_source", "from": "Correlation Coefficient", "keywords": "linear dependence,statistical relationship", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The regression model often involves the correlation coefficient (\u03c1), which quantifies the strength of the linear relationship between two variables in the model.", "to": "Regression", "width": 9.0}, {"created_at": 1752674566, "description": "Probability is used to quantify the likelihood of a random event occurring, forming the basis of probabilistic reasoning.", "file_path": "unknown_source", "from": "Probability", "keywords": "likelihood measurement,uncertainty", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "Probability is used to quantify the likelihood of a random event occurring, forming the basis of probabilistic reasoning.", "to": "Random Event", "width": 10.0}, {"created_at": 1752674566, "description": "Classical probability is a specific formulation of the broader concept of probability, based on equally likely outcomes.\u003cSEP\u003eClassical probability is a specific formulation of the broader concept of probability.", "file_path": "unknown_source", "from": "Probability", "keywords": "foundational concept,theoretical basis", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Classical probability is a specific formulation of the broader concept of probability, based on equally likely outcomes.\u003cSEP\u003eClassical probability is a specific formulation of the broader concept of probability.", "to": "Classical Probability", "width": 14.0}, {"created_at": 1752674566, "description": "A random event is a subset of the sample space, which contains all possible outcomes of a random experiment.", "file_path": "unknown_source", "from": "Random Event", "keywords": "probabilistic foundation,set theory", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "A random event is a subset of the sample space, which contains all possible outcomes of a random experiment.", "to": "Sample Space", "width": 9.0}, {"created_at": 1752674566, "description": "The empty set \u03c6 is a subset of the sample space and represents an impossible event with zero probability.", "file_path": "unknown_source", "from": "Sample Space", "keywords": "probability axioms,set theory", "source_id": "chunk-7e739cebaa9d378271640afd557d1ce5", "title": "The empty set \u03c6 is a subset of the sample space and represents an impossible event with zero probability.", "to": "Empty Set", "width": 8.0}, {"created_at": 1752674566, "description": "Laplace is credited with defining classical probability as the ratio of favorable outcomes to all possible equally likely outcomes.", "file_path": "unknown_source", "from": "Laplace", "keywords": "definition origin,mathematical formulation", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Laplace is credited with defining classical probability as the ratio of favorable outcomes to all possible equally likely outcomes.", "to": "Classical Probability", "width": 10.0}, {"created_at": 1752674566, "description": "Laplace authored the \u0027Philosophical Essay on Probabilities\u0027, which introduced the classical definition of probability.", "file_path": "unknown_source", "from": "Laplace", "keywords": "authorship,foundational work", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Laplace authored the \u0027Philosophical Essay on Probabilities\u0027, which introduced the classical definition of probability.", "to": "Philosophical Essay on Probabilities", "width": 10.0}, {"created_at": 1752674566, "description": "Jocob Bernoulli first derived the binomial distribution, which is foundational to the Bernoulli model.", "file_path": "unknown_source", "from": "Jocob Bernoulli", "keywords": "historical contribution,mathematical foundation", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Jocob Bernoulli first derived the binomial distribution, which is foundational to the Bernoulli model.", "to": "Binomial Distribution", "width": 9.0}, {"created_at": 1752674566, "description": "Jocob Bernoulli is the namesake of the Bernoulli model, which he first derived in his work on probability.", "file_path": "unknown_source", "from": "Jocob Bernoulli", "keywords": "conceptual foundation,historical attribution", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Jocob Bernoulli is the namesake of the Bernoulli model, which he first derived in his work on probability.", "to": "Bernoulli Model", "width": 9.0}, {"created_at": 1752674566, "description": "Favorable outcomes are a key component of classical probability, used as the numerator in the probability fraction.", "file_path": "unknown_source", "from": "Classical Probability", "keywords": "mathematical component,probability calculation", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Favorable outcomes are a key component of classical probability, used as the numerator in the probability fraction.", "to": "Favorable Outcomes", "width": 8.0}, {"created_at": 1752674566, "description": "Total possible outcomes are used as the denominator in classical probability calculations.", "file_path": "unknown_source", "from": "Classical Probability", "keywords": "mathematical component,probability calculation", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Total possible outcomes are used as the denominator in classical probability calculations.", "to": "Total Possible Outcomes", "width": 8.0}, {"created_at": 1752674566, "description": "The dice roll is a classic example used to illustrate classical probability, with six equally likely outcomes.", "file_path": "unknown_source", "from": "Classical Probability", "keywords": "illustrative example,probabilistic reasoning", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "The dice roll is a classic example used to illustrate classical probability, with six equally likely outcomes.", "to": "Dice Roll", "width": 9.0}, {"created_at": 1752674566, "description": "The binomial distribution extends the Bernoulli model to multiple independent trials.\u003cSEP\u003eThe binomial distribution generalizes the Bernoulli model to multiple independent trials.", "file_path": "unknown_source", "from": "Binomial Distribution", "keywords": "probabilistic modeling,statistical generalization", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "The binomial distribution extends the Bernoulli model to multiple independent trials.\u003cSEP\u003eThe binomial distribution generalizes the Bernoulli model to multiple independent trials.", "to": "Bernoulli Model", "width": 16.0}, {"created_at": 1752674566, "description": "The binomial distribution describes the probability distribution of a random variable representing the number of successes in a fixed number of trials.", "file_path": "unknown_source", "from": "Binomial Distribution", "keywords": "distribution modeling,statistical dependence", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "The binomial distribution describes the probability distribution of a random variable representing the number of successes in a fixed number of trials.", "to": "Random Variable", "width": 9.0}, {"created_at": 1752674566, "description": "Bernoulli trials are the building blocks of the binomial distribution, which models the number of successes across multiple trials.", "file_path": "unknown_source", "from": "Binomial Distribution", "keywords": "foundational concept,statistical modeling", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Bernoulli trials are the building blocks of the binomial distribution, which models the number of successes across multiple trials.", "to": "Bernoulli Trials", "width": 9.0}, {"created_at": 1752674566, "description": "Likelihood estimation is used to estimate the unknown probability parameter p in the Bernoulli model based on observed outcomes.", "file_path": "unknown_source", "from": "Bernoulli Model", "keywords": "data-driven inference,parameter estimation", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Likelihood estimation is used to estimate the unknown probability parameter p in the Bernoulli model based on observed outcomes.", "to": "Likelihood Estimation", "width": 8.0}, {"created_at": 1752674566, "description": "Likelihood estimation is a specific method used in the broader category of estimation in probability and statistics.", "file_path": "unknown_source", "from": "Likelihood Estimation", "keywords": "methodology,statistical inference", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Likelihood estimation is a specific method used in the broader category of estimation in probability and statistics.", "to": "Estimation", "width": 7.0}, {"created_at": 1752674566, "description": "Success and failure are the two mutually exclusive outcomes in a Bernoulli trial.", "file_path": "unknown_source", "from": "Success", "keywords": "binary outcomes,probabilistic framework", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Success and failure are the two mutually exclusive outcomes in a Bernoulli trial.", "to": "Failure", "width": 8.0}, {"created_at": 1752674566, "description": "Probability theory provides the foundation for various mathematical models, including the Bernoulli model and binomial distribution.", "file_path": "unknown_source", "from": "Mathematical Model", "keywords": "modeling framework,theoretical foundation", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Probability theory provides the foundation for various mathematical models, including the Bernoulli model and binomial distribution.", "to": "Probability Theory", "width": 8.0}, {"created_at": 1752674566, "description": "Probability theory is used to analyze the outcomes of random experiments, such as dice rolls or coin flips.", "file_path": "unknown_source", "from": "Random Experiment", "keywords": "application domain,theoretical basis", "source_id": "chunk-23e1b17dadfd139cc6214dfbf182a3c2", "title": "Probability theory is used to analyze the outcomes of random experiments, such as dice rolls or coin flips.", "to": "Probability Theory", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e8c\u9879\u7cfb\u6570\u53ef\u4ee5\u901a\u8fc7\u6768\u8f89\u4e09\u89d2\u5f62\u6765\u83b7\u5f97\uff0c\u6bcf\u4e00\u884c\u5bf9\u5e94\u4e00\u7ec4\u4e8c\u9879\u5c55\u5f00\u5f0f\u7684\u7cfb\u6570\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u7ed3\u6784,\u7cfb\u6570\u83b7\u53d6", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4e8c\u9879\u7cfb\u6570\u53ef\u4ee5\u901a\u8fc7\u6768\u8f89\u4e09\u89d2\u5f62\u6765\u83b7\u5f97\uff0c\u6bcf\u4e00\u884c\u5bf9\u5e94\u4e00\u7ec4\u4e8c\u9879\u5c55\u5f00\u5f0f\u7684\u7cfb\u6570\u3002", "to": "\u6768\u8f89\u4e09\u89d2\u5f62", "width": 8.0}, {"created_at": 1752674566, "description": "\u9012\u63a8\u516c\u5f0fc(n,k) = c(n,k-1)\u00b7(n - k + 1)/k\u53ef\u7528\u4e8e\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u8ba1\u7b97,\u9012\u63a8\u5173\u7cfb", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9012\u63a8\u516c\u5f0fc(n,k) = c(n,k-1)\u00b7(n - k + 1)/k\u53ef\u7528\u4e8e\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570\u3002", "to": "\u9012\u63a8\u516c\u5f0f", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e8c\u9879\u7cfb\u6570\u7684\u6700\u7ec8\u8868\u8fbe\u5f0f\u6d89\u53ca\u9636\u4e58\u8fd0\u7b97\uff0c\u5373c(n,k) = n(n-1)...(n-k+1)/k!\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u8868\u8fbe,\u7ec4\u5408\u8ba1\u7b97", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4e8c\u9879\u7cfb\u6570\u7684\u6700\u7ec8\u8868\u8fbe\u5f0f\u6d89\u53ca\u9636\u4e58\u8fd0\u7b97\uff0c\u5373c(n,k) = n(n-1)...(n-k+1)/k!\u3002", "to": "\u9636\u4e58", "width": 9.0}, {"created_at": 1752674566, "description": "\u5361\u5c14\u4e39\u5728\u5176\u8457\u4f5c\u4e2d\u7814\u7a76\u5e76\u5f97\u5230\u4e86\u4e8c\u9879\u7cfb\u6570\u7684\u8ba1\u7b97\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u5386\u53f2,\u7406\u8bba\u8d77\u6e90", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5361\u5c14\u4e39\u5728\u5176\u8457\u4f5c\u4e2d\u7814\u7a76\u5e76\u5f97\u5230\u4e86\u4e8c\u9879\u7cfb\u6570\u7684\u8ba1\u7b97\u65b9\u6cd5\u3002", "to": "\u5361\u5c14\u4e39", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e8c\u9879\u5f0f\u7684\u5c55\u5f00\u5f0f\u4e2d\u5404\u9879\u7684\u7cfb\u6570\u5373\u4e3a\u4e8c\u9879\u7cfb\u6570\uff0c\u8868\u793a\u5728n\u6b21\u8bd5\u9a8c\u4e2dk\u6b21\u6210\u529f\u7684\u7ec4\u5408\u6570\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u5c55\u5f00,\u7ec4\u5408\u6570\u8868\u793a", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4e8c\u9879\u5f0f\u7684\u5c55\u5f00\u5f0f\u4e2d\u5404\u9879\u7684\u7cfb\u6570\u5373\u4e3a\u4e8c\u9879\u7cfb\u6570\uff0c\u8868\u793a\u5728n\u6b21\u8bd5\u9a8c\u4e2dk\u6b21\u6210\u529f\u7684\u7ec4\u5408\u6570\u3002", "to": "\u4e8c\u9879\u5f0f(p+q)^n\u5c55\u5f00", "width": 9.0}, {"created_at": 1752674566, "description": "\u6768\u8f89\u4e09\u89d2\u5f62\u63d0\u4f9b\u4e86\u4e00\u79cd\u56fe\u5f62\u5316\u7684\u65b9\u5f0f\u6765\u67e5\u627e\u548c\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570\u7684\u503c\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u7ed3\u6784,\u7cfb\u6570\u83b7\u53d6", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6768\u8f89\u4e09\u89d2\u5f62\u63d0\u4f9b\u4e86\u4e00\u79cd\u56fe\u5f62\u5316\u7684\u65b9\u5f0f\u6765\u67e5\u627e\u548c\u8ba1\u7b97\u4e8c\u9879\u7cfb\u6570\u7684\u503c\u3002", "to": "\u6768\u8f89\u4e09\u89d2\u5f62[^123]", "width": 8.0}, {"created_at": 1752674566, "description": "c(n,k)\u662f\u4e8c\u9879\u7cfb\u6570\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u7528\u4e8e\u8ba1\u7b97\u7ec4\u5408\u6570\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u7cfb\u6570", "keywords": "\u6570\u5b66\u516c\u5f0f,\u7ec4\u5408\u6570\u8ba1\u7b97", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "c(n,k)\u662f\u4e8c\u9879\u7cfb\u6570\u7684\u6570\u5b66\u8868\u8fbe\u5f0f\uff0c\u7528\u4e8e\u8ba1\u7b97\u7ec4\u5408\u6570\u3002", "to": "c(n,k)\u8868\u8fbe\u5f0f", "width": 9.0}, {"created_at": 1752674566, "description": "\u9012\u63a8\u516c\u5f0f\u7528\u4e8e\u9010\u6b65\u8ba1\u7b97c(n,k)\u7684\u503c\u3002", "file_path": "unknown_source", "from": "\u9012\u63a8\u516c\u5f0f", "keywords": "\u6570\u5b66\u65b9\u6cd5,\u9012\u63a8\u8ba1\u7b97", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9012\u63a8\u516c\u5f0f\u7528\u4e8e\u9010\u6b65\u8ba1\u7b97c(n,k)\u7684\u503c\u3002", "to": "c(n,k)\u8868\u8fbe\u5f0f", "width": 9.0}, {"created_at": 1752674566, "description": "\u9636\u4e58\u662fc(n,k)\u8868\u8fbe\u5f0f\u4e2d\u7684\u5206\u6bcd\u90e8\u5206\uff0c\u7528\u4e8e\u8ba1\u7b97\u7ec4\u5408\u6570\u3002", "file_path": "unknown_source", "from": "\u9636\u4e58", "keywords": "\u5206\u6bcd\u7ed3\u6784,\u6570\u5b66\u8fd0\u7b97", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u9636\u4e58\u662fc(n,k)\u8868\u8fbe\u5f0f\u4e2d\u7684\u5206\u6bcd\u90e8\u5206\uff0c\u7528\u4e8e\u8ba1\u7b97\u7ec4\u5408\u6570\u3002", "to": "c(n,k)\u8868\u8fbe\u5f0f", "width": 8.0}, {"created_at": 1752674566, "description": "\u5361\u5c14\u4e39\u7684\u8457\u4f5c\u300a\u673a\u9047\u7684\u535a\u5f08\u300b\u7cfb\u7edf\u8bb0\u5f55\u4e86\u4ed6\u7684\u7ec4\u5408\u6570\u5b66\u4e0e\u6982\u7387\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u5361\u5c14\u4e39", "keywords": "\u5b66\u672f\u8457\u4f5c,\u6570\u5b66\u53d1\u5c55", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5361\u5c14\u4e39\u7684\u8457\u4f5c\u300a\u673a\u9047\u7684\u535a\u5f08\u300b\u7cfb\u7edf\u8bb0\u5f55\u4e86\u4ed6\u7684\u7ec4\u5408\u6570\u5b66\u4e0e\u6982\u7387\u7814\u7a76\u3002", "to": "\u300a\u673a\u9047\u7684\u535a\u5f08\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u539f\u5219\u7528\u4e8e\u4f30\u8ba1\u4e8c\u9879\u5206\u5e03\u4e2d\u7684\u53c2\u6570p\uff0c\u5373\u901a\u8fc7\u5b9e\u9a8c\u6570\u636ek\u6765\u4f30\u8ba1\u6982\u7387\u503c\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u5206\u5e03", "keywords": "\u53c2\u6570\u63a8\u65ad,\u7edf\u8ba1\u4f30\u8ba1", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u539f\u5219\u7528\u4e8e\u4f30\u8ba1\u4e8c\u9879\u5206\u5e03\u4e2d\u7684\u53c2\u6570p\uff0c\u5373\u901a\u8fc7\u5b9e\u9a8c\u6570\u636ek\u6765\u4f30\u8ba1\u6982\u7387\u503c\u3002", "to": "\u6700\u5927\u4f3c\u7136\u539f\u5219", "width": 10.0}, {"created_at": 1752674566, "description": "k\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u968f\u673a\u53d8\u91cfY\u7684\u53d6\u503c\uff0c\u8868\u793a\u6210\u529f\u6b21\u6570\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u5206\u5e03", "keywords": "\u5206\u5e03\u53c2\u6570,\u53d8\u91cf\u53d6\u503c", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "k\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u968f\u673a\u53d8\u91cfY\u7684\u53d6\u503c\uff0c\u8868\u793a\u6210\u529f\u6b21\u6570\u3002", "to": "k", "width": 9.0}, {"created_at": 1752674566, "description": "n\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u72ec\u7acb\u8bd5\u9a8c\u7684\u603b\u6b21\u6570\uff0c\u5f71\u54cd\u5206\u5e03\u7684\u5f62\u72b6\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u5206\u5e03", "keywords": "\u5206\u5e03\u53c2\u6570,\u8bd5\u9a8c\u6b21\u6570", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "n\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u72ec\u7acb\u8bd5\u9a8c\u7684\u603b\u6b21\u6570\uff0c\u5f71\u54cd\u5206\u5e03\u7684\u5f62\u72b6\u3002", "to": "n", "width": 9.0}, {"created_at": 1752674566, "description": "p\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u5355\u6b21\u8bd5\u9a8c\u6210\u529f\u7684\u6982\u7387\uff0c\u662f\u5206\u5e03\u7684\u6838\u5fc3\u53c2\u6570\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u5206\u5e03", "keywords": "\u5206\u5e03\u5efa\u6a21,\u6982\u7387\u53c2\u6570", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "p\u662f\u4e8c\u9879\u5206\u5e03\u4e2d\u5355\u6b21\u8bd5\u9a8c\u6210\u529f\u7684\u6982\u7387\uff0c\u662f\u5206\u5e03\u7684\u6838\u5fc3\u53c2\u6570\u3002", "to": "p", "width": 10.0}, {"created_at": 1752674566, "description": "\u968f\u673a\u53d8\u91cfY\u670d\u4ece\u4e8c\u9879\u5206\u5e03\uff0c\u8868\u793an\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2d\u6210\u529fk\u6b21\u7684\u6982\u7387\u3002", "file_path": "unknown_source", "from": "\u4e8c\u9879\u5206\u5e03", "keywords": "\u53d8\u91cf\u5efa\u6a21,\u6982\u7387\u5206\u5e03", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u968f\u673a\u53d8\u91cfY\u670d\u4ece\u4e8c\u9879\u5206\u5e03\uff0c\u8868\u793an\u6b21\u72ec\u7acb\u8bd5\u9a8c\u4e2d\u6210\u529fk\u6b21\u7684\u6982\u7387\u3002", "to": "\u968f\u673a\u53d8\u91cfY", "width": 10.0}, {"created_at": 1752674566, "description": "\u8d39\u6b47\u57281912\u5e74\u660e\u786e\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\uff0c\u5e76\u7814\u7a76\u5176\u7edf\u8ba1\u6027\u8d28\uff0c\u4f7f\u5176\u6210\u4e3a\u7edf\u8ba1\u5b66\u6838\u5fc3\u51c6\u5219\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u539f\u5219", "keywords": "\u7406\u8bba\u53d1\u5c55,\u7edf\u8ba1\u65b9\u6cd5", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u8d39\u6b47\u57281912\u5e74\u660e\u786e\u4e86\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\uff0c\u5e76\u7814\u7a76\u5176\u7edf\u8ba1\u6027\u8d28\uff0c\u4f7f\u5176\u6210\u4e3a\u7edf\u8ba1\u5b66\u6838\u5fc3\u51c6\u5219\u4e4b\u4e00\u3002", "to": "\u8d39\u6b47", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u56f4\u7ed5\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u5c55\u5f00\uff0c\u65e8\u5728\u5e2e\u52a9\u5b66\u751f\u638c\u63e1\u81ea\u7136\u6570\u7684\u610f\u4e49\u4e0e\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "\u6559\u5b66\u5185\u5bb9,\u6570\u5b66\u6559\u80b2", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6559\u5b66\u8bbe\u8ba1\u56f4\u7ed5\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u5c55\u5f00\uff0c\u65e8\u5728\u5e2e\u52a9\u5b66\u751f\u638c\u63e1\u81ea\u7136\u6570\u7684\u610f\u4e49\u4e0e\u5e94\u7528\u3002", "to": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u674e\u5b81\u5b81authored the\u6559\u5b66\u8bbe\u8ba1on understanding decimals, outlining methods and activities for teaching the concept.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "curriculum development,instructional authorship", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u674e\u5b81\u5b81authored the\u6559\u5b66\u8bbe\u8ba1on understanding decimals, outlining methods and activities for teaching the concept.", "to": "\u674e\u5b81\u5b81", "width": 10.0}, {"created_at": 1752674566, "description": "The\u6559\u5b66\u8bbe\u8ba1is being used at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66as part of the mathematics instruction for teaching decimals.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "curriculum integration,educational implementation", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "The\u6559\u5b66\u8bbe\u8ba1is being used at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66as part of the mathematics instruction for teaching decimals.", "to": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "width": 8.0}, {"created_at": 1752674566, "description": "The\u6559\u5b66\u8bbe\u8ba1is specifically aimed at developing students\u0027 understanding of\u5c0f\u6570\u7684\u8ba4\u8bc6through structured activities and real-world examples.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "conceptual understanding,instructional strategy", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "The\u6559\u5b66\u8bbe\u8ba1is specifically aimed at developing students\u0027 understanding of\u5c0f\u6570\u7684\u8ba4\u8bc6through structured activities and real-world examples.", "to": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "width": 10.0}, {"created_at": 1752674566, "description": "\u77ff\u6cc9\u6c34is used as a practical example in the\u6559\u5b66\u8bbe\u8ba1to help students understand decimal notation in pricing.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "instructional example,real-world application", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u77ff\u6cc9\u6c34is used as a practical example in the\u6559\u5b66\u8bbe\u8ba1to help students understand decimal notation in pricing.", "to": "\u77ff\u6cc9\u6c34", "width": 8.0}, {"created_at": 1752674566, "description": "\u9762\u5305is used as a practical example in the\u6559\u5b66\u8bbe\u8ba1to demonstrate how decimals are used in pricing and purchasing.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "instructional use,real-world example", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u9762\u5305is used as a practical example in the\u6559\u5b66\u8bbe\u8ba1to demonstrate how decimals are used in pricing and purchasing.", "to": "\u9762\u5305", "width": 8.0}, {"created_at": 1752674566, "description": "\u8eab\u9ad8is used in the\u6559\u5b66\u8bbe\u8ba1as a measurement example to illustrate the application of decimals in describing physical attributes.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "decimal application,measurement context", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u8eab\u9ad8is used in the\u6559\u5b66\u8bbe\u8ba1as a measurement example to illustrate the application of decimals in describing physical attributes.", "to": "\u8eab\u9ad8", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f53\u91cdis used in the\u6559\u5b66\u8bbe\u8ba1as a measurement example to demonstrate how decimals are applied in quantifying personal data.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "quantitative example,real-world application", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u4f53\u91cdis used in the\u6559\u5b66\u8bbe\u8ba1as a measurement example to demonstrate how decimals are applied in quantifying personal data.", "to": "\u4f53\u91cd", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570is a specific component of the broader\u6559\u5b66\u8bbe\u8ba1aimed at introducing decimal concepts through structured learning activities.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "curriculum component,instructional segment", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570is a specific component of the broader\u6559\u5b66\u8bbe\u8ba1aimed at introducing decimal concepts through structured learning activities.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42informs the\u6559\u5b66\u8bbe\u8ba1by specifying what students should learn about decimals at different educational stages.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "curriculum alignment,instructional planning", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42informs the\u6559\u5b66\u8bbe\u8ba1by specifying what students should learn about decimals at different educational stages.", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790is a reflective component of the\u6559\u5b66\u8bbe\u8ba1that evaluates the effectiveness of instructional strategies and student engagement with decimal concepts.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "curriculum evaluation,instructional reflection", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790is a reflective component of the\u6559\u5b66\u8bbe\u8ba1that evaluates the effectiveness of instructional strategies and student engagement with decimal concepts.", "to": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u6559\u5b66\u8bbe\u8ba1for\u81ea\u7136\u6570\u7684\u52a0\u6cd5includes the use of storytelling, visual aids, and contextual examples to help students grasp the meaning behind the operation.\"\\", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "instructional strategy,mathematical understanding", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u6559\u5b66\u8bbe\u8ba1for\u81ea\u7136\u6570\u7684\u52a0\u6cd5includes the use of storytelling, visual aids, and contextual examples to help students grasp the meaning behind the operation.\"\\", "to": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u6559\u5b66\u8bbe\u8ba1for\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeintegrates theoretical and practical components to support\u6570\u611fdevelopment and\u52a0\u6cd5understanding.\"\\", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "curriculum planning,experiential integration", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u6559\u5b66\u8bbe\u8ba1for\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeintegrates theoretical and practical components to support\u6570\u611fdevelopment and\u52a0\u6cd5understanding.\"\\", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "width": 8.0}, {"created_at": 1752674566, "description": "Desks are used as practical examples in the teaching design for measurement concepts.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "practical application,teaching methodology", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "Desks are used as practical examples in the teaching design for measurement concepts.", "to": "\u8bfe\u684c", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u901a\u8fc7\u6295\u7bee\u6848\u4f8b\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6837\u672c\u5747\u503c\u7684\u610f\u4e49\u548c\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1", "keywords": "pedagogical approach,statistical concept", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u6559\u5b66\u8bbe\u8ba1\u901a\u8fc7\u6295\u7bee\u6848\u4f8b\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6837\u672c\u5747\u503c\u7684\u610f\u4e49\u548c\u5e94\u7528\u3002", "to": "\u6837\u672c\u5747\u503c", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u56f4\u7ed5\u2018\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u2019\u5c55\u5f00\uff0c\u63d0\u4f9b\u6559\u5b66\u65b9\u6cd5\u548c\u5185\u5bb9\u5b89\u6392\u3002", "file_path": "unknown_source", "from": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "keywords": "\u6559\u5b66\u5185\u5bb9,\u6570\u5b66\u6559\u80b2", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6559\u5b66\u8bbe\u8ba1\u56f4\u7ed5\u2018\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u2019\u5c55\u5f00\uff0c\u63d0\u4f9b\u6559\u5b66\u65b9\u6cd5\u548c\u5185\u5bb9\u5b89\u6392\u3002", "to": "\u9644\u5f552\u6559\u5b66\u8bbe\u8ba1", "width": 9.0}, {"created_at": 1752674566, "description": "\u2018\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u2019\u662f\u6839\u636e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u8bbe\u8ba1\u7684\u6559\u5b66\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "keywords": "\u6559\u5b66\u5b9e\u65bd,\u6807\u51c6\u6307\u5bfc", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u2018\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6\u2019\u662f\u6839\u636e\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u8bbe\u8ba1\u7684\u6559\u5b66\u5185\u5bb9\u3002", "to": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "width": 8.0}, {"created_at": 1752674566, "description": "The concept of numbers up to 10,000 is part of the curriculum standards for the first stage of primary education.", "file_path": "unknown_source", "from": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "keywords": "curriculum alignment,foundational learning", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "The concept of numbers up to 10,000 is part of the curriculum standards for the first stage of primary education.", "to": "\u7b2c\u4e00\u5b66\u6bb5", "width": 9.0}, {"created_at": 1752674566, "description": "Understanding the decimal system is essential for grasping place value in numbers up to 10,000.", "file_path": "unknown_source", "from": "\u4e07\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "keywords": "conceptual framework,mathematical foundation", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Understanding the decimal system is essential for grasping place value in numbers up to 10,000.", "to": "\u5341\u8fdb\u5236\u8ba1\u6570\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "q\u8868\u793a\u5931\u8d25\u6982\u7387\uff0c\u901a\u5e38\u5b9a\u4e49\u4e3aq = 1 - p\uff0c\u4e8c\u8005\u4e92\u4e3a\u8865\u96c6\u3002", "file_path": "unknown_source", "from": "p", "keywords": "\u4e92\u8865\u6027,\u6982\u7387\u5173\u7cfb", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "q\u8868\u793a\u5931\u8d25\u6982\u7387\uff0c\u901a\u5e38\u5b9a\u4e49\u4e3aq = 1 - p\uff0c\u4e8c\u8005\u4e92\u4e3a\u8865\u96c6\u3002", "to": "q", "width": 9.0}, {"created_at": 1752674566, "description": "\u4f30\u8ba1\u539f\u5219\u7528\u4e8e\u786e\u5b9a\u6982\u7387\u5206\u5e03\u4e2d\u672a\u77e5\u53c2\u6570\u7684\u503c\uff0c\u5982p\u3002", "file_path": "unknown_source", "from": "\u6982\u7387\u5206\u5e03", "keywords": "\u53c2\u6570\u4f30\u8ba1,\u7edf\u8ba1\u63a8\u65ad", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u4f30\u8ba1\u539f\u5219\u7528\u4e8e\u786e\u5b9a\u6982\u7387\u5206\u5e03\u4e2d\u672a\u77e5\u53c2\u6570\u7684\u503c\uff0c\u5982p\u3002", "to": "\u4f30\u8ba1\u539f\u5219", "width": 9.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u662f\u4f30\u8ba1\u539f\u5219\u4e2d\u7684\u4e00\u79cd\u6838\u5fc3\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u4f30\u8ba1\u539f\u5219", "keywords": "\u4f30\u8ba1\u7b56\u7565,\u7edf\u8ba1\u65b9\u6cd5", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u662f\u4f30\u8ba1\u539f\u5219\u4e2d\u7684\u4e00\u79cd\u6838\u5fc3\u65b9\u6cd5\u3002", "to": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u4f9d\u8d56\u4e8e\u5b9e\u9a8c\u6570\u636ek\u6765\u4f30\u8ba1\u53c2\u6570p\u3002", "file_path": "unknown_source", "from": "\u5b9e\u9a8c\u6570\u636ek", "keywords": "\u53c2\u6570\u63a8\u65ad,\u6570\u636e\u4f9d\u8d56", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u4f9d\u8d56\u4e8e\u5b9e\u9a8c\u6570\u636ek\u6765\u4f30\u8ba1\u53c2\u6570p\u3002", "to": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u901a\u8fc7\u6700\u5927\u5316g(p)\u51fd\u6570\u6765\u4f30\u8ba1\u53c2\u6570p\u3002", "file_path": "unknown_source", "from": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5", "keywords": "\u51fd\u6570\u4f18\u5316,\u53c2\u6570\u4f30\u8ba1", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u6700\u5927\u4f3c\u7136\u4f30\u8ba1\u65b9\u6cd5\u901a\u8fc7\u6700\u5927\u5316g(p)\u51fd\u6570\u6765\u4f30\u8ba1\u53c2\u6570p\u3002", "to": "g(p)\u51fd\u6570", "width": 9.0}, {"created_at": 1752674566, "description": "\u5bfc\u6570\u6cd5\u7528\u4e8e\u6c42\u89e3g(p)\u51fd\u6570\u7684\u6700\u5927\u503c\uff0c\u4ece\u800c\u627e\u5230\u6700\u4f18\u53c2\u6570\u4f30\u8ba1\u3002", "file_path": "unknown_source", "from": "g(p)\u51fd\u6570", "keywords": "\u6570\u5b66\u4f18\u5316,\u6781\u503c\u6c42\u89e3", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5bfc\u6570\u6cd5\u7528\u4e8e\u6c42\u89e3g(p)\u51fd\u6570\u7684\u6700\u5927\u503c\uff0c\u4ece\u800c\u627e\u5230\u6700\u4f18\u53c2\u6570\u4f30\u8ba1\u3002", "to": "\u5bfc\u6570\u6cd5", "width": 9.0}, {"created_at": 1752674566, "description": "\u5bfc\u6570\u6cd5\u6c42\u89e3g(p)\u51fd\u6570\u7684\u6700\u5927\u503c\u70b9\u5f97\u5230\u89e3k/n\u3002", "file_path": "unknown_source", "from": "\u5bfc\u6570\u6cd5", "keywords": "\u53c2\u6570\u4f30\u8ba1,\u6570\u5b66\u89e3\u6cd5", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u5bfc\u6570\u6cd5\u6c42\u89e3g(p)\u51fd\u6570\u7684\u6700\u5927\u503c\u70b9\u5f97\u5230\u89e3k/n\u3002", "to": "\u89e3k/n", "width": 9.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u9488\u5bf9\u7b2c\u4e00\u5b66\u6bb5\u7684\u5b66\u751f\u8bbe\u5b9a\u4e86\u5b66\u4e60\u76ee\u6807\u3002", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "keywords": "\u5b66\u4e60\u76ee\u6807,\u6559\u80b2\u9636\u6bb5", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42\u9488\u5bf9\u7b2c\u4e00\u5b66\u6bb5\u7684\u5b66\u751f\u8bbe\u5b9a\u4e86\u5b66\u4e60\u76ee\u6807\u3002", "to": "\u7b2c\u4e00\u5b66\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42outlines the expectations for\u5c0f\u5b66\u9636\u6bb5in terms of decimal understanding, guiding how decimals are introduced and developed in the curriculum.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "keywords": "curriculum guidance,educational framework", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42outlines the expectations for\u5c0f\u5b66\u9636\u6bb5in terms of decimal understanding, guiding how decimals are introduced and developed in the curriculum.", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 9.0}, {"created_at": 1752674566, "description": "The national curriculum standards define the learning objectives for teaching angle concepts in elementary grades.", "file_path": "unknown_source", "from": "\u8bfe\u7a0b\u6807\u51c6\u8981\u6c42", "keywords": "curriculum,education standards", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "The national curriculum standards define the learning objectives for teaching angle concepts in elementary grades.", "to": "\u89d2\u7684\u8ba4\u8bc6", "width": 7.0}, {"created_at": 1752674566, "description": "\u73b0\u5b9e\u60c5\u5883\u662f\u7b2c\u4e00\u5b66\u6bb5\u6570\u5b66\u6559\u5b66\u4e2d\u5e38\u7528\u7684\u6559\u5b66\u65b9\u6cd5\u3002", "file_path": "unknown_source", "from": "\u7b2c\u4e00\u5b66\u6bb5", "keywords": "\u5b66\u4e60\u9636\u6bb5,\u6559\u5b66\u65b9\u6cd5", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u73b0\u5b9e\u60c5\u5883\u662f\u7b2c\u4e00\u5b66\u6bb5\u6570\u5b66\u6559\u5b66\u4e2d\u5e38\u7528\u7684\u6559\u5b66\u65b9\u6cd5\u3002", "to": "\u73b0\u5b9e\u60c5\u5883", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e00\u5b66\u6bb5marks the initial introduction of\u5c0f\u6570\u7684\u8ba4\u8bc6, where students begin to recognize and work with decimals in simple contexts.", "file_path": "unknown_source", "from": "\u7b2c\u4e00\u5b66\u6bb5", "keywords": "early learning,foundational knowledge", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u7b2c\u4e00\u5b66\u6bb5marks the initial introduction of\u5c0f\u6570\u7684\u8ba4\u8bc6, where students begin to recognize and work with decimals in simple contexts.", "to": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e00\u5b66\u6bb5is a part of\u5c0f\u5b66\u9636\u6bb5where foundational concepts like length are introduced to young learners.", "file_path": "unknown_source", "from": "\u7b2c\u4e00\u5b66\u6bb5", "keywords": "curriculum structure,educational progression", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u7b2c\u4e00\u5b66\u6bb5is a part of\u5c0f\u5b66\u9636\u6bb5where foundational concepts like length are introduced to young learners.", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "These represent progressive stages in learning geometric transformations with increasing complexity.", "file_path": "unknown_source", "from": "\u7b2c\u4e00\u5b66\u6bb5", "keywords": "curriculum progression,learning stages", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "These represent progressive stages in learning geometric transformations with increasing complexity.", "to": "\u7b2c\u4e8c\u5b66\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u73b0\u5b9e\u60c5\u5883\u662f\u6559\u5b66\u7b56\u7565\u4e2d\u7684\u4e00\u79cd\uff0c\u7528\u4e8e\u589e\u5f3a\u5b66\u751f\u5bf9\u62bd\u8c61\u6982\u5ff5\u7684\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u73b0\u5b9e\u60c5\u5883", "keywords": "\u60c5\u5883\u6559\u5b66,\u6559\u5b66\u65b9\u6cd5", "source_id": "chunk-abfbf7c5f139cdcc4cd4ac64b19841c7", "title": "\u73b0\u5b9e\u60c5\u5883\u662f\u6559\u5b66\u7b56\u7565\u4e2d\u7684\u4e00\u79cd\uff0c\u7528\u4e8e\u589e\u5f3a\u5b66\u751f\u5bf9\u62bd\u8c61\u6982\u5ff5\u7684\u7406\u89e3\u3002", "to": "\u6559\u5b66\u7b56\u7565", "width": 8.0}, {"created_at": 1752674566, "description": "Numbers 1-5 serve as the foundational subset within the broader 1-20 number recognition.", "file_path": "unknown_source", "from": "20\u4ee5\u5185\u6570\u7684\u8ba4\u8bc6", "keywords": "foundational concepts,progressive learning", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Numbers 1-5 serve as the foundational subset within the broader 1-20 number recognition.", "to": "1-5\u6570\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "The zoo scenario is used as a visual aid to teach numbers 1-5 by counting animals and objects.\u003cSEP\u003eThe zoo scenario provides concrete examples for teaching abstract number concepts 1-5.", "file_path": "unknown_source", "from": "1-5\u6570\u7684\u8ba4\u8bc6", "keywords": "practical application,visual learning", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "The zoo scenario is used as a visual aid to teach numbers 1-5 by counting animals and objects.\u003cSEP\u003eThe zoo scenario provides concrete examples for teaching abstract number concepts 1-5.", "to": "\u91ce\u751f\u52a8\u7269\u56ed", "width": 15.0}, {"created_at": 1752674566, "description": "Dot diagrams help visualize quantity relationships in early number recognition.", "file_path": "unknown_source", "from": "1-5\u6570\u7684\u8ba4\u8bc6", "keywords": "quantity representation,visual aid", "source_id": "chunk-c737189a394d95d480e7c28933d632d2", "title": "Dot diagrams help visualize quantity relationships in early number recognition.", "to": "\u70b9\u5b50\u56fe", "width": 6.0}, {"created_at": 1752674566, "description": "Sun Xinghua is a teacher at Changchun Shuxun Primary School contributing to math education design.\u003cSEP\u003eSun Xinghua is an educator working at Changchun Shuxun Primary School.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher at Tree of Glory Elementary School, contributing to the development of teaching methods for mathematics.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66and is responsible for designing instructional content on mixed operations and order of operations.\u003cSEP\u003e\u5b59\u5174\u534e\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u8d1f\u8d23\u8bbe\u8ba1\u5e76\u5b9e\u65bd\u8be5\u6570\u5b66\u6559\u5b66\u6d3b\u52a8\u3002", "file_path": "unknown_source", "from": "\u5b59\u5174\u534e", "keywords": "curriculum design,curriculum development,education,educational institution,educator,educator affiliation,employment,institutional affiliation,teaching,teaching methodology", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-c737189a394d95d480e7c28933d632d2", "title": "Sun Xinghua is a teacher at Changchun Shuxun Primary School contributing to math education design.\u003cSEP\u003eSun Xinghua is an educator working at Changchun Shuxun Primary School.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher at Tree of Glory Elementary School, contributing to the development of teaching methods for mathematics.\u003cSEP\u003e\u5b59\u5174\u534eis a teacher at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66and is responsible for designing instructional content on mixed operations and order of operations.\u003cSEP\u003e\u5b59\u5174\u534e\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u8d1f\u8d23\u8bbe\u8ba1\u5e76\u5b9e\u65bd\u8be5\u6570\u5b66\u6559\u5b66\u6d3b\u52a8\u3002", "to": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "width": 40.0}, {"created_at": 1752674566, "description": "\u5b59\u5174\u534e\u8bbe\u8ba1\u4e86\u2018\u4e70\u4e0e\u5356\u2019\u6559\u5b66\u7247\u6bb5\uff0c\u7528\u4e8e\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u7684\u610f\u4e49\u3002", "file_path": "unknown_source", "from": "\u5b59\u5174\u534e", "keywords": "educational content,instructional design", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u5b59\u5174\u534e\u8bbe\u8ba1\u4e86\u2018\u4e70\u4e0e\u5356\u2019\u6559\u5b66\u7247\u6bb5\uff0c\u7528\u4e8e\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d1f\u6570\u7684\u610f\u4e49\u3002", "to": "\u4e70\u4e0e\u5356\u6559\u5b66\u7247\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b59\u5174\u534euses\u5c0f\u519bas a character in a\u6df7\u5408\u8fd0\u7b97word problem to demonstrate the application of\u5148\u4e58\u9664\u540e\u52a0\u51cfin real-life scenarios.", "file_path": "unknown_source", "from": "\u5b59\u5174\u534e", "keywords": "applied mathematics,storytelling", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5b59\u5174\u534euses\u5c0f\u519bas a character in a\u6df7\u5408\u8fd0\u7b97word problem to demonstrate the application of\u5148\u4e58\u9664\u540e\u52a0\u51cfin real-life scenarios.", "to": "\u5c0f\u519b", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b59\u5174\u534euses\u5c0f\u660ein a\u6df7\u5408\u8fd0\u7b97example to illustrate how division and subtraction are used in calculating change during a purchase.", "file_path": "unknown_source", "from": "\u5b59\u5174\u534e", "keywords": "applied arithmetic,storytelling", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5b59\u5174\u534euses\u5c0f\u660ein a\u6df7\u5408\u8fd0\u7b97example to illustrate how division and subtraction are used in calculating change during a purchase.", "to": "\u5c0f\u660e", "width": 8.0}, {"created_at": 1752674566, "description": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u662f\u8be5\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8\u7684\u5b9e\u65bd\u573a\u6240\uff0c\u7531\u8be5\u6821\u6559\u5e08\u8bbe\u8ba1\u5e76\u5f00\u5c55\u6559\u5b66\u3002", "file_path": "unknown_source", "from": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "keywords": "educational setting,instructional activity", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u662f\u8be5\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8\u7684\u5b9e\u65bd\u573a\u6240\uff0c\u7531\u8be5\u6821\u6559\u5e08\u8bbe\u8ba1\u5e76\u5f00\u5c55\u6559\u5b66\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u674e\u5b81\u5b81is a teacher at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66who is involved in mathematics instruction and lesson planning.\u003cSEP\u003e\u674e\u5b81\u5b81is affiliated with\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66, where the decimal teaching design is being implemented.\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u4e00\u540d\u6559\u5e08,\u53c2\u4e0e\u4e86\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u7684\u8ba8\u8bba\u3002\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u53c2\u4e0e\u4e86\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u7684\u7f16\u5199\u5de5\u4f5c\u3002", "file_path": "unknown_source", "from": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "keywords": "education professional,educational affiliation,educational role,institution,instructional practice,professional affiliation,\u5b66\u6821\u673a\u6784,\u6559\u80b2\u5de5\u4f5c\u8005", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e\u003cSEP\u003echunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389\u003cSEP\u003echunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u674e\u5b81\u5b81is a teacher at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66who is involved in mathematics instruction and lesson planning.\u003cSEP\u003e\u674e\u5b81\u5b81is affiliated with\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66, where the decimal teaching design is being implemented.\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u4e00\u540d\u6559\u5e08,\u53c2\u4e0e\u4e86\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u7684\u8ba8\u8bba\u3002\u003cSEP\u003e\u674e\u5b81\u5b81\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u53c2\u4e0e\u4e86\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u7684\u7f16\u5199\u5de5\u4f5c\u3002", "to": "\u674e\u5b81\u5b81", "width": 33.0}, {"created_at": 1752674566, "description": "Yue Ying is affiliated with this school, contributing to geometry curriculum development.\u003cSEP\u003e\u5cb3\u83b9works at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66and contributes to the design of mathematics lessons focused on estimation.\u003cSEP\u003e\u5cb3\u83b9\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u53c2\u4e0e\u4e86\u4f30\u7b97\u6559\u5b66\u8bbe\u8ba1\u4e0e\u5b9e\u65bd\u3002", "file_path": "unknown_source", "from": "\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66", "keywords": "education,educational contribution,educational practice,institutional affiliation,professional affiliation,teaching", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197\u003cSEP\u003echunk-3e1177b5ab038ad131780009f61ea1d6\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "Yue Ying is affiliated with this school, contributing to geometry curriculum development.\u003cSEP\u003e\u5cb3\u83b9works at\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66and contributes to the design of mathematics lessons focused on estimation.\u003cSEP\u003e\u5cb3\u83b9\u662f\u957f\u6625\u5e02\u6811\u52cb\u5c0f\u5b66\u7684\u6559\u5e08\uff0c\u53c2\u4e0e\u4e86\u4f30\u7b97\u6559\u5b66\u8bbe\u8ba1\u4e0e\u5b9e\u65bd\u3002", "to": "\u5cb3\u83b9", "width": 26.0}, {"created_at": 1752674566, "description": "Counting units form the structural basis of the decimal number system.", "file_path": "unknown_source", "from": "\u5341\u8fdb\u5236\u8ba1\u6570\u6cd5", "keywords": "number system foundation,place value", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Counting units form the structural basis of the decimal number system.", "to": "\u8ba1\u6570\u5355\u4f4d", "width": 10.0}, {"created_at": 1752674566, "description": "Dienes blocks are composed of small cubes used for counting demonstrations.", "file_path": "unknown_source", "from": "\u7b2c\u7eb3\u65af\u6728\u5757", "keywords": "counting units,mathematical manipulatives", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Dienes blocks are composed of small cubes used for counting demonstrations.", "to": "\u5c0f\u6b63\u65b9\u4f53", "width": 9.0}, {"created_at": 1752674566, "description": "The teacher guides students through the lesson, facilitating discussions and providing explanations.\u003cSEP\u003eThe teacher guides the students in learning about place value and the decimal system using Dienes blocks.", "file_path": "unknown_source", "from": "Teacher", "keywords": "education,guidance,learning,teaching", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The teacher guides students through the lesson, facilitating discussions and providing explanations.\u003cSEP\u003eThe teacher guides the students in learning about place value and the decimal system using Dienes blocks.", "to": "Students", "width": 18.0}, {"created_at": 1752674566, "description": "The teacher conducts the lesson on reciprocals, using examples and media demonstrations.", "file_path": "unknown_source", "from": "Teacher", "keywords": "curriculum delivery,instruction", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The teacher conducts the lesson on reciprocals, using examples and media demonstrations.", "to": "Lesson on Reciprocals", "width": 8.0}, {"created_at": 1752674566, "description": "The teacher uses media demonstrations to visually explain mathematical concepts to students.", "file_path": "unknown_source", "from": "Teacher", "keywords": "teaching tools,visualization", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The teacher uses media demonstrations to visually explain mathematical concepts to students.", "to": "Media Demonstration", "width": 8.0}, {"created_at": 1752674566, "description": "The teacher uses the blackboard to write equations and explanations during the lesson.", "file_path": "unknown_source", "from": "Teacher", "keywords": "presentation,teaching tools", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The teacher uses the blackboard to write equations and explanations during the lesson.", "to": "Blackboard", "width": 7.0}, {"created_at": 1752674566, "description": "The teacher instructs students on how to understand and solve equations using a balance scale and abstract symbols.", "file_path": "unknown_source", "from": "Teacher", "keywords": "education,problem-solving", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The teacher instructs students on how to understand and solve equations using a balance scale and abstract symbols.", "to": "Student", "width": 9.0}, {"created_at": 1752674566, "description": "The teacher uses the balance scale to visually demonstrate the concept of equations and balancing weights.", "file_path": "unknown_source", "from": "Teacher", "keywords": "teaching tool,visualization", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The teacher uses the balance scale to visually demonstrate the concept of equations and balancing weights.", "to": "Balance Scale", "width": 8.0}, {"created_at": 1752674566, "description": "The teacher uses the balance scale to demonstrate weight comparison and equation concepts.", "file_path": "unknown_source", "from": "Teacher", "keywords": "teaching method,visualization", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The teacher uses the balance scale to demonstrate weight comparison and equation concepts.", "to": "\u5929\u5e73", "width": 9.0}, {"created_at": 1752674566, "description": "The teacher guides students to derive this equation from the balance scale demonstration.", "file_path": "unknown_source", "from": "Teacher", "keywords": "algebra instruction,problem-solving", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The teacher guides students to derive this equation from the balance scale demonstration.", "to": "3x = 60", "width": 9.0}, {"created_at": 1752674566, "description": "The teacher explains how to solve the equation to find the weight of building blocks.", "file_path": "unknown_source", "from": "Teacher", "keywords": "algebra instruction,solution process", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The teacher explains how to solve the equation to find the weight of building blocks.", "to": "x = 20", "width": 9.0}, {"created_at": 1752674566, "description": "Students use Dienes blocks to visualize and understand place value and the decimal system.", "file_path": "unknown_source", "from": "Students", "keywords": "hands-on learning,visualization", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Students use Dienes blocks to visualize and understand place value and the decimal system.", "to": "Dienes Blocks", "width": 8.0}, {"created_at": 1752674566, "description": "Students participate in the lesson, discussing and solving problems related to reciprocals.", "file_path": "unknown_source", "from": "Students", "keywords": "engagement,learning", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "Students participate in the lesson, discussing and solving problems related to reciprocals.", "to": "Lesson on Reciprocals", "width": 7.0}, {"created_at": 1752674566, "description": "Students participate in group discussions to collaboratively understand mathematical concepts.", "file_path": "unknown_source", "from": "Students", "keywords": "collaborative learning,problem-solving", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "Students participate in group discussions to collaboratively understand mathematical concepts.", "to": "Group Discussions", "width": 8.0}, {"created_at": 1752674566, "description": "Counting units (\u4e2a, \u5341, \u767e, \u5343, \u4e07) are the building blocks of place value in the decimal system.", "file_path": "unknown_source", "from": "Place Value", "keywords": "number units,positional value", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Counting units (\u4e2a, \u5341, \u767e, \u5343, \u4e07) are the building blocks of place value in the decimal system.", "to": "Counting Units", "width": 9.0}, {"created_at": 1752674566, "description": "Divisibility concepts encompass the study of common multiples in number theory.", "file_path": "unknown_source", "from": "\u6570\u7684\u6574\u9664", "keywords": "mathematical relations,number properties", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "Divisibility concepts encompass the study of common multiples in number theory.", "to": "\u516c\u500d\u6570", "width": 8.0}, {"created_at": 1752674566, "description": "Prime and composite numbers are complementary classifications in number theory.\u003cSEP\u003e\u8d28\u6570\u548c\u5408\u6570\u662f\u81ea\u7136\u6570\u5206\u7c7b\u7684\u4e24\u79cd\u57fa\u672c\u5f62\u5f0f\uff0c\u8d28\u6570\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\uff0c\u800c\u5408\u6570\u8fd8\u80fd\u88ab\u5176\u4ed6\u6570\u6574\u9664\u3002", "file_path": "unknown_source", "from": "\u8d28\u6570", "keywords": "divisibility,mathematical properties,number classification", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4\u003cSEP\u003echunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "Prime and composite numbers are complementary classifications in number theory.\u003cSEP\u003e\u8d28\u6570\u548c\u5408\u6570\u662f\u81ea\u7136\u6570\u5206\u7c7b\u7684\u4e24\u79cd\u57fa\u672c\u5f62\u5f0f\uff0c\u8d28\u6570\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\uff0c\u800c\u5408\u6570\u8fd8\u80fd\u88ab\u5176\u4ed6\u6570\u6574\u9664\u3002", "to": "\u5408\u6570", "width": 16.0}, {"created_at": 1752674566, "description": "The shape-arrangement activity demonstrates prime numbers\u0027 unique properties.", "file_path": "unknown_source", "from": "\u8d28\u6570", "keywords": "hands-on learning,number theory", "source_id": "chunk-5a9059a6de66861a29258b33a73bfdc4", "title": "The shape-arrangement activity demonstrates prime numbers\u0027 unique properties.", "to": "\u62fc\u56fe\u5f62", "width": 7.0}, {"created_at": 1752674566, "description": "\u5b66\u751f\u901a\u8fc7\u6392\u5217\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u53d1\u73b0\u8d28\u6570\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\uff0c\u53ea\u80fd\u6446\u51fa\u4e24\u79cd\u5f62\u72b6\uff0c\u4ece\u800c\u76f4\u89c2\u7406\u89e3\u8d28\u6570\u7684\u5b9a\u4e49\u3002", "file_path": "unknown_source", "from": "\u8d28\u6570", "keywords": "mathematical abstraction,visual representation", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u5b66\u751f\u901a\u8fc7\u6392\u5217\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u53d1\u73b0\u8d28\u6570\u53ea\u80fd\u88ab1\u548c\u81ea\u8eab\u6574\u9664\uff0c\u53ea\u80fd\u6446\u51fa\u4e24\u79cd\u5f62\u72b6\uff0c\u4ece\u800c\u76f4\u89c2\u7406\u89e3\u8d28\u6570\u7684\u5b9a\u4e49\u3002", "to": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u4e2d\u901a\u8fc7\u5206\u7ec4\u64cd\u4f5c\u548c\u5206\u7c7b\u8ba8\u8bba\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d28\u6570\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u8d28\u6570", "keywords": "instructional method,mathematical concept", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u4e2d\u901a\u8fc7\u5206\u7ec4\u64cd\u4f5c\u548c\u5206\u7c7b\u8ba8\u8bba\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u8d28\u6570\u7684\u6982\u5ff5\u3002", "to": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b66\u751f\u901a\u8fc7\u6392\u5217\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u53d1\u73b0\u5408\u6570\u53ef\u4ee5\u88ab\u5176\u4ed6\u6570\u6574\u9664\uff0c\u80fd\u591f\u6446\u51fa\u591a\u79cd\u4e0d\u540c\u7684\u5f62\u72b6\uff0c\u4ece\u800c\u7406\u89e3\u5408\u6570\u7684\u7279\u6027\u3002", "file_path": "unknown_source", "from": "\u5408\u6570", "keywords": "mathematical abstraction,visual representation", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u5b66\u751f\u901a\u8fc7\u6392\u5217\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u53d1\u73b0\u5408\u6570\u53ef\u4ee5\u88ab\u5176\u4ed6\u6570\u6574\u9664\uff0c\u80fd\u591f\u6446\u51fa\u591a\u79cd\u4e0d\u540c\u7684\u5f62\u72b6\uff0c\u4ece\u800c\u7406\u89e3\u5408\u6570\u7684\u7279\u6027\u3002", "to": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247", "width": 8.0}, {"created_at": 1752674566, "description": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u4e2d\u901a\u8fc7\u5361\u7247\u6392\u5217\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5408\u6570\u4e0e\u8d28\u6570\u7684\u533a\u522b\u3002", "file_path": "unknown_source", "from": "\u5408\u6570", "keywords": "instructional method,mathematical concept", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1\u4e2d\u901a\u8fc7\u5361\u7247\u6392\u5217\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u5408\u6570\u4e0e\u8d28\u6570\u7684\u533a\u522b\u3002", "to": "\u6570\u5b66\u6559\u5b66\u8bbe\u8ba1", "width": 8.0}, {"created_at": 1752674566, "description": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u662f\u8be5\u6559\u5b66\u6d3b\u52a8\u4e2d\u7684\u6838\u5fc3\u5de5\u5177\uff0c\u7528\u4e8e\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u5b9e\u9645\u64cd\u4f5c\u7406\u89e3\u6574\u9664\u3001\u8d28\u6570\u4e0e\u5408\u6570\u7684\u6982\u5ff5\u3002", "file_path": "unknown_source", "from": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247", "keywords": "conceptual understanding,hands-on learning", "source_id": "chunk-ed3f9d4ba17af9bb577054436e6b8e53", "title": "\u6b63\u65b9\u5f62\u5c0f\u5361\u7247\u662f\u8be5\u6559\u5b66\u6d3b\u52a8\u4e2d\u7684\u6838\u5fc3\u5de5\u5177\uff0c\u7528\u4e8e\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u5b9e\u9645\u64cd\u4f5c\u7406\u89e3\u6574\u9664\u3001\u8d28\u6570\u4e0e\u5408\u6570\u7684\u6982\u5ff5\u3002", "to": "\u5c0f\u5b66\u6570\u5b66\u6559\u5b66\u6d3b\u52a8", "width": 9.0}, {"created_at": 1752674566, "description": "\u674e\u5b81\u5b81contributed to the\u6559\u5b66\u8bbe\u8ba1\u5206\u6790by providing insights into how fraction concepts are taught through practical activities.", "file_path": "unknown_source", "from": "\u674e\u5b81\u5b81", "keywords": "educational contribution,instructional design", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u674e\u5b81\u5b81contributed to the\u6559\u5b66\u8bbe\u8ba1\u5206\u6790by providing insights into how fraction concepts are taught through practical activities.", "to": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "width": 8.0}, {"created_at": 1752674566, "description": "\u5b9e\u9645\u95ee\u9898often involve\u767e\u5206\u6570to represent proportions or rates, helping students apply mathematical knowledge to real-life situations.", "file_path": "unknown_source", "from": "\u767e\u5206\u6570", "keywords": "problem solving,real-world application", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u5b9e\u9645\u95ee\u9898often involve\u767e\u5206\u6570to represent proportions or rates, helping students apply mathematical knowledge to real-life situations.", "to": "\u5b9e\u9645\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "\u725b\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a12\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "file_path": "unknown_source", "from": "\u725b", "keywords": "\u4ea4\u6613\u6570\u636e,\u6570\u503c\u8bbe\u5b9a", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u725b\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a12\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "to": "\u4ef7\u683c", "width": 8.0}, {"created_at": 1752674566, "description": "\u725b\u548c\u7f8a\u90fd\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u6d89\u53ca\u7684\u7272\u755c\uff0c\u4ef7\u683c\u4e0d\u540c\uff0c\u7528\u4e8e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u5efa\u6a21\u3002", "file_path": "unknown_source", "from": "\u725b", "keywords": "\u4ef7\u683c\u5bf9\u6bd4,\u7272\u755c\u7c7b\u522b", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u725b\u548c\u7f8a\u90fd\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u6d89\u53ca\u7684\u7272\u755c\uff0c\u4ef7\u683c\u4e0d\u540c\uff0c\u7528\u4e8e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u5efa\u6a21\u3002", "to": "\u7f8a", "width": 7.0}, {"created_at": 1752674566, "description": "\u725b\u548c\u732a\u90fd\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u6d89\u53ca\u7684\u7272\u755c\uff0c\u4ef7\u683c\u4e0d\u540c\uff0c\u7528\u4e8e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u5efa\u6a21\u3002", "file_path": "unknown_source", "from": "\u725b", "keywords": "\u4ef7\u683c\u5bf9\u6bd4,\u7272\u755c\u7c7b\u522b", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u725b\u548c\u732a\u90fd\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u6d89\u53ca\u7684\u7272\u755c\uff0c\u4ef7\u683c\u4e0d\u540c\uff0c\u7528\u4e8e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u5efa\u6a21\u3002", "to": "\u732a", "width": 7.0}, {"created_at": 1752674566, "description": "\u7f8a\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a5\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "file_path": "unknown_source", "from": "\u7f8a", "keywords": "\u4ea4\u6613\u6570\u636e,\u6570\u503c\u8bbe\u5b9a", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u7f8a\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a5\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "to": "\u4ef7\u683c", "width": 8.0}, {"created_at": 1752674566, "description": "\u7f8a\u548c\u732a\u90fd\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u6d89\u53ca\u7684\u7272\u755c\uff0c\u4ef7\u683c\u4e0d\u540c\uff0c\u7528\u4e8e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u5efa\u6a21\u3002", "file_path": "unknown_source", "from": "\u7f8a", "keywords": "\u4ef7\u683c\u5bf9\u6bd4,\u7272\u755c\u7c7b\u522b", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u7f8a\u548c\u732a\u90fd\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u6d89\u53ca\u7684\u7272\u755c\uff0c\u4ef7\u683c\u4e0d\u540c\uff0c\u7528\u4e8e\u4e09\u5143\u4e00\u6b21\u65b9\u7a0b\u7ec4\u7684\u5efa\u6a21\u3002", "to": "\u732a", "width": 7.0}, {"created_at": 1752674566, "description": "\u732a\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a3\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "file_path": "unknown_source", "from": "\u732a", "keywords": "\u4ea4\u6613\u6570\u636e,\u6570\u503c\u8bbe\u5b9a", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u732a\u7684\u4ef7\u683c\u5728\u6559\u5b66\u6848\u4f8b\u4e2d\u88ab\u8bbe\u5b9a\u4e3a3\u94b1\uff0c\u662f\u4e70\u5356\u4ea4\u6613\u4e2d\u7684\u4e00\u4e2a\u5173\u952e\u6570\u503c\u3002", "to": "\u4ef7\u683c", "width": 8.0}, {"created_at": 1752674566, "description": "\u8d1f\u53f7\u548c\u6b63\u53f7\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8868\u793a\u8d1f\u6570\u548c\u6b63\u6570\u7684\u7b26\u53f7\uff0c\u610f\u4e49\u76f8\u53cd\u3002", "file_path": "unknown_source", "from": "\u8d1f\u53f7", "keywords": "\u6570\u5b66\u8868\u793a,\u7b26\u53f7\u7cfb\u7edf", "source_id": "chunk-5f9c1f0cf6bfb67dfcbdfbdf95b7c389", "title": "\u8d1f\u53f7\u548c\u6b63\u53f7\u662f\u6570\u5b66\u4e2d\u7528\u4e8e\u8868\u793a\u8d1f\u6570\u548c\u6b63\u6570\u7684\u7b26\u53f7\uff0c\u610f\u4e49\u76f8\u53cd\u3002", "to": "\u6b63\u53f7", "width": 9.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e8c\u5b66\u6bb5builds on the initial understanding of\u5c0f\u6570\u7684\u8ba4\u8bc6, deepening students\u2019 comprehension and application of decimals in more complex scenarios.", "file_path": "unknown_source", "from": "\u7b2c\u4e8c\u5b66\u6bb5", "keywords": "advanced learning,conceptual development", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u7b2c\u4e8c\u5b66\u6bb5builds on the initial understanding of\u5c0f\u6570\u7684\u8ba4\u8bc6, deepening students\u2019 comprehension and application of decimals in more complex scenarios.", "to": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "width": 8.0}, {"created_at": 1752674566, "description": "\u7b2c\u4e8c\u5b66\u6bb5is a later part of\u5c0f\u5b66\u9636\u6bb5where more complex concepts like area and volume are introduced, building on earlier knowledge of length.", "file_path": "unknown_source", "from": "\u7b2c\u4e8c\u5b66\u6bb5", "keywords": "conceptual progression,educational development", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u7b2c\u4e8c\u5b66\u6bb5is a later part of\u5c0f\u5b66\u9636\u6bb5where more complex concepts like area and volume are introduced, building on earlier knowledge of length.", "to": "\u5c0f\u5b66\u9636\u6bb5", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\u4e2d\u4f7f\u7528\u6298\u7eb8\u6e38\u620f\u4f5c\u4e3a\u5b9e\u8df5\u6d3b\u52a8,\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u64cd\u4f5c\u7406\u89e3\u5206\u6570\u5355\u4f4d\u548c\u6574\u4f53\u4e0e\u90e8\u5206\u7684\u5173\u7cfb\u3002", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5206\u6570", "keywords": "\u5b9e\u8df5\u64cd\u4f5c,\u6559\u5b66\u65b9\u6cd5", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\u4e2d\u4f7f\u7528\u6298\u7eb8\u6e38\u620f\u4f5c\u4e3a\u5b9e\u8df5\u6d3b\u52a8,\u5e2e\u52a9\u5b66\u751f\u901a\u8fc7\u64cd\u4f5c\u7406\u89e3\u5206\u6570\u5355\u4f4d\u548c\u6574\u4f53\u4e0e\u90e8\u5206\u7684\u5173\u7cfb\u3002", "to": "\u6298\u7eb8\u6e38\u620f", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1introduces\u5206\u6570through\u5e73\u5747\u5206, establishing the foundational understanding of fractions as equal parts of a whole.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5206\u6570", "keywords": "conceptual foundation,instructional sequence", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1introduces\u5206\u6570through\u5e73\u5747\u5206, establishing the foundational understanding of fractions as equal parts of a whole.", "to": "\u5e73\u5747\u5206", "width": 10.0}, {"created_at": 1752674566, "description": "\u6bcd\u5206\u6570are used in basic\u52a0\u51cf\u8fd0\u7b97(addition and subtraction) during the second learning stage of elementary mathematics.", "file_path": "unknown_source", "from": "\u6bcd\u5206\u6570", "keywords": "fraction arithmetic,mathematical operations", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6bcd\u5206\u6570are used in basic\u52a0\u51cf\u8fd0\u7b97(addition and subtraction) during the second learning stage of elementary mathematics.", "to": "\u52a0\u51cf\u8fd0\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790explains how\u6298\u7eb8\u6d3b\u52a8support the teaching of fractions by guiding students from concrete experiences to abstract understanding.", "file_path": "unknown_source", "from": "\u6298\u7eb8\u6d3b\u52a8", "keywords": "experiential learning,instructional methodology", "source_id": "chunk-447d851ef33dcb6cb0712f2ef985e50e", "title": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790explains how\u6298\u7eb8\u6d3b\u52a8support the teaching of fractions by guiding students from concrete experiences to abstract understanding.", "to": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "width": 9.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790involves evaluating how effectively the concept of\u5398\u7c73is taught to students through hands-on measurement activities and standardized tools.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "keywords": "instructional evaluation,unit teaching", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790involves evaluating how effectively the concept of\u5398\u7c73is taught to students through hands-on measurement activities and standardized tools.", "to": "\u5398\u7c73", "width": 8.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790is used to assess the effectiveness of the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity in helping students understand the concept of\u5398\u7c73.", "file_path": "unknown_source", "from": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790", "keywords": "educational design,instructional reflection", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6559\u5b66\u8bbe\u8ba1\u5206\u6790is used to assess the effectiveness of the \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 activity in helping students understand the concept of\u5398\u7c73.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "width": 9.0}, {"created_at": 1752674566, "description": "\u5143\u3001\u89d2\u3001\u5206are used as real-life examples to introduce and reinforce the concept of\u5c0f\u6570\u7684\u8ba4\u8bc6, helping students connect decimals to familiar monetary values.", "file_path": "unknown_source", "from": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "keywords": "contextual learning,practical application", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5143\u3001\u89d2\u3001\u5206are used as real-life examples to introduce and reinforce the concept of\u5c0f\u6570\u7684\u8ba4\u8bc6, helping students connect decimals to familiar monetary values.", "to": "\u5143\u3001\u89d2\u3001\u5206", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u6570\u70b9is a key element in\u5c0f\u6570\u7684\u8ba4\u8bc6, as it defines the separation between whole and fractional parts in decimal numbers.", "file_path": "unknown_source", "from": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "keywords": "decimal structure,symbolic representation", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5c0f\u6570\u70b9is a key element in\u5c0f\u6570\u7684\u8ba4\u8bc6, as it defines the separation between whole and fractional parts in decimal numbers.", "to": "\u5c0f\u6570\u70b9", "width": 9.0}, {"created_at": 1752674566, "description": "\u57fa\u672c\u5355\u4f4dis essential to\u5c0f\u6570\u7684\u8ba4\u8bc6, as it provides the reference point for interpreting decimal values in various contexts like money, measurement, and weight.", "file_path": "unknown_source", "from": "\u5c0f\u6570\u7684\u8ba4\u8bc6", "keywords": "contextual interpretation,foundational concept", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u57fa\u672c\u5355\u4f4dis essential to\u5c0f\u6570\u7684\u8ba4\u8bc6, as it provides the reference point for interpreting decimal values in various contexts like money, measurement, and weight.", "to": "\u57fa\u672c\u5355\u4f4d", "width": 9.0}, {"created_at": 1752674566, "description": "\u77ff\u6cc9\u6c34is a product commonly found in\u8d85\u5e02, used in the teaching design to illustrate decimal pricing.", "file_path": "unknown_source", "from": "\u8d85\u5e02", "keywords": "consumer product,real-world context", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u77ff\u6cc9\u6c34is a product commonly found in\u8d85\u5e02, used in the teaching design to illustrate decimal pricing.", "to": "\u77ff\u6cc9\u6c34", "width": 7.0}, {"created_at": 1752674566, "description": "\u9762\u5305is a product typically found in\u8d85\u5e02, used in the teaching design to demonstrate decimal pricing through real-life examples.", "file_path": "unknown_source", "from": "\u8d85\u5e02", "keywords": "consumer product,contextual learning", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u9762\u5305is a product typically found in\u8d85\u5e02, used in the teaching design to demonstrate decimal pricing through real-life examples.", "to": "\u9762\u5305", "width": 7.0}, {"created_at": 1752674566, "description": "\u5206\u7ec4\u8ba8\u8bbais a pedagogical strategy used within the\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570to enhance student engagement and understanding of decimal concepts.", "file_path": "unknown_source", "from": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570", "keywords": "collaborative learning,instructional method", "source_id": "chunk-f9fb4bf24eb3450dc8d14d30db6e18ae", "title": "\u5206\u7ec4\u8ba8\u8bbais a pedagogical strategy used within the\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u521d\u6b65\u8ba4\u8bc6\u5c0f\u6570to enhance student engagement and understanding of decimal concepts.", "to": "\u5206\u7ec4\u8ba8\u8bba", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e58\u6cd5\u4ea4\u6362\u5f8bis introduced during the\u5c0f\u5b66\u9636\u6bb5(elementary school years), laying the foundation for higher-level math concepts.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u9636\u6bb5", "keywords": "foundational learning,mathematical principles", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u4e58\u6cd5\u4ea4\u6362\u5f8bis introduced during the\u5c0f\u5b66\u9636\u6bb5(elementary school years), laying the foundation for higher-level math concepts.", "to": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u9636\u6bb5provides the foundation for concepts that are expanded in\u521d\u4e2d, such as rational number multiplication.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u9636\u6bb5", "keywords": "conceptual development,educational progression", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5c0f\u5b66\u9636\u6bb5provides the foundation for concepts that are expanded in\u521d\u4e2d, such as rational number multiplication.", "to": "\u521d\u4e2d", "width": 7.0}, {"created_at": 1752674566, "description": "\u738b\u8273\u73b2is affiliated with Northeast Normal University Affiliated Elementary School, where she developed and implemented the teaching design.\u003cSEP\u003e\u738b\u8273\u73b2is an educator at this school contributing to mathematics teaching designs.", "file_path": "unknown_source", "from": "\u738b\u8273\u73b2", "keywords": "affiliation,education,educational context,professional affiliation", "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-6bbe77567ec618aec822acfe88217048", "title": "\u738b\u8273\u73b2is affiliated with Northeast Normal University Affiliated Elementary School, where she developed and implemented the teaching design.\u003cSEP\u003e\u738b\u8273\u73b2is an educator at this school contributing to mathematics teaching designs.", "to": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "width": 17.0}, {"created_at": 1752674566, "description": "\u738b\u8273\u73b2contributes to teaching designs that emphasize model thinking in elementary mathematics education.", "file_path": "unknown_source", "from": "\u738b\u8273\u73b2", "keywords": "curriculum development,educational design", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "\u738b\u8273\u73b2contributes to teaching designs that emphasize model thinking in elementary mathematics education.", "to": "Model Thinking", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u5218\u8273\u5e73is associated with\u4e1c\u5317\u5e08\u5927\u9644\u5c0fas a teacher who designed and implemented a mathematics lesson on number sense and addition.\"\\\u003cSEP\u003eLiu Yanping is a teacher at Northeast Normal University Affiliated Elementary School.\u003cSEP\u003eLiu Yanping is an educator affiliated with Northeast Normal University Affiliated Primary School.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "academic affiliation,education,educational contribution,employment,professional affiliation,teaching design", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6\u003cSEP\u003echunk-612d665e8236ed57ac928a378892167b\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "\"\u5218\u8273\u5e73is associated with\u4e1c\u5317\u5e08\u5927\u9644\u5c0fas a teacher who designed and implemented a mathematics lesson on number sense and addition.\"\\\u003cSEP\u003eLiu Yanping is a teacher at Northeast Normal University Affiliated Elementary School.\u003cSEP\u003eLiu Yanping is an educator affiliated with Northeast Normal University Affiliated Primary School.", "to": "\u5218\u8273\u5e73", "width": 23.0}, {"created_at": 1752674566, "description": "\"\u4e1c\u5317\u5e08\u5927\u9644\u5c0fserves as the institutional context where lessons on\u81ea\u7136\u6570\u7684\u52a0\u6cd5are delivered using innovative methods to build conceptual understanding.\"\\", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "instructional setting,mathematical learning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u4e1c\u5317\u5e08\u5927\u9644\u5c0fserves as the institutional context where lessons on\u81ea\u7136\u6570\u7684\u52a0\u6cd5are delivered using innovative methods to build conceptual understanding.\"\\", "to": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u4e1c\u5317\u5e08\u5927\u9644\u5c0fimplements\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeas part of its mathematics curriculum to support the development of\u6570\u611fand\u52a0\u6cd5understanding through hands-on learning.\"\\", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "curriculum integration,experiential learning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u4e1c\u5317\u5e08\u5927\u9644\u5c0fimplements\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeas part of its mathematics curriculum to support the development of\u6570\u611fand\u52a0\u6cd5understanding through hands-on learning.\"\\", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "width": 9.0}, {"created_at": 1752674566, "description": "\u6768\u9759is a teacher at Northeast Normal University Affiliated Elementary School, contributing to educational content.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "education,teaching", "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "\u6768\u9759is a teacher at Northeast Normal University Affiliated Elementary School, contributing to educational content.", "to": "\u6768\u9759", "width": 8.0}, {"created_at": 1752674566, "description": "\u8d75\u8273\u8f89is a teacher at\u4e1c\u5317\u5e08\u5927\u9644\u5c0f, contributing to the school\u0027s educational activities.\u003cSEP\u003e\u8d75\u8273\u8f89\u662f\u4e1c\u5317\u5e08\u5927\u9644\u5c0f\u7684\u6559\u5e08\uff0c\u8d1f\u8d23\u8bbe\u8ba1\u5e76\u8bb2\u89e3\u7edf\u8ba1\u56fe\u76f8\u5173\u7684\u6559\u5b66\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "educational institution,employment,\u6559\u5b66\u8bbe\u8ba1,\u6559\u80b2\u5de5\u4f5c\u8005", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f\u003cSEP\u003echunk-1ad150a353733dc35455650b97cce260", "title": "\u8d75\u8273\u8f89is a teacher at\u4e1c\u5317\u5e08\u5927\u9644\u5c0f, contributing to the school\u0027s educational activities.\u003cSEP\u003e\u8d75\u8273\u8f89\u662f\u4e1c\u5317\u5e08\u5927\u9644\u5c0f\u7684\u6559\u5e08\uff0c\u8d1f\u8d23\u8bbe\u8ba1\u5e76\u8bb2\u89e3\u7edf\u8ba1\u56fe\u76f8\u5173\u7684\u6559\u5b66\u5185\u5bb9\u3002", "to": "\u8d75\u8273\u8f89", "width": 16.0}, {"created_at": 1752674566, "description": "\u9ad8\u4fca\u751fis a teacher at Northeast Normal University Affiliated Elementary School, contributing to the development of teaching methods for geometry.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "education,teaching", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u9ad8\u4fca\u751fis a teacher at Northeast Normal University Affiliated Elementary School, contributing to the development of teaching methods for geometry.", "to": "\u9ad8\u4fca\u751f", "width": 8.0}, {"created_at": 1752674566, "description": "\u6731\u9896is a teacher at Northeast Normal University Affiliated Elementary School, involved in designing lessons for length, area, and volume.\u003cSEP\u003e\u6731\u9896works at\u4e1c\u5317\u5e08\u5927\u9644\u5c0fand has contributed to the instructional design related to measurement concepts, indicating a professional affiliation and educational contribution.", "file_path": "unknown_source", "from": "\u4e1c\u5317\u5e08\u5927\u9644\u5c0f", "keywords": "curriculum development,educational contribution,professional affiliation,teaching", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4\u003cSEP\u003echunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6731\u9896is a teacher at Northeast Normal University Affiliated Elementary School, involved in designing lessons for length, area, and volume.\u003cSEP\u003e\u6731\u9896works at\u4e1c\u5317\u5e08\u5927\u9644\u5c0fand has contributed to the instructional design related to measurement concepts, indicating a professional affiliation and educational contribution.", "to": "\u6731\u9896", "width": 17.0}, {"created_at": 1752674566, "description": "Integrated and practical lessons are designed to help students understand the magnitude and context of the number 1000 through group activities and real-world investigations.", "file_path": "unknown_source", "from": "1000", "keywords": "experiential learning,numerical perception", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Integrated and practical lessons are designed to help students understand the magnitude and context of the number 1000 through group activities and real-world investigations.", "to": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "width": 9.0}, {"created_at": 1752674566, "description": "Group tasks are assigned to investigate how the number 1000 can be perceived as large, medium, or small depending on its context in real-life situations.", "file_path": "unknown_source", "from": "1000", "keywords": "collaborative learning,numerical context", "source_id": "chunk-6bbe77567ec618aec822acfe88217048", "title": "Group tasks are assigned to investigate how the number 1000 can be perceived as large, medium, or small depending on its context in real-life situations.", "to": "\u5c0f\u7ec4\u4efb\u52a1", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u5218\u8273\u5e73participated in designing and implementing a\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeaimed at developing students\u0027 number sense through practical and contextual learning.\"\\", "file_path": "unknown_source", "from": "\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfe", "keywords": "experiential learning,lesson planning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u5218\u8273\u5e73participated in designing and implementing a\u7efc\u5408\u4e0e\u5b9e\u8df5\u8bfeaimed at developing students\u0027 number sense through practical and contextual learning.\"\\", "to": "\u5218\u8273\u5e73", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u5218\u8273\u5e73designed a teaching segment focused on the concept of natural number addition to help students understand the meaning of addition intuitively.\"\\", "file_path": "unknown_source", "from": "\u5218\u8273\u5e73", "keywords": "instructional design,mathematical concept", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u5218\u8273\u5e73designed a teaching segment focused on the concept of natural number addition to help students understand the meaning of addition intuitively.\"\\", "to": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "width": 10.0}, {"created_at": 1752674566, "description": "Liu Yanping designed a lesson plan to teach students about the concept and significance of averages.", "file_path": "unknown_source", "from": "\u5218\u8273\u5e73", "keywords": "curriculum design,education", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Liu Yanping designed a lesson plan to teach students about the concept and significance of averages.", "to": "\u5e73\u5747\u6570\u7684\u8ba4\u8bc6", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u54e5\u54e5\u0027s quantity of peaches is used to demonstrate the concept of a fixed quantity in the addition example (e.g., 3 peaches).\"\\", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "keywords": "educational context,numerical example", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u54e5\u54e5\u0027s quantity of peaches is used to demonstrate the concept of a fixed quantity in the addition example (e.g., 3 peaches).\"\\", "to": "\u54e5\u54e5", "width": 6.0}, {"created_at": 1752674566, "description": "\"\u59b9\u59b9\u0027s quantity of peaches is used to demonstrate how adding one more peach changes the quantity and leads to equality with the brother\u0027s amount, illustrating the concept of addition.\"\\", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "keywords": "addition example,dynamic quantity", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u59b9\u59b9\u0027s quantity of peaches is used to demonstrate how adding one more peach changes the quantity and leads to equality with the brother\u0027s amount, illustrating the concept of addition.\"\\", "to": "\u59b9\u59b9", "width": 6.0}, {"created_at": 1752674566, "description": "\"\u81ea\u7136\u6570\u7684\u52a0\u6cd5is taught by first establishing\u52a0\u6cd5\u7684\u610f\u4e49, helping students understand the conceptual basis of combining quantities rather than just memorizing procedures.\"\\", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "keywords": "conceptual learning,mathematical understanding", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u81ea\u7136\u6570\u7684\u52a0\u6cd5is taught by first establishing\u52a0\u6cd5\u7684\u610f\u4e49, helping students understand the conceptual basis of combining quantities rather than just memorizing procedures.\"\\", "to": "\u52a0\u6cd5\u7684\u610f\u4e49", "width": 10.0}, {"created_at": 1752674566, "description": "\"The\u52a0\u53f7(+) is essential to understanding\u81ea\u7136\u6570\u7684\u52a0\u6cd5, as it represents the action of adding one quantity to another in mathematical expressions.\"\\", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "keywords": "arithmetic operation,symbolic meaning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"The\u52a0\u53f7(+) is essential to understanding\u81ea\u7136\u6570\u7684\u52a0\u6cd5, as it represents the action of adding one quantity to another in mathematical expressions.\"\\", "to": "\u52a0\u53f7", "width": 9.0}, {"created_at": 1752674566, "description": "\"The\u7b49\u53f7(=) plays a key role in\u81ea\u7136\u6570\u7684\u52a0\u6cd5by showing that two quantities are equal, reinforcing the conceptual understanding of balance in equations.\"\\", "file_path": "unknown_source", "from": "\u81ea\u7136\u6570\u7684\u52a0\u6cd5", "keywords": "equality,mathematical reasoning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"The\u7b49\u53f7(=) plays a key role in\u81ea\u7136\u6570\u7684\u52a0\u6cd5by showing that two quantities are equal, reinforcing the conceptual understanding of balance in equations.\"\\", "to": "\u7b49\u53f7", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u54e5\u54e5and\u59b9\u59b9are characters used in a story-based teaching method to illustrate quantity comparison and the meaning of addition in a relatable, real-life scenario.\"\\", "file_path": "unknown_source", "from": "\u54e5\u54e5", "keywords": "comparative reasoning,contextual learning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u54e5\u54e5and\u59b9\u59b9are characters used in a story-based teaching method to illustrate quantity comparison and the meaning of addition in a relatable, real-life scenario.\"\\", "to": "\u59b9\u59b9", "width": 7.0}, {"created_at": 1752674566, "description": "\"\u54e5\u54e5\u0027s\u6570\u91cfof peaches is used to illustrate the fixed quantity in a math problem that helps students understand\u52a0\u6cd5\u7684\u610f\u4e49through comparison and addition.\"\\", "file_path": "unknown_source", "from": "\u54e5\u54e5", "keywords": "conceptual learning,numerical example", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u54e5\u54e5\u0027s\u6570\u91cfof peaches is used to illustrate the fixed quantity in a math problem that helps students understand\u52a0\u6cd5\u7684\u610f\u4e49through comparison and addition.\"\\", "to": "\u52a0\u6cd5\u7684\u610f\u4e49", "width": 7.0}, {"created_at": 1752674566, "description": "\"\u59b9\u59b9\u0027s\u6570\u91cfis used to demonstrate how adding one more peach leads to equality with\u54e5\u54e5\u0027s amount, helping students grasp the conceptual meaning of\u52a0\u6cd5.\"\\", "file_path": "unknown_source", "from": "\u59b9\u59b9", "keywords": "conceptual illustration,dynamic example", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u59b9\u59b9\u0027s\u6570\u91cfis used to demonstrate how adding one more peach leads to equality with\u54e5\u54e5\u0027s amount, helping students grasp the conceptual meaning of\u52a0\u6cd5.\"\\", "to": "\u52a0\u6cd5\u7684\u610f\u4e49", "width": 7.0}, {"created_at": 1752674566, "description": "\"\u5bf9\u5e94\u7684\u65b9\u6cd5is used to teach\u52a0\u6cd5\u7684\u610f\u4e49by helping students visualize how quantities relate and how adding to one can balance another.\"\\", "file_path": "unknown_source", "from": "\u5bf9\u5e94\u7684\u65b9\u6cd5", "keywords": "conceptual illustration,teaching method", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u5bf9\u5e94\u7684\u65b9\u6cd5is used to teach\u52a0\u6cd5\u7684\u610f\u4e49by helping students visualize how quantities relate and how adding to one can balance another.\"\\", "to": "\u52a0\u6cd5\u7684\u610f\u4e49", "width": 9.0}, {"created_at": 1752674566, "description": "\"Understanding\u52a0\u6cd5\u7684\u610f\u4e49includes recognizing the role of\u7b49\u53f7in showing that two sides of an equation are equal in value.\"\\", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u7684\u610f\u4e49", "keywords": "mathematical reasoning,symbolic understanding", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"Understanding\u52a0\u6cd5\u7684\u610f\u4e49includes recognizing the role of\u7b49\u53f7in showing that two sides of an equation are equal in value.\"\\", "to": "\u7b49\u53f7", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u52a0\u6cd5\u7684\u610f\u4e49is directly tied to the use of\u52a0\u53f7, which represents the action of increasing a quantity in a mathematical expression.\"\\", "file_path": "unknown_source", "from": "\u52a0\u6cd5\u7684\u610f\u4e49", "keywords": "arithmetic operation,symbolic meaning", "source_id": "chunk-612d665e8236ed57ac928a378892167b", "title": "\"\u52a0\u6cd5\u7684\u610f\u4e49is directly tied to the use of\u52a0\u53f7, which represents the action of increasing a quantity in a mathematical expression.\"\\", "to": "\u52a0\u53f7", "width": 8.0}, {"created_at": 1752674566, "description": "These are complementary components in multiplication problems, showing the operation\u0027s structure.", "file_path": "unknown_source", "from": "\u88ab\u4e58\u6570", "keywords": "mathematical terms,operation components", "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "These are complementary components in multiplication problems, showing the operation\u0027s structure.", "to": "\u4e58\u6570", "width": 7.0}, {"created_at": 1752674566, "description": "Used as contrasting examples to demonstrate when multiplication can be applied versus when it can\u0027t.", "file_path": "unknown_source", "from": "\u8f6e\u6ed1\u5c0f\u7ec4", "keywords": "comparison,teaching examples", "source_id": "chunk-a5fa437b38c82cb10c1cbb6ae90f2d6c", "title": "Used as contrasting examples to demonstrate when multiplication can be applied versus when it can\u0027t.", "to": "\u5408\u5531\u5c0f\u7ec4", "width": 6.0}, {"created_at": 1752674566, "description": "Multiplication and division are taught as inverse operations, with division being explained through the concept of multiplication by the reciprocal.", "file_path": "unknown_source", "from": "Multiplication Teaching", "keywords": "inverse relationship,mathematical operations", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Multiplication and division are taught as inverse operations, with division being explained through the concept of multiplication by the reciprocal.", "to": "Division Teaching", "width": 9.0}, {"created_at": 1752674566, "description": "Division is explained using the reciprocal concept, where dividing by a number is equivalent to multiplying by its reciprocal.", "file_path": "unknown_source", "from": "Division Teaching", "keywords": "mathematical concepts,teaching tools", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Division is explained using the reciprocal concept, where dividing by a number is equivalent to multiplying by its reciprocal.", "to": "Reciprocal Concept", "width": 10.0}, {"created_at": 1752674566, "description": "The reciprocal concept is fundamental to understanding and performing division with fractions.", "file_path": "unknown_source", "from": "Reciprocal Concept", "keywords": "mathematical principles,operations", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The reciprocal concept is fundamental to understanding and performing division with fractions.", "to": "Fraction Division", "width": 9.0}, {"created_at": 1752674566, "description": "The lesson explains why zero cannot have a reciprocal in mathematics.", "file_path": "unknown_source", "from": "Reciprocal Concept", "keywords": "exceptions,mathematical rules", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The lesson explains why zero cannot have a reciprocal in mathematics.", "to": "Zero", "width": 7.0}, {"created_at": 1752674566, "description": "Multiplication and division are taught as inverse operations with interconnected teaching methodologies.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u6559\u5b66", "keywords": "inverse relationship,mathematical operations", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Multiplication and division are taught as inverse operations with interconnected teaching methodologies.", "to": "\u9664\u6cd5\u6559\u5b66", "width": 10.0}, {"created_at": 1752674566, "description": "Practical shopping scenarios are used to demonstrate real-world applications of multiplication.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u6559\u5b66", "keywords": "conceptual understanding,practical application", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Practical shopping scenarios are used to demonstrate real-world applications of multiplication.", "to": "\u8d85\u5e02\u8d2d\u7269\u60c5\u666f", "width": 7.0}, {"created_at": 1752674566, "description": "Division instruction relies on reciprocal concepts to demonstrate inverse operation principles.", "file_path": "unknown_source", "from": "\u9664\u6cd5\u6559\u5b66", "keywords": "mathematical foundation,teaching technique", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Division instruction relies on reciprocal concepts to demonstrate inverse operation principles.", "to": "\u5012\u6570\u6982\u5ff5", "width": 9.0}, {"created_at": 1752674566, "description": "Mooncake visual aids are used to teach division concepts through fraction manipulation.", "file_path": "unknown_source", "from": "\u9664\u6cd5\u6559\u5b66", "keywords": "conceptual demonstration,teaching tools", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Mooncake visual aids are used to teach division concepts through fraction manipulation.", "to": "\u6708\u997c\u6559\u5b66\u9053\u5177", "width": 8.0}, {"created_at": 1752674566, "description": "Mooncake divisions demonstrate reciprocal relationships in fraction operations.", "file_path": "unknown_source", "from": "\u5012\u6570\u6982\u5ff5", "keywords": "mathematical proof,visual learning", "source_id": "chunk-bea5957e092b2067f59cd5a861f518e6", "title": "Mooncake divisions demonstrate reciprocal relationships in fraction operations.", "to": "\u6708\u997c\u6559\u5b66\u9053\u5177", "width": 9.0}, {"created_at": 1752674566, "description": "The lesson covers the concept of fraction division using reciprocals as a key method.", "file_path": "unknown_source", "from": "Lesson on Reciprocals", "keywords": "application,mathematical concepts", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "The lesson covers the concept of fraction division using reciprocals as a key method.", "to": "Fraction Division", "width": 9.0}, {"created_at": 1752674566, "description": "Media demonstrations are used to visually explain reciprocals and fraction division in the lesson.", "file_path": "unknown_source", "from": "Lesson on Reciprocals", "keywords": "teaching tools,visual aids", "source_id": "chunk-f5f6d3f4e6f77448b8de5dde2d17ca8b", "title": "Media demonstrations are used to visually explain reciprocals and fraction division in the lesson.", "to": "Media Demonstration", "width": 8.0}, {"created_at": 1752674566, "description": "The educator is associated with developing teaching materials for this specific geometry problem.", "file_path": "unknown_source", "from": "\u5cb3\u83b9", "keywords": "curriculum design,educational development", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "The educator is associated with developing teaching materials for this specific geometry problem.", "to": "\u95ee\u989824", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u519bis used in a word problem where he buys a\u4e66\u5305, which costs 50 yuan, in a\u6df7\u5408\u8fd0\u7b97example.", "file_path": "unknown_source", "from": "\u5c0f\u519b", "keywords": "consumer context,mathematical example", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5c0f\u519bis used in a word problem where he buys a\u4e66\u5305, which costs 50 yuan, in a\u6df7\u5408\u8fd0\u7b97example.", "to": "\u4e66\u5305", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u519bbuys 3\u7b14\u8bb0\u672c, each costing 2 yuan, in a\u6df7\u5408\u8fd0\u7b97example where multiplication is used to calculate total cost.", "file_path": "unknown_source", "from": "\u5c0f\u519b", "keywords": "consumer math,mathematical example", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5c0f\u519bbuys 3\u7b14\u8bb0\u672c, each costing 2 yuan, in a\u6df7\u5408\u8fd0\u7b97example where multiplication is used to calculate total cost.", "to": "\u7b14\u8bb0\u672c", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u660ebuys\u674e\u5b50at 4 yuan per jin but only half a jin, used in a\u6df7\u5408\u8fd0\u7b97example to demonstrate division and subtraction.", "file_path": "unknown_source", "from": "\u5c0f\u660e", "keywords": "mathematical example,real-world application", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5c0f\u660ebuys\u674e\u5b50at 4 yuan per jin but only half a jin, used in a\u6df7\u5408\u8fd0\u7b97example to demonstrate division and subtraction.", "to": "\u674e\u5b50", "width": 7.0}, {"created_at": 1752674566, "description": "\u7237\u7237gives\u538b\u5c81\u94b1to\u5c0f\u660eduring the Spring Festival, forming the basis of a\u6df7\u5408\u8fd0\u7b97example where money is received and spent.", "file_path": "unknown_source", "from": "\u7237\u7237", "keywords": "financial literacy,storytelling", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u7237\u7237gives\u538b\u5c81\u94b1to\u5c0f\u660eduring the Spring Festival, forming the basis of a\u6df7\u5408\u8fd0\u7b97example where money is received and spent.", "to": "\u538b\u5c81\u94b1", "width": 8.0}, {"created_at": 1752674566, "description": "\u5976\u5976also gives\u538b\u5c81\u94b1to\u5c0f\u660e, contributing to the total amount used in a\u6df7\u5408\u8fd0\u7b97problem.", "file_path": "unknown_source", "from": "\u5976\u5976", "keywords": "real-life math,storytelling", "source_id": "chunk-3e1177b5ab038ad131780009f61ea1d6", "title": "\u5976\u5976also gives\u538b\u5c81\u94b1to\u5c0f\u660e, contributing to the total amount used in a\u6df7\u5408\u8fd0\u7b97problem.", "to": "\u538b\u5c81\u94b1", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u901a\u8fc7\u5b9e\u9645\u60c5\u5883\u8ba9\u5b66\u751f\u7406\u89e3\u4e0a\u754c\u7684\u6982\u5ff5\uff0c\u5373\u6700\u591a\u80fd\u4e70\u591a\u5c11\u5305\u7cd6\u679c\u3002", "file_path": "unknown_source", "from": "\u4e0a\u754c", "keywords": "estimation,real-world application", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u901a\u8fc7\u5b9e\u9645\u60c5\u5883\u8ba9\u5b66\u751f\u7406\u89e3\u4e0a\u754c\u7684\u6982\u5ff5\uff0c\u5373\u6700\u591a\u80fd\u4e70\u591a\u5c11\u5305\u7cd6\u679c\u3002", "to": "\u4e70\u7cd6\u679c\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u901a\u8fc7\u5b9e\u9645\u60c5\u5883\u8ba9\u5b66\u751f\u7406\u89e3\u4e0b\u754c\u7684\u6982\u5ff5\uff0c\u5373\u6700\u5c11\u9700\u8981\u4e70\u591a\u5c11\u5305\u7cd6\u679c\u3002", "file_path": "unknown_source", "from": "\u4e0b\u754c", "keywords": "estimation,real-world application", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u901a\u8fc7\u5b9e\u9645\u60c5\u5883\u8ba9\u5b66\u751f\u7406\u89e3\u4e0b\u754c\u7684\u6982\u5ff5\uff0c\u5373\u6700\u5c11\u9700\u8981\u4e70\u591a\u5c11\u5305\u7cd6\u679c\u3002", "to": "\u4e70\u7cd6\u679c\u95ee\u9898", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u4e3d\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u7684\u4e3b\u8981\u89d2\u8272\uff0c\u8d1f\u8d23\u4f30\u7b97\u8d2d\u4e70\u7cd6\u679c\u7684\u6570\u91cf\u4ee5\u6ee1\u8db3\u540c\u5b66\u9700\u6c42\u3002", "file_path": "unknown_source", "from": "\u4e70\u7cd6\u679c\u95ee\u9898", "keywords": "character involvement,problem-solving", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5c0f\u4e3d\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u7684\u4e3b\u8981\u89d2\u8272\uff0c\u8d1f\u8d23\u4f30\u7b97\u8d2d\u4e70\u7cd6\u679c\u7684\u6570\u91cf\u4ee5\u6ee1\u8db3\u540c\u5b66\u9700\u6c42\u3002", "to": "\u5c0f\u4e3d", "width": 9.0}, {"created_at": 1752674566, "description": "\"\u6c34\u679c\u7cd6\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u7684\u6838\u5fc3\u5546\u54c1\uff0c\u5176\u4ef7\u683cand quantity are used for estimation.", "file_path": "unknown_source", "from": "\u4e70\u7cd6\u679c\u95ee\u9898", "keywords": "contextual item,mathematical modeling", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\"\u6c34\u679c\u7cd6\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u4e2d\u7684\u6838\u5fc3\u5546\u54c1\uff0c\u5176\u4ef7\u683cand quantity are used for estimation.", "to": "\u6c34\u679c\u7cd6", "width": 8.0}, {"created_at": 1752674566, "description": "\"\u73ed\u7ea7\u73ed\u4f1a\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u53d1\u751f\u7684\u80cc\u666f\u4e8b\u4ef6\uff0c\u9a71\u52a8\u4e86the need for estimation.", "file_path": "unknown_source", "from": "\u4e70\u7cd6\u679c\u95ee\u9898", "keywords": "event-based learning,motivating context", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\"\u73ed\u7ea7\u73ed\u4f1a\u662f\u4e70\u7cd6\u679c\u95ee\u9898\u53d1\u751f\u7684\u80cc\u666f\u4e8b\u4ef6\uff0c\u9a71\u52a8\u4e86the need for estimation.", "to": "\u73ed\u7ea7\u73ed\u4f1a", "width": 9.0}, {"created_at": 1752674566, "description": "\u5988\u5988\u662f\u4e70\u9c7c\u95ee\u9898\u7684\u53d1\u8d77\u8005\uff0c\u5411\u5c0f\u4e3d\u63d0\u51fa\u4f30\u7b97\u6311\u6218\u3002", "file_path": "unknown_source", "from": "\u4e70\u9c7c\u95ee\u9898", "keywords": "instructional context,problem posing", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5988\u5988\u662f\u4e70\u9c7c\u95ee\u9898\u7684\u53d1\u8d77\u8005\uff0c\u5411\u5c0f\u4e3d\u63d0\u51fa\u4f30\u7b97\u6311\u6218\u3002", "to": "\u5988\u5988", "width": 8.0}, {"created_at": 1752674566, "description": "\u5927\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u9009\u62e9\uff0c\u4ef7\u683c\u8f83\u9ad8\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u3002", "file_path": "unknown_source", "from": "\u4e70\u9c7c\u95ee\u9898", "keywords": "affordability,purchase option", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5927\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u9009\u62e9\uff0c\u4ef7\u683c\u8f83\u9ad8\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u3002", "to": "\u5927\u9c7c", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u9009\u62e9\uff0c\u4ef7\u683c\u8f83\u4f4e\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u3002", "file_path": "unknown_source", "from": "\u4e70\u9c7c\u95ee\u9898", "keywords": "affordability,purchase option", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5c0f\u9c7c\u662f\u4e70\u9c7c\u95ee\u9898\u4e2d\u7684\u4e00\u79cd\u9009\u62e9\uff0c\u4ef7\u683c\u8f83\u4f4e\uff0c\u7528\u4e8e\u5224\u65ad\u662f\u5426\u80fd\u8d2d\u4e70\u3002", "to": "\u5c0f\u9c7c", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u4e3d\u548c\u5988\u5988\u4e00\u8d77\u8d2d\u7269\uff0c\u5171\u540c\u53c2\u4e0e\u4e86\u4e70\u9c7c\u95ee\u9898\u7684\u4f30\u7b97\u60c5\u5883\u3002", "file_path": "unknown_source", "from": "\u5c0f\u4e3d", "keywords": "collaboration,real-life context", "source_id": "chunk-a499d10f1019c6d5d99c36d7402ec197", "title": "\u5c0f\u4e3d\u548c\u5988\u5988\u4e00\u8d77\u8d2d\u7269\uff0c\u5171\u540c\u53c2\u4e0e\u4e86\u4e70\u9c7c\u95ee\u9898\u7684\u4f30\u7b97\u60c5\u5883\u3002", "to": "\u5988\u5988", "width": 7.0}, {"created_at": 1752674566, "description": "\u5c0f\u4e3d\u0027s age comparison with her father is used to create this equation.", "file_path": "unknown_source", "from": "\u5c0f\u4e3d", "keywords": "age comparison,story problem", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "\u5c0f\u4e3d\u0027s age comparison with her father is used to create this equation.", "to": "3x + 7 = 40", "width": 7.0}, {"created_at": 1752674566, "description": "These characters are compared in the speed-distance-time teaching example.\u003cSEP\u003e\u5c0f\u4e3dand\u5c0f\u5f3a\u0027s speeds are compared based on the distance they travel and the time they take, illustrating the concept of speed.", "file_path": "unknown_source", "from": "\u5c0f\u4e3d", "keywords": "comparison,distance and time,speed comparison,travel time", "source_id": "chunk-7ac9e27076640b89379ec7305a979523\u003cSEP\u003echunk-9a3d6b7b471c153a635a854a31395ed5", "title": "These characters are compared in the speed-distance-time teaching example.\u003cSEP\u003e\u5c0f\u4e3dand\u5c0f\u5f3a\u0027s speeds are compared based on the distance they travel and the time they take, illustrating the concept of speed.", "to": "\u5c0f\u5f3a", "width": 13.0}, {"created_at": 1752674566, "description": "\u5c0f\u4e3d\u0027s walking speed is considered in relation to distance from\u5b66\u6821in the exercise.", "file_path": "unknown_source", "from": "\u5c0f\u4e3d", "keywords": "commute,distance calculation", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5c0f\u4e3d\u0027s walking speed is considered in relation to distance from\u5b66\u6821in the exercise.", "to": "\u5b66\u6821", "width": 5.0}, {"created_at": 1752674566, "description": "\u6768\u5b87is a teacher at\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66and designs instructional content for mathematics education at the school.", "file_path": "unknown_source", "from": "\u6768\u5b87", "keywords": "educational design,teaching role", "source_id": "chunk-15a3035e48a3f9ba98ec01cb3ed42052", "title": "\u6768\u5b87is a teacher at\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66and designs instructional content for mathematics education at the school.", "to": "\u957f\u6625\u5e02\u7b2c\u4e00\u5b9e\u9a8c\u5c0f\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u8d75\u8273\u8f89\u0027s lesson plan involves teaching the concept of\u4e58\u6cd5\u4ea4\u6362\u5f8bto students.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "keywords": "mathematical education,teaching method", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u8d75\u8273\u8f89\u0027s lesson plan involves teaching the concept of\u4e58\u6cd5\u4ea4\u6362\u5f8bto students.", "to": "\u8d75\u8273\u8f89", "width": 7.0}, {"created_at": 1752674566, "description": "Both\u4e58\u6cd5\u4ea4\u6362\u5f8band\u65b9\u7a0b\u7684\u8ba4\u8bc6are mathematical concepts taught to students, focusing on abstract thinking and problem-solving.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "keywords": "education,mathematical concepts", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "Both\u4e58\u6cd5\u4ea4\u6362\u5f8band\u65b9\u7a0b\u7684\u8ba4\u8bc6are mathematical concepts taught to students, focusing on abstract thinking and problem-solving.", "to": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "width": 6.0}, {"created_at": 1752674566, "description": "\u54c6\u5566A\u68a6is referenced as a cultural element to make\u4e58\u6cd5\u4ea4\u6362\u5f8bmore relatable to students.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "keywords": "cultural reference,education", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u54c6\u5566A\u68a6is referenced as a cultural element to make\u4e58\u6cd5\u4ea4\u6362\u5f8bmore relatable to students.", "to": "\u54c6\u5566A\u68a6", "width": 7.0}, {"created_at": 1752674566, "description": "\"The principle of\u4e58\u6cd5\u4ea4\u6362\u5f8bis essential for understanding more advanced topics like\u6709\u7406\u6570\u7684\u4e58\u6cd5in junior high school.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "keywords": "foundational concept,mathematical continuity", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\"The principle of\u4e58\u6cd5\u4ea4\u6362\u5f8bis essential for understanding more advanced topics like\u6709\u7406\u6570\u7684\u4e58\u6cd5in junior high school.", "to": "\u6709\u7406\u6570\u7684\u4e58\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u989811\u548c\u95ee\u989812 reference the use of\u4e58\u6cd5\u4ea4\u6362\u5f8bin solving problems related to rational number multiplication.", "file_path": "unknown_source", "from": "\u4e58\u6cd5\u4ea4\u6362\u5f8b", "keywords": "application,foundational principle", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u95ee\u989811\u548c\u95ee\u989812 reference the use of\u4e58\u6cd5\u4ea4\u6362\u5f8bin solving problems related to rational number multiplication.", "to": "\u95ee\u989811\u548c\u95ee\u989812", "width": 8.0}, {"created_at": 1752674566, "description": "\u8d75\u8273\u8f89created the instructional design for\u95ee\u989817 about equation understanding.", "file_path": "unknown_source", "from": "\u8d75\u8273\u8f89", "keywords": "lesson design,mathematics pedagogy", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u8d75\u8273\u8f89created the instructional design for\u95ee\u989817 about equation understanding.", "to": "\u95ee\u989817", "width": 8.0}, {"created_at": 1752674566, "description": "The lesson on\u65b9\u7a0b\u7684\u8ba4\u8bc6uses\u5929\u5e73to visually demonstrate the concept of equality in equations.", "file_path": "unknown_source", "from": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "keywords": "teaching tool,visual learning", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "The lesson on\u65b9\u7a0b\u7684\u8ba4\u8bc6uses\u5929\u5e73to visually demonstrate the concept of equality in equations.", "to": "\u5929\u5e73", "width": 9.0}, {"created_at": 1752674566, "description": "\u7535\u5b50\u8ba1\u7b97\u673a\u539f\u7406is mentioned to show real-world applications of equation concepts.", "file_path": "unknown_source", "from": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "keywords": "STEM education,technology application", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u7535\u5b50\u8ba1\u7b97\u673a\u539f\u7406is mentioned to show real-world applications of equation concepts.", "to": "\u7535\u5b50\u8ba1\u7b97\u673a", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u989817 specifically addresses the teaching methodology for\u65b9\u7a0b\u7684\u8ba4\u8bc6.", "file_path": "unknown_source", "from": "\u65b9\u7a0b\u7684\u8ba4\u8bc6", "keywords": "mathematics education,pedagogical focus", "source_id": "chunk-1ad150a353733dc35455650b97cce260", "title": "\u95ee\u989817 specifically addresses the teaching methodology for\u65b9\u7a0b\u7684\u8ba4\u8bc6.", "to": "\u95ee\u989817", "width": 8.0}, {"created_at": 1752674566, "description": "Small building blocks are weighed on the balance scale to teach measurement concepts.", "file_path": "unknown_source", "from": "\u5929\u5e73", "keywords": "comparison,measurement", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "Small building blocks are weighed on the balance scale to teach measurement concepts.", "to": "\u5c0f\u79ef\u6728\u5757", "width": 8.0}, {"created_at": 1752674566, "description": "Weights are placed on the balance scale to demonstrate equilibrium and equations.", "file_path": "unknown_source", "from": "\u5929\u5e73", "keywords": "equilibrium,measurement", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "Weights are placed on the balance scale to demonstrate equilibrium and equations.", "to": "\u781d\u7801", "width": 8.0}, {"created_at": 1752674566, "description": "The 10-gram weight is used on one side of the balance scale for demonstrations.", "file_path": "unknown_source", "from": "\u5929\u5e73", "keywords": "calibration,measurement", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The 10-gram weight is used on one side of the balance scale for demonstrations.", "to": "10g", "width": 7.0}, {"created_at": 1752674566, "description": "The 50-gram weight is used on one side of the balance scale for demonstrations.", "file_path": "unknown_source", "from": "\u5929\u5e73", "keywords": "calibration,measurement", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The 50-gram weight is used on one side of the balance scale for demonstrations.", "to": "50g", "width": 7.0}, {"created_at": 1752674566, "description": "The speed-distance-time model is an example of how model thinking is applied to solve real-world problems.", "file_path": "unknown_source", "from": "Model Thinking", "keywords": "mathematical modeling,practical application", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "The speed-distance-time model is an example of how model thinking is applied to solve real-world problems.", "to": "Speed-Distance-Time Model", "width": 9.0}, {"created_at": 1752674566, "description": "This equation is presented as an example of applying model thinking to real-world problems.", "file_path": "unknown_source", "from": "Model Thinking", "keywords": "mathematical modeling,practical application", "source_id": "chunk-7ac9e27076640b89379ec7305a979523", "title": "This equation is presented as an example of applying model thinking to real-world problems.", "to": "\u8def\u7a0b=\u901f\u5ea6\u00d7\u65f6\u95f4", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u5f3a\u0027s walking speed is considered in relation to distance from\u5b66\u6821in the exercise.", "file_path": "unknown_source", "from": "\u5c0f\u5f3a", "keywords": "commute,distance calculation", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u5c0f\u5f3a\u0027s walking speed is considered in relation to distance from\u5b66\u6821in the exercise.", "to": "\u5b66\u6821", "width": 5.0}, {"created_at": 1752674566, "description": "Xiao Qiang is tested by the physical education teacher to estimate his shooting percentage.", "file_path": "unknown_source", "from": "\u5c0f\u5f3a", "keywords": "mentoring,testing", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Xiao Qiang is tested by the physical education teacher to estimate his shooting percentage.", "to": "\u4f53\u80b2\u8001\u5e08", "width": 7.0}, {"created_at": 1752674566, "description": "Xiao Qiang\u0027s shooting data provides sample frequencies to estimate hit probability.\u003cSEP\u003e\u5c0f\u5f3a\u7684\u6295\u7bee\u6570\u636e\u7528\u4e8e\u8ba1\u7b97\u547d\u4e2d\u7387\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6837\u672c\u9891\u7387\u4e0e\u6982\u7387\u4f30\u8ba1\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5f3a", "keywords": "data collection,probability estimation,statistical analysis", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630\u003cSEP\u003echunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Xiao Qiang\u0027s shooting data provides sample frequencies to estimate hit probability.\u003cSEP\u003e\u5c0f\u5f3a\u7684\u6295\u7bee\u6570\u636e\u7528\u4e8e\u8ba1\u7b97\u547d\u4e2d\u7387\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6837\u672c\u9891\u7387\u4e0e\u6982\u7387\u4f30\u8ba1\u3002", "to": "\u547d\u4e2d\u7387", "width": 17.0}, {"created_at": 1752674566, "description": "\u4e24\u8005\u90fd\u7528\u4e8e\u6559\u5b66\u793a\u4f8b\u4e2d\uff0c\u901a\u8fc7\u5bf9\u6bd4\u52a0\u6df1\u5b66\u751f\u5bf9\u968f\u673a\u6027\u548c\u5e73\u5747\u6570\u7684\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5f3a", "keywords": "educational example,statistical comparison", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u4e24\u8005\u90fd\u7528\u4e8e\u6559\u5b66\u793a\u4f8b\u4e2d\uff0c\u901a\u8fc7\u5bf9\u6bd4\u52a0\u6df1\u5b66\u751f\u5bf9\u968f\u673a\u6027\u548c\u5e73\u5747\u6570\u7684\u7406\u89e3\u3002", "to": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u5f3a\u7684\u6295\u7bee\u8868\u73b0\u7528\u4e8e\u8bf4\u660e\u6837\u672c\u5747\u503c\u5982\u4f55\u4f30\u8ba1\u603b\u4f53\u671f\u671b\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5f3a", "keywords": "data analysis,statistical inference", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u5c0f\u5f3a\u7684\u6295\u7bee\u8868\u73b0\u7528\u4e8e\u8bf4\u660e\u6837\u672c\u5747\u503c\u5982\u4f55\u4f30\u8ba1\u603b\u4f53\u671f\u671b\u3002", "to": "\u6837\u672c\u5747\u503c", "width": 8.0}, {"created_at": 1752674566, "description": "\u5c0f\u5f3a\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u7528\u4e8e\u8bf4\u660e\u7edf\u8ba1\u6982\u5ff5\u7684\u5177\u4f53\u5b9e\u4f8b\u3002", "file_path": "unknown_source", "from": "\u5c0f\u5f3a", "keywords": "example,statistical illustration", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u5c0f\u5f3a\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u7528\u4e8e\u8bf4\u660e\u7edf\u8ba1\u6982\u5ff5\u7684\u5177\u4f53\u5b9e\u4f8b\u3002", "to": "\u6559\u5b66\u6848\u4f8b", "width": 7.0}, {"created_at": 1752674566, "description": "The\u795e\u821f\u98de\u8239and\u81ea\u884c\u8f66\u8fd0\u52a8\u5458are compared in terms of their speeds, highlighting the importance of consistent units for comparison.", "file_path": "unknown_source", "from": "\u795e\u821f\u98de\u8239", "keywords": "speed comparison,unit consistency", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "The\u795e\u821f\u98de\u8239and\u81ea\u884c\u8f66\u8fd0\u52a8\u5458are compared in terms of their speeds, highlighting the importance of consistent units for comparison.", "to": "\u81ea\u884c\u8f66\u8fd0\u52a8\u5458", "width": 8.0}, {"created_at": 1752674566, "description": "\u6210\u4eba\u6b65\u884cand\u98de\u673a\u98de\u884care examples used to explain speed calculations, demonstrating different modes of transportation and their speeds.", "file_path": "unknown_source", "from": "\u6210\u4eba\u6b65\u884c", "keywords": "speed examples,transportation modes", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u6210\u4eba\u6b65\u884cand\u98de\u673a\u98de\u884care examples used to explain speed calculations, demonstrating different modes of transportation and their speeds.", "to": "\u98de\u673a\u98de\u884c", "width": 6.0}, {"created_at": 1752674566, "description": "\u58f0\u97f3\u4f20\u64adand\u5149\u884c\u8d70are examples used to explain speed calculations, highlighting the vast differences in speed between sound and light.", "file_path": "unknown_source", "from": "\u58f0\u97f3\u4f20\u64ad", "keywords": "natural phenomena,speed examples", "source_id": "chunk-9a3d6b7b471c153a635a854a31395ed5", "title": "\u58f0\u97f3\u4f20\u64adand\u5149\u884c\u8d70are examples used to explain speed calculations, highlighting the vast differences in speed between sound and light.", "to": "\u5149\u884c\u8d70", "width": 9.0}, {"created_at": 1752674566, "description": "\u9ad8\u4fca\u751fdesigns teaching methods to help students understand angles, focusing on practical and visual approaches.", "file_path": "unknown_source", "from": "\u9ad8\u4fca\u751f", "keywords": "geometry education,teaching methods", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u9ad8\u4fca\u751fdesigns teaching methods to help students understand angles, focusing on practical and visual approaches.", "to": "\u89d2\u7684\u8ba4\u8bc6", "width": 9.0}, {"created_at": 1752674566, "description": "\u6731\u9896is the author of the instructional activity \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027, which focuses on teaching students the concept of centimeters through hands-on measurement tasks.", "file_path": "unknown_source", "from": "\u6731\u9896", "keywords": "authorship,instructional design", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u6731\u9896is the author of the instructional activity \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027, which focuses on teaching students the concept of centimeters through hands-on measurement tasks.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "width": 10.0}, {"created_at": 1752674566, "description": "Compass-and-straightedge construction is used as a method to teach students about angles and geometric concepts.", "file_path": "unknown_source", "from": "\u89d2\u7684\u8ba4\u8bc6", "keywords": "geometry,teaching method", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "Compass-and-straightedge construction is used as a method to teach students about angles and geometric concepts.", "to": "\u5c3a\u89c4\u4f5c\u56fe", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u989821 addresses the teaching challenge of helping students understand angles as part of basic geometric concepts.", "file_path": "unknown_source", "from": "\u89d2\u7684\u8ba4\u8bc6", "keywords": "geometry,pedagogical challenge", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u95ee\u989821 addresses the teaching challenge of helping students understand angles as part of basic geometric concepts.", "to": "\u95ee\u989821", "width": 7.0}, {"created_at": 1752674566, "description": "\u8bdd\u989826 discusses teaching methods specifically for helping students understand angles in geometry.", "file_path": "unknown_source", "from": "\u89d2\u7684\u8ba4\u8bc6", "keywords": "geometry,pedagogical discussion", "source_id": "chunk-76d274903e04367b66aca88ea0b789b4", "title": "\u8bdd\u989826 discusses teaching methods specifically for helping students understand angles in geometry.", "to": "\u8bdd\u989826", "width": 7.0}, {"created_at": 1752674566, "description": "The lesson plan \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 is specifically designed to teach students the concept and practical use of\u5398\u7c73as a unit of length.", "file_path": "unknown_source", "from": "\u5398\u7c73", "keywords": "instructional design,unit understanding", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "The lesson plan \u0027\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6\u0027 is specifically designed to teach students the concept and practical use of\u5398\u7c73as a unit of length.", "to": "\u6559\u5b66\u7247\u65ad\u8bbe\u8ba1\uff1a\u5398\u7c73\u7684\u8ba4\u8bc6", "width": 20.0}, {"created_at": 1752674566, "description": "The historical standardization of measurements under\u79e6\u59cb\u7687provides context for the modern use of\u5398\u7c73as a standardized unit of\u957f\u5ea6.", "file_path": "unknown_source", "from": "\u5398\u7c73", "keywords": "historical context,standardization", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "The historical standardization of measurements under\u79e6\u59cb\u7687provides context for the modern use of\u5398\u7c73as a standardized unit of\u957f\u5ea6.", "to": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861", "width": 7.0}, {"created_at": 1752674566, "description": "The centimeter is the foundational unit for the ruler, enabling practical measurement.\u003cSEP\u003e\u5398\u7c73is a unit marked on the\u7c73\u5c3a, which is the standardized tool used to measure length in centimeters and meters.", "file_path": "unknown_source", "from": "\u5398\u7c73", "keywords": "measurement standardization,tool-unit relationship,tools", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b\u003cSEP\u003echunk-2abc65aa9bf3cc848d8609779c8072da", "title": "The centimeter is the foundational unit for the ruler, enabling practical measurement.\u003cSEP\u003e\u5398\u7c73is a unit marked on the\u7c73\u5c3a, which is the standardized tool used to measure length in centimeters and meters.", "to": "\u7c73\u5c3a", "width": 18.0}, {"created_at": 1752674566, "description": "The historical unification of measurements underscores the practical need for standardized units like centimeters.", "file_path": "unknown_source", "from": "\u5398\u7c73", "keywords": "historical context,standardization", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "The historical unification of measurements underscores the practical need for standardized units like centimeters.", "to": "\u79e6\u59cb\u7687\u7edf\u4e00\u5ea6\u91cf\u8861", "width": 8.0}, {"created_at": 1752674566, "description": "The centimeter is the basic unit implemented in measurement tools like rulers.", "file_path": "unknown_source", "from": "\u5398\u7c73", "keywords": "measurement standardization,practical tools", "source_id": "chunk-2abc65aa9bf3cc848d8609779c8072da", "title": "The centimeter is the basic unit implemented in measurement tools like rulers.", "to": "\u5ea6\u91cf\u5de5\u5177", "width": 9.0}, {"created_at": 1752674566, "description": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861illustrates the historical significance of\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4dand provides context for the modern need for standardized measurement systems.", "file_path": "unknown_source", "from": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861", "keywords": "historical relevance,measurement standardization", "source_id": "chunk-9010a16ee414b4840a9bed251664d62b", "title": "\u79e6\u59cb\u7687\u7edf\u4e00\u7684\u5ea6\u91cf\u8861illustrates the historical significance of\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4dand provides context for the modern need for standardized measurement systems.", "to": "\u7edf\u4e00\u5ea6\u91cf\u5355\u4f4d", "width": 8.0}, {"created_at": 1752674566, "description": "\u9006\u53d8\u5316\u4f9d\u8d56\u4e8e\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55\uff0c\u901a\u8fc7\u8fd8\u539f\u56fe\u5f62\u52a0\u6df1\u5bf9\u8fd0\u52a8\u8fc7\u7a0b\u7684\u7406\u89e3\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "keywords": "\u7406\u89e3\u6df1\u5316,\u903b\u8f91\u601d\u7ef4", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u9006\u53d8\u5316\u4f9d\u8d56\u4e8e\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55\uff0c\u901a\u8fc7\u8fd8\u539f\u56fe\u5f62\u52a0\u6df1\u5bf9\u8fd0\u52a8\u8fc7\u7a0b\u7684\u7406\u89e3\u3002", "to": "\u56fe\u5f62\u8fd0\u52a8\u7684\u9006\u53d8\u5316", "width": 9.0}, {"created_at": 1752674566, "description": "\u5c0f\u7ec4\u5408\u4f5c\u662f\u5b66\u751f\u901a\u8fc7\u96c6\u4f53\u8ba8\u8bba\u548c\u5206\u5de5\u5b8c\u6210\u56fe\u5f62\u8fd0\u52a8\u8bb0\u5f55\u4e0e\u8fd8\u539f\u7684\u4e3b\u8981\u65b9\u5f0f\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "keywords": "\u534f\u4f5c\u5b66\u4e60,\u5b9e\u8df5\u80fd\u529b", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5c0f\u7ec4\u5408\u4f5c\u662f\u5b66\u751f\u901a\u8fc7\u96c6\u4f53\u8ba8\u8bba\u548c\u5206\u5de5\u5b8c\u6210\u56fe\u5f62\u8fd0\u52a8\u8bb0\u5f55\u4e0e\u8fd8\u539f\u7684\u4e3b\u8981\u65b9\u5f0f\u3002", "to": "\u5c0f\u7ec4\u5408\u4f5c", "width": 7.0}, {"created_at": 1752674566, "description": "\u6559\u5b66\u4e2d\u5c06\u56fe\u5f62\u8fd0\u52a8\u8bb0\u5f55\u4e0e\u4e92\u8054\u7f51\u56fe\u50cf\u4f20\u8f93\u7c7b\u6bd4\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u636e\u52a0\u5bc6\u4e0e\u8fd8\u539f\u7684\u57fa\u672c\u539f\u7406\u3002", "file_path": "unknown_source", "from": "\u56fe\u5f62\u8fd0\u52a8\u7684\u8bb0\u5f55", "keywords": "\u73b0\u5b9e\u5e94\u7528,\u7c7b\u6bd4\u6559\u5b66", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u6559\u5b66\u4e2d\u5c06\u56fe\u5f62\u8fd0\u52a8\u8bb0\u5f55\u4e0e\u4e92\u8054\u7f51\u56fe\u50cf\u4f20\u8f93\u7c7b\u6bd4\uff0c\u5e2e\u52a9\u5b66\u751f\u7406\u89e3\u6570\u636e\u52a0\u5bc6\u4e0e\u8fd8\u539f\u7684\u57fa\u672c\u539f\u7406\u3002", "to": "\u4e92\u8054\u7f51\u56fe\u50cf\u4f20\u8f93", "width": 8.0}, {"created_at": 1752674566, "description": "\u5750\u68079\u7684\u56fe\u5f62\u662f\u901a\u8fc7\u4ece\u5750\u680711\u5411\u5de6\u5e73\u79fb2\u4e2a\u5355\u4f4d\u5f97\u5230\u7684\u3002", "file_path": "unknown_source", "from": "\u5750\u68079", "keywords": "\u56fe\u5f62\u53d8\u6362,\u5e73\u79fb\u8fd0\u52a8", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5750\u68079\u7684\u56fe\u5f62\u662f\u901a\u8fc7\u4ece\u5750\u680711\u5411\u5de6\u5e73\u79fb2\u4e2a\u5355\u4f4d\u5f97\u5230\u7684\u3002", "to": "\u5750\u680711", "width": 10.0}, {"created_at": 1752674566, "description": "\u5750\u680716\u7684\u56fe\u5f62\u662f\u901a\u8fc7\u4ece\u5750\u680710\u5411\u53f3\u5e73\u79fb3\u4e2a\u5355\u4f4d\u3001\u5411\u4e0b\u5e73\u79fb1\u4e2a\u5355\u4f4d\u5e76\u987a\u65f6\u9488\u65cb\u8f6c270\u5ea6\u5f97\u5230\u7684\u3002", "file_path": "unknown_source", "from": "\u5750\u680716", "keywords": "\u56fe\u5f62\u53d8\u6362,\u7ec4\u5408\u8fd0\u52a8", "source_id": "chunk-d49b7902492c618044ad70c5d4b3ba7f", "title": "\u5750\u680716\u7684\u56fe\u5f62\u662f\u901a\u8fc7\u4ece\u5750\u680710\u5411\u53f3\u5e73\u79fb3\u4e2a\u5355\u4f4d\u3001\u5411\u4e0b\u5e73\u79fb1\u4e2a\u5355\u4f4d\u5e76\u987a\u65f6\u9488\u65cb\u8f6c270\u5ea6\u5f97\u5230\u7684\u3002", "to": "\u5750\u680710", "width": 10.0}, {"created_at": 1752674566, "description": "The USA participated in and won the most medals at the 30th London Olympics.", "file_path": "unknown_source", "from": "\u4f26\u6566\u5965\u8fd0\u4f1a", "keywords": "national achievement,sports competition", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The USA participated in and won the most medals at the 30th London Olympics.", "to": "\u7f8e\u56fd", "width": 8.0}, {"created_at": 1752674566, "description": "The London Olympics data is used to make predictions about the upcoming Rio Olympics.", "file_path": "unknown_source", "from": "\u7b2c30\u5c4a\u4f26\u6566\u5965\u8fd0\u4f1a", "keywords": "prediction basis,temporal sequence", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The London Olympics data is used to make predictions about the upcoming Rio Olympics.", "to": "\u91cc\u7ea6\u70ed\u5185\u5362\u5965\u8fd0\u4f1a", "width": 7.0}, {"created_at": 1752674566, "description": "The x-axis and y-axis work together to create the coordinate system for statistical graphs.", "file_path": "unknown_source", "from": "\u6a2a\u8f74", "keywords": "coordinate system,graph components", "source_id": "chunk-2a4876e1595a657157d330fa9e38f2f6", "title": "The x-axis and y-axis work together to create the coordinate system for statistical graphs.", "to": "\u7eb5\u8f74", "width": 8.0}, {"created_at": 1752674566, "description": "Shooting percentage is used as a practical example to teach the statistical concept of averages.", "file_path": "unknown_source", "from": "\u5e73\u5747\u6570\u7684\u8ba4\u8bc6", "keywords": "applied statistics,education", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "Shooting percentage is used as a practical example to teach the statistical concept of averages.", "to": "\u6295\u7bee\u547d\u4e2d\u7387", "width": 8.0}, {"created_at": 1752674566, "description": "The professional shooter\u0027s performance is analyzed to demonstrate advanced statistical methods in estimating averages and scoring.", "file_path": "unknown_source", "from": "\u6295\u7bee\u547d\u4e2d\u7387", "keywords": "performance metrics,sports analytics", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "The professional shooter\u0027s performance is analyzed to demonstrate advanced statistical methods in estimating averages and scoring.", "to": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "width": 9.0}, {"created_at": 1752674566, "description": "The player\u0027s scoring analysis requires weighted averages for 2/3-point baskets.", "file_path": "unknown_source", "from": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "keywords": "performance metrics,sports analytics", "source_id": "chunk-1d698eb4c5d9af871fb0b911bee4b4cc", "title": "The player\u0027s scoring analysis requires weighted averages for 2/3-point baskets.", "to": "\u52a0\u6743\u5e73\u5747", "width": 9.0}, {"created_at": 1752674566, "description": "\u901a\u8fc7\u4e3b\u529b\u6295\u624b\u7684\u6295\u7bee\u8868\u73b0\uff0c\u5c55\u793a\u6837\u672c\u5747\u503c\u5982\u4f55\u7528\u4e8e\u4f30\u8ba1\u603b\u4f53\u8868\u73b0\u3002", "file_path": "unknown_source", "from": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "keywords": "data analysis,statistical inference", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u901a\u8fc7\u4e3b\u529b\u6295\u624b\u7684\u6295\u7bee\u8868\u73b0\uff0c\u5c55\u793a\u6837\u672c\u5747\u503c\u5982\u4f55\u7528\u4e8e\u4f30\u8ba1\u603b\u4f53\u8868\u73b0\u3002", "to": "\u6837\u672c\u5747\u503c", "width": 10.0}, {"created_at": 1752674566, "description": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u7528\u4e8e\u5bf9\u6bd4\u5206\u6790\u7684\u5b9e\u4f8b\u3002", "file_path": "unknown_source", "from": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b", "keywords": "example,statistical comparison", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u804c\u4e1a\u7bee\u7403\u961f\u4e3b\u529b\u6295\u624b\u662f\u6559\u5b66\u6848\u4f8b\u4e2d\u7528\u4e8e\u5bf9\u6bd4\u5206\u6790\u7684\u5b9e\u4f8b\u3002", "to": "\u6559\u5b66\u6848\u4f8b", "width": 7.0}, {"created_at": 1752674566, "description": "\u4e07\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u4f4d\u7cfb\u7edf\u4e2d\u7684\u91cd\u8981\u5355\u4f4d\uff0c\u53cd\u6620\u4e86\u6570\u4f4d\u6982\u5ff5\u7684\u5e7f\u6cdb\u5e94\u7528\u3002", "file_path": "unknown_source", "from": "\u6570\u4f4d\u6982\u5ff5", "keywords": "historical context,numerical system", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u4e07\u662f\u4e2d\u56fd\u53e4\u4ee3\u6570\u4f4d\u7cfb\u7edf\u4e2d\u7684\u91cd\u8981\u5355\u4f4d\uff0c\u53cd\u6620\u4e86\u6570\u4f4d\u6982\u5ff5\u7684\u5e7f\u6cdb\u5e94\u7528\u3002", "to": "\u4e07", "width": 7.0}, {"created_at": 1752674566, "description": "\u5a46\u7f57\u6469\u7b08\u591a\u64b0\u5199\u4e86\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b\uff0c\u5176\u4e2d\u4e13\u95e8\u8bba\u8ff0\u4e86\u6570\u5b66\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u5a46\u7f57\u6469\u7b08\u591a", "keywords": "historical mathematics,text", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u5a46\u7f57\u6469\u7b08\u591a\u64b0\u5199\u4e86\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b\uff0c\u5176\u4e2d\u4e13\u95e8\u8bba\u8ff0\u4e86\u6570\u5b66\u95ee\u9898\u3002", "to": "\u300a\u5a46\u7f57\u95e8\u5386\u7b97\u4e66\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u5f3a\u8c03\u5728\u638c\u63e1\u57fa\u7840\u77e5\u8bc6\u7684\u540c\u65f6\u53d1\u5c55\u6570\u5b66\u601d\u60f3\u548c\u6d3b\u52a8\u7ecf\u9a8c\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769", "keywords": "curriculum reform,mathematical foundation", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u5f3a\u8c03\u5728\u638c\u63e1\u57fa\u7840\u77e5\u8bc6\u7684\u540c\u65f6\u53d1\u5c55\u6570\u5b66\u601d\u60f3\u548c\u6d3b\u52a8\u7ecf\u9a8c\u3002", "to": "\u57fa\u7840\u77e5\u8bc6", "width": 7.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u8981\u6c42\u5b66\u751f\u638c\u63e1\u57fa\u672c\u6280\u80fd\u5e76\u53d1\u5c55\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769", "keywords": "curriculum reform,skill development", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u8981\u6c42\u5b66\u751f\u638c\u63e1\u57fa\u672c\u6280\u80fd\u5e76\u53d1\u5c55\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c\u3002", "to": "\u57fa\u672c\u6280\u80fd", "width": 7.0}, {"created_at": 1752674566, "description": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u5f3a\u8c03\u5b66\u751f\u901a\u8fc7\u5b9e\u8df5\u79ef\u7d2f\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c\u3002", "file_path": "unknown_source", "from": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769", "keywords": "curriculum reform,experiential learning", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u73b0\u4ee3\u8bfe\u7a0b\u6539\u9769\u5f3a\u8c03\u5b66\u751f\u901a\u8fc7\u5b9e\u8df5\u79ef\u7d2f\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c\u3002", "to": "\u6570\u5b66\u6d3b\u52a8\u7ecf\u9a8c", "width": 8.0}, {"created_at": 1752674566, "description": "\u8ba1\u7b97\u89c4\u5219\u662f\u5b66\u751f\u5fc5\u987b\u638c\u63e1\u7684\u6570\u5b66\u57fa\u7840\u77e5\u8bc6\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u57fa\u7840\u77e5\u8bc6", "keywords": "computational skills,mathematical foundation", "source_id": "chunk-112d4fcad80ef84a1327a06d05614630", "title": "\u8ba1\u7b97\u89c4\u5219\u662f\u5b66\u751f\u5fc5\u987b\u638c\u63e1\u7684\u6570\u5b66\u57fa\u7840\u77e5\u8bc6\u4e4b\u4e00\u3002", "to": "\u8ba1\u7b97\u89c4\u5219", "width": 7.0}, {"created_at": 1752674566, "description": "\u8463\u5947\u4e0e\u5f20\u7ea2\u5ddd\u5171\u540c\u7814\u7a76\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u8111\u8ba4\u77e5\u79d1\u5b66\u6210\u679c\uff0c\u5e76\u63a2\u8ba8\u5176\u5bf9\u6570\u5b66\u6559\u80b2\u7684\u542f\u793a\u3002", "file_path": "unknown_source", "from": "\u8463\u5947", "keywords": "\u5b66\u672f\u5408\u4f5c,\u6559\u80b2\u7814\u7a76", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8463\u5947\u4e0e\u5f20\u7ea2\u5ddd\u5171\u540c\u7814\u7a76\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u8111\u8ba4\u77e5\u79d1\u5b66\u6210\u679c\uff0c\u5e76\u63a2\u8ba8\u5176\u5bf9\u6570\u5b66\u6559\u80b2\u7684\u542f\u793a\u3002", "to": "\u5f20\u7ea2\u5ddd", "width": 9.0}, {"created_at": 1752674566, "description": "Dehaene\u7814\u7a76\u6570\u5b57\u6bd4\u8f83\u4e2d\u7684\u5927\u8111\u6fc0\u6d3b\u6a21\u5f0f\uff0c\u4e3a\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u795e\u7ecf\u673a\u5236\u63d0\u4f9b\u79d1\u5b66\u4f9d\u636e\u3002", "file_path": "unknown_source", "from": "Dehaene, S.", "keywords": "\u6570\u5b66\u80fd\u529b,\u8ba4\u77e5\u79d1\u5b66", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "Dehaene\u7814\u7a76\u6570\u5b57\u6bd4\u8f83\u4e2d\u7684\u5927\u8111\u6fc0\u6d3b\u6a21\u5f0f\uff0c\u4e3a\u4f30\u7b97\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u795e\u7ecf\u673a\u5236\u63d0\u4f9b\u79d1\u5b66\u4f9d\u636e\u3002", "to": "\u4f30\u7b97\u4e0e\u7cbe\u7b97", "width": 9.0}, {"created_at": 1752674566, "description": "\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u5408\u4f5c\u7ffb\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\uff0c\u5c06\u897f\u65b9\u4ee3\u6570\u77e5\u8bc6\u5f15\u5165\u4e2d\u56fd\u3002", "file_path": "unknown_source", "from": "\u674e\u5584\u5170", "keywords": "\u5b66\u672f\u5408\u4f5c,\u77e5\u8bc6\u4f20\u64ad", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u5408\u4f5c\u7ffb\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\uff0c\u5c06\u897f\u65b9\u4ee3\u6570\u77e5\u8bc6\u5f15\u5165\u4e2d\u56fd\u3002", "to": "\u4f1f\u70c8\u4e9a\u529b", "width": 9.0}, {"created_at": 1752674566, "description": "\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u7ffb\u8bd1\u4e86De Morgan\u7684\u300aElements of Algebra\u300b\uff0c\u5c06\u5176\u8bd1\u4e3a\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002", "file_path": "unknown_source", "from": "\u674e\u5584\u5170", "keywords": "\u5b66\u672f\u4f20\u627f,\u7ffb\u8bd1\u5de5\u4f5c", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u674e\u5584\u5170\u4e0e\u4f1f\u70c8\u4e9a\u529b\u7ffb\u8bd1\u4e86De Morgan\u7684\u300aElements of Algebra\u300b\uff0c\u5c06\u5176\u8bd1\u4e3a\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\u3002", "to": "De Morgan", "width": 8.0}, {"created_at": 1752674566, "description": "\u674e\u5584\u5170\u53c2\u4e0e\u7ffb\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\uff0c\u5c06\u897f\u65b9\u4ee3\u6570\u77e5\u8bc6\u7cfb\u7edf\u5f15\u5165\u4e2d\u56fd\u3002", "file_path": "unknown_source", "from": "\u674e\u5584\u5170", "keywords": "\u5b66\u672f\u7ffb\u8bd1,\u77e5\u8bc6\u4f20\u64ad", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u674e\u5584\u5170\u53c2\u4e0e\u7ffb\u8bd1\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b\uff0c\u5c06\u897f\u65b9\u4ee3\u6570\u77e5\u8bc6\u7cfb\u7edf\u5f15\u5165\u4e2d\u56fd\u3002", "to": "\u300a\u4ee3\u6570\u79ef\u62fe\u7ea7\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u82b1\u62c9\u5b50\u7c73\u7684\u8457\u4f5c\u4e2d\u4f7f\u7528\u201cal-jebr\u201d\uff0c\u662f\u201calgebra\u201d\u8bcd\u6e90\uff0cDe Morgan\u5728\u5176\u8457\u4f5c\u4e2d\u5ef6\u7eed\u4f7f\u7528\u8be5\u672f\u8bed\u3002", "file_path": "unknown_source", "from": "De Morgan", "keywords": "\u6570\u5b66\u53f2,\u672f\u8bed\u6f14\u53d8", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u82b1\u62c9\u5b50\u7c73\u7684\u8457\u4f5c\u4e2d\u4f7f\u7528\u201cal-jebr\u201d\uff0c\u662f\u201calgebra\u201d\u8bcd\u6e90\uff0cDe Morgan\u5728\u5176\u8457\u4f5c\u4e2d\u5ef6\u7eed\u4f7f\u7528\u8be5\u672f\u8bed\u3002", "to": "\u82b1\u62c9\u5b50\u7c73", "width": 7.0}, {"created_at": 1752674566, "description": "\u300aElements of Algebra\u300b\u662fDe Morgan\u7684\u4ee3\u6570\u8457\u4f5c\uff0c\u540e\u88ab\u7ffb\u8bd1\u4e3a\u4e2d\u6587\u3002", "file_path": "unknown_source", "from": "De Morgan", "keywords": "\u4ee3\u6570\u53d1\u5c55,\u5b66\u672f\u8457\u4f5c", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u300aElements of Algebra\u300b\u662fDe Morgan\u7684\u4ee3\u6570\u8457\u4f5c\uff0c\u540e\u88ab\u7ffb\u8bd1\u4e3a\u4e2d\u6587\u3002", "to": "\u300aElements of Algebra\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\u4e2d\u63d0\u51fa\u7684\u4f59\u6570\u95ee\u9898\u88ab\u540e\u4e16\u79f0\u4e3a\u2018\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406\u2019\uff0c\u5bf9\u6570\u8bba\u53d1\u5c55\u6709\u6df1\u8fdc\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b", "keywords": "\u5b9a\u7406\u547d\u540d,\u6570\u5b66\u9057\u4ea7", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u300a\u5b59\u5b50\u7b97\u7ecf\u300b\u4e2d\u63d0\u51fa\u7684\u4f59\u6570\u95ee\u9898\u88ab\u540e\u4e16\u79f0\u4e3a\u2018\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406\u2019\uff0c\u5bf9\u6570\u8bba\u53d1\u5c55\u6709\u6df1\u8fdc\u5f71\u54cd\u3002", "to": "\u4e2d\u56fd\u5269\u4f59\u5b9a\u7406", "width": 10.0}, {"created_at": 1752674566, "description": "\u8be5\u59d4\u5458\u4f1a\u7f16\u5199\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b\uff0c\u63d0\u51fa\u6570\u5b66\u6559\u80b2\u6539\u9769\u65b9\u5411\u3002", "file_path": "unknown_source", "from": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "keywords": "\u653f\u7b56\u5236\u5b9a,\u6559\u80b2\u6539\u9769", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8be5\u59d4\u5458\u4f1a\u7f16\u5199\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b\uff0c\u63d0\u51fa\u6570\u5b66\u6559\u80b2\u6539\u9769\u65b9\u5411\u3002", "to": "\u7f8e\u56fd\u56fd\u5bb6\u7814\u7a76\u59d4\u5458\u4f1a", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8\u51fa\u7248\u8be5\u4e66\u7684\u4e2d\u6587\u7248\uff0c\u63a8\u52a8\u4e2d\u56fd\u6570\u5b66\u6559\u80b2\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u300a\u632f\u5174\u7f8e\u56fd\u6570\u5b66\uff1a90\u5e74\u4ee3\u7684\u8ba1\u5212\u300b", "keywords": "\u56fd\u9645\u4ea4\u6d41,\u5b66\u672f\u51fa\u7248", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8\u51fa\u7248\u8be5\u4e66\u7684\u4e2d\u6587\u7248\uff0c\u63a8\u52a8\u4e2d\u56fd\u6570\u5b66\u6559\u80b2\u7814\u7a76\u3002", "to": "\u4e16\u754c\u56fe\u4e66\u51fa\u7248\u516c\u53f8", "width": 7.0}, {"created_at": 1752674566, "description": "\u8be5\u7eb2\u8981\u63d0\u51fa\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7406\u5ff5\uff0c\u4f46\u73b0\u4ee3\u6559\u80b2\u8d8b\u52bf\u66f4\u5f3a\u8c03\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u7684\u63d0\u6cd5\u3002", "file_path": "unknown_source", "from": "\u300a\u56fd\u5bb6\u4e2d\u957f\u671f\u6559\u80b2\u6539\u9769\u4e0e\u53d1\u5c55\u89c4\u5212\u7eb2\u8981(2012-2020)\u300b", "keywords": "\u653f\u7b56\u5bfc\u5411,\u6559\u80b2\u7406\u5ff5", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8be5\u7eb2\u8981\u63d0\u51fa\u2018\u80b2\u4eba\u4e3a\u672c\u2019\u7406\u5ff5\uff0c\u4f46\u73b0\u4ee3\u6559\u80b2\u8d8b\u52bf\u66f4\u5f3a\u8c03\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u7684\u63d0\u6cd5\u3002", "to": "\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f30\u7b97\u4e0e\u7cbe\u7b97\u4ee3\u8868\u5927\u8111\u5904\u7406\u6570\u91cf\u7684\u4e24\u79cd\u4e0d\u540c\u65b9\u5f0f\uff0c\u662f\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u4e2d\u7684\u5bf9\u6bd4\u7814\u7a76\u5bf9\u8c61\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97\u80fd\u529b", "keywords": "\u6570\u5b66\u80fd\u529b,\u8ba4\u77e5\u673a\u5236", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u4f30\u7b97\u4e0e\u7cbe\u7b97\u4ee3\u8868\u5927\u8111\u5904\u7406\u6570\u91cf\u7684\u4e24\u79cd\u4e0d\u540c\u65b9\u5f0f\uff0c\u662f\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u4e2d\u7684\u5bf9\u6bd4\u7814\u7a76\u5bf9\u8c61\u3002", "to": "\u7cbe\u7b97\u80fd\u529b", "width": 9.0}, {"created_at": 1752674566, "description": "\u8111\u4e0e\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u4f30\u7b97\u80fd\u529b\u7684\u795e\u7ecf\u673a\u5236\uff0c\u63ed\u793a\u5176\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u533a\u522b\u3002", "file_path": "unknown_source", "from": "\u4f30\u7b97\u80fd\u529b", "keywords": "\u6570\u5b66\u80fd\u529b,\u8ba4\u77e5\u7814\u7a76", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u8111\u4e0e\u8ba4\u77e5\u79d1\u5b66\u7814\u7a76\u4f30\u7b97\u80fd\u529b\u7684\u795e\u7ecf\u673a\u5236\uff0c\u63ed\u793a\u5176\u4e0e\u7cbe\u7b97\u80fd\u529b\u7684\u533a\u522b\u3002", "to": "\u8111\u4e0e\u8ba4\u77e5\u79d1\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u662f\u73b0\u4ee3\u6559\u80b2\u7406\u5ff5\u7684\u6838\u5fc3\uff0c\u5f3a\u8c03\u5b66\u751f\u7684\u4e3b\u4f53\u5730\u4f4d\u548c\u81ea\u4e3b\u5b66\u4e60\u80fd\u529b\u3002", "file_path": "unknown_source", "from": "\u6559\u80b2\u7406\u5ff5", "keywords": "\u6559\u80b2\u54f2\u5b66,\u73b0\u4ee3\u8d8b\u52bf", "source_id": "chunk-4ad0fa3c80600287487ea0909ce52c30", "title": "\u2018\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c\u2019\u662f\u73b0\u4ee3\u6559\u80b2\u7406\u5ff5\u7684\u6838\u5fc3\uff0c\u5f3a\u8c03\u5b66\u751f\u7684\u4e3b\u4f53\u5730\u4f4d\u548c\u81ea\u4e3b\u5b66\u4e60\u80fd\u529b\u3002", "to": "\u4ee5\u5b66\u751f\u53d1\u5c55\u4e3a\u672c", "width": 8.0}, {"created_at": 1752674566, "description": "\u9676\u54f2\u8f69\u662f\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u53cd\u6620\u4e86\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u524d\u6cbf\u6210\u679c\u3002", "file_path": "unknown_source", "from": "\u9676\u54f2\u8f69", "keywords": "\u5b66\u672f\u8457\u4f5c,\u73b0\u4ee3\u6570\u5b66", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u9676\u54f2\u8f69\u662f\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b\u7684\u4f5c\u8005,\u8be5\u4e66\u53cd\u6620\u4e86\u73b0\u4ee3\u6570\u5b66\u7814\u7a76\u7684\u524d\u6cbf\u6210\u679c\u3002", "to": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u5229\u9a6c\u7aa6\u4e0e\u5f90\u5149\u542f\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377,\u63a8\u52a8\u4e86\u897f\u65b9\u51e0\u4f55\u5b66\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u3002", "file_path": "unknown_source", "from": "\u5229\u9a6c\u7aa6", "keywords": "\u4e2d\u897f\u4ea4\u6d41,\u5b66\u672f\u5408\u4f5c", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5229\u9a6c\u7aa6\u4e0e\u5f90\u5149\u542f\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377,\u63a8\u52a8\u4e86\u897f\u65b9\u51e0\u4f55\u5b66\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u3002", "to": "\u5f90\u5149\u542f", "width": 9.0}, {"created_at": 1752674566, "description": "\u5229\u9a6c\u7aa6\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u6587\u7ffb\u8bd1\u7684\u4e3b\u8981\u8bd1\u8005\u4e4b\u4e00,\u5bf9\u897f\u65b9\u6570\u5b66\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u8d77\u5230\u5173\u952e\u4f5c\u7528\u3002", "file_path": "unknown_source", "from": "\u5229\u9a6c\u7aa6", "keywords": "\u6570\u5b66\u4f20\u64ad,\u7ffb\u8bd1\u8d21\u732e", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5229\u9a6c\u7aa6\u662f\u300a\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u6587\u7ffb\u8bd1\u7684\u4e3b\u8981\u8bd1\u8005\u4e4b\u4e00,\u5bf9\u897f\u65b9\u6570\u5b66\u5728\u4e2d\u56fd\u7684\u4f20\u64ad\u8d77\u5230\u5173\u952e\u4f5c\u7528\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1", "width": 9.0}, {"created_at": 1752674566, "description": "\u5f90\u5149\u542f\u4e0e\u5229\u9a6c\u7aa6\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377,\u5e76\u547d\u540d\u0027\u51e0\u4f55\u0027,\u5bf9\u4e2d\u56fd\u6570\u5b66\u53d1\u5c55\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002", "file_path": "unknown_source", "from": "\u5f90\u5149\u542f", "keywords": "\u672f\u8bed\u521b\u65b0,\u7ffb\u8bd1\u8d21\u732e", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5f90\u5149\u542f\u4e0e\u5229\u9a6c\u7aa6\u5408\u4f5c\u7ffb\u8bd1\u300a\u51e0\u4f55\u539f\u672c\u300b\u524d6\u5377,\u5e76\u547d\u540d\u0027\u51e0\u4f55\u0027,\u5bf9\u4e2d\u56fd\u6570\u5b66\u53d1\u5c55\u4ea7\u751f\u6df1\u8fdc\u5f71\u54cd\u3002", "to": "\u300a\u51e0\u4f55\u539f\u672c\u300b\u7ffb\u8bd1", "width": 10.0}, {"created_at": 1752674566, "description": "\u53e4\u5e0c\u814a\u662f\u51e0\u4f55\u5b66\u7684\u53d1\u6e90\u5730,\u6b27\u51e0\u91cc\u5f97\u7b49\u6570\u5b66\u5bb6\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002", "file_path": "unknown_source", "from": "\u53e4\u5e0c\u814a", "keywords": "\u5386\u53f2\u53d1\u5c55,\u5b66\u79d1\u8d77\u6e90", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u53e4\u5e0c\u814a\u662f\u51e0\u4f55\u5b66\u7684\u53d1\u6e90\u5730,\u6b27\u51e0\u91cc\u5f97\u7b49\u6570\u5b66\u5bb6\u5960\u5b9a\u4e86\u51e0\u4f55\u5b66\u7684\u57fa\u7840\u3002", "to": "\u51e0\u4f55", "width": 9.0}, {"created_at": 1752674566, "description": "\u738b\u6606\u626cis the translator of \u0027Analysis\u0027 by Terence Tao into Chinese, making modern mathematical research accessible to Chinese readers.", "file_path": "unknown_source", "from": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "keywords": "academic transfer,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u738b\u6606\u626cis the translator of \u0027Analysis\u0027 by Terence Tao into Chinese, making modern mathematical research accessible to Chinese readers.", "to": "\u738b\u6606\u626c", "width": 9.0}, {"created_at": 1752674566, "description": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793eis the publishing house responsible for issuing \u0027Analysis\u0027 by Terence Tao in Chinese translation in 2008.", "file_path": "unknown_source", "from": "\u300a\u9676\u54f2\u8f69\u5b9e\u5206\u6790\u300b", "keywords": "mathematical dissemination,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793eis the publishing house responsible for issuing \u0027Analysis\u0027 by Terence Tao in Chinese translation in 2008.", "to": "\u4eba\u6c11\u90ae\u7535\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f59\u7eaa\u5143is the translator of Aristotle\u0027s \u0027Posterior Analytics\u0027 into Chinese, contributing to philosophical and logical studies in China.", "file_path": "unknown_source", "from": "\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b", "keywords": "philosophical transfer,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4f59\u7eaa\u5143is the translator of Aristotle\u0027s \u0027Posterior Analytics\u0027 into Chinese, contributing to philosophical and logical studies in China.", "to": "\u4f59\u7eaa\u5143", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793eis the academic publishing house responsible for issuing the Chinese translation of Aristotle\u2019s \u0027Posterior Analytics\u0027 in 2003.", "file_path": "unknown_source", "from": "\u300a\u5de5\u5177\u8bba\u00b7\u540e\u5206\u6790\u7bc7\u300b", "keywords": "academic dissemination,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793eis the academic publishing house responsible for issuing the Chinese translation of Aristotle\u2019s \u0027Posterior Analytics\u0027 in 2003.", "to": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "\u674e\u6587\u6797is the author of \u0027Mathematical History Overview\u0027, published in 2003 by Higher Education Press.", "file_path": "unknown_source", "from": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "keywords": "academic contribution,authorship", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u674e\u6587\u6797is the author of \u0027Mathematical History Overview\u0027, published in 2003 by Higher Education Press.", "to": "\u674e\u6587\u6797", "width": 10.0}, {"created_at": 1752674566, "description": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793eis the publisher of \u0027Mathematical History Overview\u0027 by Li Wenlin in 2003.", "file_path": "unknown_source", "from": "\u300a\u6570\u5b66\u53f2\u6982\u8bba\u300b", "keywords": "academic dissemination,publishing", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793eis the publisher of \u0027Mathematical History Overview\u0027 by Li Wenlin in 2003.", "to": "\u9ad8\u7b49\u6559\u80b2\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e39\u9f50\u514bis the author of \u0027Number: The Language of Science\u0027, a foundational text exploring the concept of numbers in science.", "file_path": "unknown_source", "from": "\u300a\u6570\uff1a\u79d1\u5b66\u7684\u8bed\u8a00\u300b", "keywords": "authorship,mathematical literature", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e39\u9f50\u514bis the author of \u0027Number: The Language of Science\u0027, a foundational text exploring the concept of numbers in science.", "to": "\u4e39\u9f50\u514b", "width": 10.0}, {"created_at": 1752674566, "description": "\u82cf\u4ef2\u6e58is the translator of \u0027Number: The Language of Science\u0027 from English to Chinese, contributing to its dissemination in China.", "file_path": "unknown_source", "from": "\u300a\u6570\uff1a\u79d1\u5b66\u7684\u8bed\u8a00\u300b", "keywords": "cultural transfer,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u82cf\u4ef2\u6e58is the translator of \u0027Number: The Language of Science\u0027 from English to Chinese, contributing to its dissemination in China.", "to": "\u82cf\u4ef2\u6e58", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e0a\u6d77\u6559\u80b2\u51fa\u7248\u793eis the publishing house responsible for issuing the Chinese translation of \u0027Number: The Language of Science\u0027 in 2001.", "file_path": "unknown_source", "from": "\u300a\u6570\uff1a\u79d1\u5b66\u7684\u8bed\u8a00\u300b", "keywords": "knowledge dissemination,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e0a\u6d77\u6559\u80b2\u51fa\u7248\u793eis the publishing house responsible for issuing the Chinese translation of \u0027Number: The Language of Science\u0027 in 2001.", "to": "\u4e0a\u6d77\u6559\u80b2\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "\u82d7\u534e\u5efais the translator of \u0027Pi in the Sky\u0027 by Barrow, further contributing to the spread of mathematical ideas in China.", "file_path": "unknown_source", "from": "\u82d7\u534e\u5efa", "keywords": "intellectual exchange,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u82d7\u534e\u5efais the translator of \u0027Pi in the Sky\u0027 by Barrow, further contributing to the spread of mathematical ideas in China.", "to": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b(\u5df4\u7f57\u8457)", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8is the publishing organization responsible for issuing the second reference of \u0027Pi in the Sky\u0027 in 2000.", "file_path": "unknown_source", "from": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8", "keywords": "continuity,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u56fd\u5bf9\u5916\u7ffb\u8bd1\u51fa\u7248\u516c\u53f8is the publishing organization responsible for issuing the second reference of \u0027Pi in the Sky\u0027 in 2000.", "to": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b(\u5df4\u7f57\u8457)", "width": 8.0}, {"created_at": 1752674566, "description": "\u8377\u9a6cis the ancient Greek poet and author of \u0027The Odyssey\u0027, which has been translated into many languages including Chinese by Yang Xianyi.", "file_path": "unknown_source", "from": "\u300a\u5965\u5fb7\u4fee\u8bb0\u300b", "keywords": "authorship,classical literature", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u8377\u9a6cis the ancient Greek poet and author of \u0027The Odyssey\u0027, which has been translated into many languages including Chinese by Yang Xianyi.", "to": "\u8377\u9a6c", "width": 10.0}, {"created_at": 1752674566, "description": "\u6768\u5baa\u76cais the Chinese translator of \u0027The Odyssey\u0027, contributing to the literary and cultural exchange between East and West.", "file_path": "unknown_source", "from": "\u300a\u5965\u5fb7\u4fee\u8bb0\u300b", "keywords": "literary dissemination,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6768\u5baa\u76cais the Chinese translator of \u0027The Odyssey\u0027, contributing to the literary and cultural exchange between East and West.", "to": "\u6768\u5baa\u76ca", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793eis the publishing house responsible for releasing the Chinese translation of \u0027The Odyssey\u0027 in 1979.", "file_path": "unknown_source", "from": "\u300a\u5965\u5fb7\u4fee\u8bb0\u300b", "keywords": "literary access,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793eis the publishing house responsible for releasing the Chinese translation of \u0027The Odyssey\u0027 in 1979.", "to": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u7531\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "keywords": "publication,science communication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u7531\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u51fa\u7248\u3002", "to": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b", "width": 6.0}, {"created_at": 1752674566, "description": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8be5\u4e66\uff0c\u4ecb\u7ecd\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\u5386\u53f2.", "file_path": "unknown_source", "from": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e", "keywords": "mathematical history,scientific literature", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e0a\u6d77\u8bd1\u6587\u51fa\u7248\u793e\u51fa\u7248\u4e86\u8be5\u4e66\uff0c\u4ecb\u7ecd\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\u5386\u53f2.", "to": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u5317\u4eac\u5927\u5b66\u300a\u6570\u5b66\u624b\u7a3f\u300b\u7f16\u8bd1\u7ec4is the editorial and translation team at Peking University responsible for translating Marx\u0027s mathematical manuscripts into Chinese.", "file_path": "unknown_source", "from": "\u300a\u9a6c\u514b\u601d\u00b7\u6570\u5b66\u624b\u7a3f\u300b", "keywords": "academic editing,translation", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5317\u4eac\u5927\u5b66\u300a\u6570\u5b66\u624b\u7a3f\u300b\u7f16\u8bd1\u7ec4is the editorial and translation team at Peking University responsible for translating Marx\u0027s mathematical manuscripts into Chinese.", "to": "\u5317\u4eac\u5927\u5b66\u300a\u6570\u5b66\u624b\u7a3f\u300b\u7f16\u8bd1\u7ec4", "width": 9.0}, {"created_at": 1752674566, "description": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793eis the publishing organization responsible for issuing \u0027Marx\u0027s Mathematical Manuscripts\u0027 in 1975.", "file_path": "unknown_source", "from": "\u300a\u9a6c\u514b\u601d\u00b7\u6570\u5b66\u624b\u7a3f\u300b", "keywords": "ideological dissemination,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793eis the publishing organization responsible for issuing \u0027Marx\u0027s Mathematical Manuscripts\u0027 in 1975.", "to": "\u4eba\u6c11\u6559\u80b2\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "\u5df4\u7f57is the author of \u0027Pi in the Sky\u0027, reaffirming his contribution to the philosophy of mathematics.", "file_path": "unknown_source", "from": "\u300a\u5929\u7a7a\u4e2d\u7684\u5706\u5468\u7387\u300b(\u5df4\u7f57\u8457)", "keywords": "authorship,scientific philosophy", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u5df4\u7f57is the author of \u0027Pi in the Sky\u0027, reaffirming his contribution to the philosophy of mathematics.", "to": "\u5df4\u7f57", "width": 10.0}, {"created_at": 1752674566, "description": "\u738b\u529bis the editor-in-chief of \u0027Ancient Chinese Language (Volume 3)\u0027, discussing the linguistic and cultural differences between \u0027\u5c81\u0027 and \u0027\u5e74\u0027.", "file_path": "unknown_source", "from": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "keywords": "editorship,linguistic scholarship", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u738b\u529bis the editor-in-chief of \u0027Ancient Chinese Language (Volume 3)\u0027, discussing the linguistic and cultural differences between \u0027\u5c81\u0027 and \u0027\u5e74\u0027.", "to": "\u738b\u529b", "width": 10.0}, {"created_at": 1752674566, "description": "\u4e2d\u534e\u4e66\u5c40is the publishing house responsible for issuing \u0027Ancient Chinese Language (Volume 3)\u0027 in 1999.", "file_path": "unknown_source", "from": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b", "keywords": "linguistic dissemination,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u534e\u4e66\u5c40is the publishing house responsible for issuing \u0027Ancient Chinese Language (Volume 3)\u0027 in 1999.", "to": "\u4e2d\u534e\u4e66\u5c40", "width": 9.0}, {"created_at": 1752674566, "description": "\u738b\u529bis the editor-in-chief of \u0027Ancient Chinese Language (Volume 3)\u0027, a second edition published by Zhonghua Book Company in 1995.", "file_path": "unknown_source", "from": "\u738b\u529b", "keywords": "editorship,linguistic scholarship", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u738b\u529bis the editor-in-chief of \u0027Ancient Chinese Language (Volume 3)\u0027, a second edition published by Zhonghua Book Company in 1995.", "to": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b(\u4e2d\u534e\u4e66\u5c401995\u5e74\u7248)", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e2d\u534e\u4e66\u5c40is the publishing house responsible for issuing the 1995 edition of \u0027Ancient Chinese Language (Volume 3)\u0027. ", "file_path": "unknown_source", "from": "\u4e2d\u534e\u4e66\u5c40", "keywords": "linguistic dissemination,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u4e2d\u534e\u4e66\u5c40is the publishing house responsible for issuing the 1995 edition of \u0027Ancient Chinese Language (Volume 3)\u0027. ", "to": "\u300a\u53e4\u4ee3\u6c49\u8bed\u00b7\u7b2c\u4e09\u518c\u300b(\u4e2d\u534e\u4e66\u5c401995\u5e74\u7248)", "width": 8.0}, {"created_at": 1752674566, "description": "\u6881\u5b97\u5de8is the author of \u0027A General History of World Mathematics\u0027, contributing to the understanding of the development of mathematics across cultures.", "file_path": "unknown_source", "from": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u300b", "keywords": "authorship,historical overview", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u6881\u5b97\u5de8is the author of \u0027A General History of World Mathematics\u0027, contributing to the understanding of the development of mathematics across cultures.", "to": "\u6881\u5b97\u5de8", "width": 10.0}, {"created_at": 1752674566, "description": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793eis the publishing organization responsible for releasing \u0027A General History of World Mathematics\u0027 in 2004.", "file_path": "unknown_source", "from": "\u300a\u4e16\u754c\u6570\u5b66\u901a\u53f2\u300b", "keywords": "educational access,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793eis the publishing organization responsible for releasing \u0027A General History of World Mathematics\u0027 in 2004.", "to": "\u8fbd\u5b81\u6559\u80b2\u51fa\u7248\u793e", "width": 8.0}, {"created_at": 1752674566, "description": "R.Englund is the author of \u0027Mesopotamiem (OBO 160/1)\u0027, discussing Mesopotamian mathematics.", "file_path": "unknown_source", "from": "R.Englund", "keywords": "ancient mathematics,authorship", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "R.Englund is the author of \u0027Mesopotamiem (OBO 160/1)\u0027, discussing Mesopotamian mathematics.", "to": "Mesopotamiem(OBO 160/1)", "width": 9.0}, {"created_at": 1752674566, "description": "Universit\u00e4tsverlag Freiburg Schweiz is the Swiss academic publishing house responsible for issuing R. Englund\u0027s work on Mesopotamian mathematics in 1999.", "file_path": "unknown_source", "from": "Universit\u00e4tsverlag Freiburg Schweiz", "keywords": "academic research,publication", "source_id": "chunk-4de08126c7eb1529ef6198b623197116", "title": "Universit\u00e4tsverlag Freiburg Schweiz is the Swiss academic publishing house responsible for issuing R. Englund\u0027s work on Mesopotamian mathematics in 1999.", "to": "Mesopotamiem(OBO 160/1)", "width": 8.0}, {"created_at": 1752674566, "description": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u662f\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u300b\u7684\u51fa\u7248\u673a\u6784.", "file_path": "unknown_source", "from": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic publishing,philosophical literature", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e2d\u56fd\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u662f\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u00b7\u2166\u300b\u7684\u51fa\u7248\u673a\u6784.", "to": "\u300a\u4e9a\u91cc\u58eb\u591a\u5fb7\u5168\u96c6\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7531\u79d1\u5b66\u51fa\u7248\u793e\u51fa\u7248\u53d1\u884c\u3002\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793eis the publishing organization responsible for issuing the biographical collection \u0027World Famous Scientists: Mathematicians III\u0027 in 1992.", "file_path": "unknown_source", "from": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b", "keywords": "academic publishing,publication,scientific dissemination", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a\u003cSEP\u003echunk-4de08126c7eb1529ef6198b623197116", "title": "\u300a\u4e16\u754c\u8457\u540d\u79d1\u5b66\u5bb6\u4f20\u8bb0\u00b7\u6570\u5b66\u5bb6\u2162\u300b\u7531\u79d1\u5b66\u51fa\u7248\u793e\u51fa\u7248\u53d1\u884c\u3002\u003cSEP\u003e\u79d1\u5b66\u51fa\u7248\u793eis the publishing organization responsible for issuing the biographical collection \u0027World Famous Scientists: Mathematicians III\u0027 in 1992.", "to": "\u79d1\u5b66\u51fa\u7248\u793e", "width": 15.0}, {"created_at": 1752674566, "description": "\u79d1\u5b66\u51fa\u7248\u793epublished the book \u0027Statistics and Truth - How to Use Chance\u0027 in 2001.", "file_path": "unknown_source", "from": "\u79d1\u5b66\u51fa\u7248\u793e", "keywords": "academic literature,publishing", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u79d1\u5b66\u51fa\u7248\u793epublished the book \u0027Statistics and Truth - How to Use Chance\u0027 in 2001.", "to": "\u7edf\u8ba1\u4e0e\u771f\u7406-\u600e\u6837\u8fd0\u7528\u5076\u7136\u6027", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7531\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248\uff0c\u662f\u5176\u7ffb\u8bd1\u51fa\u7248\u6210\u679c\u4e4b\u4e00\u3002", "file_path": "unknown_source", "from": "\u5546\u52a1\u5370\u4e66\u9986", "keywords": "publication,translation", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b\u7531\u5546\u52a1\u5370\u4e66\u9986\u51fa\u7248\uff0c\u662f\u5176\u7ffb\u8bd1\u51fa\u7248\u6210\u679c\u4e4b\u4e00\u3002", "to": "\u300a\u7231\u56e0\u65af\u5766\u6587\u96c6\u00b7\u7b2c\u2160\u5377\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u7f57\u5bbe\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u5408\u8457\u8005\u4e4b\u4e00\uff0c\u4e0e\u67ef\u6717\u5171\u540c\u64b0\u5199\u8be5\u4e66\u3002", "file_path": "unknown_source", "from": "\u7f57\u5bbe", "keywords": "collaborative authorship,mathematical education", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7f57\u5bbe\u662f\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u5408\u8457\u8005\u4e4b\u4e00\uff0c\u4e0e\u67ef\u6717\u5171\u540c\u64b0\u5199\u8be5\u4e66\u3002", "to": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u4e86\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u4e2d\u6587\u8bd1\u672c\u3002", "file_path": "unknown_source", "from": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic translation,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u4e86\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b\u7684\u4e2d\u6587\u8bd1\u672c\u3002", "to": "\u300a\u4ec0\u4e48\u662f\u6570\u5b66\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u7531\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e", "keywords": "academic dissemination,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b\u7531\u4e0a\u6d77\u79d1\u6280\u51fa\u7248\u793e\u51fa\u7248\u3002", "to": "\u300a\u5e0c\u5c14\u4f2f\u7279\uff1a\u6570\u5b66\u4e16\u754c\u7684\u4e9a\u5386\u5c71\u5927\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u548c\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u90fd\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u6570\u5b66\u7ecf\u5178,\u5e38\u88ab\u4e00\u8d77\u5f15\u7528\u3002", "file_path": "unknown_source", "from": "\u5468\u9ac0\u7b97\u7ecf", "keywords": "classical texts,historical mathematics", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u5468\u9ac0\u7b97\u7ecf\u300b\u548c\u300a\u4e5d\u7ae0\u7b97\u672f\u300b\u90fd\u662f\u4e2d\u56fd\u53e4\u4ee3\u91cd\u8981\u6570\u5b66\u7ecf\u5178,\u5e38\u88ab\u4e00\u8d77\u5f15\u7528\u3002", "to": "\u4e5d\u7ae0\u7b97\u672f", "width": 8.0}, {"created_at": 1752674566, "description": "\u56db\u8272\u731c\u60f3\u7684\u8bc1\u660e\u662f\u7b2c\u4e00\u4e2a\u5927\u89c4\u6a21\u4f7f\u7528\u8ba1\u7b97\u673a\u8f85\u52a9\u5b8c\u6210\u7684\u6570\u5b66\u8bc1\u660e\u3002", "file_path": "unknown_source", "from": "\u56db\u8272\u731c\u60f3", "keywords": "computational mathematics,proof method", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u56db\u8272\u731c\u60f3\u7684\u8bc1\u660e\u662f\u7b2c\u4e00\u4e2a\u5927\u89c4\u6a21\u4f7f\u7528\u8ba1\u7b97\u673a\u8f85\u52a9\u5b8c\u6210\u7684\u6570\u5b66\u8bc1\u660e\u3002", "to": "\u8ba1\u7b97\u673a", "width": 8.0}, {"created_at": 1752674566, "description": "\u7ba1\u5937\u543e(\u7ba1\u4ef2)\u51fa\u751f\u4e8e\u5b89\u5fbd\u9896\u4e0a,\u662f\u8be5\u5730\u7684\u5386\u53f2\u540d\u4eba\u3002", "file_path": "unknown_source", "from": "\u7ba1\u5937\u543e", "keywords": "birthplace,historical figure", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7ba1\u5937\u543e(\u7ba1\u4ef2)\u51fa\u751f\u4e8e\u5b89\u5fbd\u9896\u4e0a,\u662f\u8be5\u5730\u7684\u5386\u53f2\u540d\u4eba\u3002", "to": "\u5b89\u5fbd\u9896\u4e0a", "width": 8.0}, {"created_at": 1752674566, "description": "\u514b\u83b1\u56e0\u6240\u8457\u300a\u6570\u5b66:\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7531\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u514b\u83b1\u56e0", "keywords": "academic translation,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u514b\u83b1\u56e0\u6240\u8457\u300a\u6570\u5b66:\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7531\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "to": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752674566, "description": "\u514b\u83b1\u56e0\u662f\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7684\u4f5c\u8005\uff0c\u5bf9\u6570\u5b66\u54f2\u5b66\u6709\u6df1\u5165\u7814\u7a76\u3002", "file_path": "unknown_source", "from": "\u514b\u83b1\u56e0", "keywords": "authorship,mathematical philosophy", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u514b\u83b1\u56e0\u662f\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7684\u4f5c\u8005\uff0c\u5bf9\u6570\u5b66\u54f2\u5b66\u6709\u6df1\u5165\u7814\u7a76\u3002", "to": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7531\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "file_path": "unknown_source", "from": "\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "keywords": "academic translation,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b\u7531\u6e56\u5357\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u3002", "to": "\u300a\u6570\u5b66\uff1a\u786e\u5b9a\u6027\u7684\u4e27\u5931\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u67ef\u5339\u548c\u79d1\u6069\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u5171\u540c\u4e3b\u7f16,\u5408\u4f5c\u5b8c\u6210\u4e86\u8be5\u4e66\u7684\u7f16\u5199\u3002", "file_path": "unknown_source", "from": "\u67ef\u5339", "keywords": "collaboration,logic", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u67ef\u5339\u548c\u79d1\u6069\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u5171\u540c\u4e3b\u7f16,\u5408\u4f5c\u5b8c\u6210\u4e86\u8be5\u4e66\u7684\u7f16\u5199\u3002", "to": "\u79d1\u6069", "width": 8.0}, {"created_at": 1752674566, "description": "\u67ef\u5339\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u4e3b\u7f16\u4e4b\u4e00\uff0c\u8d1f\u8d23\u8be5\u4e66\u7684\u5b66\u672f\u5185\u5bb9\u3002", "file_path": "unknown_source", "from": "\u67ef\u5339", "keywords": "authorship,logic", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u67ef\u5339\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u4e3b\u7f16\u4e4b\u4e00\uff0c\u8d1f\u8d23\u8be5\u4e66\u7684\u5b66\u672f\u5185\u5bb9\u3002", "to": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u79d1\u6069\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u5408\u7f16\u8005\u4e4b\u4e00\uff0c\u53c2\u4e0e\u8be5\u4e66\u7684\u7f16\u5199\u5de5\u4f5c\u3002", "file_path": "unknown_source", "from": "\u79d1\u6069", "keywords": "collaborative authorship,logic", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u79d1\u6069\u662f\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7684\u5408\u7f16\u8005\u4e4b\u4e00\uff0c\u53c2\u4e0e\u8be5\u4e66\u7684\u7f16\u5199\u5de5\u4f5c\u3002", "to": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7531\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u53d1\u884c\u3002", "file_path": "unknown_source", "from": "\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e", "keywords": "academic dissemination,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b\u7531\u4eba\u6c11\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u53d1\u884c\u3002", "to": "\u300a\u903b\u8f91\u5b66\u5bfc\u8bba\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7531\u4eba\u6c11\u51fa\u7248\u793e\u51fa\u7248\u53d1\u884c\u3002", "file_path": "unknown_source", "from": "\u4eba\u6c11\u51fa\u7248\u793e", "keywords": "ideological dissemination,publication", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b\u7531\u4eba\u6c11\u51fa\u7248\u793e\u51fa\u7248\u53d1\u884c\u3002", "to": "\u300a\u9a6c\u514b\u601d\u6069\u683c\u65af\u5168\u96c6\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u8f9b\u683c\u6240\u8457\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u8bb2\u8ff0\u4e86\u8be5\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u6700\u7ec8\u8bc1\u660e\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b", "keywords": "authorship,scientific narrative", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u8f9b\u683c\u6240\u8457\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\u300b\u8bb2\u8ff0\u4e86\u8be5\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u6700\u7ec8\u8bc1\u660e\u8fc7\u7a0b\u3002", "to": "\u8f9b\u683c", "width": 7.0}, {"created_at": 1752674566, "description": "\u7cfb\u8bcd\u7ed3\u6784\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u4e00\u79cd\u57fa\u672c\u547d\u9898\u5f62\u5f0f\uff0c\u5982\u2018A\u662fB\u2019\u6216\u2018A\u4e0d\u662fB\u2019\u3002", "file_path": "unknown_source", "from": "\u7cfb\u8bcd\u7ed3\u6784", "keywords": "formal reasoning,logical structure", "source_id": "chunk-bbe8d346dcd3b2ff7c7f361b5b5adb4a", "title": "\u7cfb\u8bcd\u7ed3\u6784\u662f\u903b\u8f91\u5b66\u4e2d\u7684\u4e00\u79cd\u57fa\u672c\u547d\u9898\u5f62\u5f0f\uff0c\u5982\u2018A\u662fB\u2019\u6216\u2018A\u4e0d\u662fB\u2019\u3002", "to": "\u903b\u8f91\u5b66", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e24\u8005\u90fd\u662f\u6570\u5b66\u7684\u5206\u652f\uff0c\u5206\u522b\u7814\u7a76\u968f\u673a\u53d8\u91cf\u548c\u6a21\u7cca\u53d8\u91cf\u7684\u53d6\u503c\u89c4\u5f8b\u3002", "file_path": "unknown_source", "from": "\u6a21\u7cca\u6570\u5b66", "keywords": "mathematical uncertainty,variable modeling", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e24\u8005\u90fd\u662f\u6570\u5b66\u7684\u5206\u652f\uff0c\u5206\u522b\u7814\u7a76\u968f\u673a\u53d8\u91cf\u548c\u6a21\u7cca\u53d8\u91cf\u7684\u53d6\u503c\u89c4\u5f8b\u3002", "to": "\u6982\u7387\u8bba\u4e0e\u6570\u7406\u7edf\u8ba1", "width": 7.0}, {"created_at": 1752674566, "description": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b\u662f\u97e9\u975e\u601d\u60f3\u7684\u4ee3\u8868\u4f5c\u4e4b\u4e00\uff0c\u4f53\u73b0\u4e86\u6cd5\u5bb6\u7684\u653f\u6cbb\u54f2\u5b66\u3002", "file_path": "unknown_source", "from": "\u97e9\u975e", "keywords": "legalist philosophy,political theory", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b\u662f\u97e9\u975e\u601d\u60f3\u7684\u4ee3\u8868\u4f5c\u4e4b\u4e00\uff0c\u4f53\u73b0\u4e86\u6cd5\u5bb6\u7684\u653f\u6cbb\u54f2\u5b66\u3002", "to": "\u300a\u97e9\u975e\u5b50\u00b7\u96be\u4e00\u300b", "width": 9.0}, {"created_at": 1752674566, "description": "\u897f\u8499\u00b7\u8f9b\u683c\u64b0\u5199\u4e86\u8be5\u4e66\uff0c\u8bb2\u8ff0\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u6700\u7ec8\u89e3\u51b3\u8fc7\u7a0b\u3002", "file_path": "unknown_source", "from": "\u897f\u8499\u00b7\u8f9b\u683c", "keywords": "mathematical history,problem solving", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u897f\u8499\u00b7\u8f9b\u683c\u64b0\u5199\u4e86\u8be5\u4e66\uff0c\u8bb2\u8ff0\u4e86\u8d39\u9a6c\u5927\u5b9a\u7406\u7684\u5386\u53f2\u4e0e\u6700\u7ec8\u89e3\u51b3\u8fc7\u7a0b\u3002", "to": "\u300a\u8d39\u9a6c\u5927\u5b9a\u7406\uff1a\u4e00\u4e2a\u56f0\u60d1\u4e86\u4e16\u95f4\u667a\u8005358\u5e74\u7684\u8ff7\u300b", "width": 8.0}, {"created_at": 1752674566, "description": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u64b0\u5199\u4e86\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\uff0c\u63a2\u8ba8\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u95ee\u9898\u3002", "file_path": "unknown_source", "from": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b", "keywords": "cosmology,time theory", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u64b0\u5199\u4e86\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\uff0c\u63a2\u8ba8\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u95ee\u9898\u3002", "to": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b", "width": 7.0}, {"created_at": 1752674566, "description": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u7684\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u63a2\u8ba8\u4e86\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u95ee\u9898.", "file_path": "unknown_source", "from": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b", "keywords": "theoretical physics,time theory", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u7684\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b\u63a2\u8ba8\u4e86\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66\u95ee\u9898.", "to": "\u65f6\u95f4\u4e0e\u5b87\u5b99\u5b66", "width": 7.0}, {"created_at": 1752674566, "description": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u4e86\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u7684\u4e2d\u6587\u8bd1\u672c.", "file_path": "unknown_source", "from": "\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b", "keywords": "academic translation,classical physics", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u4e86\u300a\u81ea\u7136\u54f2\u5b66\u7684\u6570\u5b66\u539f\u7406\u300b\u7684\u4e2d\u6587\u8bd1\u672c.", "to": "\u5317\u4eac\u5927\u5b66\u51fa\u7248\u793e", "width": 9.0}, {"created_at": 1752674566, "description": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u4e86\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u7684\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b.", "file_path": "unknown_source", "from": "\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b", "keywords": "cosmology,scientific literature", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e\u51fa\u7248\u4e86\u4f0a\u6208\u5c14\u00b7\u8bfa\u7ef4\u79d1\u592b\u7684\u300a\u65f6\u95f4\u4e4b\u6cb3\u300b.", "to": "\u4e0a\u6d77\u79d1\u5b66\u6280\u672f\u51fa\u7248\u793e", "width": 7.0}, {"created_at": 1752674566, "description": "\u5386\u53f2\u4e0a\u4ee5\u592a\u4e5f\u88ab\u7528\u4e8e\u89e3\u91ca\u529b\u7684\u4f20\u9012\u73b0\u8c61.", "file_path": "unknown_source", "from": "\u4ee5\u592a", "keywords": "physical medium,theoretical physics", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5386\u53f2\u4e0a\u4ee5\u592a\u4e5f\u88ab\u7528\u4e8e\u89e3\u91ca\u529b\u7684\u4f20\u9012\u73b0\u8c61.", "to": "\u529b\u7684\u4f20\u9012", "width": 6.0}, {"created_at": 1752674566, "description": "\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\u4e4b\u4e00\uff0c\u5e38\u4e0e\u65a4\u3001\u78c5\u7b49\u4f20\u7edf\u5355\u4f4d\u5e76\u7528.", "file_path": "unknown_source", "from": "\u91cd\u91cf\u5355\u4f4d", "keywords": "measurement system,unit conversion", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\u4e4b\u4e00\uff0c\u5e38\u4e0e\u65a4\u3001\u78c5\u7b49\u4f20\u7edf\u5355\u4f4d\u5e76\u7528.", "to": "\u514b", "width": 7.0}, {"created_at": 1752674566, "description": "\u5343\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u4f20\u7edf\u5355\u4f4d\u5982\u65a4\u3001\u516c\u65a4\u3001\u78c5\u76f8\u5bf9\u5e94.", "file_path": "unknown_source", "from": "\u91cd\u91cf\u5355\u4f4d", "keywords": "metric system,standardization", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u5343\u514b\u662f\u56fd\u9645\u6807\u51c6\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u4f20\u7edf\u5355\u4f4d\u5982\u65a4\u3001\u516c\u65a4\u3001\u78c5\u76f8\u5bf9\u5e94.", "to": "\u5343\u514b", "width": 7.0}, {"created_at": 1752674566, "description": "\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb.", "file_path": "unknown_source", "from": "\u91cd\u91cf\u5355\u4f4d", "keywords": "cultural units,measurement", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb.", "to": "\u65a4", "width": 6.0}, {"created_at": 1752674566, "description": "\u516c\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u4e2d\u5bf9\u5343\u514b\u7684\u79f0\u547c\uff0c\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\u4e2d\u7684\u8d28\u91cf\u8861\u91cf.", "file_path": "unknown_source", "from": "\u91cd\u91cf\u5355\u4f4d", "keywords": "cultural adaptation,traditional units", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u516c\u65a4\u662f\u4e2d\u56fd\u4f20\u7edf\u4e2d\u5bf9\u5343\u514b\u7684\u79f0\u547c\uff0c\u7528\u4e8e\u65e5\u5e38\u751f\u6d3b\u4e2d\u7684\u8d28\u91cf\u8861\u91cf.", "to": "\u516c\u65a4", "width": 6.0}, {"created_at": 1752674566, "description": "\u78c5\u662f\u897f\u65b9\u5e38\u7528\u7684\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb.", "file_path": "unknown_source", "from": "\u91cd\u91cf\u5355\u4f4d", "keywords": "imperial system,international units", "source_id": "chunk-bdbdfd36281dc6f99de8edf24b12b07e", "title": "\u78c5\u662f\u897f\u65b9\u5e38\u7528\u7684\u91cd\u91cf\u5355\u4f4d\uff0c\u4e0e\u5343\u514b\u548c\u514b\u5b58\u5728\u6362\u7b97\u5173\u7cfb.", "to": "\u78c5", "width": 6.0}, {"created_at": 1752674566, "description": "\u5468\u5b66\u653f\u4e0e\u5f90\u6709\u667a\u5171\u540c\u7f16\u8bd1\u4e86\u300a\u76f8\u5bf9\u8bba\u300b\u4e2d\u6587\u7248\u3002", "file_path": "unknown_source", "from": "\u5468\u5b66\u653f", "keywords": "\u7269\u7406\u5b66\u7ecf\u5178,\u7ffb\u8bd1\u5408\u4f5c", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5468\u5b66\u653f\u4e0e\u5f90\u6709\u667a\u5171\u540c\u7f16\u8bd1\u4e86\u300a\u76f8\u5bf9\u8bba\u300b\u4e2d\u6587\u7248\u3002", "to": "\u5f90\u6709\u667a", "width": 9.0}, {"created_at": 1752674566, "description": "Ginn and Co.\u662fD. E. Smith\u6240\u8457\u300a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002", "file_path": "unknown_source", "from": "D. E. Smith", "keywords": "\u4f5c\u8005\u4e0e\u51fa\u7248\u5546,\u5b66\u672f\u51fa\u7248", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Ginn and Co.\u662fD. E. Smith\u6240\u8457\u300a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002", "to": "Ginn and Co.", "width": 8.0}, {"created_at": 1752674566, "description": "Oxford Press\u662fT. Heath\u6240\u8457\u300a\u5e0c\u814a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002", "file_path": "unknown_source", "from": "T. Heath", "keywords": "\u5b66\u672f\u51fa\u7248,\u6570\u5b66\u53f2", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "Oxford Press\u662fT. Heath\u6240\u8457\u300a\u5e0c\u814a\u6570\u5b66\u53f2\u300b\u7684\u51fa\u7248\u5546\u3002", "to": "Oxford Press", "width": 8.0}, {"created_at": 1752674566, "description": "L. Adkins\u4e0eR. A. Adkins\u5171\u540c\u64b0\u5199\u4e86\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u3002", "file_path": "unknown_source", "from": "L. Adkins", "keywords": "\u5386\u53f2\u7814\u7a76,\u5408\u8457\u5173\u7cfb", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "L. Adkins\u4e0eR. A. Adkins\u5171\u540c\u64b0\u5199\u4e86\u300a\u53e4\u5e0c\u814a\u751f\u6d3b\u624b\u518c\u300b\u3002", "to": "R. A. Adkins", "width": 8.0}, {"created_at": 1752674566, "description": "\u5170\u7eaa\u6b63\u4e0e\u6731\u6069\u5bbd\u5171\u540c\u7ffb\u8bd1\u4e86\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u6587\u7248\u3002", "file_path": "unknown_source", "from": "\u5170\u7eaa\u6b63", "keywords": "\u6570\u5b66\u7ecf\u5178,\u7ffb\u8bd1\u5408\u4f5c", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5170\u7eaa\u6b63\u4e0e\u6731\u6069\u5bbd\u5171\u540c\u7ffb\u8bd1\u4e86\u300a\u6b27\u51e0\u91cc\u5fb7\u00b7\u51e0\u4f55\u539f\u672c\u300b\u4e2d\u6587\u7248\u3002", "to": "\u6731\u6069\u5bbd", "width": 9.0}, {"created_at": 1752674566, "description": "\u5218\u91d1\u987a\u4e0e\u4f55\u7ecd\u5e9a\u5171\u540c\u7ffb\u8bd1\u4e86\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u3002", "file_path": "unknown_source", "from": "\u5218\u91d1\u987a", "keywords": "\u6570\u5b66\u53f2,\u7ffb\u8bd1\u5408\u4f5c", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "\u5218\u91d1\u987a\u4e0e\u4f55\u7ecd\u5e9a\u5171\u540c\u7ffb\u8bd1\u4e86\u300a\u6570\u5b66\u53f2\u8bd1\u6587\u96c6\u300b\u3002", "to": "\u4f55\u7ecd\u5e9a", "width": 8.0}, {"created_at": 1752674566, "description": "www.djindexes.com\u662f\u9053\u743c\u65af\u6307\u6570\u7684\u5b98\u65b9\u7f51\u7ad9\uff0c\u63d0\u4f9b\u76f8\u5173\u6570\u636e\u3002", "file_path": "unknown_source", "from": "\u9053\u743c\u65af", "keywords": "\u5b98\u65b9\u7f51\u7ad9,\u91d1\u878d\u6570\u636e", "source_id": "chunk-b939d8b8da6b3de175307e6b269fde02", "title": "www.djindexes.com\u662f\u9053\u743c\u65af\u6307\u6570\u7684\u5b98\u65b9\u7f51\u7ad9\uff0c\u63d0\u4f9b\u76f8\u5173\u6570\u636e\u3002", "to": "www.djindexes.com", "width": 10.0}, {"created_at": 1752674566, "description": "Pearson and Lee published their research on human inheritance laws in the journal Biometrika in 1903.", "file_path": "unknown_source", "from": "Biometrika", "keywords": "academic publication,statistical research", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "Pearson and Lee published their research on human inheritance laws in the journal Biometrika in 1903.", "to": "Pearson and Lee", "width": 8.0}, {"created_at": 1752674566, "description": "\u5149\u590d\u4e66\u5c40published the Chinese translation of the Encyclopedia Americana in 1991.", "file_path": "unknown_source", "from": "Encyclopedia Americana", "keywords": "encyclopedia,translation", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5149\u590d\u4e66\u5c40published the Chinese translation of the Encyclopedia Americana in 1991.", "to": "\u5149\u590d\u4e66\u5c40", "width": 7.0}, {"created_at": 1752674566, "description": "Encyclopedia Americana was published by Encyclopedia Americana Inc. in 1990, establishing a clear author-publisher relationship.", "file_path": "unknown_source", "from": "Encyclopedia Americana", "keywords": "corporate production,publishing", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "Encyclopedia Americana was published by Encyclopedia Americana Inc. in 1990, establishing a clear author-publisher relationship.", "to": "Encyclopedia Americana Inc.", "width": 8.0}, {"created_at": 1752674566, "description": "A Philosophical Essay on Probabilities was derived from the introduction of\u5206\u6790\u6982\u7387\u8bba, indicating a textual and conceptual relationship.", "file_path": "unknown_source", "from": "\u5206\u6790\u6982\u7387\u8bba", "keywords": "conceptual continuity,textual derivation", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "A Philosophical Essay on Probabilities was derived from the introduction of\u5206\u6790\u6982\u7387\u8bba, indicating a textual and conceptual relationship.", "to": "A Philosophical Essay on Probabilities", "width": 9.0}, {"created_at": 1752674566, "description": "John Wiley \u0026 Sons published the English translation of Laplace\u0027s \u0027Philosophical Essay on Probabilities\u0027 in 1902.", "file_path": "unknown_source", "from": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "keywords": "publication,translation", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "John Wiley \u0026 Sons published the English translation of Laplace\u0027s \u0027Philosophical Essay on Probabilities\u0027 in 1902.", "to": "John Wiley \u0026 Sons", "width": 9.0}, {"created_at": 1752674566, "description": "The 150-page introduction added in 1814 eventually became the standalone book \u0027A Philosophical Essay on Probabilities\u0027.", "file_path": "unknown_source", "from": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "keywords": "philosophical depth,textual evolution", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "The 150-page introduction added in 1814 eventually became the standalone book \u0027A Philosophical Essay on Probabilities\u0027.", "to": "150\u9875", "width": 9.0}, {"created_at": 1752674566, "description": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bbais the Chinese name for the English book \u0027A Philosophical Essay on Probabilities\u0027 by Laplace.", "file_path": "unknown_source", "from": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bba", "keywords": "language translation,title equivalence", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6982\u7387\u7684\u54f2\u5b66\u5bfc\u8bbais the Chinese name for the English book \u0027A Philosophical Essay on Probabilities\u0027 by Laplace.", "to": "A Philosophical Essay on Probabilities", "width": 10.0}, {"created_at": 1752674566, "description": "\u6768\u8f89was born in\u94b1\u5858(modern-day Hangzhou), indicating a geographical and biographical connection.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "birthplace,historical figure", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89was born in\u94b1\u5858(modern-day Hangzhou), indicating a geographical and biographical connection.", "to": "\u94b1\u5858", "width": 8.0}, {"created_at": 1752674566, "description": "\u6768\u8f89was active in the\u82cf\u676dregion during the 13th century, showing his geographical influence and scholarly activity.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "regional influence,scholarly activity", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89was active in the\u82cf\u676dregion during the 13th century, showing his geographical influence and scholarly activity.", "to": "\u82cf\u676d", "width": 7.0}, {"created_at": 1752674566, "description": "\u6768\u8f89lived and worked during the\u5357\u5b8b(Southern Song Dynasty), linking his historical context to his mathematical contributions.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "historical era,intellectual tradition", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89lived and worked during the\u5357\u5b8b(Southern Song Dynasty), linking his historical context to his mathematical contributions.", "to": "\u5357\u5b8b", "width": 8.0}, {"created_at": 1752674566, "description": "\u6768\u8f89was a prominent\u6570\u5b66\u5bb6(mathematician) in the 13th century, known for his work in number theory and combinatorics.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "mathematical legacy,professional identity", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89was a prominent\u6570\u5b66\u5bb6(mathematician) in the 13th century, known for his work in number theory and combinatorics.", "to": "\u6570\u5b66\u5bb6", "width": 9.0}, {"created_at": 1752674566, "description": "\u6768\u8f89was also a\u6570\u5b66\u6559\u80b2\u5bb6(mathematics educator), contributing to the pedagogy and dissemination of mathematical knowledge in ancient China.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "educational impact,scholarly role", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89was also a\u6570\u5b66\u6559\u80b2\u5bb6(mathematics educator), contributing to the pedagogy and dissemination of mathematical knowledge in ancient China.", "to": "\u6570\u5b66\u6559\u80b2\u5bb6", "width": 8.0}, {"created_at": 1752674566, "description": "\u6768\u8f89authored\u4e94\u79cd\u4e8c\u5341\u4e00\u5377(five works in twenty-one volumes), demonstrating the breadth of his mathematical writings.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "literary output,scholarly contribution", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89authored\u4e94\u79cd\u4e8c\u5341\u4e00\u5377(five works in twenty-one volumes), demonstrating the breadth of his mathematical writings.", "to": "\u4e94\u79cd\u4e8c\u5341\u4e00\u5377", "width": 9.0}, {"created_at": 1752674566, "description": "\u6768\u8f89\u4e09\u89d2is a mathematical concept attributed to\u6768\u8f89, reflecting his contributions to combinatorics and number theory.", "file_path": "unknown_source", "from": "\u6768\u8f89", "keywords": "historical attribution,mathematical legacy", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6768\u8f89\u4e09\u89d2is a mathematical concept attributed to\u6768\u8f89, reflecting his contributions to combinatorics and number theory.", "to": "\u6768\u8f89\u4e09\u89d2", "width": 10.0}, {"created_at": 1752674566, "description": "\u6797\u82b3published an article on\u6d77\u897f\u6559\u80b2\u7f51, indicating a professional or editorial relationship.", "file_path": "unknown_source", "from": "\u6d77\u897f\u6559\u80b2\u7f51", "keywords": "content publishing,online education", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6797\u82b3published an article on\u6d77\u897f\u6559\u80b2\u7f51, indicating a professional or editorial relationship.", "to": "\u6797\u82b3", "width": 6.0}, {"created_at": 1752674566, "description": "\u6797\u82b3is associated with the\u53d1\u5e03\u65e5\u671f(publication date) of March 29, 2011, on the Haixi Education Network.", "file_path": "unknown_source", "from": "\u6797\u82b3", "keywords": "authorship,publication timing", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u6797\u82b3is associated with the\u53d1\u5e03\u65e5\u671f(publication date) of March 29, 2011, on the Haixi Education Network.", "to": "\u53d1\u5e03\u65e5\u671f", "width": 7.0}, {"created_at": 1752674566, "description": "In 1814, Laplace added a 150-page introduction to the second edition of \u0027Analytical Theory of Probabilities\u0027, which later became \u0027A Philosophical Essay on Probabilities\u0027.", "file_path": "unknown_source", "from": "1814\u5e74", "keywords": "intellectual history,textual expansion", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "In 1814, Laplace added a 150-page introduction to the second edition of \u0027Analytical Theory of Probabilities\u0027, which later became \u0027A Philosophical Essay on Probabilities\u0027.", "to": "150\u9875", "width": 7.0}, {"created_at": 1752674566, "description": "The article underwent\u4fee\u6539(editing) before being published on the specified\u53d1\u5e03\u65e5\u671f(publication date).", "file_path": "unknown_source", "from": "\u53d1\u5e03\u65e5\u671f", "keywords": "content revision,editorial process", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "The article underwent\u4fee\u6539(editing) before being published on the specified\u53d1\u5e03\u65e5\u671f(publication date).", "to": "\u4fee\u6539", "width": 6.0}, {"created_at": 1752674566, "description": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7curriculum should include guidance on developing\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b(logical thinking) in mathematics, especially for abstract concepts like equality.", "file_path": "unknown_source", "from": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7", "keywords": "cognitive training,educational development", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u5c0f\u5b66\u4f4e\u5e74\u7ea7curriculum should include guidance on developing\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b(logical thinking) in mathematics, especially for abstract concepts like equality.", "to": "\u6b63\u5e38\u601d\u7ef4\u8fc7\u7a0b", "width": 7.0}, {"created_at": 1752674566, "description": "\u521d\u4e2dcurriculum introduces students to\u6709\u7406\u6570\u7684\u4e58\u6cd5, building on earlier understanding of multiplication properties.", "file_path": "unknown_source", "from": "\u521d\u4e2d", "keywords": "advanced mathematics,curriculum structure", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u521d\u4e2dcurriculum introduces students to\u6709\u7406\u6570\u7684\u4e58\u6cd5, building on earlier understanding of multiplication properties.", "to": "\u6709\u7406\u6570\u7684\u4e58\u6cd5", "width": 8.0}, {"created_at": 1752674566, "description": "\u95ee\u989811\u548c\u95ee\u989812 are used to illustrate the application of\u6709\u7406\u6570\u7684\u4e58\u6cd5and its foundational properties like the commutative law.", "file_path": "unknown_source", "from": "\u6709\u7406\u6570\u7684\u4e58\u6cd5", "keywords": "mathematical reasoning,problem-based learning", "source_id": "chunk-5d6da01e75262470fd3f87fabfbe1110", "title": "\u95ee\u989811\u548c\u95ee\u989812 are used to illustrate the application of\u6709\u7406\u6570\u7684\u4e58\u6cd5and its foundational properties like the commutative law.", "to": "\u95ee\u989811\u548c\u95ee\u989812", "width": 7.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>