Skip to content

Commit

Permalink
Add prefix: jecfa (#1255)
Browse files Browse the repository at this point in the history
This pull request addresses part of
#1247 by introducing
a new prefix `jecfa`.

Since the URL for individual entries does not use the JECFA Number, but
rather an unrelated number, it is curated without a `uri_format` field.

---------

Co-authored-by: Mufaddal Naguthanawala <[email protected]>
Co-authored-by: Ben Gyori <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent 1943939 commit 2c5b7c8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -59290,6 +59290,43 @@
"uri_format": "http://nikkajiweb.jst.go.jp/nikkaji_web/pages/top_e.jsp?CONTENT=syosai&SN=$1"
}
},
"jecfa": {
"contact": {
"email": "[email protected]",
"name": "Kim Petersen"
},
"contributor": {
"email": "[email protected]",
"github": "nagutm",
"name": "Mufaddal Naguthanawala",
"orcid": "0009-0009-5240-7463"
},
"description": "JECFA provides identifiers for flavors, food additives, contaminants, toxicants, and veterinary drugs. Each entry includes chemical details, acceptable or tolerable intake limits, and links to related reports and monographs.",
"example": "2116",
"github_request_issue": 1247,
"homepage": "https://apps.who.int/food-additives-contaminants-jecfa-database",
"mappings": {
"wikidata": "P9557"
},
"name": "Joint FAO/WHO Expert Committee on Food Additives",
"pattern": "^\\d+$",
"reviewer": {
"email": "[email protected]",
"github": "bgyori",
"name": "Benjamin M. Gyori",
"orcid": "0000-0001-9439-5346"
},
"wikidata": {
"description": "identifier for food additives assigned by Joint FAO/WHO Expert Committee on Food Additives",
"example": [
"1",
"1851"
],
"name": "JECFA number",
"pattern": "^\\d+$",
"prefix": "P9557"
}
},
"jgi.proposal": {
"contact": {
"email": "[email protected]",
Expand Down

0 comments on commit 2c5b7c8

Please sign in to comment.