plantbreeding / BrAPI

Repository for version control of the BrAPI specifications
https://brapi.org
MIT License
57 stars 32 forks source link

Extend Program to encompass Projects #488

Closed cpommier closed 2 years ago

cpommier commented 3 years ago

Upgrade the program specification with the following fields (commented):

   "program": {
        "type":"breedingProgram", //values among: "breeding program", "project" ENUM
        "grantInformation":"EU: FP7-244374",//string
        "abbreviation": "P1",
        "additionalInfo": {  },
        "commonCropName": "Tomatillo",
        "documentationURL": "https://wiki.brapi.org",
        "externalReferences": [
          {
            "referenceID": "doi:10.155454/12341234",
            "referenceSource": "DOI"
          }, ...
        ],
        "leadPersonDbId": "fe6f5c50",
        "leadPersonName": "Bob Robertson",
        "objective": "Make a better tomatillo",
        "programDbId": "f60f15b2",
        "programName": "Tomatillo_Breeding_Program" // other possible value : "DROPS (DROught-tolerant yielding PlantS) . ID FP7-244374 ."
      }
cpommier commented 3 years ago

@BrapiCoordinatorSelby a proposition referencing ne of our many discussion from 7 Oct. Up to you to propose this to inclusion or not.

BrapiCoordinatorSelby commented 3 years ago

I would suggest fundingInformation instead of grantInformation to make it more general, but otherwise this seems like a good idea to me.