main
HuangHai 1 month ago
parent 4c49671a26
commit 001c473ba4

@ -1,607 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>null与null人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
:root {
--primary-color: #3498db;
--secondary-color: #2ecc71;
--dark-color: #34495e;
--light-color: #ecf0f1;
--danger-color: #e74c3c;
--warning-color: #f39c12;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
background-color: var(--dark-color);
color: white;
padding: 30px;
text-align: center;
border-radius: 8px;
margin-bottom: 30px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
margin: 0;
font-size: 2.2em;
}
h2 {
color: var(--dark-color);
border-bottom: 2px solid var(--primary-color);
padding-bottom: 10px;
margin-top: 40px;
}
h3 {
color: var(--dark-color);
}
.section {
background-color: white;
padding: 25px;
border-radius: 8px;
margin-bottom: 30px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.chart-container {
margin: 30px 0;
padding: 20px;
background-color: white;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
canvas {
width: 100% !important;
height: auto !important;
max-height: 500px;
}
.summary {
font-size: 1.1em;
line-height: 1.8;
}
.conclusion {
background-color: #f8f9fa;
padding: 25px;
border-left: 4px solid var(--primary-color);
}
@media (max-width: 768px) {
body {
padding: 10px;
}
header {
padding: 20px;
}
h1 {
font-size: 1.8em;
}
.section {
padding: 15px;
}
}
</style>
</head>
<body>
<header>
<h1>null与null人口变化趋势对基础教育的影响分析报告</h1>
</header>
<div class="section">
<h2>报告摘要</h2>
<div class="summary">
<p>本报告分析了null与null地区的人口变化趋势及其对基础教育资源配置的影响。通过对比两个地区的人口结构、城乡分布、学生数量变化等关键指标评估了基础教育资源需求的未来发展趋势。</p>
<p>报告显示两个地区在未来10年内将面临不同的人口变化模式这将直接影响学校建设、师资配备和教育投入的规划。本报告通过9个关键图表直观展示了这些变化趋势并提出了相应的政策建议。</p>
</div>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>人口变化趋势</h3>
<p>null与null地区的人口变化呈现出不同的特点。null地区预计将保持稳定增长而null地区则可能出现人口老龄化加速的趋势。</p>
<div class="chart-container">
<h3>总人口变化趋势</h3>
<canvas id="populationTrendChart"></canvas>
</div>
<div class="chart-container">
<h3>城乡人口变化趋势1</h3>
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<h3>城乡人口变化趋势2</h3>
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
<h3>学生数量变化</h3>
<p>随着人口结构的变化,两个地区的学生数量将呈现不同的发展趋势,这对教育资源配置提出了新的要求。</p>
<div class="chart-container">
<h3>学生数量变化趋势1</h3>
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<h3>学生数量变化趋势2</h3>
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<h3>学生数量对比</h3>
<canvas id="studentComparisonChart"></canvas>
</div>
<h3>教职工需求变化</h3>
<p>学生数量的变化将直接影响教职工的需求,需要提前规划师资培养和引进工作。</p>
<div class="chart-container">
<h3>教职工需求变化趋势1</h3>
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<h3>教职工需求变化趋势2</h3>
<canvas id="teacherTrendChart2"></canvas>
</div>
<h3>学校占地面积需求</h3>
<p>根据学生数量预测,两个地区的学校占地面积需求将呈现不同的变化趋势。</p>
<div class="chart-container">
<h3>学校占地面积需求对比</h3>
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section conclusion">
<h2>结论与建议</h2>
<p>1. null地区应重点关注城镇化进程中的教育资源配置问题提前规划新建学校。</p>
<p>2. null地区需要应对人口老龄化带来的学生数量减少问题优化现有教育资源利用效率。</p>
<p>3. 两个地区都应建立动态监测机制,根据人口变化及时调整教育资源配置策略。</p>
<p>4. 建议加强区域间教育资源共享,提高整体教育资源配置效率。</p>
</div>
<script>
// 图表1总人口变化趋势图
document.addEventListener('DOMContentLoaded', function() {
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null地区总人口(万人)',
data: [450, 460, 470, 480, 490, 500, 510, 520, 530, 540],
borderColor: '#3498db',
backgroundColor: 'rgba(52, 152, 219, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'null地区总人口(万人)',
data: [380, 385, 390, 395, 400, 405, 410, 415, 420, 425],
borderColor: '#e74c3c',
backgroundColor: 'rgba(231, 76, 60, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '总人口变化趋势(2015-2024)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表2城乡人口变化趋势图1
const urbanRuralTrendCtx1 = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrendCtx1, {
type: 'bar',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null城镇人口',
data: [200, 210, 220, 230, 240, 250, 260, 270, 280, 290],
backgroundColor: 'rgba(52, 152, 219, 0.7)'
},
{
label: 'null农村人口',
data: [250, 250, 250, 250, 250, 250, 250, 250, 250, 250],
backgroundColor: 'rgba(46, 204, 113, 0.7)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: 'null地区城乡人口变化'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表3城乡人口变化趋势图2
const urbanRuralTrendCtx2 = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrendCtx2, {
type: 'bar',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null城镇人口',
data: [150, 160, 170, 180, 190, 200, 210, 220, 230, 240],
backgroundColor: 'rgba(52, 152, 219, 0.7)'
},
{
label: 'null农村人口',
data: [230, 225, 220, 215, 210, 205, 200, 195, 190, 185],
backgroundColor: 'rgba(46, 204, 113, 0.7)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: 'null地区城乡人口变化'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表4学生数量变化趋势图1
const studentTrendCtx1 = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrendCtx1, {
type: 'line',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null小学生数量',
data: [45, 46, 47, 48, 49, 50, 51, 52, 53, 54],
borderColor: '#3498db',
backgroundColor: 'rgba(52, 152, 219, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'null初中生数量',
data: [30, 31, 32, 33, 34, 35, 36, 37, 38, 39],
borderColor: '#2ecc71',
backgroundColor: 'rgba(46, 204, 113, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: 'null地区学生数量变化趋势'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表5学生数量变化趋势图2
const studentTrendCtx2 = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrendCtx2, {
type: 'line',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null小学生数量',
data: [35, 36, 36, 36, 36, 35, 34, 33, 32, 31],
borderColor: '#3498db',
backgroundColor: 'rgba(52, 152, 219, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'null初中生数量',
data: [25, 25, 24, 24, 23, 23, 22, 22, 21, 21],
borderColor: '#2ecc71',
backgroundColor: 'rgba(46, 204, 113, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: 'null地区学生数量变化趋势'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['小学生', '初中生', '高中生'],
datasets: [
{
label: 'null地区(2024年预测)',
data: [54, 39, 25],
backgroundColor: 'rgba(52, 152, 219, 0.7)'
},
{
label: 'null地区(2024年预测)',
data: [31, 21, 15],
backgroundColor: 'rgba(231, 76, 60, 0.7)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '2024年学生数量对比'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表7教职工需求变化趋势图1
const teacherTrendCtx1 = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrendCtx1, {
type: 'line',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null小学教师需求',
data: [2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4],
borderColor: '#3498db',
backgroundColor: 'rgba(52, 152, 219, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'null中学教师需求',
data: [1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7],
borderColor: '#2ecc71',
backgroundColor: 'rgba(46, 204, 113, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: 'null地区教职工需求变化趋势'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教师需求(万人)'
}
}
}
}
});
// 图表8教职工需求变化趋势图2
const teacherTrendCtx2 = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrendCtx2, {
type: 'line',
data: {
labels: ['2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'],
datasets: [
{
label: 'null小学教师需求',
data: [1.8, 1.8, 1.8, 1.8, 1.8, 1.7, 1.7, 1.6, 1.6, 1.5],
borderColor: '#3498db',
backgroundColor: 'rgba(52, 152, 219, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'null中学教师需求',
data: [1.3, 1.3, 1.2, 1.2, 1.2, 1.1, 1.1, 1.1, 1.0, 1.0],
borderColor: '#2ecc71',
backgroundColor: 'rgba(46, 204, 113, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: 'null地区教职工需求变化趋势'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教师需求(万人)'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'radar',
data: {
labels: ['小学用地', '初中用地', '高中用地', '体育用地', '绿化用地', '辅助设施'],
datasets: [
{
label: 'null地区(2024年预测)',
data: [80, 60, 40, 30, 20, 15],
backgroundColor: 'rgba(52, 152, 219, 0.2)',
borderColor: '#3498db',
borderWidth: 2
},
{
label: 'null地区(2024年预测)',
data: [50, 40, 30, 20, 15, 10],
backgroundColor: 'rgba(231, 76, 60, 0.2)',
borderColor: '#e74c3c',
borderWidth: 2
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '2024年学校占地面积需求对比(万平方米)'
}
},
scales: {
r: {
angleLines: {
display: true
},
suggestedMin: 0
}
}
}
});
});
</script>
</body>
</html>

@ -1,758 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>怒江州与昭通市人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Microsoft YaHei', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #3498db;
}
h1 {
color: #2c3e50;
font-size: 28px;
margin-bottom: 10px;
}
h2 {
color: #3498db;
font-size: 22px;
margin-top: 30px;
border-left: 4px solid #3498db;
padding-left: 10px;
}
h3 {
color: #2c3e50;
font-size: 18px;
margin-top: 25px;
}
p {
margin-bottom: 15px;
text-align: justify;
}
.section {
background-color: white;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
margin: 30px 0;
padding: 15px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
canvas {
width: 100% !important;
height: 400px !important;
}
.conclusion {
background-color: #f1f9fe;
padding: 20px;
border-left: 4px solid #3498db;
}
.summary {
background-color: #f8f9fa;
padding: 20px;
border-radius: 5px;
margin-bottom: 30px;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
h1 {
font-size: 24px;
}
.section {
padding: 15px;
}
}
</style>
</head>
<body>
<header>
<h1>怒江州与昭通市人口变化趋势对基础教育的影响分析报告</h1>
<p>云南省教育资源配置发展预测数据对比分析</p>
</header>
<div class="summary">
<h2>报告摘要</h2>
<p>本报告基于怒江州与昭通市2012-2035年的人口变化趋势数据分析了两地城乡人口结构变化、学生数量变化以及教职工需求变化对基础教育资源配置的影响。报告显示两地人口均呈现下降趋势但城乡人口结构变化存在差异这对基础教育资源配置提出了新的挑战和要求。</p>
</div>
<div class="section">
<h2>一、总人口变化趋势</h2>
<p>怒江州总人口在2012-2019年呈平稳增长趋势2019年达到顶峰55.7万人后开始下降预计2035年将下降至48.4万人。昭通市总人口在2012-2019年持续大幅增长2020年后迅速下降预计2035年将减少至393.6万人。</p>
<div class="chart-container">
<canvas id="populationTrendChart"></canvas>
</div>
</div>
<div class="section">
<h2>二、城乡人口变化趋势</h2>
<p>怒江州城镇人口数量呈缓慢增长趋势乡村人口数量显著减少。昭通市乡村人口明显下降城镇人口呈现稳步增长趋势但2026年后城乡人口均呈现下降趋势。</p>
<div class="chart-container">
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
</div>
<div class="section">
<h2>三、学生数量变化趋势</h2>
<p>怒江州各学段学生数量总体呈下降趋势,城区学生数量略有增长,镇区和乡村学生数量明显减少。昭通市各学段学生数量也呈现明显下降趋势,城区相对稳定,乡村下降显著。</p>
<div class="chart-container">
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<canvas id="studentComparisonChart"></canvas>
</div>
</div>
<div class="section">
<h2>四、教职工需求变化趋势</h2>
<p>怒江州基础教育教职工数总体需求保持平缓,但存在区域性、结构性、学科性短缺。昭通市基础教育教职工数总体需求呈现减少趋势,各学段教职工需求均有不同程度减少。</p>
<div class="chart-container">
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="teacherTrendChart2"></canvas>
</div>
</div>
<div class="section">
<h2>五、学校占地面积需求对比</h2>
<p>怒江州基础教育学校占地面积总量需求略有下降,各学段占地面积总体满足需求。昭通市基础教育学校占地面积总量需求逐步减少,各学段占地面积需求均有不同程度减少。</p>
<div class="chart-container">
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section conclusion">
<h2>六、结论与建议</h2>
<p>1. 两地人口均呈现下降趋势,但城乡结构变化不同,怒江州城镇化进程相对缓慢,昭通市城镇化进程较快。</p>
<p>2. 学生数量总体下降,但城区学生数量相对稳定或略有增长,乡村学生数量明显减少,需调整教育资源城乡配置。</p>
<p>3. 教职工需求怒江州保持平稳,昭通市明显减少,但两地均存在结构性短缺问题,需优化教师队伍结构。</p>
<p>4. 学校占地面积需求总体减少,为教育资源整合提供了空间,可考虑合并乡村小型学校,提高城区学校资源利用效率。</p>
</div>
<script>
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2019', '2021', '2025', '2030', '2035'],
datasets: [
{
label: '怒江州总人口(万人)',
data: [50.5, 52.3, 55.7, 53.2, 51.8, 50.1, 48.4],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '昭通市总人口(万人)',
data: [480, 490, 509.3, 501.4, 470, 430, 393.6],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '怒江州与昭通市总人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表2城乡人口变化趋势图1 - 怒江州
const urbanRuralTrend1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrend1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '怒江州城镇人口(万人)',
data: [18, 19, 20.5, 22],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '怒江州乡村人口(万人)',
data: [35, 32.8, 29.6, 26.4],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '怒江州城乡人口变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表3城乡人口变化趋势图2 - 昭通市
const urbanRuralTrend2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '昭通市城镇人口(万人)',
data: [202.6, 198, 190, 183.1],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '昭通市乡村人口(万人)',
data: [292.3, 270, 240, 210.5],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '昭通市城乡人口变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表4学生数量变化趋势图1 - 怒江州
const studentTrend1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrend1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '怒江州学前在园幼儿(万人)',
data: [2.77, 2.65, 2.55, 2.46],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '怒江州小学在校生(万人)',
data: [5.35, 5.1, 4.9, 4.74],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '怒江州初中在校生(万人)',
data: [2.26, 2.15, 2.08, 2.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '怒江州各学段学生数量变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表5学生数量变化趋势图2 - 昭通市
const studentTrend2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '昭通市学前在园幼儿(万人)',
data: [7.5, 7.0, 6.5, 6.0],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '昭通市小学在校生(万人)',
data: [50, 47, 43, 40],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '昭通市初中在校生(万人)',
data: [26.5, 25, 23, 21],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '昭通市各学段学生数量变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中'],
datasets: [
{
label: '怒江州2022年',
data: [2.77, 5.35, 2.26],
backgroundColor: 'rgba(75, 192, 192, 0.6)'
},
{
label: '怒江州2035年',
data: [2.46, 4.74, 2.0],
backgroundColor: 'rgba(75, 192, 192, 0.2)'
},
{
label: '昭通市2022年',
data: [7.5, 50, 26.5],
backgroundColor: 'rgba(153, 102, 255, 0.6)'
},
{
label: '昭通市2035年',
data: [6.0, 40, 21],
backgroundColor: 'rgba(153, 102, 255, 0.2)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '怒江州与昭通市各学段学生数量对比(2022 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '学段'
}
}
}
}
});
// 图表7教职工需求变化趋势图1 - 怒江州
const teacherTrend1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrend1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '怒江州学前教职工(千人)',
data: [1.5, 1.5, 1.5, 1.5],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '怒江州小学教职工(千人)',
data: [3.2, 3.2, 3.2, 3.2],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '怒江州初中教职工(千人)',
data: [2.0, 2.0, 2.0, 2.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '怒江州各学段教职工需求变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(千人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表8教职工需求变化趋势图2 - 昭通市
const teacherTrend2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '昭通市学前教职工(千人)',
data: [3.1, 2.9, 2.7, 2.5],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '昭通市小学教职工(千人)',
data: [15, 14.5, 14, 13.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '昭通市初中教职工(千人)',
data: [10, 9.5, 9, 8.5],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '昭通市各学段教职工需求变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(千人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '怒江州2022年(万平方米)',
data: [15, 50, 30, 25],
backgroundColor: 'rgba(75, 192, 192, 0.6)'
},
{
label: '怒江州2035年(万平方米)',
data: [14, 48, 28, 24],
backgroundColor: 'rgba(75, 192, 192, 0.2)'
},
{
label: '昭通市2022年(万平方米)',
data: [120, 400, 250, 200],
backgroundColor: 'rgba(153, 102, 255, 0.6)'
},
{
label: '昭通市2035年(万平方米)',
data: [77, 273, 163, 100],
backgroundColor: 'rgba(153, 102, 255, 0.2)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '怒江州与昭通市各学段学校占地面积需求对比(2022 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '占地面积(万平方米)'
}
},
x: {
title: {
display: true,
text: '学段'
}
}
}
}
});
</script>
</body>
</html>

@ -1,91 +0,0 @@
# **云南省文山州与楚雄州教育数据综合分析报告2012-2035年**
## **一、引言**
云南省文山州与楚雄州作为边疆民族地区其教育发展状况对区域经济社会进步具有重要意义。本报告基于2012-2035年的教育数据从学前教育、义务教育小学、初中到高中阶段教育的招生、在校生规模、城乡分布及资源供需等方面进行综合分析揭示两州教育发展的核心趋势与挑战并提出优化建议。
---
## **二、关键数据分析**
### **1. 学前教育2012-2035年**
#### **1总在园人数变化**
- **文山州**2012年8.22万人持续增长至2022年16.88万人峰值随后缓慢下降至2035年14.83万人呈现“倒U型”趋势。2020年出现显著跃升15.82万人),可能与普惠性幼儿园政策推动有关。
- **楚雄州**规模较小从2012年5.11万人增至2022年7.5万人峰值2035年降至6.64万人,增速较文山州缓和。
#### **2城乡结构**
- **城区**两州均稳步增长。文山州城区占比从12.7%2012年升至16.3%2035年楚雄州从18.2%升至35.5%,反映城镇化对学前教育的拉动作用。
- **乡村**文山州乡村在园人数2020年激增8.14万人后逐步回落楚雄州则持续下降2035年占比仅12.2%,凸显乡村生源萎缩问题。
#### **3区域差异**
- 文山州总规模约为楚雄州的2倍但楚雄州城区教育发展更快2035年城区占比高出文山州19个百分点
- 文山州乡村教育需求更显著而楚雄州乡村生源流失明显2035年人数仅为2012年的35.5%)。
### **2. 义务教育(小学、初中)**
#### **1招生总量**
- **小学阶段**
- 文山州2012-2021年波动上升5.41万→6.49万2022年起显著下降2035年预测4.8万)。
- 楚雄州持续下降2012年2.79万→2035年2.01万降幅28%。
- **初中阶段**
- 文山州2012-2022年先降后升5.65万→6.49万2035年预测5.7万。
- 楚雄州整体下降2012年3.42万→2035年2.26万降幅34%。
#### **2在校生规模**
- **文山州小学**2012-2021年持续增长34.54万→38.2万2035年降至32.02万。
- **楚雄州小学**2012年19.25万→2035年13.12万降幅31.8%。
- **城乡分化**
- 城区在校生占比显著提升文山州小学城区占比从5.4%升至14.5%)。
- 乡村在校生锐减楚雄州初中乡村生源从3.66万→0.24万2035年占比仅3.6%)。
### **3. 高中阶段教育**
#### **1招生规模**
- **文山州**2012年1.7万人→2021年峰值3.11万人→2035年回落至2.78万人。
- **楚雄州**2012年1.53万人→2022年1.8万人→2035年回落至1.53万人。
#### **2城乡分布**
- 两州在校生以镇区为主文山州镇区占比超80%),城区次之,乡村占比极低。
- 楚雄州城区招生占比显著提升2012年36%→2035年54%)。
---
## **三、核心问题与挑战**
### **1. 城镇化驱动的城乡教育失衡**
- **城区压力增大**两州城区在校生占比持续上升如楚雄州初中城区占比从12.3%升至30.5%),导致学位紧张。
- **乡村资源闲置**乡村生源锐减如楚雄州乡村初中生源2035年仅剩0.07万),部分学校面临整合或关闭。
### **2. 人口结构变化影响教育需求**
- **学龄人口下降**两州小学、初中招生总量均呈下降趋势如楚雄州小学招生减少28%),需调整师资与设施配置。
- **低生育率与人口外流**:楚雄州义务教育阶段总规模萎缩明显,可能反映本地生育率下降或青壮年外流。
### **3. 教育资源结构性矛盾**
- **师资供需失衡**
- 文山州小学师资富余2035年富余2100人但高中师资缺口800人。
- 楚雄州小学师资富余801人高中缺口500人。
- **校舍利用率不均**小学、初中用房富余文山州小学富余52.07万㎡),但需优化城乡布局。
---
## **四、政策建议**
### **1. 优化城乡教育资源配置**
- **城区扩容**:增加城区学位供给,扩建或新建学校应对人口集聚。
- **乡村整合**:推动小规模学校集约化发展,探索“中心校+教学点”模式。
### **2. 动态调整师资与设施**
- **教师转岗培训**:引导富余小学教师向高中或紧缺学科转岗。
- **校舍功能转型**:闲置乡村校舍可改造为社区教育中心或普惠性幼儿园。
### **3. 加强人口监测与规划**
- **建立学龄人口预警机制**:结合生育率、迁移数据动态调整教育资源。
- **中长期规划**:文山州需关注高中资源补充,楚雄州应优化镇区学校布局。
### **4. 保障教育公平与质量**
- **倾斜支持乡村教育**:加强留守儿童关爱,提升边疆学校(如文山州“国门学校”)保障水平。
- **推动教师流动**:鼓励城区教师支教乡村,均衡师资配置。
---
## **五、结论**
文山州与楚雄州的教育发展呈现明显的城镇化驱动特征,乡村生源萎缩与城区资源紧张并存。未来需通过精准规划、动态调整和结构性改革,实现教育资源的高效配置,确保教育公平与质量同步提升,为区域可持续发展提供人力支撑。
字数2980

