Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. {
  2. "format": "openag-phased-environment-v1",
  3. "version": "1",
  4. "creation_timestamp_utc": "2018-06-18T11:45:41Z",
  5. "name": "Genovese Basil",
  6. "uuid": "92c3b8f9-3d12-4d03-8414-e9f5af8002ab",
  7. "parent_recipe_uuid": null,
  8. "support_recipe_uuids": null,
  9. "description": {
  10. "brief": "Grows sweet Genovese basil.",
  11. "verbose": "Grows sweet Genovese basil in 30 days in a shallow water culture hydroponic system. The lights are on a balanced spectrum and follow a standard 24 hour light cycle with 16 hour days. Moderate temperatures are maintained throughout the grow until the final harvest phase when they are radically dropped over one night to simulate a frost which makes the leaves more tender."
  12. },
  13. "authors": [
  14. {
  15. "name": "Manvitha Ponnapati",
  16. "email": "manvitha@media.mit.edu",
  17. "uuid": "a3263729-e31b-4d6a-82fc-ca4e09fc3239"
  18. }
  19. ],
  20. "cultivars": [
  21. {
  22. "name": "Genovese Basil",
  23. "uuid": "9dc80135-0c24-4a65-ae0b-95f1c5e53676"
  24. }
  25. ],
  26. "cultivation_methods": [
  27. {
  28. "name": "Shallow Water Culture",
  29. "uuid": "30cbbded-07a7-4c49-a47b-e34fc99eefd0"
  30. }
  31. ],
  32. "environments": {
  33. "standard_day": {
  34. "name": "Standard Day",
  35. "light_spectrum_nm_percent": {"380-399": 2.03, "400-499": 20.30, "500-599": 23.27, "600-700": 31.09, "701-780": 23.31},
  36. "light_ppfd_umol_m2_s": 300,
  37. "light_illumination_distance_cm": 10,
  38. "air_temperature_celsius": 24
  39. },
  40. "standard_night": {
  41. "name": "Standard Night",
  42. "light_spectrum_nm_percent": {"380-399": 0.0, "400-499": 0.0, "500-599": 0.0, "600-700": 0.0, "701-780": 0.0},
  43. "light_ppfd_umol_m2_s": 0,
  44. "light_illumination_distance_cm": 10,
  45. "air_temperature_celsius": 18
  46. },
  47. "cold_day": {
  48. "name": "Cold Day",
  49. "light_spectrum_nm_percent": {"380-399": 2.03, "400-499": 20.30, "500-599": 23.27, "600-700": 31.09, "701-780": 23.31},
  50. "light_ppfd_umol_m2_s": 300,
  51. "light_illumination_distance_cm": 10,
  52. "air_temperature_celsius": 10
  53. },
  54. "frost_night": {
  55. "name": "Frost Night",
  56. "light_spectrum_nm_percent": {"380-399": 0.0, "400-499": 0.0, "500-599": 0.0, "600-700": 0.0, "701-780": 0.0},
  57. "light_ppfd_umol_m2_s": 0,
  58. "light_illumination_distance_cm": 10,
  59. "air_temperature_celsius": 2
  60. }
  61. },
  62. "phases": [
  63. {
  64. "name": "Standard Growth",
  65. "repeat": 29,
  66. "cycles": [
  67. {
  68. "name": "Day",
  69. "environment": "standard_day",
  70. "duration_hours": 16
  71. },
  72. {
  73. "name": "Night",
  74. "environment": "standard_night",
  75. "duration_hours": 8
  76. }
  77. ]
  78. },
  79. {
  80. "name": "Final frost stress for tenderness",
  81. "repeat": 1,
  82. "cycles": [
  83. {
  84. "name": "Day",
  85. "environment": "cold_day",
  86. "duration_hours": 16
  87. },
  88. {
  89. "name": "Night",
  90. "environment": "frost_night",
  91. "duration_hours": 8
  92. }
  93. ]
  94.  
  95. }
  96. ]
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement