graph TD
A[Extract content of research summaries #236] --> B[Analyze the extracted content using NLP techniques #238]
B --> C[Generate 10 specific section titles based on the content analysis #178]
C --> D{For each section title}
D --> E[Select the most relevant information from the analyzed content #217]
E --> F[Generate bullet points or short descriptions for the section #178]
F --> D
D --> G[Create a structured outline with section titles and generated content #180]
G --> H[Store the section titles and structured outline in a JSON object #180]
H --> I[Return the final JSON object containing the section titles and structured outline #215]