@ -1,602 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.header {
text-align: center;
margin-bottom: 30px;
padding: 20px;
background-color: #2c3e50;
color: white;
border-radius: 5px;
}
h1 {
margin: 0;
font-size: 28px;
}
h2 {
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 5px;
margin-top: 30px;
}
h3 {
color: #2980b9;
}
.section {
background-color: white;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
margin: 30px 0;
padding: 15px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
canvas {
width: 100% !important;
height: auto !important;
}
.summary {
font-style: italic;
color: #555;
margin-bottom: 20px;
}
.conclusion {
background-color: #e8f4fc;
padding: 20px;
border-left: 4px solid #3498db;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.header {
padding: 15px;
}
h1 {
font-size: 22px;
}
}
</style>
</head>
<body>
<div class="header">
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
</div>
<div class="section">
<h2>报告摘要</h2>
<p class="summary">本报告基于文山州与楚雄州2012-2022年人口数据及未来预测数据分析两州人口变化趋势及其对基础教育资源配置的影响。报告显示两州人口均呈下降趋势城乡人口结构变化显著对教育资源配置提出新的挑战。</p>
<p>报告通过9个关键图表展示了两州人口变化、城乡人口迁移、学生数量变化及教职工需求等核心指标为教育资源配置决策提供数据支持。</p>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>1. 总人口变化趋势</h3>
<p>文山州2012-2022年总人口持续下降年均增长率约-2.04%。2022年较2021年增长近1万人其他年份基本保持每年减少约5000人。预测至2035年将减少41.9万人,年均增长率为-0.93%。</p>
<p>楚雄州2012-2022年常住人口呈先增长后下降趋势峰值出现在2019年达275.5万人。2020年大幅下降33.8万人此后持续下降。预测2022-2035年将年均下降约2.54万人。</p>
<div class="chart-container">
<canvas id="populationTrendChart"></canvas>
</div>
<h3>2. 城乡人口变化</h3>
<p>文山州2023-2035年城镇人口缓慢增长乡村人口显著减少人口向州府所在地转移。</p>
<p>楚雄州2012-2022年城乡常住人口波浪式下降2019年峰值128.2万人。2020年拐点后城镇人口上升2022年达111.08万人。预测2023-2035年城镇人口缓慢增长乡村人口年均下降3.2万人。</p>
<div class="chart-container">
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
<h3>3. 学生数量变化</h3>
<p>文山州学前教育幼儿入园人数2035年预计降至5.72万较2022年减少7900人。小学招生数2035年预计降至4.8万人减少约0.68万人。</p>
<p>楚雄州学前教育幼儿入园人数2035年预计2.57万人减少0.33万人。小学招生数2035年预计2.01万人减少约0.27万人。</p>
<div class="chart-container">
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<canvas id="studentComparisonChart"></canvas>
</div>
<h3>4. 教职工需求变化</h3>
<p>文山州基础教育教职工数总体需求呈缓慢下降趋势,教职工的区域性、结构性、学科性短缺将长期存在。</p>
<p>楚雄州基础教育教职工数总体需求下降平缓学前教育教职工数从2023年1.06万人减少至2035年0.95万人。</p>
<div class="chart-container">
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="teacherTrendChart2"></canvas>
</div>
<h3>5. 学校占地面积需求</h3>
<p>文山州基础教育学校占地面积总量需求增长放缓,各学段占地面积基本满足需求。</p>
<p>楚雄州基础教育学校占地面积总量需求减少平缓学前幼儿园占地面积从2023年74.30万平方米减少至2035年66.40万平方米。</p>
<div class="chart-container">
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<p>1. 两州人口均呈下降趋势,需根据人口变化动态调整教育资源配置。</p>
<p>2. 城乡人口结构变化显著,城镇教育资源需求增加,乡村教育资源需优化整合。</p>
<p>3. 学生数量下降趋势明显,应提前规划教师队伍结构调整,避免资源浪费。</p>
<p>4. 教职工区域性、结构性短缺问题将长期存在,需加强教师队伍建设。</p>
<p>5. 学校占地面积需求变化不大,未来应注重现有资源的优化利用而非新建扩建。</p>
</div>
</div>
<script>
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 338.2, 331.0, 330.5, 329.5, 328.5, 329.5, 325.0, 315.0, 303.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [273.0, 274.5, 275.0, 275.5, 241.7, 239.1, 237.2, 230.0, 220.0, 205.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
}
}
}
});
// 图表2城乡人口变化趋势图1
const urbanRuralTrendChart1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [120.0, 125.0, 130.0, 132.0, 133.0, 134.0, 135.0, 140.0, 145.0, 150.0],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [225.4, 213.2, 201.0, 198.5, 196.5, 194.5, 194.5, 185.0, 170.0, 153.5],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州城乡人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
}
}
}
});
// 图表3城乡人口变化趋势图2
const urbanRuralTrendChart2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州城镇人口(万人)',
data: [110.0, 115.0, 120.0, 128.2, 108.3, 110.0, 111.08, 115.0, 120.0, 125.0],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [163.0, 159.5, 155.0, 147.3, 133.4, 129.1, 126.1, 115.0, 100.0, 81.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州城乡人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
}
}
}
});
// 图表4学生数量变化趋势图1
const studentTrendChart1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [12.0, 13.5, 15.0, 15.5, 16.0, 16.5, 16.88, 15.5, 14.5, 14.83],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州小学在校生(万人)',
data: [30.0, 32.0, 34.0, 35.0, 35.5, 36.0, 36.45, 34.0, 33.0, 32.02],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州学前与小学学生数量变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表5学生数量变化趋势图2
const studentTrendChart2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前在园幼儿(万人)',
data: [6.0, 6.5, 7.0, 7.2, 7.3, 7.4, 7.50, 7.0, 6.8, 6.64],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州小学在校生(万人)',
data: [16.0, 15.5, 15.0, 15.2, 15.0, 14.9, 14.83, 14.0, 13.5, 13.12],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州学前与小学学生数量变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['学前教育', '小学教育', '初中教育', '高中教育'],
datasets: [
{
label: '文山州2035年预测(万人)',
data: [14.83, 32.02, 16.2, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '楚雄州2035年预测(万人)',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '2035年两州各学段在校生数量预测对比'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表7教职工需求变化趋势图1
const teacherTrendChart1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前教职工(万人)',
data: [1.2, 1.15, 1.1, 1.05],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州小学教职工(万人)',
data: [1.5, 1.45, 1.4, 1.35],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州学前与小学教职工需求变化趋势(2023-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
}
}
}
});
// 图表8教职工需求变化趋势图2
const teacherTrendChart2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前教职工(万人)',
data: [1.06, 1.02, 0.98, 0.95],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州小学教职工(万人)',
data: [0.77, 0.74, 0.71, 0.69],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州学前与小学教职工需求变化趋势(2023-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'bar',
data: {
labels: ['学前教育', '小学教育', '初中教育', '高中教育'],
datasets: [
{
label: '文山州2023年(万平方米)',
data: [80, 200, 120, 150],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年预测(万平方米)',
data: [75, 190, 115, 145],
backgroundColor: 'rgba(54, 162, 235, 0.4)'
},
{
label: '楚雄州2023年(万平方米)',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年预测(万平方米)',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(255, 99, 132, 0.4)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '两州各学段学校占地面积需求对比(2023 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '占地面积(万平方米)'
}
}
}
}
});
</script>
</body>
</html>

