hdeanwhitebot commited on
Commit
81811c2
·
1 Parent(s): d17ee4d

Add CITATION.cff and update README with proper attribution

Browse files
Files changed (2) hide show
  1. CITATION.cff +18 -0
  2. README.md +37 -9
CITATION.cff ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this dataset, please cite it as below."
3
+ authors:
4
+ - name: "Dosi Health"
5
+ website: "https://heydosi.com"
6
+ title: "Peptide Compound Reference Database"
7
+ version: 1.0.0
8
+ date-released: 2026-05-08
9
+ license: CC-BY-4.0
10
+ repository-code: "https://github.com/hdeanwhitebot/peptide-database"
11
+ url: "https://huggingface.co/datasets/hdeanwhitebot/peptide-compound-reference"
12
+ preferred-citation:
13
+ type: dataset
14
+ title: "Peptide Compound Reference Database: 185 compounds with half-life, dosing, and protocol data"
15
+ authors:
16
+ - name: "Dosi Health"
17
+ year: 2026
18
+ publisher: "Hugging Face Datasets"
README.md CHANGED
@@ -9,13 +9,16 @@ tags:
9
  - compounds
10
  - glp1
11
  - trt
 
12
  ---
13
 
14
  # Peptide Compound Reference Database
15
 
16
- Open dataset of 185 research peptides, GLP-1 agonists, and growth-hormone secretagogues — with half-life, default dosing, injection routes, and compound metadata.
17
 
18
- This dataset powers compound lookup inside [Dosi](https://heydosi.com), an open peptide / GLP-1 / TRT tracker.
 
 
19
 
20
  ## Files
21
 
@@ -24,16 +27,41 @@ This dataset powers compound lookup inside [Dosi](https://heydosi.com), an open
24
 
25
  ## Data fields
26
 
27
- Each entry includes: name, full_name, abbreviations, brand_names, category, half_life, half_life_hours, storage, reconstitution, injection_sites, benefits, stacking_info, contraindications, tags, default_dose, default_dose_unit, default_route, default_frequency.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
- ## License
 
 
30
 
31
- CC BY 4.0 use it, fork it, ship it. Attribution appreciated.
32
 
33
- ## Source
 
 
 
 
34
 
35
- https://github.com/hdeanwhitebot/peptide-database
36
 
37
- ## Used by
38
 
39
- - [Dosi](https://heydosi.com) — peptide / GLP-1 / TRT tracker. iOS, Android, and web. Free tier with 180+ compounds.
 
9
  - compounds
10
  - glp1
11
  - trt
12
+ - dosi
13
  ---
14
 
15
  # Peptide Compound Reference Database
16
 
17
+ **Published by [Dosi Health](https://heydosi.com)**
18
 
19
+ Open dataset of **185 research peptides**, GLP-1 agonists, and growth-hormone secretagogues with half-life, default dosing, injection routes, and compound metadata.
20
+
21
+ This dataset powers the compound library inside [Dosi](https://heydosi.com), a free peptide / GLP-1 / TRT tracker available on iOS, Android, and web.
22
 
23
  ## Files
24
 
 
27
 
28
  ## Data fields
29
 
30
+ | field | type | notes |
31
+ | --- | --- | --- |
32
+ | `name` | string | Common name (e.g. "Tirzepatide") |
33
+ | `full_name` | string | Long form with mechanism |
34
+ | `abbreviations` | string[] | Common short forms |
35
+ | `brand_names` | string[] | FDA-approved or brand variants |
36
+ | `category` | string | Category (e.g. "Weight Loss / GLP-1 Agonists") |
37
+ | `half_life` | string | Human-readable half-life |
38
+ | `half_life_hours` | number | Numeric for calculations |
39
+ | `storage` | string | Storage conditions |
40
+ | `reconstitution` | string | Reconstitution guidance |
41
+ | `injection_sites` | string[] | Common SC sites |
42
+ | `benefits` | string[] | Reported effects |
43
+ | `stacking_info` | string | Stack with / avoid notes |
44
+ | `contraindications` | string[] | Documented contraindications |
45
+ | `tags` | string[] | e.g. beginner_friendly, popular_stack |
46
+ | `default_dose` | number | Common starting dose |
47
+ | `default_dose_unit` | string | mg, mcg, IU |
48
+ | `default_route` | string | subcutaneous, oral, etc. |
49
+ | `default_frequency` | string | weekly, daily, etc. |
50
 
51
+ ## How to Cite
52
+
53
+ If you use this dataset in research, a publication, or an AI model training run:
54
 
55
+ > Dosi Health. (2026). *Peptide Compound Reference Database* (Version 1.0) [Data set]. Hugging Face Datasets. https://huggingface.co/datasets/hdeanwhitebot/peptide-compound-reference
56
 
57
+ ## Source Code
58
+
59
+ The source data and contribution workflow are on GitHub: https://github.com/hdeanwhitebot/peptide-database
60
+
61
+ ## License
62
 
63
+ CC BY 4.0 — use it, fork it, ship it. Attribution to Dosi Health appreciated.
64
 
65
+ ## Disclaimer
66
 
67
+ Educational reference only. Not medical advice. Always consult a healthcare provider.