Files
杨水淼 cb98c1649c Add summary statistics and macroeconomic data files for 2025
- Created summary_statistics.csv with total news articles and key metrics from January 1 to October 13, 2025.
- Added 一号文件十四五十五五规划情况.csv detailing keyword occurrences related to planning documents.
- Introduced 主要宏观经济数据.csv capturing mentions of key economic indicators.
- Included 国外交流随行企业与企业家名单.csv listing leaders and their engagements with foreign enterprises.
- Added 国家领导人考察行程清单.csv documenting leaders' inspection itineraries.
- Created 国际合作与外交动态.csv summarizing international cooperation and diplomatic activities.
- Added 高频行业关键词统计.csv with statistics on frequently mentioned industry keywords.
2025-10-23 14:58:21 +08:00

16 lines
507 B
HTML

<!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>
// 自动跳转到最终详细报告页面
window.location.href = 'final_detailed_report.html';
</script>
</head>
<body>
<p>正在跳转到详细分析报告...</p>
<p><a href="final_detailed_report.html">如果没有自动跳转,请点击这里</a></p>
</body>
</html>