Skip to content

Commit

Permalink
feat(app, labware-library): add adapter and adapter + labware combo i…
Browse files Browse the repository at this point in the history
…mgs (#13680)

closes RUXD-1109
  • Loading branch information
jerader authored Sep 29, 2023
1 parent 7060060 commit adbccc9
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions app/src/organisms/LabwareDetails/labware-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,36 @@ export const labwareImages: Record<string, string[]> = {
biorad_384_wellplate_50ul: [
require('./images/biorad_384_wellplate_50ul.jpg'),
],
opentrons_96_deep_well_adapter: [
require('./images/deep_well_plate_adapter.jpg'),
],
opentrons_96_flat_bottom_adapter: [
require('./images/flat_bottom_plate_adapter.jpg'),
],
opentrons_96_pcr_adapter: [require('./images/pcr_plate_adapter.jpg')],
opentrons_universal_flat_adapter: [
require('./images/universal_flat_adapter.jpg'),
],
opentrons_aluminum_flat_bottom_plate: [
require('./images/flat_bottom_aluminum.png'),
],
opentrons_96_well_aluminum_block: [
require('./images/opentrons_96_aluminumblock_side_view.jpg'),
],
opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep: [
require('./images/deep_well_plate_adapter.jpg'),
require('./images/nest_96_wellplate_2ml_deep.jpg'),
],
opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat: [
require('./images/flat_bottom_plate_adapter.jpg'),
require('./images/nest_96_wellplate_200ul_flat_three_quarters.jpg'),
],
opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt: [
require('./images/pcr_plate_adapter.jpg'),
require('./images/nest_96_wellplate_100ul_pcr_full_skirt_three_quarters.jpg'),
],
opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat: [
require('./images/universal_flat_adapter.jpg'),
require('./images/corning_384_wellplate_112ul_flat_photo_three_quarters.jpg'),
],
}
32 changes: 32 additions & 0 deletions labware-library/src/components/labware-ui/labware-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,36 @@ export const labwareImages: Record<string, string[]> = {
biorad_384_wellplate_50ul: [
require('../../images/biorad_384_wellplate_50ul.jpg'),
],
opentrons_96_deep_well_adapter: [
require('../../images/deep_well_plate_adapter.jpg'),
],
opentrons_96_flat_bottom_adapter: [
require('../../images/flat_bottom_plate_adapter.jpg'),
],
opentrons_96_pcr_adapter: [require('../../images/pcr_plate_adapter.jpg')],
opentrons_universal_flat_adapter: [
require('../../images/universal_flat_adapter.jpg'),
],
opentrons_aluminum_flat_bottom_plate: [
require('../../images/flat_bottom_aluminum.png'),
],
opentrons_96_well_aluminum_block: [
require('../../images/opentrons_96_aluminumblock_side_view.jpg'),
],
opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep: [
require('../../images/deep_well_plate_adapter.jpg'),
require('../../images/nest_96_wellplate_2ml_deep.jpg'),
],
opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat: [
require('../../images/flat_bottom_plate_adapter.jpg'),
require('../../images/nest_96_wellplate_200ul_flat_three_quarters.jpg'),
],
opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt: [
require('../../images/pcr_plate_adapter.jpg'),
require('../../images/nest_96_wellplate_100ul_pcr_full_skirt_three_quarters.jpg'),
],
opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat: [
require('../../images/universal_flat_adapter.jpg'),
require('../../images/corning_384_wellplate_112ul_flat_photo_three_quarters.jpg'),
],
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added labware-library/src/images/pcr_plate_adapter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit adbccc9

Please sign in to comment.