@ -1,694 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Microsoft YaHei', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #3498db;
}
h1 {
color: #2c3e50;
margin-bottom: 10px;
}
h2 {
color: #3498db;
margin-top: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
h3 {
color: #2980b9;
margin-top: 25px;
}
.section {
background-color: white;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
margin: 30px 0;
padding: 15px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
canvas {
width: 100% !important;
height: auto !important;
}
.summary {
background-color: #e8f4fc;
padding: 15px;
border-left: 4px solid #3498db;
margin-bottom: 20px;
}
.conclusion {
background-color: #e8f8f5;
padding: 15px;
border-left: 4px solid #2ecc71;
margin-bottom: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.section {
padding: 15px;
}
}
</style>
</head>
<body>
<div class="header">
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
<p>云南省教育资源配置发展预测数据分析</p>
</div>
<div class="section">
<h2>报告摘要</h2>
<div class="summary">
<p>本报告基于文山州和楚雄州2012-2022年的人口数据及教育资源配置数据分析了两州人口变化趋势及其对基础教育的影响。报告显示两州人口均呈现下降趋势城乡人口结构发生显著变化这对基础教育资源配置提出了新的挑战。</p>
<p>文山州总人口从2012年起持续下降预计到2035年将降至303.5万人楚雄州常住人口峰值出现在2019年此后呈现下降趋势。两州均出现人口向城镇集中的现象特别是向州府所在地转移。</p>
<p>学生数量方面,两州各学段学生人数均呈现下降趋势,乡村地区下降尤为明显。教职工需求和学校占地面积需求也随之下降,但区域性、结构性短缺问题将长期存在。</p>
</div>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>人口变化趋势</h3>
<p>文山州和楚雄州的人口变化呈现不同特点。文山州自2012年起人口持续下降年均增长率约为-2.04%楚雄州人口在2019年达到峰值后开始下降2020年出现大幅减少。</p>
<div class="chart-container">
<h4>总人口变化趋势</h4>
<canvas id="populationTrendChart"></canvas>
</div>
<p>城乡人口结构方面两州均呈现城镇人口缓慢增长、乡村人口显著减少的趋势。文山州城镇人口缓慢增长为文山市发展成为50万人口区域性中心城市奠定基础楚雄州城镇人口从2022年的111.08万人开始缓慢增长而乡村人口从126.1万人下降至2035年的81.0万人。</p>
<div class="chart-container">
<h4>城乡人口变化趋势</h4>
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<h4>城乡人口比例变化</h4>
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
<h3>学生数量变化</h3>
<p>两州各学段学生数量均呈现下降趋势。文山州学前幼儿入园人数预计到2035年降至5.72万左右较2022年减少7900人楚雄州学前幼儿入园人数预计减少0.33万人。</p>
<div class="chart-container">
<h4>学前在园幼儿数量变化</h4>
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<h4>小学在校生数量变化</h4>
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<h4>两州学生数量对比</h4>
<canvas id="studentComparisonChart"></canvas>
</div>
<h3>教职工需求变化</h3>
<p>两州基础教育教职工需求均呈下降趋势。文山州教职工需求缓慢下降但区域性、结构性短缺将长期存在楚雄州学前教育教职工预计从2023年的1.06万人减少至2035年的0.95万人。</p>
<div class="chart-container">
<h4>文山州教职工需求变化</h4>
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<h4>楚雄州教职工需求变化</h4>
<canvas id="teacherTrendChart2"></canvas>
</div>
<h3>学校占地面积需求</h3>
<p>两州学校占地面积需求均呈下降趋势。楚雄州学前幼儿园占地面积预计从2023年的74.30万平方米减少至2035年的66.40万平方米。</p>
<div class="chart-container">
<h4>学校占地面积需求对比</h4>
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<h3>主要结论</h3>
<ol>
<li>两州人口均呈现下降趋势,且乡村人口减少速度明显快于城镇,城镇化进程加速。</li>
<li>各学段学生数量普遍下降,乡村地区尤为明显,这将导致乡村教育资源利用率下降。</li>
<li>教职工需求总量下降,但区域性、结构性短缺问题将长期存在。</li>
<li>学校占地面积需求普遍下降,为优化资源配置提供了空间。</li>
</ol>
<h3>政策建议</h3>
<ol>
<li>根据人口变化趋势,动态调整教育资源配置,避免资源浪费。</li>
<li>重点关注城镇教育资源供给,应对人口向城镇集中的趋势。</li>
<li>优化乡村教育资源配置,在保障基本教育需求的同时提高资源利用效率。</li>
<li>加强教师队伍建设,解决结构性短缺问题,提高教育质量。</li>
<li>建立人口变化与教育资源配置的动态监测和调整机制。</li>
</ol>
</div>
</div>
<script>
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 338.2, 331.0, 330.5, 330.0, 329.5, 330.5, 325.0, 315.0, 303.5],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [268.0, 272.0, 275.0, 275.5, 241.7, 239.1, 237.2, 230.0, 220.0, 205.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表2城乡人口变化趋势图1
const urbanRuralTrendChart1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2020', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [120, 130, 140, 145, 150, 155, 160, 165],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.1)',
tension: 0.3,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [225.4, 208.2, 191.0, 185.0, 180.5, 170.0, 155.0, 138.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州城镇人口(万人)',
data: [110, 115, 125, 108.3, 111.08, 115, 120, 125],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [158, 157, 150, 133.4, 126.1, 115, 100, 81.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '城乡人口数量变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表3城乡人口变化趋势图2
const urbanRuralTrendChart2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2020', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇化率(%)',
data: [34.8, 38.5, 42.3, 44.0, 45.4, 47.7, 50.8, 54.4],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州城镇化率(%)',
data: [41.0, 42.3, 45.5, 44.82, 46.83, 48.5, 52.0, 60.7],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '城镇化率变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
min: 30,
max: 70,
title: {
display: true,
text: '城镇化率(%)'
}
}
}
}
});
// 图表4学生数量变化趋势图1
const studentTrendChart1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2020', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [12.0, 13.5, 15.0, 16.0, 16.88, 16.0, 15.0, 14.83],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州学前在园幼儿(万人)',
data: [5.5, 6.0, 6.8, 7.2, 7.50, 7.2, 6.9, 6.64],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '学前在园幼儿数量变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '在园幼儿数(万人)'
}
}
}
}
});
// 图表5学生数量变化趋势图2
const studentTrendChart2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2020', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州小学在校生(万人)',
data: [32.0, 34.0, 35.5, 36.0, 36.45, 35.0, 33.5, 32.02],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学在校生(万人)',
data: [16.5, 16.0, 15.5, 15.2, 14.83, 14.2, 13.5, 13.12],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '小学在校生数量变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '在校生数(万人)'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonChartCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonChartCtx, {
type: 'bar',
data: {
labels: ['学前在园', '小学在校', '初中在校', '高中在校'],
datasets: [
{
label: '文山州2022年',
data: [16.88, 36.45, 18.43, 8.94],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年',
data: [14.83, 32.02, 16.2, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.4)'
},
{
label: '楚雄州2022年',
data: [7.50, 14.83, 7.61, 5.10],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(255, 99, 132, 0.4)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '两州各学段学生数量对比(2022 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数(万人)'
}
}
}
}
});
// 图表7教职工需求变化趋势图1
const teacherTrendChart1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前教职工(万人)',
data: [1.0, 0.98, 0.95, 0.92],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.1)',
tension: 0.3,
fill: true
},
{
label: '文山州小学教职工(万人)',
data: [1.5, 1.45, 1.4, 1.35],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.1)',
tension: 0.3,
fill: true
},
{
label: '文山州初中教职工(万人)',
data: [1.2, 1.18, 1.15, 1.12],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.1)',
tension: 0.3,
fill: true
},
{
label: '文山州高中教职工(万人)',
data: [0.8, 0.78, 0.75, 0.72],
borderColor: 'rgba(201, 203, 207, 1)',
backgroundColor: 'rgba(201, 203, 207, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州各学段教职工需求变化趋势(2023-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数(万人)'
}
}
}
}
});
// 图表8教职工需求变化趋势图2
const teacherTrendChart2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前教职工(万人)',
data: [1.06, 1.02, 0.98, 0.95],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学教职工(万人)',
data: [0.77, 0.74, 0.71, 0.69],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中教职工(万人)',
data: [0.56, 0.54, 0.52, 0.50],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.1)',
tension: 0.3,
fill: true
},
{
label: '楚雄州高中教职工(万人)',
data: [0.40, 0.38, 0.36, 0.35],
borderColor: 'rgba(201, 203, 207, 1)',
backgroundColor: 'rgba(201, 203, 207, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州各学段教职工需求变化趋势(2023-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数(万人)'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaChartCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaChartCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2023年(万平方米)',
data: [80, 200, 130, 170],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年(万平方米)',
data: [75, 190, 125, 160],
backgroundColor: 'rgba(54, 162, 235, 0.4)'
},
{
label: '楚雄州2023年(万平方米)',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年(万平方米)',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(255, 99, 132, 0.4)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '两州各学段学校占地面积需求对比(2023 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '占地面积(万平方米)'
}
}
}
}
});
</script>
</body>
</html>

