creatorstudio-ai-backend-develop / core /templates /eng_slide_template.yaml
matsuap's picture
Upload folder using huggingface_hub
792ad00 verified
slides_template:
- name: cover
description: Cover slide. Display the presentation title in a large, centered font.
fields:
COVER.MAIN: { type: text, max_chars: 40, note: "Recommend a short title. If there is no subtitle, it should be about 20-30 characters." }
- name: hook
description: A question or problem to engage the audience.
fields:
HOOK.MAIN: { type: text, max_chars: 60, note: "1-2 lines. Questions or impactful expressions." }
- name: compare
description: Compare and contrast in two columns.
fields:
COMPARE.LEFT: { type: text, max_chars: 80, note: "The left side's argument or example. Up to 2-3 lines." }
COMPARE.RIGHT: { type: text, max_chars: 80, note: "The right side's argument or example. Up to 2-3 lines." }
- name: statement
description: Present a key message in one sentence.
fields:
STATEMENT.MAIN: { type: text, max_chars: 50, note: "A short sentence. One line of the key message." }
- name: section
description: Section change. Number and main heading.
fields:
SECTION.NUMBER: { type: text, max_chars: 3, note: "Number like 1, 2, 3." }
SECTION.MAIN: { type: text, max_chars: 30, note: "Section title." }
- name: define
description: Define terms or concepts.
fields:
DEFINE.TITLE: { type: text, max_chars: 10, note: "Definition title." }
DEFINE.MAIN: { type: text, max_chars: 80, note: "Definition sentence. Concisely in 1-2 sentences." }
- name: key
description: A slide to emphasize the key message.
fields:
KEY.MAIN: { type: text, max_chars: 70, note: "1-2 sentences. Clear and strong expression." }
- name: steps
description: Explain the 3-step process.
fields:
STEPS.TITLE: { type: text, max_chars: 40 }
STEPS.TITLE1: { type: text, max_chars: 25 }
STEPS.TITLE2: { type: text, max_chars: 25 }
STEPS.TITLE3: { type: text, max_chars: 25 }
STEPS.TEXT1: { type: text, max_chars: 60 }
STEPS.TEXT2: { type: text, max_chars: 60 }
STEPS.TEXT3: { type: text, max_chars: 60 }
note: "Each step should be a short phrase."
- name: bullets
description: A bulleted list.
fields:
BULLETS.TITLE: { type: text, max_chars: 30 }
BULLETS.TEXT1: { type: text, max_chars: 40 }
BULLETS.TEXT2: { type: text, max_chars: 40 }
BULLETS.TEXT3: { type: text, max_chars: 40 }
note: "It's easier to read if it's within 3-4 items."
- name: quote
description: A quote or a sentence to emphasize.
fields:
QUOTE.MAIN: { type: text, max_chars: 50, note: "A quote or a sentence to emphasize. Use a lot of white space." }
- name: logo
description: Display the company logo.
fields:
LOGO.MAIN: { type: text, fixed_value: "app.at-peak.jp" }