Explain this
python -m markitdown "/home/daytona/workspace/attachments/9721b721-2f8f-4723-9e13-6d73679c411f/ldvi .pptx"
cd /home/daytona/skills/pptx && ls scripts/
python /home/daytona/skills/pptx/scripts/office/unpack.py "/home/daytona/workspace/attachments/9721b721-2f8f-4723-9e13-6d73679c411f/ldvi .pptx" /home/daytona/workspace/ldvi_unpacked/
unzip -o "/home/daytona/workspace/attachments/9721b721-2f8f-4723-9e13-6d73679c411f/ldvi .pptx" -d /home/daytona/workspace/ldvi_unpacked/ 2>&1 | head -50
ls /home/daytona/workspace/ldvi_unpacked/ppt/slides/ | head -30
python3 -c " import os, glob from xml.etree import ElementTree as ET ns = {'a': 'http://schemas.openxmlformats.org/drawingml/2006/main', 'p': 'http://schemas.openxmlformats.org/presentationml/2006/main', 'r': 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'} slides_dir = '/home/daytona/workspace/ldvi_unpacked/ppt/slides' slide_files = sorted(glob.glob(os.path.join(slides_dir, 'slide*.xml')), key=lambda x: int(''.join(filter(str.isdigit, os.path.basename(x))))) for sf in slide_files: tree = ET.parse(sf) root = tree.getroot() texts = [] for t in root.iter('{http://schemas.openxmlformats.org/drawingml/2006/main}t'): if t.text and t.text.strip(): texts.append(t.text.strip()) slide_num = os.path.basename(sf).replace('slide','').replace('.xml','') if texts: print(f'--- Slide {slide_num} ---') print(' | '.join(texts)) print() "
| Test | What It Detects |
|---|---|
| Haemagglutination inhibition (HI) | Antibodies to viral haemagglutinin |
| Complement fixation test (CFT) | Complement-fixing antibodies |
| Immunofluorescence | Using fluorescein-conjugated antiserum |
| Neutralisation | Virus-neutralizing antibodies |
| ELISA | Antibodies via enzyme-labelled anti-human Ig |
| Western blot | Confirmatory test (historically for HIV) |
| Method | Examples |
|---|---|
| EM | Rotavirus, Norwalk virus |
| Antigen detection | Flu rapid tests, immunofluorescence |
| Inclusion bodies | Negri (rabies), Guarnieri (smallpox) |
| Lab animals | Suckling mice (coxsackievirus) |
| Chick embryo | Influenza, poxvirus |
| Tissue culture | HeLa cells, CPE observation |
| Serology | ELISA, Western blot, HI test |
| PCR / RT-PCR / qPCR | HIV, influenza, most modern diagnostics |