96 lines
2.8 KiB
YAML
96 lines
2.8 KiB
YAML
# 信息源配置(可持续性相关)
|
||
|
||
sustainability_sources:
|
||
# 中文信息源(国内可持续性实践)优先使用
|
||
chinese:
|
||
- name: "新华网-环保频道"
|
||
type: "rss"
|
||
url: "http://www.xinhuanet.com/energy/rss.xml"
|
||
update_frequency: "daily"
|
||
credibility: "high"
|
||
focus: "国内环保政策"
|
||
- name: "人民网-生态环境频道"
|
||
type: "rss"
|
||
url: "http://env.people.com.cn/rss/150323.xml"
|
||
update_frequency: "daily"
|
||
credibility: "high"
|
||
focus: "生态环境新闻"
|
||
- name: "中国环境新闻"
|
||
type: "web"
|
||
base_url: "http://www.cenews.com.cn/"
|
||
update_frequency: "daily"
|
||
credibility: "high"
|
||
focus: "环境新闻"
|
||
- name: "国家发改委-低碳政策"
|
||
type: "web"
|
||
base_url: "https://www.ndrc.gov.cn"
|
||
credibility: "high"
|
||
focus: "政策动态"
|
||
|
||
# 备用全球信息源(API替代RSS)
|
||
english_api:
|
||
- name: "UN Environment Programme"
|
||
type: "api"
|
||
url: "https://www.unep.org/news-and-stories"
|
||
update_frequency: "weekly"
|
||
credibility: "high"
|
||
focus: "全球环境政策"
|
||
- name: "World Economic Forum Sustainability"
|
||
type: "api"
|
||
url: "https://www.weforum.org/topics/sustainability/"
|
||
update_frequency: "weekly"
|
||
credibility: "high"
|
||
focus: "可持续商业"
|
||
|
||
# 本地案例库(保底数据源)
|
||
local:
|
||
- name: "宇之然本地案例库"
|
||
type: "local"
|
||
file: "strategy/全球案例数据库-v1.md"
|
||
update_frequency: "weekly"
|
||
credibility: "medium"
|
||
focus: "全球-本土案例"
|
||
- name: "历史选题库"
|
||
type: "local"
|
||
file: "automation/data/sustainability_topics.json"
|
||
update_frequency: "daily"
|
||
credibility: "medium"
|
||
focus: "复用已有选题"
|
||
|
||
# 案例验证要求
|
||
validation:
|
||
require_at_least_2_sources: true # 至少2个来源交叉验证
|
||
prefer_official_data: true # 优先政府/官方数据
|
||
min_data_points: 3 # 最少3个数据点
|
||
|
||
# 选题优先级权重
|
||
topic_priority:
|
||
audience_match: 0.3 # 受众匹配度(26-35岁城市焦虑青年)
|
||
data_availability: 0.25 # 数据可得性
|
||
uniqueness: 0.2 # 独特性(避免同质化)
|
||
executability: 0.15 # 可执行性(有MVP行动)
|
||
brand_fit: 0.1 # 品牌契合度(科技向善+回归本真)
|
||
|
||
# 可持续性子领域分类
|
||
sustainability_categories:
|
||
- "城市农业"
|
||
- "零浪费生活"
|
||
- "低碳出行"
|
||
- "循环消费"
|
||
- "能源效率"
|
||
- "可持续饮食"
|
||
- "环保科技产品"
|
||
|
||
# 内容合规检查清单
|
||
compliance:
|
||
avoid:
|
||
- "医疗建议(除非有资质)"
|
||
- "金融投资建议"
|
||
- "政策敏感话题"
|
||
- "未经证实的数据"
|
||
- "过度标题党"
|
||
required:
|
||
- "至少3个可靠引用"
|
||
- "数据标注来源"
|
||
- "包含MVP行动"
|
||
- "中性客观语气" |