Kevin589981 commited on
Commit
39103bd
·
verified ·
1 Parent(s): b2efea8

Publish audited task materials and Docker Hub digests (part 2)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. tasks/task_038/metadata.json +10 -2
  2. tasks/task_038/task.toml +2 -2
  3. tasks/task_038/tests/Dockerfile +1 -1
  4. tasks/task_039/environment/public/MATERIALS.json +40 -0
  5. tasks/task_039/environment/public/MATERIALS_LICENSES.md +35 -0
  6. tasks/task_039/metadata.json +9 -1
  7. tasks/task_040/environment/public/MATERIALS.json +30 -0
  8. tasks/task_040/environment/public/MATERIALS_LICENSES.md +25 -0
  9. tasks/task_040/metadata.json +9 -1
  10. tasks/task_041/environment/public/MATERIALS.json +40 -0
  11. tasks/task_041/environment/public/MATERIALS_LICENSES.md +35 -0
  12. tasks/task_041/metadata.json +9 -1
  13. tasks/task_042/environment/public/MATERIALS.json +50 -0
  14. tasks/task_042/environment/public/MATERIALS_LICENSES.md +45 -0
  15. tasks/task_042/metadata.json +9 -1
  16. tasks/task_043/environment/Dockerfile +1 -1
  17. tasks/task_043/environment/public/MATERIALS.json +40 -0
  18. tasks/task_043/environment/public/MATERIALS_LICENSES.md +35 -0
  19. tasks/task_043/metadata.json +9 -1
  20. tasks/task_044/environment/Dockerfile +1 -1
  21. tasks/task_044/environment/public/MATERIALS.json +30 -0
  22. tasks/task_044/environment/public/MATERIALS_LICENSES.md +25 -0
  23. tasks/task_044/metadata.json +9 -1
  24. tasks/task_045/environment/Dockerfile +1 -1
  25. tasks/task_045/environment/public/MATERIALS.json +50 -0
  26. tasks/task_045/environment/public/MATERIALS_LICENSES.md +45 -0
  27. tasks/task_045/metadata.json +9 -1
  28. tasks/task_046/environment/public/MATERIALS.json +50 -0
  29. tasks/task_046/environment/public/MATERIALS_LICENSES.md +45 -0
  30. tasks/task_046/metadata.json +9 -1
  31. tasks/task_046/task.toml +2 -2
  32. tasks/task_046/tests/Dockerfile +1 -1
  33. tasks/task_047/environment/public/MATERIALS.json +30 -0
  34. tasks/task_047/environment/public/MATERIALS_LICENSES.md +25 -0
  35. tasks/task_047/metadata.json +9 -1
  36. tasks/task_047/task.toml +2 -2
  37. tasks/task_047/tests/Dockerfile +1 -1
  38. tasks/task_048/environment/public/MATERIALS.json +40 -0
  39. tasks/task_048/environment/public/MATERIALS_LICENSES.md +35 -0
  40. tasks/task_048/metadata.json +11 -3
  41. tasks/task_048/task.toml +2 -2
  42. tasks/task_048/tests/Dockerfile +1 -1
  43. tasks/task_049/environment/public/MATERIALS.json +30 -0
  44. tasks/task_049/environment/public/MATERIALS_LICENSES.md +25 -0
  45. tasks/task_049/metadata.json +9 -1
  46. tasks/task_049/task.toml +2 -2
  47. tasks/task_049/tests/Dockerfile +1 -1
  48. tasks/task_050/environment/public/MATERIALS.json +30 -0
  49. tasks/task_050/environment/public/MATERIALS_LICENSES.md +25 -0
  50. tasks/task_050/metadata.json +10 -2
tasks/task_038/metadata.json CHANGED
@@ -6,9 +6,17 @@
6
  "source_repository": "https://github.com/spglib/spglib",
7
  "source_commit": "",
8
  "source_license": "BSD-3-Clause",
9
- "license_source": "COPYING",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "74958da0acd4cffeaf90164cd4b44220fdd35e8c87441cd262c467a7c377f585"
 
 
 
 
 
 
 
 
14
  }
 
6
  "source_repository": "https://github.com/spglib/spglib",
7
  "source_commit": "",
8
  "source_license": "BSD-3-Clause",
9
+ "license_source": "manifests/materials.jsonl and retained upstream notices",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-3-Clause; CC-BY-4.0; CC0-1.0",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "cde0e5d6b19a6be1907d83aceadce31d5eabdb8386ce8b7fbfaabc08f8b0ebf2",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "d770bd89cde0d7ebe7ef628d9f4c5f28fe4267abef25159f14379e03a786ce28"
22
  }
tasks/task_038/task.toml CHANGED
@@ -17,7 +17,7 @@ network_mode = "no-network"
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
- docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-c-task-038:v0.1.0@sha256:41ba231d44d2445f621ed17c3a5f881a41941b79d2f297b49bd66e9e8145a8fb"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
@@ -31,7 +31,7 @@ environment_mode = "separate"
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
- docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-c-task-038:v0.1.0@sha256:511507351b10162103c5f48282142f8b767230784456e9952c943657beddb7a9"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
 
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-c-task-038:v0.1.1@sha256:7a3e4ccf5364e434c5a3d4710e2016df66ef5db3cf063d0249574c59143dd793"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
 
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-c-task-038:v0.1.1@sha256:4bb7c29ed433773c37de68bad0e425e75710b6709e0beec1b63f0f3691539643"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_038/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-038:v0.1.0@sha256:511507351b10162103c5f48282142f8b767230784456e9952c943657beddb7a9
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-038:v0.1.1@sha256:4bb7c29ed433773c37de68bad0e425e75710b6709e0beec1b63f0f3691539643
2
  FROM ${VERIFIER_IMAGE}
