Prompt Gallery

信息图 / 教育图解 / 图表

教育科学信息图

生成一个三阶段教育信息图,通过视觉隐喻和解释性文字阐述科学概念。

ID
13641
作者
Sanket
标签
信息图 / 教育图解 / 图表 / 抽象 / 背景 / 纹理

中文提示词

{
  "type": "教育信息图",
  "theme": "量子物理",
  "background": "深蓝色渐变",
  "header": {
    "title": "{argument name=\"main title\" default=\"波函数坍缩\"}",
    "subtitle": "{argument name=\"subtitle\" default=\"从多种可能性到单一结果\"}"
  },
  "layout": {
    "type": "三阶段水平演进",
    "connections": "阶段间各有一个指向右侧的粗水平箭头",
    "stages": [
      {
        "position": "左侧",
        "title": "测量前",
        "subtitle": "作为概率波的 {argument name=\"subject\" default=\"电子\"}",
        "visual": "弥散且发光的蓝色粒子云,类似星云",
        "labels": ["可能的位置", "所有可能性的叠加态"]
      },
      {
        "position": "中央",
        "title": "测量",
        "subtitle": "测量 {argument name=\"subject\" default=\"电子\"} 的位置",
        "visual": "1 个带有绿色屏幕和红色按钮的灰色方块测量设备,指向下方 1 个白色箭头,对应一个中心明亮的黄色凝聚态水平粒子带"
      },
      {
        "position": "右侧",
        "title": "测量后",
        "subtitle": "波函数坍缩",
        "visual": "发出明亮放射状光芒的单个实心黄色球体",
        "labels": ["单一、确定的位置"]
      }
    ]
  },
  "footer": {
    "explanation": "“坍缩”意味着波函数从多种可能性的分布转变为一个特定的结果。",
    "summary": "从多种潜能 [黄色向右箭头] 到一个确定的结果"
  }
}

原始提示词

{
  "type": "educational infographic",
  "style": "clean, modern, scientific illustration",
  "background": "dark blue gradient",
  "header": {
    "title": "{argument name=\"main title\" default=\"Wavefunction Collapse\"}",
    "subtitle": "From Many Possibilities to One Outcome"
  },
  "layout": {
    "structure": "3 columns separated by thin vertical lines, connected by 2 horizontal right-pointing arrows",
    "sections": [
      {
        "heading": "{argument name=\"step 1 title\" default=\"Before Measurement\"}",
        "subheading": "{argument name=\"subject\" default=\"Electron\"} as a Probability Wave",
        "visual": "diffuse, glowing blue cloud of particles resembling a nebula",
        "labels": ["Probable Locations", "Superposition of all possibilities"]
      },
      {
        "heading": "{argument name=\"step 2 title\" default=\"Measurement\"}",
        "subheading": "We Measure the {argument name=\"subject\" default=\"Electron\"}'s Position",
        "visual": "grey rectangular measuring device with a green screen and red button, with a downward arrow pointing to a flattened, glowing blue and yellow particle cloud"
      },
      {
        "heading": "{argument name=\"step 3 title\" default=\"After Measurement\"}",
        "subheading": "Wavefunction Collapses",
        "visual": "single, solid yellow sphere emitting radial light rays",
        "labels": ["Single, Definite Location"]
      }
    ]
  },
  "footer": {
    "explanation": "'Collapse' means the wavefunction goes from a spread of possibilities to one specific result.",
    "summary": "From Multiple Potentials [yellow right arrow] To One Certain Outcome"
  }
}