Datasets:
Add CC BY-SA 3.0 Polish media-literacy lessons
Browse files## Add Polish media-literacy lessons
Adds `edukacja_medialna_pl`: **252 records and 728,987 measured `cl100k_base` proxy tokens**, acquired directly from official Edukacja Medialna lesson XML. Every retained record has explicit CC BY-SA 3.0 evidence on its lesson page and in XML, plus credited authors.
Source dataset: https://huggingface.co/datasets/PiotrSty/edukacja-medialna-pl/tree/ba738c60fe1a92a676a6cabba05e8c3f82e125b7
### Data sample
- [12 complete deterministic sample records](https://huggingface.co/datasets/PiotrSty/edukacja-medialna-pl/blob/ba738c60fe1a92a676a6cabba05e8c3f82e125b7/artifacts/sample.jsonl)
- [Per-record authors, URLs and rights](https://huggingface.co/datasets/PiotrSty/edukacja-medialna-pl/blob/ba738c60fe1a92a676a6cabba05e8c3f82e125b7/artifacts/attribution.jsonl)
- [Selection decisions](https://huggingface.co/datasets/PiotrSty/edukacja-medialna-pl/blob/ba738c60fe1a92a676a6cabba05e8c3f82e125b7/artifacts/decisions.jsonl)
### Method and ontology
The contribution includes a reproducible direct-XML builder, normalized exact and seeded MinHash/Jaccard within-source deduplication, limited PII-pattern checks, checksums, QA and an ontology manifest separating content-addressed Versions, Protocol, executed Run, Evidence, falsifiable Claims and Actors. External reading lists are omitted.
### Remaining gates
Cross-source exact/near deduplication and benchmark-overlap checks remain pending. Historical technology/legal guidance is not asserted to be current. Embedded third-party excerpts and the CC BY-SA 3.0 to corpus-level licensing treatment require maintainer review. Training benefit is an untested diversity hypothesis. This proposes a source, not a stable release.
- artifacts/edukacja_medialna_pl_ontology_manifest.json +439 -0
- data/edukacja_medialna_pl/NOTICE.md +9 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.attribution.jsonl +0 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.decisions.jsonl +255 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.md +32 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.parquet +3 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.qa.json +20 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.sample.jsonl +0 -0
- data/edukacja_medialna_pl/edukacja_medialna_pl.stats.json +11 -0
- src/build_edukacja_medialna_pl.py +491 -0
- src/sources.py +439 -426
|
@@ -0,0 +1,439 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"actors": [
|
| 3 |
+
{
|
| 4 |
+
"id": "hf:PiotrSty",
|
| 5 |
+
"name": "Piotr Styla",
|
| 6 |
+
"type": "human"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"id": "agent:codex",
|
| 10 |
+
"name": "OpenAI Codex",
|
| 11 |
+
"type": "agent"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"id": "org:fnp",
|
| 15 |
+
"name": "Fundacja Nowoczesna Polska",
|
| 16 |
+
"type": "organization"
|
| 17 |
+
}
|
| 18 |
+
],
|
| 19 |
+
"attestations": [
|
| 20 |
+
{
|
| 21 |
+
"type": "cross_source_deduplication",
|
| 22 |
+
"value": "pending_target_integration"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"type": "benchmark_overlap",
|
| 26 |
+
"value": "pending"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"claims": [
|
| 30 |
+
{
|
| 31 |
+
"falsification_condition": "A retained record lacks either required license signal.",
|
| 32 |
+
"id": "claim:licensed-records",
|
| 33 |
+
"statement": "Every retained record passed the explicit page and XML CC BY-SA 3.0 gate.",
|
| 34 |
+
"supported_by": [
|
| 35 |
+
"evidence:qa:31651600f3fdbd7fead125374f64ed1bd689a5f7fa14389f4d888b858cbeb8f5"
|
| 36 |
+
]
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"falsification_condition": "Controlled mix ablations show no relevant improvement or harmful style contamination.",
|
| 40 |
+
"id": "claim:diversity-hypothesis",
|
| 41 |
+
"statement": "This instructional media-literacy source may diversify a legal-heavy Polish pretraining mix.",
|
| 42 |
+
"status": "untested",
|
| 43 |
+
"supported_by": []
|
| 44 |
+
}
|
| 45 |
+
],
|
| 46 |
+
"evidence": [
|
| 47 |
+
{
|
| 48 |
+
"append_only": true,
|
| 49 |
+
"id": "evidence:checksums:0552aa8b5941b3a07aede690d58962b0f26a0e9777c2321ac2ed0e1a650d819f",
|
| 50 |
+
"observation_type": "checksums",
|
| 51 |
+
"payload": {
|
| 52 |
+
"NOTICE.md": "ca0ab465674b4d8b2e5db4a1c6d25a5565893b2e48803cf36b319bac3f3461fd",
|
| 53 |
+
"README.md": "4efd1ded246566b38668f1e6617dd1692d9f7f1bf7a8cbf0a1d2abdb73b47198",
|
| 54 |
+
"artifacts/attribution.jsonl": "8522652f776bd59c115453331b4a5c771f01e6467fab2938798c3aad0065e55d",
|
| 55 |
+
"artifacts/decisions.jsonl": "960bffd3e684a52a119633efbedc7d1ef0cd6d8c70bfbb16bb2c03c551da9962",
|
| 56 |
+
"artifacts/inventory.json": "2348fc675da837146af683bc548083fa93c43f6e1a2dbdf2408d36a97dbd92d9",
|
| 57 |
+
"artifacts/qa.json": "95e42a29bd2f1d328efac5f20378311a1806bd934b5bd88d6002a3bbf2ec78dc",
|
| 58 |
+
"artifacts/raw_xml.jsonl.gz": "828b7ac5f0d2eaf1c49882178363777ed8f74daccac0fcbd485ba9d0fb8369f1",
|
| 59 |
+
"artifacts/run.json": "922941d546019e4c4f3ea0736ac4ab3a92f8dca0f5e990931a563549ed89adee",
|
| 60 |
+
"artifacts/sample.jsonl": "1d3277d93a5a1b9281ef1c71e745c9669eb2fac4cc78c7e60946557aedc7c1fa",
|
| 61 |
+
"artifacts/stats.json": "38c7a8418b798021ce217a8bd9c9c120a7b92a7ac8e0cdbf56cb76757eb7b8cf",
|
| 62 |
+
"data/train-00000-of-00001.parquet": "dbce26650981e8e552c7fdac48bd35c02e9bd0a56fced4ea4871489b5a2365c4",
|
| 63 |
+
"src/build_edukacja_medialna_pl.py": "2f7b5d5672321886e1b6e6cb81518c8c80cc7f834bea0ab4fd0351a64fa8effe",
|
| 64 |
+
"src/requirements.txt": "a41710470f941a80c9cf2f6ef93357b2478797f00804816e925959fac302100b"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"append_only": true,
|
| 69 |
+
"id": "evidence:qa:31651600f3fdbd7fead125374f64ed1bd689a5f7fa14389f4d888b858cbeb8f5",
|
| 70 |
+
"observation_type": "quality_report",
|
| 71 |
+
"payload": {
|
| 72 |
+
"benchmark_overlap": "pending",
|
| 73 |
+
"cross_source_dedup": "pending target integration",
|
| 74 |
+
"exact_normalized_dedup": true,
|
| 75 |
+
"license_gate": "explicit CC BY-SA 3.0 required in lesson page and source XML",
|
| 76 |
+
"limitations": [
|
| 77 |
+
"source guidance includes historical material",
|
| 78 |
+
"external reading lists and long-quote elements omitted",
|
| 79 |
+
"remaining inline third-party excerpts require review",
|
| 80 |
+
"pattern checks are not comprehensive de-identification"
|
| 81 |
+
],
|
| 82 |
+
"near_dedup": {
|
| 83 |
+
"method": "seeded MinHash 128 / LSH 0.8 candidates / exact 5-word Jaccard >= 0.9",
|
| 84 |
+
"removed": []
|
| 85 |
+
},
|
| 86 |
+
"pii_pattern_matches": {
|
| 87 |
+
"email": 1,
|
| 88 |
+
"labelled_phone": 0
|
| 89 |
+
}
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
],
|
| 93 |
+
"objects": [
|
| 94 |
+
{
|
| 95 |
+
"id": "object:edukacja-medialna-source",
|
| 96 |
+
"type": "DatasetSource"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": "object:edukacja-medialna-derived",
|
| 100 |
+
"type": "Dataset"
|
| 101 |
+
}
|
| 102 |
+
],
|
| 103 |
+
"protocols": [
|
| 104 |
+
{
|
| 105 |
+
"digest": "sha256:6d6b7e7a3d456dff4d5b6c6a6ade6d7c352582ca6c4bccf4e46f49a132517821",
|
| 106 |
+
"id": "protocol:6d6b7e7a3d456dff4d5b6c6a6ade6d7c352582ca6c4bccf4e46f49a132517821",
|
| 107 |
+
"specification": {
|
| 108 |
+
"dedup": "normalized exact then seeded MinHash/Jaccard",
|
| 109 |
+
"license_gate": "explicit CC BY-SA 3.0 on page and XML",
|
| 110 |
+
"name": "edukacja-medialna-direct-xml-v1",
|
| 111 |
+
"schema": [
|
| 112 |
+
"id",
|
| 113 |
+
"text",
|
| 114 |
+
"source",
|
| 115 |
+
"added",
|
| 116 |
+
"created",
|
| 117 |
+
"token_count",
|
| 118 |
+
"license",
|
| 119 |
+
"author"
|
| 120 |
+
],
|
| 121 |
+
"selection": "Polish, >=300 body chars, creator present, no PII pattern match",
|
| 122 |
+
"source_scope": "https://edukacjamedialna.edu.pl/lekcje/",
|
| 123 |
+
"tokenizer": "tiktoken cl100k_base"
|
| 124 |
+
}
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"relations": [
|
| 128 |
+
{
|
| 129 |
+
"predicate": "DERIVED_FROM",
|
| 130 |
+
"source": "version:data:0552aa8b5941b3a07aede690d58962b0f26a0e9777c2321ac2ed0e1a650d819f",
|
| 131 |
+
"target": "version:source:9bca86eeedc6f04b29ecab5e704112aecd70eb88426b3b676ea7ee8101254a69"
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"predicate": "FILTERED_BY",
|
| 135 |
+
"source": "version:data:0552aa8b5941b3a07aede690d58962b0f26a0e9777c2321ac2ed0e1a650d819f",
|
| 136 |
+
"target": "protocol:6d6b7e7a3d456dff4d5b6c6a6ade6d7c352582ca6c4bccf4e46f49a132517821"
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"predicate": "COMPATIBLE_WITH",
|
| 140 |
+
"source": "version:data:0552aa8b5941b3a07aede690d58962b0f26a0e9777c2321ac2ed0e1a650d819f",
|
| 141 |
+
"target": "hf://datasets/SlayerLab/polish-dynaword@a916edecabc2be8832e08fb2bd9dfafcc1d2dd71"
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"runs": [
|
| 145 |
+
{
|
| 146 |
+
"code_sha256": "2cc652f917eb78ef240bac4524a86ba26e0eecc2448fb977e630b3aac5b6d88c",
|
| 147 |
+
"finished_at": "2026-09-06T15:36:41.473637+00:00",
|
| 148 |
+
"id": "run:8da6890b8f4c6389423e5227823ecc1d30f8aa09c4883ac2c1a02391ff9ab67c",
|
| 149 |
+
"inputs": {
|
| 150 |
+
"listing_sha256": "3b419c4637991185bcfe883240256164b8bb14d176dea2d6523e36abe7c9444a",
|
| 151 |
+
"xml_sha256": [
|
| 152 |
+
"45a117c0b6bf7f8a343d0fb9678b2628cbb249702c23075ecd0ce2ea87885906",
|
| 153 |
+
"752e2167921a2586729eecf2b7553c7c4cf090ec201eed1c28291d392abc5b6d",
|
| 154 |
+
"8320cb8645d72abdcfb91f67ea099995c99dd23fc657f388df7fdc86484270bf",
|
| 155 |
+
"0d3464ddf069975243aff1e6dacc10ec91307039afebb44423799cde23eab982",
|
| 156 |
+
"6a36d154c7eb98626197950cfc85dc1c3ecdfbf631ee3d74b793552c59a9de1f",
|
| 157 |
+
"6e84a4d9ef36f8c6a8750a2db906ba389077df5e45a58e503e9b51999f7488e6",
|
| 158 |
+
"ab8bd73fbbf51672c52c9e302c0604334d6df78416777357b23dacbc2f18d42e",
|
| 159 |
+
"0a6a7b0d7d68f862ff0144fafd496b0df49cccbc78f01c5a80411b0bfef30787",
|
| 160 |
+
"8868e801ba62cb84a6ab5c0cbb1dac0f240cfac3903f4a5907661efc3d5f8127",
|
| 161 |
+
"962a0e947a0677d390925eac4b645f97988ed22e88ede85e8a12f2d34a02f9e9",
|
| 162 |
+
"3090bee1059099dc4e4e960bec34cc3bf8c5747b877777f288577de186717827",
|
| 163 |
+
"f21e7ed03b03e1cc009c3671f35b0d2223586e9bc75962059407023a7353f3f5",
|
| 164 |
+
"32c786f4f81444f8de253ecaf3af18678d4d9fe75894f15d0ec74eee650dbbec",
|
| 165 |
+
"c9f822d70fcdf7b8e6a93bbca17ca988ecccf8af24a7becc4c12e1331e517f93",
|
| 166 |
+
"3bcffeca8f4e7a84c110091fe69b0101f87fcf189ff7823b37191eebb06af851",
|
| 167 |
+
"56dd5b8659c150cf38a7f85a17f9e986cd45b7abb8dc9da115b84501fd55291c",
|
| 168 |
+
"c7f1d380ad4e1c348c1234c7a385f48bfcb92acd63cf53ed903d9c1a1a76e0b6",
|
| 169 |
+
"93a327081993b689a66b7c9b5434f0fd4f6077c1d7365a8e842af21f253c716b",
|
| 170 |
+
"57b7ab003fcf20358b031a300c2e959d4256ab012d16cd595ec581b6a63409c2",
|
| 171 |
+
"b873e6f3741e5b43bd7f45f245858fb8552d665dab4ad0181b6681f4e1a8d747",
|
| 172 |
+
"fc3be537ff9640245874916d4b90b7b7702a296b79a5f0708a8d4425e2f16ec8",
|
| 173 |
+
"481de8662b5555aac2a1996241c59932f12f2fc4caef810dfef897cfc30e413b",
|
| 174 |
+
"3ffaeb2de2870f5911a953f9c265ba5d5ca3c5d6b07e6808a959a5b27d1ad61b",
|
| 175 |
+
"07c3ace369332b9c7c949974ba899cc2e7e8c03d96717f446fdf8d5a8a4358b4",
|
| 176 |
+
"418b5f06fbb5f5aea1a2b2c35df510fbfc8f36f539252bd38aa6126d523295fe",
|
| 177 |
+
"cce7c817de8700b44810f51da2caa8d5dd185680cd94ab9b5d72b4ae45582df6",
|
| 178 |
+
"92819d721ed665ff3c8dce1e9517efa20c9f343f85822e59dbe3eb8abb6a1e17",
|
| 179 |
+
"a90bf090350b40393c92ea8cd4e15014c3b0f7dbafb7dbc659982687b6ff6967",
|
| 180 |
+
"e29b76a5488328f99c3d00d7df97203b59fa17b04fa47cf85d733725f7ce186f",
|
| 181 |
+
"c81b3a268f712d972be690c8d30253dc0415087cd40fdad818923dd0f65307d9",
|
| 182 |
+
"b500fc3567bea21eafffa46202db906b343551bb52f89c06ac96219fd54e9328",
|
| 183 |
+
"cd62250f0d8b7c5f5de47b092a589375eefabafea78d4b6cc7f77c90ed5c76c8",
|
| 184 |
+
"45f37918a07b0685fae0ffc4ba93bcd7f650b230f436ab843c5d658ee85aeac7",
|
| 185 |
+
"83a6dc540fd22c34a86f5fc17ed88d44e21e3d0dc1ae89bdce85a815cf946b12",
|
| 186 |
+
"c4823d8aebb703d02f238b81425a0dacd019076571b80fc0c80d357ccbfc845f",
|
| 187 |
+
"840ec36deab629947305bf4742da9e516e23fb4563ca78d305ed21deb86f9311",
|
| 188 |
+
"2d19d284c5a9567c74a2d3adf33fa3c35f5570e1781a1391a52cdd7c6e9d53f0",
|
| 189 |
+
"2e777e4609313ae61bdaadccc434816bfd0453e7b6f7bf5941d8f088e7bdc0ab",
|
| 190 |
+
"7e33cab2647258a0ff481c627b845731bd381a45ffd3c56318372f7374afee75",
|
| 191 |
+
"41b2d53bfa71d325ff18ef0156c9ec297c7099cb0e3fa6180061982a9dd6d893",
|
| 192 |
+
"438fe4a96999ffab1313573d5623d6b896ddfe21b3ffac00d029fa03457170a1",
|
| 193 |
+
"3b038b0d0c608ce32e098ca5e5cd3f4ff880fa57cb8de2fe8607c427fe0b7c74",
|
| 194 |
+
"0c9790437334307c3881d88ce2e06ded4199c6a42ac5c35604057f877a1f5ad1",
|
| 195 |
+
"9c6b82b04fb06a2653f2d5e538d5a348116634b59e576718aec90a1e1876921c",
|
| 196 |
+
"93830c27a2270b62a822c97556d9b877c93aa8f303a7bb688eadeee37c6498b9",
|
| 197 |
+
"48d73d51a0f75fd02e96848ec1cd31a2054874c8551812519a28e5f44fa0554e",
|
| 198 |
+
"10dc51c0380e816eec79f4dcf2aa62a573a849330a8da676cc2b2ea94e1fed2a",
|
| 199 |
+
"83c2afa1f6abe2a8e9156012b36b33d65a59016b10e3870bb5506a5451101e02",
|
| 200 |
+
"4cbebbb3ba735134fce25eedca1f81a6d2b1ead4a1cd89d9ac3414210fdee289",
|
| 201 |
+
"ef103c9ee957b9c78013cb97425a90d24159211aa96c59c37c62201cd3e596d1",
|
| 202 |
+
"1ad8bbf1ca67999c05628cbde2c71f862b3df5bbb5440054931336e0f8f417cd",
|
| 203 |
+
"a1f1d5577fa0ecf66684c7a0ffa1029fda4226f2ee662fb385bae86cba5066d9",
|
| 204 |
+
"1b7bf040994a6babcda72fea16d4763e83686f77c178cd461e605207fb397008",
|
| 205 |
+
"b978a49409a90619e95160ed87edc5869c7760ce61163c0d2c6205cb68e9d896",
|
| 206 |
+
"e149916bd11949593a39f3824d333443deb4cc636bd24d9477fe11e485326a54",
|
| 207 |
+
"7fe985edd3484a13f05e48c058e588803c6596cc5d8f9d0103cb0f919f4e20d5",
|
| 208 |
+
"41620bdc576459a7a4a49a3fd378aad70f8edb5a8e0d2c67ca8279e108e8ff91",
|
| 209 |
+
"bb397f5a893a618d6b3052e1b1caf1d85320165302ca9acbc606129a26474fe6",
|
| 210 |
+
"4eb3dd17403322aca88120e093f2baeaac3939e5cabca1e9cbd25d4b4da73ce5",
|
| 211 |
+
"e554c5c199398be41c8172cb621d7ca4d9917391ff30c3082cb46b80382a303d",
|
| 212 |
+
"0bc21cde0ec4f986472498a6b4e4ed3c1adb79d9cea9791ec046aaa59c62a908",
|
| 213 |
+
"036e318af17e54c132ad5cb6b6c9beeb850c5a2d6aaa9b2ce6bfb87a58648e70",
|
| 214 |
+
"0c07139b9eb887c31a26e4f58db7601605dadb120b18ca13a648016670dce8cb",
|
| 215 |
+
"c018c0a92830649cab400aa0e5ba959f520d5681e4da77df4cbe2ce0b9af74b4",
|
| 216 |
+
"33f1195261f8798a86db6baefc29de8288824bbfefdf19ec150777d834d2794f",
|
| 217 |
+
"4a44efde04c72c757a7742206bd0cb63de750430fb7e02d1dcd4a7253adbff8a",
|
| 218 |
+
"e00dce0f44992b7fc01699c7d92463e12c51ef6f79288841e063f4ad55f65c06",
|
| 219 |
+
"ac7dad88d1b0340874cc98f40a4745c9b0ef5bbda6c6b03a3ff658e1ca3a45fa",
|
| 220 |
+
"1727d1f5a746b77890ef158324217d2a86dcc5f5a25087b0f9e2852d2c1e56ba",
|
| 221 |
+
"595fcec3d8b604c420ae749a2b7a9e4e1d0e6483b8dc740d807166f7181b91ba",
|
| 222 |
+
"f8a9fa3df20ae0664a24eb719cd49c748cabc721a7d6a002adb87aacde2003b7",
|
| 223 |
+
"8e26351ff3a06e124c1b323d0756d0d545873f1aef1b5d0ea7d7ceea6b5f93e7",
|
| 224 |
+
"a6ea39205a4f73bf96860bbf9e9707554aa0430db7bf0747245d14d23c980969",
|
| 225 |
+
"59ade27b9a161f630e0c7091c0159b1728b41c61513a42b475ad3e9d4daab744",
|
| 226 |
+
"deb7159daa1f314a493a03821a5e4a8a26e85e00c75771afcb40548f50e2d2e6",
|
| 227 |
+
"5de4c79f7f150d199dd57b61290e2175112ca5a62110526c743b87398e90a56e",
|
| 228 |
+
"31e9baf831306790536281d86a9624deb832194b72eb4f5abdc3378c52a6239b",
|
| 229 |
+
"71d885bdf524c614e382b43d764604a3d28048d9b66421cd781c0dd57859a907",
|
| 230 |
+
"dfb2548b9fdbef7c685be21641f7bc2c118329d80f6aa3138974a5799316e688",
|
| 231 |
+
"728d3dca94b7fc924e914efd36582f762437fb6eaefe0348330862b1c046ba2f",
|
| 232 |
+
"21898ca83126a1af094d1315d0281cc7db8e4afc6487b04f6247c7b004e5b6df",
|
| 233 |
+
"5594a0f199e9e6ebc74e4bdab0852eb99ef5cf10009e47bbc55681b70988eb9d",
|
| 234 |
+
"c53aa29522c4ef1654bc76cd05faf9730bb086410838f5c0f2e9bf63d3a0c8fc",
|
| 235 |
+
"a6e5ac6bdfe46259cd9c1918114815f26e29ac3b9e813f3f6baa5be056337528",
|
| 236 |
+
"0258c08af5fd4e88caa6658434785fc2249ce7ee0700fda36dbe9b93d7dd923b",
|
| 237 |
+
"66fdb607696c8551d1f005c7b1f672b2d78b38c25a7684b2b33f2b5115806b03",
|
| 238 |
+
"093c7a1a71a7fd6d5fc5158abc5f7cdfbc48aa789d3bec12e72cff0deb97e1ae",
|
| 239 |
+
"d19e9d4460a03f2da0aaf45b8e68409f122aadcf0383a14e8905c04733731aea",
|
| 240 |
+
"08bbda1dd31ff5d60a36cff51d4ec51c64745fbc9de00a510083230d2aab1210",
|
| 241 |
+
"4c341fce7ce3e3e958295ae859e370e3084f09e41b590943a11f9b7ffb84e64e",
|
| 242 |
+
"6acf4ed1d2d7e4afba6fd1cf2520a4fb33002504df8b886eb5c657a22dcaaf1d",
|
| 243 |
+
"97f0f7c86fa8fefe78a40183fd743606ed3acc0d5fdf5521bb83fcb17dba409b",
|
| 244 |
+
"acc6a79bb771b77c7dfdeab800ee22c76dd327c8f5e156a3f3d32b8a79e70fe7",
|
| 245 |
+
"623a37f7b663abad3ac996b46038c78e8ef1dc40660e30c11ba5eef3b118c05f",
|
| 246 |
+
"6bc1613e2d6fdd721fa19e3438be2dd1484de3adc9f3ed141143d9aaab0162a7",
|
| 247 |
+
"52be912322320743894f62d1aa3779ef17eee43765dc8f3444423786a7fd0c80",
|
| 248 |
+
"cea8d893e07992055e8503aa27e924eccc30049c2c9f8834c72e4bdccbe03a28",
|
| 249 |
+
"b41936552852194d6d65d4a0f82e85239ef7638016c7dffa8e1715a7f7c08b96",
|
| 250 |
+
"091855bd3ae4bd489300fe90cae1d5a09bcd4c4a27a5b1d9dc328e70564d33dd",
|
| 251 |
+
"7a3d24e0b0d97b718f1e8415e119257655415f284609513aad733a0e1b367a10",
|
| 252 |
+
"ad81f9a730aa3588f2ac51bf349feac2e25dcc4f0f6e26d57f824da26a3b7c1b",
|
| 253 |
+
"86e6d1c047e01215189b276a5c7f4ba6674d645ea7a2bf5cc1512a064ffc3f6b",
|
| 254 |
+
"6072b0434b8932b7f90700849e507f9ab983f5493ffd8daccc2110011952d8c8",
|
| 255 |
+
"7077a62ef6b99fa9e8d066dbfa909270d8d67343077f34a7d123e93cf8ffc392",
|
| 256 |
+
"e841fd60990f405a0b1b5dc6ce715d676f0e216f9dead5ec1cd081600abf13c3",
|
| 257 |
+
"8ad7dca1a6534bc5f38b4362eeb8adaff2f63f2a9d0c95e1af0e97247ae2a2d8",
|
| 258 |
+
"b4fe46133102b8265bec22abebad958de38ba2220fef91616ee221cf90acfffa",
|
| 259 |
+
"29b6df574d6010e79256e72f2cf2e5835d6cf00b12ba31b4c41896e8936fea44",
|
| 260 |
+
"efbd2c538b053e83bcc83456838af4fb118fa3bfdcc07effb1921f9d223fda12",
|
| 261 |
+
"65f0f6513b4a881a02cff97ec493ca9bb0e89dedf5eb5b1cd19f7a9a326fdbf6",
|
| 262 |
+
"6b44eaf2897acefb5a2c315149bdcc451eae456315ae6817a792026940ad3f2d",
|
| 263 |
+
"7e9a680e88913ac72a25600eab752de120e0759b4dc37b553126f8b582978bd5",
|
| 264 |
+
"c41af22068f7eaec64bf7d4cafd2f88cca6f95a2bad5d35fd62163b3658be554",
|
| 265 |
+
"a24159b33d108e223c265c45a61a60a5041a2b924fb0f372810e766e18026fd3",
|
| 266 |
+
"67dbb81438fda6c3ee0a00c0aa8f263b5c32fccb106612528dab9d77a71f7c28",
|
| 267 |
+
"fcb4bbc9d9d0feacac8b325c9d53bca484d3139bede91658fe53676cb675deb1",
|
| 268 |
+
"941899706f41f1580bcf99b1d5d9a887692891e6b61c596aaee83c7d6e58fd11",
|
| 269 |
+
"b7d9ca44ecd057c87528f1e1dc6c35614b031a96145b64e6674e4feb7c0dfa81",
|
| 270 |
+
"c15ba40bb15447155d02c515e4d696afac9f2be85d2db484361e8d0fbd43827a",
|
| 271 |
+
"9f1ae8f278112a66700b795c60a0287398227f54a0e5a80e3e1a79ae85c1715b",
|
| 272 |
+
"be0cb2bf7e3ea9e820d84882c86e9205d4c1331545a27a6634ffd991a35d166c",
|
| 273 |
+
"c59b8e7e66b449729c214a48fe3ee27fcec8093fd1cd7e05cbf7b3c4c21d2c13",
|
| 274 |
+
"5a888ca20a4c4f4541c83a132f5c8e5cc1a12784af8155d1908911cce60768ff",
|
| 275 |
+
"b311307a6d3f8a5f55c5e3132ba5e14d9fad2363bf46cac77ffd7f84a448b14b",
|
| 276 |
+
"66258d60315fffe6f979a6e89888a2167b70191ef3d641673f901deda0d2fc55",
|
| 277 |
+
"1c66d7b1c2d84f1483ce97a7a326c19e605c1995c2b5361eca898fa841dfd834",
|
| 278 |
+
"7aa4ee672c185a953af81dd84e0256698b16c4fa6111ed3220e965d780973b1a",
|
| 279 |
+
"9bf74f8e0a6e467abd76891e5c4e461f1375dc79b3674d6cd99baebdf0d4ec40",
|
| 280 |
+
"cf468d6bf86683f3ac1794e17482c8205cbe4bf68f7fa66b89b0c7cc02ca2ddd",
|
| 281 |
+
"b8fcb5bb1e55e50ad29e05cc421f4b540a7ddd4e261908325bac2aabef780542",
|
| 282 |
+
"9c6d06567f67a149dee2bc24fc444fe05f3c35e7fa5973040f2a53a592249f95",
|
| 283 |
+
"9147b3382321be9cbdf5d664f9fdfd2e9527bd8456c6eb4979d0a4e776d188ef",
|
| 284 |
+
"63d22b7d9b59b730241624e28f2e89fdf0d8f883c467564eddcf77d67ca9ae7a",
|
| 285 |
+
"643adbd81605e4eaf4ddf10011e8b20a6cf7df0dfd11c66e8ce36d208e70dec3",
|
| 286 |
+
"d840e042203b8b60f350290a15719024d520ccbd1a8ac93bb2babcec8bb8b4f3",
|
| 287 |
+
"d5544c65a8fd2b7c8310732b100dfc295fba272166ab9a35363022fcfe8b3da5",
|
| 288 |
+
"0db1a9018e9030868a4d96a88df2995c74dbd022cf4b983f28a36517e9555b8e",
|
| 289 |
+
"54d00f211bdc266fc27cbcdccfde176eee8724165da983970ebf0042480f99da",
|
| 290 |
+
"2f4e65a65b3caae81f0e3d3eb444fdb44911b11f36a4ca1a1d2e32d38d8505bc",
|
| 291 |
+
"60b591ba4ed4c7f0095f906171afd8b4b7f92a504380bf3b508e725c0b9abf30",
|
| 292 |
+
"7c2872d9c6f0351d07b4b089e5efa366b6ed861682dbc3e33c3df80aeb964a27",
|
| 293 |
+
"93673d03bbf45564ae3e22b89cbc3b61c27abc1a70608e6662fbb53ed1be3539",
|
| 294 |
+
"c201eb3336eac662715dfe54c0f0cc0cce9a7022741cbecb6a6ab3e8aff771f1",
|
| 295 |
+
"b3474f1d850a29f54afec8155db665d234d1433fced406333d356669d7b77f81",
|
| 296 |
+
"c254a3c8c70a175ef969a6336c6146c9391845acedba07f30ce33e4c4668c864",
|
| 297 |
+
"a6a70313c31ca830a452008652a2f0b79ac40a33ab3f0e70dfbfc1e457bdd3cc",
|
| 298 |
+
"d0d63ad94e8db1abb93bbaaff8fd2a6ba1d30e3554869fa0b63381fefd767136",
|
| 299 |
+
"7c366a6610242076990c2b62823e91ed4301648751a82967fd9482e4c36a47d8",
|
| 300 |
+
"3517ec4fa63354993b9fe40fe43b4242876fbcb77815fb81ed77b1c25bcd793d",
|
| 301 |
+
"ffe0f80db7726af9e2575c86fbcc2c9fd150f4de26a749190ef0313775ba7009",
|
| 302 |
+
"a2ce75905d4ff4bae04315db7c3dece7d8c5ed7076fecb8abf329062abcd2a02",
|
| 303 |
+
"6105196c2e89794a5ac18755a4e134ad1a8721dec64eaf732d820e2116b3cfe4",
|
| 304 |
+
"35eff45d89a6098923d639a240eba2dfb2d28b5dc561820c3c3ef8f423ead983",
|
| 305 |
+
"85f454bbacc2e681c3b603e0dae429446f78986d785044125f441c0bdeb12f11",
|
| 306 |
+
"74d13218b90cf0f35b81078016e1741349347fa6daa912c2aa6deb64f3ba020b",
|
| 307 |
+
"00836e31d8cdfdd0e808ff0aefd1e8cc347e0e00306f49d3e4b4fb80c51e49f8",
|
| 308 |
+
"0149b497a1258a7ccd6c5742d703da1229525553cd95c94ddd60f4c001a64323",
|
| 309 |
+
"d6d31412cb627a3502911bce4bfc3a7d995c06f7f69f62a11f0e3611810938a5",
|
| 310 |
+
"a1cfd6bd3d496523b280b9cf335f18e17daa50c6f8131b1d2237aba65b70604d",
|
| 311 |
+
"b8c18863d5393ba1d46d8003b7aab4dd5a79d9f8ad5b438d10e5122e60bcea19",
|
| 312 |
+
"770572cde159a189ca4a525ba86f631f5588ebb7370c43ce132275bb17261dbb",
|
| 313 |
+
"8312944ac5098b71d0149b5dc3660b5525da45b05b23fad104553bf6827bc66e",
|
| 314 |
+
"25ab958f0c8e08175ad56b645bb9576fea3d6ed4407ac4716a042a8a983957e2",
|
| 315 |
+
"0aff38016dfc5876d8ee5c94c931ee54aa02c7af11cbeb9f57651722f76d868a",
|
| 316 |
+
"ea8ba445c1ba4b85b6c4e4345fde39200b65054b7e36015df71d697163a81d37",
|
| 317 |
+
"f451c82f2654eb5627bb8e87d3807aca5c3f506374f86fe60ce2c8d58929eaaa",
|
| 318 |
+
"e789dc242d5ce5a650908db912ae1e18eba078f39ccbaa1527e9d9fca70421ee",
|
| 319 |
+
"6ce8406f429f272e7c5b56b6ed4f98f841049b4d9b15eea9aa7b3ada5cf13de6",
|
| 320 |
+
"f09df96a0118a3533d74e0278e705eee636b1c6a17bfd82eb5f7521ae542a269",
|
| 321 |
+
"ab44974d802a0b9ef8f9aae5d89edd01ae50d4fb40b600908012e40e7ddaaaff",
|
| 322 |
+
"8f5d692db1d47f1b87da7202690f8a2009e537d9372e59dec36f36f9f14fe76a",
|
| 323 |
+
"59b5bc8c3dc70b96c6a1ce198158c4aa1643dac35da3ad33924d9778df6fc229",
|
| 324 |
+
"c63700d0f1d58a9e8e506f5a0ff2e4fbff4ada34c7e934be6e8bce663b20e43f",
|
| 325 |
+
"6341f774100eb9a10fb3a204e62644eca574d2723919d21a3dccc927e258fe54",
|
| 326 |
+
"b4e0b6f105f13b29b3cd4ceee253a047a2f2090628f068cee6bb32adadee07ee",
|
| 327 |
+
"3860c11f86c095080c58c3796e8d6fbfbfbc4f3781db61efa5fb61ea9518522a",
|
| 328 |
+
"db6edc75a0503558d95ed267881e2ed7a3336ae2aba4376281bfac230164e496",
|
| 329 |
+
"102b6da1dc6c99e531ca684015d9b32043772f92800c541f89234120f1b493ea",
|
| 330 |
+
"91a7117a02213fecb3543a2e51633e4be5cc382b245ea5c40a32449438a46db6",
|
| 331 |
+
"e7e6435bdcc34c9612654e1604291ab5bbccf106c4fafede5e7cbbf38290644b",
|
| 332 |
+
"9459da33c6c39826505a4270755a786de43a21696362ecdd0ba080456e27c673",
|
| 333 |
+
"6a92c19166d9752f44660b829fb8c5665f11e0d8917bd99efd0122d0cb62815f",
|
| 334 |
+
"c8fd8f9c7b1476f487365b40b4bf60607603f0244851346968eab1423a45e3cc",
|
| 335 |
+
"fdd5e3c613ee1bec79fe4a332d8c126134c7a71eb682f490d98c54fc52061c83",
|
| 336 |
+
"e18d8134cc90d7632260ec29de7763d14d26b022744183b4d8f2770c507c0c81",
|
| 337 |
+
"14e8b61d80a976dc317b7e852ed5d4b80e6111da9f7c6cd17e072da8e5f5c66a",
|
| 338 |
+
"1b52a5741ada8adf7a5c602378f61ac9916b4e45e45d71a074a62150ba7b752a",
|
| 339 |
+
"eaefc03095ba07f1d34f37038aca99f05b2f3a07c8540bbe4e66e9ed82799d3f",
|
| 340 |
+
"348915bddf144d23b6ff4cdb2b9aba2312a13b46adc32f46907db7b8345eafa5",
|
| 341 |
+
"762ab44494f01293ce7eb2710909b33ce5617d121c6fa854aab5ff8f346f6618",
|
| 342 |
+
"6de99bc7ab279e9ae8c063fdcd6c86f3987799288de08a6d727f5ea8da9c8c6f",
|
| 343 |
+
"852a30e3ad670dea543ee916c800e5312d1162c651221746367973face402deb",
|
| 344 |
+
"8bb10005101f06a8384e3c88d714f60ec384a6b42c26a2c8e217263b0eee53a0",
|
| 345 |
+
"c9505e92dd59e75f39233fc51f8a47ac2ae30bddbf0e8c67a517ff8677acff02",
|
| 346 |
+
"ce966763e2f3fef2d6d1ecb717257bf49dbd7f0aeb2656a2e41536111dcb2fe7",
|
| 347 |
+
"ce7288a9dcf5802848ff8cf35dadd059aca775c561e788d46777fbed3180fdbe",
|
| 348 |
+
"d7a48cda0b84bfaf49bd8e0a4e8383ebee0a12431f25cdb2edadd595f397d895",
|
| 349 |
+
"608db163344c8c010e7d96f281cf4d2636b4bdabf40af86959c7ed363196a70d",
|
| 350 |
+
"4b3b12b4258b0853d6efedea0e93b548de371319b8682d4d409a38b4929b2114",
|
| 351 |
+
"8938e0b54b0375357dad571a76f9c2ffb3817e4b07e9f24316f93a84deba44ad",
|
| 352 |
+
"aa2fe7cba2b9640abe4c8f9b2f56664c2b54bf5bd56acf9e3fb99bc48275147b",
|
| 353 |
+
"c2f7092ec1ce2f288c6196103afb3fc3c53f1b1258b90a3272a0c7f3f8300eb7",
|
| 354 |
+
"faaf41070ebe96757be621751a8d7a8bb442ac33398194ed68ba24cef250563d",
|
| 355 |
+
"6fe3e6e989611965de8e88ae7bac666ce323f2f741f95ba9341e8a4db16658ab",
|
| 356 |
+
"2d794ef16b8126cbe8a52010b02cdd9b111984fa6788a7e611002967fb08c96d",
|
| 357 |
+
"e25ce024fb3e6946d8279c6838581bb39ff25be691d276c202b6cf94bb55dfc0",
|
| 358 |
+
"e1349f20a742f8fd23e6991f02ed0f1aea18dc0a0ae7d842bcd19bb1f8ffbbcc",
|
| 359 |
+
"8c2fe5409f6c3df58bcace0fa5268264d6d4407a7244378ca8aa1b11077838f4",
|
| 360 |
+
"c44a0321308618bf0d24114d37a0a9f911a9b6a807e312930d07f6cc847e27ba",
|
| 361 |
+
"2ab57e9d2e6235861c36e3cd5a868d140880fdb2903097553c0da4d332aabe6d",
|
| 362 |
+
"93623ff67037fc75aefec73e4424948fba68d48a815dace839b9e23b5bec88ff",
|
| 363 |
+
"6b2ef08040bf0889cfb2e0d91a9c02c9ba06cf2ee341afcff6d8b1936b26ed6d",
|
| 364 |
+
"fe3fd05118073acfbe5f92a4524a07be11a8a8160ce847271a0fdf9f04ecf5c1",
|
| 365 |
+
"3a3e52eea8060e5a93d44327c9b65ff99b4f9294ff8a43656ae7b39c40a65ede",
|
| 366 |
+
"615f7a176e50b7ff8fa0a4156a2d0772330a12aa8c771623fed5a87b8c6571e0",
|
| 367 |
+
"ceff728fcdaff992e9f5fb3a502d8ca4c39cfc1eac21456e5ac785170b2fdd80",
|
| 368 |
+
"b89e0cb86d51d0085b53a6d3094719793f7814fad24343f971a781c35373f04f",
|
| 369 |
+
"67ca38c79e099e3c19e1fa9a9444e9b6484cbf484a016188bda7956ec9e10348",
|
| 370 |
+
"59e49c3801f1300bc40f16da1def505b3c7a5ed73edab7eb2808331214acf2de",
|
| 371 |
+
"bad418ff2b50cb3ffad9649240bced937bd33b8248503f3df9d03c9e80577a04",
|
| 372 |
+
"f368c24d62de88f92e1dcbc97fc7b353611992e6b4a9bc644c4d1c549492cbfe",
|
| 373 |
+
"e26bf0dba86a28703439a979dfce775dd93149de8f3ca3308630343c8df98af2",
|
| 374 |
+
"736fb01b98d618aab484e3b41c74d27baddbde5225d692678158941dd7a63672",
|
| 375 |
+
"aea2dd4419466c41f25d57310521cb5a122ee8d3ea5c5dc6b7c5e38df4aefc7f",
|
| 376 |
+
"4e0f5a8e8cbe71df0383e55f290162df0398d3306dbad86f0809593fdd1f07fe",
|
| 377 |
+
"20ded9b7dcbbf9487e2ff12aa33c8c2451f813cf0b5d1d6b0089097894f1908d",
|
| 378 |
+
"ebd30cd56066159986c02d37da524e1259459dc14292da0c0750be7c43ceaea1",
|
| 379 |
+
"d7032010cc4f7d592dee2b5cf00b6385d34bff7609ab99728f031adc13ffeff5",
|
| 380 |
+
"2bb9d9e7d66076868970ee03802dbd1fb5eeaf90a37ad4af7896db68ccb39c42",
|
| 381 |
+
"ada705c4c61ae5bbbe51394d8a3ee6a71745a6f72fe8cf2905a1b501d124044c",
|
| 382 |
+
"3f8b8d69b8950bd5bed58e1cd8fb67846110dc012992764602bb992d6f2173bd",
|
| 383 |
+
"1e5c950b5983126145915c4176ddb72d18275c5c9d3dcee5fceac2328155b57e",
|
| 384 |
+
"b0cf67082c0cc6f3201604299572f277fd0c1f7f961301b0ed619b05f915a0a1",
|
| 385 |
+
"0be403122437476dacaa30afca603bdc3c83d46a1cdf390c8f331e1c1983bbe0",
|
| 386 |
+
"e981e78cbd927e5b826753c64a4192c8b176f7d8b7dcdaef45ba04974ee65824",
|
| 387 |
+
"84489ed657642a0966e3b392258474561e9b3f5c86885d55be3bbab3b3a16f39",
|
| 388 |
+
"9b35391bab7dd21ffe7bef0d87b6399ffc39b76eced3a11157eabf4e73ee1612",
|
| 389 |
+
"47fd784ad24e6185042546f53b68d97a655a622838c9be5dba7e50ab4461cebc",
|
| 390 |
+
"9e32a9706607f219ca128361452e04325a4e64aff441e588c8a2efeb1a976fb6",
|
| 391 |
+
"344e5a3882f950f0942f51931810ddf5fa0503998ad309d3d79c23317c0bf145",
|
| 392 |
+
"8426bd0ed0e4128e3c2cb9e5a1d0c5847d2f4430c401ede6afea929e6f1ab32f",
|
| 393 |
+
"86faf92bdeaff07562aa6b33e0927d213775751bc66f0b5b87bb34f6da7e2a17",
|
| 394 |
+
"b1a91c70dadd52470e6675cd4df0f646925a67aa57b30789d320c4919e9cd158",
|
| 395 |
+
"b8084309da4a5cd716eaae2ec33f638dd0891c47a3ed74d7f4b00f0fc3a8e76b",
|
| 396 |
+
"1d26b781da51c134287f1f9ae1e2ef41ea4cd8441b468480d7157a952af3aa36",
|
| 397 |
+
"c6f07cc727960f3c136c270072b1eba0481e804d85657649b494505c0f661dd4",
|
| 398 |
+
"541d4a595a263497b2bde14a5684a78d5bf689208525bf97097383e0858240f3",
|
| 399 |
+
"0d2c8719ef3996e7232ff5b0f13982e3c03f883f968c4c6cbf48c119f8fce717",
|
| 400 |
+
"80a288c4400c82a78b4c04ee8ae0e2875fe3eb62374ac6a02d62743d01fcdae8",
|
| 401 |
+
"f0b5ea8c746968fcd153d21a032f98ed772d880023a0fbea8c15905e679a67b0",
|
| 402 |
+
"f89d3035cbdc1d2a212482f69b4599d97026a62772f46bef9a8f0266d9508fa8",
|
| 403 |
+
"856a3642e240308a4ac4b8798e9a26cf3a45ef9d15ad6c7843c94f1fae2d3f0b",
|
| 404 |
+
"2c4c043c7f12853efd054a0ecd829fc3be3f4c6001e5ce7b051a9dc90e12aa2e",
|
| 405 |
+
"5b4ce38a7c972d442c8cbc40ed5494480bf11cc0daa8cfcac6434bd10a6fce00",
|
| 406 |
+
"5d7657004fdf5170c52ec201aa1cb3681b78e1535e1ccb9a7426eaa36a4a4198"
|
| 407 |
+
]
|
| 408 |
+
},
|
| 409 |
+
"started_at": "2026-09-06T15:33:10.477789+00:00",
|
| 410 |
+
"stats": {
|
| 411 |
+
"acquired": 255,
|
| 412 |
+
"added": "2026-09-06",
|
| 413 |
+
"author_coverage": 1.0,
|
| 414 |
+
"characters": 2033576,
|
| 415 |
+
"discovered": 255,
|
| 416 |
+
"kept": 252,
|
| 417 |
+
"rejected": 3,
|
| 418 |
+
"sample_count": 12,
|
| 419 |
+
"tokens": 728987
|
| 420 |
+
},
|
| 421 |
+
"success": true
|
| 422 |
+
}
|
| 423 |
+
],
|
| 424 |
+
"schema_version": "slayer-research-ontology/0.1-profile",
|
| 425 |
+
"versions": [
|
| 426 |
+
{
|
| 427 |
+
"digest": "sha256:9bca86eeedc6f04b29ecab5e704112aecd70eb88426b3b676ea7ee8101254a69",
|
| 428 |
+
"id": "version:source:9bca86eeedc6f04b29ecab5e704112aecd70eb88426b3b676ea7ee8101254a69",
|
| 429 |
+
"immutable": true,
|
| 430 |
+
"object_id": "object:edukacja-medialna-source"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"digest": "sha256:0552aa8b5941b3a07aede690d58962b0f26a0e9777c2321ac2ed0e1a650d819f",
|
| 434 |
+
"id": "version:data:0552aa8b5941b3a07aede690d58962b0f26a0e9777c2321ac2ed0e1a650d819f",
|
| 435 |
+
"immutable": true,
|
| 436 |
+
"object_id": "object:edukacja-medialna-derived"
|
| 437 |
+
}
|
| 438 |
+
]
|
| 439 |
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Attribution and license
|
| 2 |
+
|
| 3 |
+
Source: https://edukacjamedialna.edu.pl/lekcje/
|
| 4 |
+
Publisher: Fundacja Nowoczesna Polska.
|
| 5 |
+
License: CC BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0/).
|
| 6 |
+
|
| 7 |
+
Per-record text/scenario/expert creators, canonical URLs, source dates and rights evidence are preserved in `artifacts/attribution.jsonl`. Raw source XML and acquisition hashes are preserved in `artifacts/raw_xml.jsonl.gz`.
|
| 8 |
+
|
| 9 |
+
Preparation: Piotr Styla with OpenAI Codex. Changes: extracted the authored `powiesc` lesson body from source XML; omitted external reading lists; normalized Unicode and whitespace; applied language, length, creator, license, limited PII-pattern and deduplication gates. No endorsement by Fundacja Nowoczesna Polska is implied.
|
|
The diff for this file is too large to render.
See raw diff
|
|
|
|
@@ -0,0 +1,255 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "edukacja_medialna_pl_abc-bezpieczenstwa-w-sieci", "page_sha256": "8d0f3caa9ddc62c08e35d8b5c9c154d4b1f8cc86a221109ac15e957d560ccd1b", "reason": "include", "selected": true, "xml_sha256": "45a117c0b6bf7f8a343d0fb9678b2628cbb249702c23075ecd0ce2ea87885906"}
|
| 2 |
+
{"id": "edukacja_medialna_pl_animacja", "page_sha256": "b9ec7e6309e9fa20cde4c6604e88a18f0ac377cde4d1296e40195f8522496e0f", "reason": "include", "selected": true, "xml_sha256": "752e2167921a2586729eecf2b7553c7c4cf090ec201eed1c28291d392abc5b6d"}
|
| 3 |
+
{"id": "edukacja_medialna_pl_aplikacje", "page_sha256": "4bcd9a3169aa81bc5b5ea94639461bc6b49729637f249fad724f916386ca115f", "reason": "include", "selected": true, "xml_sha256": "0d3464ddf069975243aff1e6dacc10ec91307039afebb44423799cde23eab982"}
|
| 4 |
+
{"id": "edukacja_medialna_pl_aplikacje-w-moim-komputerze-telefonie-tablecie", "page_sha256": "51818859bd4885078e0b3c222cd2a2da5af485aca64f3f088be8451b99fc7d07", "reason": "include", "selected": true, "xml_sha256": "8320cb8645d72abdcfb91f67ea099995c99dd23fc657f388df7fdc86484270bf"}
|
| 5 |
+
{"id": "edukacja_medialna_pl_archiwum", "page_sha256": "48c3ffbc3212de751c8cd91fd0a6edbd30befcbf1e4548d73336d6a7c78abe01", "reason": "include", "selected": true, "xml_sha256": "6a36d154c7eb98626197950cfc85dc1c3ecdfbf631ee3d74b793552c59a9de1f"}
|
| 6 |
+
{"id": "edukacja_medialna_pl_badzmy-zyczliwi-w-sieci", "page_sha256": "33be5f4ce7412d2745cbf20ecb8b184483d3b8bbedbf69601a7924bd972a9758", "reason": "include", "selected": true, "xml_sha256": "6e84a4d9ef36f8c6a8750a2db906ba389077df5e45a58e503e9b51999f7488e6"}
|
| 7 |
+
{"id": "edukacja_medialna_pl_bankowosc-elektroniczna", "page_sha256": "d152ac6707bf11a6576a7ac2767b8635bc1e7f422c655f475cbf8607588cf32d", "reason": "include", "selected": true, "xml_sha256": "ab8bd73fbbf51672c52c9e302c0604334d6df78416777357b23dacbc2f18d42e"}
|
| 8 |
+
{"id": "edukacja_medialna_pl_bezpieczna-komunikacja-w-sieci", "page_sha256": "35ad915d1336e38ad5cff7ffc872288080775d8a032567acc534d22ee5e7568f", "reason": "include", "selected": true, "xml_sha256": "0a6a7b0d7d68f862ff0144fafd496b0df49cccbc78f01c5a80411b0bfef30787"}
|
| 9 |
+
{"id": "edukacja_medialna_pl_blogi-systemy-zarzadzania-trescia", "page_sha256": "a1e6a5616df551a25df491c47fe01d2281a6d85550c69336ac192942ee220868", "reason": "include", "selected": true, "xml_sha256": "8868e801ba62cb84a6ab5c0cbb1dac0f240cfac3903f4a5907661efc3d5f8127"}
|
| 10 |
+
{"id": "edukacja_medialna_pl_byc-fair-w-internecie", "page_sha256": "1d4c877700fbf6684f540a4be532635f86a11161987f10ee297981a503cc432f", "reason": "include", "selected": true, "xml_sha256": "962a0e947a0677d390925eac4b645f97988ed22e88ede85e8a12f2d34a02f9e9"}
|
| 11 |
+
{"id": "edukacja_medialna_pl_co-mi-daja-aplikacje", "page_sha256": "8f288f12ca1c24b1151eec5e18275cdcacedac6342aa378c4f1caa8df8606563", "reason": "include", "selected": true, "xml_sha256": "3090bee1059099dc4e4e960bec34cc3bf8c5747b877777f288577de186717827"}
|
| 12 |
+
{"id": "edukacja_medialna_pl_co-moge-powiedziec-o-sobie-innym", "page_sha256": "58bfd3a9dbbb557e5ea1520be83bff5587696dfdab4baf8766bbb780938aeb8f", "reason": "include", "selected": true, "xml_sha256": "f21e7ed03b03e1cc009c3671f35b0d2223586e9bc75962059407023a7353f3f5"}
|
| 13 |
+
{"id": "edukacja_medialna_pl_co-sie-dzieje-z-moimi-danymi", "page_sha256": "92d87cc4ceff53f7a2a1368923e2e940e9acbf3549abfa184f8c975d7510ef54", "reason": "include", "selected": true, "xml_sha256": "32c786f4f81444f8de253ecaf3af18678d4d9fe75894f15d0ec74eee650dbbec"}
|
| 14 |
+
{"id": "edukacja_medialna_pl_co-sie-kryje-w-internecie", "page_sha256": "c6e514be6a7f0697e8e1902a02e0d6e40eea88eb38471f1764ea547f1b5f7d88", "reason": "include", "selected": true, "xml_sha256": "c9f822d70fcdf7b8e6a93bbca17ca988ecccf8af24a7becc4c12e1331e517f93"}
|
| 15 |
+
{"id": "edukacja_medialna_pl_co-sie-stanie-z-nowymi-mediami", "page_sha256": "145f19b2222a1d453dcab33d27a3ef3f7f51730a6f150b363bf745f2d6d3ef42", "reason": "include", "selected": true, "xml_sha256": "3bcffeca8f4e7a84c110091fe69b0101f87fcf189ff7823b37191eebb06af851"}
|
| 16 |
+
{"id": "edukacja_medialna_pl_co-to-jest-reklama", "page_sha256": "d850bf27f356e49fa5c28c705e25f8ae2fc67fdaa6f8e725d25cbcae6f8a46d9", "reason": "include", "selected": true, "xml_sha256": "56dd5b8659c150cf38a7f85a17f9e986cd45b7abb8dc9da115b84501fd55291c"}
|
| 17 |
+
{"id": "edukacja_medialna_pl_co-wplywa-na-przekazy-medialne", "page_sha256": "2a8f4a726de936267862414ff99e36e045cda0d3e12ba94c1713c9f03b2a89ec", "reason": "include", "selected": true, "xml_sha256": "c7f1d380ad4e1c348c1234c7a385f48bfcb92acd63cf53ed903d9c1a1a76e0b6"}
|
| 18 |
+
{"id": "edukacja_medialna_pl_copyright-trolling", "page_sha256": "fe933527474ecca80b66746c8f383e9d39c8c778587267e111a2db21e4a45a7e", "reason": "include", "selected": true, "xml_sha256": "93a327081993b689a66b7c9b5434f0fd4f6077c1d7365a8e842af21f253c716b"}
|
| 19 |
+
{"id": "edukacja_medialna_pl_cyberprzemoc", "page_sha256": "b9b4b4be764ae901329e3e5790ca5f4252857c78b80ed2f3a55443a3c43a6211", "reason": "include", "selected": true, "xml_sha256": "57b7ab003fcf20358b031a300c2e959d4256ab012d16cd595ec581b6a63409c2"}
|
| 20 |
+
{"id": "edukacja_medialna_pl_cyfrowy-portret-czyli-kilka-slow-o-wizerunku-w-internecie", "page_sha256": "ff2ae797cd122cac267ffe9550221f383981178d809b4b9485cf8d529ae10b09", "reason": "include", "selected": true, "xml_sha256": "b873e6f3741e5b43bd7f45f245858fb8552d665dab4ad0181b6681f4e1a8d747"}
|
| 21 |
+
{"id": "edukacja_medialna_pl_cyfrowy-slad", "page_sha256": "bb45ac4e0140b8dddc48e4c0170fe1fc494b66eefc6d8819fd677457aa9eb602", "reason": "include", "selected": true, "xml_sha256": "fc3be537ff9640245874916d4b90b7b7702a296b79a5f0708a8d4425e2f16ec8"}
|
| 22 |
+
{"id": "edukacja_medialna_pl_cyfrowy-swiat-mediow-i-jego-analogowy-przodek", "page_sha256": "e3803f9a2e91ebd6aec19e2692ed01c964efe84ea7af87b4f8d07d0f064bc8e1", "reason": "include", "selected": true, "xml_sha256": "481de8662b5555aac2a1996241c59932f12f2fc4caef810dfef897cfc30e413b"}
|
| 23 |
+
{"id": "edukacja_medialna_pl_czas-w-mediach-to-pieniadz", "page_sha256": "d49f28ccce6997e5c9bafc540e95fc818916fb0b164de8cd46d8964a82db2eb0", "reason": "include", "selected": true, "xml_sha256": "3ffaeb2de2870f5911a953f9c265ba5d5ca3c5d6b07e6808a959a5b27d1ad61b"}
|
| 24 |
+
{"id": "edukacja_medialna_pl_czego-prus-w-lalce-o-zydach-nie-powiedzial", "page_sha256": "dfd1d94d569f36cd9d7ebe65bc0285ba84cebd797533c93c1c56ba138cb09645", "reason": "include", "selected": true, "xml_sha256": "07c3ace369332b9c7c949974ba899cc2e7e8c03d96717f446fdf8d5a8a4358b4"}
|
| 25 |
+
{"id": "edukacja_medialna_pl_czemu-sluza-regulaminy", "page_sha256": "be4ce0066cacbf1149fa54281863c637a7ea59bda3f02d1327178b8c320ea11d", "reason": "include", "selected": true, "xml_sha256": "418b5f06fbb5f5aea1a2b2c35df510fbfc8f36f539252bd38aa6126d523295fe"}
|
| 26 |
+
{"id": "edukacja_medialna_pl_czy-czerwony-kapturek-istnieje-naprawde", "page_sha256": "6c546ff45e27999deb332c421a139baa0def4924abe07cdcd9fe0799a31920e3", "reason": "include", "selected": true, "xml_sha256": "cce7c817de8700b44810f51da2caa8d5dd185680cd94ab9b5d72b4ae45582df6"}
|
| 27 |
+
{"id": "edukacja_medialna_pl_czy-to-jest-reklama", "page_sha256": "f0406b99d555ca593a8452a4cbcfe5e9b0b9869ceb26521d490168016c82ac2b", "reason": "include", "selected": true, "xml_sha256": "92819d721ed665ff3c8dce1e9517efa20c9f343f85822e59dbe3eb8abb6a1e17"}
|
| 28 |
+
{"id": "edukacja_medialna_pl_czym-dzis-jest-gatunek", "page_sha256": "afd48e0c36145d687e140bae6d46e3512f0472a8935f100f0966a5d22318a0fa", "reason": "include", "selected": true, "xml_sha256": "a90bf090350b40393c92ea8cd4e15014c3b0f7dbafb7dbc659982687b6ff6967"}
|
| 29 |
+
{"id": "edukacja_medialna_pl_czym-jest-chmura", "page_sha256": "c86e407350e1f79818fc1f49881603ce20eb1c75e5df897c1ad536fcef24ed0a", "reason": "include", "selected": true, "xml_sha256": "e29b76a5488328f99c3d00d7df97203b59fa17b04fa47cf85d733725f7ce186f"}
|
| 30 |
+
{"id": "edukacja_medialna_pl_czym-sa-wolnosc-slowa-i-cenzura", "page_sha256": "52c2b938d859f0304640e3e3cbf1abe00130c0568c52db57e2c2d80a2254ebb3", "reason": "include", "selected": true, "xml_sha256": "c81b3a268f712d972be690c8d30253dc0415087cd40fdad818923dd0f65307d9"}
|
| 31 |
+
{"id": "edukacja_medialna_pl_czym-sie-rozni-informacja-od-opinii", "page_sha256": "ea7dada6c3ad793a02a7275d058d6cd5af718cb443f8f12dfc1b371e1439ad1a", "reason": "include", "selected": true, "xml_sha256": "b500fc3567bea21eafffa46202db906b343551bb52f89c06ac96219fd54e9328"}
|
| 32 |
+
{"id": "edukacja_medialna_pl_dane-osobowe-i-ochrona-tozsamosci", "page_sha256": "063f9db3abe83070f5a2695f30dc6a4528d6158562b4e17a1f7688b36281cb4c", "reason": "include", "selected": true, "xml_sha256": "cd62250f0d8b7c5f5de47b092a589375eefabafea78d4b6cc7f77c90ed5c76c8"}
|
| 33 |
+
{"id": "edukacja_medialna_pl_digitalizacja", "page_sha256": "22b06d5f07db6a03355d016b10ab73030ce09c41a79b9a20e2f7926f14166481", "reason": "include", "selected": true, "xml_sha256": "45f37918a07b0685fae0ffc4ba93bcd7f650b230f436ab843c5d658ee85aeac7"}
|
| 34 |
+
{"id": "edukacja_medialna_pl_dlaczego-warto-byc-czescia-spolecznosci", "page_sha256": "bee04b5b9bfcaa3e84647da76245b19c4fa0c12630e9f8c5db2d1e2eb2ded618", "reason": "include", "selected": true, "xml_sha256": "83a6dc540fd22c34a86f5fc17ed88d44e21e3d0dc1ae89bdce85a815cf946b12"}
|
| 35 |
+
{"id": "edukacja_medialna_pl_dobrze-wykorzystaj-czas-poswiecony-mediom", "page_sha256": "d67d236ccdf95040b013ad55b2460bbd38e598458b295f19e2131edcf569097e", "reason": "include", "selected": true, "xml_sha256": "c4823d8aebb703d02f238b81425a0dacd019076571b80fc0c80d357ccbfc845f"}
|
| 36 |
+
{"id": "edukacja_medialna_pl_dobrzy-i-zli-bohaterowie", "page_sha256": "08aea9a5fdf4fe559b6d4678aa4bf737c1fb36ef3312d88119291e749287e610", "reason": "include", "selected": true, "xml_sha256": "840ec36deab629947305bf4742da9e516e23fb4563ca78d305ed21deb86f9311"}
|
| 37 |
+
{"id": "edukacja_medialna_pl_dokumentacja-i-narracje-cyfrowe", "page_sha256": "36a6885d2ae39f12ae43a3a61abf2c083027b0c732000c582b85d8177abaa89a", "reason": "include", "selected": true, "xml_sha256": "2d19d284c5a9567c74a2d3adf33fa3c35f5570e1781a1391a52cdd7c6e9d53f0"}
|
| 38 |
+
{"id": "edukacja_medialna_pl_domena-publiczna", "page_sha256": "c3316c1afaad201b69e82c2a03fdf2885af6d1f8444a32cb80acdefd3de13627", "reason": "include", "selected": true, "xml_sha256": "2e777e4609313ae61bdaadccc434816bfd0453e7b6f7bf5941d8f088e7bdc0ab"}
|
| 39 |
+
{"id": "edukacja_medialna_pl_dostepnosc", "page_sha256": "fbb6bde484c65e04f479551557c9da9c9b88d133b2879c2f0d2fc54282d22483", "reason": "include", "selected": true, "xml_sha256": "41b2d53bfa71d325ff18ef0156c9ec297c7099cb0e3fa6180061982a9dd6d893"}
|
| 40 |
+
{"id": "edukacja_medialna_pl_dostepnosc-w-mediach", "page_sha256": "31655352311e53f4740dd28167480f0c4a640405bfd6b035389b9c762c8f8018", "reason": "include", "selected": true, "xml_sha256": "7e33cab2647258a0ff481c627b845731bd381a45ffd3c56318372f7374afee75"}
|
| 41 |
+
{"id": "edukacja_medialna_pl_dozwolony-uzytek", "page_sha256": "16f7f79e9a6d7832bb79cbe16dcc4ef2854c1710922d7154639e5627e59c2bc9", "reason": "include", "selected": true, "xml_sha256": "3b038b0d0c608ce32e098ca5e5cd3f4ff880fa57cb8de2fe8607c427fe0b7c74"}
|
| 42 |
+
{"id": "edukacja_medialna_pl_dozwolony-uzytek-edukacyjny", "page_sha256": "c3559d8361ad203b19bef16de2dabd9ad642f66cf9665dea9eaeb219d4260a4c", "reason": "include", "selected": true, "xml_sha256": "438fe4a96999ffab1313573d5623d6b896ddfe21b3ffac00d029fa03457170a1"}
|
| 43 |
+
{"id": "edukacja_medialna_pl_dylematy-etyczne-internauty", "page_sha256": "69e52873c36421f6bc914bce8e6aaf8c437d6822ef7c2461363f8b5931b3e83d", "reason": "include", "selected": true, "xml_sha256": "0c9790437334307c3881d88ce2e06ded4199c6a42ac5c35604057f877a1f5ad1"}
|
| 44 |
+
{"id": "edukacja_medialna_pl_dzielni-poszukiwacze-informacji", "page_sha256": "8e9fbae9c0d9596c5d15717b29b6fb189c08c9be42d8851af7f873297f24479e", "reason": "include", "selected": true, "xml_sha256": "9c6b82b04fb06a2653f2d5e538d5a348116634b59e576718aec90a1e1876921c"}
|
| 45 |
+
{"id": "edukacja_medialna_pl_efektywna-komunikacja-w-sieci", "page_sha256": "ee42f6c2e4e69b3029a5505b302f56ab426956887047231a0242b6ece66b23c9", "reason": "include", "selected": true, "xml_sha256": "93830c27a2270b62a822c97556d9b877c93aa8f303a7bb688eadeee37c6498b9"}
|
| 46 |
+
{"id": "edukacja_medialna_pl_ekonomiczne-aspekty-dzialania-mediow", "page_sha256": "40a7d3976fb2a58737320f5edd1325105bdf0c0d9e678e137f55711a8a48c2e1", "reason": "include", "selected": true, "xml_sha256": "48d73d51a0f75fd02e96848ec1cd31a2054874c8551812519a28e5f44fa0554e"}
|
| 47 |
+
{"id": "edukacja_medialna_pl_ekonomiczne-aspekty-wlasnosci-intelektualnej", "page_sha256": "e3e9e3d081d03fa75efbc1bf4c68fcd6200b46ecbc02fbfc7e69f036ef57f315", "reason": "include", "selected": true, "xml_sha256": "10dc51c0380e816eec79f4dcf2aa62a573a849330a8da676cc2b2ea94e1fed2a"}
|
| 48 |
+
{"id": "edukacja_medialna_pl_etyka-dziennikarska-nierealne-idealy-czy-cele-do-ktorych-dazymy", "page_sha256": "51a19a4f5163e1a8aa094867998f442308482c0270e247b5dfe1a0253fb37a79", "reason": "include", "selected": true, "xml_sha256": "83c2afa1f6abe2a8e9156012b36b33d65a59016b10e3870bb5506a5451101e02"}
|
| 49 |
+
{"id": "edukacja_medialna_pl_film-co-to-wlasciwie-jest", "page_sha256": "db560cfeaf709f34d76e91e01f2fb3ada7df22e9709e402056034831dfc002ca", "reason": "include", "selected": true, "xml_sha256": "4cbebbb3ba735134fce25eedca1f81a6d2b1ead4a1cd89d9ac3414210fdee289"}
|
| 50 |
+
{"id": "edukacja_medialna_pl_fotoksiazka", "page_sha256": "33ef24d47df8418dafb1927986b363f42939a62319b6184271db36ab6d0b2764", "reason": "include", "selected": true, "xml_sha256": "ef103c9ee957b9c78013cb97425a90d24159211aa96c59c37c62201cd3e596d1"}
|
| 51 |
+
{"id": "edukacja_medialna_pl_funkcjonowanie-w-spolecznosciach-internetowych", "page_sha256": "08b2df6007d70057fda0603c8fc844204bc24d7ae6b9cdaac56969045d565d6e", "reason": "include", "selected": true, "xml_sha256": "1ad8bbf1ca67999c05628cbde2c71f862b3df5bbb5440054931336e0f8f417cd"}
|
| 52 |
+
{"id": "edukacja_medialna_pl_gatunki-w-mediach", "page_sha256": "ce4d26d2af0c08a16c4b33dbdca7ac183497d20200727b64d6ed41ec1ae92e3e", "reason": "include", "selected": true, "xml_sha256": "a1f1d5577fa0ecf66684c7a0ffa1029fda4226f2ee662fb385bae86cba5066d9"}
|
| 53 |
+
{"id": "edukacja_medialna_pl_gdy-cos-mnie-niepokoi", "page_sha256": "27aea2d6e2d99832951dc2a5b92693e8b3b26580133726168209632b42335311", "reason": "include", "selected": true, "xml_sha256": "1b7bf040994a6babcda72fea16d4763e83686f77c178cd461e605207fb397008"}
|
| 54 |
+
{"id": "edukacja_medialna_pl_gdy-ktos-wykorzysta-moja-nieuwaznosc", "page_sha256": "b1b7fa18fb47fcbbb8aee81cbfb0b8294612c607178bea5ef08d9e427c1c9c40", "reason": "include", "selected": true, "xml_sha256": "b978a49409a90619e95160ed87edc5869c7760ce61163c0d2c6205cb68e9d896"}
|
| 55 |
+
{"id": "edukacja_medialna_pl_gdy-wybierasz-dobre-zrodlo", "page_sha256": "54ba3e3ba2e55bb9642d3af61bf1b9e2c92660010e97389b9c4775223695db4d", "reason": "include", "selected": true, "xml_sha256": "e149916bd11949593a39f3824d333443deb4cc636bd24d9477fe11e485326a54"}
|
| 56 |
+
{"id": "edukacja_medialna_pl_gdy-wydarzy-sie-cos-niepokojacego", "page_sha256": "d3b2098307550f10939aefccfecd567dddbc223c0b0d2e0c409562b2f5e0e8dd", "reason": "include", "selected": true, "xml_sha256": "7fe985edd3484a13f05e48c058e588803c6596cc5d8f9d0103cb0f919f4e20d5"}
|
| 57 |
+
{"id": "edukacja_medialna_pl_gdzie-szukac-informacji", "page_sha256": "84c5a7719cc161e8cf024f7273d6701cf33c3dfccc99ae19e4e4e9148e4d85f9", "reason": "include", "selected": true, "xml_sha256": "41620bdc576459a7a4a49a3fd378aad70f8edb5a8e0d2c67ca8279e108e8ff91"}
|
| 58 |
+
{"id": "edukacja_medialna_pl_grafika-wektorowa", "page_sha256": "d7e5020dc88bb87bf9e8472fc24603c82614db4b264c574063811f7b212da6cf", "reason": "include", "selected": true, "xml_sha256": "bb397f5a893a618d6b3052e1b1caf1d85320165302ca9acbc606129a26474fe6"}
|
| 59 |
+
{"id": "edukacja_medialna_pl_granice-naszej-prywatnosci", "page_sha256": "43e03f53ba1be7439f06bf04c5fc1e36cd30ebc8c97480a58c753a95720e2843", "reason": "include", "selected": true, "xml_sha256": "4eb3dd17403322aca88120e093f2baeaac3939e5cabca1e9cbd25d4b4da73ce5"}
|
| 60 |
+
{"id": "edukacja_medialna_pl_grzecznie-i-skutecznie-o-zasadach-dobrej-komunikacji", "page_sha256": "a40c5b91d44abf6db9abc44728aadfa64b64949d82d3bbb637f21db6635b9477", "reason": "include", "selected": true, "xml_sha256": "e554c5c199398be41c8172cb621d7ca4d9917391ff30c3082cb46b80382a303d"}
|
| 61 |
+
{"id": "edukacja_medialna_pl_hakowanie-dla-dobra-wspolnego", "page_sha256": "12b091baea758b7279c747f667739089910199d80d77969c76411080d9b6135c", "reason": "include", "selected": true, "xml_sha256": "0bc21cde0ec4f986472498a6b4e4ed3c1adb79d9cea9791ec046aaa59c62a908"}
|
| 62 |
+
{"id": "edukacja_medialna_pl_hejt-i-mowa-nienawisci", "page_sha256": "57637fb71bf542fb4faf418daa74ab40ed9137c841490d476ecd25eb4bf3c079", "reason": "include", "selected": true, "xml_sha256": "036e318af17e54c132ad5cb6b6c9beeb850c5a2d6aaa9b2ce6bfb87a58648e70"}
|
| 63 |
+
{"id": "edukacja_medialna_pl_higiena-informacyjna", "page_sha256": "1690104a11d92f22df1175ac8880bd47c616c3ccd1c92edebaa685f2dd9b270a", "reason": "include", "selected": true, "xml_sha256": "0c07139b9eb887c31a26e4f58db7601605dadb120b18ca13a648016670dce8cb"}
|
| 64 |
+
{"id": "edukacja_medialna_pl_i-ty-mozesz-stworzyc-swoj-film", "page_sha256": "15d5725566dfa9cca9b8d9ae63969cfbac77070c545b7e1781e864b3e0a7e20d", "reason": "include", "selected": true, "xml_sha256": "c018c0a92830649cab400aa0e5ba959f520d5681e4da77df4cbe2ce0b9af74b4"}
|
| 65 |
+
{"id": "edukacja_medialna_pl_incognito-w-internecie", "page_sha256": "e4434b589adab9b99dcc0314b3571ebe99ce8c8505c46fa07e54a1a772caa453", "reason": "include", "selected": true, "xml_sha256": "33f1195261f8798a86db6baefc29de8288824bbfefdf19ec150777d834d2794f"}
|
| 66 |
+
{"id": "edukacja_medialna_pl_informacja-jako-dobro", "page_sha256": "e66da19e068d4aaf3923ccdab037d3d5f1476bf6b0446b6f9f26edade54d8e7b", "reason": "include", "selected": true, "xml_sha256": "4a44efde04c72c757a7742206bd0cb63de750430fb7e02d1dcd4a7253adbff8a"}
|
| 67 |
+
{"id": "edukacja_medialna_pl_informacje-jak-je-znalezc-i-wykorzystac", "page_sha256": "6e46cee9bd5a9d6327cc27d3a08be2305ecf1ad3709d8b60b4602992bf55c4e6", "reason": "include", "selected": true, "xml_sha256": "e00dce0f44992b7fc01699c7d92463e12c51ef6f79288841e063f4ad55f65c06"}
|
| 68 |
+
{"id": "edukacja_medialna_pl_informacje-o-nas-w-sieci", "page_sha256": "711b4fcf768c201e236356c0fda93ad2bcc207afa281a588cd6183d7f74c36c2", "reason": "include", "selected": true, "xml_sha256": "ac7dad88d1b0340874cc98f40a4745c9b0ef5bbda6c6b03a3ff658e1ca3a45fa"}
|
| 69 |
+
{"id": "edukacja_medialna_pl_internetowa-siec", "page_sha256": "556590feea1558927462eb32f24ee656e0b83f7b71ef851e6c6c632c11f48cae", "reason": "include", "selected": true, "xml_sha256": "1727d1f5a746b77890ef158324217d2a86dcc5f5a25087b0f9e2852d2c1e56ba"}
|
| 70 |
+
{"id": "edukacja_medialna_pl_ja-tez-mam-swoja-gazete", "page_sha256": "58a2e2611a225e3128f5706c84f717ec6e8f8a2481c26edbd7ed8af8e7cb662b", "reason": "include", "selected": true, "xml_sha256": "595fcec3d8b604c420ae749a2b7a9e4e1d0e6483b8dc740d807166f7181b91ba"}
|
| 71 |
+
{"id": "edukacja_medialna_pl_jak-bezpiecznie-dzialac-w-sieci", "page_sha256": "ab05ff2b77febacdbbf4cf68a5d67ded568e0d51bfb71b8c6fb92d5ccb752454", "reason": "include", "selected": true, "xml_sha256": "f8a9fa3df20ae0664a24eb719cd49c748cabc721a7d6a002adb87aacde2003b7"}
|
| 72 |
+
{"id": "edukacja_medialna_pl_jak-byc-krytykiem", "page_sha256": "f4e87e2ede314aaf2be2f2f58bd5fb73562a1043e900efa98740200d395d8f5f", "reason": "include", "selected": true, "xml_sha256": "8e26351ff3a06e124c1b323d0756d0d545873f1aef1b5d0ea7d7ceea6b5f93e7"}
|
| 73 |
+
{"id": "edukacja_medialna_pl_jak-ciekawie-opowiedziec-historie-cyfrowe-narracje", "page_sha256": "8df3d346d0f2c892e394d3e9b43751ef64343f0e5fe0e384df23013a22ba9bf8", "reason": "include", "selected": true, "xml_sha256": "a6ea39205a4f73bf96860bbf9e9707554aa0430db7bf0747245d14d23c980969"}
|
| 74 |
+
{"id": "edukacja_medialna_pl_jak-etycznie-publikowac-w-sieci", "page_sha256": "0d56eb8059aef5b1c47b6162e31ce3c3cae897a1e98a7e540400662997d5bff7", "reason": "include", "selected": true, "xml_sha256": "59ade27b9a161f630e0c7091c0159b1728b41c61513a42b475ad3e9d4daab744"}
|
| 75 |
+
{"id": "edukacja_medialna_pl_jak-i-gdzie-znalezc-informacje", "page_sha256": "0ab48b26f13278fa9bd0317aa904ce90cbe20fcdcb0568597f3bcd3d73a1e5c9", "reason": "include", "selected": true, "xml_sha256": "deb7159daa1f314a493a03821a5e4a8a26e85e00c75771afcb40548f50e2d2e6"}
|
| 76 |
+
{"id": "edukacja_medialna_pl_jak-jestesmy-profilowani-w-sieci", "page_sha256": "e27d0f28d75092b5575a9feb211797596c611a4c2fddf8bb22872b58233e6b04", "reason": "include", "selected": true, "xml_sha256": "5de4c79f7f150d199dd57b61290e2175112ca5a62110526c743b87398e90a56e"}
|
| 77 |
+
{"id": "edukacja_medialna_pl_jak-komunikowac-sie-z-innymi", "page_sha256": "6c2e24d1441310b2e5007e3278d8647b1e4c62cb38f123c4ad8e396639c1e523", "reason": "include", "selected": true, "xml_sha256": "31e9baf831306790536281d86a9624deb832194b72eb4f5abdc3378c52a6239b"}
|
| 78 |
+
{"id": "edukacja_medialna_pl_jak-media-wywoluja-emocje", "page_sha256": "095080d05c2056cccf9f9c839ca0f553dff4a4678074760dfabf4be2f66a5f5d", "reason": "include", "selected": true, "xml_sha256": "71d885bdf524c614e382b43d764604a3d28048d9b66421cd781c0dd57859a907"}
|
| 79 |
+
{"id": "edukacja_medialna_pl_jak-planowac-prace-z-informacja", "page_sha256": "ef459e63b44974b037d22a588a404c740a20224044b29ccd44f1294a34a9a190", "reason": "include", "selected": true, "xml_sha256": "dfb2548b9fdbef7c685be21641f7bc2c118329d80f6aa3138974a5799316e688"}
|
| 80 |
+
{"id": "edukacja_medialna_pl_jak-pracowac-z-komputerem", "page_sha256": "fe182bac0f98d00039f1e1956e0a19b67de9c7e74d22a35a76c439ac6938b57e", "reason": "include", "selected": true, "xml_sha256": "728d3dca94b7fc924e914efd36582f762437fb6eaefe0348330862b1c046ba2f"}
|
| 81 |
+
{"id": "edukacja_medialna_pl_jak-przestrzen-na-nas-dziala", "page_sha256": "ab9560ecb36b99f7d73fa04701be6e5d558011c70046dd52bceb31947c3777b9", "reason": "include", "selected": true, "xml_sha256": "21898ca83126a1af094d1315d0281cc7db8e4afc6487b04f6247c7b004e5b6df"}
|
| 82 |
+
{"id": "edukacja_medialna_pl_jak-rozrozniac-informacje-prawdziwe-od-falszywych", "page_sha256": "de21daf4137229736d638730be0801b348f81c66afd4fadbae652e56a2369329", "reason": "include", "selected": true, "xml_sha256": "5594a0f199e9e6ebc74e4bdab0852eb99ef5cf10009e47bbc55681b70988eb9d"}
|
| 83 |
+
{"id": "edukacja_medialna_pl_jak-sie-komunikowac", "page_sha256": "b605cabdbd8d176858c7ed343a6bf6cb3d61fed1f3893fab87859850bb4ad395", "reason": "include", "selected": true, "xml_sha256": "c53aa29522c4ef1654bc76cd05faf9730bb086410838f5c0f2e9bf63d3a0c8fc"}
|
| 84 |
+
{"id": "edukacja_medialna_pl_jak-uporzadkowac-wiadomosci", "page_sha256": "c3ccd717a4fbf4af7a1a648a6a2171f082395475e41081192eafdf8389642f18", "reason": "include", "selected": true, "xml_sha256": "a6e5ac6bdfe46259cd9c1918114815f26e29ac3b9e813f3f6baa5be056337528"}
|
| 85 |
+
{"id": "edukacja_medialna_pl_jak-wplywasz-na-otoczenie-dzialajac-w-sieci", "page_sha256": "f745ee00175086954da2049eaace144760dc5091070b374a0b0b5ff59e04697d", "reason": "include", "selected": true, "xml_sha256": "0258c08af5fd4e88caa6658434785fc2249ce7ee0700fda36dbe9b93d7dd923b"}
|
| 86 |
+
{"id": "edukacja_medialna_pl_jak-wyglada-komunikacja-na-forum-dyskusyjnym", "page_sha256": "086abd9070491e3de7bbebdadd1fa1c03bdf6c780d3fca8eb512e29e7d4c58d9", "reason": "include", "selected": true, "xml_sha256": "66fdb607696c8551d1f005c7b1f672b2d78b38c25a7684b2b33f2b5115806b03"}
|
| 87 |
+
{"id": "edukacja_medialna_pl_jak-wzmocnic-swoja-prywatnosc", "page_sha256": "2c4f56e42a961e6c2c87fddd1978697caae5daf69bb6c069c8ae2ff73d298989", "reason": "include", "selected": true, "xml_sha256": "093c7a1a71a7fd6d5fc5158abc5f7cdfbc48aa789d3bec12e72cff0deb97e1ae"}
|
| 88 |
+
{"id": "edukacja_medialna_pl_jak-zachowac-przeszlosc-projekt-digitalizacyjny", "page_sha256": "13b45c41e2a3c009b29dd0b0634f801552d455aba89b75c931dcff0481d8f088", "reason": "include", "selected": true, "xml_sha256": "d19e9d4460a03f2da0aaf45b8e68409f122aadcf0383a14e8905c04733731aea"}
|
| 89 |
+
{"id": "edukacja_medialna_pl_jak-zmienila-sie-warszawa-o-dworcu-dawniej-i-dzis", "page_sha256": "e39ea66d9c094888bc1130f803a5e07446a8fd3a2dc35a8a429d0a7f80f5f47f", "reason": "include", "selected": true, "xml_sha256": "08bbda1dd31ff5d60a36cff51d4ec51c64745fbc9de00a510083230d2aab1210"}
|
| 90 |
+
{"id": "edukacja_medialna_pl_jak-zrobic-dobre-zdjecie", "page_sha256": "568a520c33e871b84b4e90f73b519210708f9f94c48427c58762bba7dbfad297", "reason": "include", "selected": true, "xml_sha256": "4c341fce7ce3e3e958295ae859e370e3084f09e41b590943a11f9b7ffb84e64e"}
|
| 91 |
+
{"id": "edukacja_medialna_pl_jakie-wartosci-ukrywaja-sie-w-przekazach", "page_sha256": "62ebec32e561c16d9a90cd2368e997ff367d2f4662d23f387bac99d3e82de8fc", "reason": "include", "selected": true, "xml_sha256": "6acf4ed1d2d7e4afba6fd1cf2520a4fb33002504df8b886eb5c657a22dcaaf1d"}
|
| 92 |
+
{"id": "edukacja_medialna_pl_jedna-informacja-a-zrodel-mnostwo", "page_sha256": "e26b80a495603c878665c8103398fc2cc8b65b14735d337891bb4e1a32dc238d", "reason": "include", "selected": true, "xml_sha256": "97f0f7c86fa8fefe78a40183fd743606ed3acc0d5fdf5521bb83fcb17dba409b"}
|
| 93 |
+
{"id": "edukacja_medialna_pl_jestem-za-a-nawet-przeciw-jak-wyrobic-sobie-zdanie-i-dyskutowac-konstruktywnie", "page_sha256": "9e6f6cff25ca44d055ea1487f67d8ccdbf1dcee7e0a52553b09eee0ace589e95", "reason": "include", "selected": true, "xml_sha256": "acc6a79bb771b77c7dfdeab800ee22c76dd327c8f5e156a3f3d32b8a79e70fe7"}
|
| 94 |
+
{"id": "edukacja_medialna_pl_jezyk-mediow", "page_sha256": "2192da31b0e8f51804de8f91ca45a408237aba26df64e49ced8621dad2269a54", "reason": "include", "selected": true, "xml_sha256": "623a37f7b663abad3ac996b46038c78e8ef1dc40660e30c11ba5eef3b118c05f"}
|
| 95 |
+
{"id": "edukacja_medialna_pl_jezyk-nosnikiem-wartosci", "page_sha256": "84019fd1184aab8ec6d754ffbe20d9b68a6eabe040267c75b09a3b565df1dc24", "reason": "include", "selected": true, "xml_sha256": "6bc1613e2d6fdd721fa19e3438be2dd1484de3adc9f3ed141143d9aaab0162a7"}
|
| 96 |
+
{"id": "edukacja_medialna_pl_kazdy-przekaz-ma-swoj-cel", "page_sha256": "de442bc5b40b330a900f09ab80097fb87252648dfdbbd9adca8fabe33ba6bb24", "reason": "include", "selected": true, "xml_sha256": "52be912322320743894f62d1aa3779ef17eee43765dc8f3444423786a7fd0c80"}
|
| 97 |
+
{"id": "edukacja_medialna_pl_kim-jestem-w-internecie", "page_sha256": "a874bade733fab7234004b827f9f653cb92ce4b6aaef8af068810bea27466904", "reason": "include", "selected": true, "xml_sha256": "cea8d893e07992055e8503aa27e924eccc30049c2c9f8834c72e4bdccbe03a28"}
|
| 98 |
+
{"id": "edukacja_medialna_pl_kompozycja-obrazu-filmowego", "page_sha256": "5db5d83db35e1bcef8b17eeef39575e5af3ba2f975c77fc5db0823c3c86bbff9", "reason": "include", "selected": true, "xml_sha256": "b41936552852194d6d65d4a0f82e85239ef7638016c7dffa8e1715a7f7c08b96"}
|
| 99 |
+
{"id": "edukacja_medialna_pl_komu-ufasz", "page_sha256": "6eee5a7c4d279bc84621648f357dc92930d4ba227a1c04a25052059ca3bab553", "reason": "include", "selected": true, "xml_sha256": "091855bd3ae4bd489300fe90cae1d5a09bcd4c4a27a5b1d9dc328e70564d33dd"}
|
| 100 |
+
{"id": "edukacja_medialna_pl_komunikacja-i-spolecznosci", "page_sha256": "8c91c735346bc76264130ab5d03aeaf3a5a7ca425ddbd9001a45a1141722b78f", "reason": "include", "selected": true, "xml_sha256": "7a3d24e0b0d97b718f1e8415e119257655415f284609513aad733a0e1b367a10"}
|
| 101 |
+
{"id": "edukacja_medialna_pl_kontrola-nad-urzadzeniem", "page_sha256": "22952b4b554629e17e5ccabaf364ad43fb3e9de8f2be568765db0911a9dedaaf", "reason": "include", "selected": true, "xml_sha256": "ad81f9a730aa3588f2ac51bf349feac2e25dcc4f0f6e26d57f824da26a3b7c1b"}
|
| 102 |
+
{"id": "edukacja_medialna_pl_kontrola-radiofonii-i-telewizji", "page_sha256": "ea0426f2ca50d9559e20b44cc493c57d76fe7313177366ae6238c5d9a80470a4", "reason": "include", "selected": true, "xml_sha256": "86e6d1c047e01215189b276a5c7f4ba6674d645ea7a2bf5cc1512a064ffc3f6b"}
|
| 103 |
+
{"id": "edukacja_medialna_pl_korzysci-i-szkody-z-nadzorowania-sieci", "page_sha256": "9a8077d9f5cdf6bac2fe99dbd7ffa91fd324d0d0857339cd6e5f094cc165af1b", "reason": "include", "selected": true, "xml_sha256": "6072b0434b8932b7f90700849e507f9ab983f5493ffd8daccc2110011952d8c8"}
|
| 104 |
+
{"id": "edukacja_medialna_pl_korzysci-z-podejrzliwosci-czyli-o-wiarygodnosci-informacji", "page_sha256": "081de6116cdd3e619067ac96b64ac34f77b24d72cc81d3a316aefcf11dd00098", "reason": "include", "selected": true, "xml_sha256": "7077a62ef6b99fa9e8d066dbfa909270d8d67343077f34a7d123e93cf8ffc392"}
|
| 105 |
+
{"id": "edukacja_medialna_pl_koszty", "page_sha256": "c0f2edc624aebf916d91b7dd86ab32d32303b99237b226c67983570024b9a244", "reason": "include", "selected": true, "xml_sha256": "e841fd60990f405a0b1b5dc6ce715d676f0e216f9dead5ec1cd081600abf13c3"}
|
| 106 |
+
{"id": "edukacja_medialna_pl_kto-nas-sledzi-w-sieci", "page_sha256": "002a63b17ccb243312fdbf969660e7f6740e84244f3269b4175c5aa59727fc36", "reason": "include", "selected": true, "xml_sha256": "8ad7dca1a6534bc5f38b4362eeb8adaff2f63f2a9d0c95e1af0e97247ae2a2d8"}
|
| 107 |
+
{"id": "edukacja_medialna_pl_kultura-i-my", "page_sha256": "2a346ba469470588729381faac43e641193fd2154e62528c8c82c73bba32e1f4", "reason": "include", "selected": true, "xml_sha256": "b4fe46133102b8265bec22abebad958de38ba2220fef91616ee221cf90acfffa"}
|
| 108 |
+
{"id": "edukacja_medialna_pl_matura-i-co-dalej", "page_sha256": "dfdb9109f6af14fdb48ae46d9b4d9781ada6bdec3c74d089a12f4ba9ee469112", "reason": "include", "selected": true, "xml_sha256": "29b6df574d6010e79256e72f2cf2e5835d6cf00b12ba31b4c41896e8936fea44"}
|
| 109 |
+
{"id": "edukacja_medialna_pl_media-a-prawa-czlowieka-i-dziecka", "page_sha256": "248ea64b361e852c2bd5a18bbc622734fed6f7b6fa87b6444626107cb24cb986", "reason": "include", "selected": true, "xml_sha256": "efbd2c538b053e83bcc83456838af4fb118fa3bfdcc07effb1921f9d223fda12"}
|
| 110 |
+
{"id": "edukacja_medialna_pl_media-a-prawa-dziecka", "page_sha256": "1a234fc1367eee015faa352765b63e890639ba2b78bb66c8def65627d06d4746", "reason": "include", "selected": true, "xml_sha256": "65f0f6513b4a881a02cff97ec493ca9bb0e89dedf5eb5b1cd19f7a9a326fdbf6"}
|
| 111 |
+
{"id": "edukacja_medialna_pl_media-dla-wszystkich", "page_sha256": "583e51e96ab0bd48e9ac9244bcb73069c3f9e64b64267ba7ee456a3255599073", "reason": "include", "selected": true, "xml_sha256": "6b44eaf2897acefb5a2c315149bdcc451eae456315ae6817a792026940ad3f2d"}
|
| 112 |
+
{"id": "edukacja_medialna_pl_media-nadawcy-i-odbiorcy", "page_sha256": "60546f73f61dbc110f008b513de99232fbe09f4e0ef940ac18855cac8d7546e8", "reason": "include", "selected": true, "xml_sha256": "7e9a680e88913ac72a25600eab752de120e0759b4dc37b553126f8b582978bd5"}
|
| 113 |
+
{"id": "edukacja_medialna_pl_media-spolecznosciowe-nasz-swiat-czy-tylko-narzedzia", "page_sha256": "959c439c6d6fa11c29b493cec0498c9a10300a840f0421de3429f4bff78a8340", "reason": "include", "selected": true, "xml_sha256": "c41af22068f7eaec64bf7d4cafd2f88cca6f95a2bad5d35fd62163b3658be554"}
|
| 114 |
+
{"id": "edukacja_medialna_pl_medialny-savoir-vivre", "page_sha256": "6edc53afb055b0f8d7b7d62112627954ffd3ae58773f2491e88bf238d1af725e", "reason": "include", "selected": true, "xml_sha256": "a24159b33d108e223c265c45a61a60a5041a2b924fb0f372810e766e18026fd3"}
|
| 115 |
+
{"id": "edukacja_medialna_pl_metody", "page_sha256": "54ad11e09a666f097cc6838e0c0bfe3ea24153317e01394ae85d5066c60b6afe", "reason": "missing_creator", "selected": false, "xml_sha256": "67dbb81438fda6c3ee0a00c0aa8f263b5c32fccb106612528dab9d77a71f7c28"}
|
| 116 |
+
{"id": "edukacja_medialna_pl_miej-wladze-nad-korzystaniem-z-mediow", "page_sha256": "82d6cf30208476d997382586d1df81c54f9a0c2acea18fcace42eb3d3d51a5df", "reason": "include", "selected": true, "xml_sha256": "fcb4bbc9d9d0feacac8b325c9d53bca484d3139bede91658fe53676cb675deb1"}
|
| 117 |
+
{"id": "edukacja_medialna_pl_moge-ci-cos-powiedziec-mimo-ze-cie-nie-widze", "page_sha256": "443dd9a70cb30e7bfc9e1948e85b27fb9f968920f3444ec8362b7ba72023d6d2", "reason": "include", "selected": true, "xml_sha256": "941899706f41f1580bcf99b1d5d9a887692891e6b61c596aaee83c7d6e58fd11"}
|
| 118 |
+
{"id": "edukacja_medialna_pl_montaz-materialu-filmowego", "page_sha256": "8715a1edf8d7e052069321a40bb83a9fdb8754d7aa9007e20a0bce1274889d22", "reason": "include", "selected": true, "xml_sha256": "b7d9ca44ecd057c87528f1e1dc6c35614b031a96145b64e6674e4feb7c0dfa81"}
|
| 119 |
+
{"id": "edukacja_medialna_pl_mowa-bez-slow", "page_sha256": "ea4a9b7fdd320c64776174a55ef91bce82572a214fe85e199a7024d1e148a183", "reason": "include", "selected": true, "xml_sha256": "c15ba40bb15447155d02c515e4d696afac9f2be85d2db484361e8d0fbd43827a"}
|
| 120 |
+
{"id": "edukacja_medialna_pl_mysle-ze-o-wyrazaniu-swojej-opinii", "page_sha256": "6d90f8d0fd7ea67d36d1963138c3f9ae17a8be9dcfa1ec2d19dde712532b8f5d", "reason": "include", "selected": true, "xml_sha256": "9f1ae8f278112a66700b795c60a0287398227f54a0e5a80e3e1a79ae85c1715b"}
|
| 121 |
+
{"id": "edukacja_medialna_pl_na-tropie-informacji", "page_sha256": "79b86ddf4edf962d936717dd42cde6ac46a573807ca636749b1900b0e58c5d09", "reason": "include", "selected": true, "xml_sha256": "be0cb2bf7e3ea9e820d84882c86e9205d4c1331545a27a6634ffd991a35d166c"}
|
| 122 |
+
{"id": "edukacja_medialna_pl_nadzor-w-sieci", "page_sha256": "69e4a154c59efe2e4e8101975978a5eb0baa02772a0d41bd05032fbe3f1b6cb4", "reason": "include", "selected": true, "xml_sha256": "c59b8e7e66b449729c214a48fe3ee27fcec8093fd1cd7e05cbf7b3c4c21d2c13"}
|
| 123 |
+
{"id": "edukacja_medialna_pl_nagrywamy-glosy", "page_sha256": "29c9cc681bd534991096d31c03f0dd59dbe07826a11845023a078aec7b7bd967", "reason": "include", "selected": true, "xml_sha256": "5a888ca20a4c4f4541c83a132f5c8e5cc1a12784af8155d1908911cce60768ff"}
|
| 124 |
+
{"id": "edukacja_medialna_pl_narracja-w-filmie-tekst-i-fabula", "page_sha256": "b48639187fcb32be001bfc126868a61afdbeaa7b40a30becbfc8a31fd32cbe06", "reason": "include", "selected": true, "xml_sha256": "b311307a6d3f8a5f55c5e3132ba5e14d9fad2363bf46cac77ffd7f84a448b14b"}
|
| 125 |
+
{"id": "edukacja_medialna_pl_narracje-cyfrowe", "page_sha256": "52dc781f205b126cfbe881997adc6a1f5184a0ce02b65b5e7ab84d2f21a3020d", "reason": "include", "selected": true, "xml_sha256": "66258d60315fffe6f979a6e89888a2167b70191ef3d641673f901deda0d2fc55"}
|
| 126 |
+
{"id": "edukacja_medialna_pl_narzedzia-do-przetwarzania", "page_sha256": "0631783adc9b2053da90d446afc4633491290b5fe39c6411a6a3be60ea75c56e", "reason": "include", "selected": true, "xml_sha256": "1c66d7b1c2d84f1483ce97a7a326c19e605c1995c2b5361eca898fa841dfd834"}
|
| 127 |
+
{"id": "edukacja_medialna_pl_nasze-media-nowe-gatunki-nowe-technologie", "page_sha256": "0becf4f1dbe187c0649309acc5934685efd87e004ed7cdbc71d38d01161dff48", "reason": "include", "selected": true, "xml_sha256": "7aa4ee672c185a953af81dd84e0256698b16c4fa6111ed3220e965d780973b1a"}
|
| 128 |
+
{"id": "edukacja_medialna_pl_nawigacja-i-lokalizacja", "page_sha256": "54b8388fff8f108bd7ad1e7b29925725abb783d7235e19a59c48ccecbe1f764e", "reason": "include", "selected": true, "xml_sha256": "9bf74f8e0a6e467abd76891e5c4e461f1375dc79b3674d6cd99baebdf0d4ec40"}
|
| 129 |
+
{"id": "edukacja_medialna_pl_netykieta-czyli-o-kulturze-w-internecie", "page_sha256": "acd1a1a39dd1b57e241667a66604d607886493a5585cb2c7e201db9980cc53a0", "reason": "include", "selected": true, "xml_sha256": "cf468d6bf86683f3ac1794e17482c8205cbe4bf68f7fa66b89b0c7cc02ca2ddd"}
|
| 130 |
+
{"id": "edukacja_medialna_pl_normy-w-komunikacji", "page_sha256": "a845dcdc2292cf901b4d90755a4ef52ba7045625bc9b77cd16bff86dc724a0eb", "reason": "include", "selected": true, "xml_sha256": "b8fcb5bb1e55e50ad29e05cc421f4b540a7ddd4e261908325bac2aabef780542"}
|
| 131 |
+
{"id": "edukacja_medialna_pl_nowe-technologie-wspieraja-osoby-z-niepelnosprawnosciami", "page_sha256": "96bf29a69d96190b432a0dbe8b3d46e6528c8dcb67efca839ed8eae7e4b2c780", "reason": "include", "selected": true, "xml_sha256": "9c6d06567f67a149dee2bc24fc444fe05f3c35e7fa5973040f2a53a592249f95"}
|
| 132 |
+
{"id": "edukacja_medialna_pl_o-gwarze-praskiej", "page_sha256": "65fbb4bba333d0e1cd6b77f509b01c9c17d3636c2976b83f5e751fc39f482a45", "reason": "include", "selected": true, "xml_sha256": "9147b3382321be9cbdf5d664f9fdfd2e9527bd8456c6eb4979d0a4e776d188ef"}
|
| 133 |
+
{"id": "edukacja_medialna_pl_oblicza-wolnosci-slowa", "page_sha256": "fcb9c7a748463c1ff1637ca821fd8bb4f5178987a4710eb6ebaa49506d734fb4", "reason": "include", "selected": true, "xml_sha256": "63d22b7d9b59b730241624e28f2e89fdf0d8f883c467564eddcf77d67ca9ae7a"}
|
| 134 |
+
{"id": "edukacja_medialna_pl_ochrona-danych-osobowych", "page_sha256": "001edaecc94cbcdc123ae85cdb9df1caac287ea89e28ee954e14a5c0997f0bfd", "reason": "include", "selected": true, "xml_sha256": "643adbd81605e4eaf4ddf10011e8b20a6cf7df0dfd11c66e8ce36d208e70dec3"}
|
| 135 |
+
{"id": "edukacja_medialna_pl_ograniczenie-dostepu-do-informacji", "page_sha256": "b2d8127d71558e94392a11b86166f9726acba363d0f5b8ba6d1a9d39c5f2395d", "reason": "include", "selected": true, "xml_sha256": "d840e042203b8b60f350290a15719024d520ccbd1a8ac93bb2babcec8bb8b4f3"}
|
| 136 |
+
{"id": "edukacja_medialna_pl_opowiadaj-ciekawie", "page_sha256": "84be4bf03a0f851a47e4bf1b712c3decf66654d56df25edfe627205ef1629be4", "reason": "include", "selected": true, "xml_sha256": "d5544c65a8fd2b7c8310732b100dfc295fba272166ab9a35363022fcfe8b3da5"}
|
| 137 |
+
{"id": "edukacja_medialna_pl_oprzec-sie-reklamie", "page_sha256": "7e9fde9d4c6d141ed103bece6ee24f7c7da5faeedf4584249c26d9b10376bd56", "reason": "include", "selected": true, "xml_sha256": "0db1a9018e9030868a4d96a88df2995c74dbd022cf4b983f28a36517e9555b8e"}
|
| 138 |
+
{"id": "edukacja_medialna_pl_organizacje-zbiorowego-zarzadzania-prawami-autorskimi", "page_sha256": "f473a2d536f137ce4364c4d3654f09de5b50acc1985fc786fa7785165b004c78", "reason": "include", "selected": true, "xml_sha256": "54d00f211bdc266fc27cbcdccfde176eee8724165da983970ebf0042480f99da"}
|
| 139 |
+
{"id": "edukacja_medialna_pl_osobiste-prawa-autora", "page_sha256": "b9b000f35247da8c69a79d4d9bdfc75d4836252009920266402c5bab944790ff", "reason": "include", "selected": true, "xml_sha256": "2f4e65a65b3caae81f0e3d3eb444fdb44911b11f36a4ca1a1d2e32d38d8505bc"}
|
| 140 |
+
{"id": "edukacja_medialna_pl_otwarte-zasoby-otwarte-umysly", "page_sha256": "fc39131dd42a11358679110d696be6c0e1b3eab95b80c9a0a007e6af435dd95f", "reason": "include", "selected": true, "xml_sha256": "60b591ba4ed4c7f0095f906171afd8b4b7f92a504380bf3b508e725c0b9abf30"}
|
| 141 |
+
{"id": "edukacja_medialna_pl_phishing-i-spam", "page_sha256": "6ebca048a26e5b4c61d8fa914757a0a0e97a549ec235430bdf3727c2a1e7609f", "reason": "include", "selected": true, "xml_sha256": "7c2872d9c6f0351d07b4b089e5efa366b6ed861682dbc3e33c3df80aeb964a27"}
|
| 142 |
+
{"id": "edukacja_medialna_pl_pieniadze-w-mediach", "page_sha256": "37a74d931671f47c4377f1f8838535055c5f70446b1cdf789ae48ad029ac32ef", "reason": "include", "selected": true, "xml_sha256": "93673d03bbf45564ae3e22b89cbc3b61c27abc1a70608e6662fbb53ed1be3539"}
|
| 143 |
+
{"id": "edukacja_medialna_pl_pliki-bez-tajemnic", "page_sha256": "fef3575cb9cf92bcd80bb452719a67052ad3da4805115fd57e82be3d34dffb8f", "reason": "include", "selected": true, "xml_sha256": "c201eb3336eac662715dfe54c0f0cc0cce9a7022741cbecb6a6ab3e8aff771f1"}
|
| 144 |
+
{"id": "edukacja_medialna_pl_pluralizm-mediow-konkurencja-i-koncentracja", "page_sha256": "3a174db8798caba694ed1c61f5feb6cd1599e2437ddba5eb3eb590821db91bb3", "reason": "include", "selected": true, "xml_sha256": "b3474f1d850a29f54afec8155db665d234d1433fced406333d356669d7b77f81"}
|
| 145 |
+
{"id": "edukacja_medialna_pl_podroze-po-hipertekscie", "page_sha256": "9dd8fc839ecc74f150e92f1f359c1d009e13eccc5bc1057c038b519f2e22634b", "reason": "include", "selected": true, "xml_sha256": "c254a3c8c70a175ef969a6336c6146c9391845acedba07f30ce33e4c4668c864"}
|
| 146 |
+
{"id": "edukacja_medialna_pl_powiadomic-zaciekawic-przekonac-planujemy-kampanie-promocyjna", "page_sha256": "40b6306e696f167f4a4256292a006aa63001800e6438b3721131b52287727c52", "reason": "include", "selected": true, "xml_sha256": "a6a70313c31ca830a452008652a2f0b79ac40a33ab3f0e70dfbfc1e457bdd3cc"}
|
| 147 |
+
{"id": "edukacja_medialna_pl_poznaj-i-pokaz-prage", "page_sha256": "655e1d550cd84f7fac11aef25a685848db8d4831254867ac91704e5723858619", "reason": "include", "selected": true, "xml_sha256": "d0d63ad94e8db1abb93bbaaff8fd2a6ba1d30e3554869fa0b63381fefd767136"}
|
| 148 |
+
{"id": "edukacja_medialna_pl_praca-kamery-kadr-kat", "page_sha256": "b886eac8b1d0cb2eaaa283632477ce1820ddb3728b92ee9af9cb0d05a447fb69", "reason": "include", "selected": true, "xml_sha256": "7c366a6610242076990c2b62823e91ed4301648751a82967fd9482e4c36a47d8"}
|
| 149 |
+
{"id": "edukacja_medialna_pl_praca-z-trescia-w-sieci", "page_sha256": "30a9412c1aa39d8f5eb9f2ff2991cbfd6bc8c483fda6cf9b237d5d6bc29b9593", "reason": "include", "selected": true, "xml_sha256": "3517ec4fa63354993b9fe40fe43b4242876fbcb77815fb81ed77b1c25bcd793d"}
|
| 150 |
+
{"id": "edukacja_medialna_pl_praga-trzech-religii", "page_sha256": "950f295d5356f3a502fbfaa2c589eae65159b2e83f604e0dfcd0f0fdf92555fc", "reason": "include", "selected": true, "xml_sha256": "ffe0f80db7726af9e2575c86fbcc2c9fd150f4de26a749190ef0313775ba7009"}
|
| 151 |
+
{"id": "edukacja_medialna_pl_prawa-autora-i-prawa-uzytkownikow", "page_sha256": "e1cc71a05e75f9a1c34e5922238ef195e22117bbf27600b6c48ffdc1dd72fd67", "reason": "include", "selected": true, "xml_sha256": "a2ce75905d4ff4bae04315db7c3dece7d8c5ed7076fecb8abf329062abcd2a02"}
|
| 152 |
+
{"id": "edukacja_medialna_pl_prawa-malego-autora", "page_sha256": "9584fbe62bc7408bbc4f10a2b2d266d6208cdd4bf923bc24ec7b0576afeff903", "reason": "include", "selected": true, "xml_sha256": "6105196c2e89794a5ac18755a4e134ad1a8721dec64eaf732d820e2116b3cfe4"}
|
| 153 |
+
{"id": "edukacja_medialna_pl_prawa-obowiazki-i-mnostwo-mozliwosci", "page_sha256": "22ed7d4cd0cefc5f68abad9fdffb9a619dd3a28b8ed19f4496267406803e2f7e", "reason": "include", "selected": true, "xml_sha256": "35eff45d89a6098923d639a240eba2dfb2d28b5dc561820c3c3ef8f423ead983"}
|
| 154 |
+
{"id": "edukacja_medialna_pl_prawa-obywatela", "page_sha256": "80d2181b71d0c477fbf0406ae10ae84168b38331331f1946f13242ed501d44bf", "reason": "include", "selected": true, "xml_sha256": "85f454bbacc2e681c3b603e0dae429446f78986d785044125f441c0bdeb12f11"}
|
| 155 |
+
{"id": "edukacja_medialna_pl_prawa-osob-z-niepelnosprawnosciami", "page_sha256": "ff6bb33cea7cfc1c75e389464218c12594e28fdff7484d3d1dddec057a5b972f", "reason": "include", "selected": true, "xml_sha256": "74d13218b90cf0f35b81078016e1741349347fa6daa912c2aa6deb64f3ba020b"}
|
| 156 |
+
{"id": "edukacja_medialna_pl_prawa-wylaczne", "page_sha256": "008aa5f68c8ae82d0b890671520ac78d2dddd4062b94f408a9537959ee309aa8", "reason": "include", "selected": true, "xml_sha256": "0149b497a1258a7ccd6c5742d703da1229525553cd95c94ddd60f4c001a64323"}
|
| 157 |
+
{"id": "edukacja_medialna_pl_prawa-wylaczne-tworcy-i-uzytkownicy", "page_sha256": "a39790e086a28d1bb2873c0b5898f0709cb7b5f910472d93ab9b485239a8cf1b", "reason": "include", "selected": true, "xml_sha256": "00836e31d8cdfdd0e808ff0aefd1e8cc347e0e00306f49d3e4b4fb80c51e49f8"}
|
| 158 |
+
{"id": "edukacja_medialna_pl_prawda-i-falsz-krytyczne-podejscie-do-informacji", "page_sha256": "737ea85dc96e8929030a32f9a53b86cd247d3098b76bb865af3e30e477cb70b0", "reason": "include", "selected": true, "xml_sha256": "d6d31412cb627a3502911bce4bfc3a7d995c06f7f69f62a11f0e3611810938a5"}
|
| 159 |
+
{"id": "edukacja_medialna_pl_prawo-autorskie", "page_sha256": "81aaa9dfefe4b0365ac1c149580f5af52781cd861ad9f2423ed8829d7f5002c4", "reason": "include", "selected": true, "xml_sha256": "770572cde159a189ca4a525ba86f631f5588ebb7370c43ce132275bb17261dbb"}
|
| 160 |
+
{"id": "edukacja_medialna_pl_prawo-autorskie-czyli-pokaz-co-potrafisz", "page_sha256": "772ba78b20f571dc73d9c49d2eac72229d537d90d7786fc2e6f538f486a145d4", "reason": "include", "selected": true, "xml_sha256": "a1cfd6bd3d496523b280b9cf335f18e17daa50c6f8131b1d2237aba65b70604d"}
|
| 161 |
+
{"id": "edukacja_medialna_pl_prawo-autorskie-dla-dzieci", "page_sha256": "5aeba992ba825c3d76ac87567f7ad16115a4c60289f3d10a20b0cbc9dacdcc03", "reason": "include", "selected": true, "xml_sha256": "b8c18863d5393ba1d46d8003b7aab4dd5a79d9f8ad5b438d10e5122e60bcea19"}
|
| 162 |
+
{"id": "edukacja_medialna_pl_prawo-do-prywatnosci-w-sieci", "page_sha256": "4ce593d139709c04623e67b037d4720357ddd9c00ea9b2ba80a118d070ffa6f5", "reason": "include", "selected": true, "xml_sha256": "8312944ac5098b71d0149b5dc3660b5525da45b05b23fad104553bf6827bc66e"}
|
| 163 |
+
{"id": "edukacja_medialna_pl_prawo-i-media", "page_sha256": "5bdabc8143b3b0521ca0a210bcf069ecf1e23b4921e3d5ece7f33769eed6f5aa", "reason": "include", "selected": true, "xml_sha256": "25ab958f0c8e08175ad56b645bb9576fea3d6ed4407ac4716a042a8a983957e2"}
|
| 164 |
+
{"id": "edukacja_medialna_pl_prawo-prasowe", "page_sha256": "8d614ba9f3bf32c9f34749e86317f0e8337fd61d16e8dc216c0f75269e65a66f", "reason": "include", "selected": true, "xml_sha256": "0aff38016dfc5876d8ee5c94c931ee54aa02c7af11cbeb9f57651722f76d868a"}
|
| 165 |
+
{"id": "edukacja_medialna_pl_prawo-w-sieci", "page_sha256": "24bed8b528f86e0448919b9a8bf0ce21d341b0b403910f1da3e2f7a0607c8dfe", "reason": "include", "selected": true, "xml_sha256": "ea8ba445c1ba4b85b6c4e4345fde39200b65054b7e36015df71d697163a81d37"}
|
| 166 |
+
{"id": "edukacja_medialna_pl_prezentacje", "page_sha256": "2bfc9cc1a9c9762e7b7ac7207e197ba44635d97d5c5dca812b61228a15c93991", "reason": "include", "selected": true, "xml_sha256": "f451c82f2654eb5627bb8e87d3807aca5c3f506374f86fe60ce2c8d58929eaaa"}
|
| 167 |
+
{"id": "edukacja_medialna_pl_prezentowanie-naszych-dziel", "page_sha256": "2d0053b0f8a34c160404daeb65da8750dd1116c9ce28ebe758b3c27529728a26", "reason": "include", "selected": true, "xml_sha256": "e789dc242d5ce5a650908db912ae1e18eba078f39ccbaa1527e9d9fca70421ee"}
|
| 168 |
+
{"id": "edukacja_medialna_pl_prywatnosc-wspolczesnie", "page_sha256": "25bc34380cf10623b8cff29ebba957f276be17091e5c5bfd0bcce16e989dc8e6", "reason": "include", "selected": true, "xml_sha256": "6ce8406f429f272e7c5b56b6ed4f98f841049b4d9b15eea9aa7b3ada5cf13de6"}
|
| 169 |
+
{"id": "edukacja_medialna_pl_przechowuje-i-przekazuje-dane-tekstowe", "page_sha256": "2bdcf796d9463d7af61e4f2e11379a1db39c66fe356b5b5444decfa120752dd0", "reason": "include", "selected": true, "xml_sha256": "f09df96a0118a3533d74e0278e705eee636b1c6a17bfd82eb5f7521ae542a269"}
|
| 170 |
+
{"id": "edukacja_medialna_pl_przemoc-i-nagosc-w-mediach-czy-bywaja-uzasadnione", "page_sha256": "66707ba5062e51c0895fbb0c577c5d570fa4a6a0465771d9e9b918d47b2a9cb3", "reason": "include", "selected": true, "xml_sha256": "ab44974d802a0b9ef8f9aae5d89edd01ae50d4fb40b600908012e40e7ddaaaff"}
|
| 171 |
+
{"id": "edukacja_medialna_pl_przygotowujemy-audycje-do-szkolnego-radiowezla", "page_sha256": "cba0234d711676a066b22fd63dc0e5db3cee31de0e75da97f3b61fc434040611", "reason": "include", "selected": true, "xml_sha256": "8f5d692db1d47f1b87da7202690f8a2009e537d9372e59dec36f36f9f14fe76a"}
|
| 172 |
+
{"id": "edukacja_medialna_pl_radiofonia-i-telewizja", "page_sha256": "32acec7406fc7ddbb0c257c4f5f124d3493020d9e981965464e38a379fd391e6", "reason": "include", "selected": true, "xml_sha256": "59b5bc8c3dc70b96c6a1ce198158c4aa1643dac35da3ad33924d9778df6fc229"}
|
| 173 |
+
{"id": "edukacja_medialna_pl_regulacja-mediow", "page_sha256": "7ac0b28a6460d94251a20ad4c9f84479dfe37e31dfaae8019ee25f844ed335c2", "reason": "include", "selected": true, "xml_sha256": "c63700d0f1d58a9e8e506f5a0ff2e4fbff4ada34c7e934be6e8bce663b20e43f"}
|
| 174 |
+
{"id": "edukacja_medialna_pl_regulamin-w-internecie", "page_sha256": "0d4c48ad6e29599d36b8601f01f07b09023dc2e0c85fdfd91026cb07b7272ef2", "reason": "include", "selected": true, "xml_sha256": "6341f774100eb9a10fb3a204e62644eca574d2723919d21a3dccc927e258fe54"}
|
| 175 |
+
{"id": "edukacja_medialna_pl_reklama-i-kryptoreklama", "page_sha256": "174d45a7dda53ae8b0ca40ee78290cc4ebcd1e96f7359a2bd56c81f445f4e0cf", "reason": "include", "selected": true, "xml_sha256": "b4e0b6f105f13b29b3cd4ceee253a047a2f2090628f068cee6bb32adadee07ee"}
|
| 176 |
+
{"id": "edukacja_medialna_pl_reklama-w-mediach", "page_sha256": "b93980f2285e225b205315b5b2fe288c2dca3ffd3d4adda806ad4368120b8960", "reason": "include", "selected": true, "xml_sha256": "3860c11f86c095080c58c3796e8d6fbfbfbc4f3781db61efa5fb61ea9518522a"}
|
| 177 |
+
{"id": "edukacja_medialna_pl_reklamo-pokaz-sie", "page_sha256": "70a61d143bfe55f81ca9efd58c01e2a410e0a7f1ba150cee030a647ad55cbdde", "reason": "include", "selected": true, "xml_sha256": "db6edc75a0503558d95ed267881e2ed7a3336ae2aba4376281bfac230164e496"}
|
| 178 |
+
{"id": "edukacja_medialna_pl_relacje-i-komunikacja-w-sieci", "page_sha256": "cab145f5e9c5660bc7fd694b9b4a2bc7d5afe1bceb67113fb1ee24c9c3e7b140", "reason": "include", "selected": true, "xml_sha256": "102b6da1dc6c99e531ca684015d9b32043772f92800c541f89234120f1b493ea"}
|
| 179 |
+
{"id": "edukacja_medialna_pl_remiks-nie-tylko-w-muzyce", "page_sha256": "ec22aea08ad91d57d266010fe64c08b1e986c972ef654b67a9483f821c808f7c", "reason": "include", "selected": true, "xml_sha256": "91a7117a02213fecb3543a2e51633e4be5cc382b245ea5c40a32449438a46db6"}
|
| 180 |
+
{"id": "edukacja_medialna_pl_roznorodnosc-zrodel-informacji", "page_sha256": "0c6c9f178f98e8e8cdef3de5680d662a91fa96cf4228b2a466b2a24229b48093", "reason": "include", "selected": true, "xml_sha256": "e7e6435bdcc34c9612654e1604291ab5bbccf106c4fafede5e7cbbf38290644b"}
|
| 181 |
+
{"id": "edukacja_medialna_pl_rynek-mediow-na-przykladzie-radiofonii-i-telewizji", "page_sha256": "c871ceb9212fb03f37f2fed361f36381933ab74a7c217ffe521759a328d40040", "reason": "include", "selected": true, "xml_sha256": "9459da33c6c39826505a4270755a786de43a21696362ecdd0ba080456e27c673"}
|
| 182 |
+
{"id": "edukacja_medialna_pl_rynkowe-mechanizmy-mediow", "page_sha256": "2a9d1e79755c679ecf333c5cfa927f33e9193870ab610051bf28ee760bb9cc39", "reason": "include", "selected": true, "xml_sha256": "6a92c19166d9752f44660b829fb8c5665f11e0d8917bd99efd0122d0cb62815f"}
|
| 183 |
+
{"id": "edukacja_medialna_pl_sad-nad-patentami", "page_sha256": "6fe180fd7b55e51e908185b1cea6b773d682776df61b6afdb4a116d4588167fa", "reason": "include", "selected": true, "xml_sha256": "c8fd8f9c7b1476f487365b40b4bf60607603f0244851346968eab1423a45e3cc"}
|
| 184 |
+
{"id": "edukacja_medialna_pl_scenariusz-scenopis-i-srodki-realizacyjne", "page_sha256": "e1863bddf7d7ae64f091c53a5413395b0e8d2ea79b5cee456666172d7e6a7249", "reason": "include", "selected": true, "xml_sha256": "fdd5e3c613ee1bec79fe4a332d8c126134c7a71eb682f490d98c54fc52061c83"}
|
| 185 |
+
{"id": "edukacja_medialna_pl_scenografia-charakteryzacja-kostiumy-i-aktorzy", "page_sha256": "64e2968377e026df2cbe54c73e4c4e0ea4b2736d2d2ab20605f014df97527c0d", "reason": "include", "selected": true, "xml_sha256": "e18d8134cc90d7632260ec29de7763d14d26b022744183b4d8f2770c507c0c81"}
|
| 186 |
+
{"id": "edukacja_medialna_pl_sekret-tajemnica-kiedy-poprosic-o-pomoc-doroslych", "page_sha256": "11acf455895208c0076f9a3dd05ce12666caafa5aa19952ba022b58df4e0312d", "reason": "include", "selected": true, "xml_sha256": "14e8b61d80a976dc317b7e852ed5d4b80e6111da9f7c6cd17e072da8e5f5c66a"}
|
| 187 |
+
{"id": "edukacja_medialna_pl_sekrety-wyszukiwarek", "page_sha256": "6431f6124412e0504696b82b59428e75b7ff2f079209d9634343598970676241", "reason": "include", "selected": true, "xml_sha256": "1b52a5741ada8adf7a5c602378f61ac9916b4e45e45d71a074a62150ba7b752a"}
|
| 188 |
+
{"id": "edukacja_medialna_pl_sexting-i-sextortion", "page_sha256": "69827a6026d9cde3f7de8170e55b0449ca4931ce9bb279d5c3e3feddb0eeef77", "reason": "include", "selected": true, "xml_sha256": "eaefc03095ba07f1d34f37038aca99f05b2f3a07c8540bbe4e66e9ed82799d3f"}
|
| 189 |
+
{"id": "edukacja_medialna_pl_sieciowa-wspolpraca", "page_sha256": "d019d7dd0294c218f7b31c423cde3e6321077235088a9573d86185f1840f8c7c", "reason": "include", "selected": true, "xml_sha256": "348915bddf144d23b6ff4cdb2b9aba2312a13b46adc32f46907db7b8345eafa5"}
|
| 190 |
+
{"id": "edukacja_medialna_pl_skad-czerpiemy-informacje", "page_sha256": "fda1b8ce5abc1d4bdb506954079dbff4abf23caba875c4f81b6c091202363af2", "reason": "include", "selected": true, "xml_sha256": "762ab44494f01293ce7eb2710909b33ce5617d121c6fa854aab5ff8f346f6618"}
|
| 191 |
+
{"id": "edukacja_medialna_pl_sladami-zydow-w-warszawie", "page_sha256": "85ab5c394f9bf3dd78601d0855bf585e3bfcc1643aa4d3446f49642e920b9599", "reason": "include", "selected": true, "xml_sha256": "6de99bc7ab279e9ae8c063fdcd6c86f3987799288de08a6d727f5ea8da9c8c6f"}
|
| 192 |
+
{"id": "edukacja_medialna_pl_slowa-ktore-rania", "page_sha256": "43979388380170b1360340e9e6626b0922368ebc3a5b388fa3207e96bb722f50", "reason": "include", "selected": true, "xml_sha256": "852a30e3ad670dea543ee916c800e5312d1162c651221746367973face402deb"}
|
| 193 |
+
{"id": "edukacja_medialna_pl_slowniczek", "page_sha256": "3837952d4729956fedc4516905b890cfcf2759091053586a787c890fd8a66a6a", "reason": "missing_creator", "selected": false, "xml_sha256": "c9505e92dd59e75f39233fc51f8a47ac2ae30bddbf0e8c67a517ff8677acff02"}
|
| 194 |
+
{"id": "edukacja_medialna_pl_slowniczek-sp", "page_sha256": "72e4cff2af1e23ac5c02218331ee7c0cda4a88cabd4518e83236e6b9937ebd00", "reason": "missing_creator", "selected": false, "xml_sha256": "8bb10005101f06a8384e3c88d714f60ec384a6b42c26a2c8e217263b0eee53a0"}
|
| 195 |
+
{"id": "edukacja_medialna_pl_sposoby-finansowania-mediow", "page_sha256": "f93bc90726e26d3e07858b8dcf5251949de19ef5b90b4c17d7e6007e9b5f65f8", "reason": "include", "selected": true, "xml_sha256": "ce966763e2f3fef2d6d1ecb717257bf49dbd7f0aeb2656a2e41536111dcb2fe7"}
|
| 196 |
+
{"id": "edukacja_medialna_pl_sposoby-reagowania-na-sytuacje-zagrazajace-w-sieci", "page_sha256": "89b2ab823d375194984d8946fa54975c0c2da7f567ef7f4c287a116c09891a54", "reason": "include", "selected": true, "xml_sha256": "ce7288a9dcf5802848ff8cf35dadd059aca775c561e788d46777fbed3180fdbe"}
|
| 197 |
+
{"id": "edukacja_medialna_pl_sprawne-szukanie-informacji", "page_sha256": "5ab602f2ffe0003c9393c27181d10831392afc78d11b675eb0397d34e08d259d", "reason": "include", "selected": true, "xml_sha256": "d7a48cda0b84bfaf49bd8e0a4e8383ebee0a12431f25cdb2edadd595f397d895"}
|
| 198 |
+
{"id": "edukacja_medialna_pl_standardy-dostepnosci", "page_sha256": "cf7be295ec0620059acb75901ebc7c3df3571f151f711abf56fa1dee069cd43f", "reason": "include", "selected": true, "xml_sha256": "608db163344c8c010e7d96f281cf4d2636b4bdabf40af86959c7ed363196a70d"}
|
| 199 |
+
{"id": "edukacja_medialna_pl_strategiczne-myslenie-w-wyszukiwaniu-informacji", "page_sha256": "82f8c9d56a090c1b0340577f934114328e6e046a9752145700cc54902e911712", "reason": "include", "selected": true, "xml_sha256": "4b3b12b4258b0853d6efedea0e93b548de371319b8682d4d409a38b4929b2114"}
|
| 200 |
+
{"id": "edukacja_medialna_pl_struktura-architektoniczna-internetu", "page_sha256": "774ffd20a055f6d957f6716f515f91dcaa4254b583bd56b1ee5adfe98a9852fc", "reason": "include", "selected": true, "xml_sha256": "8938e0b54b0375357dad571a76f9c2ffb3817e4b07e9f24316f93a84deba44ad"}
|
| 201 |
+
{"id": "edukacja_medialna_pl_swiat-informacji-stoi-otworem", "page_sha256": "7c4c7745d021eb4b304a88dd1cb448959e42d1faf23760999e1fe12a013a04ae", "reason": "include", "selected": true, "xml_sha256": "aa2fe7cba2b9640abe4c8f9b2f56664c2b54bf5bd56acf9e3fb99bc48275147b"}
|
| 202 |
+
{"id": "edukacja_medialna_pl_swiat-w-sieci-i-poza-nia", "page_sha256": "b82fe0d6a8faa567ce5b18f8f87a39e516bb568780214f3bdcf92a10e30694b2", "reason": "include", "selected": true, "xml_sha256": "c2f7092ec1ce2f288c6196103afb3fc3c53f1b1258b90a3272a0c7f3f8300eb7"}
|
| 203 |
+
{"id": "edukacja_medialna_pl_swiatlo-i-dzwiek-w-filmie", "page_sha256": "8abfb0f05c07f24b8b6ec6061f97becc9c67512057760ef2d0289a2e28976a1e", "reason": "include", "selected": true, "xml_sha256": "faaf41070ebe96757be621751a8d7a8bb442ac33398194ed68ba24cef250563d"}
|
| 204 |
+
{"id": "edukacja_medialna_pl_szanujmy-tworcow", "page_sha256": "001988d975676b33e05e702db09bfe9efce721c7cf10a7b66bafc86649c87b3b", "reason": "include", "selected": true, "xml_sha256": "6fe3e6e989611965de8e88ae7bac666ce323f2f741f95ba9341e8a4db16658ab"}
|
| 205 |
+
{"id": "edukacja_medialna_pl_sztuczne-jezyki-w-sluzbie-porzadku", "page_sha256": "b1fb616bb5da81c2b8d5d4cd51b7e266c34593a7fa837be1eb0e543c73db2ab5", "reason": "include", "selected": true, "xml_sha256": "2d794ef16b8126cbe8a52010b02cdd9b111984fa6788a7e611002967fb08c96d"}
|
| 206 |
+
{"id": "edukacja_medialna_pl_sztuka-dyskusji", "page_sha256": "e261c4c08fc5e11b2e05808e8de0b9b612c66203af1494dd7534d6e1282a6f93", "reason": "include", "selected": true, "xml_sha256": "e25ce024fb3e6946d8279c6838581bb39ff25be691d276c202b6cf94bb55dfc0"}
|
| 207 |
+
{"id": "edukacja_medialna_pl_sztuka-prezentacji", "page_sha256": "95a4b9947823b0abcb3bcd6c7d8d88c6e35b25368eaa464be36ee37e1c1818ab", "reason": "include", "selected": true, "xml_sha256": "e1349f20a742f8fd23e6991f02ed0f1aea18dc0a0ae7d842bcd19bb1f8ffbbcc"}
|
| 208 |
+
{"id": "edukacja_medialna_pl_tajemnica-kina", "page_sha256": "5962b077e8857af36cde7e7e58945797e45f44f96a534ebc09b16cde5d307934", "reason": "include", "selected": true, "xml_sha256": "8c2fe5409f6c3df58bcace0fa5268264d6d4407a7244378ca8aa1b11077838f4"}
|
| 209 |
+
{"id": "edukacja_medialna_pl_tajemnice-palacu-saskiego", "page_sha256": "d485f6c27cdee913ce43ec8fdb7ca840c65192c3c953bf3908000969cfc45922", "reason": "include", "selected": true, "xml_sha256": "c44a0321308618bf0d24114d37a0a9f911a9b6a807e312930d07f6cc847e27ba"}
|
| 210 |
+
{"id": "edukacja_medialna_pl_twoj-cyfrowy-slad", "page_sha256": "a445cc9836f90afacfa8b609a327966b648562ed031845078e857e4ac82ad0f7", "reason": "include", "selected": true, "xml_sha256": "2ab57e9d2e6235861c36e3cd5a868d140880fdb2903097553c0da4d332aabe6d"}
|
| 211 |
+
{"id": "edukacja_medialna_pl_twoja-cyfrowa-opowiesc", "page_sha256": "eade08f253d793026eb3cc850a2e8c2ffeadc92840f2d18ee9891e2318a44629", "reason": "include", "selected": true, "xml_sha256": "93623ff67037fc75aefec73e4424948fba68d48a815dace839b9e23b5bec88ff"}
|
| 212 |
+
{"id": "edukacja_medialna_pl_twoje-bezpieczenstwo-w-internecie", "page_sha256": "4df5149c28e42ec68c4aba32eec75e7b8e0c2ba8b39173bdc256ce9402c1f730", "reason": "include", "selected": true, "xml_sha256": "6b2ef08040bf0889cfb2e0d91a9c02c9ba06cf2ee341afcff6d8b1936b26ed6d"}
|
| 213 |
+
{"id": "edukacja_medialna_pl_tworczosc-ery-cyfrowej", "page_sha256": "7801cdedbe187f6e61055164452dc9e53b4fb2d1438edb51ea84b7daa7c19f5b", "reason": "include", "selected": true, "xml_sha256": "fe3fd05118073acfbe5f92a4524a07be11a8a8160ce847271a0fdf9f04ecf5c1"}
|
| 214 |
+
{"id": "edukacja_medialna_pl_tworzenie-i-publikowanie-w-sieci", "page_sha256": "c974bda75ca0b59f34600ce57673c9a5dcea3f54297a11e23b32e5b678d7ef74", "reason": "include", "selected": true, "xml_sha256": "3a3e52eea8060e5a93d44327c9b65ff99b4f9294ff8a43656ae7b39c40a65ede"}
|
| 215 |
+
{"id": "edukacja_medialna_pl_typy-wspolczesnych-przekazow-medialnych", "page_sha256": "fe3bf3dbb009527eff2c5443c0d15435698e2e9177de3b485921beb442abf8c2", "reason": "include", "selected": true, "xml_sha256": "615f7a176e50b7ff8fa0a4156a2d0772330a12aa8c771623fed5a87b8c6571e0"}
|
| 216 |
+
{"id": "edukacja_medialna_pl_umowa-stoi", "page_sha256": "6f3cb060502bde19f189e4f5271ad6c766944bde5e2ce7a5fcc19efb2b26ce30", "reason": "include", "selected": true, "xml_sha256": "ceff728fcdaff992e9f5fb3a502d8ca4c39cfc1eac21456e5ac785170b2fdd80"}
|
| 217 |
+
{"id": "edukacja_medialna_pl_uwaga-i-jej-wartosc", "page_sha256": "5d58809b5b5df17cf6a6b0fed6c0dec76b4316b27a99f8432792112303b420d2", "reason": "include", "selected": true, "xml_sha256": "b89e0cb86d51d0085b53a6d3094719793f7814fad24343f971a781c35373f04f"}
|
| 218 |
+
{"id": "edukacja_medialna_pl_uzaleznienia", "page_sha256": "282f019de9d37a711aa18987bead0e9721b61e5d683ab21cca5de3069644d9a7", "reason": "include", "selected": true, "xml_sha256": "59e49c3801f1300bc40f16da1def505b3c7a5ed73edab7eb2808331214acf2de"}
|
| 219 |
+
{"id": "edukacja_medialna_pl_uzaleznienia-technologiczne", "page_sha256": "debf89ad9bfe3f7fe17894b42aa7a46927425ecb0445b13cf3160d6ea23fa3e9", "reason": "include", "selected": true, "xml_sha256": "67ca38c79e099e3c19e1fa9a9444e9b6484cbf484a016188bda7956ec9e10348"}
|
| 220 |
+
{"id": "edukacja_medialna_pl_uzaleznienie-od-internetu", "page_sha256": "e05adb024fc86aae33737dc6828482e1d52166c4d1e431304c25c9f7b0cb14c0", "reason": "include", "selected": true, "xml_sha256": "bad418ff2b50cb3ffad9649240bced937bd33b8248503f3df9d03c9e80577a04"}
|
| 221 |
+
{"id": "edukacja_medialna_pl_w-gaszczu-gatunkow", "page_sha256": "72b05c57ec788bb528b6158b1439de46402c903a3d2fbdc741e37e8fc0ef3c51", "reason": "include", "selected": true, "xml_sha256": "f368c24d62de88f92e1dcbc97fc7b353611992e6b4a9bc644c4d1c549492cbfe"}
|
| 222 |
+
{"id": "edukacja_medialna_pl_w-sieciowej-spolecznosci", "page_sha256": "f50f3f62edc5b34bdc3b5176a305c5baf5fbf7f39e6f62ff8890d6ecdbe0e85e", "reason": "include", "selected": true, "xml_sha256": "e26bf0dba86a28703439a979dfce775dd93149de8f3ca3308630343c8df98af2"}
|
| 223 |
+
{"id": "edukacja_medialna_pl_warstwowy-model-internetu", "page_sha256": "5939faf0f5bac42d6ec394ec2d7c42acb411003c54b543c59b034c8328ce0938", "reason": "include", "selected": true, "xml_sha256": "736fb01b98d618aab484e3b41c74d27baddbde5225d692678158941dd7a63672"}
|
| 224 |
+
{"id": "edukacja_medialna_pl_warszawa-przedwojenne-miasto-neonow", "page_sha256": "c1d332d61dc68e8456c53f1015ab77843b2c3df17b8e251f395038afa363feb0", "reason": "include", "selected": true, "xml_sha256": "aea2dd4419466c41f25d57310521cb5a122ee8d3ea5c5dc6b7c5e38df4aefc7f"}
|
| 225 |
+
{"id": "edukacja_medialna_pl_warszawski-barok", "page_sha256": "d080ef560de421a307da27e36348cd8eda5749837630a1f45ba47e8f293ac01f", "reason": "include", "selected": true, "xml_sha256": "4e0f5a8e8cbe71df0383e55f290162df0398d3306dbad86f0809593fdd1f07fe"}
|
| 226 |
+
{"id": "edukacja_medialna_pl_wartosci-kontra-media", "page_sha256": "3c747600ce0f9a1dd40ebeb5717f910c55643ac2b27458fe851f77e9c90b5db9", "reason": "include", "selected": true, "xml_sha256": "20ded9b7dcbbf9487e2ff12aa33c8c2451f813cf0b5d1d6b0089097894f1908d"}
|
| 227 |
+
{"id": "edukacja_medialna_pl_wartosci-w-mediach", "page_sha256": "0b8f69b2757554cec1cd1b16147a2dbe4f7df42f4edecf81c09ce825ee48d781", "reason": "include", "selected": true, "xml_sha256": "ebd30cd56066159986c02d37da524e1259459dc14292da0c0750be7c43ceaea1"}
|
| 228 |
+
{"id": "edukacja_medialna_pl_wiedza-na-wyciagniecie-reki", "page_sha256": "76863b2e1b9c4903481ea67aeef7ce1b6caf890387fd582cfa6aa8ece9acd2d5", "reason": "include", "selected": true, "xml_sha256": "d7032010cc4f7d592dee2b5cf00b6385d34bff7609ab99728f031adc13ffeff5"}
|
| 229 |
+
{"id": "edukacja_medialna_pl_wielkie-porzadkowanie-informacji", "page_sha256": "46e545db26a678b8fa164313ec6449f37d4d0bac4f951f107eb561e83d5c7b0c", "reason": "include", "selected": true, "xml_sha256": "2bb9d9e7d66076868970ee03802dbd1fb5eeaf90a37ad4af7896db68ccb39c42"}
|
| 230 |
+
{"id": "edukacja_medialna_pl_wizerunek-osob-publicznych", "page_sha256": "8522da9c7e687a993387db2b465fe15d7bf21660469325a6da320bf5aa94d6d6", "reason": "include", "selected": true, "xml_sha256": "ada705c4c61ae5bbbe51394d8a3ee6a71745a6f72fe8cf2905a1b501d124044c"}
|
| 231 |
+
{"id": "edukacja_medialna_pl_wizerunek-w-sieci", "page_sha256": "6b63cf518f6ce08a8add2337d085c090cec62a365f723f4b5eb31786373315d7", "reason": "include", "selected": true, "xml_sha256": "3f8b8d69b8950bd5bed58e1cd8fb67846110dc012992764602bb992d6f2173bd"}
|
| 232 |
+
{"id": "edukacja_medialna_pl_wolne-licencje", "page_sha256": "b53059ce659be2c46d9e68c14c723c636e25673b642fa0fb1ff61dfc849841ed", "reason": "include", "selected": true, "xml_sha256": "1e5c950b5983126145915c4176ddb72d18275c5c9d3dcee5fceac2328155b57e"}
|
| 233 |
+
{"id": "edukacja_medialna_pl_wolne-utwory-na-wolnych-licencjach", "page_sha256": "08bb6cf3556db47efdc928e31029b0bcd22f06d8a51dad1fa78e026d0a98310b", "reason": "include", "selected": true, "xml_sha256": "b0cf67082c0cc6f3201604299572f277fd0c1f7f961301b0ed619b05f915a0a1"}
|
| 234 |
+
{"id": "edukacja_medialna_pl_wprowadzenie-w-myslenie-algorytmiczne", "page_sha256": "3cfd118e09800e2938c196e9b23099c59b78b7e594929679d37721a101cb1e89", "reason": "include", "selected": true, "xml_sha256": "0be403122437476dacaa30afca603bdc3c83d46a1cdf390c8f331e1c1983bbe0"}
|
| 235 |
+
{"id": "edukacja_medialna_pl_wspolczesny-list", "page_sha256": "6339c16d3b3b25002b24ff63b40907a547514e6b61df442bf1fe7c872c564136", "reason": "include", "selected": true, "xml_sha256": "e981e78cbd927e5b826753c64a4192c8b176f7d8b7dcdaef45ba04974ee65824"}
|
| 236 |
+
{"id": "edukacja_medialna_pl_wspolne-dzialanie-dzieki-internetowi", "page_sha256": "06a0fd06055df0762e5227f0100848a4346c7eee8ed6e8f557befa171485a7b7", "reason": "include", "selected": true, "xml_sha256": "84489ed657642a0966e3b392258474561e9b3f5c86885d55be3bbab3b3a16f39"}
|
| 237 |
+
{"id": "edukacja_medialna_pl_wsrod-ekranow-i-interfejsow", "page_sha256": "50c15c98dd072413d5187226deac3d3ccc2dbf1d3e2caaf25c7a64d87ce9ed06", "reason": "include", "selected": true, "xml_sha256": "9b35391bab7dd21ffe7bef0d87b6399ffc39b76eced3a11157eabf4e73ee1612"}
|
| 238 |
+
{"id": "edukacja_medialna_pl_wstep-do-twojej-prywatnosci", "page_sha256": "3b6f315bc3710225988751e405ca09bd522da218e7096a3ff35c377166a57956", "reason": "include", "selected": true, "xml_sha256": "47fd784ad24e6185042546f53b68d97a655a622838c9be5dba7e50ab4461cebc"}
|
| 239 |
+
{"id": "edukacja_medialna_pl_wykorzystuj-swoje-wspomnienia", "page_sha256": "0565c17a398d5c8c4dca2b405477eed5a0eca28921bdc8ecfc8465ddcc7aa280", "reason": "include", "selected": true, "xml_sha256": "9e32a9706607f219ca128361452e04325a4e64aff441e588c8a2efeb1a976fb6"}
|
| 240 |
+
{"id": "edukacja_medialna_pl_z-regulaminem-na-ty", "page_sha256": "27ff1cef3035460d0b22325f042c6c3e6059c1e51628948d8485a7d251ebe88f", "reason": "include", "selected": true, "xml_sha256": "344e5a3882f950f0942f51931810ddf5fa0503998ad309d3d79c23317c0bf145"}
|
| 241 |
+
{"id": "edukacja_medialna_pl_zainstaluj-czyli", "page_sha256": "63ef09d34ea3672fc0203bf9dde42a279d908164a028b84f7856ffe6c3814fb9", "reason": "include", "selected": true, "xml_sha256": "8426bd0ed0e4128e3c2cb9e5a1d0c5847d2f4430c401ede6afea929e6f1ab32f"}
|
| 242 |
+
{"id": "edukacja_medialna_pl_zakupy-on-line", "page_sha256": "b3a39c143c5c1b37c92f0845dce90b6054ecca3852b209ecedc1047c7001cfae", "reason": "include", "selected": true, "xml_sha256": "86faf92bdeaff07562aa6b33e0927d213775751bc66f0b5b87bb34f6da7e2a17"}
|
| 243 |
+
{"id": "edukacja_medialna_pl_zakupy-w-sieci", "page_sha256": "394297c93dcb79dddfc6aeaadfbc7a86e8978e15144838ec0d3fd79a9e83cd08", "reason": "include", "selected": true, "xml_sha256": "b1a91c70dadd52470e6675cd4df0f646925a67aa57b30789d320c4919e9cd158"}
|
| 244 |
+
{"id": "edukacja_medialna_pl_zapanuj-nad-informacjami", "page_sha256": "c63186e79d81036e38893bf809ceb25bd4cdafa019d357aea54e8efcb476aec1", "reason": "include", "selected": true, "xml_sha256": "b8084309da4a5cd716eaae2ec33f638dd0891c47a3ed74d7f4b00f0fc3a8e76b"}
|
| 245 |
+
{"id": "edukacja_medialna_pl_zaplanuj-cyfrowa-opowiesc", "page_sha256": "5297f9fe4291e9313f84c8f28a029bf6a920f2608c9797dee3ff9df269ad84a8", "reason": "include", "selected": true, "xml_sha256": "1d26b781da51c134287f1f9ae1e2ef41ea4cd8441b468480d7157a952af3aa36"}
|
| 246 |
+
{"id": "edukacja_medialna_pl_zarabianie-w-mediach", "page_sha256": "bd193e2c9f0ba89a52ab11d021ecf5b2856633780b7ecf51ac1a4b220dc8a31d", "reason": "include", "selected": true, "xml_sha256": "c6f07cc727960f3c136c270072b1eba0481e804d85657649b494505c0f661dd4"}
|
| 247 |
+
{"id": "edukacja_medialna_pl_zasady-korzystania-z-mediow", "page_sha256": "77d899c90e65a3d0879a83bc7af7e86060e185772de86079543f2a72726f5b76", "reason": "include", "selected": true, "xml_sha256": "541d4a595a263497b2bde14a5684a78d5bf689208525bf97097383e0858240f3"}
|
| 248 |
+
{"id": "edukacja_medialna_pl_zasady-w-sieci", "page_sha256": "565abfe93ee4b08bf38508fa3e32b189920133fe93f8b7ad68f7e281f283bbca", "reason": "include", "selected": true, "xml_sha256": "0d2c8719ef3996e7232ff5b0f13982e3c03f883f968c4c6cbf48c119f8fce717"}
|
| 249 |
+
{"id": "edukacja_medialna_pl_zawieranie-umow", "page_sha256": "b353e72eb65618e37d6975c9bd3c4391869aff2b4d8c9c7c6d45e569567ee40a", "reason": "include", "selected": true, "xml_sha256": "80a288c4400c82a78b4c04ee8ae0e2875fe3eb62374ac6a02d62743d01fcdae8"}
|
| 250 |
+
{"id": "edukacja_medialna_pl_zderzenie-wartosci-w-mediach", "page_sha256": "c1e1564fb7e1c0eb7b9208907bab0956c349658cf6e62375dd0917fc289e116d", "reason": "include", "selected": true, "xml_sha256": "f0b5ea8c746968fcd153d21a032f98ed772d880023a0fbea8c15905e679a67b0"}
|
| 251 |
+
{"id": "edukacja_medialna_pl_ziemianska-jako-soczewka-swiata-lat-miedzywojennych", "page_sha256": "c0307b0a573fe72ba59e308082e7aa7f94246f7a6c4d994580b22da810fbffcd", "reason": "include", "selected": true, "xml_sha256": "f89d3035cbdc1d2a212482f69b4599d97026a62772f46bef9a8f0266d9508fa8"}
|
| 252 |
+
{"id": "edukacja_medialna_pl_zlosliwe-oprogramowanie", "page_sha256": "bc146ccc962ce38ef66b5279caf8b663182be367be0d4dd7eb8c58d1984bacdc", "reason": "include", "selected": true, "xml_sha256": "856a3642e240308a4ac4b8798e9a26cf3a45ef9d15ad6c7843c94f1fae2d3f0b"}
|
| 253 |
+
{"id": "edukacja_medialna_pl_zmiany-w-mediach-zmiany-swiata", "page_sha256": "bb2f8ba1e2847d8e0b537db3b9e560255e5e02339bc2de6a3eaa48ae09d0c62c", "reason": "include", "selected": true, "xml_sha256": "2c4c043c7f12853efd054a0ecd829fc3be3f4c6001e5ce7b051a9dc90e12aa2e"}
|
| 254 |
+
{"id": "edukacja_medialna_pl_zmieniac-swiat-poprzez-dziennikarstwo", "page_sha256": "0d6801a46444dd939ec877814ef31881b9b88e73161bf1ea0d99dc383d1a29e2", "reason": "include", "selected": true, "xml_sha256": "5b4ce38a7c972d442c8cbc40ed5494480bf11cc0daa8cfcac6434bd10a6fce00"}
|
| 255 |
+
{"id": "edukacja_medialna_pl_zmieniaj-swiat-slowami", "page_sha256": "8e33851c31753ecafd4b3680f3b417f66673f53c2d030211ecebe45a28882a0c", "reason": "include", "selected": true, "xml_sha256": "5d7657004fdf5170c52ec201aa1cb3681b78e1535e1ccb9a7426eaa36a4a4198"}
|
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-3.0
|
| 3 |
+
language:
|
| 4 |
+
- pl
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: data/train-00000-of-00001.parquet
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Edukacja Medialna PL
|
| 15 |
+
|
| 16 |
+
A text-only snapshot of Polish media-literacy lesson explanations and scenarios acquired directly from official lesson XML.
|
| 17 |
+
|
| 18 |
+
- Discovered: 255 lesson URLs
|
| 19 |
+
- Retained: 252 records
|
| 20 |
+
- Tokens: 728,987 (`cl100k_base` proxy)
|
| 21 |
+
- License: CC BY-SA 3.0 per retained record
|
| 22 |
+
- Author coverage: 100.0%
|
| 23 |
+
|
| 24 |
+
See `NOTICE.md`, `artifacts/attribution.jsonl`, `artifacts/decisions.jsonl`, `artifacts/qa.json`, `artifacts/checksums.json` and `artifacts/ontology.json`. Twelve complete deterministic records are in `artifacts/sample.jsonl`.
|
| 25 |
+
|
| 26 |
+
## Limitations
|
| 27 |
+
|
| 28 |
+
The source includes historically dated technology and legal guidance. Dates are upstream publication metadata, not proof of present-day currency. External reading lists are omitted. Embedded excerpts may require additional review. PII checks are pattern-based, not comprehensive de-identification. Cross-source DynaWord deduplication and benchmark-overlap checks remain pending. Training benefit is an untested hypothesis requiring controlled ablations.
|
| 29 |
+
|
| 30 |
+
## Reproduction
|
| 31 |
+
|
| 32 |
+
Install `src/requirements.txt`, decompress `artifacts/raw_xml.jsonl.gz` to a work directory as `raw_xml.jsonl`, and run the builder against the preserved inventory. Live acquisition creates a new source Version and must use a fresh work directory.
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbce26650981e8e552c7fdac48bd35c02e9bd0a56fced4ea4871489b5a2365c4
|
| 3 |
+
size 778646
|
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"benchmark_overlap": "pending",
|
| 3 |
+
"cross_source_dedup": "pending target integration",
|
| 4 |
+
"exact_normalized_dedup": true,
|
| 5 |
+
"license_gate": "explicit CC BY-SA 3.0 required in lesson page and source XML",
|
| 6 |
+
"limitations": [
|
| 7 |
+
"source guidance includes historical material",
|
| 8 |
+
"external reading lists and long-quote elements omitted",
|
| 9 |
+
"remaining inline third-party excerpts require review",
|
| 10 |
+
"pattern checks are not comprehensive de-identification"
|
| 11 |
+
],
|
| 12 |
+
"near_dedup": {
|
| 13 |
+
"method": "seeded MinHash 128 / LSH 0.8 candidates / exact 5-word Jaccard >= 0.9",
|
| 14 |
+
"removed": []
|
| 15 |
+
},
|
| 16 |
+
"pii_pattern_matches": {
|
| 17 |
+
"email": 1,
|
| 18 |
+
"labelled_phone": 0
|
| 19 |
+
}
|
| 20 |
+
}
|
|
The diff for this file is too large to render.
See raw diff
|
|
|
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"acquired": 255,
|
| 3 |
+
"added": "2026-09-06",
|
| 4 |
+
"author_coverage": 1.0,
|
| 5 |
+
"characters": 2033576,
|
| 6 |
+
"discovered": 255,
|
| 7 |
+
"kept": 252,
|
| 8 |
+
"rejected": 3,
|
| 9 |
+
"sample_count": 12,
|
| 10 |
+
"tokens": 728987
|
| 11 |
+
}
|
|
@@ -0,0 +1,491 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Acquire, normalize, validate and publish Edukacja Medialna Polish lessons."""
|
| 3 |
+
from __future__ import annotations
|
| 4 |
+
|
| 5 |
+
import argparse
|
| 6 |
+
import ast
|
| 7 |
+
from collections import Counter
|
| 8 |
+
from datetime import datetime, timezone
|
| 9 |
+
import gzip
|
| 10 |
+
import hashlib
|
| 11 |
+
import json
|
| 12 |
+
import os
|
| 13 |
+
from pathlib import Path
|
| 14 |
+
import pprint
|
| 15 |
+
import re
|
| 16 |
+
import shutil
|
| 17 |
+
import subprocess
|
| 18 |
+
import sys
|
| 19 |
+
import time
|
| 20 |
+
import unicodedata
|
| 21 |
+
from urllib.parse import urljoin, urlparse
|
| 22 |
+
import xml.etree.ElementTree as ET
|
| 23 |
+
|
| 24 |
+
from bs4 import BeautifulSoup
|
| 25 |
+
import requests
|
| 26 |
+
|
| 27 |
+
BASE = "https://edukacjamedialna.edu.pl"
|
| 28 |
+
LISTING = BASE + "/lekcje/"
|
| 29 |
+
SOURCE = "edukacja_medialna_pl"
|
| 30 |
+
OWN_REPO = "PiotrSty/edukacja-medialna-pl"
|
| 31 |
+
TARGET = "SlayerLab/polish-dynaword"
|
| 32 |
+
LICENSE = "CC-BY-SA-3.0"
|
| 33 |
+
LICENSE_URL = "https://creativecommons.org/licenses/by-sa/3.0/"
|
| 34 |
+
FIELDS = ["id", "text", "source", "added", "created", "token_count", "license", "author"]
|
| 35 |
+
UA = "EdukacjaMedialnaResearch/1.0 (PiotrSty; public open-education corpus)"
|
| 36 |
+
BLOCKS = {
|
| 37 |
+
"naglowek_rozdzial", "naglowek_podrozdzial", "akap", "punkt",
|
| 38 |
+
"opis", "definiendum", "aktywnosc", "cwiczenie", "pomoce",
|
| 39 |
+
"forma", "czas", "tytul_dziela",
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
def now():
|
| 44 |
+
return datetime.now(timezone.utc).isoformat()
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
def sha(value):
|
| 48 |
+
if not isinstance(value, bytes):
|
| 49 |
+
value = json.dumps(value, ensure_ascii=False, sort_keys=True, separators=(",", ":")).encode()
|
| 50 |
+
return hashlib.sha256(value).hexdigest()
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
def save(path, value):
|
| 54 |
+
path.parent.mkdir(parents=True, exist_ok=True)
|
| 55 |
+
path.write_text(json.dumps(value, ensure_ascii=False, sort_keys=True, indent=2) + "\n", encoding="utf-8")
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
def load(path):
|
| 59 |
+
return json.loads(path.read_text(encoding="utf-8"))
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
def write_lines(path, rows):
|
| 63 |
+
path.parent.mkdir(parents=True, exist_ok=True)
|
| 64 |
+
path.write_text("".join(json.dumps(row, ensure_ascii=False, sort_keys=True) + "\n" for row in rows), encoding="utf-8")
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
def read_lines(path):
|
| 68 |
+
return [json.loads(line) for line in path.read_text(encoding="utf-8").splitlines() if line]
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
def normalize(text):
|
| 72 |
+
text = unicodedata.normalize("NFKC", text).replace("\u00ad", "").replace("\u200b", "")
|
| 73 |
+
text = re.sub(r"[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]", "", text)
|
| 74 |
+
lines = [re.sub(r"[ \t\xa0]+", " ", line).strip() for line in text.splitlines()]
|
| 75 |
+
return re.sub(r"\n{3,}", "\n\n", "\n".join(lines)).strip()
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
def local_name(tag):
|
| 79 |
+
return tag.rsplit("}", 1)[-1].split(":")[-1]
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
def http_get(url, attempts=5):
|
| 83 |
+
last = None
|
| 84 |
+
for attempt in range(attempts):
|
| 85 |
+
last = requests.get(url, timeout=(20, 90), headers={"User-Agent": UA, "Accept-Language": "pl"})
|
| 86 |
+
if last.status_code not in (429, 500, 502, 503, 504):
|
| 87 |
+
last.raise_for_status()
|
| 88 |
+
return last
|
| 89 |
+
time.sleep(2 ** attempt)
|
| 90 |
+
last.raise_for_status()
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
def lesson_links(html):
|
| 94 |
+
soup = BeautifulSoup(html, "html.parser")
|
| 95 |
+
result = set()
|
| 96 |
+
for anchor in soup.select("a[href]"):
|
| 97 |
+
url = urljoin(LISTING, anchor["href"])
|
| 98 |
+
parsed = urlparse(url)
|
| 99 |
+
if parsed.netloc == "edukacjamedialna.edu.pl" and re.fullmatch(r"/lekcje/[^/]+/", parsed.path):
|
| 100 |
+
result.add(url)
|
| 101 |
+
return sorted(result)
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
def page_metadata(page_url, payload):
|
| 105 |
+
soup = BeautifulSoup(payload, "html.parser")
|
| 106 |
+
xml_urls = sorted({urljoin(page_url, a["href"]) for a in soup.select('a[href*="/xml/"]') if a["href"].endswith(".xml")})
|
| 107 |
+
text = normalize(soup.get_text(" "))
|
| 108 |
+
license_links = sorted({urljoin(page_url, a["href"]) for a in soup.select("a[href]") if "creativecommons.org/licenses/" in a["href"]})
|
| 109 |
+
explicit = any("creativecommons.org/licenses/by-sa/3.0" in url for url in license_links)
|
| 110 |
+
return {"xml_urls": xml_urls, "license_links": license_links, "page_has_explicit_cc_by_sa_3": explicit,
|
| 111 |
+
"page_mentions_license": "Licencja:" in text}
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
def dc_values(root, suffix):
|
| 115 |
+
return [normalize(node.text or "") for node in root.iter() if local_name(node.tag) == suffix and normalize(node.text or "")]
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
def parse_xml(xml_bytes, page_url):
|
| 119 |
+
root = ET.fromstring(xml_bytes)
|
| 120 |
+
if local_name(root.tag) != "utwor":
|
| 121 |
+
raise ValueError("unexpected XML root")
|
| 122 |
+
title = (dc_values(root, "title") or [""])[0]
|
| 123 |
+
canonical = (dc_values(root, "identifier.url") or [page_url])[0]
|
| 124 |
+
dates = dc_values(root, "date")
|
| 125 |
+
rights = dc_values(root, "rights")
|
| 126 |
+
rights_urls = dc_values(root, "rights.license")
|
| 127 |
+
creators = []
|
| 128 |
+
creator_roles = {}
|
| 129 |
+
for node in root.iter():
|
| 130 |
+
name = local_name(node.tag)
|
| 131 |
+
if name.startswith("creator.") and normalize(node.text or ""):
|
| 132 |
+
role = name.split(".", 1)[1]
|
| 133 |
+
value = normalize(node.text or "")
|
| 134 |
+
creators.append(value)
|
| 135 |
+
creator_roles.setdefault(role, []).append(value)
|
| 136 |
+
body = next((node for node in root if local_name(node.tag) == "powiesc"), None)
|
| 137 |
+
if body is None:
|
| 138 |
+
raise ValueError("missing powiesc body")
|
| 139 |
+
chunks = []
|
| 140 |
+
stop = False
|
| 141 |
+
for node in body.iter():
|
| 142 |
+
name = local_name(node.tag)
|
| 143 |
+
value = normalize(" ".join(node.itertext())) if name in BLOCKS else ""
|
| 144 |
+
if name.startswith("naglowek_") and value.casefold() == "czytelnia":
|
| 145 |
+
stop = True
|
| 146 |
+
if stop:
|
| 147 |
+
continue
|
| 148 |
+
if name in BLOCKS and value and (not chunks or value != chunks[-1]):
|
| 149 |
+
# Keep only leaf-like blocks to avoid duplicating text from containers.
|
| 150 |
+
if not any(local_name(child.tag) in BLOCKS for child in list(node)):
|
| 151 |
+
chunks.append(value)
|
| 152 |
+
text = normalize("\n\n".join(chunks))
|
| 153 |
+
return {"title": title, "canonical_url": canonical, "created": dates[0][:10] if dates else "unknown",
|
| 154 |
+
"rights": rights, "rights_urls": rights_urls, "creators": sorted(set(creators)),
|
| 155 |
+
"creator_roles": creator_roles, "text": text}
|
| 156 |
+
|
| 157 |
+
|
| 158 |
+
def acquire(out):
|
| 159 |
+
if (out / "inventory.json").exists():
|
| 160 |
+
raise ValueError("inventory exists; use a fresh output for a new immutable acquisition")
|
| 161 |
+
out.mkdir(parents=True, exist_ok=True)
|
| 162 |
+
listing_response = http_get(LISTING)
|
| 163 |
+
links = lesson_links(listing_response.text)
|
| 164 |
+
if len(links) < 200:
|
| 165 |
+
raise ValueError(f"unexpectedly small listing: {len(links)}")
|
| 166 |
+
records = []
|
| 167 |
+
failures = []
|
| 168 |
+
for index, page_url in enumerate(links, 1):
|
| 169 |
+
slug = page_url.rstrip("/").rsplit("/", 1)[-1]
|
| 170 |
+
try:
|
| 171 |
+
page = http_get(page_url)
|
| 172 |
+
meta = page_metadata(page_url, page.content)
|
| 173 |
+
if len(meta["xml_urls"]) != 1:
|
| 174 |
+
raise ValueError(f"expected one XML link, got {len(meta['xml_urls'])}")
|
| 175 |
+
xml_response = http_get(meta["xml_urls"][0])
|
| 176 |
+
parsed = parse_xml(xml_response.content, page_url)
|
| 177 |
+
xml_cc = any("creativecommons.org/licenses/by-sa/3.0" in url for url in parsed["rights_urls"])
|
| 178 |
+
records.append({"slug": slug, "page_url": page_url, "xml_url": meta["xml_urls"][0],
|
| 179 |
+
"observed_at": now(), "page_sha256": sha(page.content), "xml_sha256": sha(xml_response.content),
|
| 180 |
+
"page_license_links": meta["license_links"], "page_has_explicit_cc_by_sa_3": meta["page_has_explicit_cc_by_sa_3"],
|
| 181 |
+
"xml_has_explicit_cc_by_sa_3": xml_cc, "metadata": {k: parsed[k] for k in parsed if k != "text"},
|
| 182 |
+
"xml": xml_response.content.decode("utf-8")})
|
| 183 |
+
except Exception as error:
|
| 184 |
+
failures.append({"slug": slug, "page_url": page_url, "error": str(error)})
|
| 185 |
+
if index % 25 == 0 or index == len(links):
|
| 186 |
+
print(f"Acquired {index}/{len(links)}; failures={len(failures)}", flush=True)
|
| 187 |
+
time.sleep(0.15)
|
| 188 |
+
save(out / "inventory.json", {"listing_url": LISTING, "listing_sha256": sha(listing_response.content),
|
| 189 |
+
"observed_at": now(), "discovered_links": links, "records": records, "failures": failures})
|
| 190 |
+
write_lines(out / "raw_xml.jsonl", records)
|
| 191 |
+
if failures:
|
| 192 |
+
raise ValueError("acquisition incomplete; inspect inventory failures")
|
| 193 |
+
|
| 194 |
+
|
| 195 |
+
def near_dedup(rows):
|
| 196 |
+
from datasketch import MinHash, MinHashLSH
|
| 197 |
+
index = MinHashLSH(threshold=0.8, num_perm=128)
|
| 198 |
+
features = {}
|
| 199 |
+
kept, removed = [], []
|
| 200 |
+
for row in rows:
|
| 201 |
+
words = re.findall(r"\w+", row["text"].casefold())
|
| 202 |
+
shingles = {" ".join(words[i:i + 5]).encode() for i in range(max(0, len(words) - 4))}
|
| 203 |
+
sig = MinHash(num_perm=128, seed=1)
|
| 204 |
+
if not shingles:
|
| 205 |
+
kept.append(row)
|
| 206 |
+
continue
|
| 207 |
+
sig.update_batch(sorted(shingles))
|
| 208 |
+
duplicate = None
|
| 209 |
+
score = 0.0
|
| 210 |
+
for candidate in sorted(index.query(sig)):
|
| 211 |
+
value = len(shingles & features[candidate]) / len(shingles | features[candidate])
|
| 212 |
+
if value >= 0.9:
|
| 213 |
+
duplicate, score = candidate, value
|
| 214 |
+
break
|
| 215 |
+
if duplicate:
|
| 216 |
+
removed.append({"id": row["id"], "duplicate_of": duplicate, "jaccard": score})
|
| 217 |
+
else:
|
| 218 |
+
kept.append(row)
|
| 219 |
+
features[row["id"]] = shingles
|
| 220 |
+
index.insert(row["id"], sig)
|
| 221 |
+
return kept, removed
|
| 222 |
+
|
| 223 |
+
|
| 224 |
+
def build(out):
|
| 225 |
+
import pyarrow as pa
|
| 226 |
+
import pyarrow.parquet as pq
|
| 227 |
+
import tiktoken
|
| 228 |
+
from langid.langid import LanguageIdentifier, model
|
| 229 |
+
inventory = load(out / "inventory.json")
|
| 230 |
+
if inventory["failures"] or len(inventory["records"]) != len(inventory["discovered_links"]):
|
| 231 |
+
raise ValueError("cannot build from incomplete inventory")
|
| 232 |
+
encoder = tiktoken.get_encoding("cl100k_base")
|
| 233 |
+
identifier = LanguageIdentifier.from_modelstring(model, norm_probs=True)
|
| 234 |
+
identifier.set_languages(["pl", "en", "de", "cs", "sk", "uk", "ru"])
|
| 235 |
+
rows, sidecars, decisions = [], [], []
|
| 236 |
+
seen = {}
|
| 237 |
+
pii = Counter()
|
| 238 |
+
added = min(r["observed_at"][:10] for r in inventory["records"])
|
| 239 |
+
for record in sorted(inventory["records"], key=lambda item: item["slug"]):
|
| 240 |
+
raw = record["xml"].encode()
|
| 241 |
+
if sha(raw) != record["xml_sha256"]:
|
| 242 |
+
raise ValueError("raw XML checksum mismatch: " + record["slug"])
|
| 243 |
+
parsed = parse_xml(raw, record["page_url"])
|
| 244 |
+
body = parsed["text"]
|
| 245 |
+
reason = ""
|
| 246 |
+
if not record["page_has_explicit_cc_by_sa_3"] or not record["xml_has_explicit_cc_by_sa_3"]:
|
| 247 |
+
reason = "license_not_explicit_on_page_and_xml"
|
| 248 |
+
elif not parsed["creators"]:
|
| 249 |
+
reason = "missing_creator"
|
| 250 |
+
elif len(body) < 300:
|
| 251 |
+
reason = "too_short"
|
| 252 |
+
language, confidence = identifier.classify(body[:12000]) if body else ("unknown", 0.0)
|
| 253 |
+
if not reason and language != "pl" and confidence >= 0.99:
|
| 254 |
+
reason = "non_polish"
|
| 255 |
+
body, email_count = re.subn(r"(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b", "[REDACTED:EMAIL]", body)
|
| 256 |
+
body, phone_count = re.subn(r"(?i)(?:\btelefon|\btel\.)\s*:?[ \t]*(?:\+48[ \t]*)?\d(?:[ .-]?\d){8}\b", "[REDACTED:PHONE]", body)
|
| 257 |
+
pii.update(email=email_count, labelled_phone=phone_count)
|
| 258 |
+
text = normalize(parsed["title"] + "\n\n" + body)
|
| 259 |
+
key = " ".join(text.casefold().split())
|
| 260 |
+
if not reason and key in seen:
|
| 261 |
+
reason = "normalized_duplicate"
|
| 262 |
+
row_id = SOURCE + "_" + record["slug"]
|
| 263 |
+
decisions.append({"id": row_id, "selected": not bool(reason), "reason": reason or "include",
|
| 264 |
+
"page_sha256": record["page_sha256"], "xml_sha256": record["xml_sha256"]})
|
| 265 |
+
if reason:
|
| 266 |
+
continue
|
| 267 |
+
seen[key] = row_id
|
| 268 |
+
author = "; ".join(parsed["creators"])
|
| 269 |
+
row = {"id": row_id, "text": text, "source": SOURCE, "added": added,
|
| 270 |
+
"created": parsed["created"], "token_count": len(encoder.encode_ordinary(text)),
|
| 271 |
+
"license": LICENSE, "author": author}
|
| 272 |
+
rows.append(row)
|
| 273 |
+
sidecars.append({"id": row_id, "title": parsed["title"], "url": parsed["canonical_url"],
|
| 274 |
+
"page_url": record["page_url"], "xml_url": record["xml_url"], "created": parsed["created"],
|
| 275 |
+
"authors": parsed["creators"], "creator_roles": parsed["creator_roles"], "publisher": "Fundacja Nowoczesna Polska",
|
| 276 |
+
"license": LICENSE, "license_url": LICENSE_URL, "rights": parsed["rights"], "rights_urls": parsed["rights_urls"],
|
| 277 |
+
"page_sha256": record["page_sha256"], "xml_sha256": record["xml_sha256"], "text_sha256": sha(text.encode()),
|
| 278 |
+
"language": language, "language_confidence": float(confidence),
|
| 279 |
+
"transformations": ["XML powiesc extraction", "bibliography and long-quote elements omitted", "Unicode and whitespace normalization", "email and labelled-phone pattern redaction"]})
|
| 280 |
+
rows, near_removed = near_dedup(rows)
|
| 281 |
+
removed_ids = {item["id"]: item for item in near_removed}
|
| 282 |
+
for decision in decisions:
|
| 283 |
+
if decision["id"] in removed_ids:
|
| 284 |
+
decision.update(selected=False, reason="near_duplicate", **removed_ids[decision["id"]])
|
| 285 |
+
kept_ids = {row["id"] for row in rows}
|
| 286 |
+
sidecars = [row for row in sidecars if row["id"] in kept_ids]
|
| 287 |
+
root = out / "hf_repo"
|
| 288 |
+
(root / "data").mkdir(parents=True, exist_ok=True)
|
| 289 |
+
(root / "artifacts").mkdir(exist_ok=True)
|
| 290 |
+
schema = pa.schema([(field, pa.int64() if field == "token_count" else pa.string()) for field in FIELDS])
|
| 291 |
+
pq.write_table(pa.Table.from_pylist(rows, schema=schema), root / "data/train-00000-of-00001.parquet", compression="zstd")
|
| 292 |
+
write_lines(root / "artifacts/attribution.jsonl", sidecars)
|
| 293 |
+
write_lines(root / "artifacts/decisions.jsonl", decisions)
|
| 294 |
+
samples = sorted(rows, key=lambda row: sha(("sample:" + row["id"]).encode()))[:12]
|
| 295 |
+
write_lines(root / "artifacts/sample.jsonl", samples)
|
| 296 |
+
shutil.copy2(out / "inventory.json", root / "artifacts/inventory.json")
|
| 297 |
+
(root / "artifacts/raw_xml.jsonl.gz").write_bytes(gzip.compress((out / "raw_xml.jsonl").read_bytes(), mtime=0))
|
| 298 |
+
stats = {"discovered": len(inventory["discovered_links"]), "acquired": len(inventory["records"]),
|
| 299 |
+
"kept": len(rows), "rejected": len(decisions) - len(rows), "tokens": sum(row["token_count"] for row in rows),
|
| 300 |
+
"characters": sum(len(row["text"]) for row in rows), "sample_count": len(samples), "added": added,
|
| 301 |
+
"author_coverage": sum(bool(row["author"]) for row in rows) / len(rows) if rows else 0}
|
| 302 |
+
qa = {"license_gate": "explicit CC BY-SA 3.0 required in lesson page and source XML",
|
| 303 |
+
"pii_pattern_matches": dict(pii), "exact_normalized_dedup": True,
|
| 304 |
+
"near_dedup": {"method": "seeded MinHash 128 / LSH 0.8 candidates / exact 5-word Jaccard >= 0.9", "removed": near_removed},
|
| 305 |
+
"cross_source_dedup": "pending target integration", "benchmark_overlap": "pending",
|
| 306 |
+
"limitations": ["source guidance includes historical material", "external reading lists and long-quote elements omitted", "remaining inline third-party excerpts require review", "pattern checks are not comprehensive de-identification"]}
|
| 307 |
+
save(root / "artifacts/stats.json", stats)
|
| 308 |
+
save(root / "artifacts/qa.json", qa)
|
| 309 |
+
run = {"id": "run:" + sha({"code": sha(Path(__file__).read_bytes()), "inventory": inventory["listing_sha256"], "data": [row["text_sha256"] for row in sidecars]}),
|
| 310 |
+
"started_at": inventory["observed_at"], "finished_at": now(), "code_sha256": sha(Path(__file__).read_bytes()), "success": True,
|
| 311 |
+
"inputs": {"listing_sha256": inventory["listing_sha256"], "xml_sha256": [row["xml_sha256"] for row in inventory["records"]]}, "stats": stats}
|
| 312 |
+
save(root / "artifacts/run.json", run)
|
| 313 |
+
print(json.dumps(stats, ensure_ascii=False, indent=2), flush=True)
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
def make_checksums(root):
|
| 317 |
+
return {path.relative_to(root).as_posix(): sha(path.read_bytes()) for path in sorted(root.rglob("*")) if path.is_file() and path.name not in ("checksums.json", "ontology.json")}
|
| 318 |
+
|
| 319 |
+
|
| 320 |
+
def registry(base):
|
| 321 |
+
tree = ast.parse(base)
|
| 322 |
+
node = next(n.value for n in tree.body if isinstance(n, ast.Assign) and any(isinstance(t, ast.Name) and t.id == "SOURCES" for t in n.targets))
|
| 323 |
+
current = ast.literal_eval(node)
|
| 324 |
+
if SOURCE in current:
|
| 325 |
+
raise ValueError("source already registered")
|
| 326 |
+
entry = {"file_key": SOURCE, "pretty": "Edukacja Medialna - Polish media-literacy lessons",
|
| 327 |
+
"license": LICENSE, "license_spdx": LICENSE,
|
| 328 |
+
"traceable": "Direct official lesson XML. Each accepted record has explicit CC BY-SA 3.0 evidence and credited text/scenario authors in the source metadata.",
|
| 329 |
+
"upstream": BASE + "/lekcje/", "provenance": "Pinned PiotrSty/edukacja-medialna-pl snapshot acquired directly from Fundacja Nowoczesna Polska lesson pages and source XML.",
|
| 330 |
+
"domain": "educational/media-literacy/instructional", "created": "per-record upstream date", "is_ocr": False, "custom_datasheet": True}
|
| 331 |
+
offset = sum(len(line) for line in base.splitlines(keepends=True)[:node.lineno - 1]) + node.col_offset + 1
|
| 332 |
+
formatted = pprint.pformat(entry, width=96, sort_dicts=False).replace("\n", "\n ")
|
| 333 |
+
return base[:offset] + "\n " + repr(SOURCE) + ": " + formatted + "," + base[offset:]
|
| 334 |
+
|
| 335 |
+
|
| 336 |
+
def prepare(out, target_revision):
|
| 337 |
+
root = out / "hf_repo"
|
| 338 |
+
stats = load(root / "artifacts/stats.json")
|
| 339 |
+
(root / "src").mkdir(parents=True, exist_ok=True)
|
| 340 |
+
shutil.copy2(Path(__file__), root / "src/build_edukacja_medialna_pl.py")
|
| 341 |
+
shutil.copy2(Path(__file__).with_name("edukacja_medialna_requirements.txt"), root / "src/requirements.txt")
|
| 342 |
+
checksums = make_checksums(root)
|
| 343 |
+
save(root / "artifacts/checksums.json", checksums)
|
| 344 |
+
protocol = {"name": "edukacja-medialna-direct-xml-v1", "source_scope": LISTING,
|
| 345 |
+
"license_gate": "explicit CC BY-SA 3.0 on page and XML", "selection": "Polish, >=300 body chars, creator present, no PII pattern match",
|
| 346 |
+
"dedup": "normalized exact then seeded MinHash/Jaccard", "tokenizer": "tiktoken cl100k_base", "schema": FIELDS}
|
| 347 |
+
ontology = {"schema_version": "slayer-research-ontology/0.1-profile",
|
| 348 |
+
"objects": [{"id": "object:edukacja-medialna-source", "type": "DatasetSource"}, {"id": "object:edukacja-medialna-derived", "type": "Dataset"}],
|
| 349 |
+
"versions": [{"id": "version:source:" + sha(load(out / "inventory.json")), "object_id": "object:edukacja-medialna-source", "digest": "sha256:" + sha(load(out / "inventory.json")), "immutable": True},
|
| 350 |
+
{"id": "version:data:" + sha(checksums), "object_id": "object:edukacja-medialna-derived", "digest": "sha256:" + sha(checksums), "immutable": True}],
|
| 351 |
+
"protocols": [{"id": "protocol:" + sha(protocol), "specification": protocol, "digest": "sha256:" + sha(protocol)}],
|
| 352 |
+
"runs": [load(root / "artifacts/run.json")],
|
| 353 |
+
"relations": [{"source": "version:data:" + sha(checksums), "predicate": "DERIVED_FROM", "target": "version:source:" + sha(load(out / "inventory.json"))},
|
| 354 |
+
{"source": "version:data:" + sha(checksums), "predicate": "FILTERED_BY", "target": "protocol:" + sha(protocol)},
|
| 355 |
+
{"source": "version:data:" + sha(checksums), "predicate": "COMPATIBLE_WITH", "target": "hf://datasets/" + TARGET + "@" + target_revision}],
|
| 356 |
+
"evidence": [{"id": "evidence:checksums:" + sha(checksums), "observation_type": "checksums", "payload": checksums, "append_only": True},
|
| 357 |
+
{"id": "evidence:qa:" + sha(load(root / "artifacts/qa.json")), "observation_type": "quality_report", "payload": load(root / "artifacts/qa.json"), "append_only": True}],
|
| 358 |
+
"claims": [{"id": "claim:licensed-records", "statement": "Every retained record passed the explicit page and XML CC BY-SA 3.0 gate.", "supported_by": ["evidence:qa:" + sha(load(root / "artifacts/qa.json"))], "falsification_condition": "A retained record lacks either required license signal."},
|
| 359 |
+
{"id": "claim:diversity-hypothesis", "statement": "This instructional media-literacy source may diversify a legal-heavy Polish pretraining mix.", "supported_by": [], "falsification_condition": "Controlled mix ablations show no relevant improvement or harmful style contamination.", "status": "untested"}],
|
| 360 |
+
"actors": [{"id": "hf:PiotrSty", "type": "human", "name": "Piotr Styla"}, {"id": "agent:codex", "type": "agent", "name": "OpenAI Codex"}, {"id": "org:fnp", "type": "organization", "name": "Fundacja Nowoczesna Polska"}],
|
| 361 |
+
"attestations": [{"type": "cross_source_deduplication", "value": "pending_target_integration"}, {"type": "benchmark_overlap", "value": "pending"}]}
|
| 362 |
+
save(root / "artifacts/ontology.json", ontology)
|
| 363 |
+
notice = f"""# Attribution and license\n\nSource: {LISTING}\nPublisher: Fundacja Nowoczesna Polska.\nLicense: CC BY-SA 3.0 ({LICENSE_URL}).\n\nPer-record text/scenario/expert creators, canonical URLs, source dates and rights evidence are preserved in `artifacts/attribution.jsonl`. Raw source XML and acquisition hashes are preserved in `artifacts/raw_xml.jsonl.gz`.\n\nPreparation: Piotr Styla with OpenAI Codex. Changes: extracted the authored `powiesc` lesson body from source XML; omitted external reading lists; normalized Unicode and whitespace; applied language, length, creator, license, limited PII-pattern and deduplication gates. No endorsement by Fundacja Nowoczesna Polska is implied.\n"""
|
| 364 |
+
(root / "NOTICE.md").write_text(notice, encoding="utf-8")
|
| 365 |
+
readme = f"""---\nlicense: cc-by-sa-3.0\nlanguage:\n- pl\ntask_categories:\n- text-generation\nconfigs:\n- config_name: default\n data_files:\n - split: train\n path: data/train-00000-of-00001.parquet\n---\n\n# Edukacja Medialna PL\n\nA text-only snapshot of Polish media-literacy lesson explanations and scenarios acquired directly from official lesson XML.\n\n- Discovered: {stats['discovered']} lesson URLs\n- Retained: {stats['kept']} records\n- Tokens: {stats['tokens']:,} (`cl100k_base` proxy)\n- License: CC BY-SA 3.0 per retained record\n- Author coverage: {stats['author_coverage']:.1%}\n\nSee `NOTICE.md`, `artifacts/attribution.jsonl`, `artifacts/decisions.jsonl`, `artifacts/qa.json`, `artifacts/checksums.json` and `artifacts/ontology.json`. Twelve complete deterministic records are in `artifacts/sample.jsonl`.\n\n## Limitations\n\nThe source includes historically dated technology and legal guidance. Dates are upstream publication metadata, not proof of present-day currency. External reading lists are omitted. Embedded excerpts may require additional review. PII checks are pattern-based, not comprehensive de-identification. Cross-source DynaWord deduplication and benchmark-overlap checks remain pending. Training benefit is an untested hypothesis requiring controlled ablations.\n\n## Reproduction\n\nInstall `src/requirements.txt`, decompress `artifacts/raw_xml.jsonl.gz` to a work directory as `raw_xml.jsonl`, and run the builder against the preserved inventory. Live acquisition creates a new source Version and must use a fresh work directory.\n"""
|
| 366 |
+
(root / "README.md").write_text(readme, encoding="utf-8")
|
| 367 |
+
|
| 368 |
+
|
| 369 |
+
def verify(out):
|
| 370 |
+
import pyarrow.parquet as pq
|
| 371 |
+
root = out / "hf_repo"
|
| 372 |
+
table = pq.read_table(root / "data/train-00000-of-00001.parquet")
|
| 373 |
+
rows = table.to_pylist()
|
| 374 |
+
stats = load(root / "artifacts/stats.json")
|
| 375 |
+
sidecars = read_lines(root / "artifacts/attribution.jsonl")
|
| 376 |
+
decisions = read_lines(root / "artifacts/decisions.jsonl")
|
| 377 |
+
samples = read_lines(root / "artifacts/sample.jsonl")
|
| 378 |
+
assert table.column_names == FIELDS
|
| 379 |
+
assert len(rows) == stats["kept"] == len(sidecars)
|
| 380 |
+
assert len(decisions) == stats["discovered"]
|
| 381 |
+
assert sum(bool(row["selected"]) for row in decisions) == stats["kept"]
|
| 382 |
+
assert sum(row["token_count"] for row in rows) == stats["tokens"]
|
| 383 |
+
assert {row["id"] for row in rows} == {row["id"] for row in sidecars}
|
| 384 |
+
assert all(row["author"] and row["license"] == LICENSE and row["source"] == SOURCE for row in rows)
|
| 385 |
+
assert all(any("creativecommons.org/licenses/by-sa/3.0" in url for url in sidecar["rights_urls"]) for sidecar in sidecars)
|
| 386 |
+
assert all(not re.search(r"(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b", row["text"]) for row in rows)
|
| 387 |
+
titles = {row["id"]: row["title"] for row in sidecars}
|
| 388 |
+
assert all(not row["text"].startswith(titles[row["id"]] + "\n\n" + titles[row["id"]]) for row in rows)
|
| 389 |
+
by_id = {row["id"]: row for row in rows}
|
| 390 |
+
assert len(samples) == min(12, len(rows)) and all(by_id[row["id"]] == row for row in samples)
|
| 391 |
+
if (root / "artifacts/checksums.json").exists():
|
| 392 |
+
for name, digest in load(root / "artifacts/checksums.json").items():
|
| 393 |
+
assert sha((root / name).read_bytes()) == digest
|
| 394 |
+
print(json.dumps({"verified": True, **stats}, ensure_ascii=False, indent=2))
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
def hf_token():
|
| 398 |
+
value = os.environ.get("HF_TOKEN")
|
| 399 |
+
if not value and os.name == "nt":
|
| 400 |
+
import winreg
|
| 401 |
+
with winreg.OpenKey(winreg.HKEY_CURRENT_USER, "Environment") as key:
|
| 402 |
+
value = winreg.QueryValueEx(key, "HF_TOKEN")[0]
|
| 403 |
+
if not value or not value.startswith("hf_"):
|
| 404 |
+
raise ValueError("HF_TOKEN unavailable")
|
| 405 |
+
return value
|
| 406 |
+
|
| 407 |
+
|
| 408 |
+
def all_files(root):
|
| 409 |
+
return [path for path in sorted(root.rglob("*")) if path.is_file() and "__pycache__" not in path.parts]
|
| 410 |
+
|
| 411 |
+
|
| 412 |
+
def publish(out):
|
| 413 |
+
from huggingface_hub import HfApi, CommitOperationAdd
|
| 414 |
+
api = HfApi(token=hf_token())
|
| 415 |
+
if api.whoami()["name"].casefold() != "piotrsty":
|
| 416 |
+
raise ValueError("unexpected HF account")
|
| 417 |
+
target = api.dataset_info(TARGET)
|
| 418 |
+
target_revision = target.sha
|
| 419 |
+
registry_url = f"https://huggingface.co/datasets/{TARGET}/resolve/{target_revision}/src/sources.py"
|
| 420 |
+
base = http_get(registry_url).content.decode("utf-8")
|
| 421 |
+
discussions = list(api.get_repo_discussions(TARGET, repo_type="dataset"))
|
| 422 |
+
if SOURCE in base or any("edukacja medialna" in item.title.casefold() for item in discussions):
|
| 423 |
+
raise ValueError("source registration or proposal already exists")
|
| 424 |
+
prepare(out, target_revision)
|
| 425 |
+
verify(out)
|
| 426 |
+
root = out / "hf_repo"
|
| 427 |
+
if api.repo_exists(OWN_REPO, repo_type="dataset"):
|
| 428 |
+
raise ValueError("own HF repository already exists; refusing to overwrite")
|
| 429 |
+
api.create_repo(OWN_REPO, repo_type="dataset", private=True)
|
| 430 |
+
source_commit = api.create_commit(OWN_REPO, repo_type="dataset", commit_message="Add validated Edukacja Medialna Polish lesson snapshot",
|
| 431 |
+
operations=[CommitOperationAdd(path_in_repo=path.relative_to(root).as_posix(), path_or_fileobj=str(path)) for path in all_files(root)])
|
| 432 |
+
api.create_tag(OWN_REPO, repo_type="dataset", tag="v1.0.0", revision=source_commit.oid)
|
| 433 |
+
api.update_repo_settings(OWN_REPO, repo_type="dataset", private=False)
|
| 434 |
+
pr = out / "dynaword_pr"
|
| 435 |
+
data = pr / "data" / SOURCE
|
| 436 |
+
data.mkdir(parents=True, exist_ok=True)
|
| 437 |
+
(pr / "src").mkdir(exist_ok=True)
|
| 438 |
+
(pr / "artifacts").mkdir(exist_ok=True)
|
| 439 |
+
shutil.copy2(root / "data/train-00000-of-00001.parquet", data / f"{SOURCE}.parquet")
|
| 440 |
+
for name in ("attribution.jsonl", "decisions.jsonl", "sample.jsonl", "stats.json", "qa.json"):
|
| 441 |
+
shutil.copy2(root / "artifacts" / name, data / f"{SOURCE}.{name}")
|
| 442 |
+
shutil.copy2(root / "NOTICE.md", data / "NOTICE.md")
|
| 443 |
+
shutil.copy2(root / "README.md", data / f"{SOURCE}.md")
|
| 444 |
+
shutil.copy2(root / "artifacts/ontology.json", pr / f"artifacts/{SOURCE}_ontology_manifest.json")
|
| 445 |
+
shutil.copy2(Path(__file__), pr / "src/build_edukacja_medialna_pl.py")
|
| 446 |
+
(pr / "src/sources.py").write_text(registry(base), encoding="utf-8")
|
| 447 |
+
stats = load(root / "artifacts/stats.json")
|
| 448 |
+
description = f"""## Add Polish media-literacy lessons\n\nAdds `{SOURCE}`: **{stats['kept']} records and {stats['tokens']:,} measured `cl100k_base` proxy tokens**, acquired directly from official Edukacja Medialna lesson XML. Every retained record has explicit CC BY-SA 3.0 evidence on its lesson page and in XML, plus credited authors.\n\nSource dataset: https://huggingface.co/datasets/{OWN_REPO}/tree/{source_commit.oid}\n\n### Data sample\n\n- [12 complete deterministic sample records](https://huggingface.co/datasets/{OWN_REPO}/blob/{source_commit.oid}/artifacts/sample.jsonl)\n- [Per-record authors, URLs and rights](https://huggingface.co/datasets/{OWN_REPO}/blob/{source_commit.oid}/artifacts/attribution.jsonl)\n- [Selection decisions](https://huggingface.co/datasets/{OWN_REPO}/blob/{source_commit.oid}/artifacts/decisions.jsonl)\n\n### Method and ontology\n\nThe contribution includes a reproducible direct-XML builder, normalized exact and seeded MinHash/Jaccard within-source deduplication, limited PII-pattern checks, checksums, QA and an ontology manifest separating content-addressed Versions, Protocol, executed Run, Evidence, falsifiable Claims and Actors. External reading lists are omitted.\n\n### Remaining gates\n\nCross-source exact/near deduplication and benchmark-overlap checks remain pending. Historical technology/legal guidance is not asserted to be current. Embedded third-party excerpts and the CC BY-SA 3.0 to corpus-level licensing treatment require maintainer review. Training benefit is an untested diversity hypothesis. This proposes a source, not a stable release.\n"""
|
| 449 |
+
result = api.create_commit(TARGET, repo_type="dataset", parent_commit=target_revision, create_pr=True,
|
| 450 |
+
commit_message="Add CC BY-SA 3.0 Polish media-literacy lessons", commit_description=description,
|
| 451 |
+
operations=[CommitOperationAdd(path_in_repo=path.relative_to(pr).as_posix(), path_or_fileobj=str(path)) for path in all_files(pr)])
|
| 452 |
+
receipt = {"source_repo": OWN_REPO, "source_commit": source_commit.oid, "tag": "v1.0.0", "target_main_revision": target_revision,
|
| 453 |
+
"pr_url": result.pr_url, "pr_commit": result.oid, "published_at": now()}
|
| 454 |
+
save(out / "publication.json", receipt)
|
| 455 |
+
print(json.dumps(receipt, ensure_ascii=False, indent=2))
|
| 456 |
+
|
| 457 |
+
|
| 458 |
+
def audit(out):
|
| 459 |
+
from huggingface_hub import HfApi, hf_hub_download
|
| 460 |
+
api = HfApi(token=False)
|
| 461 |
+
receipt = load(out / "publication.json")
|
| 462 |
+
info = api.dataset_info(OWN_REPO)
|
| 463 |
+
if info.private or info.sha != receipt["source_commit"]:
|
| 464 |
+
raise ValueError("source repo visibility or revision mismatch")
|
| 465 |
+
number = int(receipt["pr_url"].rsplit("/", 1)[-1])
|
| 466 |
+
discussion = api.get_discussion_details(TARGET, number, repo_type="dataset")
|
| 467 |
+
pr_info = api.dataset_info(TARGET, revision=f"refs/pr/{number}")
|
| 468 |
+
if not discussion.is_pull_request or pr_info.sha != receipt["pr_commit"]:
|
| 469 |
+
raise ValueError("PR identity mismatch")
|
| 470 |
+
checked = []
|
| 471 |
+
for repo, revision, root in ((OWN_REPO, info.sha, out / "hf_repo"), (TARGET, pr_info.sha, out / "dynaword_pr")):
|
| 472 |
+
for path in all_files(root):
|
| 473 |
+
name = path.relative_to(root).as_posix()
|
| 474 |
+
remote = Path(hf_hub_download(repo, name, repo_type="dataset", revision=revision, token=False, cache_dir=str(out / "remote_cache")))
|
| 475 |
+
if sha(remote.read_bytes()) != sha(path.read_bytes()):
|
| 476 |
+
raise ValueError("remote mismatch: " + name)
|
| 477 |
+
checked.append({"repo": repo, "revision": revision, "path": name, "sha256": sha(remote.read_bytes())})
|
| 478 |
+
result = {"observed_at": now(), "source_revision": info.sha, "pr_revision": pr_info.sha,
|
| 479 |
+
"pr_status": discussion.status, "target_main_revision": api.dataset_info(TARGET).sha, "verified_files": checked}
|
| 480 |
+
save(out / "publication_audit.json", result)
|
| 481 |
+
print(json.dumps({**result, "verified_files": len(checked)}, ensure_ascii=False, indent=2))
|
| 482 |
+
|
| 483 |
+
|
| 484 |
+
if __name__ == "__main__":
|
| 485 |
+
parser = argparse.ArgumentParser(description=__doc__)
|
| 486 |
+
parser.add_argument("--output", type=Path, required=True)
|
| 487 |
+
parser.add_argument("command", choices=["acquire", "build", "prepare", "verify", "publish", "audit"])
|
| 488 |
+
args = parser.parse_args()
|
| 489 |
+
if args.command == "prepare":
|
| 490 |
+
raise SystemExit("prepare is run by publish with a pinned target revision")
|
| 491 |
+
globals()[args.command](args.output)
|
|
@@ -1,426 +1,439 @@
|
|
| 1 |
-
"""Source registry for Polish DynaWord.
|
| 2 |
-
|
| 3 |
-
Each entry = one openly-licensed, *traceable* human-text source (paper 2508.02271,
|
| 4 |
-
principle: open+traceable licensing). The `traceable` field documents WHY the
|
| 5 |
-
license holds (not just "it's public domain") — e.g. statutory basis or upstream
|
| 6 |
-
license — as required by the Dynaword guidelines.
|
| 7 |
-
|
| 8 |
-
Provenance note: data is pulled from SpeakLeash's public redistribution
|
| 9 |
-
(iDrive e2 bucket) of these upstream sources; SpeakLeash is credited as the
|
| 10 |
-
intermediate aggregator, upstream license/attribution is preserved per source.
|
| 11 |
-
"""
|
| 12 |
-
|
| 13 |
-
# clean-6: passed the copyright review (2026-06-15). open_subtitles excluded
|
| 14 |
-
# (derivative of copyrighted film dialogue — same lesson as Danish Gigaword).
|
| 15 |
-
# Large cultural/academic sources require per-record rights metadata and should
|
| 16 |
-
# be rebuilt from direct upstream/export scripts rather than blind SpeakLeash pulls.
|
| 17 |
-
SOURCES = {
|
| 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 |
-
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"upstream": "https://
|
| 69 |
-
"domain": "
|
| 70 |
-
"created": "
|
| 71 |
-
"is_ocr": False,
|
| 72 |
-
},
|
| 73 |
-
"
|
| 74 |
-
"speakleash_key": "
|
| 75 |
-
"pretty": "
|
| 76 |
-
"license": "
|
| 77 |
-
"license_spdx": "CC-BY-4.0",
|
| 78 |
-
"traceable": "
|
| 79 |
-
"copyright (PL art. 4 pr. aut.)
|
| 80 |
-
"
|
| 81 |
-
"upstream": "
|
| 82 |
-
"domain": "
|
| 83 |
-
"created": "
|
| 84 |
-
"is_ocr": False,
|
| 85 |
-
},
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
"pretty": "
|
| 89 |
-
"license": "public-domain (official documents)",
|
| 90 |
-
"license_spdx": "
|
| 91 |
-
"traceable": "
|
| 92 |
-
"
|
| 93 |
-
"
|
| 94 |
-
"upstream": "
|
| 95 |
-
"
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
"
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
"
|
| 104 |
-
"
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
"
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
"
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
"
|
| 117 |
-
"
|
| 118 |
-
"
|
| 119 |
-
"
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
"
|
| 124 |
-
"
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
"
|
| 130 |
-
"
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
"
|
| 136 |
-
"
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
"
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
"
|
| 143 |
-
"
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
"
|
| 148 |
-
"
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
"
|
| 153 |
-
"
|
| 154 |
-
"
|
| 155 |
-
"
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
"
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
"
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
"
|
| 167 |
-
"
|
| 168 |
-
"
|
| 169 |
-
|
| 170 |
-
"
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
"
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
"
|
| 182 |
-
"
|
| 183 |
-
"
|
| 184 |
-
|
| 185 |
-
"
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
"
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
"
|
| 197 |
-
"
|
| 198 |
-
"
|
| 199 |
-
|
| 200 |
-
"
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
"
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
"
|
| 212 |
-
"
|
| 213 |
-
"
|
| 214 |
-
|
| 215 |
-
"
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
"
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
"
|
| 227 |
-
"
|
| 228 |
-
"
|
| 229 |
-
|
| 230 |
-
"
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
"
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
"
|
| 240 |
-
"
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
"
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
"
|
| 247 |
-
"
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
"
|
| 253 |
-
"
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
"
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
"
|
| 266 |
-
"
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
"
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
"
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
"
|
| 297 |
-
"
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
"
|
| 302 |
-
"
|
| 303 |
-
"
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
"
|
| 310 |
-
"
|
| 311 |
-
|
| 312 |
-
|
| 313 |
-
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
"
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
"
|
| 322 |
-
"
|
| 323 |
-
"
|
| 324 |
-
"
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
"
|
| 335 |
-
"
|
| 336 |
-
"
|
| 337 |
-
"
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
|
| 344 |
-
"
|
| 345 |
-
"
|
| 346 |
-
"
|
| 347 |
-
"
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
| 351 |
-
"
|
| 352 |
-
"
|
| 353 |
-
|
| 354 |
-
|
| 355 |
-
|
| 356 |
-
|
| 357 |
-
|
| 358 |
-
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
"
|
| 365 |
-
"
|
| 366 |
-
"
|
| 367 |
-
"
|
| 368 |
-
"
|
| 369 |
-
"
|
| 370 |
-
"
|
| 371 |
-
|
| 372 |
-
|
| 373 |
-
|
| 374 |
-
|
| 375 |
-
"
|
| 376 |
-
"
|
| 377 |
-
"
|
| 378 |
-
"
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
| 383 |
-
|
| 384 |
-
"
|
| 385 |
-
|
| 386 |
-
|
| 387 |
-
|
| 388 |
-
"
|
| 389 |
-
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
|
| 394 |
-
|
| 395 |
-
"
|
| 396 |
-
"
|
| 397 |
-
"
|
| 398 |
-
"
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
|
| 402 |
-
|
| 403 |
-
|
| 404 |
-
|
| 405 |
-
|
| 406 |
-
|
| 407 |
-
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
|
| 411 |
-
|
| 412 |
-
|
| 413 |
-
|
| 414 |
-
|
| 415 |
-
|
| 416 |
-
"
|
| 417 |
-
"
|
| 418 |
-
"
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
|
| 422 |
-
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
|
| 426 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Source registry for Polish DynaWord.
|
| 2 |
+
|
| 3 |
+
Each entry = one openly-licensed, *traceable* human-text source (paper 2508.02271,
|
| 4 |
+
principle: open+traceable licensing). The `traceable` field documents WHY the
|
| 5 |
+
license holds (not just "it's public domain") — e.g. statutory basis or upstream
|
| 6 |
+
license — as required by the Dynaword guidelines.
|
| 7 |
+
|
| 8 |
+
Provenance note: data is pulled from SpeakLeash's public redistribution
|
| 9 |
+
(iDrive e2 bucket) of these upstream sources; SpeakLeash is credited as the
|
| 10 |
+
intermediate aggregator, upstream license/attribution is preserved per source.
|
| 11 |
+
"""
|
| 12 |
+
|
| 13 |
+
# clean-6: passed the copyright review (2026-06-15). open_subtitles excluded
|
| 14 |
+
# (derivative of copyrighted film dialogue — same lesson as Danish Gigaword).
|
| 15 |
+
# Large cultural/academic sources require per-record rights metadata and should
|
| 16 |
+
# be rebuilt from direct upstream/export scripts rather than blind SpeakLeash pulls.
|
| 17 |
+
SOURCES = {
|
| 18 |
+
'edukacja_medialna_pl': {'file_key': 'edukacja_medialna_pl',
|
| 19 |
+
'pretty': 'Edukacja Medialna - Polish media-literacy lessons',
|
| 20 |
+
'license': 'CC-BY-SA-3.0',
|
| 21 |
+
'license_spdx': 'CC-BY-SA-3.0',
|
| 22 |
+
'traceable': 'Direct official lesson XML. Each accepted record has explicit CC BY-SA 3.0 '
|
| 23 |
+
'evidence and credited text/scenario authors in the source metadata.',
|
| 24 |
+
'upstream': 'https://edukacjamedialna.edu.pl/lekcje/',
|
| 25 |
+
'provenance': 'Pinned PiotrSty/edukacja-medialna-pl snapshot acquired directly from Fundacja '
|
| 26 |
+
'Nowoczesna Polska lesson pages and source XML.',
|
| 27 |
+
'domain': 'educational/media-literacy/instructional',
|
| 28 |
+
'created': 'per-record upstream date',
|
| 29 |
+
'is_ocr': False,
|
| 30 |
+
'custom_datasheet': True},
|
| 31 |
+
"wikipedia": {
|
| 32 |
+
"speakleash_key": "plwiki",
|
| 33 |
+
"pretty": "Polish Wikipedia",
|
| 34 |
+
"license": "CC-BY-SA-3.0",
|
| 35 |
+
"license_spdx": "CC-BY-SA-3.0",
|
| 36 |
+
"traceable": "Wikimedia dumps explicitly released under CC-BY-SA 3.0; "
|
| 37 |
+
"attribution to contributors + share-alike preserved.",
|
| 38 |
+
"upstream": "https://dumps.wikimedia.org/plwiki/latest/",
|
| 39 |
+
"domain": "encyclopedic",
|
| 40 |
+
"created": "2001-01-15, 2026-06-14",
|
| 41 |
+
"is_ocr": False,
|
| 42 |
+
},
|
| 43 |
+
"wikisource": {
|
| 44 |
+
"speakleash_key": "plwikisource",
|
| 45 |
+
"pretty": "Polish Wikisource",
|
| 46 |
+
"license": "CC-BY-SA-3.0",
|
| 47 |
+
"license_spdx": "CC-BY-SA-3.0",
|
| 48 |
+
"traceable": "Wikimedia dumps under CC-BY-SA 3.0; underlying texts are "
|
| 49 |
+
"public-domain works transcribed by the community.",
|
| 50 |
+
"upstream": "https://dumps.wikimedia.org/plwikisource/latest/",
|
| 51 |
+
"domain": "books/source-texts",
|
| 52 |
+
"created": "2005-01-01, 2026-06-14",
|
| 53 |
+
"is_ocr": False,
|
| 54 |
+
},
|
| 55 |
+
"wiktionary_examples": {
|
| 56 |
+
"file_key": "wiktionary_examples",
|
| 57 |
+
"pretty": "Polish Wiktionary usage examples",
|
| 58 |
+
"provenance": "Parsed directly from the official Wikimedia dump "
|
| 59 |
+
"(plwiktionary-latest-pages-articles.xml.bz2); not routed "
|
| 60 |
+
"through SpeakLeash. Usage-example sections of Polish-language "
|
| 61 |
+
"entries extracted and grouped one document per headword.",
|
| 62 |
+
"license": "CC-BY-SA-3.0",
|
| 63 |
+
"license_spdx": "CC-BY-SA-3.0",
|
| 64 |
+
"traceable": "Wikimedia dumps explicitly released under CC-BY-SA 3.0; "
|
| 65 |
+
"attribution to contributors + share-alike preserved. "
|
| 66 |
+
"Derived subset: usage-example sections from Polish-language "
|
| 67 |
+
"entries only, grouped one document per headword.",
|
| 68 |
+
"upstream": "https://dumps.wikimedia.org/plwiktionary/latest/",
|
| 69 |
+
"domain": "lexicographic",
|
| 70 |
+
"created": "2004-03-22, 2026-08-15",
|
| 71 |
+
"is_ocr": False,
|
| 72 |
+
},
|
| 73 |
+
"eurlex": {
|
| 74 |
+
"speakleash_key": "eurlex_corpus",
|
| 75 |
+
"pretty": "EUR-Lex (EU legal acts, Polish)",
|
| 76 |
+
"license": "CC-BY-4.0",
|
| 77 |
+
"license_spdx": "CC-BY-4.0",
|
| 78 |
+
"traceable": "EU documents reusable under Commission Decision 2011/833/EU; "
|
| 79 |
+
"normative acts fall outside copyright (PL art. 4 pr. aut.). "
|
| 80 |
+
"Reuse authorised with source acknowledgement.",
|
| 81 |
+
"upstream": "https://eur-lex.europa.eu",
|
| 82 |
+
"domain": "legal",
|
| 83 |
+
"created": "1952-01-01, 2024-12-31",
|
| 84 |
+
"is_ocr": False,
|
| 85 |
+
},
|
| 86 |
+
"parliamentary": {
|
| 87 |
+
"speakleash_key": "PPC_corpus",
|
| 88 |
+
"pretty": "Polish Parliamentary Corpus (Sejm/Senat)",
|
| 89 |
+
"license": "public-domain (official documents)",
|
| 90 |
+
"license_spdx": "CC-BY-4.0",
|
| 91 |
+
"traceable": "Parliamentary proceedings are official documents outside "
|
| 92 |
+
"copyright (PL art. 4 pr. aut.); PPC redistributed by IPI PAN "
|
| 93 |
+
"under CC-BY-4.0.",
|
| 94 |
+
"upstream": "http://clip.ipipan.waw.pl/PPC",
|
| 95 |
+
"domain": "political/spoken",
|
| 96 |
+
"created": "1991-01-01, 2019-12-31",
|
| 97 |
+
"is_ocr": False,
|
| 98 |
+
},
|
| 99 |
+
"sejm_api": {
|
| 100 |
+
"file_key": "sejm_api",
|
| 101 |
+
"pretty": "Sejm API parliamentary speeches (2023 onward)",
|
| 102 |
+
"license": "public-domain (official documents)",
|
| 103 |
+
"license_spdx": "LicenseRef-Polish-Official-Documents",
|
| 104 |
+
"traceable": "Official parliamentary materials excluded from copyright "
|
| 105 |
+
"under Polish Copyright Act art. 4(2); reusable under "
|
| 106 |
+
"the Polish Open Data Act arts. 2(12), 5, 14 and 17.",
|
| 107 |
+
"upstream": "https://api.sejm.gov.pl/",
|
| 108 |
+
"provenance": "Direct official Sejm API records, preserved with speaker "
|
| 109 |
+
"attribution and immutable PiotrSty/sejm-speeches-corpus "
|
| 110 |
+
"v1.0.1 source provenance.",
|
| 111 |
+
"domain": "political/spoken",
|
| 112 |
+
"created": "2023-01-01, 2026-07-03",
|
| 113 |
+
"is_ocr": False,
|
| 114 |
+
},
|
| 115 |
+
"sejm_interpellations": {
|
| 116 |
+
"file_key": "sejm_interpellations",
|
| 117 |
+
"pretty": "Sejm interpellations and written questions (terms 7–10)",
|
| 118 |
+
"license": "public-domain (official documents)",
|
| 119 |
+
"license_spdx": "LicenseRef-Polish-Official-Documents",
|
| 120 |
+
"traceable": "Official parliamentary materials excluded from copyright "
|
| 121 |
+
"under Polish Copyright Act art. 4(2); reusable under "
|
| 122 |
+
"the Polish Open Data Act arts. 2(12), 5, 14 and 17.",
|
| 123 |
+
"upstream": "https://api.sejm.gov.pl/",
|
| 124 |
+
"provenance": "Fetched from api.sejm.gov.pl HTML body endpoints by "
|
| 125 |
+
"src/fetch_sejm_interpellations.py (interpellations + "
|
| 126 |
+
"writtenQuestions, terms 7–10). Header chrome stripped into "
|
| 127 |
+
"meta; attachment-only and keyless replies skipped; "
|
| 128 |
+
"src/scrub_pii.py applied before jsonl write.",
|
| 129 |
+
"domain": "political/written",
|
| 130 |
+
"created": "2011-11-08, 2026-09-04",
|
| 131 |
+
"is_ocr": False,
|
| 132 |
+
"custom_datasheet": True,
|
| 133 |
+
},
|
| 134 |
+
"parlamint_pl": {
|
| 135 |
+
"file_key": "parlamint_pl",
|
| 136 |
+
"pretty": "ParlaMint-PL (parliamentary debates, 2015-2022)",
|
| 137 |
+
"license": "CC-BY-4.0",
|
| 138 |
+
"license_spdx": "CC-BY-4.0",
|
| 139 |
+
"traceable": "ParlaMint 3.0 corpora released under CC-BY 4.0 (CLARIN.SI "
|
| 140 |
+
"handle 11356/1486); parliamentary proceedings are also "
|
| 141 |
+
"official documents (PL art. 4 pr. aut.).",
|
| 142 |
+
"upstream": "http://hdl.handle.net/11356/1486",
|
| 143 |
+
"provenance": "Fetched directly from the CLARIN.SI plain-text edition "
|
| 144 |
+
"(ParlaMint-PL.tgz) by src/fetch_parlamint.py; one session "
|
| 145 |
+
"transcript per document, utterance IDs stripped. Modern "
|
| 146 |
+
"spoken register, complements the older PPC (1991-2019).",
|
| 147 |
+
"domain": "political/spoken",
|
| 148 |
+
"created": "2015-01-01, 2022-12-31",
|
| 149 |
+
"is_ocr": False,
|
| 150 |
+
},
|
| 151 |
+
"wolne_lektury": {
|
| 152 |
+
"speakleash_key": "wolne_lektury_corpus",
|
| 153 |
+
"pretty": "Wolne Lektury (school readings)",
|
| 154 |
+
"license": "CC-BY-SA-4.0 / Wolna Sztuka 1.3",
|
| 155 |
+
"license_spdx": "CC-BY-SA-4.0",
|
| 156 |
+
"traceable": "Wolne Lektury publishes under CC-BY-SA 4.0 or Free Art "
|
| 157 |
+
"License; texts are public-domain classics + cleared works.",
|
| 158 |
+
"upstream": "https://wolnelektury.pl/api/books/",
|
| 159 |
+
"domain": "literature",
|
| 160 |
+
"created": "1500-01-01, 2024-12-31",
|
| 161 |
+
"is_ocr": False,
|
| 162 |
+
},
|
| 163 |
+
"wikinews": {
|
| 164 |
+
"file_key": "plwikinews", # fetched from Wikimedia dumps, NOT via SpeakLeash
|
| 165 |
+
"pretty": "Polish Wikinews",
|
| 166 |
+
"license": "CC-BY-2.5",
|
| 167 |
+
"license_spdx": "CC-BY-2.5",
|
| 168 |
+
"traceable": "Wikinews content is released under CC-BY 2.5; attribution to "
|
| 169 |
+
"contributors preserved.",
|
| 170 |
+
"upstream": "https://pl.wikinews.org/",
|
| 171 |
+
"provenance": "Fetched directly from the official Wikimedia dump "
|
| 172 |
+
"(plwikinews-latest-pages-articles) by src/fetch_wikimedia.py; "
|
| 173 |
+
"mainspace only, wikitext stripped via mwparserfromhell.",
|
| 174 |
+
"domain": "news",
|
| 175 |
+
"created": "2005-01-01, 2025-12-31",
|
| 176 |
+
"is_ocr": False,
|
| 177 |
+
},
|
| 178 |
+
"wikivoyage": {
|
| 179 |
+
"file_key": "plwikivoyage",
|
| 180 |
+
"pretty": "Polish Wikivoyage (travel guides)",
|
| 181 |
+
"license": "CC-BY-SA-3.0",
|
| 182 |
+
"license_spdx": "CC-BY-SA-3.0",
|
| 183 |
+
"traceable": "Wikivoyage content is released under CC-BY-SA 3.0; "
|
| 184 |
+
"attribution + share-alike preserved.",
|
| 185 |
+
"upstream": "https://pl.wikivoyage.org/",
|
| 186 |
+
"provenance": "Fetched directly from the official Wikimedia dump "
|
| 187 |
+
"(plwikivoyage-latest-pages-articles) by src/fetch_wikimedia.py; "
|
| 188 |
+
"mainspace only, wikitext stripped via mwparserfromhell.",
|
| 189 |
+
"domain": "travel",
|
| 190 |
+
"created": "2012-01-01, 2025-12-31",
|
| 191 |
+
"is_ocr": False,
|
| 192 |
+
},
|
| 193 |
+
"wikibooks": {
|
| 194 |
+
"file_key": "plwikibooks",
|
| 195 |
+
"pretty": "Polish Wikibooks (open textbooks)",
|
| 196 |
+
"license": "CC-BY-SA-3.0",
|
| 197 |
+
"license_spdx": "CC-BY-SA-3.0",
|
| 198 |
+
"traceable": "Wikibooks content is released under CC-BY-SA 3.0; "
|
| 199 |
+
"attribution + share-alike preserved.",
|
| 200 |
+
"upstream": "https://pl.wikibooks.org/",
|
| 201 |
+
"provenance": "Fetched directly from the official Wikimedia dump "
|
| 202 |
+
"(plwikibooks-latest-pages-articles) by src/fetch_wikimedia.py; "
|
| 203 |
+
"mainspace only, wikitext stripped via mwparserfromhell.",
|
| 204 |
+
"domain": "instructional",
|
| 205 |
+
"created": "2004-01-01, 2025-12-31",
|
| 206 |
+
"is_ocr": False,
|
| 207 |
+
},
|
| 208 |
+
"wikiquote": {
|
| 209 |
+
"file_key": "plwikiquote",
|
| 210 |
+
"pretty": "Polish Wikiquote (quotations)",
|
| 211 |
+
"license": "CC-BY-SA-3.0",
|
| 212 |
+
"license_spdx": "CC-BY-SA-3.0",
|
| 213 |
+
"traceable": "Wikiquote content is released under CC-BY-SA 3.0; "
|
| 214 |
+
"attribution + share-alike preserved.",
|
| 215 |
+
"upstream": "https://pl.wikiquote.org/",
|
| 216 |
+
"provenance": "Fetched directly from the official Wikimedia dump "
|
| 217 |
+
"(plwikiquote-latest-pages-articles) by src/fetch_wikimedia.py; "
|
| 218 |
+
"mainspace only, wikitext stripped via mwparserfromhell.",
|
| 219 |
+
"domain": "quotations",
|
| 220 |
+
"created": "2005-01-01, 2025-12-31",
|
| 221 |
+
"is_ocr": False,
|
| 222 |
+
},
|
| 223 |
+
"eltec_pol": {
|
| 224 |
+
"file_key": "eltec_pol",
|
| 225 |
+
"pretty": "ELTeC-pol (European Literary Text Collection, Polish)",
|
| 226 |
+
"license": "CC-BY-4.0",
|
| 227 |
+
"license_spdx": "CC-BY-4.0",
|
| 228 |
+
"traceable": "ELTeC corpora are released under CC-BY 4.0 by the COST Action "
|
| 229 |
+
"'Distant Reading for European Literary History' (CA16204).",
|
| 230 |
+
"upstream": "https://github.com/COST-ELTeC/ELTeC-pol",
|
| 231 |
+
"provenance": "Fetched directly from the COST-ELTeC/ELTeC-pol GitHub "
|
| 232 |
+
"repository (level1 TEI) by src/fetch_eltec.py; reading text "
|
| 233 |
+
"extracted from TEI <body> paragraphs.",
|
| 234 |
+
"domain": "literature",
|
| 235 |
+
"created": "1840-01-01, 1920-12-31",
|
| 236 |
+
"is_ocr": False,
|
| 237 |
+
},
|
| 238 |
+
"dziennik_ustaw": {
|
| 239 |
+
"file_key": "dziennik_ustaw", # fetched directly, NOT via SpeakLeash
|
| 240 |
+
"pretty": "Dziennik Ustaw + Monitor Polski (Polish primary legislation)",
|
| 241 |
+
"license": "public-domain (official documents)",
|
| 242 |
+
"license_spdx": "CC0-1.0",
|
| 243 |
+
"traceable": "Normative acts and their official drafts are not subject to "
|
| 244 |
+
"copyright (PL art. 4 ustawy o prawie autorskim). Published by "
|
| 245 |
+
"the state; reuse unrestricted.",
|
| 246 |
+
"upstream": "https://api.sejm.gov.pl/eli/acts",
|
| 247 |
+
"provenance": "Fetched directly from the Sejm ELI API (text.html per act) "
|
| 248 |
+
"by src/fetch_eli.py — a native source, not redistributed via "
|
| 249 |
+
"SpeakLeash. Full provenance: each act's `meta.url` is its ELI "
|
| 250 |
+
"address, resolvable on api.sejm.gov.pl.",
|
| 251 |
+
"domain": "legal",
|
| 252 |
+
"created": "1918-01-01, 2025-12-31",
|
| 253 |
+
"is_ocr": False,
|
| 254 |
+
},
|
| 255 |
+
"govpl": {
|
| 256 |
+
"file_key": "govpl", # fetched directly from gov.pl, NOT via SpeakLeash
|
| 257 |
+
"pretty": "gov.pl — Polish government press releases",
|
| 258 |
+
"license": "CC-BY-SA-4.0",
|
| 259 |
+
"license_spdx": "CC-BY-SA-4.0",
|
| 260 |
+
"traceable": "All textual content on gov.pl is published under CC-BY-SA "
|
| 261 |
+
"4.0 (site footer: \"Treści tekstowe publikowane w serwisie "
|
| 262 |
+
"… są udostępniane na licencji CC BY-SA 4.0\"). Authored and "
|
| 263 |
+
"hosted by the Polish government, which holds the right to "
|
| 264 |
+
"license it — same open family as Polish Wikipedia.",
|
| 265 |
+
"upstream": "https://www.gov.pl/",
|
| 266 |
+
"provenance": "Ministry/agency press releases fetched directly from gov.pl "
|
| 267 |
+
"(editor-content per article, HTML stripped) by "
|
| 268 |
+
"src/fetch_govpl.py. Subsites + their non-uniform news-section "
|
| 269 |
+
"paths are enumerated by src/discover_govpl.py into the "
|
| 270 |
+
"committed manifest src/govpl_subsites.json (gov.pl has no "
|
| 271 |
+
"sitemap/API). Each record's meta.url resolves on gov.pl.",
|
| 272 |
+
"domain": "government",
|
| 273 |
+
# actual min/max of article dates in the fetched corpus (90,124 dated).
|
| 274 |
+
"created": "2005-09-26, 2026-07-19",
|
| 275 |
+
"is_ocr": False,
|
| 276 |
+
},
|
| 277 |
+
"samorzad_gov_pl": {
|
| 278 |
+
"file_key": "samorzad_gov_pl",
|
| 279 |
+
"pretty": "samorzad.gov.pl — Polish public-sector institutions",
|
| 280 |
+
"license": "CC-BY-SA-4.0",
|
| 281 |
+
"license_spdx": "CC-BY-SA-4.0",
|
| 282 |
+
"traceable": "The shared samorzad.gov.pl platform footer publishes textual "
|
| 283 |
+
"content under CC BY-SA 4.0. Every retained v0.1 source page "
|
| 284 |
+
"referenced the shared footer script; audiovisual media and "
|
| 285 |
+
"attachment bytes are not redistributed.",
|
| 286 |
+
"upstream": "https://huggingface.co/datasets/dawidmajewski/samorzad-gov-pl-articles",
|
| 287 |
+
"provenance": "Converted reproducibly from the published v0.1 source dataset "
|
| 288 |
+
"by src/clean_samorzad_gov_pl.py. The source was collected "
|
| 289 |
+
"directly from public samorzad.gov.pl pages across 246 local "
|
| 290 |
+
"public institutions and one central platform tenant. "
|
| 291 |
+
"Institution display names are frozen "
|
| 292 |
+
"from each tenant homepage's og:site_name metadata and stored "
|
| 293 |
+
"as DynaWord author values; discovered, fetched and attribution "
|
| 294 |
+
"URLs plus license details are preserved in the sidecar.",
|
| 295 |
+
"domain": "local government, education, social services and culture",
|
| 296 |
+
"created": "2020-2026 for 21,892 dated records; 59,530 source records undated",
|
| 297 |
+
"is_ocr": False,
|
| 298 |
+
"custom_datasheet": True,
|
| 299 |
+
},
|
| 300 |
+
"biblioteka_nauki": {
|
| 301 |
+
"file_key": "biblioteka_nauki_pl_corpus",
|
| 302 |
+
"pretty": "Biblioteka Nauki",
|
| 303 |
+
"license": "per-record upstream license",
|
| 304 |
+
"license_spdx": "MIXED",
|
| 305 |
+
"traceable": "Documents are accepted only when the direct upstream record "
|
| 306 |
+
"exposes a reusable license. The parquet carries the "
|
| 307 |
+
"per-document `license` and `author` fields from the upstream "
|
| 308 |
+
"metadata collected by the source-specific rebuild script.",
|
| 309 |
+
"upstream": "https://bibliotekanauki.pl/",
|
| 310 |
+
"provenance": "Fetched directly from Biblioteka Nauki via the contributor "
|
| 311 |
+
"rebuild script, not from the SpeakLeash redistribution. "
|
| 312 |
+
"License and author metadata are checked document by document "
|
| 313 |
+
"before normalization into the DynaWord schema.",
|
| 314 |
+
"domain": "academic",
|
| 315 |
+
"created": "unknown",
|
| 316 |
+
"is_ocr": False,
|
| 317 |
+
},
|
| 318 |
+
"europeana": {
|
| 319 |
+
# Direct rebuild output from fetch_europeana.py, never the raw
|
| 320 |
+
# SpeakLeash Europeana aggregate.
|
| 321 |
+
"file_key": "europeana",
|
| 322 |
+
"pretty": "Europeana Polish records",
|
| 323 |
+
"license": "per-record public-domain/open rights statement",
|
| 324 |
+
"license_spdx": "MIXED",
|
| 325 |
+
"traceable": "Documents are accepted only with per-record Europeana rights "
|
| 326 |
+
"metadata classified as public-domain/open. Public-domain "
|
| 327 |
+
"status is jurisdiction-sensitive; downstream users must "
|
| 328 |
+
"check their local legal requirements.",
|
| 329 |
+
"upstream": "https://www.europeana.eu/",
|
| 330 |
+
"provenance": "Fetched directly from Europeana via the contributor rebuild "
|
| 331 |
+
"script, preserving per-record rights and creator metadata. "
|
| 332 |
+
"The raw SpeakLeash aggregate remains insufficient because "
|
| 333 |
+
"it does not carry enough rights evidence for release.",
|
| 334 |
+
"domain": "cultural heritage",
|
| 335 |
+
"created": "unknown",
|
| 336 |
+
"is_ocr": True,
|
| 337 |
+
"legal_note": "Europeana public-domain statements are primarily evaluated "
|
| 338 |
+
"for Poland/EU. For US reuse, records created/published "
|
| 339 |
+
"before 1929 are the conservative release slice; later "
|
| 340 |
+
"records should remain separately labeled or held until "
|
| 341 |
+
"legal review confirms their US status.",
|
| 342 |
+
},
|
| 343 |
+
"nkjp1m": {
|
| 344 |
+
"file_key": "nkjp1m",
|
| 345 |
+
"pretty": "The manually annotated 1-million word subcorpus of the National Corpus of Polish",
|
| 346 |
+
"license": "CC-BY",
|
| 347 |
+
"license_spdx": "CC-BY-4.0",
|
| 348 |
+
"traceable": "The NKJP download page (clip.ipipan.waw.pl) states the manually annotated 1-million-word subcorpus (Podkorpus Milionowy NKJP 1.2) is available under a CC-BY licence; attribution to the NKJP Consortium (IPI PAN) preserved. The page states 'CC-BY' with no version, normalized to CC-BY-4.0 for SPDX. The CC-BY licence covers the corpus text; NKJP's separate tools are GPL and are not included here.",
|
| 349 |
+
"upstream": "https://clip.ipipan.waw.pl/NationalCorpusOfPolish",
|
| 350 |
+
"provenance": "Downloaded the IPI PAN tarball (NKJP-PodkorpusMilionowy-1.2.tar.gz) directly by src/fetch_njkp.py, one row per TEI <div> passage (its <ab> paragraphs joined by newlines, ellipsis markers stripped). The same minimal gates as build_dynaword.py are applied per passage (drop < 200 chars, drop non-Polish by diacritic ratio, exact sha1 dedup; the OCR gate is inapplicable). Per-document 'created' is the sample's TEI publication date (<date type=\"published\">) where the header records one. Normalized into the DynaWord schema; cl100k token counts via tiktoken (encode_ordinary), and the stats are recomputed from the written parquet.",
|
| 351 |
+
"domain": "mixed (balanced reference corpus)",
|
| 352 |
+
"created": "1957-2008 (recorded for 6,581 of 18,381 documents; per-document in the created column)",
|
| 353 |
+
"is_ocr": False,
|
| 354 |
+
},
|
| 355 |
+
"european_hplt_v3_pl": {
|
| 356 |
+
"file_key": "european_hplt_v3_pl",
|
| 357 |
+
"pretty": "HPLT v3.0 Polish (web, top WDS bins 10-5)",
|
| 358 |
+
"license": "CC0-1.0",
|
| 359 |
+
"license_spdx": "CC0-1.0",
|
| 360 |
+
"traceable": "HPLT v3.0 Terms of Use license the data packaging under CC0-1.0 "
|
| 361 |
+
"(hplt-project.org/datasets/v3.0; HF card HPLT/HPLT3.0). HPLT does not "
|
| 362 |
+
"own the underlying web text; notice-and-takedown applies and downstream "
|
| 363 |
+
"legal/provenance review remains the user's responsibility.",
|
| 364 |
+
"upstream": "https://data.hplt-project.org/three/sorted/pol_Latn/",
|
| 365 |
+
"provenance": "Fetched directly from the HPLT v3 distribution (pol_Latn shards "
|
| 366 |
+
"10_1, 9_1-9_4, 8_1-8_4, 7_1-7_4, 6_1-6_2, 5_1-5_2 [WDS 10 down to 5]) by "
|
| 367 |
+
"src/clean_hplt_v3.py + run_pipeline.py, NOT via SpeakLeash. Filtered: "
|
| 368 |
+
"lang=pol_Latn + prob>=0.80, MT-prob<0.20, register in ID/OP/HI/IN/NA, "
|
| 369 |
+
"min 400 chars / 80 words, boilerplate/adult/legalish drop, length cap "
|
| 370 |
+
"120k chars, CJK-mojibake drop, wikipedia/wikisource/wikimedia + file-host "
|
| 371 |
+
"domains excluded, per-domain cap. Phone->[Telefon] / email+national-ID->[PII] "
|
| 372 |
+
"via src/scrub_pii.py (in-tree; supersedes the out-of-repo v12b pass); "
|
| 373 |
+
"PERSON mentions → [PII] via src/scrub_entities.py on this web shard only. "
|
| 374 |
+
"Token counts via tiktoken cl100k.",
|
| 375 |
+
"domain": "web",
|
| 376 |
+
"created": "2012-01-01, 2024-12-31",
|
| 377 |
+
"is_ocr": False,
|
| 378 |
+
"legal_note": "Web-crawl derived: accept_after_web_review. HPLT is globally "
|
| 379 |
+
"deduplicated upstream and WDS quality-sorted. Cross-source near/"
|
| 380 |
+
"containment dedup vs the existing WDS-10+9 base shards was performed "
|
| 381 |
+
"for the WDS 8-5 + extra-9 expansion: exact-dup=0, near-dup overlap="
|
| 382 |
+
"0.0000% (byte-verified). Copyright recurs at all lengths in web crawl. "
|
| 383 |
+
"Parity with the accepted european-hplt-v1 CC0 basis.",
|
| 384 |
+
"custom_datasheet": True,
|
| 385 |
+
},
|
| 386 |
+
"1000_novels": {
|
| 387 |
+
"speakleash_key": "1000_novels_corpus_CLARIN-PL",
|
| 388 |
+
"pretty": "1000 Novels Corpus (CLARIN-PL)",
|
| 389 |
+
"license": "CC-BY-4.0",
|
| 390 |
+
"license_spdx": "CC-BY-4.0",
|
| 391 |
+
"traceable": "The 1000 Novels Corpus is released under Creative Commons "
|
| 392 |
+
"Attribution 4.0 International by CLARIN-PL / Wrocław University "
|
| 393 |
+
"of Technology, with attribution to the corpus authors and "
|
| 394 |
+
"maintainers.",
|
| 395 |
+
"upstream": "https://clarin-pl.eu/dspace/handle/11321/312",
|
| 396 |
+
"domain": "literature",
|
| 397 |
+
"created": "unknown",
|
| 398 |
+
"is_ocr": False,
|
| 399 |
+
# Datasheet is contributor-committed (added 2026-07-02); skip regeneration
|
| 400 |
+
# so the global ADDED stamp does not overwrite the real add date.
|
| 401 |
+
"custom_datasheet": True,
|
| 402 |
+
},
|
| 403 |
+
"global_voices": {
|
| 404 |
+
# Data contributed directly (PR #7): no in-repo fetch/build script and a
|
| 405 |
+
# hand-authored datasheet. Registered for the source table + release totals;
|
| 406 |
+
# the datasheet stays contributor-owned via custom_datasheet.
|
| 407 |
+
"file_key": "global_voices",
|
| 408 |
+
"pretty": "Global Voices Polish",
|
| 409 |
+
"license": "CC-BY-3.0",
|
| 410 |
+
"license_spdx": "CC-BY-3.0",
|
| 411 |
+
"traceable": "CC BY 3.0 verified from the article-level license link published "
|
| 412 |
+
"with each retained Global Voices article; each record carries "
|
| 413 |
+
"CC-BY-3.0 metadata and per-document author/translator attribution "
|
| 414 |
+
"in global_voices.attribution.jsonl.",
|
| 415 |
+
"upstream": "https://pl.globalvoices.org/",
|
| 416 |
+
"domain": "civic media, news and public-interest journalism",
|
| 417 |
+
"created": "2008-11-04, 2023-05-24",
|
| 418 |
+
"is_ocr": False,
|
| 419 |
+
"custom_datasheet": True,
|
| 420 |
+
},
|
| 421 |
+
}
|
| 422 |
+
|
| 423 |
+
ADDED = "2026-07-19"
|
| 424 |
+
EXCLUDED = {
|
| 425 |
+
"open_subtitles_corpus": "Derivative of copyrighted film/TV dialogue; "
|
| 426 |
+
"OpenSubtitles uploads largely unlicensed. Same copyright lesson as "
|
| 427 |
+
"Danish Gigaword's OpenSubtitles (paper 2508.02271). Not openly licensed.",
|
| 428 |
+
"europeana_eu_pl_corpus_raw_speakleash": "Aggregated items with mixed "
|
| 429 |
+
"per-record rights (PD / CC-BY-NC / rights-reserved). The raw "
|
| 430 |
+
"SpeakLeash redistribution is excluded; only a direct rebuild preserving "
|
| 431 |
+
"per-record rights metadata may be included.",
|
| 432 |
+
"1000_novels_corpus_CLARIN-PL": "CC-BY-4.0 label, but 'novels' likely include "
|
| 433 |
+
"in-copyright contemporary works; verify titles/years on CLARIN handle "
|
| 434 |
+
"11321/312 before inclusion.",
|
| 435 |
+
"project_gutenberg_pl_corpus": "Only 31 PL books (4.3MB) — PG is ~99% English; "
|
| 436 |
+
"Polish PD literature already covered by wolne_lektury + wikisource (so "
|
| 437 |
+
"near-redundant after dedup). Dropped to avoid the PD-in-EU per-work check "
|
| 438 |
+
"(PG claims PD-in-US only) for negligible token gain.",
|
| 439 |
+
}
|