Difference between revisions of "Packaging"

From Open Food Facts wiki
Jump to navigation Jump to search
(packaging materials reference text)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Recycling]]
 
== Possible efforts ==
 
== Possible efforts ==
 
# Collecting full on-pack recycling instructions
 
# Collecting full on-pack recycling instructions
## Adding a specific button in the iOS and Android apps (if packaging instructions are empty)
 
 
## 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 [https://world.openfoodfacts.org/product/3222475634291/lasagnes-chevre-epinards-casino (example)]
+
## 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 19:
 
* 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 ==

Latest revision as of 08:30, 23 January 2023

Possible efforts

  1. Collecting full on-pack recycling instructions
    1. Ensuring packaging values annotated on HG Logos are applied
    2. Processing data sent by manufacturers for recycling instructions (example) `recycling_instructions_to_recycle` `recycling_instructions_to_discard`
    3. 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.
  1. Augmenting the data
    1. Collecting packaging weight
      1. Add support on the website
      2. Add a section in the app
    2. Collecting local recycling instructions
      1. OV is creating a form

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

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

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