tasks/task_039/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "039",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/landlab/landlab/tree/546bc11054cff5e12808c7122b3e8b38f1ef555f",
13
+ "license": "MIT",
14
+ "copyright": "Landlab contributors",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper_assets/network_sediment_transporter_joss.pdf",
21
+ "kind": "article_copy",
22
+ "source_url": "https://doi.org/10.21105/joss.02341",
23
+ "license": "CC-BY-4.0",
24
+ "copyright": "Allison M. Pfeiffer, Katherine R. Barnhart, Jon A. Czuba, and Eric W. H. Hutton",
25
+ "modified": false,
26
+ "third_party_exceptions": "No excluded third-party material identified.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "environment/public/paper_assets/landlab_v2.pdf",
31
+ "kind": "article_copy",
32
+ "source_url": "https://doi.org/10.5194/esurf-8-379-2020",
33
+ "license": "CC-BY-4.0-WITH-EXCLUDED-FIGURE",
34
+ "copyright": "Article authors and separate Figure 1(d) rightsholder",
35
+ "modified": false,
36
+ "third_party_exceptions": "Figure 1(d) is expressly excluded from the article CC BY license and was used with RightsLink permission that cannot be sublicensed.",
37
+ "distribution_decision": "excluded"
38
+ }
39
+ ]
40
+ }
tasks/task_039/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/landlab/landlab/tree/546bc11054cff5e12808c7122b3e8b38f1ef555f>
13
+ - Copyright: Landlab contributors
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper_assets/network_sediment_transporter_joss.pdf`
18
+
19
+ - Kind: `article_copy`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-4.0`
22
+ - Source: <https://doi.org/10.21105/joss.02341>
23
+ - Copyright: Allison M. Pfeiffer, Katherine R. Barnhart, Jon A. Czuba, and Eric W. H. Hutton
24
+ - Modified or converted: `no`
25
+ - Third-party exceptions: No excluded third-party material identified.
26
+
27
+ ## `environment/public/paper_assets/landlab_v2.pdf`
28
+
29
+ - Kind: `article_copy`
30
+ - Distribution decision: `excluded`
31
+ - License: `CC-BY-4.0-WITH-EXCLUDED-FIGURE`
32
+ - Source: <https://doi.org/10.5194/esurf-8-379-2020>
33
+ - Copyright: Article authors and separate Figure 1(d) rightsholder
34
+ - Modified or converted: `no`
35
+ - Third-party exceptions: Figure 1(d) is expressly excluded from the article CC BY license and was used with RightsLink permission that cannot be sublicensed.
tasks/task_039/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "547cced3cbcc0c6f3f32398b0836cd8d6b2d199e9cd64dcae1c4fc689ada6105"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "CC-BY-4.0; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "87f8d5c4cb8e737bccacf5718560d2395d37ca9721a6354d211546d7b71d8b3d",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "fa7b5edfc79afde5d113788e3d4eea5c80bb684cd131834ba61c477cdeef2539"
22
  }
tasks/task_040/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "040",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/simpeg/simpeg/tree/3cc6605c54b0f6062c1a139ece2ecf69cddc829",
13
+ "license": "MIT",
14
+ "copyright": "SimPEG contributors",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper.md",
21
+ "kind": "benchmark_authored_scientific_summary",
22
+ "source_url": "https://doi.org/10.1016/j.cageo.2015.09.015; https://doi.org/10.1016/j.cageo.2017.06.018",
23
+ "license": "MIT",
24
+ "copyright": "OpenMOSS and SWE-bench Science contributors",
25
+ "modified": false,
26
+ "third_party_exceptions": "Only citations and benchmark-authored explanation are included; publisher articles are not copied.",
27
+ "distribution_decision": "bundled"
28
+ }
29
+ ]
30
+ }
tasks/task_040/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/simpeg/simpeg/tree/3cc6605c54b0f6062c1a139ece2ecf69cddc829>
13
+ - Copyright: SimPEG contributors
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper.md`
18
+
19
+ - Kind: `benchmark_authored_scientific_summary`
20
+ - Distribution decision: `bundled`
21
+ - License: `MIT`
22
+ - Source: <https://doi.org/10.1016/j.cageo.2015.09.015; https://doi.org/10.1016/j.cageo.2017.06.018>
23
+ - Copyright: OpenMOSS and SWE-bench Science contributors
24
+ - Modified or converted: `no`
25
+ - Third-party exceptions: Only citations and benchmark-authored explanation are included; publisher articles are not copied.
tasks/task_040/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "26565f5e7771aa455a68dbcf6a23d0746fd3842931499db02f8bfb93a0dc074c"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "18dd16f868317598b365a29daaf8266ade1e05ce665379fc8b98e18bc568c9e0",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "0dda4607fc677d002313ced33a5bf17c4721716fe9e640b9a713ebfa655ca4a6"
22
  }
tasks/task_041/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "041",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/sunpy/sunpy/tree/470d13491dd2c2a9440b3c657af33373ca8d47c1",
13
+ "license": "BSD-2-Clause",
14
+ "copyright": "SunPy developers and named third-party contributors",
15
+ "modified": false,
16
+ "third_party_exceptions": "Third-party notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper_assets/sunpy_project_paper.pdf and sunpy_project_paper_text.txt",
21
+ "kind": "article_and_text_conversion",
22
+ "source_url": "https://doi.org/10.3847/1538-4357/ab4f7a",
23
+ "license": "CC-BY-3.0",
24
+ "copyright": "The SunPy Community et al.",
25
+ "modified": true,
26
+ "third_party_exceptions": "No separately excluded material identified in the supplied paper.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "environment/public/paper_assets/franz_harper_2017",
31
+ "kind": "author_webpage_mirror",
32
+ "source_url": "https://doi.org/10.1016/S0032-0633(01)00119-2",
33
+ "license": "LicenseRef-No-Redistribution-Grant-Found",
34
+ "copyright": "M. Fränz, D. Harper, publisher, and figure rightsholders",
35
+ "modified": true,
36
+ "third_party_exceptions": "The 495-file mirror has no explicit redistribution license.",
37
+ "distribution_decision": "excluded"
38
+ }
39
+ ]
40
+ }
tasks/task_041/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `BSD-2-Clause`
12
+ - Source: <https://github.com/sunpy/sunpy/tree/470d13491dd2c2a9440b3c657af33373ca8d47c1>
13
+ - Copyright: SunPy developers and named third-party contributors
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Third-party notices retained with source.
16
+
17
+ ## `environment/public/paper_assets/sunpy_project_paper.pdf and sunpy_project_paper_text.txt`
18
+
19
+ - Kind: `article_and_text_conversion`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-3.0`
22
+ - Source: <https://doi.org/10.3847/1538-4357/ab4f7a>
23
+ - Copyright: The SunPy Community et al.
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: No separately excluded material identified in the supplied paper.
26
+
27
+ ## `environment/public/paper_assets/franz_harper_2017`
28
+
29
+ - Kind: `author_webpage_mirror`
30
+ - Distribution decision: `excluded`
31
+ - License: `LicenseRef-No-Redistribution-Grant-Found`
32
+ - Source: <https://doi.org/10.1016/S0032-0633(01)00119-2>
33
+ - Copyright: M. Fränz, D. Harper, publisher, and figure rightsholders
34
+ - Modified or converted: `yes`
35
+ - Third-party exceptions: The 495-file mirror has no explicit redistribution license.
tasks/task_041/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "a591ac607343a9b65f004f2bb3c8f0ed66be521758113f17975e7e639cd5a232"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-2-Clause; CC-BY-3.0",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "d730adf2dafa71100b7ecab539721131b1158fb83c7cddee2f0b95f2cff5d6ed",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "beb96a14326679e2ff694d6cbd7af3867734b6d00d83609c1ab40cbc77c9de48"
22
  }
tasks/task_042/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "042",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/sunpy/sunpy/tree/c961a1507a83b9dab24ccce12ab92a53b30359d7",
13
+ "license": "BSD-2-Clause",
14
+ "copyright": "SunPy developers and named third-party contributors",
15
+ "modified": false,
16
+ "third_party_exceptions": "Third-party notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper_assets/sunpy_project_paper.pdf and sunpy_project_paper_text.txt",
21
+ "kind": "article_and_text_conversion",
22
+ "source_url": "https://doi.org/10.3847/1538-4357/ab4f7a",
23
+ "license": "CC-BY-3.0",
24
+ "copyright": "The SunPy Community et al.",
25
+ "modified": true,
26
+ "third_party_exceptions": "The text file is a local conversion.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "environment/public/paper_assets/sunpy_*_guide.rst",
31
+ "kind": "documentation_copies",
32
+ "source_url": "https://docs.sunpy.org/en/stable/",
33
+ "license": "BSD-2-Clause",
34
+ "copyright": "SunPy developers",
35
+ "modified": false,
36
+ "third_party_exceptions": "None identified.",
37
+ "distribution_decision": "bundled"
38
+ },
39
+ {
40
+ "path": "environment/public/paper_assets/astropy_*_v7.1.0.rst",
41
+ "kind": "documentation_copies",
42
+ "source_url": "https://github.com/astropy/astropy/tree/v7.1.0/docs",
43
+ "license": "BSD-3-Clause",
44
+ "copyright": "Astropy developers",
45
+ "modified": false,
46
+ "third_party_exceptions": "Astropy license notice is recorded here and in MATERIALS.json.",
47
+ "distribution_decision": "bundled"
48
+ }
49
+ ]
50
+ }
tasks/task_042/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `BSD-2-Clause`
12
+ - Source: <https://github.com/sunpy/sunpy/tree/c961a1507a83b9dab24ccce12ab92a53b30359d7>
13
+ - Copyright: SunPy developers and named third-party contributors
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Third-party notices retained with source.
16
+
17
+ ## `environment/public/paper_assets/sunpy_project_paper.pdf and sunpy_project_paper_text.txt`
18
+
19
+ - Kind: `article_and_text_conversion`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-3.0`
22
+ - Source: <https://doi.org/10.3847/1538-4357/ab4f7a>
23
+ - Copyright: The SunPy Community et al.
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: The text file is a local conversion.
26
+
27
+ ## `environment/public/paper_assets/sunpy_*_guide.rst`
28
+
29
+ - Kind: `documentation_copies`
30
+ - Distribution decision: `bundled`
31
+ - License: `BSD-2-Clause`
32
+ - Source: <https://docs.sunpy.org/en/stable/>
33
+ - Copyright: SunPy developers
34
+ - Modified or converted: `no`
35
+ - Third-party exceptions: None identified.
36
+
37
+ ## `environment/public/paper_assets/astropy_*_v7.1.0.rst`
38
+
39
+ - Kind: `documentation_copies`
40
+ - Distribution decision: `bundled`
41
+ - License: `BSD-3-Clause`
42
+ - Source: <https://github.com/astropy/astropy/tree/v7.1.0/docs>
43
+ - Copyright: Astropy developers
44
+ - Modified or converted: `no`
45
+ - Third-party exceptions: Astropy license notice is recorded here and in MATERIALS.json.
tasks/task_042/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "2b237d17e4f9409c1a9f77b47e60d782df91ca4aa81205bb312c597781819fe9"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-2-Clause; BSD-3-Clause; CC-BY-3.0",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "9aa2c24653f08c06f88cbeaaf0537b5fd1bc0c184ced600d54a6cc9e8bd1418c",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "3a136f5021626770b12d3bee550b08805195dffbfe5dd391b107f97bb61adcca"
22
  }
tasks/task_043/environment/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- ARG BASE_IMAGE=python:3.11-slim
2
  FROM ${BASE_IMAGE}
3
 
4
  ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
 
1
+ ARG BASE_IMAGE=python:3.12-slim
2
  FROM ${BASE_IMAGE}
3
 
4
  ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
tasks/task_043/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "043",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/PMEAL/porespy/tree/f2360a52bc77ec917aa07ce0cf6128dc7687ea64",
13
+ "license": "MIT",
14
+ "copyright": "The PMEAL Group and PoreSpy contributors",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper_assets/porespy_joss_article.pdf and environment/public/paper.md",
21
+ "kind": "article_and_text_transcription",
22
+ "source_url": "https://doi.org/10.21105/joss.01296",
23
+ "license": "CC-BY-4.0",
24
+ "copyright": "Jeff T. Gostick, Zohaib A. Khan, Thomas G. Tranter, Matthew D. R. Kok, Mehrez Agnaou, Mohammadamin Sadeghi, and Rhodri Jervis",
25
+ "modified": true,
26
+ "third_party_exceptions": "The Markdown file is a local searchable transcription; the PDF is authoritative.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "environment/public/fixtures/sample_volume.npz",
31
+ "kind": "cropped_scientific_fixture",
32
+ "source_url": "https://github.com/PMEAL/porespy/blob/f2360a52bc77ec917aa07ce0cf6128dc7687ea64/test/fixtures/bentheimer.npz",
33
+ "license": "MIT",
34
+ "copyright": "PoreSpy contributors; benchmark crop",
35
+ "modified": true,
36
+ "third_party_exceptions": "A fixed crop of the upstream Bentheimer fixture; voxel labels are unchanged.",
37
+ "distribution_decision": "bundled"
38
+ }
39
+ ]
40
+ }
tasks/task_043/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/PMEAL/porespy/tree/f2360a52bc77ec917aa07ce0cf6128dc7687ea64>
13
+ - Copyright: The PMEAL Group and PoreSpy contributors
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper_assets/porespy_joss_article.pdf and environment/public/paper.md`
18
+
19
+ - Kind: `article_and_text_transcription`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-4.0`
22
+ - Source: <https://doi.org/10.21105/joss.01296>
23
+ - Copyright: Jeff T. Gostick, Zohaib A. Khan, Thomas G. Tranter, Matthew D. R. Kok, Mehrez Agnaou, Mohammadamin Sadeghi, and Rhodri Jervis
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: The Markdown file is a local searchable transcription; the PDF is authoritative.
26
+
27
+ ## `environment/public/fixtures/sample_volume.npz`
28
+
29
+ - Kind: `cropped_scientific_fixture`
30
+ - Distribution decision: `bundled`
31
+ - License: `MIT`
32
+ - Source: <https://github.com/PMEAL/porespy/blob/f2360a52bc77ec917aa07ce0cf6128dc7687ea64/test/fixtures/bentheimer.npz>
33
+ - Copyright: PoreSpy contributors; benchmark crop
34
+ - Modified or converted: `yes`
35
+ - Third-party exceptions: A fixed crop of the upstream Bentheimer fixture; voxel labels are unchanged.
tasks/task_043/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "dc0ef803237a7f1beab83b5eeaa8fe68fb3c39a553bb28ce9acde348e912b0be"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "CC-BY-4.0; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "bcd5dd8b8c7bb4aeccaa91f8e56d0b0cacb3d51c3fa226e2e95c4ee369bb017a",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "30e2dc25b63a8bffbdcfbe59c9ddc617a30478957a7eba9f4b0ff624dfc64bd1"
22
  }
tasks/task_044/environment/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- ARG BASE_IMAGE=python:3.11-slim
2
  FROM ${BASE_IMAGE}
3
 
4
  ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
 
1
+ ARG BASE_IMAGE=python:3.12-slim
2
  FROM ${BASE_IMAGE}
3
 
4
  ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
tasks/task_044/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "044",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/pybamm-team/PyBaMM/tree/a42d7a92dd9a2c63240c8ccb6f240e5c3c42de46",
13
+ "license": "BSD-3-Clause",
14
+ "copyright": "The PyBaMM team",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper.md",
21
+ "kind": "benchmark_authored_scientific_summary",
22
+ "source_url": "https://doi.org/10.5334/jors.309; https://doi.org/10.1149/1945-7111/ab9050",
23
+ "license": "MIT",
24
+ "copyright": "OpenMOSS and SWE-bench Science contributors",
25
+ "modified": false,
26
+ "third_party_exceptions": "Only citations and benchmark-authored summaries are included; the CC BY-NC-ND Chen article is not copied or adapted.",
27
+ "distribution_decision": "bundled"
28
+ }
29
+ ]
30
+ }
tasks/task_044/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `BSD-3-Clause`
12
+ - Source: <https://github.com/pybamm-team/PyBaMM/tree/a42d7a92dd9a2c63240c8ccb6f240e5c3c42de46>
13
+ - Copyright: The PyBaMM team
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper.md`
18
+
19
+ - Kind: `benchmark_authored_scientific_summary`
20
+ - Distribution decision: `bundled`
21
+ - License: `MIT`
22
+ - Source: <https://doi.org/10.5334/jors.309; https://doi.org/10.1149/1945-7111/ab9050>
23
+ - Copyright: OpenMOSS and SWE-bench Science contributors
24
+ - Modified or converted: `no`
25
+ - Third-party exceptions: Only citations and benchmark-authored summaries are included; the CC BY-NC-ND Chen article is not copied or adapted.
tasks/task_044/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "735b90c38de21e5576b5f999f18e125f63adcef3b45423c2115fea41665d1bff"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-3-Clause; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "e2b4e018508a5d1fc30c97dc278fe89962d811608494c1c9796a01e93b7108c0",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "04feef6107c02cd8411cc3c572cc7920d0d6f393fccaca8db4e514c470098d4a"
22
  }
