|
5 | 5 | package_properties = sp.PackageProperties( |
6 | 6 | ## Required: |
7 | 7 | name="feasibility-data", |
8 | | - title="", |
9 | | - description="", |
| 8 | + title="ON LiMiT Feasibility Study Data", |
| 9 | + description="Full data set on 24 participants in the feasibility arm of the " |
| 10 | + "ON LiMiT study. ON LiMiT is looking at remission of type 2 diabetes using " |
| 11 | + "diet and exercise.", |
10 | 12 | licenses=[ |
11 | 13 | sp.LicenseProperties( |
12 | 14 | ## Required: |
13 | | - name="", |
| 15 | + name="CC0-1.0", |
14 | 16 | ## Optional: |
15 | | - # path="", |
16 | | - # title="", |
| 17 | + path="https://creativecommons.org/publicdomain/zero/1.0/", |
| 18 | + title="CC0 1.0 Universal", |
17 | 19 | ), |
18 | 20 | ], |
19 | 21 | ## Optional: |
20 | | - # homepage="", |
21 | | - # contributors=[ |
22 | | - # sp.ContributorProperties( |
23 | | - # ## Required: |
24 | | - # title="", |
25 | | - # ## Optional: |
26 | | - # path="", |
27 | | - # email="", |
28 | | - # given_name="", |
29 | | - # family_name="", |
30 | | - # organization="", |
31 | | - # roles=[""], |
32 | | - # ), |
33 | | - # ], |
| 22 | + homepage="https://onlimit.org", |
| 23 | + contributors=[ |
| 24 | + sp.ContributorProperties( |
| 25 | + ## Required: |
| 26 | + title="Kristiane Beicher", |
| 27 | + ## Optional: |
| 28 | + path="", |
| 29 | + |
| 30 | + given_name="Kristiane", |
| 31 | + family_name="Beicher", |
| 32 | + organization="Steno Diabetes Centre Aarhus", |
| 33 | + roles=["DataManager", "DataCurator", "ContactPerson"], |
| 34 | + ), |
| 35 | + sp.ContributorProperties( |
| 36 | + ## Required: |
| 37 | + title="Daniel Borch Ibsen", |
| 38 | + ## Optional: |
| 39 | + path="", |
| 40 | + |
| 41 | + given_name="Daniel", |
| 42 | + family_name="Ibsen", |
| 43 | + organization="Steno Diabetes Centre Aarhus", |
| 44 | + roles=["ContactPerson"], |
| 45 | + ), |
| 46 | + sp.ContributorProperties( |
| 47 | + ## Required: |
| 48 | + title="Luke W Johnston", |
| 49 | + ## Optional: |
| 50 | + path="", |
| 51 | + |
| 52 | + given_name="Luke", |
| 53 | + family_name="Johnston", |
| 54 | + organization="Steno Diabetes Centre Aarhus", |
| 55 | + roles=["DataManager", "DataCurator"], |
| 56 | + ), |
| 57 | + sp.ContributorProperties( |
| 58 | + ## Required: |
| 59 | + title="Marton Vago", |
| 60 | + ## Optional: |
| 61 | + path="", |
| 62 | + |
| 63 | + given_name="Marton", |
| 64 | + family_name="Vago", |
| 65 | + organization="Steno Diabetes Centre Aarhus", |
| 66 | + roles=["DataManager", "DataCurator"], |
| 67 | + ), |
| 68 | + ], |
34 | 69 | # keywords=[""], |
35 | 70 | # image="", |
36 | 71 | # sources=[ |
|
0 commit comments