|
1 | 1 | import * as React from "react"
|
2 | 2 | import { Tbody, Td, Th, Thead, Tr } from "@chakra-ui/react"
|
3 | 3 |
|
| 4 | +import InlineLink from "@/components/Link" |
| 5 | + |
4 | 6 | /*
|
5 | 7 | * Note on the Chakra Table components:
|
6 | 8 | *
|
@@ -65,159 +67,129 @@ export const MdxEnergyConsumpData = () => (
|
65 | 67 | <Td textAlign="end">200</Td>
|
66 | 68 | <Td textAlign="end">77,000x</Td>
|
67 | 69 | <Td>
|
68 |
| - <a |
69 |
| - target="_blank" |
70 |
| - rel="noopener" |
| 70 | + <InlineLink |
71 | 71 | href="https://www.iea.org/commentaries/data-centres-and-energy-from-global-headlines-to-local-headaches"
|
72 | 72 | dir="ltr"
|
73 | 73 | >
|
74 | 74 | source
|
75 |
| - <span aria-hidden="true">↗</span> |
76 |
| - </a> |
| 75 | + </InlineLink> |
77 | 76 | </Td>
|
78 | 77 | </Tr>
|
79 | 78 | <Tr>
|
80 | 79 | <Td>Gold mining</Td>
|
81 | 80 | <Td textAlign="end">131</Td>
|
82 | 81 | <Td textAlign="end">50,000x</Td>
|
83 | 82 | <Td>
|
84 |
| - <a |
85 |
| - target="_blank" |
86 |
| - rel="noopener" |
| 83 | + <InlineLink |
87 | 84 | href="https://ccaf.io/cbnsi/cbeci/comparisons"
|
88 | 85 | dir="ltr"
|
89 | 86 | >
|
90 | 87 | source
|
91 |
| - <span aria-hidden="true">↗</span> |
92 |
| - </a> |
| 88 | + </InlineLink> |
93 | 89 | </Td>
|
94 | 90 | </Tr>
|
95 | 91 | <Tr>
|
96 | 92 | <Td>Bitcoin</Td>
|
97 | 93 | <Td textAlign="end">131</Td>
|
98 | 94 | <Td textAlign="end">50,000x</Td>
|
99 | 95 | <Td>
|
100 |
| - <a |
101 |
| - target="_blank" |
102 |
| - rel="noopener" |
| 96 | + <InlineLink |
103 | 97 | href="https://ccaf.io/cbnsi/cbeci/comparisons"
|
104 | 98 | dir="ltr"
|
105 | 99 | >
|
106 | 100 | source
|
107 |
| - <span aria-hidden="true">↗</span> |
108 |
| - </a> |
| 101 | + </InlineLink> |
109 | 102 | </Td>
|
110 | 103 | </Tr>
|
111 | 104 | <Tr>
|
112 | 105 | <Td>PoW Ethereum</Td>
|
113 | 106 | <Td textAlign="end">78</Td>
|
114 | 107 | <Td textAlign="end">30,000x</Td>
|
115 | 108 | <Td>
|
116 |
| - <a |
117 |
| - target="_blank" |
118 |
| - rel="noopener" |
| 109 | + <InlineLink |
119 | 110 | href="https://digiconomist.net/ethereum-energy-consumption"
|
120 | 111 | dir="ltr"
|
121 | 112 | >
|
122 | 113 | source
|
123 |
| - <span aria-hidden="true">↗</span> |
124 |
| - </a> |
| 114 | + </InlineLink> |
125 | 115 | </Td>
|
126 | 116 | </Tr>
|
127 | 117 | <Tr>
|
128 | 118 | <Td>Youtube (direct only)</Td>
|
129 | 119 | <Td textAlign="end">12</Td>
|
130 | 120 | <Td textAlign="end">4600x</Td>
|
131 | 121 | <Td>
|
132 |
| - <a |
133 |
| - target="_blank" |
134 |
| - rel="noopener" |
| 122 | + <InlineLink |
135 | 123 | href="https://www.gstatic.com/gumdrop/sustainability/google-2020-environmental-report.pdf"
|
136 | 124 | dir="ltr"
|
137 | 125 | >
|
138 | 126 | source
|
139 |
| - <span aria-hidden="true">↗</span> |
140 |
| - </a> |
| 127 | + </InlineLink> |
141 | 128 | </Td>
|
142 | 129 | </Tr>
|
143 | 130 | <Tr>
|
144 | 131 | <Td>Gaming in USA</Td>
|
145 | 132 | <Td textAlign="end">34</Td>
|
146 | 133 | <Td textAlign="end">13,000x</Td>
|
147 | 134 | <Td>
|
148 |
| - <a |
149 |
| - target="_blank" |
150 |
| - rel="noopener" |
| 135 | + <InlineLink |
151 | 136 | href="https://www.researchgate.net/publication/336909520_Toward_Greener_Gaming_Estimating_National_Energy_Use_and_Energy_Efficiency_Potential"
|
152 | 137 | dir="ltr"
|
153 | 138 | >
|
154 | 139 | source
|
155 |
| - <span aria-hidden="true">↗</span> |
156 |
| - </a> |
| 140 | + </InlineLink> |
157 | 141 | </Td>
|
158 | 142 | </Tr>
|
159 | 143 | <Tr>
|
160 | 144 | <Td>Netflix</Td>
|
161 | 145 | <Td textAlign="end">0.451</Td>
|
162 | 146 | <Td textAlign="end">173x</Td>
|
163 | 147 | <Td>
|
164 |
| - <a |
165 |
| - target="_blank" |
166 |
| - rel="noopener" |
| 148 | + <InlineLink |
167 | 149 | href="https://assets.ctfassets.net/4cd45et68cgf/7B2bKCqkXDfHLadrjrNWD8/e44583e5b288bdf61e8bf3d7f8562884/2021_US_EN_Netflix_EnvironmentalSocialGovernanceReport-2021_Final.pdf"
|
168 | 150 | dir="ltr"
|
169 | 151 | >
|
170 | 152 | source
|
171 |
| - <span aria-hidden="true">↗</span> |
172 |
| - </a> |
| 153 | + </InlineLink> |
173 | 154 | </Td>
|
174 | 155 | </Tr>
|
175 | 156 | <Tr>
|
176 | 157 | <Td>PayPal</Td>
|
177 | 158 | <Td textAlign="end">0.26</Td>
|
178 | 159 | <Td textAlign="end">100x</Td>
|
179 | 160 | <Td>
|
180 |
| - <a |
181 |
| - target="_blank" |
182 |
| - rel="noopener" |
| 161 | + <InlineLink |
183 | 162 | href="https://app.impaakt.com/analyses/paypal-consumed-264100-mwh-of-energy-in-2020-24-from-non-renewable-sources-27261"
|
184 | 163 | dir="ltr"
|
185 | 164 | >
|
186 | 165 | source
|
187 |
| - <span aria-hidden="true">↗</span> |
188 |
| - </a> |
| 166 | + </InlineLink> |
189 | 167 | </Td>
|
190 | 168 | </Tr>
|
191 | 169 | <Tr>
|
192 | 170 | <Td>AirBnB</Td>
|
193 | 171 | <Td textAlign="end">0.02</Td>
|
194 | 172 | <Td textAlign="end">8x</Td>
|
195 | 173 | <Td>
|
196 |
| - <a |
197 |
| - target="_blank" |
198 |
| - rel="noopener" |
| 174 | + <InlineLink |
199 | 175 | href="https://s26.q4cdn.com/656283129/files/doc_downloads/governance_doc_updated/Airbnb-ESG-Factsheet-(Final).pdf"
|
200 | 176 | dir="ltr"
|
201 | 177 | >
|
202 | 178 | source
|
203 |
| - <span aria-hidden="true">↗</span> |
204 |
| - </a> |
| 179 | + </InlineLink> |
205 | 180 | </Td>
|
206 | 181 | </Tr>
|
207 | 182 | <Tr>
|
208 | 183 | <Td>PoS Ethereum</Td>
|
209 | 184 | <Td textAlign="end">0.0026</Td>
|
210 | 185 | <Td textAlign="end">1x</Td>
|
211 | 186 | <Td>
|
212 |
| - <a |
213 |
| - target="_blank" |
214 |
| - rel="noopener" |
| 187 | + <InlineLink |
215 | 188 | href="https://carbon-ratings.com/eth-report-2022"
|
216 | 189 | dir="ltr"
|
217 | 190 | >
|
218 | 191 | source
|
219 |
| - <span aria-hidden="true">↗</span> |
220 |
| - </a> |
| 192 | + </InlineLink> |
221 | 193 | </Td>
|
222 | 194 | </Tr>
|
223 | 195 | </Tbody>
|
|
0 commit comments