fabricatio_typst.models.article_proposal

A structured proposal for academic paper development with core research elements.

Classes

ArticleProposal

Structured proposal for academic paper development with core research elements.

Module Contents

class fabricatio_typst.models.article_proposal.ArticleProposal(/, **data: Any)

Bases: fabricatio_core.models.generic.SketchedAble, fabricatio_typst.models.generic.WithRef[str], fabricatio_capabilities.models.generic.AsPrompt, fabricatio_capabilities.models.generic.PersistentAble, fabricatio_capabilities.models.generic.WordCount, fabricatio_core.models.generic.Described, fabricatio_core.models.generic.Titled, fabricatio_core.models.generic.Language

Structured proposal for academic paper development with core research elements.

Guides LLM in generating comprehensive research proposals with clearly defined components.

focused_problem: List[str]

A list of specific research problems or questions that the paper aims to address.

technical_approaches: List[str]

A list of technical approaches or methodologies used to solve the research problems.

research_methods: List[str]

A list of methodological components, including techniques and tools utilized in the research.

research_aim: List[str]

A list of primary research objectives that the paper seeks to achieve.

literature_review: List[str]

A list of key references and literature that support the research context and background.

expected_outcomes: List[str]

A list of anticipated results or contributions that the research aims to achieve.

keywords: List[str]

A list of keywords that represent the main topics and focus areas of the research.

description: str = None

A concise summary of the research proposal, outlining the main points and objectives.