@hestia-earth/glossary 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.9.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.8.0...v0.9.0) (2022-09-20)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **excretaManagement:** renames `month_x` lookup in
11
+ `excretaManagement-animalProduct-NH3_EF_2019` to `x_months`
12
+
13
+ ### Features
14
+
15
+ * **excreta:** add `defaultProperties` to `kg VS` terms ([1ab6345](https://gitlab.com/hestia-earth/hestia-glossary/commit/1ab6345cd22495f23e6ad9670532eed77a0ac3c0))
16
+ * **measurement:** add `bacterial population (per kg soil)` and `bacterial population (per m3 soil)` ([a0e84da](https://gitlab.com/hestia-earth/hestia-glossary/commit/a0e84da734a2187036af21b688f448669a1d7a42))
17
+ * **measurement:** add terms for bacterial population counts and soil DEA ([8683145](https://gitlab.com/hestia-earth/hestia-glossary/commit/868314504345f972f2197cd43ae56bbbbfad21df))
18
+ * **measurement:** add terms for nitrifying bacterial population ([a5f2a3b](https://gitlab.com/hestia-earth/hestia-glossary/commit/a5f2a3b956afb4f37614d14405e5d28990232437))
19
+ * **methodMeasurement:** add `acetylene inhibition method` ([375b4d7](https://gitlab.com/hestia-earth/hestia-glossary/commit/375b4d7c3cf2f97706dbd7cb5c32a0f0a6d6e165))
20
+ * **methodMeasurement:** add `MPN method` and `CFU method` ([7140ba2](https://gitlab.com/hestia-earth/hestia-glossary/commit/7140ba2e3a93f87221be69e3e740dad7369cb203))
21
+ * **system:** add vertical farming and indoor animal systems ([cf363f6](https://gitlab.com/hestia-earth/hestia-glossary/commit/cf363f66af06bb2281266e70a1fe9a5e818501db))
22
+ * **system:** rename terms to include "system" in all term names ([e39d93e](https://gitlab.com/hestia-earth/hestia-glossary/commit/e39d93e032f26123cdbbd2491b7355b9cfca3e22))
23
+ * **system:** set percent as `units` for all systems ([77e3884](https://gitlab.com/hestia-earth/hestia-glossary/commit/77e3884cae9b8e0bfd34b6497ded868ed7acc9dc))
24
+
25
+
26
+ * **excretaManagement:** rename lookup field from month_x to x_months for clarity ([86894a5](https://gitlab.com/hestia-earth/hestia-glossary/commit/86894a5dcf98a243864149a4abe1702d1f6c1ebf))
27
+
5
28
  ## [0.8.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.7.1...v0.8.0) (2022-09-06)
6
29
 
7
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -210,6 +210,12 @@
210
210
  "microbialBiomassCarbonPerKgSoil": "mean",
211
211
  "microbialBiomassNitrogenPerKgSoil": "mean",
212
212
  "microbialCellulaseActivityPerKgSoil": "mean",
213
+ "bacterialPopulationPerKgSoil": "mean",
214
+ "ammoniumOxidizingBacterialPopulationPerKgSoil": "mean",
215
+ "nitriteOxidizingBacterialPopulationPerKgSoil": "mean",
216
+ "denitrifyingBacterialPopulationPerKgSoil": "mean",
217
+ "nitrifyingBacterialPopulationPerKgSoil": "mean",
218
+ "microbialDenitrifyingEnzymeActivityPerKgSoil": "mean",
213
219
  "organicCarbonPerM3Soil": "mean",
214
220
  "dissolvedOrganicCarbonPerM3Soil": "mean",
215
221
  "inorganicCarbonPerM3Soil": "mean",
@@ -245,6 +251,12 @@
245
251
  "microbialBiomassCarbonPerM3Soil": "mean",
246
252
  "microbialBiomassNitrogenPerM3Soil": "mean",
247
253
  "microbialCellulaseActivityPerM3Soil": "mean",
254
+ "bacterialPopulationPerM3Soil": "mean",
255
+ "ammoniumOxidizingBacterialPopulationPerM3Soil": "mean",
256
+ "nitriteOxidizingBacterialPopulationPerM3Soil": "mean",
257
+ "denitrifyingBacterialPopulationPerM3Soil": "mean",
258
+ "nitrifyingBacterialPopulationPerM3Soil": "mean",
259
+ "microbialDenitrifyingEnzymeActivityPerM3Soil": "mean",
248
260
  "earthwormsPerM3Soil": "mean",
249
261
  "adultEarthwormsPerM3Soil": "mean",
250
262
  "juvenileEarthwormsPerM3Soil": "mean",
@@ -6976,6 +6976,60 @@
6976
6976
  "permanent pasture"
6977
6977
  ]
6978
6978
  },
6979
+ "bacterialPopulationPerKgSoil": {
6980
+ "siteTypesAllowed": [
6981
+ "forest",
6982
+ "other natural vegetation",
6983
+ "cropland",
6984
+ "glass or high accessible cover",
6985
+ "permanent pasture"
6986
+ ]
6987
+ },
6988
+ "ammoniumOxidizingBacterialPopulationPerKgSoil": {
6989
+ "siteTypesAllowed": [
6990
+ "forest",
6991
+ "other natural vegetation",
6992
+ "cropland",
6993
+ "glass or high accessible cover",
6994
+ "permanent pasture"
6995
+ ]
6996
+ },
6997
+ "nitriteOxidizingBacterialPopulationPerKgSoil": {
6998
+ "siteTypesAllowed": [
6999
+ "forest",
7000
+ "other natural vegetation",
7001
+ "cropland",
7002
+ "glass or high accessible cover",
7003
+ "permanent pasture"
7004
+ ]
7005
+ },
7006
+ "denitrifyingBacterialPopulationPerKgSoil": {
7007
+ "siteTypesAllowed": [
7008
+ "forest",
7009
+ "other natural vegetation",
7010
+ "cropland",
7011
+ "glass or high accessible cover",
7012
+ "permanent pasture"
7013
+ ]
7014
+ },
7015
+ "nitrifyingBacterialPopulationPerKgSoil": {
7016
+ "siteTypesAllowed": [
7017
+ "forest",
7018
+ "other natural vegetation",
7019
+ "cropland",
7020
+ "glass or high accessible cover",
7021
+ "permanent pasture"
7022
+ ]
7023
+ },
7024
+ "microbialDenitrifyingEnzymeActivityPerKgSoil": {
7025
+ "siteTypesAllowed": [
7026
+ "forest",
7027
+ "other natural vegetation",
7028
+ "cropland",
7029
+ "glass or high accessible cover",
7030
+ "permanent pasture"
7031
+ ]
7032
+ },
6979
7033
  "organicCarbonPerM3Soil": {
6980
7034
  "siteTypesAllowed": [
6981
7035
  "forest",
@@ -7291,6 +7345,60 @@
7291
7345
  "permanent pasture"
7292
7346
  ]
7293
7347
  },
7348
+ "bacterialPopulationPerM3Soil": {
7349
+ "siteTypesAllowed": [
7350
+ "forest",
7351
+ "other natural vegetation",
7352
+ "cropland",
7353
+ "glass or high accessible cover",
7354
+ "permanent pasture"
7355
+ ]
7356
+ },
7357
+ "ammoniumOxidizingBacterialPopulationPerM3Soil": {
7358
+ "siteTypesAllowed": [
7359
+ "forest",
7360
+ "other natural vegetation",
7361
+ "cropland",
7362
+ "glass or high accessible cover",
7363
+ "permanent pasture"
7364
+ ]
7365
+ },
7366
+ "nitriteOxidizingBacterialPopulationPerM3Soil": {
7367
+ "siteTypesAllowed": [
7368
+ "forest",
7369
+ "other natural vegetation",
7370
+ "cropland",
7371
+ "glass or high accessible cover",
7372
+ "permanent pasture"
7373
+ ]
7374
+ },
7375
+ "denitrifyingBacterialPopulationPerM3Soil": {
7376
+ "siteTypesAllowed": [
7377
+ "forest",
7378
+ "other natural vegetation",
7379
+ "cropland",
7380
+ "glass or high accessible cover",
7381
+ "permanent pasture"
7382
+ ]
7383
+ },
7384
+ "nitrifyingBacterialPopulationPerM3Soil": {
7385
+ "siteTypesAllowed": [
7386
+ "forest",
7387
+ "other natural vegetation",
7388
+ "cropland",
7389
+ "glass or high accessible cover",
7390
+ "permanent pasture"
7391
+ ]
7392
+ },
7393
+ "microbialDenitrifyingEnzymeActivityPerM3Soil": {
7394
+ "siteTypesAllowed": [
7395
+ "forest",
7396
+ "other natural vegetation",
7397
+ "cropland",
7398
+ "glass or high accessible cover",
7399
+ "permanent pasture"
7400
+ ]
7401
+ },
7294
7402
  "earthwormsPerM3Soil": {
7295
7403
  "siteTypesAllowed": [
7296
7404
  "forest",
@@ -12776,34 +12884,40 @@
12776
12884
  "cropland"
12777
12885
  ]
12778
12886
  },
12779
- "permaculture": {
12887
+ "permacultureSystem": {
12780
12888
  "siteTypesAllowed": [
12781
12889
  "cropland",
12782
12890
  "glass or high accessible cover",
12783
12891
  "permanent pasture"
12784
12892
  ]
12785
12893
  },
12786
- "integratedProduction": {
12894
+ "integratedProductionSystem": {
12787
12895
  "siteTypesAllowed": [
12788
12896
  "cropland",
12789
12897
  "glass or high accessible cover",
12790
12898
  "permanent pasture"
12791
12899
  ]
12792
12900
  },
12793
- "containerGrownCrops": {
12901
+ "containerGrownSystem": {
12794
12902
  "siteTypesAllowed": [
12795
12903
  "cropland",
12796
12904
  "glass or high accessible cover",
12797
12905
  "permanent pasture"
12798
12906
  ]
12799
12907
  },
12800
- "mixedFarming": {
12908
+ "mixedFarmingSystem": {
12801
12909
  "siteTypesAllowed": [
12802
12910
  "cropland",
12803
12911
  "glass or high accessible cover",
12912
+ "glass or high accessible cover",
12804
12913
  "permanent pasture"
12805
12914
  ]
12806
12915
  },
12916
+ "indoorAnimalSystem": {
12917
+ "siteTypesAllowed": [
12918
+ "animal housing"
12919
+ ]
12920
+ },
12807
12921
  "batteryCageSystem": {
12808
12922
  "siteTypesAllowed": [
12809
12923
  "animal housing"
@@ -12819,27 +12933,32 @@
12819
12933
  "animal housing"
12820
12934
  ]
12821
12935
  },
12822
- "freeRange": {
12936
+ "freeRangeSystem": {
12823
12937
  "siteTypesAllowed": [
12824
12938
  "cropland",
12825
12939
  "permanent pasture",
12826
12940
  "animal housing"
12827
12941
  ]
12828
12942
  },
12829
- "feedlotFed": {
12943
+ "feedlotSystem": {
12830
12944
  "siteTypesAllowed": [
12831
12945
  "cropland",
12832
12946
  "permanent pasture",
12833
12947
  "animal housing"
12834
12948
  ]
12835
12949
  },
12836
- "pastureFed": {
12950
+ "pastureSystem": {
12837
12951
  "siteTypesAllowed": [
12838
12952
  "cropland",
12839
12953
  "permanent pasture",
12840
12954
  "animal housing"
12841
12955
  ]
12842
12956
  },
12957
+ "verticalFarmingSystem": {
12958
+ "siteTypesAllowed": [
12959
+ "glass or high accessible cover"
12960
+ ]
12961
+ },
12843
12962
  "noTillage": {
12844
12963
  "siteTypesAllowed": [
12845
12964
  "cropland",