Alexander Wirthal commited on
Commit
95957ef
·
1 Parent(s): 3aeaa5c

docs: add ChEMBL v35 CC BY-SA 3.0 attribution to README and METHODOLOGY

Browse files
Files changed (2) hide show
  1. METHODOLOGY.md +2 -0
  2. README.md +4 -0
METHODOLOGY.md CHANGED
@@ -68,6 +68,8 @@
68
  - **Checkpoint:** `chembl_checkpoint.json` — every 100 compounds
69
  - **Error handling:** `-1` logged for API failures (see `chembl_errors.log`)
70
 
 
 
71
  ### 4. PatentsView (USPTO API v1)
72
 
73
  - **Endpoint:** `https://api.patentsview.org/patents/query`
 
68
  - **Checkpoint:** `chembl_checkpoint.json` — every 100 compounds
69
  - **Error handling:** `-1` logged for API failures (see `chembl_errors.log`)
70
 
71
+ > **Attribution:** ChEMBL data is from https://www.ebi.ac.uk/chembl/ (ChEMBL v35), licensed under CC BY-SA 3.0. Attribution required for downstream redistribution.
72
+
73
  ### 4. PatentsView (USPTO API v1)
74
 
75
  - **Endpoint:** `https://api.patentsview.org/patents/query`
README.md CHANGED
@@ -260,6 +260,10 @@ Enrichment methodology is documented in [`METHODOLOGY.md`](METHODOLOGY.md). Sour
260
 
261
  The free sample (`ethno_sample_400.json`) uses the v2.0 schema with final enrichment values across all four layers.
262
 
 
 
 
 
263
  ## License & Commercial Access
264
 
265
  - **Free 400-row sample**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — use for evaluation, academic research, and prototyping.
 
260
 
261
  The free sample (`ethno_sample_400.json`) uses the v2.0 schema with final enrichment values across all four layers.
262
 
263
+ ## Data Attribution
264
+
265
+ This dataset includes bioactivity count data (`chembl_bioactivity_count` field) derived from [ChEMBL v35](https://www.ebi.ac.uk/chembl/), licensed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/). Buyers who redistribute this field downstream must comply with ChEMBL attribution requirements.
266
+
267
  ## License & Commercial Access
268
 
269
  - **Free 400-row sample**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — use for evaluation, academic research, and prototyping.