fabricatio_typst.models.article_proposal
A structured proposal for academic paper development with core research elements.
Classes
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.LanguageStructured 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.
- 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.