Packaging: Difference between revisions

From Open Food Facts wiki
No edit summary
 
(12 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
## 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 19: Line 24:
== Currently committed taxonomies ==  
== Currently committed taxonomies ==  
* Containers
* Containers
** https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/containers.txt
** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/containers.txt
** https://static.openfoodfacts.org/data/taxonomies/containers.json
** https://static.openfoodfacts.org/data/taxonomies/containers.json
* Packagings: Materials + some containers + some recycling instructions (broken)
* Packagings: Materials + some containers + some recycling instructions
** https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/packagings.txt
** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/packagings.txt
** https://static.openfoodfacts.org/data/taxonomies/packagings.json
* Recycling bins
* Recycling bins
** https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/recycling_bins.txt
** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/recycling_bins.txt
** https://static.openfoodfacts.org/data/taxonomies/recycling_bins.json
** https://static.openfoodfacts.org/data/taxonomies/recycling_bins.json
* Recycling instructions
* Recycling instructions
** https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/recycling_instructions.txt
** https://github.com/openfoodfacts/openfoodfacts-server/blob/main/taxonomies/recycling_instructions.txt
** https://static.openfoodfacts.org/data/taxonomies/recycling_instructions.json
** https://static.openfoodfacts.org/data/taxonomies/recycling_instructions.json
* Materials (broken)
* Materials
** https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/materials.txt
** 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 13:39, 6 August 2024

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