Skip to content

Commit f6f74cd

Browse files
Merge pull request #6 from sine-fdn/raimundo/wording
feat: slight wording changes and small fixes
2 parents 80067fa + 985bdbd commit f6f74cd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

specs/index.bs

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Boilerplate: omit conformance, omit copyright
1919

2020

2121
- Logistics emissions account for a significant share of global greenhouse gas emissions.
22-
- This document specifies a data model and [=data transactions=] necessary for the interoperable exchange of primary logistics emissions data
22+
- This document specifies a data model and [=data transactions=] necessary for the interoperable exchange of primary logistics emissions data.
2323
- The data model [[#data-model]] and the foundational data transactions ([[#txns]]) build upon the [[!GLEC]] Framework, the Pathfinder Framework, and the Pathfinder Technical Specifications.
2424
- By implementing this specification, different stakeholders of the logistics value chain can exchange data to enable logistics emissions calculation for [=shipments=].
2525
- This technical specification is based on the [[!GLEC]] Framework, the related [[!ISO14083|ISO 14083]], and the Data Exchange Project of [=SFC=].
@@ -126,7 +126,7 @@ Advisement: The current technical specifications are undergoing continuous refin
126126
:: A party that is offering transport services
127127

128128
: <dfn>Host System</dfn>
129-
:: See Pathfinder Tech Specs for the definition.
129+
:: See [Pathfinder Tech Specs](https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/#host-system) for the definition.
130130
Here, a host system additionally implements support for 1 or more data transactions ([[#txns]]).
131131

132132
: <dfn>ShipmentFootprint</dfn>
@@ -280,7 +280,7 @@ The [=Transport Service Organizer=] or a [=Transport Service User=] CAN then ret
280280

281281
# End-to-End Example # {#example}
282282

283-
Note: non-normative section
283+
Note: Non-normative section
284284

285285
This section provides an end-to-end example of how the data transactions ([[#txns]])
286286
enable logistics emissions transparency for a single shipment.
@@ -353,15 +353,15 @@ For this, the Transport Service Organizer `Z` performs the following data transa
353353
After Transport Service Organizer `Z` has performed its data collection, the Transport Service User `S`
354354
can calculate the logistics emissions of the shipment by
355355

356-
1. collecting the <{TCE|TCEs}> from `S` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database
356+
1. collecting the <{TCE|TCEs}> from `S` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database.
357357
1. `S` can further verify the <{TCE|TCEs}> by collecting the <{TOC|TOCs}> from `Z` using [[#txn2]]
358-
2. To compute the logistics emissions, `Z` can form the [=TC=] from the collected <{TCE|TCEs}> by taking the <{TCE|TCEs}> of step 1 and
358+
1. To compute the logistics emissions, `Z` can form the [=TC=] from the collected <{TCE|TCEs}> by taking the <{TCE|TCEs}> of step 1 and
359359
by calculating the logistics emissions for this shipment by following the [[!GLEC]] Framework and ISO 14083.
360360

361361

362362
## Example HTTP Calls ## {#example-http}
363363

364-
### Data Collection by `Z` ### {#example-http-z}
364+
### Data Collection by Transport Service Organizer `Z` ### {#example-http-z}
365365

366366
To collect the <{TCE|TCEs}> from Carrier `A`, `Z` performs the following HTTP call.
367367

@@ -372,7 +372,7 @@ Note: The call to `/footprints` can return several footprints, 1 for each shipme
372372
The highlighted lines show the data exchanged according to the <{ShipmentFootprint}> data model.
373373

374374
<div class=example>
375-
Example HTTP Request (cURL) to collect TCE Data from Carrier A:
375+
Example HTTP Request (cURL) to collect TCE Data from Carrier A (please note that an actual API call would require authentication):
376376
<pre highlight='sh'>
377377
curl -X 'GET' \
378378
'https://api.transport-operator-a.com/2/footprints'
@@ -408,7 +408,7 @@ The highlighted lines show the data exchanged according to the <{ShipmentFootpri
408408
"referencePeriodStart": "2021-01-01T00:00:00Z",
409409
"referencePeriodEnd": "2022-01-01T00:00:00Z",
410410
"secondaryEmissionFactorSources": [ { "name": "Ecoinvent", "version": "3.9.1" } ],
411-
"exemptedEmissionsPercent": "0.0",
411+
"exemptedEmissionsPercent": 0.0,
412412
"exemptedEmissionsDescription": "",
413413
"packagingEmissionsIncluded": true,
414414
"primaryDataShare": 100.0
@@ -442,7 +442,7 @@ The highlighted lines show the data exchanged according to the <{ShipmentFootpri
442442
</div>
443443

444444

445-
### Data Collection by `S` ### {#example-http-s}
445+
### Data Collection by Transport Service User `S` ### {#example-http-s}
446446

447447
To collect the TCEs related to the shipment and organizer `Z`, `S` performs the following HTTP call which yields 2 TCEs.
448448

@@ -453,7 +453,7 @@ Note: The call to `/footprints` can return several footprints, 1 for each shipme
453453
The highlighted lines show 2 TCEs which `Z` has collected and calculated for `S`.
454454

455455
<div class=example>
456-
Example HTTP Request (cURL) to collect TCE Data:
456+
Example HTTP Request (cURL) to collect TCE Data (please note that an actual API call would require authentication):
457457
<pre highlight='sh'>
458458
curl -X 'GET' \
459459
'https://api.transport-organizer.com/2/footprints'

0 commit comments

Comments
 (0)