Soil Acidification.wxml 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. <text class="regular-text">
  2. <text class="sub-title">土壤反酸模型使用注意说明</text>
  3. 感谢您选择使用“广东省生态环境与土壤研究所”研发的反酸模型。该模型基于土壤理化性质和机器学习算法,能够预测土壤反酸后的 pH 值。请注意以下事项:
  4. <text class="sub-title">1. 数据输入要求</text>
  5. <text class="sub-title">\n土壤粘粒含量(g/kg)</text>
  6. <text class="sub-title">\n有机质含量(g/kg)</text>
  7. <text class="sub-title">\n阳离子交换量(cmol/kg)</text>
  8. <text class="sub-title">\n水解氮(g/kg)</text>
  9. <text class="sub-title">\n交换性铝(cmol/kg)</text>
  10. <text class="sub-title">\n交换性氢(cmol/kg)</text>
  11. 输入值必须在合理范围内,不应有异常数据,避免影响预测结果的准确性。
  12. <text class="sub-title">2. 模型进化能力</text>
  13. <text class="sub-title">\n模型迭代:</text>我们的模型将会随着用户数据量的增加和多样化,逐步迭代进化,提升预测的准确性和泛化能力。
  14. <text class="sub-title">用户贡献:</text>您提交的真实数据和反馈将为模型的优化和进步提供宝贵的支持。
  15. </text>
  16. <view class="container">
  17. <button class="full-width-button" bindtap="Calculation">反酸模型计算</button>
  18. <button class="full-width-button" bindtap="Soil_Acidification_Iterative_Evolution">反酸模型迭代可视化</button>
  19. </view>
  20. <text class="regular-text">
  21. <text class="containes">
  22. <text class="sub-title">3. 技术支持</text>
  23. 如果在使用过程中遇到问题或对模型预测有疑问,请联系技术支持团队。
  24. 邮箱:support@example.com
  25. 单位:广东省生态环境与土壤研究所
  26. </text>
  27. </text>
  28. <nav-tabar selected="{{selected}}"></nav-tabar>