# <!-- Powered by BMAD™ Core -->
---
template:
  id: funding-application-template
  name: 资助申请书模板
  version: 1.0
  description: 用于生成高质量资助申请书的结构化模板
  category: funding-application
  
metadata:
  author: "BMAD Research Framework"
  created: "{{timestamp}}"
  funding_type: "{{funding_program_type}}"
  target_agency: "{{funding_agency}}"

# 资助申请书结构化内容
funding_application:
  # 申请书基本信息
  application_info:
    project_title: "{{project_full_title}}"
    project_subtitle: "{{project_subtitle}}"
    application_date: "{{submission_date}}"
    funding_program: "{{specific_funding_program}}"
    funding_agency: "{{funding_organization}}"
    
    project_classification:
      research_category: "{{research_type}}" # 基础研究/应用基础研究/技术开发
      discipline_code: "{{discipline_classification_code}}"
      subject_area: "{{primary_subject_area}}"
      research_direction: "{{research_focus_area}}"
      
    financial_summary:
      total_budget: "{{total_requested_amount}}"
      project_duration: "{{duration_in_months}}"
      annual_budget: "{{yearly_budget_breakdown}}"
      
  # 申请人信息
  applicant_information:
    # 项目负责人
    principal_investigator:
      name: "{{pi_full_name}}"
      title: "{{pi_academic_title}}"
      affiliation: "{{pi_institution}}"
      department: "{{pi_department}}"
      contact_info:
        email: "{{pi_email}}"
        phone: "{{pi_phone}}"
        address: "{{pi_address}}"
        
      qualifications:
        education_background: "{{pi_education}}"
        research_experience: "{{pi_experience_years}}年"
        expertise_areas: ["{{expertise1}}", "{{expertise2}}", "{{expertise3}}"]
        
      recent_achievements:
        publications: "{{pi_recent_publications}}"
        grants: ["{{recent_grant1}}", "{{recent_grant2}}"]
        awards: ["{{recent_award1}}", "{{recent_award2}}"]
        
    # 主要参与人员
    key_personnel:
      - name: "{{coI1_name}}"
        title: "{{coI1_title}}"
        affiliation: "{{coI1_institution}}"
        role: "{{coI1_role}}"
        expertise: ["{{coI1_expertise1}}", "{{coI1_expertise2}}"]
        contribution: "{{coI1_contribution}}"
        
      - name: "{{coI2_name}}"
        title: "{{coI2_title}}"
        affiliation: "{{coI2_institution}}"
        role: "{{coI2_role}}"
        expertise: ["{{coI2_expertise1}}", "{{coI2_expertise2}}"]
        contribution: "{{coI2_contribution}}"
        
    # 合作单位
    collaborating_institutions:
      - institution: "{{collab_inst1}}"
        contact_person: "{{collab_contact1}}"
        collaboration_nature: "{{collab_nature1}}"
        contribution: "{{collab_contribution1}}"
        
  # 立项依据
  project_justification:
    # 研究背景
    background:
      problem_context: "{{research_problem_background}}"
      current_situation: "{{current_state_analysis}}"
      development_needs: "{{development_requirements}}"
      research_motivation: "{{research_motivation}}"
      
    # 国内外研究现状
    state_of_art:
      # 国际研究现状
      international_status:
        leading_countries: ["{{leading_country1}}", "{{leading_country2}}"]
        major_institutions: ["{{intl_institution1}}", "{{intl_institution2}}"]
        key_researchers: ["{{intl_researcher1}}", "{{intl_researcher2}}"]
        technical_level: "{{intl_technical_level}}"
        latest_progress: ["{{intl_progress1}}", "{{intl_progress2}}"]
        
      # 国内研究现状
      domestic_status:
        research_institutions: ["{{domestic_inst1}}", "{{domestic_inst2}}"]
        leading_experts: ["{{domestic_expert1}}", "{{domestic_expert2}}"]
        technical_achievements: ["{{domestic_achievement1}}", "{{domestic_achievement2}}"]
        development_level: "{{domestic_level}}"
        existing_gaps: ["{{gap1}}", "{{gap2}}", "{{gap3}}"]
        
    # 研究意义
    significance:
      # 科学意义
      scientific_significance:
        theoretical_value: "{{theoretical_contribution_description}}"
        knowledge_advancement: "{{knowledge_development}}"
        discipline_impact: "{{discipline_development_impact}}"
        paradigm_contribution: "{{paradigm_shift_potential}}"
        
      # 应用价值
      practical_significance:
        technical_advancement: "{{technical_progress_contribution}}"
        industry_impact: "{{industry_development_impact}}"
        economic_benefits: "{{economic_value_assessment}}"
        social_benefits: "{{social_impact_description}}"
        
      # 国家需求
      national_importance:
        strategic_alignment: "{{national_strategy_alignment}}"
        policy_support: "{{policy_framework_support}}"
        competitive_advantage: "{{national_competitiveness}}"
        security_implications: "{{national_security_relevance}}"
        
  # 研究内容与目标
  research_content_objectives:
    # 总体目标
    overall_objective: "{{primary_research_objective}}"
    
    # 具体目标
    specific_objectives:
      - objective_id: "SO-01"
        objective: "{{specific_objective_1}}"
        description: "{{obj1_detailed_description}}"
        success_criteria: ["{{obj1_criterion1}}", "{{obj1_criterion2}}"]
        timeline: "{{obj1_completion_timeline}}"
        
      - objective_id: "SO-02"
        objective: "{{specific_objective_2}}"
        description: "{{obj2_detailed_description}}"
        success_criteria: ["{{obj2_criterion1}}", "{{obj2_criterion2}}"]
        timeline: "{{obj2_completion_timeline}}"
        
      - objective_id: "SO-03"
        objective: "{{specific_objective_3}}"
        description: "{{obj3_detailed_description}}"
        success_criteria: ["{{obj3_criterion1}}", "{{obj3_criterion2}}"]
        timeline: "{{obj3_completion_timeline}}"
        
    # 主要研究内容
    research_content:
      # 核心研究内容
      core_research_areas:
        - area_id: "CRA-01"
          area: "{{core_area_1}}"
          description: "{{area1_description}}"
          key_questions: ["{{area1_question1}}", "{{area1_question2}}"]
          methodology: "{{area1_methodology}}"
          expected_outcomes: ["{{area1_outcome1}}", "{{area1_outcome2}}"]
          
        - area_id: "CRA-02"
          area: "{{core_area_2}}"
          description: "{{area2_description}}"
          key_questions: ["{{area2_question1}}", "{{area2_question2}}"]
          methodology: "{{area2_methodology}}"
          expected_outcomes: ["{{area2_outcome1}}", "{{area2_outcome2}}"]
          
      # 关键科学问题
      key_scientific_problems:
        - problem_id: "KSP-01"
          problem: "{{key_problem_1}}"
          current_understanding: "{{problem1_current_state}}"
          research_challenges: ["{{problem1_challenge1}}", "{{problem1_challenge2}}"]
          solution_approach: "{{problem1_approach}}"
          
        - problem_id: "KSP-02"
          problem: "{{key_problem_2}}"
          current_understanding: "{{problem2_current_state}}"
          research_challenges: ["{{problem2_challenge1}}", "{{problem2_challenge2}}"]
          solution_approach: "{{problem2_approach}}"
          
  # 研究方案
  research_plan:
    # 总体研究方案
    overall_approach:
      research_framework: "{{research_methodology_framework}}"
      design_rationale: "{{design_philosophy}}"
      methodological_foundation: "{{methodology_theoretical_basis}}"
      
    # 技术路线
    technical_route:
      route_overview: "{{technical_approach_overview}}"
      
      # 研究阶段
      research_phases:
        # 第一阶段
        phase_1:
          name: "{{phase1_title}}"
          duration: "{{phase1_duration_months}}个月"
          objectives: ["{{phase1_obj1}}", "{{phase1_obj2}}"]
          
          tasks:
            - task: "{{phase1_task1}}"
              description: "{{task1_description}}"
              methodology: "{{task1_method}}"
              deliverables: ["{{task1_output1}}", "{{task1_output2}}"]
              
            - task: "{{phase1_task2}}"
              description: "{{task2_description}}"
              methodology: "{{task2_method}}"
              deliverables: ["{{task2_output1}}", "{{task2_output2}}"]
              
          milestones: ["{{phase1_milestone1}}", "{{phase1_milestone2}}"]
          success_criteria: ["{{phase1_success1}}", "{{phase1_success2}}"]
          
        # 第二阶段
        phase_2:
          name: "{{phase2_title}}"
          duration: "{{phase2_duration_months}}个月"
          objectives: ["{{phase2_obj1}}", "{{phase2_obj2}}"]
          
          tasks:
            - task: "{{phase2_task1}}"
              description: "{{task3_description}}"
              methodology: "{{task3_method}}"
              deliverables: ["{{task3_output1}}", "{{task3_output2}}"]
              
            - task: "{{phase2_task2}}"
              description: "{{task4_description}}"
              methodology: "{{task4_method}}"
              deliverables: ["{{task4_output1}}", "{{task4_output2}}"]
              
          milestones: ["{{phase2_milestone1}}", "{{phase2_milestone2}}"]
          success_criteria: ["{{phase2_success1}}", "{{phase2_success2}}"]
          
        # 第三阶段
        phase_3:
          name: "{{phase3_title}}"
          duration: "{{phase3_duration_months}}个月"
          objectives: ["{{phase3_obj1}}", "{{phase3_obj2}}"]
          
          tasks:
            - task: "{{phase3_task1}}"
              description: "{{task5_description}}"
              methodology: "{{task5_method}}"
              deliverables: ["{{task5_output1}}", "{{task5_output2}}"]
              
          milestones: ["{{phase3_milestone1}}", "{{phase3_milestone2}}"]
          success_criteria: ["{{phase3_success1}}", "{{phase3_success2}}"]
          
    # 关键技术与方法
    key_technologies:
      - technology: "{{key_tech_1}}"
        description: "{{tech1_description}}"
        innovation_aspects: ["{{tech1_innovation1}}", "{{tech1_innovation2}}"]
        technical_challenges: ["{{tech1_challenge1}}", "{{tech1_challenge2}}"]
        solution_strategy: "{{tech1_solution}}"
        validation_plan: "{{tech1_validation}}"
        
      - technology: "{{key_tech_2}}"
        description: "{{tech2_description}}"
        innovation_aspects: ["{{tech2_innovation1}}", "{{tech2_innovation2}}"]
        technical_challenges: ["{{tech2_challenge1}}", "{{tech2_challenge2}}"]
        solution_strategy: "{{tech2_solution}}"
        validation_plan: "{{tech2_validation}}"
        
  # 项目创新点
  innovation_points:
    # 理论创新
    theoretical_innovations:
      - innovation: "{{theoretical_innovation_1}}"
        description: "{{theo_innov1_detail}}"
        novelty: "{{theo_innov1_novelty}}"
        significance: "{{theo_innov1_significance}}"
        validation: "{{theo_innov1_validation}}"
        
    # 技术创新
    technical_innovations:
      - innovation: "{{technical_innovation_1}}"
        description: "{{tech_innov1_detail}}"
        advantages: ["{{tech_innov1_adv1}}", "{{tech_innov1_adv2}}"]
        breakthrough: "{{tech_innov1_breakthrough}}"
        
    # 方法创新
    methodological_innovations:
      - innovation: "{{method_innovation_1}}"
        description: "{{method_innov1_detail}}"
        improvement: "{{method_innov1_improvement}}"
        applications: ["{{method_innov1_app1}}", "{{method_innov1_app2}}"]
        
  # 研究基础与工作条件
  research_foundation:
    # 前期工作基础
    preliminary_work:
      related_research: "{{previous_research_summary}}"
      achieved_results: ["{{previous_result1}}", "{{previous_result2}}"]
      published_works: ["{{publication1}}", "{{publication2}}", "{{publication3}}"]
      obtained_data: "{{available_data_description}}"
      
    # 研究团队
    research_team:
      team_overview: "{{team_composition_summary}}"
      team_strengths: ["{{team_strength1}}", "{{team_strength2}}"]
      collaboration_history: "{{team_collaboration_record}}"
      
      core_members:
        - member: "{{member1_name}}"
          role: "{{member1_role}}"
          qualifications: "{{member1_qualifications}}"
          contribution: "{{member1_expected_contribution}}"
          
        - member: "{{member2_name}}"
          role: "{{member2_role}}"
          qualifications: "{{member2_qualifications}}"
          contribution: "{{member2_expected_contribution}}"
          
    # 工作条件
    working_conditions:
      # 设备条件
      equipment_facilities:
        existing_equipment: ["{{equipment1}}", "{{equipment2}}", "{{equipment3}}"]
        planned_procurement: ["{{new_equipment1}}", "{{new_equipment2}}"]
        shared_facilities: ["{{shared_facility1}}", "{{shared_facility2}}"]
        
      # 实验环境
      laboratory_environment:
        laboratory_space: "{{lab_space_description}}"
        specialized_facilities: ["{{facility1}}", "{{facility2}}"]
        safety_measures: "{{safety_protocol_description}}"
        
      # 数据资源
      data_resources:
        existing_datasets: ["{{dataset1}}", "{{dataset2}}"]
        data_collection_plan: "{{data_acquisition_strategy}}"
        data_sharing_agreements: ["{{sharing1}}", "{{sharing2}}"]
        
    # 合作与支撑
    collaboration_support:
      institutional_support: "{{institution_support_description}}"
      external_collaborations: ["{{collaboration1}}", "{{collaboration2}}"]
      industry_partnerships: ["{{industry_partner1}}", "{{industry_partner2}}"]
      international_cooperation: "{{international_collab_description}}"
      
  # 预算申请与说明
  budget_justification:
    # 预算总览
    budget_summary:
      total_budget: "{{total_requested_funding}}"
      funding_distribution:
        year_1: "{{year1_budget}}"
        year_2: "{{year2_budget}}"
        year_3: "{{year3_budget}}"
        
    # 预算明细
    detailed_budget:
      # 设备费
      equipment_costs:
        - item: "{{equipment_item1}}"
          quantity: "{{item1_quantity}}"
          unit_cost: "{{item1_unit_price}}"
          total_cost: "{{item1_total_cost}}"
          justification: "{{item1_justification}}"
          
        - item: "{{equipment_item2}}"
          quantity: "{{item2_quantity}}"
          unit_cost: "{{item2_unit_price}}"
          total_cost: "{{item2_total_cost}}"
          justification: "{{item2_justification}}"
          
        subtotal: "{{equipment_subtotal}}"
        
      # 材料费
      material_costs:
        - category: "{{material_category1}}"
          description: "{{material1_description}}"
          annual_cost: "{{material1_yearly_cost}}"
          justification: "{{material1_justification}}"
          
        subtotal: "{{materials_subtotal}}"
        
      # 测试化验加工费
      testing_costs:
        - service: "{{testing_service1}}"
          description: "{{testing1_description}}"
          cost: "{{testing1_cost}}"
          justification: "{{testing1_justification}}"
          
        subtotal: "{{testing_subtotal}}"
        
      # 差旅费
      travel_costs:
        domestic_travel: "{{domestic_travel_budget}}"
        international_travel: "{{international_travel_budget}}"
        conference_attendance: "{{conference_budget}}"
        justification: "{{travel_justification}}"
        subtotal: "{{travel_subtotal}}"
        
      # 会议费
      conference_costs:
        workshops: "{{workshop_budget}}"
        conferences: "{{conference_hosting_budget}}"
        expert_consultation: "{{consultation_budget}}"
        subtotal: "{{conference_subtotal}}"
        
      # 国际合作交流费
      international_collaboration:
        visiting_scholars: "{{visiting_scholar_budget}}"
        joint_activities: "{{joint_activity_budget}}"
        collaboration_meetings: "{{collaboration_meeting_budget}}"
        subtotal: "{{international_subtotal}}"
        
      # 出版/文献/信息传播/知识产权事务费
      publication_costs:
        publication_fees: "{{publication_fee_budget}}"
        patent_applications: "{{patent_budget}}"
        database_subscriptions: "{{database_budget}}"
        subtotal: "{{publication_subtotal}}"
        
      # 劳务费
      personnel_costs:
        research_assistants: "{{research_assistant_budget}}"
        technical_support: "{{technical_support_budget}}"
        administrative_support: "{{admin_support_budget}}"
        subtotal: "{{personnel_subtotal}}"
        
      # 专家咨询费
      expert_consultation:
        advisory_board: "{{advisory_budget}}"
        external_experts: "{{external_expert_budget}}"
        peer_review: "{{peer_review_budget}}"
        subtotal: "{{consultation_subtotal}}"
        
      # 其他费用
      other_costs:
        miscellaneous: "{{miscellaneous_budget}}"
        contingency: "{{contingency_budget}}"
        subtotal: "{{other_subtotal}}"
        
    # 配套资金
    matching_funds:
      institutional_contribution: "{{institution_matching}}"
      in_kind_contributions: "{{in_kind_value}}"
      other_funding_sources: ["{{other_source1}}", "{{other_source2}}"]
      
  # 预期研究成果
  expected_outcomes:
    # 学术成果
    academic_achievements:
      # 论文发表
      publications:
        sci_papers:
          target_count: "{{sci_paper_target}}"
          target_journals: ["{{target_journal1}}", "{{target_journal2}}"]
          impact_factor_range: "{{target_if_range}}"
          
        conference_papers:
          target_count: "{{conference_paper_target}}"
          target_conferences: ["{{target_conf1}}", "{{target_conf2}}"]
          
        book_publications:
          monographs: "{{monograph_count}}"
          edited_volumes: "{{edited_volume_count}}"
          
      # 知识产权
      intellectual_property:
        invention_patents: "{{invention_patent_target}}"
        utility_patents: "{{utility_patent_target}}"
        software_copyrights: "{{software_copyright_target}}"
        
    # 技术成果
    technical_achievements:
      - achievement: "{{tech_achievement1}}"
        description: "{{tech_achievement1_desc}}"
        technology_readiness_level: "{{trl_level1}}"
        
      - achievement: "{{tech_achievement2}}"
        description: "{{tech_achievement2_desc}}"
        technology_readiness_level: "{{trl_level2}}"
        
    # 应用成果
    application_outcomes:
      - outcome: "{{application_outcome1}}"
        target_users: "{{target_user_group1}}"
        deployment_timeline: "{{deployment_plan1}}"
        
    # 人才培养
    talent_development:
      graduate_students:
        phd_students: "{{phd_student_count}}"
        master_students: "{{master_student_count}}"
        
      postdoc_training: "{{postdoc_count}}"
      visiting_scholars: "{{visiting_scholar_count}}"
      
    # 平台建设
    platform_construction:
      - platform: "{{platform1_name}}"
        description: "{{platform1_description}}"
        target_users: "{{platform1_users}}"
        
  # 社会效益与影响
  social_impact:
    # 经济效益
    economic_benefits:
      direct_benefits: "{{direct_economic_impact}}"
      indirect_benefits: "{{indirect_economic_impact}}"
      market_potential: "{{market_size_potential}}"
      job_creation: "{{employment_impact}}"
      
    # 社会效益
    social_benefits:
      problem_solving: "{{social_problem_resolution}}"
      quality_improvement: "{{quality_of_life_enhancement}}"
      public_welfare: "{{public_benefit_description}}"
      
    # 环境效益
    environmental_benefits:
      sustainability: "{{sustainability_contribution}}"
      resource_efficiency: "{{resource_optimization}}"
      pollution_reduction: "{{environmental_protection}}"
      
    # 政策影响
    policy_influence:
      policy_support: "{{policy_formulation_input}}"
      standard_development: "{{standard_contribution}}"
      regulation_improvement: "{{regulatory_impact}}"

# 申请书质量检查标准
quality_criteria:
  content_completeness: ["所有必需部分完整", "信息详实准确", "逻辑结构清晰"]
  innovation_demonstration: ["创新点突出明确", "创新价值充分论证", "与现有工作区别清楚"]
  feasibility_justification: ["技术路线可行", "团队能力充分", "资源条件满足", "时间安排合理"]
  impact_assessment: ["预期成果明确", "社会价值突出", "应用前景广阔"]
  budget_rationality: ["预算合理详细", "支出有充分理由", "成本效益良好"]

# 不同资助类型适配指南
funding_type_adaptations:
  national_natural_science_fund: "强调基础研究和理论创新"
  key_research_development_program: "突出国家重大需求和应用价值"
  regional_science_fund: "结合地方特色和区域发展需求"
  international_cooperation: "强调国际合作和全球影响"
  young_scientist_fund: "突出创新潜力和成长性"
  distinguished_young_scholar: "展示已有成就和未来规划"