Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PLR's `Resource` subclasses in the inheritance tree are:
However, in our discussions, it became evident that the term "labware" has different meanings to different stakeholders
(e.g., "A plate is clearly labware, but is a liquid handler or a plate reader labware?").
As a result, PLR avoids the ambiguous term "labware".</p>
<p><u>Every physical item (describable via its <code>item_x</code>, <code>item_y</code>, <code>item_z</code>) is a "resource"</u>.</p>
<p><u>Every physical item (describable by its physical dimensions <code>size_x</code>, <code>size_y</code>, <code>size_z</code>) is a `Resource`</u>.</p>
</details>

<hr>
Expand Down