keeganskeate commited on
Commit
4f94835
Β·
1 Parent(s): ddef0be

Updated copyright year (2023) in README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: red
5
  colorTo: red
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
  <img style="height:180px" alt="" src="https://firebasestorage.googleapis.com/v0/b/cannlytics.appspot.com/o/public%2Fimages%2Flogos%2Fcannlytics-space-logo.png?alt=media&token=87727d92-bfb1-43df-bb9e-e2308dfa9b08">
@@ -30,28 +31,28 @@ Do you want to join a team of data scientists from around the world who are adva
30
  Contributions are always welcome! You are encouraged to submit [issues](https://github.com/cannlytics/cannlytics/issues), functionality, and features that you want to be addressed. See [the contributing guide](https://docs.cannlytics.com/developers/contributing/) to get started. Anyone is welcome to contribute anything. Currently, the project could greatly benefit from:
31
 
32
  - 🎨 [Art](https://github.com/cannlytics/cannlytics/tree/main/website/static/website/images);
33
- - πŸ‘¨β€πŸ’» Code refactoring;
34
- - πŸ’‘ General ideas for improvement;
35
  - πŸ‘· [Tests](https://github.com/cannlytics/cannlytics/tree/main/tests);
36
  - πŸ–ŠοΈ [User documentation](https://github.com/cannlytics/cannlytics/tree/main/docs);
37
- - 🏹 Example use cases.
38
 
39
  ## πŸ’– Support <a name="support"></a>
40
 
41
  Cannlytics is made available with ❀️ and your good will. Please consider making a contribution to help us continue crafting useful tools and data pipelines for you. Thank you πŸ™
42
 
43
  | Provider | Link |
44
- |-|-|
45
  | πŸ‘ OpenCollective | <https://opencollective.com/cannlytics-company/donate> |
46
  | πŸ’Έ PayPal Donation | <https://paypal.me/cannlytics> |
47
  | πŸ’΅ Venmo Donation | <https://www.venmo.com/u/cannlytics> |
48
- | πŸͺ™ Bitcoin donation address| 34CoUcAFprRnLnDTHt6FKMjZyvKvQHb6c6 |
49
- | ⚑ Ethereum donation address | 0xa466d0893e3d4f584c5a7aec1104b9f1d541cf1c |
50
 
51
  ## πŸ›οΈ License <a name="license"></a>
52
 
53
  ```
54
- Copyright (c) 2020-2022 Cannlytics and the Cannabis Data Science Team
55
 
56
  Permission is hereby granted, free of charge, to any person obtaining a copy
57
  of this software and associated documentation files (the "Software"), to deal
@@ -75,10 +76,10 @@ SOFTWARE.
75
  Please cite the following if you use the code examples in your research:
76
 
77
  ```bibtex
78
- @misc{cannlytics2022,
79
  title={Cannabis Data Science},
80
  author={Skeate, Keegan and Rice, Charles and O'Sullivan-Sutherland, Candace},
81
  journal={https://github.com/cannlytics/cannabis-data-science},
82
- year={2022}
83
  }
84
- ```
 
5
  colorTo: red
6
  sdk: static
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
  <img style="height:180px" alt="" src="https://firebasestorage.googleapis.com/v0/b/cannlytics.appspot.com/o/public%2Fimages%2Flogos%2Fcannlytics-space-logo.png?alt=media&token=87727d92-bfb1-43df-bb9e-e2308dfa9b08">
 
31
  Contributions are always welcome! You are encouraged to submit [issues](https://github.com/cannlytics/cannlytics/issues), functionality, and features that you want to be addressed. See [the contributing guide](https://docs.cannlytics.com/developers/contributing/) to get started. Anyone is welcome to contribute anything. Currently, the project could greatly benefit from:
32
 
33
  - 🎨 [Art](https://github.com/cannlytics/cannlytics/tree/main/website/static/website/images);
34
+ - πŸ‘¨β€πŸ’» [Code refactoring](https://github.com/cannlytics/cannabis-data-science);
35
+ - πŸ’‘ [General ideas for improvement](https://github.com/cannlytics/cannlytics/issues);
36
  - πŸ‘· [Tests](https://github.com/cannlytics/cannlytics/tree/main/tests);
37
  - πŸ–ŠοΈ [User documentation](https://github.com/cannlytics/cannlytics/tree/main/docs);
38
+ - 🏹 [Example use cases](https://github.com/cannlytics/cannlytics/issues).
39
 
40
  ## πŸ’– Support <a name="support"></a>
41
 
42
  Cannlytics is made available with ❀️ and your good will. Please consider making a contribution to help us continue crafting useful tools and data pipelines for you. Thank you πŸ™
43
 
44
  | Provider | Link |
45
+ |----------|------|
46
  | πŸ‘ OpenCollective | <https://opencollective.com/cannlytics-company/donate> |
47
  | πŸ’Έ PayPal Donation | <https://paypal.me/cannlytics> |
48
  | πŸ’΅ Venmo Donation | <https://www.venmo.com/u/cannlytics> |
49
+ | πŸͺ™ Bitcoin donation address| `34CoUcAFprRnLnDTHt6FKMjZyvKvQHb6c6` |
50
+ | ⚑ Ethereum donation address | `cannlytics.eth` |
51
 
52
  ## πŸ›οΈ License <a name="license"></a>
53
 
54
  ```
55
+ Copyright (c) 2020-2023 Cannlytics and the Cannabis Data Science Team
56
 
57
  Permission is hereby granted, free of charge, to any person obtaining a copy
58
  of this software and associated documentation files (the "Software"), to deal
 
76
  Please cite the following if you use the code examples in your research:
77
 
78
  ```bibtex
79
+ @misc{cannlytics2023,
80
  title={Cannabis Data Science},
81
  author={Skeate, Keegan and Rice, Charles and O'Sullivan-Sutherland, Candace},
82
  journal={https://github.com/cannlytics/cannabis-data-science},
83
+ year={2023}
84
  }
85
+ ```