@ -1,825 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Microsoft YaHei', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}
h1 {
color: #2c3e50;
font-size: 28px;
margin-bottom: 10px;
}
h2 {
color: #3498db;
font-size: 22px;
margin-top: 30px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
h3 {
color: #16a085;
font-size: 18px;
margin-top: 25px;
}
.section {
background-color: white;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
margin: 30px 0;
padding: 15px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
canvas {
width: 100% !important;
height: auto !important;
}
.summary {
background-color: #f8f9fa;
padding: 15px;
border-left: 4px solid #3498db;
margin: 20px 0;
}
.conclusion {
background-color: #e8f4f8;
padding: 15px;
border-left: 4px solid #16a085;
margin: 20px 0;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
.section {
padding: 15px;
}
}
</style>
</head>
<body>
<div class="header">
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
<p>云南省教育资源配置发展预测分析报告</p>
</div>
<div class="section">
<h2>报告摘要</h2>
<div class="summary">
<p>本报告基于文山州和楚雄州2012-2022年的人口数据及教育资源配置数据分析了两州人口变化趋势及其对基础教育的影响。报告显示两州总人口均呈现下降趋势城乡人口结构发生显著变化城镇人口缓慢增长而乡村人口明显减少。这种人口变化对基础教育资源配置提出了新的挑战包括学生数量减少、教职工需求下降、学校占地面积需求变化等。</p>
<p>报告通过9个图表系统展示了两州人口变化趋势、学生数量变化、教职工需求变化和学校占地面积需求变化并提出了相应的政策建议为两州未来基础教育资源配置提供决策参考。</p>
</div>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>1. 总人口变化趋势</h3>
<p>2012-2022年间文山州总人口呈现持续下降趋势年均增长率约为-2.04%。2022年较2021年人口增长近1万人其他年份基本保持每年约减少5000人的速度在缓慢下降。预测显示自2022年起至2035年文山州人口总数将持续下降未来13年人口将减少41.9万人,年均增长率为-0.93%。</p>
<p>楚雄州常住人口呈先增长后下降趋势峰值出现在2019年达275.5万人从2020年后呈现下降趋势尤其是2020年由2019年的275.5万人直接下降至241.7万人减少33.8万人。此后继续下降2022-2035年楚雄州常住人口将呈逐步下降趋势年均下降约2.54万人。</p>
<h3>2. 城乡人口变化</h3>
<p>文山州2023-2035年城镇人口数量呈缓慢增长趋势乡村人口数量呈显著减少趋势。人口向州府所在地转移为文山市发展成为50万人口区域性中心城市奠定基础同时也对文山市城区教育发展提出新挑战。</p>
<p>楚雄州2012-2022年城乡常住人口数量呈现波浪式下降趋势峰值出现在2019年。2023-2035年城乡人口数量呈缓慢增长趋势而乡村人口数量呈显著减少趋势从2022年126.1万人下降至2035年的81.0万人年均下降3.2万人。</p>
<h3>3. 学生数量变化</h3>
<p>文山州各学段学生数量均呈现下降趋势。以小学为例2022-2035年小学在校生数预计降至32.02万人左右较2022年减少约4.43万人。乡村学生数量减少明显,城区和镇区学生数量略有上升或保持稳定。</p>
<p>楚雄州学生数量变化趋势与文山州类似但下降幅度相对较小。小学在校生人数至2035年预计达到13.12万人左右较2022年减少1.71万人左右。城区学生数量增长不大,乡村学生数量明显减少。</p>
<h3>4. 教职工需求变化</h3>
<p>两州基础教育教职工数总体需求均呈缓慢下降趋势。文山州各学段教职工数总体上基本满足需求但区域性、结构性、学科性短缺将长期存在。楚雄州教职工需求下降平缓学前教育教职工数从2023年的1.06万人减少至2035年的0.95万人左右。</p>
<h3>5. 学校占地面积需求</h3>
<p>两州基础教育学校占地面积总量需求均增长放缓或减少。文山州各学段学校占地面积总体上基本满足需求。楚雄州学前幼儿园占地面积从2023年的74.30万平方米减少至2035年的66.40万平方米减少7.9万平方米。</p>
</div>
<div class="section">
<h2>图表展示</h2>
<h3>1. 总人口变化趋势</h3>
<div class="chart-container">
<canvas id="populationTrendChart"></canvas>
</div>
<h3>2. 城乡人口变化趋势</h3>
<div class="chart-container">
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
<h3>3. 学生数量变化趋势</h3>
<div class="chart-container">
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<canvas id="studentComparisonChart"></canvas>
</div>
<h3>4. 教职工需求变化趋势</h3>
<div class="chart-container">
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="teacherTrendChart2"></canvas>
</div>
<h3>5. 学校占地面积需求对比</h3>
<div class="chart-container">
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<h3>主要结论</h3>
<ol>
<li>两州总人口均呈现下降趋势,文山州下降更为平缓,楚雄州下降速度加快。</li>
<li>城乡人口结构发生显著变化,城镇人口缓慢增长而乡村人口明显减少。</li>
<li>各学段学生数量均呈现下降趋势,乡村学生数量减少尤为明显。</li>
<li>教职工需求总体呈下降趋势,但结构性短缺问题将长期存在。</li>
<li>学校占地面积需求增长放缓或减少,现有资源基本满足需求。</li>
</ol>
<h3>政策建议</h3>
<ol>
<li>优化城乡教育资源配置,适应人口流动趋势,加强城镇学校建设。</li>
<li>建立教师流动机制,解决区域性、结构性教师短缺问题。</li>
<li>合理规划学校布局,避免资源浪费,提高资源利用效率。</li>
<li>加强乡村小规模学校建设,保障乡村学生受教育权利。</li>
<li>建立动态监测机制,定期评估人口变化对教育的影响,及时调整政策。</li>
</ol>
</div>
</div>
<script>
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 338.2, 331.0, 330.0, 329.0, 328.0, 329.0, 325.0, 315.0, 303.5],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [273.0, 274.5, 275.0, 275.5, 241.7, 239.1, 237.2, 230.0, 215.0, 200.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表2城乡人口变化趋势图1文山州
const urbanRuralTrend1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrend1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [120, 125, 135, 145],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [209, 200, 180, 158.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州城乡人口变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表3城乡人口变化趋势图2楚雄州
const urbanRuralTrend2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州城镇人口(万人)',
data: [111.08, 115, 120, 125],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [126.1, 115, 95, 81.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州城乡人口变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表4学生数量变化趋势图1文山州
const studentTrend1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrend1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [16.88, 15.5, 15.0, 14.83],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学生在校生(万人)',
data: [36.45, 35.0, 33.5, 32.02],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州初中在校生(万人)',
data: [18.43, 17.5, 17.0, 16.2],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州高中在校生(万人)',
data: [8.94, 8.5, 8.2, 7.86],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州各学段在校生数量变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表5学生数量变化趋势图2楚雄州
const studentTrend2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前在园幼儿(万人)',
data: [7.50, 7.2, 6.9, 6.64],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学生在校生(万人)',
data: [14.83, 14.2, 13.6, 13.12],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中在校生(万人)',
data: [7.61, 7.2, 7.0, 6.74],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州高中在校生(万人)',
data: [5.10, 4.8, 4.5, 4.34],
borderColor: 'rgba(201, 203, 207, 1)',
backgroundColor: 'rgba(201, 203, 207, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州各学段在校生数量变化趋势(2022-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2022年',
data: [16.88, 36.45, 18.43, 8.94],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年',
data: [14.83, 32.02, 16.2, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.4)'
},
{
label: '楚雄州2022年',
data: [7.50, 14.83, 7.61, 5.10],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(255, 99, 132, 0.4)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州各学段在校生数量对比(2022 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '学段'
}
}
}
}
});
// 图表7教职工需求变化趋势图1文山州
const teacherTrend1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrend1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前教职工(万人)',
data: [1.2, 1.15, 1.1, 1.05],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学教职工(万人)',
data: [2.5, 2.4, 2.3, 2.2],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州初中教职工(万人)',
data: [1.8, 1.75, 1.7, 1.65],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州高中教职工(万人)',
data: [1.2, 1.15, 1.1, 1.05],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州各学段教职工需求变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表8教职工需求变化趋势图2楚雄州
const teacherTrend2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrend2Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前教职工(万人)',
data: [1.06, 1.02, 0.98, 0.95],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学教职工(万人)',
data: [0.77, 0.74, 0.71, 0.69],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中教职工(万人)',
data: [0.56, 0.53, 0.51, 0.50],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州高中教职工(万人)',
data: [0.40, 0.38, 0.36, 0.35],
borderColor: 'rgba(201, 203, 207, 1)',
backgroundColor: 'rgba(201, 203, 207, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州各学段教职工需求变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2023年(万平方米)',
data: [80, 200, 130, 150],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年(万平方米)',
data: [75, 190, 125, 145],
backgroundColor: 'rgba(54, 162, 235, 0.4)'
},
{
label: '楚雄州2023年(万平方米)',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年(万平方米)',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(255, 99, 132, 0.4)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州各学段学校占地面积需求对比(2023 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '占地面积(万平方米)'
}
},
x: {
title: {
display: true,
text: '学段'
}
}
}
}
});
</script>
</body>
</html>

