Changes between Version 4 and Version 5 of Ticket #29, comment 1


Ignore:
Timestamp:
2022-12-05T07:52:17Z (2 years ago)
Author:
Mike Dewhirst

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29, comment 1

    v4 v5  
    3232    If used in a cosmetic, must not be prohibited or restricted in cosmetics by EU or USA
    3333
    34         For this we need a new ''is_banned_for_cosmetics()'' method which scans the index for a chemical (CAS and/or name and/or EC number) and if detected returns True if prohibited or restricted. There are chemicals on the EUR-Lex Cosmetics lists which are allowed with conditions. Some of those conditions may concern AICIS when/if the chemical is listed on the Australian inventory, the listing may carry similar conditions. There are similar lists for the USA.
     34        For this we need a new ''is_banned_for_cosmetics()'' method which scans the index for a chemical (CAS and/or name and/or EC number) and if detected returns True if prohibited or restricted. There are chemicals on the EUR-Lex Cosmetics lists which are allowed with conditions. Some of those conditions may concern AICIS when/if the chemical is listed on the Australian inventory, the listing may carry similar conditions. There are similar lists for the USA. See Ticket #34
    3535
    3636and
     
    3838    Not (known to be) a solid or a dispersion or
    3939
    40         ''Physical state'' of 'Unknown' is already treated by the software as equivalent with 'Solid' and/or 'Dispersion' for nanoscale processing. No change required here.
     40        ''Physical state'' of 'Unknown' is already treated by the software as equivalent with 'Solid' and/or 'Dispersion' for nanoscale processing. See Ticket #30.
    4141
    4242    Not (known) to be nanoscale
    4343
    44         ''Nano-material'' already has a selection 'Not known' which AICIS (and the software) treats as 'Yes' but without a study report on nano particle dimensions.
     44        ''Nano-material'' already has a selection 'Not known' which AICIS (and the software) treats as 'Yes' but without a study report on nano particle dimensions. See Ticket [ticket:28#comment:3] which implements this.
    4545
    4646and
    4747
    48     Not (known) to contain Fluorine or
     48    Not (known) to contain Fluorine or 
    4949
    50         We do need a ''has_fluorine()'' method which returns True if there is a molecular formula with the symbol F or there is 'fluo" in the names. Returning False means it is not known to contain Fluorine.
     50        We do need a ''has_fluorine()'' method which returns True if the molecular formula has a symbol 'F' or there is 'fluo" in the names. Returning False means it is not known to contain Fluorine. See Ticket #32.
    5151
    5252    IS known to be an inorganic salt
    5353
    54         We already have element detection methods and organic/inorganic detection 
     54        We already have element detection methods and organic/inorganic detection. See Ticket #33
    5555
    5656and