Class 2 Homework — Data Collection & Extraction (geomingical) - #18
Open
geomingical wants to merge 1 commit into
Open
geomingical wants to merge 1 commit into
geomingical wants to merge 1 commit into
Conversation
Personal modifications to Task 1 & 2 to fit seismology research workflow: Task 1 (Paper Metadata): - NHESS web scraper demo (arxiv_clean.json, same format as arXiv requirement) - MinerU-based metadata extraction from 32-paper seismology corpus (papers_metadata.json) Task 2 (PDF → Text + Images): - MinerU layout-aware parser replaces Tesseract OCR for text-based PDFs - PyMuPDF native image extraction replaces screenshot-based OCR - Pipeline documented in pipeline_overview.md (Mermaid flowchart) - Sample output included: chang-2023 (.md, content_list.json, 13 native images) - Batch processing script: batch_process.py Task 3 (ASR): - Whisper transcription with timestamps (1 representative sample) Task 4: N/A — MinerU produces clean structured output upstream, eliminating the need for HTML cleaning, dedup, and PII removal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Submission for Week 2 homework: Data Collection & Extraction.
Task 1 and Task 2 were adapted to fit a seismology research workflow instead of the arXiv/Tesseract default approach. Core skills are the same; tools and corpus differ.
arxiv_clean.json) + MinerU-based metadata extraction from 32-paper seismology corpus (papers_metadata.json)pipeline_overview.md). Sample output included forchang-2023.talks_transcripts.jsonl)Key files
class2/hw_output/Paper_Abstract/papers_metadata.jsonclass2/hw_output/Paper_Abstract/arxiv_clean.jsonclass2/hw_output/pdf_ocr/pipeline_overview.mdclass2/hw_output/pdf_ocr/sample/chang-2023/class2/hw_output/yt_transcription/talks_transcripts.jsonlSee
class2/Class 2 Homework.ipynbCell 8 for full submission summary and modification rationale.🤖 Generated with Claude Code