give abstract for this ppt in one page word format
python -m markitdown "/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx"
python3 -c " from pptx import Presentation prs = Presentation('/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx') for i, slide in enumerate(prs.slides): print(f'--- SLIDE {i+1} ---') for shape in slide.shapes: if hasattr(shape, 'text') and shape.text.strip(): print(shape.text.strip()) print() "
ls /home/daytona/skills/pptx/scripts/ 2>/dev/null; ls /home/daytona/skills/pptx/ 2>/dev/null
ls /home/daytona/skills/pptx/scripts/office/ && python3 /home/daytona/skills/pptx/scripts/office/unpack.py "/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx" /home/daytona/workspace/pptx_unpacked/ 2>&1 | head -20
unzip -o "/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx" -d /home/daytona/workspace/pptx_unpacked/ 2>&1 | tail -5
ls -lh "/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx"
mkdir -p /home/daytona/workspace/pptx_unpacked && cp "/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx" /home/daytona/workspace/pptx_unpacked/pres.pptx && cd /home/daytona/workspace/pptx_unpacked && unzip -q pres.pptx && ls ppt/slides/ | head -20
pandoc "/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx" -t plain 2>&1
pip install python-pptx --quiet --user 2>&1 | tail -3
python3 -c " import sys sys.path.insert(0, '/root/.local/lib/python3.11/site-packages') from pptx import Presentation prs = Presentation('/home/daytona/workspace/attachments/cdfe29ae-5de7-4c3b-a7c8-c8899f2dde4e/Dr. Rushikesh Ajit Salunkhe.pptx') for i, slide in enumerate(prs.slides): print(f'--- SLIDE {i+1} ---') for shape in slide.shapes: if hasattr(shape, 'text') and shape.text.strip(): print(shape.text.strip()) print() " 2>&1
cat << 'EOF' > /home/daytona/workspace/create_abstract.js const { Document, Packer, Paragraph, TextRun, AlignmentType, HeadingLevel, BorderStyle } = require('docx'); const fs = require('fs'); const doc = new Document({ styles: { default: { document: { run: { font: "Times New Roman", size: 24, // 12pt }, }, }, }, sections: [{ properties: { page: { margin: { top: 1080, // 0.75 inch bottom: 1080, left: 1260, // 0.875 inch right: 1260, } } }, children: [ // Title new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 120 }, children: [ new TextRun({ text: "AYURVEDA MANAGEMENT OF AUTISM SPECTRUM DISORDER: A CASE REPORT", bold: true, size: 28, font: "Times New Roman", }), ], }), // Author line new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 80 }, children: [ new TextRun({ text: "Dr. Rushikesh Ajit Salunkhe", bold: true, size: 24, font: "Times New Roman", }), new TextRun({ text: " (2nd Year PG Scholar)", size: 24, font: "Times New Roman", }), ], }), // Guide line new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 80 }, children: [ new TextRun({ text: "Guide: Dr. Srihari S., MD (Ayu), PhD", size: 24, font: "Times New Roman", }), ], }), // Department line new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 80 }, children: [ new TextRun({ text: "Professor and Head, Department of PG Studies in Kaumarabhritya", size: 24, font: "Times New Roman", }), ], }), // Institution new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 80 }, children: [ new TextRun({ text: "JSS Ayurveda Medical College & Hospital, Mysuru", italics: true, size: 24, font: "Times New Roman", }), ], }), // Conference new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 240 }, children: [ new TextRun({ text: "Presented at SAMBODHI 2026 - National Hands-on Training Workshop on ASD", size: 22, font: "Times New Roman", }), ], }), // ABSTRACT heading new Paragraph({ alignment: AlignmentType.CENTER, spacing: { after: 160 }, children: [ new TextRun({ text: "ABSTRACT", bold: true, size: 26, font: "Times New Roman", underline: {}, }), ], }), // Background new Paragraph({ spacing: { after: 100 }, children: [ new TextRun({ text: "Background: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "Autism Spectrum Disorder (ASD) is a neurodevelopmental condition characterized by deficits in social communication, restricted and repetitive behaviors, and atypical sensory processing. With a global prevalence of approximately 1 in 36 children, ASD is attributed to multifactorial etiology including polygenic heritability, prenatal/perinatal risk factors, excessive screen time, and reduced social stimulation. Conventional therapies such as Speech Therapy (ST), Occupational Therapy (OT), and Applied Behavior Analysis (ABA) yield variable and often partial responses. In Ayurveda, ASD shares clinical similarities with Kaphaja Unmada and Manas Vikara, involving vitiation of Prana Vayu, Udana Vayu, Tarpaka Kapha, and Avalambaka Kapha, along with dominance of Tamas and Rajas, primarily affecting the Manovaha and Rasavaha Srotas.", size: 24, font: "Times New Roman", }), ], }), // Case Presentation new Paragraph({ spacing: { after: 100 }, children: [ new TextRun({ text: "Case Presentation: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "A 5-year-old male child (ABC) from Mysuru, Karnataka, presented with speech delay since 3 years of age, poor eye contact, reduced social interaction, poor attention and concentration, and decreased physical activity. Developmental history revealed normal milestones up to 9 months, followed by absence of speech, declining social communication, self-engaging behavior, and repetitive finger-to-mouth movements. Significant risk factors included excessive screen time (>2 hours/day from ages 1-2 years) and an LSCS birth with history of hyperemesis gravidarum. The child had received 2 years of speech and occupational therapy with only minimal improvement in eye contact. At presentation, the child had bisyllabic speech with 1-2 meaningful words. ISAA (Indian Scale for Assessment of Autism) score at baseline was 87, indicating moderate-to-severe ASD.", size: 24, font: "Times New Roman", }), ], }), // Ayurvedic Assessment new Paragraph({ spacing: { after: 100 }, children: [ new TextRun({ text: "Ayurvedic Assessment: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "Samprapti analysis identified Dosha vitiation involving Prana Vayu, Udana Vayu, Tarpaka Kapha, and Avalambaka Kapha, with Manasika Dosha (Tamas and Rajas) and Rasa Dhatu as Dushya. Srotodushti manifested as Sanga and Vimargagamana in Rasavaha and Manovaha Srotas, with Udbhava Sthana at Hridaya (Manas). The case was classified as Kruchra Sadhya (difficult but treatable).", size: 24, font: "Times New Roman", }), ], }), // Intervention new Paragraph({ spacing: { after: 100 }, children: [ new TextRun({ text: "Intervention: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "An integrative Ayurvedic protocol comprising Shamana and Shodhana therapies was administered as an adjunct to ongoing conventional therapy. Shamana Aushadhi included Kalyanaka Avaleha for cognitive enhancement (Medhya action) and Saraswatarishta with gold for speech improvement and mental clarity. External therapies included Abhyanga with Ashwagandha Taila for Vatahara and Balya effects, and Shastika Shali Pinda Sweda (SSPS) to promote vasodilation, improve central and peripheral blood circulation, and enhance neuromuscular coordination. Panchakarma intervention involved Hapushadi Yapana Basti targeting Dosha equilibrium, gut-brain axis modulation, and microbiome balance - factors increasingly implicated in ASD pathophysiology.", size: 24, font: "Times New Roman", }), ], }), // Results new Paragraph({ spacing: { after: 100 }, children: [ new TextRun({ text: "Results: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "The child demonstrated clinically appreciable improvements in eye contact, initiation of social interaction, and speech (emergence of new words). The ISAA score decreased from 87 to 81, indicating measurable reduction in ASD severity. The rate of improvement surpassed that achieved during the preceding 2 years of conventional therapy alone. The child began mingling with peers, recognizing relatives, and making purposeful demands.", size: 24, font: "Times New Roman", }), ], }), // Conclusion new Paragraph({ spacing: { after: 100 }, children: [ new TextRun({ text: "Conclusion: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "This case demonstrates the potential of an integrative Ayurvedic approach as an effective adjunct to conventional ASD management. The combined use of Shamana (Kalyanaka Avaleha, Saraswatarishta) and Shodhana therapies (Abhyanga, SSPS, Yapana Basti) resulted in noticeable improvements in social, language, and adaptive milestones within a short duration. ASD presentations are variable, and individualized management incorporating Ayurvedic principles alongside speech and occupational therapy may yield significantly better outcomes.", size: 24, font: "Times New Roman", }), ], }), // Keywords new Paragraph({ spacing: { after: 80 }, children: [ new TextRun({ text: "Keywords: ", bold: true, size: 24, font: "Times New Roman" }), new TextRun({ text: "Autism Spectrum Disorder, ASD, Kaphaja Unmada, Ayurveda, Yapana Basti, Saraswatarishta, Kalyanaka Avaleha, SSPS, Manas Vikara, Integrative Medicine", italics: true, size: 24, font: "Times New Roman", }), ], }), ], }], }); Packer.toBuffer(doc).then(buffer => { fs.writeFileSync('/home/daytona/workspace/Abstract_Dr_Rushikesh_Salunkhe.docx', buffer); console.log('Document created successfully'); }).catch(err => { console.error('Error:', err); }); EOF node /home/daytona/workspace/create_abstract.js
python3 /home/daytona/skills/docx/scripts/office/validate.py /home/daytona/workspace/Abstract_Dr_Rushikesh_Salunkhe.docx 2>&1
Abstract Dr Rushikesh Salunkhe
Word Document · DOCX