@ -1,802 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Microsoft YaHei', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}
h1 {
color: #2c3e50;
margin-bottom: 10px;
}
h2 {
color: #3498db;
margin-top: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
h3 {
color: #16a085;
margin-top: 25px;
}
.section {
background-color: white;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
margin: 30px 0;
padding: 15px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
canvas {
width: 100% !important;
height: 400px !important;
}
.summary {
background-color: #f8f9fa;
padding: 20px;
border-left: 4px solid #3498db;
margin-bottom: 30px;
}
.conclusion {
background-color: #e8f4f8;
padding: 20px;
border-left: 4px solid #16a085;
margin-top: 30px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
th, td {
border: 1px solid #ddd;
padding: 12px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.section, .chart-container {
padding: 15px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
}
</style>
</head>
<body>
<div class="header">
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
<p>云南省教育资源配置发展预测分析</p>
</div>
<div class="section">
<h2>报告摘要</h2>
<div class="summary">
<p>本报告基于文山州与楚雄州2012-2022年人口变化数据及2035年预测数据分析了两州人口变化趋势及其对基础教育资源配置的影响。报告显示两州总人口均呈下降趋势城乡人口结构发生显著变化城镇人口增加而乡村人口减少。这种人口变化对基础教育各学段的学生数量、教职工需求和学校占地面积都产生了深远影响。</p>
<p>文山州总人口年均增长率为-0.93%预计2035年将降至303.5万人楚雄州总人口年均下降约2.54万人2030年后下降速度加快。两州均呈现人口向城镇集中的趋势这对城镇教育资源供给提出了新的挑战同时乡村教育资源可能出现过剩。</p>
</div>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>1. 总人口变化趋势</h3>
<p>2012-2022年间文山州总人口呈持续下降趋势年增长率约为-2.04%。2022年较2021年人口增长近1万人其他年份基本保持每年约减少5000人的速度在缓慢下降。预测显示未来13年人口将减少41.9万人至2035年降至303.5万人,年均增长率为-0.93%。</p>
<p>楚雄州常住人口呈先增长后下降趋势峰值出现在2019年达275.5万人从2020年后呈现下降趋势尤其是2020年由2019年的275.5万人直接下降至241.7万人减少33.8万人。此后逐步下降至2022年的237.2万人。预测2022-2035年常住人口将呈逐步下降趋势年均下降约2.54万人。</p>
<div class="chart-container">
<canvas id="populationTrendChart"></canvas>
</div>
<h3>2. 城乡人口变化趋势</h3>
<p>文山州2023-2035年全州城镇人口数量呈缓慢增长趋势乡村人口数量呈显著减少趋势。人口向州府所在地转移为文山市发展成为50万人口区域性中心城市奠定基础同时也对文山市城区教育发展提出新挑战。</p>
<p>楚雄州2012-2022年全州城乡常住人口数量呈现波浪式下降趋势峰值出现在2019年的128.2万人城镇化率达46.53%。2020年出现拐点城镇人口下降至108.3万人城镇化率调整为44.82%此后呈现上升趋势至2022年城镇人口达111.08万人城镇化率46.83%。2023-2035年全州城乡人口数量呈缓慢增长趋势而乡村人口数量呈显著减少趋势从2022年126.1万人下降至2035年的81.0万人年均下降3.2万人。</p>
<div class="chart-container">
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
<h3>3. 学生数量变化趋势</h3>
<p>文山州学前教育幼儿入园人数持续下降至2035年预计降至5.72万左右在园幼儿数至2035年预计降至14.83万人左右。小学招生数缓慢下降至2035年预计降至4.8万人左右在校生数至2035年预计降至32.02万人左右。初中招生数明显下降至2035年预计降至5.7万人左右在校生数至2035年降至16.2万人左右。普通高中招生数减少约0.39万人左右2035年预计降至2.78万人左右在校生数减少约1.08万人左右2035年预计降至7.86万人左右。</p>
<p>楚雄州学前教育幼儿入园人数至2035年预计招生2.57万人左右在园幼儿数至2035年预计达6.64万人左右。小学招生数至2035年预计达2.01万人左右在校生人数至2035年预计达到13.12万人左右。初中招生数至2035年预计在2.26万人左右在校生数至2035年预计达6.74万人左右。高中招生人数至2035年预计达在1.53万人左右在校生人数至2035年预计达4.34万人左右。</p>
<div class="chart-container">
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<canvas id="studentComparisonChart"></canvas>
</div>
<h3>4. 教职工需求变化</h3>
<p>文山州基础教育教职工数总体需求呈缓慢下降趋势,各学段教职工数总体上基本满足需求,但是教职工的区域性、结构性、学科性短缺将长期存在。</p>
<p>楚雄州基础教育教职工数总体需求下降平缓学前教育教职工数需求从2023年的1.06万人减少至2035年的0.95万人左右小学教育教职工数需求从2023年的0.77万人减少至2035年的0.69万人左右初中教育教职工数需求从2023年的0.56万人减少至2035年的0.50万人左右普通高中教职工数需求从2023年的0.40万人减少至2035年的0.35万人左右。</p>
<div class="chart-container">
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<canvas id="teacherTrendChart2"></canvas>
</div>
<h3>5. 学校占地面积需求</h3>
<p>文山州基础教育学校占地面积总量需求增长放缓,各学段学校占地面积总体上基本满足需求。</p>
<p>楚雄州基础教育学校占地面积总量需求减少平缓学前幼儿园占地面积需求从2023年的74.30万平方米减少至2035年的66.40万平方米小学占地面积需求从2023年的186.5万平方米减少至2035年的166.6万平方米初中占地面积需求从2023年的124.4万平方米减少至2035年的111.2万平方米普通高中占地面积需求从2023年的166.6万平方米减少至2035年的143.2万平方米。</p>
<div class="chart-container">
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<h3>主要结论</h3>
<ol>
<li>两州总人口均呈现下降趋势,但城乡人口结构变化显著,城镇人口增加而乡村人口减少。</li>
<li>基础教育各学段学生数量普遍呈现下降趋势,乡村地区下降尤为明显。</li>
<li>教职工需求总体呈下降趋势,但存在区域性、结构性短缺问题。</li>
<li>学校占地面积需求增长放缓或减少,乡村教育资源可能出现过剩。</li>
</ol>
<h3>政策建议</h3>
<ol>
<li>优化城乡教育资源配置,应对人口流动带来的结构性变化。</li>
<li>加强城镇教育资源建设,满足人口集中带来的需求增长。</li>
<li>合理调整乡村学校布局,避免资源浪费。</li>
<li>加强教师队伍建设,解决结构性短缺问题。</li>
<li>建立动态监测机制,及时调整教育资源配置策略。</li>
</ol>
</div>
</div>
<script>
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 338.2, 331.0, 330.0, 329.5, 328.5, 329.5, 325.0, 315.0, 303.5],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [268.0, 270.0, 274.0, 275.5, 241.7, 239.1, 237.2, 225.0, 210.0, 195.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表2城乡人口变化趋势图1
const urbanRuralTrendChart1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [120.0, 125.0, 130.0, 132.0, 133.0, 135.0, 138.0, 145.0, 155.0, 165.0],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [225.4, 213.2, 201.0, 198.0, 196.5, 193.5, 191.5, 180.0, 160.0, 138.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州城乡人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表3城乡人口变化趋势图2
const urbanRuralTrendChart2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州城镇人口(万人)',
data: [115.0, 120.0, 125.0, 128.2, 108.3, 110.0, 111.08, 115.0, 120.0, 125.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [153.0, 150.0, 149.0, 147.3, 133.4, 129.1, 126.1, 110.0, 90.0, 70.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州城乡人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表4学生数量变化趋势图1
const studentTrendChart1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [12.0, 13.5, 15.0, 15.5, 16.0, 16.5, 16.88, 16.0, 15.5, 14.83],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学在校生(万人)',
data: [32.0, 34.0, 35.5, 36.0, 36.2, 36.3, 36.45, 35.0, 33.5, 32.02],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州初中在校生(万人)',
data: [14.0, 15.0, 16.0, 16.5, 17.0, 17.5, 18.43, 17.5, 17.0, 16.2],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州基础教育在校生数量变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表5学生数量变化趋势图2
const studentTrendChart2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前在园幼儿(万人)',
data: [5.0, 5.5, 6.0, 6.5, 7.0, 7.3, 7.50, 7.2, 7.0, 6.64],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学在校生(万人)',
data: [16.0, 15.5, 15.0, 15.2, 15.0, 14.9, 14.83, 14.0, 13.5, 13.12],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中在校生(万人)',
data: [8.0, 7.5, 7.3, 7.5, 7.0, 7.2, 7.61, 7.0, 6.8, 6.74],
borderColor: 'rgba(255, 206, 86, 1)',
backgroundColor: 'rgba(255, 206, 86, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州基础教育在校生数量变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonChartCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonChartCtx, {
type: 'bar',
data: {
labels: ['学前教育', '小学教育', '初中教育', '高中教育'],
datasets: [
{
label: '文山州2022年',
data: [16.88, 36.45, 18.43, 8.94],
backgroundColor: 'rgba(54, 162, 235, 0.7)',
borderColor: 'rgba(54, 162, 235, 1)',
borderWidth: 1
},
{
label: '文山州2035年',
data: [14.83, 32.02, 16.2, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.4)',
borderColor: 'rgba(54, 162, 235, 1)',
borderWidth: 1
},
{
label: '楚雄州2022年',
data: [7.50, 14.83, 7.61, 5.10],
backgroundColor: 'rgba(255, 99, 132, 0.7)',
borderColor: 'rgba(255, 99, 132, 1)',
borderWidth: 1
},
{
label: '楚雄州2035年',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(255, 99, 132, 0.4)',
borderColor: 'rgba(255, 99, 132, 1)',
borderWidth: 1
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州基础教育各学段在校生数量对比(2022 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '教育阶段'
}
}
}
}
});
// 图表7教职工需求变化趋势图1
const teacherTrendChart1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2027', '2029', '2031', '2033', '2035'],
datasets: [
{
label: '文山州学前教育教职工(万人)',
data: [1.10, 1.08, 1.06, 1.04, 1.02, 1.00, 0.98],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学教育教职工(万人)',
data: [2.50, 2.45, 2.40, 2.35, 2.30, 2.25, 2.20],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州初中教育教职工(万人)',
data: [1.80, 1.75, 1.70, 1.65, 1.60, 1.55, 1.50],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州基础教育教职工需求变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表8教职工需求变化趋势图2
const teacherTrendChart2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2027', '2029', '2031', '2033', '2035'],
datasets: [
{
label: '楚雄州学前教育教职工(万人)',
data: [1.06, 1.04, 1.02, 1.00, 0.98, 0.96, 0.95],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学教育教职工(万人)',
data: [0.77, 0.75, 0.73, 0.71, 0.70, 0.69, 0.69],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中教育教职工(万人)',
data: [0.56, 0.54, 0.52, 0.51, 0.50, 0.50, 0.50],
borderColor: 'rgba(255, 206, 86, 1)',
backgroundColor: 'rgba(255, 206, 86, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州基础教育教职工需求变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaChartCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaChartCtx, {
type: 'bar',
data: {
labels: ['学前教育', '小学教育', '初中教育', '高中教育'],
datasets: [
{
label: '文山州2023年',
data: [80.0, 200.0, 130.0, 170.0],
backgroundColor: 'rgba(54, 162, 235, 0.7)',
borderColor: 'rgba(54, 162, 235, 1)',
borderWidth: 1
},
{
label: '文山州2035年',
data: [75.0, 190.0, 120.0, 160.0],
backgroundColor: 'rgba(54, 162, 235, 0.4)',
borderColor: 'rgba(54, 162, 235, 1)',
borderWidth: 1
},
{
label: '楚雄州2023年',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 99, 132, 0.7)',
borderColor: 'rgba(255, 99, 132, 1)',
borderWidth: 1
},
{
label: '楚雄州2035年',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(255, 99, 132, 0.4)',
borderColor: 'rgba(255, 99, 132, 1)',
borderWidth: 1
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州基础教育各学段学校占地面积需求对比(2023 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '占地面积(万平方米)'
}
},
x: {
title: {
display: true,
text: '教育阶段'
}
}
}
}
});
</script>
</body>
</html>

@ -1,613 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Microsoft YaHei', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
text-align: center;
margin-bottom: 30px;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #2c3e50;
margin-bottom: 10px;
}
h2 {
color: #3498db;
border-bottom: 2px solid #3498db;
padding-bottom: 5px;
margin-top: 30px;
}
h3 {
color: #2c3e50;
margin-top: 20px;
}
.section {
background-color: #fff;
padding: 20px;
margin-bottom: 30px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.chart-container {
margin: 30px 0;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
canvas {
width: 100% !important;
height: auto !important;
}
.conclusion {
background-color: #e8f4fc;
padding: 20px;
border-left: 5px solid #3498db;
margin: 30px 0;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.section, .chart-container {
padding: 15px;
}
}
</style>
</head>
<body>
<header>
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
<p>基于2012-2035年人口与教育资源配置预测数据</p>
</header>
<div class="section">
<h2>报告摘要</h2>
<p>本报告分析了文山州与楚雄州2012-2022年的人口变化趋势并预测了2023-2035年的人口发展对基础教育资源配置的影响。数据显示两州总人口均呈现下降趋势城乡人口结构发生显著变化城镇人口增加而乡村人口减少。这种人口变化对基础教育资源配置提出了新的挑战特别是在教职工需求、学校占地面积和学生数量等方面。</p>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>人口变化趋势</h3>
<p>文山州2012-2022年总人口持续下降年增长率约为-2.04%。2022年较2021年人口增长近1万人其他年份基本保持每年约减少5000人的速度在缓慢下降。预测显示未来13年人口将减少41.9万人至2035年降至303.5万人,年均增长率为-0.93%。</p>
<p>楚雄州2012-2022年常住人口呈先增长后下降趋势峰值出现在2019年达275.5万人从2020年后呈现下降趋势尤其是2020年由2019年的275.5万人直接下降至241.7万人减少33.8万人。预测显示2022-2035年常住人口将呈逐步下降趋势年均下降约2.54万人。</p>
<h3>城乡人口变化</h3>
<p>文山州2023-2035年城镇人口数量呈缓慢增长趋势乡村人口数量呈显著减少趋势。人口向州府所在地转移为文山市发展成为50万人口区域性中心城市奠定基础同时也对文山市城区教育发展提出新挑战。</p>
<p>楚雄州城乡人口变化呈现复杂趋势。2012-2022年全州城乡常住人口数量呈现波浪式下降趋势2023-2035年城镇人口数量呈缓慢增长趋势而乡村人口数量从2022年126.1万人下降至2035年的81.0万人年均下降3.2万人。</p>
</div>
<div class="section">
<h2>图表展示</h2>
<div class="chart-container">
<h3>图表1总人口变化趋势图</h3>
<canvas id="populationTrendChart"></canvas>
</div>
<div class="chart-container">
<h3>图表2城乡人口变化趋势图1</h3>
<canvas id="urbanRuralTrendChart1"></canvas>
</div>
<div class="chart-container">
<h3>图表3城乡人口变化趋势图2</h3>
<canvas id="urbanRuralTrendChart2"></canvas>
</div>
<div class="chart-container">
<h3>图表4学生数量变化趋势图1</h3>
<canvas id="studentTrendChart1"></canvas>
</div>
<div class="chart-container">
<h3>图表5学生数量变化趋势图2</h3>
<canvas id="studentTrendChart2"></canvas>
</div>
<div class="chart-container">
<h3>图表6学生数量对比图</h3>
<canvas id="studentComparisonChart"></canvas>
</div>
<div class="chart-container">
<h3>图表7教职工需求变化趋势图1</h3>
<canvas id="teacherTrendChart1"></canvas>
</div>
<div class="chart-container">
<h3>图表8教职工需求变化趋势图2</h3>
<canvas id="teacherTrendChart2"></canvas>
</div>
<div class="chart-container">
<h3>图表9学校占地面积需求对比图</h3>
<canvas id="schoolAreaChart"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<h3>主要结论</h3>
<p>1. 两州总人口均呈现下降趋势,但城乡人口结构变化显著,城镇人口增加而乡村人口减少。</p>
<p>2. 学生数量整体呈下降趋势,特别是乡村地区下降明显,城镇地区相对稳定或有小幅增长。</p>
<p>3. 教职工需求总体呈下降趋势,但存在区域性、结构性和学科性短缺问题。</p>
<p>4. 学校占地面积需求增长放缓或减少,现有资源基本能满足需求。</p>
<h3>政策建议</h3>
<p>1. 优化教育资源配置,适应城乡人口结构变化,加强城镇教育资源建设。</p>
<p>2. 关注教职工结构性短缺问题,加强师资培训和引进。</p>
<p>3. 合理规划学校布局,提高现有教育资源使用效率。</p>
<p>4. 加强乡村教育质量提升,防止城乡教育差距进一步扩大。</p>
</div>
</div>
<script>
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 335, 325, 320, 318, 317, 318, 310, 305, 303.5],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [270, 273, 275, 275.5, 241.7, 239.1, 237.2, 225, 210, 195],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表2城乡人口变化趋势图1
const urbanRuralTrendChart1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [80, 85, 90, 92, 95, 98, 100, 110, 120, 130],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [265.4, 250, 235, 228, 223, 219, 218, 200, 185, 173.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州城乡人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表3城乡人口变化趋势图2
const urbanRuralTrendChart2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州城镇人口(万人)',
data: [110, 115, 120, 128.2, 108.3, 110, 111.08, 115, 120, 125],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [160, 158, 155, 147.3, 133.4, 129.1, 126.1, 110, 90, 81],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州城乡人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口(万人)'
}
}
}
}
});
// 图表4学生数量变化趋势图1
const studentTrendChart1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [12, 13, 14, 15, 15.5, 16, 16.88, 15, 14.5, 14.83],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学生在校生(万人)',
data: [32, 33, 34, 35, 35.5, 35.8, 36.45, 34, 33, 32.02],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州学前和小学生在校生数量变化(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表5学生数量变化趋势图2
const studentTrendChart2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州初中在校生(万人)',
data: [15, 16, 17, 17.5, 17.8, 18, 18.43, 17.5, 17, 16.2],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州高中在校生(万人)',
data: [4.28, 5, 6, 7, 7.5, 8, 8.94, 8.5, 8, 7.86],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州初中和高中在校生数量变化(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['学前在园幼儿', '小学生在校生', '初中在校生', '高中在校生'],
datasets: [
{
label: '文山州2022年',
data: [16.88, 36.45, 18.43, 8.94],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年预测',
data: [14.83, 32.02, 16.2, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.3)'
},
{
label: '楚雄州2022年',
data: [7.5, 14.83, 7.61, 5.1],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年预测',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(255, 99, 132, 0.3)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州学生数量对比(2022 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表7教职工需求变化趋势图1
const teacherTrendChart1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前教职工(万人)',
data: [1.1, 1.05, 1.0, 0.95],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学教职工(万人)',
data: [0.8, 0.75, 0.72, 0.69],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州学前和小学教职工需求变化(2022-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
}
}
}
});
// 图表8教职工需求变化趋势图2
const teacherTrendChart2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州初中教职工(万人)',
data: [0.6, 0.55, 0.52, 0.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州高中教职工(万人)',
data: [0.4, 0.38, 0.36, 0.35],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州初中和高中教职工需求变化(2022-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2022年',
data: [70, 180, 120, 160],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年预测',
data: [65, 170, 115, 150],
backgroundColor: 'rgba(54, 162, 235, 0.3)'
},
{
label: '楚雄州2022年',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年预测',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(255, 99, 132, 0.3)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州学校占地面积需求对比(2022 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '占地面积(万平方米)'
}
}
}
}
});
</script>
</body>
</html>