tasks/task_045/environment/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- ARG BASE_IMAGE=python:3.11-slim
2
  FROM ${BASE_IMAGE}
3
 
4
  ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
 
1
+ ARG BASE_IMAGE=python:3.12-slim
2
  FROM ${BASE_IMAGE}
3
 
4
  ARG DEBIAN_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/debian
tasks/task_045/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "045",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/xgcm/xgcm/tree/3831b46accbff35f06e4ed3831600d71d5d8da18",
13
+ "license": "MIT",
14
+ "copyright": "Ryan Abernathey and xgcm contributors",
15
+ "modified": true,
16
+ "third_party_exceptions": "Notebook outputs were cleared and unlicensed PyComodo images were removed; source cells and package code are retained.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/repo/paper.md",
21
+ "kind": "withdrawn_unpublished_repository_manuscript",
22
+ "source_url": "https://github.com/openjournals/joss-reviews/issues/2631",
23
+ "license": "MIT",
24
+ "copyright": "Ryan Abernathey, Julius Busecke, Anderson Banihirwe, Ci Zhang, Timothy Smith, Deepak Cherian, Aurélien Ponte, and xgcm contributors",
25
+ "modified": true,
26
+ "third_party_exceptions": "The manuscript was withdrawn and has no JOSS DOI or JOSS CC BY publication status; it is distributed only under the repository MIT license.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "environment/repo/docs/transform.ipynb and grid_metrics.ipynb outputs",
31
+ "kind": "notebook_outputs",
32
+ "source_url": "https://github.com/xgcm/xgcm/tree/3831b46accbff35f06e4ed3831600d71d5d8da18/docs",
33
+ "license": "CC-BY-NC-SA-4.0-and-generated-output",
34
+ "copyright": "CNRM-CERFACS and notebook authors",
35
+ "modified": true,
36
+ "third_party_exceptions": "Outputs containing CNRM CMIP6 material and generated renderings were removed while input cells remain.",
37
+ "distribution_decision": "excluded"
38
+ },
39
+ {
40
+ "path": "environment/repo/docs/images/grid2d_hv.png and grid2d_hv.svg",
41
+ "kind": "third_party_diagram",
42
+ "source_url": "https://prod-gitlab.inria.fr/pycomodo/pycomodo",
43
+ "license": "LicenseRef-No-Redistribution-Grant-Found",
44
+ "copyright": "PyComodo authors",
45
+ "modified": false,
46
+ "third_party_exceptions": "No independent redistribution license was established.",
47
+ "distribution_decision": "excluded"
48
+ }
49
+ ]
50
+ }
tasks/task_045/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/xgcm/xgcm/tree/3831b46accbff35f06e4ed3831600d71d5d8da18>
13
+ - Copyright: Ryan Abernathey and xgcm contributors
14
+ - Modified or converted: `yes`
15
+ - Third-party exceptions: Notebook outputs were cleared and unlicensed PyComodo images were removed; source cells and package code are retained.
16
+
17
+ ## `environment/repo/paper.md`
18
+
19
+ - Kind: `withdrawn_unpublished_repository_manuscript`
20
+ - Distribution decision: `bundled`
21
+ - License: `MIT`
22
+ - Source: <https://github.com/openjournals/joss-reviews/issues/2631>
23
+ - Copyright: Ryan Abernathey, Julius Busecke, Anderson Banihirwe, Ci Zhang, Timothy Smith, Deepak Cherian, Aurélien Ponte, and xgcm contributors
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: The manuscript was withdrawn and has no JOSS DOI or JOSS CC BY publication status; it is distributed only under the repository MIT license.
26
+
27
+ ## `environment/repo/docs/transform.ipynb and grid_metrics.ipynb outputs`
28
+
29
+ - Kind: `notebook_outputs`
30
+ - Distribution decision: `excluded`
31
+ - License: `CC-BY-NC-SA-4.0-and-generated-output`
32
+ - Source: <https://github.com/xgcm/xgcm/tree/3831b46accbff35f06e4ed3831600d71d5d8da18/docs>
33
+ - Copyright: CNRM-CERFACS and notebook authors
34
+ - Modified or converted: `yes`
35
+ - Third-party exceptions: Outputs containing CNRM CMIP6 material and generated renderings were removed while input cells remain.
36
+
37
+ ## `environment/repo/docs/images/grid2d_hv.png and grid2d_hv.svg`
38
+
39
+ - Kind: `third_party_diagram`
40
+ - Distribution decision: `excluded`
41
+ - License: `LicenseRef-No-Redistribution-Grant-Found`
42
+ - Source: <https://prod-gitlab.inria.fr/pycomodo/pycomodo>
43
+ - Copyright: PyComodo authors
44
+ - Modified or converted: `no`
45
+ - Third-party exceptions: No independent redistribution license was established.
tasks/task_045/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "f7e001f18305b0978520b26cb621a76014f6e5d030992ae0bc4f03f76f4ad82b"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "e1df72bc136f6191328e4b4526e844e2053bba0345f780c1166f356c7f046254",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "409b1fdef4d7b646748ecf16b5afcca323619fd843d0c33a8b45373c864bc325"
22
  }
