Article References

← All Components

Structured reference component for citing external sources in APA-inspired format. Supports 7 reference types: website, paper, book, podcast, video, repository, and standard.

References

  1. OpenAI (2024). OpenAI Best Practices for Prompt Engineering . Accessed January 8, 2026.

    Foundational guidance on structuring prompts for LLMs, covering prompt engineering techniques and best practices.

  2. Yuntao Bai, Saurav Kadavath, Sandipan Kundu, & Amanda Askell (2022). Constitutional AI: Harmlessness from AI Feedback .

    Introduces the constitutional training methodology underpinning Claude's behavior and safety constraints.

  3. Eric Evans (2003). Domain-Driven Design: Tackling Complexity in the Heart of Software . ISBN: 978-0321125217.

    Seminal work on modeling complex domains in software through strategic design patterns.

<ArticleReferences references={[
  {
    type: "website",
    title: "OpenAI Best Practices for Prompt Engineering",
    url: "https://platform.openai.com/docs/guides/prompt-engineering",
    author: "OpenAI",
    published: new Date("2024-01-15"),
    accessed: new Date("2026-01-08"),
    annotation: "Foundational guidance on structuring prompts..."
  },
  // ... more references
]} />

Features:

  • APA-inspired citation format: Author (Year). Title. Metadata.
  • Semantic HTML with <cite>, <ol>, and proper accessibility
  • Automatic handling of missing optional fields
  • External links with rel="external noopener"
  • Required accessed date for website references (validated in schema)