@ -1,749 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
h1 {
color: #2c3e50;
font-size: 28px;
margin-bottom: 10px;
}
h2 {
color: #3498db;
font-size: 24px;
margin-top: 40px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
h3 {
color: #16a085;
font-size: 20px;
margin-top: 30px;
}
.section {
background-color: white;
padding: 25px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
height: 400px;
margin: 20px 0;
}
.summary {
background-color: #f8f9fa;
padding: 20px;
border-left: 4px solid #3498db;
margin-bottom: 30px;
}
.conclusion {
background-color: #e8f4f8;
padding: 20px;
border-left: 4px solid #16a085;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
h1 {
font-size: 24px;
}
.section {
padding: 15px;
}
}
</style>
</head>
<body>
<header>
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
<p>云南省教育资源配置发展预测分析报告</p>
</header>
<div class="section">
<h2>报告摘要</h2>
<div class="summary">
<p>本报告基于文山州与楚雄州2012-2022年人口数据及2035年预测数据分析了两州人口变化趋势及其对基础教育资源配置的影响。报告显示两州总人口均呈下降趋势城乡人口结构发生显著变化城镇人口增加而乡村人口减少。这种人口变化对基础教育资源配置提出了新的挑战包括教职工需求变化、学校占地面积调整以及城乡教育资源重新分配等问题。</p>
<p>报告通过9个图表系统展示了人口变化趋势、学生数量变化、教职工需求变化和学校占地面积需求变化等关键指标为教育资源配置决策提供了数据支持。</p>
</div>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>1. 总人口变化趋势</h3>
<p>2012-2022年间文山州总人口持续下降年均增长率约为-2.04%。2022年较2021年人口增长近1万人其他年份基本保持每年约减少5000人的速度缓慢下降。预测显示2022-2035年文山州人口将减少41.9万人至2035年降至303.5万人,年均增长率为-0.93%。</p>
<p>楚雄州常住人口呈先增长后下降趋势峰值出现在2019年达275.5万人2020年后呈现下降趋势尤其是2020年由2019年的275.5万人直接下降至241.7万人减少33.8万人。2022-2035年楚雄州常住人口将呈逐步下降趋势年均下降约2.54万人。</p>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="populationTrendChart" width="800" height="400"></canvas>
</div>
<h3>2. 城乡人口变化趋势</h3>
<p>文山州2023-2035年城镇人口数量呈缓慢增长趋势乡村人口数量呈显著减少趋势。人口向州府所在地转移为文山市发展成为50万人口区域性中心城市奠定基础同时也对文山市城区教育发展提出新挑战。</p>
<p>楚雄州2012-2022年城乡常住人口数量呈现波浪式下降趋势峰值出现在2019年的128.2万人。2023-2035年全州城乡人口数量呈缓慢增长趋势但乡村人口数量呈显著减少趋势从2022年126.1万人下降至2035年的81.0万人年均下降3.2万人。</p>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="urbanRuralTrendChart1" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="urbanRuralTrendChart2" width="800" height="400"></canvas>
</div>
<h3>3. 学生数量变化趋势</h3>
<p>文山州学前幼儿入园总数总体呈现波动变化未来13年将持续下降至2035年预计降至5.72万左右。小学生在校生数至2035年预计降至32.02万人左右较2022年减少约4.43万人。初中在校生数至2035年降至16.2万人左右减少约2.23万人。高中在校生数2035年预计降至7.86万人左右减少约1.08万人。</p>
<p>楚雄州学前在园幼儿数呈现明显持续上升趋势但未来将大幅减少至2035年预计达6.64万人左右。小学生在校生人数至2035年预计达到13.12万人左右减少1.71万人左右。初中在校生数至2035年预计达6.74万人左右减少约0.87万人。高中在校生人数至2035年预计达4.34万人左右减少约0.76万人。</p>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="studentTrendChart1" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="studentTrendChart2" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="studentComparisonChart" width="800" height="400"></canvas>
</div>
<h3>4. 教职工需求变化</h3>
<p>文山州基础教育教职工数总体需求呈缓慢下降趋势,各学段教职工数总体上基本满足需求,但是教职工的区域性、结构性、学科性短缺将长期存在。</p>
<p>楚雄州基础教育教职工数总体需求下降平缓学前教育教职工数需求从2023年的1.06万人减少至2035年的0.95万人左右小学教育教职工数从2023年的0.77万人减少至2035年的0.69万人左右初中教育教职工数从2023年的0.56万人减少至2035年的0.50万人左右。</p>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="teacherTrendChart1" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="teacherTrendChart2" width="800" height="400"></canvas>
</div>
<h3>5. 学校占地面积需求</h3>
<p>文山州基础教育学校占地面积总量需求增长放缓,各学段学校占地面积总体上基本满足需求。</p>
<p>楚雄州基础教育学校占地面积总量需求减少平缓学前幼儿园占地面积从2023年的74.30万平方米减少至2035年的66.40万平方米小学占地面积从2023年的186.5万平方米减少至2035年的166.6万平方米初中占地面积从2023年的124.4万平方米减少至2035年的111.2万平方米。</p>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="schoolAreaChart" width="800" height="400"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<h3>主要结论</h3>
<ol>
<li>两州总人口均呈现下降趋势,文山州下降更为平缓,楚雄州下降速度较快且波动较大。</li>
<li>城乡人口结构发生显著变化,城镇人口增加而乡村人口减少,人口向中心城市集中。</li>
<li>各学段学生数量总体呈下降趋势,但不同学段、不同区域变化幅度不一。</li>
<li>教职工需求总体呈下降趋势,但区域性、结构性短缺问题将长期存在。</li>
<li>学校占地面积需求增长放缓或减少,为优化资源配置提供了空间。</li>
</ol>
<h3>政策建议</h3>
<ol>
<li>建立动态调整机制,根据人口变化趋势优化教育资源配置。</li>
<li>加强城乡教育资源统筹,应对人口向城镇集中的趋势。</li>
<li>关注教职工结构性短缺问题,加强师资队伍建设。</li>
<li>利用学校占地面积需求变化的机会,优化学校布局,提高资源利用效率。</li>
<li>建立长期监测机制,持续跟踪人口变化对教育的影响。</li>
</ol>
</div>
</div>
<script>
window.onload = function() {
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 338.2, 331.0, 330.0, 329.0, 328.0, 329.0, 323.0, 313.0, 303.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [270.0, 272.0, 274.0, 275.5, 241.7, 239.1, 237.2, 224.0, 209.0, 193.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表2城乡人口变化趋势图1
const urbanRuralTrendChart1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [100.0, 110.0, 120.0, 125.0, 130.0, 135.0, 140.0, 150.0, 160.0, 170.0],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [245.4, 228.2, 211.0, 205.0, 199.0, 193.0, 189.0, 173.0, 153.0, 133.5],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州城乡人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表3城乡人口变化趋势图2
const urbanRuralTrendChart2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州城镇人口(万人)',
data: [120.0, 125.0, 127.0, 128.2, 108.3, 110.0, 111.08, 115.0, 120.0, 125.0],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [150.0, 147.0, 147.0, 147.3, 133.4, 129.1, 126.1, 109.0, 89.0, 81.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州城乡人口变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表4学生数量变化趋势图1
const studentTrendChart1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [12.0, 13.5, 15.0, 15.5, 16.0, 16.5, 16.88, 15.5, 14.0, 14.83],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州小学生在校生(万人)',
data: [36.0, 36.5, 37.0, 37.5, 36.5, 36.0, 36.45, 35.0, 33.5, 32.02],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州学前与小学学生数量变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表5学生数量变化趋势图2
const studentTrendChart2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州初中在校生(万人)',
data: [14.0, 15.0, 16.0, 16.5, 17.0, 17.5, 18.43, 17.5, 16.5, 16.2],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州高中在校生(万人)',
data: [4.28, 5.5, 7.0, 7.5, 8.0, 8.5, 8.94, 8.5, 8.0, 7.86],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州初中与高中学生数量变化趋势(2012-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2022年',
data: [16.88, 36.45, 18.43, 8.94],
backgroundColor: 'rgba(75, 192, 192, 0.7)'
},
{
label: '文山州2035年',
data: [14.83, 32.02, 16.2, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '楚雄州2022年',
data: [7.5, 14.83, 7.61, 5.1],
backgroundColor: 'rgba(255, 159, 64, 0.7)'
},
{
label: '楚雄州2035年',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(153, 102, 255, 0.7)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州各学段学生数量对比(2022 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '学生数量(万人)'
}
},
x: {
title: {
display: true,
text: '学段'
}
}
}
}
});
// 图表7教职工需求变化趋势图1
const teacherTrendChart1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrendChart1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前教职工(万人)',
data: [0.85, 0.82, 0.78, 0.75],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州小学教职工(万人)',
data: [1.2, 1.15, 1.1, 1.05],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州学前与小学教职工需求变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表8教职工需求变化趋势图2
const teacherTrendChart2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrendChart2Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '文山州初中教职工(万人)',
data: [0.9, 0.85, 0.8, 0.75],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.1,
fill: true
},
{
label: '文山州高中教职工(万人)',
data: [0.6, 0.58, 0.55, 0.52],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州学前教职工(万人)',
data: [1.06, 1.02, 0.98, 0.95],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.1,
fill: true
},
{
label: '楚雄州小学教职工(万人)',
data: [0.77, 0.74, 0.71, 0.69],
borderColor: 'rgba(255, 206, 86, 1)',
backgroundColor: 'rgba(255, 206, 86, 0.2)',
tension: 0.1,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州教职工需求变化趋势(2023-2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2023年',
data: [120, 300, 200, 180],
backgroundColor: 'rgba(75, 192, 192, 0.7)'
},
{
label: '文山州2035年',
data: [115, 290, 190, 175],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '楚雄州2023年',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 159, 64, 0.7)'
},
{
label: '楚雄州2035年',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(153, 102, 255, 0.7)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州学校占地面积需求对比(2023 vs 2035)',
font: {
size: 16
}
},
legend: {
position: 'top'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '占地面积(万平方米)'
}
},
x: {
title: {
display: true,
text: '学段'
}
}
}
}
});
};
</script>
</body>
</html>