tasks/task_046/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "046",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/StingraySoftware/stingray/tree/79b8f9bb9d122bd0176bb37f48f0fd4926eb9afb",
13
+ "license": "MIT",
14
+ "copyright": "Stingray developers; MIT notice retained in LICENSE",
15
+ "modified": false,
16
+ "third_party_exceptions": "The JOSS article retained in the repository is separately CC-BY-4.0.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper.md",
21
+ "kind": "benchmark_authored_method_summary",
22
+ "source_url": "https://doi.org/10.1086/310430; https://doi.org/10.1093/mnras/stz2409",
23
+ "modified": true,
24
+ "third_party_exceptions": "The cited Vaughan-Nowak and Ingram articles are not copied.",
25
+ "distribution_decision": "bundled",
26
+ "license": "",
27
+ "copyright": ""
28
+ },
29
+ {
30
+ "path": "environment/public/paper_assets/stingray2_joss_2024/joss.07389.pdf and environment/repo/joss",
31
+ "kind": "article_copy_and_submission",
32
+ "source_url": "https://doi.org/10.21105/joss.07389",
33
+ "license": "CC-BY-4.0",
34
+ "copyright": "Copyright 2024 the paper authors",
35
+ "modified": false,
36
+ "third_party_exceptions": "None identified.",
37
+ "distribution_decision": "bundled"
38
+ },
39
+ {
40
+ "path": "environment/public/paper_assets/vaughan_nowak_1997 and environment/public/paper_assets/ingram_2019",
41
+ "kind": "article_packages",
42
+ "source_url": "https://arxiv.org/abs/astro-ph/9610257; https://arxiv.org/abs/1909.01385",
43
+ "license": "LicenseRef-arXiv-Nonexclusive-Distribution",
44
+ "copyright": "Article authors and publishers",
45
+ "modified": true,
46
+ "third_party_exceptions": "arXiv distribution terms do not grant this benchmark redistribution rights.",
47
+ "distribution_decision": "excluded"
48
+ }
49
+ ]
50
+ }
tasks/task_046/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/StingraySoftware/stingray/tree/79b8f9bb9d122bd0176bb37f48f0fd4926eb9afb>
13
+ - Copyright: Stingray developers; MIT notice retained in LICENSE
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: The JOSS article retained in the repository is separately CC-BY-4.0.
16
+
17
+ ## `environment/public/paper.md`
18
+
19
+ - Kind: `benchmark_authored_method_summary`
20
+ - Distribution decision: `bundled`
21
+ - License: ``
22
+ - Source: <https://doi.org/10.1086/310430; https://doi.org/10.1093/mnras/stz2409>
23
+ - Copyright:
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: The cited Vaughan-Nowak and Ingram articles are not copied.
26
+
27
+ ## `environment/public/paper_assets/stingray2_joss_2024/joss.07389.pdf and environment/repo/joss`
28
+
29
+ - Kind: `article_copy_and_submission`
30
+ - Distribution decision: `bundled`
31
+ - License: `CC-BY-4.0`
32
+ - Source: <https://doi.org/10.21105/joss.07389>
33
+ - Copyright: Copyright 2024 the paper authors
34
+ - Modified or converted: `no`
35
+ - Third-party exceptions: None identified.
36
+
37
+ ## `environment/public/paper_assets/vaughan_nowak_1997 and environment/public/paper_assets/ingram_2019`
38
+
39
+ - Kind: `article_packages`
40
+ - Distribution decision: `excluded`
41
+ - License: `LicenseRef-arXiv-Nonexclusive-Distribution`
42
+ - Source: <https://arxiv.org/abs/astro-ph/9610257; https://arxiv.org/abs/1909.01385>
43
+ - Copyright: Article authors and publishers
44
+ - Modified or converted: `yes`
45
+ - Third-party exceptions: arXiv distribution terms do not grant this benchmark redistribution rights.
tasks/task_046/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "f358c234dfb9d428b07da73956df43b4e327aa28922de1f7380efd56563d9435"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "CC-BY-4.0; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "fb5ce52316b37200b1cecae3c497aaf8cc698f7449797aae85102ef4163b32cd",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "f2ef4efa4831e06d2562ca991fefa2565f59ae46f0a01ebf3023222dd86e65a6"
22
  }
