> For the complete documentation index, see [llms.txt](https://isbm.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isbm.savimbo.com/methodology/zh-cn/jian-ce-ji-hua.md).

# 监测计划

ISBM的独特之处在于，用于核证的项目数据本身就是监测、报告和核证的证明。在这一背景下，年度核证与监测属于同一活动。&#x20;

应当指出，动物追踪的不确定性经常导致数据收集中断。由于这是一种仅以结果为导向的方法学，IP和LC群体可以按其意愿高频或低频开展工作。尽管如此，我们谨告，若项目在初期形成大量观测，而后逐渐减少，可能会受到IEP的质疑。&#x20;

建议项目制定一项简明但可持续的监测计划，使其全年均可持续实施，并在预算中纳入设备故障因素。与其在较小区域内保持持续观测，不如全年出现大量观测后逐渐减少。

BCPs应尽可能收集符合条件的指示物种数据。为实现标准化和规模化运作，持续监测必须从2个不同界别中选择至少3个物种。 &#x20;

我们强烈建议在设计监测计划时使用试点数据，因为项目初始阶段的快速迭代既有必要，也应予鼓励。在选择用于持续监测的指示物种时，请考虑以下因素：

* **与生物多样性目标的明确关联：** 选择与所述BCP活动具有明确关联的指示物种。理想情况下，指标与项目目标之间的关系应通过科学文献加以证明。&#x20;
* **多个指示物种：** 自然系统极为复杂，即使是经过精心选择、用于反映保护成效的变量，也可能因与项目无关的原因而发生波动。尽管从技术上讲，只需1个指示物种即可实施该方法学，但仅监测少数物种可能增加未能记录真实生物多样性的风险。虽然不存在单一理想的监测指示物种数量，但每个项目都应在选择过少与过多之间保持平衡。 &#x20;
* **监测：** 本方法学鼓励BCPs选择一些监测成本不高、IP和LC成员能够轻松开展监测、且不依赖外部专家或设备的指示物种。但纳入难以发现的稀有物种，可提供更全面的生态系统视角，亦应予以考虑。&#x20;

#### **表6。简单监测计划示例**&#x20;

| 时间范围    | 指示物种 | 数据收集方法               | 监测频率 | 数据存储方式                | 监测区域 |
| ------- | ---- | -------------------- | ---- | --------------------- | ---- |
| 第1—5年   | 5    | 手机                   | 2个月  | Airtable              | 10k  |
| 第6—10年  | 20   | 红外相机+手机              | 2个月  | Earth ranger数据库       | 20k  |
| 第11—15年 | 30   | 红外相机、手机、录音           | 2个月  | 连接至Earth ranger的私有数据库 | 50k  |
| 第15—30年 | 50   | 红外相机、手机、录音，以及选择性标记动物 | 连续   | 连接至Earth ranger的私有数据库 | 16k  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://isbm.savimbo.com/methodology/zh-cn/jian-ce-ji-hua.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
