Commit d0d4717
committed
Add SciELO repository implementation and documentation
- Add SciELO web scraper implementation (pygetpapers/repositories/scielo/)
- Add comprehensive documentation in docs/scielo/
- Add SciELO configuration to config.ini
- Add demonstration script (examples/scielo_demonstration.py)
- Configure flake8 to ignore E501 (line length) errors
- Move exploration files to docs/scielo/ for pedagogical value
Features:
- Web scraping with proper headers and rate limiting
- Metadata extraction (title, authors, abstract, DOI, PDF URLs)
- Article download functionality (HTML + PDFs)
- Multiple output formats (CSV, HTML, XML)
- Regional SciELO site support (9+ countries)
- Climate change example validation
Status: Basic implementation complete and tested1 parent 240ac3f commit d0d4717
17 files changed
Lines changed: 17344 additions & 1 deletion
File tree
- docs/scielo
- scielo_exploration
- examples
- pygetpapers
- core
- repositories/scielo
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments