Skip to content

Commit af5e5fe

Browse files
committed
improved table
1 parent 8c5f064 commit af5e5fe

File tree

1 file changed

+14
-12
lines changed
  • articles/ab1305-initial-disclosures

1 file changed

+14
-12
lines changed

articles/ab1305-initial-disclosures/index.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,26 @@ In addition to the challenge of discovering and transcribing disclosures, we als
5151

5252
<Figure>
5353
<Table
54-
columns={[6]}
55-
start={[[1]]}
56-
index={false}
57-
width={[6]}
54+
columns={[10]}
55+
start={[[1], [2]]}
56+
width={[
57+
[1],
58+
[9],
59+
]}
5860
data={[
59-
['1. The name of the business entity selling the offset.'],
60-
['2. The name of the offset registry or program.'],
61-
['3. The project identification number.'],
62-
['4. The project name as listed in the registry or program.'],
61+
['1', 'The name of the business entity selling the offset.'],
62+
['2', 'The name of the offset registry or program.'],
63+
['3', 'The project identification number.'],
64+
['4', 'The project name as listed in the registry or program.'],
6365
[
64-
'5. The offset project type, including whether the offsets purchased were derived from a carbon removal, an avoided emission, or a combination of both.',
66+
'5', 'The offset project type, including whether the offsets purchased were derived from a carbon removal, an avoided emission, or a combination of both.',
6567
],
66-
['6. The offset project site location.'],
68+
['6', 'The offset project site location.'],
6769
[
68-
'7. The specific protocol used to estimate emissions reductions or removal benefits.',
70+
'7', 'The specific protocol used to estimate emissions reductions or removal benefits.',
6971
],
7072
[
71-
'8. Whether there is independent third-party verification of company data and claims listed.',
73+
'8', 'Whether there is independent third-party verification of company data and claims listed.',
7274
],
7375
]}
7476
/>

0 commit comments

Comments
 (0)