Apply ZIP update: 165-didactopus-attribution-provenance-update.zip [2026-03-14T13:20:03]
This commit is contained in:
parent
59d97e3e61
commit
8939908293
|
|
@ -6,19 +6,10 @@ build-backend = "setuptools.build_meta"
|
||||||
name = "didactopus"
|
name = "didactopus"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = ["pydantic>=2.7", "pyyaml>=6.0"]
|
||||||
"pydantic>=2.7",
|
|
||||||
"fastapi>=0.115",
|
|
||||||
"uvicorn>=0.30",
|
|
||||||
"sqlalchemy>=2.0",
|
|
||||||
"passlib[bcrypt]>=1.7",
|
|
||||||
"python-jose[cryptography]>=3.3"
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
didactopus-api = "didactopus.api:main"
|
didactopus-build-attribution = "didactopus.attribution_builder:main"
|
||||||
didactopus-export-svg = "didactopus.export_svg:main"
|
|
||||||
didactopus-render-bundle = "didactopus.render_bundle:main"
|
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
sources:
|
sources:
|
||||||
- source_id: mit-ocw-bayes
|
- source_id: mit-ocw-bayes-demo
|
||||||
title: Example MIT OpenCourseWare Bayesian Materials
|
title: Example MIT OpenCourseWare Course Page
|
||||||
url: https://ocw.mit.edu/courses/example-course/
|
url: https://ocw.mit.edu/courses/example-course/
|
||||||
publisher: Massachusetts Institute of Technology
|
publisher: Massachusetts Institute of Technology
|
||||||
creator: MIT OpenCourseWare
|
creator: MIT OpenCourseWare
|
||||||
|
|
@ -8,12 +8,16 @@ sources:
|
||||||
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||||
retrieved_at: 2026-03-13
|
retrieved_at: 2026-03-13
|
||||||
adapted: true
|
adapted: true
|
||||||
attribution_text: Derived in part from MIT OpenCourseWare material used under CC BY-NC-SA 4.0.
|
adaptation_notes: >
|
||||||
|
Didactopus extracted topic structure, concepts, and exercise prompts into a derived domain pack.
|
||||||
|
attribution_text: >
|
||||||
|
Derived in part from MIT OpenCourseWare material, used under CC BY-NC-SA 4.0.
|
||||||
excluded_from_upstream_license: false
|
excluded_from_upstream_license: false
|
||||||
exclusion_notes: ""
|
exclusion_notes: ""
|
||||||
|
tags: [mit-ocw, bayes, course]
|
||||||
|
|
||||||
- source_id: excluded-figure
|
- source_id: mit-ocw-third-party-note
|
||||||
title: Example Third-Party Figure
|
title: Example Excluded Third-Party Item
|
||||||
url: https://ocw.mit.edu/courses/example-course/pages/lecture-videos/
|
url: https://ocw.mit.edu/courses/example-course/pages/lecture-videos/
|
||||||
publisher: Massachusetts Institute of Technology
|
publisher: Massachusetts Institute of Technology
|
||||||
creator: Third-party rights holder
|
creator: Third-party rights holder
|
||||||
|
|
@ -21,6 +25,10 @@ sources:
|
||||||
license_url: ""
|
license_url: ""
|
||||||
retrieved_at: 2026-03-13
|
retrieved_at: 2026-03-13
|
||||||
adapted: false
|
adapted: false
|
||||||
attribution_text: Tracked for exclusion; not reused in redistributed pack content.
|
adaptation_notes: ""
|
||||||
|
attribution_text: >
|
||||||
|
Referenced only for exclusion tracking; not reused in redistributed Didactopus artifacts.
|
||||||
excluded_from_upstream_license: true
|
excluded_from_upstream_license: true
|
||||||
exclusion_notes: Figure flagged as excluded from the course-level Creative Commons license.
|
exclusion_notes: >
|
||||||
|
This item was flagged as excluded from the OCW Creative Commons license and should not be redistributed as pack content.
|
||||||
|
tags: [mit-ocw, excluded-content]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue