Created
May 22, 2020 20:10
-
-
Save dlebauer/beff47edac8a50b2b1f8fe5e1d434e3e to your computer and use it in GitHub Desktop.
generated using https://codemeta.github.io/codemeta-generator/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | |
"@type": "SoftwareSourceCode", | |
"license": "https://spdx.org/licenses/BSD-3-Clause", | |
"codeRepository": "git+https://github.com/agpipeline/greenness-transformer", | |
"contIntegration": "git+https://github.com/agpipeline/greenness-transformer", | |
"dateCreated": "2020-05-22", | |
"datePublished": "0000-00-00", | |
"dateModified": "2020-05-22", | |
"downloadUrl": "https://github.com/AgPipeline/greenness-transformer/archive/master.zip", | |
"issueTracker": "https://github.com/agpipeline/issues-and-projects", | |
"name": "Greenness Index Calculator", | |
"version": "0.1", | |
"identifier": "doi-goes-here", | |
"description": "In order to get an idea of crop/plant growth and health, continuous monitoring can be achieved with digital camera images. However, there are differences in lighting during the day, across different days (cloudy vs. sunny) and between different settings on the same digital camera or between different brands of cameras. Additionally, it’s necessary to be able to separate plant material from soil. Most methods below focus on correcting for different light (illumination) conditions.", | |
"applicationCategory": "agriculture, ecology", | |
"releaseNotes": "'abcd'", | |
"funding": "Hatch General Administration of Federal-Grant Fund Research 30152", | |
"developmentStatus": "wip", | |
"isPartOf": "https://osf.io/xdkcy/", | |
"funder": { | |
"@type": "Organization", | |
"name": "USDA National Institute of Food and Agriculture" | |
}, | |
"keywords": [ | |
"rgb", | |
"uav", | |
"drone", | |
"greeness" | |
], | |
"programmingLanguage": [ | |
"Python 3" | |
], | |
"runtimePlatform": [ | |
"what is this?" | |
], | |
"operatingSystem": [ | |
"Linux", | |
"Windows", | |
"MacOS" | |
], | |
"softwareRequirements": [ | |
"'abcd'" | |
], | |
"relatedLink": [ | |
"https://example.com, https://foo-bar.com" | |
], | |
"author": [ | |
{ | |
"@type": "Person", | |
"@id": "https://orcid.org/0000-0002-6150-4558", | |
"givenName": "Christophe", | |
"familyName": "Schnaufer", | |
"email": "[email protected]", | |
"affiliation": { | |
"@type": "Organization", | |
"name": "Arizona Experiment Station, College of Agriculture and Life Sciences, University of Arizona, Tucson, USA" | |
} | |
} | |
], | |
"contributor": [ | |
{ | |
"@type": "Person", | |
"givenName": "Jacob ", | |
"familyName": "van der Leeuw", | |
"email": "[email protected]", | |
"affiliation": { | |
"@type": "Organization", | |
"name": "CyVerse" | |
} | |
}, | |
{ | |
"@type": "Person", | |
"givenName": "Clairessa", | |
"familyName": "Brown", | |
"email": "[email protected]", | |
"affiliation": { | |
"@type": "Organization", | |
"name": "Department of Environmental Science, University of Arizona, Tucson, USA" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment