Skip to content

Commit 3b15b5e

Browse files
docs: add contributors and acknowledgements section to landing page
Add dedicated section on docs landing page linking to: - GitHub contributors list - Citation/Zenodo for research use - Project partners and supporters Makes it easy for users to discover and credit CodeCarbon contributors.
1 parent 7e342f4 commit 3b15b5e

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

docs/how-to/cloud-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ save_to_api = true
6262
## View Your Results
6363

6464
Once your runs complete, visit the [CodeCarbon dashboard](https://dashboard.codecarbon.io/) to see your results. For more visualization options, see the [visualization guide](visualize.md).
65-

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ A single datacenter can consume large amounts of energy to run computing code. A
7878
| [Methodology](explanation/methodology.md) | How emissions are calculated |
7979
| [EcoLogits](https://ecologits.ai/latest/?utm_source=codecarbon&utm_medium=docs) | Track emissions from GenAI API calls |
8080
| [Discord Community](https://discord.gg/GS9js2XkJR) | Chat with us and the community |
81+
82+
## Contributors & Acknowledgements
83+
84+
CodeCarbon is built by a community of open-source contributors and supported by organizations committed to sustainable computing.
85+
86+
- **[Contributors](https://github.com/mlco2/codecarbon/graphs/contributors)** - See everyone who has contributed to the project
87+
- **[Citation](https://zenodo.org/records/11171501)** - Cite CodeCarbon in your research
88+
- **[Partners](https://github.com/mlco2/codecarbon#partners)** - The organizations supporting this work

docs/stylesheets/extra.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,23 @@
3939
}
4040

4141
[data-md-color-scheme="default"] .md-header .md-search__button,
42-
[data-md-color-scheme="default"] .md-search__button,
42+
[data-md-color-scheme="default"] .md-search__button {
43+
color: #0d1f0d !important;
44+
background-color: rgba(0, 0, 0, 0.08) !important;
45+
}
46+
4347
[data-md-color-scheme="slate"] .md-header .md-search__button,
4448
[data-md-color-scheme="slate"] .md-search__button {
4549
color: #ffffff !important;
4650
background-color: rgba(255, 255, 255, 0.15) !important;
4751
}
4852

4953
[data-md-color-scheme="default"] .md-header .md-search__input,
50-
[data-md-color-scheme="default"] .md-search__input,
54+
[data-md-color-scheme="default"] .md-search__input {
55+
color: #0d1f0d !important;
56+
background-color: rgba(0, 0, 0, 0.08) !important;
57+
}
58+
5159
[data-md-color-scheme="slate"] .md-header .md-search__input,
5260
[data-md-color-scheme="slate"] .md-search__input {
5361
color: #ffffff !important;

0 commit comments

Comments
 (0)