tasks/task_046/task.toml CHANGED
@@ -17,7 +17,7 @@ network_mode = "no-network"
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
- docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-046:v0.1.0@sha256:5113cc358a6f5df25d7b7c09e02cb5b9bd9964248f2d51ead28308c90febd15d"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
@@ -31,7 +31,7 @@ environment_mode = "separate"
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
- docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-046:v0.1.0@sha256:73e5bc8338655f2d15e7dd871c42544ec9e7d16af3f24e6ecb69030f71edefbf"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
 
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-046:v0.1.1@sha256:9720d0e8ab177e9c0088d25a097537723e44dbc1cf62761243162f19a75ab3af"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
 
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-046:v0.1.1@sha256:272c4cfe4cc4bc671ea369eeb6bf97bdc117cf5332c3f4b1468ab20364c9cb07"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_046/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-046:v0.1.0@sha256:73e5bc8338655f2d15e7dd871c42544ec9e7d16af3f24e6ecb69030f71edefbf
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-046:v0.1.1@sha256:272c4cfe4cc4bc671ea369eeb6bf97bdc117cf5332c3f4b1468ab20364c9cb07
2
  FROM ${VERIFIER_IMAGE}
tasks/task_047/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "047",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/scikit-rf/scikit-rf/tree/a6dae181dbcf76fc738fc7fbc03d7de0a6c22634",
13
+ "license": "BSD-3-Clause",
14
+ "copyright": "scikit-rf contributors; BSD notice retained in LICENSE.txt",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper_assets/marks_williams_1992_waveguide_circuit_theory",
21
+ "kind": "nist_article_pdf_markdown_and_images",
22
+ "source_url": "https://doi.org/10.6028/jres.097.024",
23
+ "license": "LicenseRef-NIST-US-Public-Domain-and-Worldwide-Reprint-Permission",
24
+ "copyright": "Roger B. Marks and Dylan F. Williams; National Institute of Standards and Technology",
25
+ "modified": true,
26
+ "third_party_exceptions": "NIST attribution, courtesy statement, conversion date, and non-endorsement notice retained.",
27
+ "distribution_decision": "bundled"
28
+ }
29
+ ]
30
+ }
tasks/task_047/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `BSD-3-Clause`
12
+ - Source: <https://github.com/scikit-rf/scikit-rf/tree/a6dae181dbcf76fc738fc7fbc03d7de0a6c22634>
13
+ - Copyright: scikit-rf contributors; BSD notice retained in LICENSE.txt
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper_assets/marks_williams_1992_waveguide_circuit_theory`
18
+
19
+ - Kind: `nist_article_pdf_markdown_and_images`
20
+ - Distribution decision: `bundled`
21
+ - License: `LicenseRef-NIST-US-Public-Domain-and-Worldwide-Reprint-Permission`
22
+ - Source: <https://doi.org/10.6028/jres.097.024>
23
+ - Copyright: Roger B. Marks and Dylan F. Williams; National Institute of Standards and Technology
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: NIST attribution, courtesy statement, conversion date, and non-endorsement notice retained.
tasks/task_047/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "fa85f0105f3ab7a955fd95d203fbe54b220508b0f1d04065e60bc9bb1aac505b"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-3-Clause; LicenseRef-NIST-US-Public-Domain-and-Worldwide-Reprint-Permission",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "dc522d02a3bfe41fdce0651525b3bc51ead8dce3296b2c583084fd64839ffb24",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "e82919086e808921565f7d30639962652952147ee8a748c5f215dc87291f2da9"
22
  }
tasks/task_047/task.toml CHANGED
@@ -17,7 +17,7 @@ network_mode = "no-network"
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
- docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-047:v0.1.0@sha256:a94de21354f66e978943e80946546812dbf404c4468baf12a84d23c34720e3d6"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
@@ -31,7 +31,7 @@ environment_mode = "separate"
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
- docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-047:v0.1.0@sha256:8529979be314893a77f9c51cf5d2c0d6266d6f9df10fb33d332eb242f38953db"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
 
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-047:v0.1.1@sha256:72115b285908d59e5313c5730e7c2f5b9c78c2342064962f66eccdc6514b2fca"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
 
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-047:v0.1.1@sha256:6255287669b4711882fdd9c817e94e31ba63f6cbc228a2469763f45b3019144b"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_047/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-047:v0.1.0@sha256:8529979be314893a77f9c51cf5d2c0d6266d6f9df10fb33d332eb242f38953db
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-047:v0.1.1@sha256:6255287669b4711882fdd9c817e94e31ba63f6cbc228a2469763f45b3019144b
2
  FROM ${VERIFIER_IMAGE}
tasks/task_048/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "048",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/pycalphad/pycalphad/tree/50389503f126ea6f9e40947c215bd857bcfbd9de",
13
+ "license": "MIT",
14
+ "copyright": "pycalphad contributors; MIT notice retained in LICENSE",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper_assets/pycalphad_jors_2017.md and pycalphad_jors_2017.pdf",
21
+ "kind": "article_copy_and_localization",
22
+ "source_url": "https://doi.org/10.5334/jors.140",
23
+ "license": "CC-BY-4.0",
24
+ "copyright": "Copyright 2017 the paper authors",
25
+ "modified": true,
26
+ "third_party_exceptions": "Attribution and localization details retained in paper_assets/README.md.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "environment/public/paper.md and paper_assets/ordered_phase_representation_case_study.md",
31
+ "kind": "benchmark_authored_context",
32
+ "source_url": "https://doi.org/10.5334/jors.140",
33
+ "modified": true,
34
+ "third_party_exceptions": "Restricted CALPHAD papers are cited but not copied.",
35
+ "distribution_decision": "bundled",
36
+ "license": "",
37
+ "copyright": ""
38
+ }
39
+ ]
40
+ }
tasks/task_048/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/pycalphad/pycalphad/tree/50389503f126ea6f9e40947c215bd857bcfbd9de>
13
+ - Copyright: pycalphad contributors; MIT notice retained in LICENSE
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper_assets/pycalphad_jors_2017.md and pycalphad_jors_2017.pdf`
18
+
19
+ - Kind: `article_copy_and_localization`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-4.0`
22
+ - Source: <https://doi.org/10.5334/jors.140>
23
+ - Copyright: Copyright 2017 the paper authors
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: Attribution and localization details retained in paper_assets/README.md.
26
+
27
+ ## `environment/public/paper.md and paper_assets/ordered_phase_representation_case_study.md`
28
+
29
+ - Kind: `benchmark_authored_context`
30
+ - Distribution decision: `bundled`
31
+ - License: ``
32
+ - Source: <https://doi.org/10.5334/jors.140>
33
+ - Copyright:
34
+ - Modified or converted: `yes`
35
+ - Third-party exceptions: Restricted CALPHAD papers are cited but not copied.
tasks/task_048/metadata.json CHANGED
@@ -3,12 +3,20 @@
3
  "title": "Repair an inconsistent alloy equilibrium assessment",
4
  "domain": "computational-thermodynamics-calphad",
5
  "language": "python",
6
- "source_repository": "",
7
- "source_commit": "",
8
  "source_license": "MIT",
9
  "license_source": "LICENSE.txt",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "5a22842c3c77c8730dca22e3e922c35f6b0018b981a092d0ef6752cd92855917"
 
 
 
 
 
 
 
 
14
  }
 
3
  "title": "Repair an inconsistent alloy equilibrium assessment",
4
  "domain": "computational-thermodynamics-calphad",
5
  "language": "python",
6
+ "source_repository": "https://github.com/pycalphad/pycalphad",
7
+ "source_commit": "50389503f126ea6f9e40947c215bd857bcfbd9de",
8
  "source_license": "MIT",
9
  "license_source": "LICENSE.txt",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "CC-BY-4.0; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "9093b7c978d3f58fdfc199cb70741135938c393e8266a9cbe454f1b72a017d30",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "976927397d08cf492ca124439053b1da678e6c7a261c4074ad6f7622069d194c"
22
  }
tasks/task_048/task.toml CHANGED
@@ -17,7 +17,7 @@ network_mode = "no-network"
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
- docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-048:v0.1.0@sha256:38893d5510a1f2c722c39dc851c1f4c0698c52602753e0e9a0531ea466ee9a4b"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
@@ -31,7 +31,7 @@ environment_mode = "separate"
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
- docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-048:v0.1.0@sha256:66acaa226780910a92acf5076beb045a8f521ec7f222277fb4fa1e37296d46da"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
 
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-048:v0.1.1@sha256:7000ceeb77adb2c980d318a30ff17bdbebaaad19ce0bb3f4372a770a02c26346"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
 
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-048:v0.1.1@sha256:670f242d783782ed07312104f888007fdfa136952eb46941c065cfb4b5d9eb14"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_048/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-048:v0.1.0@sha256:66acaa226780910a92acf5076beb045a8f521ec7f222277fb4fa1e37296d46da
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-048:v0.1.1@sha256:670f242d783782ed07312104f888007fdfa136952eb46941c065cfb4b5d9eb14
2
  FROM ${VERIFIER_IMAGE}
tasks/task_049/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "049",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/zwicker-group/py-pde/tree/a9f8256c1b4b48ac73f3df35b3e570993501b333",
13
+ "license": "MIT",
14
+ "copyright": "py-pde contributors; MIT notice retained in LICENSE",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/public/paper.md and paper_assets/paper.bib",
21
+ "kind": "joss_article_submission",
22
+ "source_url": "https://doi.org/10.21105/joss.02158",
23
+ "license": "CC-BY-4.0",
24
+ "copyright": "Copyright 2020 David Zwicker",
25
+ "modified": true,
26
+ "third_party_exceptions": "Article body is unchanged; an attribution block was added.",
27
+ "distribution_decision": "bundled"
28
+ }
29
+ ]
30
+ }
tasks/task_049/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `MIT`
12
+ - Source: <https://github.com/zwicker-group/py-pde/tree/a9f8256c1b4b48ac73f3df35b3e570993501b333>
13
+ - Copyright: py-pde contributors; MIT notice retained in LICENSE
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/public/paper.md and paper_assets/paper.bib`
18
+
19
+ - Kind: `joss_article_submission`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-4.0`
22
+ - Source: <https://doi.org/10.21105/joss.02158>
23
+ - Copyright: Copyright 2020 David Zwicker
24
+ - Modified or converted: `yes`
25
+ - Third-party exceptions: Article body is unchanged; an attribution block was added.
tasks/task_049/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "2102d49be26585ee8217bb375347adb25a008f36d62c783554d2a4e930489433"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "CC-BY-4.0; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "ae153bd68ea5352c49651111c1c225e8f7ccc5fc0c3440f1942218da873b339f",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "1f8c10aeb2fa8a71d3384e7096729de509e81cbcc11a05c11546c10077e52c06"
22
  }
tasks/task_049/task.toml CHANGED
@@ -17,7 +17,7 @@ network_mode = "no-network"
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
- docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-049:v0.1.0@sha256:5d2c93c90c190f69ed1f8bb05014f34d900f4c68ca483cf428399caa5c80f339"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
@@ -31,7 +31,7 @@ environment_mode = "separate"
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
- docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-049:v0.1.0@sha256:7a8babe7c3e8d6121a1fff866e0e6ae5871de381c8e759897a4b40244b6b76b6"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
 
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-049:v0.1.1@sha256:08749a092307b212a07d9f05b2edb2d74478b32f3d6d4e59bee97f22fe1fa3c1"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
 
31
  timeout_sec = 1800.0
32
 
33
  [verifier.environment]
34
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-verifier-python-task-049:v0.1.1@sha256:ba7d3a2168c254fda002f5263c1e7d965577633f0473184e212743416a1d77fb"
35
  os = "linux"
36
  allow_internet = false
37
  cpus = 2
tasks/task_049/tests/Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
- ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-049:v0.1.0@sha256:7a8babe7c3e8d6121a1fff866e0e6ae5871de381c8e759897a4b40244b6b76b6
2
  FROM ${VERIFIER_IMAGE}
 
1
+ ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-049:v0.1.1@sha256:ba7d3a2168c254fda002f5263c1e7d965577633f0473184e212743416a1d77fb
2
  FROM ${VERIFIER_IMAGE}
tasks/task_050/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "050",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo",
11
+ "kind": "source_snapshot",
12
+ "source_url": "https://github.com/jcmgray/quimb/tree/79594e405ac72da908cdd7a1058911afc256c483",
13
+ "license": "Apache-2.0",
14
+ "copyright": "quimb contributors; Apache-2.0 notice retained in LICENSE",
15
+ "modified": false,
16
+ "third_party_exceptions": "Notices retained with source.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/repo/paper.md, environment/repo/paper.bib, and environment/public/paper_assets/fig-TN-graph.png",
21
+ "kind": "joss_article_submission",
22
+ "source_url": "https://doi.org/10.21105/joss.00819",
23
+ "license": "CC-BY-4.0",
24
+ "copyright": "Copyright 2018 Johnnie Gray",
25
+ "modified": false,
26
+ "third_party_exceptions": "Attribution and source commit are recorded in environment/public/paper.md.",
27
+ "distribution_decision": "bundled"
28
+ }
29
+ ]
30
+ }
tasks/task_050/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo`
8
+
9
+ - Kind: `source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `Apache-2.0`
12
+ - Source: <https://github.com/jcmgray/quimb/tree/79594e405ac72da908cdd7a1058911afc256c483>
13
+ - Copyright: quimb contributors; Apache-2.0 notice retained in LICENSE
14
+ - Modified or converted: `no`
15
+ - Third-party exceptions: Notices retained with source.
16
+
17
+ ## `environment/repo/paper.md, environment/repo/paper.bib, and environment/public/paper_assets/fig-TN-graph.png`
18
+
19
+ - Kind: `joss_article_submission`
20
+ - Distribution decision: `bundled`
21
+ - License: `CC-BY-4.0`
22
+ - Source: <https://doi.org/10.21105/joss.00819>
23
+ - Copyright: Copyright 2018 Johnnie Gray
24
+ - Modified or converted: `no`
25
+ - Third-party exceptions: Attribution and source commit are recorded in environment/public/paper.md.
tasks/task_050/metadata.json CHANGED
@@ -4,11 +4,19 @@
4
  "domain": "quantum-information-many-body-tensor-networks",
5
  "language": "python",
6
  "source_repository": "https://github.com/jcmgray/quimb",
7
- "source_commit": "",
8
  "source_license": "Apache-2.0",
9
  "license_source": "LICENSE.txt",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "860d67a6ca8a5631f9b564aaf11e06bc1bec2dc388f996ce265d1fd31cd00771"
 
 
 
 
 
 
 
 
14
  }
 
4
  "domain": "quantum-information-many-body-tensor-networks",
5
  "language": "python",
6
  "source_repository": "https://github.com/jcmgray/quimb",
7
+ "source_commit": "79594e405ac72da908cdd7a1058911afc256c483",
8
  "source_license": "Apache-2.0",
9
  "license_source": "LICENSE.txt",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "Apache-2.0; CC-BY-4.0",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "c63b58bb1182776e8577921993d028a074627bb229e4d159ffb745884463a516",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "52919276a341c13deaecf84de42a7701c9fa9c2f0bb58a3253fce75721feef27"
22
  }