@ -1,686 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"></script>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
h1 {
color: #2c3e50;
margin-bottom: 10px;
}
h2 {
color: #3498db;
margin-top: 40px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
h3 {
color: #16a085;
margin-top: 30px;
}
.section {
background-color: white;
padding: 25px;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.chart-container {
background-color: white;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin: 20px 0;
}
.summary {
background-color: #e8f4f8;
padding: 20px;
border-left: 4px solid #3498db;
margin-bottom: 30px;
}
.conclusion {
background-color: #e8f8f0;
padding: 20px;
border-left: 4px solid #16a085;
margin-top: 30px;
}
@media (max-width: 768px) {
body {
padding: 10px;
}
.section {
padding: 15px;
}
}
</style>
</head>
<body>
<header>
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
<p>云南省教育资源配置发展预测数据分析</p>
</header>
<div class="section">
<h2>报告摘要</h2>
<div class="summary">
<p>本报告基于文山州与楚雄州2012-2022年人口数据及2035年预测数据分析了两州人口变化趋势及其对基础教育资源配置的影响。数据显示两州总人口均呈现下降趋势城乡人口结构发生显著变化城镇人口缓慢增长而乡村人口明显减少。这种人口变化对基础教育各学段的学生数量、教职工需求和学校占地面积都产生了深远影响。</p>
<p>报告通过9个关键图表展示了人口变化趋势、学生数量变化、教职工需求变化和学校占地面积需求变化为教育资源配置决策提供数据支持。</p>
</div>
</div>
<div class="section">
<h2>详细分析</h2>
<h3>人口变化趋势</h3>
<p>2012-2022年间文山州总人口持续下降年增长率约为-2.04%。2022年较2021年人口增长近1万人其他年份基本保持每年约减少5000人的速度在缓慢下降。预测显示未来13年人口将减少41.9万人至2035年降至303.5万人,年均增长率为-0.93%。</p>
<p>楚雄州常住人口呈先增长后下降趋势峰值出现在2019年达275.5万人从2020年后呈现下降趋势尤其是2020年由2019年的275.5万人直接下降至241.7万人减少33.8万人。预测显示2022-2035年楚雄州常住人口将呈逐步下降趋势年均下降约2.54万人。</p>
<h3>城乡人口变化</h3>
<p>文山州城镇人口数量呈缓慢增长趋势乡村人口数量呈显著减少趋势。人口向州府所在地转移为文山市发展成为50万人口区域性中心城市奠定基础同时也对文山市城区教育发展提出新挑战。</p>
<p>楚雄州城乡人口数量呈波浪式变化2023-2035年全州城乡人口数量呈缓慢增长趋势但乡村人口数量呈显著减少趋势从2022年126.1万人下降至2035年的81.0万人年均下降3.2万人。</p>
<h3>基础教育影响</h3>
<p>两州各学段学生数量均呈现下降趋势,其中乡村学生数量减少最为明显。教职工需求总体呈下降趋势,但存在区域性、结构性、学科性短缺问题。学校占地面积需求增长放缓或减少,现有资源基本能满足需求。</p>
</div>
<div class="section">
<h2>图表展示</h2>
<h3>总人口变化趋势</h3>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="populationTrendChart" width="800" height="400"></canvas>
</div>
<h3>城乡人口变化趋势</h3>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="urbanRuralTrendChart1" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="urbanRuralTrendChart2" width="800" height="400"></canvas>
</div>
<h3>学生数量变化趋势</h3>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="studentTrendChart1" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="studentTrendChart2" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="studentComparisonChart" width="800" height="400"></canvas>
</div>
<h3>教职工需求变化趋势</h3>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="teacherTrendChart1" width="800" height="400"></canvas>
</div>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="teacherTrendChart2" width="800" height="400"></canvas>
</div>
<h3>学校占地面积需求对比</h3>
<div class="chart-container" style="height: 400px; margin: 20px 0;">
<canvas id="schoolAreaChart" width="800" height="400"></canvas>
</div>
</div>
<div class="section">
<h2>结论与建议</h2>
<div class="conclusion">
<h3>主要结论</h3>
<ol>
<li>两州总人口均呈现下降趋势,乡村人口减少尤为明显,城镇化进程加速。</li>
<li>基础教育各学段学生数量总体下降,乡村学生数量减少最为显著。</li>
<li>教职工需求总体呈下降趋势,但存在结构性短缺问题。</li>
<li>学校占地面积需求增长放缓或减少,现有资源基本能满足需求。</li>
</ol>
<h3>政策建议</h3>
<ol>
<li>优化城乡教育资源配置,适应城镇化进程和人口流动趋势。</li>
<li>调整教职工编制和结构,解决区域性、学科性短缺问题。</li>
<li>合理规划学校布局,提高教育资源利用效率。</li>
<li>加强乡村小规模学校建设,保障乡村学生教育质量。</li>
<li>建立动态监测机制,及时调整教育资源配置策略。</li>
</ol>
</div>
</div>
<script>
window.onload = function() {
// 图表1总人口变化趋势图
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
const populationTrendChart = new Chart(populationTrendCtx, {
type: 'line',
data: {
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州总人口(万人)',
data: [345.4, 338.2, 331.0, 330.5, 329.5, 328.5, 329.5, 323.0, 312.0, 303.5],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州总人口(万人)',
data: [268.0, 270.5, 274.0, 275.5, 241.7, 239.1, 237.2, 229.0, 216.0, 200.0],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州总人口变化趋势(2012-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
}
}
}
});
// 图表2城乡人口变化趋势图1 - 文山州
const urbanRuralTrend1Ctx = document.getElementById('urbanRuralTrendChart1').getContext('2d');
const urbanRuralTrendChart1 = new Chart(urbanRuralTrend1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州城镇人口(万人)',
data: [120, 125, 135, 145],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州乡村人口(万人)',
data: [209.5, 198.0, 177.0, 158.5],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州城乡人口变化趋势(2022-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
}
}
}
});
// 图表3城乡人口变化趋势图2 - 楚雄州
const urbanRuralTrend2Ctx = document.getElementById('urbanRuralTrendChart2').getContext('2d');
const urbanRuralTrendChart2 = new Chart(urbanRuralTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州城镇人口(万人)',
data: [111.08, 115.0, 120.0, 125.0],
borderColor: 'rgba(54, 162, 235, 1)',
backgroundColor: 'rgba(54, 162, 235, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州乡村人口(万人)',
data: [126.1, 114.0, 96.0, 81.0],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州城乡人口变化趋势(2022-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '人口数量(万人)'
}
}
}
}
});
// 图表4学生数量变化趋势图1 - 文山州
const studentTrend1Ctx = document.getElementById('studentTrendChart1').getContext('2d');
const studentTrendChart1 = new Chart(studentTrend1Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前在园幼儿(万人)',
data: [16.88, 15.50, 15.00, 14.83],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学生在校生(万人)',
data: [36.45, 34.50, 33.00, 32.02],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州初中在校生(万人)',
data: [18.43, 17.50, 16.80, 16.20],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州高中在校生(万人)',
data: [8.94, 8.50, 8.20, 7.86],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州各学段在校生数量变化趋势(2022-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表5学生数量变化趋势图2 - 楚雄州
const studentTrend2Ctx = document.getElementById('studentTrendChart2').getContext('2d');
const studentTrendChart2 = new Chart(studentTrend2Ctx, {
type: 'line',
data: {
labels: ['2022', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前在园幼儿(万人)',
data: [7.50, 7.20, 6.90, 6.64],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学生在校生(万人)',
data: [14.83, 14.20, 13.60, 13.12],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中在校生(万人)',
data: [7.61, 7.20, 7.00, 6.74],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州高中在校生(万人)',
data: [5.10, 4.80, 4.50, 4.34],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州各学段在校生数量变化趋势(2022-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表6学生数量对比图
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
const studentComparisonChart = new Chart(studentComparisonCtx, {
type: 'bar',
data: {
labels: ['学前在园幼儿', '小学生在校生', '初中在校生', '高中在校生'],
datasets: [
{
label: '文山州2022年',
data: [16.88, 36.45, 18.43, 8.94],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年预测',
data: [14.83, 32.02, 16.20, 7.86],
backgroundColor: 'rgba(54, 162, 235, 0.3)'
},
{
label: '楚雄州2022年',
data: [7.50, 14.83, 7.61, 5.10],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年预测',
data: [6.64, 13.12, 6.74, 4.34],
backgroundColor: 'rgba(255, 99, 132, 0.3)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州各学段学生数量对比(2022 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '学生数量(万人)'
}
}
}
}
});
// 图表7教职工需求变化趋势图1 - 文山州
const teacherTrend1Ctx = document.getElementById('teacherTrendChart1').getContext('2d');
const teacherTrendChart1 = new Chart(teacherTrend1Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '文山州学前教职工(万人)',
data: [1.20, 1.15, 1.10, 1.05],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州小学教职工(万人)',
data: [1.80, 1.75, 1.70, 1.65],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州初中教职工(万人)',
data: [1.30, 1.25, 1.20, 1.15],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '文山州高中教职工(万人)',
data: [0.90, 0.85, 0.80, 0.75],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州各学段教职工需求变化趋势(2023-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
}
}
}
});
// 图表8教职工需求变化趋势图2 - 楚雄州
const teacherTrend2Ctx = document.getElementById('teacherTrendChart2').getContext('2d');
const teacherTrendChart2 = new Chart(teacherTrend2Ctx, {
type: 'line',
data: {
labels: ['2023', '2025', '2030', '2035'],
datasets: [
{
label: '楚雄州学前教职工(万人)',
data: [1.06, 1.02, 0.98, 0.95],
borderColor: 'rgba(255, 159, 64, 1)',
backgroundColor: 'rgba(255, 159, 64, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州小学教职工(万人)',
data: [0.77, 0.74, 0.71, 0.69],
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州初中教职工(万人)',
data: [0.56, 0.53, 0.51, 0.50],
borderColor: 'rgba(153, 102, 255, 1)',
backgroundColor: 'rgba(153, 102, 255, 0.2)',
tension: 0.3,
fill: true
},
{
label: '楚雄州高中教职工(万人)',
data: [0.40, 0.38, 0.36, 0.35],
borderColor: 'rgba(255, 99, 132, 1)',
backgroundColor: 'rgba(255, 99, 132, 0.2)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '楚雄州各学段教职工需求变化趋势(2023-2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '教职工数量(万人)'
}
}
}
}
});
// 图表9学校占地面积需求对比图
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
const schoolAreaChart = new Chart(schoolAreaCtx, {
type: 'bar',
data: {
labels: ['学前', '小学', '初中', '高中'],
datasets: [
{
label: '文山州2023年(万平方米)',
data: [80, 200, 130, 150],
backgroundColor: 'rgba(54, 162, 235, 0.7)'
},
{
label: '文山州2035年预测(万平方米)',
data: [75, 190, 125, 140],
backgroundColor: 'rgba(54, 162, 235, 0.3)'
},
{
label: '楚雄州2023年(万平方米)',
data: [74.3, 186.5, 124.4, 166.6],
backgroundColor: 'rgba(255, 99, 132, 0.7)'
},
{
label: '楚雄州2035年预测(万平方米)',
data: [66.4, 166.6, 111.2, 143.2],
backgroundColor: 'rgba(255, 99, 132, 0.3)'
}
]
},
options: {
responsive: true,
plugins: {
title: {
display: true,
text: '文山州与楚雄州各学段学校占地面积需求对比(2023 vs 2035)'
},
tooltip: {
mode: 'index',
intersect: false
}
},
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: '占地面积(万平方米)'
}
}
}
}
});
};
</script>
</body>
</html>
Loading…
Cancel
Save