Difference between revisions of "Packaging"
Jump to navigation
Jump to search
(Created page with "== Possible efforts == # Collecting full on-pack recycling instructions ## Adding a specific button in the iOS and Android apps (if packaging instructions are empty) ## Ensuri...") |
|||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Recycling]] | ||
+ | [[Category:Fields]] | ||
== Possible efforts == | == Possible efforts == | ||
# Collecting full on-pack recycling instructions | # Collecting full on-pack recycling instructions | ||
− | |||
## Ensuring packaging values annotated on HG Logos are applied | ## Ensuring packaging values annotated on HG Logos are applied | ||
− | ## Processing data sent by manufacturers for recycling instructions | + | ## Processing data sent by manufacturers for recycling instructions [https://world.openfoodfacts.org/product/3222475634291/lasagnes-chevre-epinards-casino (example)] `recycling_instructions_to_recycle` `recycling_instructions_to_discard` |
## Augmenting REGEXes | ## Augmenting REGEXes | ||
+ | <pre> | ||
+ | https://static.openfoodfacts.org/images/products/325/622/775/2766/1.jpg | ||
+ | La barquette de ce produit\nest fabriquée à par ir\nde 30% minimum\nde matière recyclée. | ||
+ | </pre> | ||
# Augmenting the data | # Augmenting the data | ||
## Collecting packaging weight | ## Collecting packaging weight | ||
Line 15: | Line 20: | ||
* The field is not taxonomized | * The field is not taxonomized | ||
* Robotoff is extracting deconstructed values from recycling instructions (we need to collect them in full as well) | * Robotoff is extracting deconstructed values from recycling instructions (we need to collect them in full as well) | ||
+ | |||
+ | |||
+ | == Currently committed taxonomies == | ||
+ | * Containers | ||
+ | ** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/containers.txt | ||
+ | ** https://static.openfoodfacts.org/data/taxonomies/containers.json | ||
+ | * Packagings: Materials + some containers + some recycling instructions | ||
+ | ** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/packagings.txt | ||
+ | ** https://static.openfoodfacts.org/data/taxonomies/packagings.json | ||
+ | * Recycling bins | ||
+ | ** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/recycling_bins.txt | ||
+ | ** https://static.openfoodfacts.org/data/taxonomies/recycling_bins.json | ||
+ | * Recycling instructions | ||
+ | ** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/recycling_instructions.txt | ||
+ | ** https://static.openfoodfacts.org/data/taxonomies/recycling_instructions.json | ||
+ | * Materials | ||
+ | ** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/materials.txt | ||
+ | ** https://static.openfoodfacts.org/data/taxonomies/materials.json | ||
+ | |||
+ | ==== Legislative reference text ==== | ||
+ | |||
+ | ===== in EU ===== | ||
+ | Materials code: the standard the codes are referring to: '''97/129/EC''' It is a commission decision from 1997: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:31997D0129&from=EN | ||
+ | |||
+ | == Packaging related issues across GitHub == | ||
+ | [https://github.com/openfoodfacts/openfoodfacts-server/issues/6374 Packaging related issues across GitHub] | ||
+ | == Measurement before and after the packaging operation == | ||
+ | * Measure the whole situation, by country, on the TOP10K for France | ||
+ | == Operations to gather packaging data == | ||
+ | * Gamification, badges and points around packaging | ||
+ | * Poster to hang in Rubbish bin rooms | ||
+ | * Specific landing page | ||
+ | * Newsletter, Blogpost, Marketing visuals | ||
+ | * Mobile tagline | ||
+ | * Mobile contest to win kitchen scales, integrated with the gamification engine | ||
+ | * Purchase guide for kitchen scales | ||
+ | * Campaign support in Hunger Games for the target products | ||
+ | * Specific nudge directly on the scan screen for a photo | ||
== Past efforts == | == Past efforts == | ||
− | [[Packaging taxonomy]] | + | * [[Packaging taxonomy]] |
− | [[Global packaging taxonomy]] | + | * [[Global packaging taxonomy]] |
− | [[Global packaging taxonomy bottom up]] | + | * [[Global packaging taxonomy bottom up]] |
− | [[Global packaging taxonomy logos]] | + | * [[Global packaging taxonomy logos]] |
Latest revision as of 13:39, 6 August 2024
Possible efforts
- Collecting full on-pack recycling instructions
- Ensuring packaging values annotated on HG Logos are applied
- Processing data sent by manufacturers for recycling instructions (example) `recycling_instructions_to_recycle` `recycling_instructions_to_discard`
- Augmenting REGEXes
https://static.openfoodfacts.org/images/products/325/622/775/2766/1.jpg La barquette de ce produit\nest fabriquée à par ir\nde 30% minimum\nde matière recyclée.
- Augmenting the data
- Collecting packaging weight
- Add support on the website
- Add a section in the app
- Collecting local recycling instructions
- OV is creating a form
- Collecting packaging weight
Current issues to fix
- The field is not taxonomized
- Robotoff is extracting deconstructed values from recycling instructions (we need to collect them in full as well)
Currently committed taxonomies
- Containers
- Packagings: Materials + some containers + some recycling instructions
- Recycling bins
- Recycling instructions
- Materials
Legislative reference text
in EU
Materials code: the standard the codes are referring to: 97/129/EC It is a commission decision from 1997: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:31997D0129&from=EN
Packaging related issues across GitHub
Measurement before and after the packaging operation
- Measure the whole situation, by country, on the TOP10K for France
Operations to gather packaging data
- Gamification, badges and points around packaging
- Poster to hang in Rubbish bin rooms
- Specific landing page
- Newsletter, Blogpost, Marketing visuals
- Mobile tagline
- Mobile contest to win kitchen scales, integrated with the gamification engine
- Purchase guide for kitchen scales
- Campaign support in Hunger Games for the target products
- Specific nudge directly on the scan screen for a photo